html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,a,p,span,strong,b,input,textarea,button,table,tr,td,th,em,i,var,div,img
{
    margin: 0;
    padding: 0;

}
html,body{
    /*-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;*/
    /*-webkit-overflow-scrolling: touch;*/
    /*touch-action: auto;*/
    overflow-x: hidden;
    -webkit-appearance: none;
    /* max-width: 640px; */
    /*margin:  0 auto;*/
    font-size: 0.24rem;
    font-family: "Microsoft YaHei","微软雅黑",\5FAE\8F6F\96C5\9ED1, "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
    background-color: #FFF;
}
*{
box-sizing: border-box;
outline:none;
}
div:focus {
    outline: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: inherit;
}
li{   list-style: none;  }
table{  border-collapse: collapse; border-spacing: 0;  }
textarea{
    resize: none;
}
em,i{
    font-style: normal;
}


input::-moz-placeholder, textarea::-moz-placeholder { color: #666666; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #666666; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #666666; }

b,strong{
    display: block;
}
a{
    display: block;
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
p{
    text-align: justify;
    word-wrap: break-word;
    word-break: normal;
    font-size: 0.26rem;
    color: #666666;
    line-height: 2;

}
img {
    display: block;
    max-width: 100%;
}
input[type='text'],input[type='password'],textarea,button{
    background-color: transparent;
    border:none;
    /*-webkit-appearance: none;*/
    -webkit-appearance: none;appearance: none;
    /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
}

/*弹窗*/
.pop-wrap{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.pop-wrap .pop-cont{
    width: 6.9rem;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto ;
}

::-webkit-scrollbar{
    width: 2px;
    height: 3px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb{
    background-color: rgba(164, 161, 161, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@font-face {
    font-family: 'DIN';
    src: url('../font/DIN-Medium.eot');
    src: url('../font/DIN-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/DIN-Medium.woff2') format('woff2'),
        url('../font/DIN-Medium.woff') format('woff'),
        url('../font/DIN-MEDIUM.ttf') format('truetype'),
        url('../font/DIN-Medium.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Din-Medium';
    src: url('../font/DIN-MEDIUM.OTF');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source';
    src: url('../font/SOURCEHANSANSCN.eot');
    src: url('../font/SOURCEHANSANSCN?#iefix') format('embedded-opentype'),
        url('../font/SOURCEHANSANSCN.woff2') format('woff2'),
        url('../font/SOURCEHANSANSCN.woff') format('woff'),
        url('../font/SOURCEHANSANSCN.ttf') format('truetype'),
        url('../font/SOURCEHANSANSCN.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}