.coverTc_enter{
	width: 10rem;
	background: rgba(50,50,50,0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 900;
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.coverTc_enter_inner{
	width: 8.666666rem;
	height: 7.946666rem;
	background: #fff;
	border-radius: 0.32rem;
	position: relative;
	/* overflow: hidden; */
}

.personImg{
	padding: 0.853333rem 0.986666rem 0;
	display: flex;
	flex-direction: row;
	margin-bottom: 0.666666rem;
}

.personImg img{
	width: 1.173333rem;
	height: 1.173333rem;
	display: block;
	margin-right: 0.4rem;
}


.closeTitle{
	font-size: 0.406666rem;
}
.closeTitle span{
	color: #EE443F;
}

.coverTc_enter_inner .btn{
	width: 7.6rem;
	height: 1.013333rem;
	font-size: 0.4rem;
	text-align: center;
	line-height: 1.013333rem;
	margin: 0 auto 0.32rem;
	border-radius: 0.533333rem;
}
.coverTc_enter_inner .btn-default{
	background: #EBEBEB;
	color: #999999;
	
}
.coverTc_enter_inner .btn-red{
	background: #EE443F;
	color: #fff;
}

.bottomAtation{
	height: 0.96rem;
	background: #FFF0F0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #EE443F;
	font-size: 0.32rem;
	border-radius: 0 0 0.32rem 0.32rem;
}
.bottomAtation img{
	width: 0.373333rem;
	height: 0.373333rem;
	margin-right: 0.16rem;
}
.closeIcon_enter{
	width: 0.853333rem;
	height: 0.853333rem;
	position: absolute;
	top: -0.993333rem;
	right: 0;
}
.closeIcon_enter img{
	width: 100%;
	height: 100%;
}

.close_fc_login{
	width: 0.533333rem;
	height: 0.533333rem;
	position: absolute;
	left: 0;
	top: 0;
}

.close_fc_login img{
	width: 100%;
	height: 100%;
}
