body{background:#f7f7f7;}
.radioButton{
	width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    border: 2px solid #bababa;
    /* margin-right: 5px; */
    border-radius: 50%;
    vertical-align: middle;
}
.radiook{
	background: url(../../images/radiobtn.png) no-repeat center center #998878;
	border: 2px solid #998878;
	background-size: 15px 13px;
}
.current{
	background:#fff;
	border-bottom:1px solid #eeebeb;
	padding:20px 0px 20px 0px;
}
.current p{
	text-align:center;
	width:50%;
	margin:0 auto;
}
.current p:first-child{
	font-size:14px;
	color:#000;
}
.current p:last-child{
	font-size:18px;
	color:#FE6502;
	font-weight:bold;
}
ul.chongzhi{
	margin:15px auto 10px;
	width:90%;
}
ul.chongzhi li{
	margin-bottom:10px;
	border:1px solid #edebeb;
	border-radius:2px;
	padding:5px 0px;
	overflow:hidden;
	background:#fff;
}
ul.chongzhi li div.left{
	float:left;
	width:20%;
	border-right:1px solid #edebeb;
	padding:8px;
}
.chongzhi .left span{
	display:block;
	text-align:center;
	width:20px;
	margin:0 auto;
}
ul.chongzhi li div.right{
	float:left;
	width:75%;
	padding:8px;
}
.dw{
	display:inline;
	position:relative;
}
.dw img{
	width:35px;
	position:absolute;
	top:-10px;
	right:-35px;
}
.chongzhi .right p.text{
	font-size:14px;
	color:#2a2929;
	display:inline;
}
.right p.text em{
	color:#FE6502;
}
.tips{
	width:90%;
	margin:0 auto;
	font-size:14px;
	color:#2a2929;
}
.tips .chz_after_balance{
	color:#FE6502;
	font-size:14px;
}
.pay_button{
	overflow:hidden;
	padding:3px;
	width:90%;
	margin:60px auto 30px;
	background:#998878;
	border-radius:3px;
	font-size:16px;
}
.pay_button .real{
	color:#FE6502;
	font-size:16px;
	padding:5px 0px;
	background:#fff;
	width:50%;
	float:left;
	text-align:center;
	font-weight:bold;
	border-radius:3px;
}
.pay_button .real .realMoney{
	font-size:18px;
	color:#FE6502;
	font-weight:bold;
}
.wxPay{
	float:left;
	text-align:center;
	font-size:18px;
	color:#fff;
	background:#998878;
	width:50%;
	padding:5px 0px;
	font-weight:bold;
}