@charset "utf-8";
/* CSS Document */
/*立即咨询浮层*/
.btn_div{
	display:block;
	position:fixed;
	bottom:0px;
	width:100%;
	height:140px;
	z-index:999;
}
.btn_div .back_color{
	width:100%;
	height:100%;
	background-color:#000;
	background:hsla(0,100%,0%,0.85);
}
.btn_div .back_color p{
	color:#fff;
	font-size:18px;
	margin:0px;
	text-align:center;
}
.btn_div .bottom_zx{
	width:200px;
	height:8px;
	color:#fff;
	font-size:16px;
	background:#1a70ff;
	text-align:center;
	line-height:9px;
	padding:12px 6px;
	margin:18px auto 0px;
	position:absolute;
	left:-130px;
	right:1px;
	top:1px;
	border-radius:50px;
}
.close_one{
	width:20px;
	height:20px;
	border:1px solid #b3b3b3;
}
.back_red_border{
	width:475px; 
	height:140px; 
	margin-top:10px;
}
.back_red_tel{
	margin-top:25px;
}
.btn_div .back_red_tel .back_tel_p{
	font-size:14px;
	padding-top:10px;
}
.back_tel_btn{
	color:#fff;
	font-size:16px;
	border:none;
	outline:none;
	background-color:#1a70ff;
	padding:4px 10px;
	border-radius:5px;
}
.back_red_ewm{
	margin-top:20px;
}
/*右侧浮层*/
.fd_bg{
	width:180px;
	position:fixed;
	right:0px;
	top:30%;
	left:auto;
	bottom:auto;
	z-index:99;
	cursor:pointer;
}
.fd_wrap{
	height:360px;
	background-repeat:no-repeat;
	position:relative;	
}
.close{
	width:20px;
	height:20px;
	border:1px solid #ff3f40;
}