 .cfa-login-container{
        position: fixed;
        top:0px;
        bottom: 0px;
        display: none;
        width: 100%;
        height: 100%;
        left:0px;
        background-color: rgba(0,0,0,.2);
    }
    .tanchun{
	width: 6.3rem;
	height: 6.22rem;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999999;
	padding: 0.5rem 0.2rem;
}
.tanchun h4{
	font-size: 0.44rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #213545;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #E9E9E9 ;
	text-align: center;
}
.tanchun .tanchun_colose,.tanchun_top .tanchun_colose{
	position:absolute;
	right:0.4rem;
	top:0.4rem;
	z-index:999;
	width:0.45rem;
	cursor: pointer;
	
}
.tanchun_top .tanchun_username input{
	border: 1px solid #69798C;margin: 0 auto;margin-top: 0.3rem;width: 1.9rem;height: 0.55rem;padding-left: 0.3rem;
}
.tanchun ul{
	padding: 0 0.33rem;
}
.tanchun ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.4rem;
	width: 5.44rem;
	height: 0.68rem;
	background: #FFFFFF;
	border: 1px solid #EBF0F4;
	border-radius: 6px;
}
.tanchun ul li button{
	width: 1.45rem;
	height: 0.68rem;
	background: #28C445;
	border: 1px solid #EBF0F4;
	border-radius: 6px;
	font-size: 0.14rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
    cursor: pointer;
	color: #FFFFFF;
}
.tanchun ul li input{
	padding-left: 0.46rem;
}
.tanchun ul img{
	display: block;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.verification{
	width: 2.64rem;
	height: 0.68rem;
	background: #013DA5;
	border-radius: 3px;
	font-size: 0.38rem;
    cursor: pointer;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	margin-top: 0.45rem;
}
.verif{
	width: 2.64rem;
	height: 0.68rem;
	background: #013DA5;
	border-radius: 3px;
	font-size: 0.38rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.tanchun_top{
	width: 6.3rem;
    height: 6.3rem;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    padding: .3rem 0.2rem;
	display: none;
}

.tanchun_top h4{
	font-size: 0.44rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #213545;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #E9E9E9 ;
	text-align: center;
}
.tanchun_top div h6{
	font-size: 0.38rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #213545;
    line-height: 0.39rem;
    padding-left: 1.3rem;
    text-align: left;
    position: relative;
    margin-top: 0.43rem;
}

.tanchun_top div label{
	display: flex;
	align-items: center;
	margin-top: 0.4rem;
	padding-left: 1.5rem;
}
.tanchun_top div label span{
	font-size: 0.36rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #69798C;
	padding-left: 0.35rem;
}

.tanchun_top div h6:after {
	display: block;
	content: "";
	width: 0.24rem;
	height: 0.39rem;
	background: #013DA5;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
}