@charset "UTF-8";

/* CSS Document */
body {
    background:#F5F7F7;
}

img {
    max-width: 100%;
    
}

p {
    padding: 0;
    margin: 0;
    font-family: 宋体
}

div {
    font-family: 宋体;
}
select{font-family:宋体;}

input {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
}

ul,
ol,
li {
    list-style-type: none;
    vertical-align: 0;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none;
    color: #fe0000;
    cursor: pointer
}

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

a:link {
    text-decoration: none;
     
}

@font-face {
    font-family: "SourceHanSerifCN-Regular";
    src: url(SourceHanSerifCN-Regular.otf)
}
@font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url(SourceHanSerifCN-Bold.otf)
}
@font-face {
    font-family: "SourceHanSerifCN-Medium";
    src: url(SourceHanSerifCN-Medium.otf)
}
@font-face {
    font-family: "SourceHanSerifCN-Light";
    src: url(SourceHanSerifCN-Light.otf)
}
@font-face {
    font-family: "宋体";
    src: url("宋体.ttf")
}