@charset "utf-8";
/* CSS Document */
html{

}
/*基础样式*/
* {margin:0; padding:0; font-family:'微软雅黑'; font-size:14px; color:#333; border:none; box-sizing:border-box; -webkit-box-sizing:border-box;}
li {list-style:none; float:left;}
a {text-decoration:none;}
img {border:0;}
input {outline: none;}

/*去除数字箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type="number"]{-moz-appearance: textfield;}

/*通用样式*/
section {width:1200px; height:auto; margin:0 auto;}
.clearfix::before,.clearfix::after {content:''; height:0; line-height:0; display:block; visibility:hidden; clear:both;}
.bordernone {border:none !important;}
.color {color:#EF3A21 !important;}
.mgr0 {margin-right:0px !important;}
.mgt30 {margin-top:30px !important;}
.background {background:#EF3A21 !important;}