/*响应式字体大小设置*/
html { font-size:100px; }
body {background: #eee;font-family:'Microsoft Yahei';
/*font-family:Arial, 'Microsoft Yahei',PingFangSC,sans-serif;*/
font-size: 14px;color:#333;margin: 0;padding: 0;}
/*.content { width:100%; max-width:640px; min-width:320px; margin:0 auto; }
.content img { width:100%; }
.testDiv { width:100%; height:2rem; line-height:2rem; font-size:.28rem;
font-family:"宋体"; font-weight:bold; text-align:center; background:#ccc; color:#fff; }*/
 
@media(max-width:540px){ html { font-size:84.375px; } } /*Android常用宽度*/
@media(max-width:480px){ html { font-size:75px; } }		/*Android常用宽度*/
@media(max-width:414px){ html { font-size:64.69px; } }  /*i6Plus,i7Plus宽度*/  
@media(max-width:375px){ html { font-size:58.59px; } }	/*i6,i7宽度*/
@media(max-width:360px){ html { font-size:56.25px; } }	/*Android常用宽度*/
@media(max-width:320px){ html { font-size:50px; } }		/*i5宽度*/


.wid1200{width: 1084px;margin:0 auto}
.w100{width: 100%;}
.w20{width: 20%;}
.w80{width: 80%;}
.w90{width: 90%;}
.w10{width: 10%;}

.w75{width: 75%;}
.w30{width: 30%;}
.w70{width: 70%;}
.w92{width: 92%;}

.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}

.fl{float: left;}
.fr{float: right;}

.fs12{font-size: 12px;}
.fs14{font-size: 14px;}
.fs16{font-size: 16px;}
.fs18p{font-size: 18px;}
.fs20{font-size: 0.2rem;}
.fs24{font-size: 0.24rem;}
.fs18{font-size: 0.18rem;}
.fs28{font-size: 0.28rem;}
.fs32{font-size: 0.32rem;}

.fwb{font-weight:bold}

.mr20{margin-right: 20px;}
.mr5{margin-right: 5px;}
.mt2{margin-top: 2px;}
.mt5{margin-top: 5px;}
.mt40{margin-top: 0.4rem;}
.mb40{margin-bottom: 0.4rem;}
.mb100{margin-bottom: 1rem;}
.pb50{padding-bottom: 0.5rem;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.pb45{padding-bottom: 0.45rem;}
.ptb30{padding:0.3rem 0rem;}
.pt30{padding-top:0.3rem;}
.mtb30{margin:0.3rem 0rem}
.pl60{padding-left: 60px;}
.pl30{padding-left: 30px;}
.pl130{padding-left: 130px;}
.ptb10{padding:10px 0px;}
.pr15{padding-right: 15px;}
.m0{margin: 0px;}
.p0{padding: 0px !important;}
.mr10{margin-right: 10px;}
.mt20{margin-top: 20px;}
.pb60{padding-bottom: 60px !important;}
.p15{padding: 15px;}
.ml20{margin-left: 20px;}
.mt10{margin-top: 10px;}

.cor01{color: #fa9c08;}
.cor02{color: #fff !important;}
.cor03{color: #888;}
.cor04{color: #7a7a7a;}
.cor05{color: #ddd;}
.cor06{color:#a9a9a9}
.cor07{color:#666 !important}
.cor08{color: #999;}
.cor09{color: #333;}
.cor10{color: #f00001;}
.cor11{color: #444;}
.cor12{color:#e20523;}
.cor13{color: #CFAC34;}
.cor14{color: #8c8c8c;}

.bg01{background: #fff !important;}
.bg02{background: #f7f7f7;}
.bg03{background: #f99c08;}
.bg04{background: #f2f2f2;}
.bg05{background: #f7f5f9;}
.bg06{background: #222222;}
.bg07{background: #f0f0f0;}
.bg08{background: #e20524 !important;}
.bg09{background: #f1f1f1;}
.bg10{background: #f2f2f2;}
.bg11{background: #333;}

.bb1{border-bottom: 1px solid #313131;}

ul,p{padding: 0px;margin: 0px;}
ul li{list-style-type: none;}

a:hover{text-decoration: none;}
.curp{cursor:pointer}

.family2{font-family:Nirmala UI ;}
.h45{height: 45px;line-height: 45px !important;}
