

/* 登录弹框 */
.zhizc{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.38);
	top: 0;
	left: 0;
	z-index: 99;
	display: none; 
}
.tanchun{
	width: 6rem;
	height: 4.2rem;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 101;
	padding: .5rem .2rem;
	display: none;
	    box-sizing: unset;
}
.tanchun h4{
	font-size: .24rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #213545;
	padding-bottom: .2rem;
	border-bottom: 1px solid #E9E9E9 ;
	text-align: center;
}
.tanchun .tanchun_colose,.tanchun_top .tanchun_colose{
	position:absolute;
	right:0;
	top:0;
	padding: .2rem;
	z-index:999;
	width:.25rem;
	cursor: pointer;
	box-sizing: unset;
}
.tanchun_top .tanchun_username input{
	border: 1px solid #69798C;
	margin: 0 auto;
	margin-top: .1rem;
	width: 1.7rem;
	height: .25rem;
	padding-left: .1rem;
}
.tanchun ul{
	padding: 0 .13rem;
}
.tanchun ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .2rem;
	height: .7rem;
	background: #FFFFFF;
	border: 1px solid #EBF0F4;
	border-radius: .06rem;
	position: relative;
}
.tanchun ul li button{
	width: auto;
	height: .7rem;
	background: #28C445;
	border: 1px solid #EBF0F4;
	border-radius: .06rem;
	font-size: 12px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	box-sizing: unset;
	padding:0 .2rem;
}
.tanchun ul li input{
	padding-left: .26rem;
	border: 0;
	width: 100%;
}
.tanchun ul img{
	display: block;
	margin: 0 auto;
	margin-top: .3rem;
}
.tanchun .xieyi{
	width: 70%;
}

.tanchun .verification{
	width: 2.4rem;
	height: .5rem;
	background: #013DA5;
	border-radius: 3px;
	font-size: .18rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	margin-top: .35rem;
	border: 0;
}
.tanchun .verif{
	width: 2.4rem;
	height: .5rem;
	background: #013DA5;
	border-radius: 3px;
	font-size: .18rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	margin-top: .3rem;
}

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

.tanchun_top h4{
	font-size: .26rem;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #213545;
	padding-bottom: .2rem;
	border-bottom: 1px solid #E9E9E9 ;
	text-align: center;
}
.tanchun_top div h6{
	font-size: .18rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #213545;
    line-height: .19rem;
    padding-left: 1.1rem;
    text-align: left;
    position: relative;
    margin-top: .23rem;
}

.tanchun_top div label{
	display: flex;
	align-items: center;
	margin-top: .2rem;
	padding-left: 1.3rem;
}
.tanchun_top div label span{
	font-size: 0.16rem;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #69798C;
	padding-left: .15rem;
}

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