body, html {
    width: 100%;
    height: 100%;
    
    font-family: "微软雅黑", serif;
    background: #fff;
}
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ol,ul,th,td,form,fieldset,input,button,textarea{margin: 0;padding: 0}
html{-webkit-text-size-adjust: none;word-wrap: break-word;}
ol,ul,li{list-style: none}
h1,h2,h3,h4,h5{ font-weight:normal;}
em,i{ font-style:normal;}
a{text-decoration: none; outline:none; -moz-outline:none;}
img,label,input{vertical-align: middle;}

input, select {
    outline: none;
    -moz-outline: none;
    outline-style: none;
}
img{ border:0; max-width:100%; }
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
table{ border-collapse:collapse; border:0;}
/*移动端提高滑动性能*/
/*.scroller{
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
E {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}*/



