@charset "utf-8";
/* CSS Document */

html {
    -webkit-font-smoothing: antialiased
}
*{
    font-family:'微软雅黑','宋体','黑体';
    padding: 0;
    margin: 0;
    font-size: 100%;
}
html,body{
    height: 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 {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none
}

input {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    color: unset;
}

strong {
    font-weight: normal;
}