@CHARSET "utf-8";


.clear { display:block; height:0; overflow:hidden; clear:both; }

.clearfix:after { content:'\20'; display:block; height:0; clear:both; }

.clearfix { *zoom:1; }


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin: 0;
    padding: 0; 
}
fieldset,img {
    border: 0;
}
ol,ul {
    list-style: none;
}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {
    font-size:100%;
}
button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
i, cite, em, var, dfn, address {
    font-style: normal;
}
a {
    text-decoration: none;
}
input{
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
}
input,textarea{
    font-family:"PingFang SC Regular","Microsoft YaHei","San Francisco",Helvetica;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
input:disabled{
    -webkit-opacity:1;
}
body {
    background-color: #fff;
    position: relative;
    -webkit-text-size-adjust:none;
    font-family:"PingFang SC Regular","Microsoft YaHei","San Francisco",Helvetica;
}
html, body{
    width: 100%;
}

@media screen and (max-device-width: 640px){
    body{-webkit-text-size-adjust:none;}
}

html{
    font-size: 625%;
}


@media (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio : 2){
    
    html{
        font-size: 745%;
    }
}
@media (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3) {
    
    html {
        font-size: 800%;
        
    }
}

@media (min-device-width : 375px) and (max-device-width : 413px) and (-webkit-min-device-pixel-ratio : 3) {
    
    html {
        font-size: 745%;
        
    }
}

@media (max-device-width: 375px) and (-webkit-min-device-pixel-ratio:3) {
    
    html{
        font-size: 700%;
    }
}

@media (min-device-width: 980px){
    html{
        font-size: 1000%;
    }
}
.iconfont:before{
    line-height: 1;
}
body{
    font-size: 0.16rem;
    max-width:480px;
    margin: 0 auto;
}