/*重置*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    vertical-align: baseline;
    font-family: "Microsoft YaHei", "PingFangSC-Regular", "sans-serif";
    ;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

a {
    text-decoration: none;
}

b {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.2px;
}

img {
    max-width: 100%;
}

ol,
ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

* {
    margin: 0px;
    padding: 0px;
}

fieldset,
img {
    border: 0px none;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0em;
}

ol li,
ul li,
dl dt,
dl dd {
    list-style: outside none none;
    letter-spacing: 0em;
}

ul,
ol {
    height: auto;
    display: block;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    letter-spacing: 0px;
}

input,
button,
textarea,
checkbox,
select,
radio {
    vertical-align: middle;
    outline: none;
}

iframe {
    vertical-align: top;
}

a {
    vertical-align: top;
    color: #888888;
}


/*清除苹果样式*/

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

html {
    font-size: 62.5%;
}

html,
body {
    height: 100%;
    position: relative;
}


/*设置浮动*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

strong {
    font-weight: bolder;
}

body {
    margin: 0;
    min-width: 1200px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Microsoft YaHei", "PingFangSC-Regular", "sans-serif";
    overflow: hidden;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.fachan {
    font-family: "BrushScript";
    font-size: 44rem;
    margin-left: -9.4rem;
    opacity: 0.1;
    color: #1b60ec;
}


/*根据屏幕分辨率自适应大小*/

@media (max-width:1921px) {
    html {
        font-size: 62.5% !important;
        /*1rem=10px*/
    }
}

@media (max-width:1601px) {
    html {
        font-size: 62.5% !important;
        /*1rem=10px*/
        /* font-size: 52.08333333% !important; */
    }
}

@media (max-width:1367px) {
    html {
        font-size: 52.08333333% !important;
        /* font-size: 44.46614583% !important; */
    }
}

@media (max-width:1281px) {
    html {
        font-size: 44.46614583% !important;
        /* font-size: 41.66666666% !important; */
    }
}