@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(200, 200, 200, 0);
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    font-family: Microsoft YaHei \5fae\8f6f\96c5\9ed1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

html,
body {
    height: 100%;
}

b,
strong {
    font-weight: bold;
}

input {
    vertical-align: middle;
}

input::-ms-clear {
    display: none;
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: Microsoft YaHei \5fae\8f6f\96c5\9ed1;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

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

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}


/* .clearfix {
    zoom: 1;
} */

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    height: 100vh;
    background: #fff;
    overflow: hidden;
}