@charset "utf-8";
*{margin:0; padding:0;}
ul,li,ol {list-style-type:none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
a{ color: #333; text-decoration:none; cursor:pointer; -webkit-tap-highlight-color: #333;}
a:hover,a:active,a:visited,a:focus { color: #333;}
i{ font-style:normal;display: block;}
img{ border:none;width:100%; height:auto!important;}
input{border:0;outline: none;}
table { border-collapse: collapse; border-spacing: 0;}
input[type="submit"],input[type="reset"],input[type="button"],button{-webkit-appearance:none;}
html{ font-size:100px; min-width:320px;-webkit-tap-highlight-color: transparent; height:100%; overflow-x:hidden; overflow-y:scroll;}
body{ background-color:#fff; margin:0 auto; font-size:0.14rem; font-family:"Microsoft Yahei",arial; color:#333; height:100%;}
.clear{ clear:both;zoom:1; }
.left{ float:left;}
.right{float:right;}
.clearfix:after { content: ""; display: block; clear: both;}
