@charset "utf-8";
* { box-sizing: border-box; }
body { background-color: #f5f5f5; font: 16px/1.5 "Microsoft YaHei",Arial,Tahoma,Helvetica,\5b8b\4f53,sans-serif; color: #333; }
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,object,code,em,span,var,legend,button,input,textarea,th,td,a,img,header,footer,nav,aside,audio,datalist,section { margin:0; padding:0; border:0; outline:0; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }
address,caption,cite,code,dfn,em,i,strong,b,th,var { font-style:normal; font-weight:normal }
input,button,select,textarea { font-family:inherit; font-size:100%; }
ul,ol { list-style: none; }
a { text-decoration: none; color: #333; }
img,input { vertical-align: middle; }
textarea { resize:none }
table { border-collapse:collapse; border-spacing:0 }
:focus { outline:0; }
.clearfix::before,
.clearfix::after {
content: "";
display: table;
}
.clearfix::after {
clear: both;
}
.overflow { overflow:hidden; }