@charset "utf-8";
/* CSS Document */

html {
    -webkit-font-smoothing: antialiased
}

body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

*{
    font-family:'微软雅黑','宋体','黑体';
}
/* body,
button,
input,
select,
textarea {
    font: 16px \5FAE\8F6F\96C5\9ED1, \5b8b\4f53;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: \5FAE\8F6F\96C5\9ED1, \5b8b\4f53;
}

form {
    display: inline
}

ol,
ul,
li {
    list-style: none
}

a {
    text-decoration: none;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

img {
    display: block;
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none
}

input {
    border: none;
}

a {
    text-decoration: none;
    color: unset;
}

strong {
    font-weight: normal;
}