@charset "utf-8";
/* CSS Document */

html{font-family:"microsoft yahei","宋体"; -webkit-text-size-adjust:100%;font-size:62.5%!important;}
body{max-width:800px;min-height:100%;min-width:320px;margin:0 auto;color:#666666;background-color:#f0f2f5;-webkit-overflow-scrolling:touch}
*{-webkit-box-sizing:border-box;box-sizing:border-box;}
h1,h2,h3,h4,h5,form,p,ul,input{margin:0;padding:0;}
input,textarea{font-family:"microsoft yahei","宋体";color:#666666;}
li{padding:0;margin:0;/* line-height:180%; */list-style-type:none;}
:focus{outline:0;color: inherit!important;}
.clear{clear: both}
a:hover{text-decoration: none!important;color: inherit!important;}

@media only screen and (min-width: 320px){
    html {
        font-size: 55.5%!important;
    }

}
@media only screen and (min-width: 375px){
    html {
        font-size: 62.5%!important;
    }

}
@media only screen and (min-width: 400px){
    html {
        font-size: 70.5%!important;
    }
}
@media only screen and (min-width: 481px){
    html {
        font-size: 80%!important;
    }
}
@media only screen and (min-width: 561px){
    html {
        font-size: 95%!important;
    }

}
@media only screen and (min-width: 641px){
    html {
        font-size: 110%!important;
    }
}
