body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none;}
html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;}
body{background:#fff}
body,button,input,select,textarea{font-family: 'PingFang SC', 'sans-serif', Arial, "Microsoft YaHei", STHeiti, SimHei;}
b,strong{font-weight:bold;}
i,em{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
table th,table td{border:1px solid #ddd;padding:5px;}
table th{font-weight:inherit;border-bottom-width:2px;border-bottom-color:#ccc;}
img{border:0 none;width:auto\9;;vertical-align:top; height:auto;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
input:focus{outline:none;}
select[size],select[multiple],select[size][multiple]{border:1px solid #AAA;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video,progress{display:inline-block;}
* {
    box-sizing: border-box;
}
input::-webkit-input-speech-button {display: none}
button,input,textarea{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
select::-ms-expand { display: none; }
a:active {
    -webkit-tap-highlight-color:rgba(255,255,255,0);
}
html {
    /*font-size: 26.66666vw;*/
    font-size: 13.33333vw;
}
body {
    font-size: 0;
}
html, body {
    width: 100vw;
    overflow-x: hidden;
}

.w100 {
    width: 100%;
}
/* 整个滚动条 */
::-webkit-scrollbar {
    /*width: 2px;  !* 滚动条宽度 *!*/
    /*height: 50px; !* 水平滚动条高度 *!*/
}

/* 滚动条轨道（背景） */
::-webkit-scrollbar-track {
    background: #bd011f;  /* 轨道颜色 */
    /*border-radius: 4px;*/
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #bd011f;  /* 滑块颜色 */
    /*border-radius: 4px;*/
}

@font-face {
    font-family: 'AbhayaLibre-SemiBold';
    src: url(../font/AbhayaLibre-SemiBold.woff2) format('woff2');
}

/*AbhayaLibre SemiBold*/
.abhaya {
    font-family: 'AbhayaLibre-SemiBold';
}
@font-face {
    font-family: 'SourceHanSerifSC-Regular';
    src: url(../font/SourceHanSerifSC-Regular.woff2) format('woff2');
}

/*SourceHanSerifSC Regular*/
.source-han-regular {
    font-family: 'SourceHanSerifSC-Regular';
}
@font-face {
    font-family: 'SourceHanSerifSC-Light';
    src: url(../font/SourceHanSerifSC-Light.woff2) format('woff2');
}
/*SourceHanSerifSC Light*/
.source-han-light {
    font-family: 'SourceHanSerifSC-Light', serif;
}


