
/* 专车看房 弹窗 */
.ShowingTheCarWindow{
	width:100%;
	height:100%;
	background:rgba(82,81,83,0.6);
	position: fixed;
	top:0;
	left:0;
	z-index: 5;
    font-family: "方正大黑简体";
	display: none;
}
.ShowingTheCar{
	position: fixed;
	top:50%;
	left:50%;
	z-index:6;
	transform:translate(-50%,-50%);
	width:500px;
	/*height:500px;*/
	background: #fff;
	border-radius:12px;
	overflow:hidden;
	display: none;
}
.ShowingTheCar .car-head{
	width:100%;
	height:60px;
	background:var(--mianbaoxie);
	position:relative;
}
.ShowingTheCar .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: "方正大黑简体";    
}

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

.ShowingTheCar .car-body{
	width:100%;
}
.ShowingTheCar .car-body .cards{
    width: 100%;
	background: var(--mianbaoxie);
}
.ShowingTheCar .car-body .cards .head-photo{
	width:420px;
	height:100px;
    margin:auto ;
	overflow: hidden;
}
.ShowingTheCar .car-body .cards .head-photo img{
	width:100%;
	height:100%;
}

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

/* 导语 与 累计 */
.ShowingTheCar .cardLead,.count{
	width:100%;
	margin: 25px 0;
	color:#AAA6A7;
	text-align:center;
}
.ShowingTheCar .count .countSe{
	color:#333;
}

/* 预留电话 */
.ShowingTheCar .cardPhone{
	width:100%;
	margin:10px 0;
}
.ShowingTheCar .cardPhone span{
	display: block;
	width:70%;
	margin:6px auto 6px;
}
.ShowingTheCar .cardPhone .onlyInput{
	display: block;
	width:70%;
	margin:auto;
	height:38px;
	border-radius: 4px;
	outline:none;
	border: 1px solid #e3e3e3;
	padding:0 10px;
	margin:10px auto;
}
.ShowingTheCar .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;
}
.ShowingTheCar .cardPhone button:hover{
    color:#fff;
}
.ShowingTheCar .cardPhone .seRed{
	color:red;
}
/* 专车看房 弹窗 end */
