@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, legend, button, input, textarea, th, td {  margin: 0;  padding: 0;  }
body, button, input, select, textarea { -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font:14px/1 "Microsoft YaHei",Arial,Tahoma, Helvetica,sans-serif;}
i, em { font-style: normal; }
ul, ol { list-style: none; }
a { text-decoration: none; cursor:pointer; outline:none;}
h1, h2, h3, h4, h5, h6 { font-weight:400; font-size: 100%; }
th{ font-weight:normal;}
fieldset, img { border: none; }
img{vertical-align:middle;}
table {border-collapse: collapse; border-spacing: 0;list-style:none; }
html {
    overflow-x: hidden;
    overflow-y:scroll;
}
button, input, select, textarea { font-size: 100%; list-style:none; border:none; outline:none; resize:none; }
@media screen and (max-device-width: 750px) {
    body {-webkit-text-size-adjust: none;}
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    color: #393939 !important;
}
input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 1px solid #1276f2;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
}
.clearfix:after{
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    content:" ";
}
.clearfix{_zoom:1;}
.fl{float:left;}
.fr{float:right;}
.f12{ font-size:12px;}
.f14{ font-size:14px;}
.f16{ font-size:16px;}
.f18{ font-size:18px;}
.f20{ font-size:20px;}
.f22{ font-size:22px;}
.f24{ font-size:24px;}
.text-blue {color: #1276f2}
