.bank_detail li{
	display: flex;
	padding-left: .3rem;
	background: #fff;
	border-bottom: .01rem solid #e3e3e3;
	padding-right: .3rem;
	height: 1.02rem;
	align-items: center;
}
.left{
	width: 1.67rem;
	color: #333;
	font-size: .34rem;
}
.right{
	flex: 1;
	height: 100%;
	line-height: .5rem;
}
.right input{
	font-size: .34rem;
}
.select_bank{
	font-size: .3rem;
	color: #fc7e00;
	margin-right: -.2rem;
}
.toward_photo{
	height: .3rem;
	position: relative;
    top: .05rem;
}
.phoneNumber{
	color: #333;
	font-size: .34rem;
}
.bank_detail .tag_explain{
	height: .8rem;
	background: #f2f1f0;
	color: #666;
	font-size: .3rem;
}
.get_code{
	position: absolute;
	right: 0;
	display: inline-block;
	width: 2.5rem;
	text-align: center;
	line-height: 1.02rem;
	color: #fff;
	background: #999;
	font-size: .3rem;
	
}

.bindCard_btn{
	margin-top: .5rem;
    height: .84rem;
    margin-right: .3rem;
    margin-left: .3rem;
    background: #ffba00;
    color: #fff;
    font-size: .34rem;
    text-align: center;
    line-height: .84rem;
}
