body{
	
}
.top_bg{
	width: 100%;
	height: .28rem;
	background: #f2f1f0;
	border-bottom: .01rem solid #e3e3e3;
	box-sizing: border-box;
}

.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;
	margin-left: -.2rem;
}
.tag_bank{
	color: #333;
	font-size: .34rem;
	margin-left: .1rem;
	margin-top:.45rem;
}
.explain{
	position: absolute;
	right: .3rem;
	top: 27%;
	text-align: right;
}
.explain span{
	color: #666;
	font-size: .24rem;
	margin-left: .28rem;
	float: right;
	display: block;
	width: 100%;
}
.explain p{
	font-size: .2rem;
	color: #999;
	margin-top: .36rem;
}
.recharge_amount{
	width: 100%;
	height: 1.02rem;
	line-height: .5rem;
	padding-left: .3rem;
	box-sizing: border-box;
	background: #fff;
}
.recharge_amount span{
	color: #333;
	font-size: .34rem;
}
.recharge_amount span:nth-of-type(2){
	margin-left: .34rem;
}
.charge_notice{
	height: .5rem;
	line-height: .5rem;
	width: 100%;
	padding-left: .3rem;
	padding-right: .3rem;
	background: #f2f1f0;
	box-sizing: border-box;
}

.charge_notice span{
	font-size: .2rem;
	color: #666;
	vertical-align: bottom;
}
.charge_notice span:nth-child(2),.charge_notice span:nth-child(3){
	margin-left: -.3rem;
}
.charge_notice span:last-of-type{
	float: right;
}

.code_num{
	display: flex;
	height: 1.02rem;
	line-height: 1.02rem;
	width: 100%;
	padding-left: .3rem;
	box-sizing: border-box;
	position: relative;
	background: #fff;
}
.code_num span{
	font-size: .34rem;
	color: #333;
	margin-right: .1rem;
}
.code_num input{
	border: 0;
	color: #333;
	font-size: .34rem;
	flex: 1;
}
.get_codeNum{
	width: 1.8rem;
	height: 1.02rem;
	background: #999;
	font-size: .34rem;
	color: #fff;
	text-align: center;
	line-height: 1.02rem;
	position: absolute;
	right: 0;
}
