@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
body { font-size: 16px; font-family: Microsoft YaHei; min-width: 320px; margin: 0 auto; height: auto; background: #fff }
ul, li, ol, form { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { text-decoration: none; }
a img { border: 0; }
.clear{float: none;height: 0;width: 0;line-height: 0;padding: 0;margin: 0;}
.fl { float: left; }
.fr { float: right; }
.none { display: none; }
b,h1,h2,h3,h4,h5,i,s{font-weight: normal;font-style: normal;text-decoration: none;}
input { -webkit-appearance: none; }
input[type="button"], input { -webkit-appearance: none; }
form input[type=reset] { border-radius: 0; }

