body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("./SourceHanSansCN-Regular.otf");
}

body {
    font-family: "SourceHanSansCN-Regular";
    background: #fff;
    -webkit-text-size-adjust: 100%;
    line-height: 1.1;
}

a {
    color: #FFF;
    text-decoration: none
}

a:hover {
    color: #4183c4;
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}