@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:#333;font-family:'Microsoft Yahei','Arial';font-size:14px; -webkit-overflow-scrolling: touch;}
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; transition: all 300ms ease 0s;}
a:hover{color: #0d6fcc;}
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{width:1200px; margin:0 auto;}
.m-mauto{max-width:1200px; margin:0 auto;}

.rel{ position: relative;}
.abs{ position: absolute;}
.w100{ width:100%;}
.w50{ width:50%;}
.mauto:before,.mauto:after,.clearfix:before,.clearfix:after {display: table;content: " ";}
.clearfix:after,.mauto:after {clear: both;}
.clear{clear:both;font-size:1px;width:1px;height:0;visibility:hidden; overflow:hidden;}
.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*/
.els{vertical-align:middle;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;word-wrap:break-word;display: inline-block;}
.c0{ color:#000;}
.c3{ color:#333;}
.c6{ color:#666;}
.c9{ color:#999;}
.cf{ color:#fff;}
.bgfff{background: #fff;}
.mt5 {margin-top: 5px;}
.mt7 {margin-top: 7px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt90{margin-top: 90px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr50 {margin-right: 50px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.pt30 {padding-top: 30px;}
.pt20 {padding-top: 20px;}
.pt40 {padding-top: 40px;}
.pd15 {padding: 15px;}
.pd20 {padding:0 20px;}
.pd30 {padding: 30px;}
.pd50 {padding: 50px;}
.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}

.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}

.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}

.li24{ line-height:24px;}
.li26{ line-height:26px;}
.li28{ line-height:28px;}
.li30{ line-height:30px;}
.li35{ line-height:35px;}
.li40{ line-height:40px;}
.li50{ line-height:50px;}

.f12px{font-size:12px;}
.f14px{ font-size:14px;}
.f16px{ font-size:16px;}
.f18px{ font-size:18px;}
.f20px{ font-size:20px;}
.f22px{ font-size:22px;}
.f24px{ font-size:24px;}
.f26px{ font-size:26px;}
.f28px{ font-size:28px;}
.f30px{ font-size:30px;}
.f32px{ font-size:32px;}

