@charset "utf-8";
* {margin: 0;padding: 0;outline: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;}
@font-face { font-family: "Microsoft YaHei";}
input,select,button{border:none;background: none;}
select,button{appearance: none;outline: none;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;}
/*outline: none;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;*/
input:focus{outline:none;}
input::-ms-input-placeholder{color: #333333;}
input::-webkit-input-placeholder{color: #333333;}
input::-moz-placeholder{color: #333333;}
a{text-decoration: none;}
ul li{list-style: none;}
body{width: 100%;height:auto;background:#fff;margin:0 auto;}
.clearfix::after{content: "";display: block;clear: both;}
input,div,p,span,a,i,em,ul,li,dl,dd,dt,table,th,td,form，h1,h2,h3,h4,h5,h6{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
label input{
    display: none;
}
table{
    border-collapse:separate;
    border-spacing: 0
}
i{
    font-style: normal;
}
.w1200{
    width: 1200px;
    margin: auto;
}