
.top_bg{
	width: 100%;
	height: .28rem;
	background: #f2f1f0;
	border-bottom: .01rem solid #e3e3e3;
	box-sizing: border-box;
}
.recharge_amount{
	width: 100%;
	height: 1.02rem;
	line-height: 1.02rem;
	padding-left: .3rem;
	box-sizing: border-box;
	display: flex;
	background: #fff;
}

.recharge_amount span{
	color: #333;
	font-size: .34rem;
}
.recharge_amount input{
	color: #333;
	font-size: .34rem;
	border: 0;
	margin-left: .3rem;
	outline: none;
}
.recharge_amount input::-webkit-input-placeholder{
	color: #d1d1d1;
}
.charge_notice{
	height: .5rem;	
	width: 100%;
	padding-left: .3rem;
	padding-right: .3rem;
	background: #f2f1f0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.box{
	height: 100%;
	line-height: 0;
	margin-top: -.05rem;
}
.charge_notice span{
	font-size: .2rem;
	color: #666;
}

.bank_acount{
	display: flex;
	width: 100%;
	height: 1.4rem;
	padding-left: .3rem;
	padding-right: .3rem;
	box-sizing: border-box;
	position: relative;
	background: #fff;
}
.bank_logo img{
	width: 1rem;
	margin-top: .2rem;
}
.explain{
	height: 100%;
	margin-top: -.4rem;

}
.explain span:nth-of-type(1){
	color: #333;
	font-size: .34rem;
}
.explain span:nth-of-type(2){
	color: #666;
	font-size: .24rem;
}
.explain p{
	font-size: .2rem;
	color: #999;
	margin-top: -.1rem;
}
.choice{
	position: absolute;
	right:0.3rem;
	align-self: center;
	top: -.1rem;
}
.choice img{
	width: .5rem;
	
}
