@charset "utf-8";

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img, input,select,button{ margin:0; padding:0;
    -webkit-appearance: none; -webkit-box-shadow:none; border:0; list-style:none; outline:0;}
fieldset, img { border:0; } /*为了照顾ie6 链接图片有边框*/
img{display: block;}
input, ul, ol li{ list-style:none;}
input {font-family:Microsoft YaHei,"微软雅黑"; border:0; outline:0; border-radius: 0; background:rgba(0,0,0,0);}
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; }
textarea {resize:none; }
table {border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
body {font-size:18px; color:#333;}
.clear {clear:both;display:block;height:0; visibility:hidden; font:0/0 arial;}
.clearfix:after {content:"."; display: block; height: 0; clear: both; visibility: hidden; font-size:0;}
.clearfix {*zoom:1;}
.clearfix {display: block; min-height:0;}
a {color:#fff; text-decoration:none; }
a:hover { text-decoration:none; }
html {
    background: #fff;
    -text-size-adjust: none;
    appearance:none;
    touch-callout: none;
    user-select: none;
    tap-highlight-color:rgba(0, 0, 0, 0);
}
body{
    width: 100%;
    font-family: "微软雅黑";
    font-weight:normal;
    color:#404040;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}