*{margin: 0;padding: 0;border: none;}
/*reset css start*/input:focus {outline:none;}
input {border:none;}
body,html {height:100%;width:100%;}
body,h1,h2,h3,h4,h5,h6,ul,li,p {margin:0;padding:0;}
body {font-family:MicrosoftYaHei;max-width:1920px;min-width:1200px;margin:0 auto}
a {text-decoration:none;}
li {list-style:none}
img {display:block;border:0 none;}
/*common css*/.clearfix {*zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}
.fl {float:left;}
.fr {float:right;}
.w1200 {width:1200px;margin:0 auto;box-sizing:border-box;}
input{
    -webkit-appearance: none !important;
}
input[type="number"]{
    -moz-appearance:textfield !important;/* firefox */
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}