/* 清除默认样式 */
/* @font-face {
    font-family: "思源黑体";
    src: url(/static/font/思源黑体SourceHanSansCN-Normal.otf);
    font-weight: 400;
}
@font-face {
    font-family: "思源黑体";
    src: url(/static/font/思源黑体SourceHanSansCN-Medium.otf);
    font-weight: 500;
} */

@import url("fad6f549188f4ca296607385cbd05a8e.css");
body,
p,
ul,
input,
button,
h1 {
    margin: 0;
    padding: 0;
}

html,
body {
    /* height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; */
    margin: 0;
    padding: 0;
}

body * {
    box-sizing: border-box;
}

body,
input,
textarea {
    font-family: "PingFang SC", "Noto Sans SC", "微软雅黑", "黑体", Helvetica, Verdana, sans-serif;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    outline: none;
}

ul {
    list-style: none;
}

input,
button {
    display: block;
    border: none;
    background: none;
    outline: none;
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
}

input:focus,
button:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* strong {
    display: block;
    font-weight: normal;
} */

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: visible;
}

.layui-m-layercont {
    color: #000 !important;
    font-size: 14px !important;
}

body * {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

body *:focus {
    outline: none;
}
