@font-face {
    font-family: 'PingFangSCRegular';
    font-display: swap;
    src: url('../font/PingFangSCRegular/PingFangSCRegular.eot'); /* IE9*/
    src: url('../font/PingFangSCRegular/PingFangSCRegular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/PingFangSCRegular/PingFangSCRegular.woff2') format('woff2'),
    url('../font/PingFangSCRegular/PingFangSCRegular.woff') format('woff'), /* chrome、firefox */
    url("../font/PingFangSCRegular/PingFangSCRegular.ttf") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/PingFangSCRegular/PingFangSCRegular.svg#PingFangSCRegular') format('svg'); /* iOS 4.1- */
}


@font-face {
    font-family: 'PingFangSCLight';
    font-display: swap;
    src: url('../font/PingFangSCLight/PingFangSCLight.eot'); /* IE9*/
    src: url('../font/PingFangSCLight/PingFangSCLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/PingFangSCLight/PingFangSCLight.woff2') format('woff2'),
    url('../font/PingFangSCLight/PingFangSCLight.woff') format('woff'), /* chrome、firefox */
    url("../font/PingFangSCLight/PingFangSCLight.ttf") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/PingFangSCLight/PingFangSCLight.svg#PingFangSCLight') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: 'PingFangSCBold';
    font-display: swap;
    src: url('../font/PingFangSCBold/PingFangSCBold.eot'); /* IE9*/
    src: url('../font/PingFangSCBold/PingFangSCBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/PingFangSCBold/PingFangSCBold.woff2') format('woff2'),
    url('../font/PingFangSCBold/PingFangSCBold.woff') format('woff'), /* chrome、firefox */
    url("../font/PingFangSCBold/PingFangSCBold.ttf") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/PingFangSCBold/PingFangSCBold.svg#PingFangSCBold') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: "YSBTH"; /* 这个名字可以自己定义 */
    src: url("../font/ysbth/ysbth.eot"); /* IE9 Compat Modes */ /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
    src: url("../font/ysbth/ysbth.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("../font/ysbth/ysbth.woff") format("woff"),
                            url("../font/ysbth/ysbth.woff2") format("woff2"),
        /* Modern Browsers */ url("../font/ysbth/ysbth.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("../font/ysbth/ysbth.svg#YourWebFontName") format("svg"); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}
a{
    text-decoration:none;
    font-weight: normal;
}
a:-webkit-any-link {
    color: white;
}

html {
    overflow-x:auto;
    overflow-y:auto;
}
body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
    font-weight:400;
    margin:0;
    padding:0;
}
h1, h2, h3, h4, h4, h5 {
    margin:0;
    padding:0;
}
body {
    background-color:black;
    font-size:0px;
    padding:0 0px;
    text-align:left;
    font-family: "PingFangSCRegular" !important;
    width: 100%;
}
select {
    font-size:0.12rem;
}
table {
    border-collapse:collapse;
}
fieldset, img {
    border:0 none;
}
fieldset {
    margin:0;
    padding:0;
}
fieldset p {
    margin:0;
    padding:0 0 0 0.08rem;
}
legend {
    display:none;
}
address, caption, em, strong, th, i {
    font-style:normal;
    font-weight:400;
}
table caption {
    margin-left:-1px;
}
hr {
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #E4E4E4;
    border-width:1px 0;
    clear:both;
    height:2px;
    margin:5px 0;
    overflow:hidden;
}
ol, ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
caption, th {
    text-align:left;
}
q:before, q:after, blockquote:before, blockquote:after {
    content:"";
}
input:focus{ border: 0px}
img{
    vertical-align: top;
}

