/* 咨询师 弹窗 */
.counselorWindow{
	width:100%;
	height:100%;
	background:rgba(82,81,83,0.6);
	position: fixed;
	top:0;
	left:0;
	z-index: 11;
	font-family:"方正黑体简体";
	display: none;
}
.counselorChuang{
	position: fixed;
	top:50%;
	left:50%;
	z-index:12;
	transform:translate(-50%,-50%);
	width:500px;
	/*height:500px;*/
	background: #fff;
	border-radius:12px;
	overflow:hidden;
	display: none;
}
.counselorChuang .car-head{
	width:100%;
	height:60px;
	background:var(--mianbaoxie);
	position:relative;
}
.counselorChuang .car-head .car-biaoTi{
	width: 100%;
	height:100%;
	float:left;
	padding: 0 35px 0 15px; 
	line-height: 60px;
	color:#fff;
	font-size: 16px;
	font-family:"方正大黑简体";
}

.counselorChuang .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;
}

.counselorBody{
	width:100%;
}
.counselorBody .card{
	width:65%;
	height:120px;
	margin:30px auto 0;
	background: #f3f3f3;
}
.counselorBody .card .head-photo{
	width: 94px;
    height: 94px;
    border-radius: 50%;
    overflow: hidden;
    background: #cacaca;
    float: left;
    margin: 9px 0 0 18px;
}
.counselorBody .card .head-photo img{
	width:100%;
	height:100%;
}
.counselorBody .card .card-content{
	width:60%;
	float:right;
	padding-top:8px;
}
.counselorBody .card .card-content>span{
	display:block;
	font-family:"方正黑体简体";
	color:#333;
	margin:4px 0;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.counselorBody .card .card-content>span:nth-child(2){
	font-weight:bold;
}
.counselorBody .card .card-content>span .cardAttach{
	color:var(--mianbaoxie);
}
/* 咨询师信息 */
.counselorBody .cardName{
	font-size:18px;
	font-weight:bold;
	color:#000 !important;
}
.counselorBody .school{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.counselorBody .school .tanchuangschool{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* 导语 与 累计 */
.counselorBody .cardLead,.count{
	width:100%;
	margin: 25px 0;
	color:#AAA6A7;
	text-align:center;
}
.counselorBody .count .countSe{
	color:#333;
}

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