@charset "utf-8";
/*初始化*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea {margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;font-size:1.3rem;}
li, ol {list-style: none;}
i, em {font-style: normal;}
a {text-decoration: none;color: #666;}
a:hover{color:#666;}
html {font-size: 10px;-webkit-text-size-adjust: none;}
body{font-family: "Microsoft YaHei",Helvetica,STHeiTi,sans-serif;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {-webkit-appearance: none;}
html {min-width: 320px;color: #666;}
input textarea{font-family: "Microsoft YaHei"}
.clearfix:after{visibility: hidden;display: block; font-size: 0;content: "";clear: both;height: 0;}
.clear{clear: both;display: block;height: 0;border: 0;}
