#bankInfo{
	font-size: 0.418181rem;/* 46 */
}
#bankInfo .header {
	background: transparent;
}



/* 设置 */
#bankInfo #bankSet_box {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	/* font-size: 0.4rem; /* 44 */
	background: rgba(0, 0, 0, 0.3);
}
#bankInfo #bankSet_box > div {
	position: fixed;
	bottom: 0;
	border-radius: 0.290909rem 0.290909rem 0 0; /* 32 */
	width: 100%;
	background: #fff;
}
#bankInfo #bankSet_box div .funDiv div {
	/* font-weight: bold; */
}
#bankInfo #bankSet_box div div div {
	line-height: 1.363636rem; /* 150 */
	text-align: center;
}
#bankInfo #bankSet_box .funDiv {
	/* border-bottom: 0.290909rem solid #eee; */
	border-bottom: 0.290909rem solid rgba(0, 0, 0, 0.3);
}
#bankInfo #bankSet_box .funDiv div:nth-child(1) {
	border-bottom: 1px solid #eee;
}


#bankInfo .weui-cell p {
	width: 4.4rem;
}




.bankList_div {
	color: #fff;
}
.bankList_div .to_addBank {
	margin: 0.290909rem 0.4rem;
	padding: 0.6rem 0.4rem;
	background: #fff;
	color: #2f2f2f;
	border-radius: 0.14rem;
	box-shadow: 0 0 1px #bbb;
}
.bankList_div ul li {
	overflow: hidden;
	position: relative;
	margin: 0.290909rem 0.4rem;
	padding: 0.290909rem 0.4rem;
	padding-top: 0.4rem;
	border-radius: 0.2rem;
	background: rgba(170, 23, 39, 0.8);
	/* background-image: url(../../images/bank/招商银行.png), linear-gradient(#f00, #f00);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	background-blend-mode: lighten; */
}
.bankList_div ul li .bankNo {
	margin-top: 0.4rem;
	text-align: center;
	font-size: 0.5rem;/* 46 */
}
.bankList_div ul li .bankName {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.bankList_div ul li .bankName img {
	width: 0.8rem;
	background: rgba(255, 255, 255, 0.6);
	border: 0.12rem solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	margin-right: 0.236363rem;
}
.bankList_div ul li .bankName h1 {
	font-size: 0.418181rem;/* 46 */
}
.bankList_div ul li .bankName h3 {
	margin-top: 0.236363rem;
	opacity: 0.8;
}


.bankList_div ul li .bankLi_bac img {
	width: 2.5rem;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	z-index: -1;
	top: -10%;
	right: 8%;
	opacity: 0.6;
}