/* css reset */ body, dd, dl, form, h1, h2, h3, h4, h5, h6, input, ol, p, ul { margin: 0; padding: 0; } body { font-size: 12px; line-height: normal; font-family: 微软雅黑,Open Sans, PingFang SC, Hiragino Sans GB, Heiti SC, STHeiti, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif; } a { text-decoration: none; } a:hover{ text-decoration: none; } a:link,a:active,a:visited,a:hover { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent; text-decoration: none; } li { list-style: none; } em, i { font-style: normal; } img { border: none; vertical-align: middle; } .clear:after { content: ""; height: 0; visibility: hidden; display: block; clear: both; } input { outline: none; border: none; background: transparent; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } .left{ float: left; } .right{ float: right; }