/* 750比例rem */
@media screen and (min-width:0){
	html{font-size:53.33% !important}	
}
@media screen and (min-width:320px){
	html{font-size:53.33% !important}	
}
@media screen and (min-width:340px){
	html{font-size:56.66% !important}
}
@media screen and (min-width:360px){
	html{font-size:60% !important}
}
@media screen and (min-width:380px){
	html{font-size:63.33% !important}
}
@media screen and (min-width:400px){
	html{font-size:66.66% !important}	
}
@media screen and (min-width:420px){
	html{font-size:70% !important}	
}
@media screen and (min-width:440px){
	html{font-size:73.33% !important}	
}
@media screen and (min-width:460px){
	html{font-size:76.66% !important}
}
@media screen and (min-width:480px){
	html{font-size:80% !important}	
}

.content{ margin:auto; min-width:320px;}
.lrp12{ padding-left:1.2rem; padding-right:1.2rem;}
.fon13{ font-size:1.3rem !important;}
.fon14{ font-size:1.4rem !important;}
.fon15{ font-size:1.5rem !important;}
.fon16{ font-size:1.6rem !important;}
.fon17{ font-size:1.7rem !important;}
.fon18{ font-size:1.8rem !important;}
.fon20{ font-size:2rem !important;}
.cor111{ color:#111;}
.cor666{ color:#666 !important;}
.cor999{ color:#999 !important;}
.corccc{ color:#CCC;}
.corHuang{ color:#ffc600 !important;}
.tbm20{ margin-top:2rem; margin-bottom:20px;}
.cc{ text-align:center;}
.cr{ text-align:right;}
.ml10{ margin-left:1rem;}
.ml15{ margin-left:1.5rem;}
.ml20{ margin-left:2rem;}
.ml30{ margin-left:3rem;}
.ml40{ margin-left:4rem;}
.ml80{ margin-left:8rem;}
.mr10{ margin-right:1rem;}
.mr20{ margin-right:2rem;}
.lh30{ line-height:3rem;}

.fl{ float:left;}
.fr{ float:right;}
.p5{padding:0.5rem;}
.p12{ padding:1.2rem;}
.p17{ padding:17px;}
.pl17{ padding-left:1.7rem !important;}
.p20{ padding:2rem;}
.pb15{ padding-bottom:1.5rem !important;}
.pl10{ padding-left:1rem !important;}
.pl20{ padding-left:2rem !important;}
.pl30{ padding-left:3rem !important;}
.pl40{ padding-left:4rem !important;}
.pt10{ padding-top:1rem !important;}
.pb10{ padding-bottom:1rem !important;}
.pt0{ padding-top:0px !important;}
.corRed{ color:#ff3300;}
.corGreen{color:#7ab800;}
.corCheng{color:#ff9500;}
.corBlue{ color:#0088e7;}
.wid50{ width:5rem !important;}
.wid60{width:6rem !important;}
.wid70{ width:7rem !important;}
.wid80{ width:8rem !important;}
.wid100{ width:10rem !important;}
.mb10{ margin-bottom:1rem !important;}
.hei50{ height:5rem;}
.hei65{ height:6.5rem;}
.flol{ float:left;}
.flor{ float:right;}
.mr12{ margin-right:1.2rem;}
.mt10{ margin-top:1rem !important;}
.mt0{ margin-top:0 !important;}
.mt12{ margin-top:1.2rem !important;}
.mt14{ margin-top:1.4rem !important;}
.mt20{ margin-top:2rem !important;}
.f12{ font-size:1.2rem;}
.borTop{ border-top:#dcdcdc solid 1px !important;}
.bt0{ border-top:0 !important;}
.cen{ text-align:center;}

.bor_1{ position:relative;}
.bor_1:before{ position:absolute; content:" "; width:200%; height:200%; border:#333 solid 1px; border-radius:4px; top:0; left:0; transform:scale(0.5); transform-origin:left top;-webkit-transform:scale(0.5); -webkit-transform-origin:left top; box-sizing:border-box;}
