html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0
}

* {
    margin: 0;
    padding: 0
}

html {
    overflow-x: hidden !important;
    font-family: MicrosoftYaHeiLight
}

html::-webkit-scrollbar {
    display: none
}

a {
    text-decoration: none
}

fieldset,
img {
    border: 0
}

img {
    display: block
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}

ul,
ol {
    list-style: none
}