.service_Charge{
	padding: 0 .3rem;
	display: flex;
	justify-content: space-between;
	height: 1.02rem;
	line-height: 1.02rem;
	border-bottom: .01rem solid #eae8e5;
	background: #fff;
	position: relative;
}
.left{
	color: #333;
	font-size: .34rem;
}
.right{
	color: #666;
	font-size: .3rem;
}
.white_back{
	position: absolute;
	width: .3rem;
	left: 0;
	height: 1.3rem;
	z-index: 100;
	background: #fff;
}
.payType_list{
	display: flex;
	height: .88rem;
	border-bottom: #eae8e5;
	border-top: #eae8e5;
	margin-top: .27rem;
	background: #fff;
	font-size: .3rem;
}
.payType_list li{
	text-align: center;
	border-right: .01rem solid #ccc;
	width: 50%;
	box-sizing: border-box;
	margin-top: .3rem;
	margin-bottom: .28rem;
}
.payType_list li:nth-of-type(2){
	border:none;
}
.tag_note {
    display: inline-block;
    border-bottom: .03rem solid #ffba00;
    width: 1.3rem;
    height: .56rem;
}
.payType_list .select{
	color: #ffba00;
}
.password{
	border: none;
	outline: none;
	font-size: .34rem;
	margin-left: .3rem;
	width: 3rem;

}
.confirm_btn{
	width: 100%;
	height: .98rem;
	border-top: .02rem solid #eae8e5;
	background: #ffba00;
	color: #fff;
	text-align: center;
	line-height: .98rem;
	font-size: .34rem;
	position: fixed;
	bottom: 0;
}
.balance_pay{
	display: none;
}
body{
	padding-bottom: 1rem;
}
