@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;
}
