.charge{
	width: 7.5rem;
	margin-top: 1.24rem;
}
.charge .top{
	height: 1.6rem;
	width: 7.5rem;
	background: url(../images/charge-bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.charge .top .icon{
	width: 2.26rem;
	height: 0.44rem;
	background: url(../images/charge-bg2.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	line-height: 0.44rem;
	color: #ffffff;
	font-size: 0.26rem;
	position: absolute;
	top: 0.57rem;
	left: 1.4rem;
}
.charge .chargeList{
	position: relative;

}
.charge .chargeNav{
	height: 0.61rem;
	width: 3.1rem;
	font-size: 0.22rem;
	padding: 0 2.2rem;
	padding-top: 0.35rem;
}
.charge .chargeNav li{
	height: 0.26rem;
	line-height: 0.26rem;
	text-align: center;
	float: left;
	padding: 0 0.16rem;
	color: #333333;
}
.charge .chargeNav li:nth-of-type(1){
	border-right: 0.01rem solid #333333;
}
.charge .chargeNav li.on{
	color: #1cac8b;
}

.charge .chargeCon li.on{
	display: block;
}
.charge .chargeCon li{
	display: none;
}
.chargeCon table{
	width: 100%;
	border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    width: 7.5rem;
    font-size: 0.13rem;
    color: #0a0a0a;
}
.chargeCon table tr td{
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    box-sizing: border-box;
    padding: 0 0.05rem;
    height: 0.5rem;
}
.chargeCon table tr:nth-of-type(1){
	height: 0.5rem;
	background-color: #1cac8b;
	border: solid 1px #d1d1d1;
	color: #ffffff;
}

table tr:nth-child(6n+5), table tr:nth-child(6n+6), table tr:nth-child(6n+7),table tr:nth-last-child(1) {
    background-color: #f0f0f0;
}
/*.chargeCon table tr td:nth-of-type(1){
	width: 2.08rem;
}
.chargeCon table tr td:nth-of-type(2){
	width: 0.53rem;
}
.chargeCon table tr td:nth-of-type(3){
	width: 2.91rem;
}
.chargeCon table tr td:nth-of-type(4){
	width: 1.21rem;
}
.chargeCon table tr td:nth-of-type(5){
	width: 0.80rem;
}*/


.charge .chargeMenu{
	width: 1.16rem;
	height: 1.16rem;
	background-color: #1cac8b;
	border-radius: 50%;
	text-align: center;
	line-height: 1.16rem;
	position: fixed;
	left: 0.81rem;
	bottom: 4rem;
}
.charge .chargeMenu i{
	display: inline-block;
	height: 0.51rem;
	width: 0.51rem;
	
}
.charge .bot{
	height: 1.98rem;
	width: 7.5rem;
	padding: 0.37rem 0.5rem 0 0.41rem;
	box-sizing: border-box;
}
.charge .bot p{
	font-size: 0.2rem;
	color: #666666;
	line-height: 0.30rem;
}



/*收费标准弹窗*/

#chargeMenu{
	height: 15.28rem;
	width: 7.5rem;
	background-color: #000000;
	opacity: 0.97;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0.4rem;
	display: none;
	z-index: 10000;
}
#chargeMenu p{
	height: 0.8rem;
	width: 7.0rem;
	line-height: 0.8rem;
	text-align: right;
	padding-right: 0.5rem;
}

#chargeMenu p .close{
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
}
#chargeMenu .navList{
	width: 6.2rem;
	padding: 0 0.65rem;
}
#chargeMenu .navItem {
	position: relative;
}
#chargeMenu .navItem a{
	display: block;
	height: 0.88rem;
	border-bottom: 0.01rem solid  #333333;
	width: 6.2rem;
	color: #fff;
	font-size: 0.26rem;
	line-height: 0.88rem;
	text-align: center;
}
#chargeMenu .navItem i{
	display: inline-block;
	width: 0.2rem;
	height: 0.11rem;
	position: absolute;
	top: 0.35rem;
	right: 0.16rem;
	z-index: 1000;
}
#chargeMenu .navItem .tel{
	display: inline-block;
	width: 0.28rem;
	height: 0.28rem;
	margin-right: 0.11rem;
}

#chargeMenu .navItem ul{
	display: none;
}
#chargeMenu .navItem ul li a{
	color: #aaaaaa;
	font-size: 0.22rem;
}