@charset 'utf-8';
/*remove the gray background color from tap, default value is inherit*/
*{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
html{-webkit-tap-highlight-color: transparent;}
body{overflow-x:hidden;color:#666;font-family:'Arial', 'Microsoft Yahei';font-size:14px;  -webkit-overflow-scrolling: touch;}
body.bg{background:#f6f6f6;}
body,h1,h2,h3,h4,h5,h6,dl,dd,p,th,td,form,figure{ margin:0; padding: 0; border:0;}
ul,ol,li{ margin:0;padding:0; list-style-type: none}
img{ vertical-align: middle; border:0; max-width: 100%;}
table{border-collapse: collapse; border-spacing: 0; }
a{background: transparent;text-decoration: none;color: inherit;}
a:hover{color: #e60012!important;}
b,em,i{font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight: normal;font-size: 14px;}
button,input,optgroup,select,textarea{border:none;vertical-align:middle; font-family: 'Microsoft Yahei'; outline: none;}
button,input{border-radius:0;padding:0;}
-webkit-appearance:none;
textarea,input{-webkit-user-modify: read-write-plaintext-only;/*Android 下 input focus 消除高亮外框*/}
textarea {resize: none;}
/**********常用类简写***********/
.mauto{max-width:1200px; margin:0 auto;}
.rel{ position: relative;}
.abs{ position: absolute;}
.w100{ width:100%;}
.w50{ width:50%;}
.clear{ clear:both;font-size:1px;width:1px;height:0;visibility:hidden; overflow:hidden;}
.mauto:before,.mauto:after,.clearfix:before,.clearfix:after {display: table;content: " ";}
.clearfix:after,.mauto:after {clear: both;}
.ov{overflow:hidden;}
/*float*/
.fl{ float:left;}
.fr{ float:right;}
/*text-align*/
.tar{ text-align: right;}
.tal{ text-align: left;}
.tac{ text-align:center;}
/*font-weight*/
.fb{ font-weight:bold;}
/*display*/
.db{ display:block;}
.dn{ display:none;}
/*white-space*/
.text-fff { color:#fff; }
.text-energized { color:#8b8b8b; }
.text-uppercase { text-transform:uppercase;}
.text-666  { color:#666; }
.c999 { color:#999;}
.bg-f9{ background: #faf9f9;}
.text-underline{ text-decoration: underline;}
.border-bottom{ border-bottom: #ededed solid 1px;}
.border{border: #ededed solid 1px;}
/*white-space*/
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;word-wrap:break-word;}
.vam{vertical-align:middle;}

.fz12 {font-size: 12px;}

.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mb20 {margin-bottom: 20px;}
.mr20 {margin-right: 20px;}
.mr50 {margin-right: 50px;}
.mb30 {margin-bottom: 30px;}
.mb50 {margin-bottom: 50px;}
.ml5{margin-left: 5px;}
.pt30 {padding-top: 30px;}
.pd15 {padding: 15px;}
.pd20 {padding:0 20px ;}
.pd30 {padding: 30px;}
.pd50 {padding: 50px;}
.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}

.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}

.li28{ line-height:0.28rem;}
.li30{ line-height:0.3rem;}
.li35{ line-height:0.35rem;}
.li40{ line-height:0.4rem;}
.li45{ line-height:0.45rem;}

.f14px{ font-size:14px;}
.f16px{ font-size:16px;}
.f18px{ font-size:18px;}
.f20px{ font-size:0.2rem;}
.f22px{ font-size:0.22rem;}
.f24px{ font-size:0.24rem;}
.f26px{ font-size:.26rem;}
.f28px{ font-size:.28rem;}
.f30px{ font-size:.30rem;}
.f32px{ font-size:.32rem;}

