#recharge {
	font-size: 0.418181rem;
}
#recharge .header {
	background: transparent;
}
#recharge .main {
	position: absolute;
	width: 100%;
	height: 100%;
}
#recharge .content {
	height: calc(100% - 1.3274rem);
}
#recharge .mode_div {
	height: 20%;
	display: flex;
	display: -webkit-flex;
	/* justify-content: center; */
	align-items: center;
}
#recharge .mode_div label {
	width: 40%;
	text-align: center;
}
#recharge .mode_div div {
	width: 55%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
#recharge .mode_div div img {
	width: 0.4rem;
	background: #fff;
	border: 0.06rem solid #fff;
	border-radius: 50%;
}
#recharge .mode_div div span {
	flex-grow: 1;
}

#recharge .money_div {
	height: 80%;
	background: #fff;
	border-radius: 0.4rem 0.4rem 0 0;
	padding: 0.6rem;
	padding-bottom: 0;
	box-sizing: border-box;
	font-size: 0.381818rem; /* 42 */
}
#recharge .input_div {
	font-size: 1rem;
	border-bottom: 1px solid #ddd;
	margin: 0.2rem 0;
}
#recharge .input_div::before {
	content: "¥";
	font-size: 0.7rem;
	margin-right: 0.2rem;
}
#recharge .input_div input {
	width: calc(100% - 1rem);
	border: 0;
	font-family: "";
}
#recharge .button_div {
	position: absolute;
	bottom: 8%;
	right: 0.6rem;
}
#recharge .button_div button {
	font-size: 0.418181rem;
	box-sizing: border-box;
	/* width: 50%; */
	border: 0;
	color: #fff;
	padding: 0.3rem;
	border-radius: 0.1rem;
	background-image: linear-gradient(to left, #2b8de1, #0f63ac);
}
#recharge .button_div button.disable {
	background: rgba(43, 141, 225, 0.9);
}



#recharge_bankList_box {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
#recharge_bankList_box > div {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	min-height: 8rem;
	max-height: 12rem;
	padding: 0.4rem;
	background: #fff;
	border-radius: 0.4rem 0.4rem 0 0;
	box-sizing: border-box;
}
#recharge_bankList_box > div .title {
	text-align: center;
}
#recharge_bankList_box > div .title i {
	font-style: normal;
	float: left;
	font-weight: 300;
	font-size: 0.7rem;
	position: relative;
	padding-right: 0.5rem;
	top: -0.25rem;
}
#recharge_bankList_box > div .title span {
	padding-right: 1.2rem;
}

#recharge_bankList_box .bank_div {
	margin: 0.3rem 0;
	overflow-y: scroll;
	position: absolute;
	width: calc(100% - 0.8rem);
	height: 60%;
}
#recharge_bankList_box > div ul {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#recharge_bankList_box > div ul li {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	line-height: 1.15rem;
}
#recharge_bankList_box > div ul li > div {
	flex-grow: 1;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	position: relative;
	top: 0.02rem;
}
#recharge_bankList_box > div ul li > div div {
	flex-grow: 1;
}
#recharge_bankList_box > div ul li img {
	width: 0.46rem;
	background: #fff;
	border: 0.06rem solid #fff;
	border-radius: 50%;
	margin-right: 0.2rem;
}
#recharge_bankList_box > div ul li.li_bank i {
	font-size: 0.5rem;
	color: #333;
}
#recharge_bankList_box > div ul li.li_addBank .van-icon-debit-pay {
	font-size: 0.48rem;
	color: #999;
	background: #fff;
	border: 0.06rem solid #fff;
	margin-right: 0.2rem;
}
#recharge_bankList_box > div ul li.li_addBank .van-icon-arrow {
	color: #999;
}

#recharge_bankList_box > div .btn_div {
	padding-bottom: 0.4rem;
}

