@charset "utf-8";
/*Reset*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span,a
{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    outline: none;
    -webkit-text-size-adjust: none;/*针对谷歌浏览器设置的，谷歌默认字体最小为12px*/
}
body{ font-size: 14px; background: #fff; }
div, p, td, li, dd, a, span{  }
h1,h2,h3{ font-weight: normal; }
ul,ol{ list-style: none; }
img{ border: 0; vertical-align: bottom; }
input,select { border: 0; background-color: transparent; appearance:none;}
select, textarea, input { outline: none; }
a{ text-decoration: none; color: #000; cursor: pointer; }
a:hover{ text-decoration: none;}

/*Global*/
.clear{ height: 1%; }
.clear:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.fl{ float: left; }
.fr{ float: right; }