
/* 报名 弹窗 */
.applyWindow{
	width:100%;
	height:100%;
	background:rgba(82,81,83,0.6);
	position: fixed;
	top:0;
	left:0;
	z-index: 9999;
    font-family: "方正大黑简体";
	display: none;
}
.enrollFor{
	position: fixed;
	top:50%;
	left:50%;
	z-index:10000;
	transform:translate(-50%,-50%);
	width:500px;
	/* padding-bottom:20px; */
	/*height:500px;*/
	background: #fff;
	border-radius:12px;
	overflow:hidden;
	display: none;
	padding-bottom: 22px;
}
.enrollFor .car-head{
	width:100%;
	height:140px;
	background:var(--qiTiZiTiColor);
	position:relative;
}
.enrollFor .car-head .car-biaoTi{
	width: 100%;
	height:100%;
	float:left;
	padding: 50px 35px 0 15px; 
	line-height: 34px;
	color:#fff;
    font-family: "方正大黑简体";  
	 text-align: center;	
}
 .enrollFor .car-head .car-biaoTi .model-title{
	 margin-bottom:6px;
 }
.crosshead-1, .crosshead-2, .crosshead-3{
	 margin-left:5%;
 }
 .enrollFor .car-head .car-biaoTi .model-subtitle span i{
	  margin-right:1%;
	  font-size:15px;
 }
.enrollFor .closeOn{
	display: inline-block;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align:center;
	font-size:22px;
	font-weight: bold;
	color:#fff;
	cursor:pointer;
	position: absolute;
	top:4px;
	right:4px;
}

.enrollFor .car-body{
	width:100%;
}
.enrollFor .car-body .cards{
    width: 100%;
	background: var(--qiTiZiTiColor);
	/* display: none; */
}
.enrollFor .car-body .cards .head-photo{
	width:420px;
	height:100px;
    margin:auto ;
	overflow: hidden;
}
.enrollFor .car-body .cards .head-photo img{
	width:100%;
	height:100%;
}

/* 咨询师信息 */
.enrollFor .cardName{
	font-size:22px;
	font-weight:bold;
	color:#000 !important;
}

/* 导语 与 累计 */
.enrollFor .cardLead,.count{
	width:70%;
	margin: 25px auto 25px;
	color:#AAA6A7;
	text-align:left;
}
.enrollFor .count .countSe{
	color:#333;
}

/* 预留电话 */
.enrollFor .cardPhone{
	width:100%;
	margin:25px 0;
}
.enrollFor .cardPhone span{
	display: block;
	width:70%;
	margin:6px auto 6px;
}
.enrollFor .cardPhone .control-phone{
	display: block;
	width:70%;
	margin:auto;
	height:38px;
	border-radius: 4px;
	outline:none;
	padding:0 10px;
}
.enrollFor .cardPhone button{
	display: block;
	margin:auto;
	width:70%;
	height:38px;
	border-radius: 4px;
	outline:none;
	border: 1px solid var(--qiTiZiTiColor);
	background:var(--qiTiZiTiColor);
	color:#fff;
	font-weight: bold;
	font-size:18px;
	padding:0 10px;
}
.enrollFor .cardPhone button:hover{
    color:#fff;
}
.enrollFor .cardPhone .seRed{
	color:red;
}
/* 咨询师 弹窗 end */
.argument{
	font-size:16px;
}