@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:14px;
	margin:0px;
	padding-top:0px !important;
}
.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{
    height: 140px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.back_red_tel{
	/*margin-top:28px;*/
	margin-left: 25px;
}
.btn_div .back_red_tel .back_tel_p{
	font-size:14px;
	padding-top:10px;
}
.back_tel_btn{
	height:28px;
	line-height:28px;
	font-size:16px;
	border:none;
	outline:none;
	background-color:#fff;
	border-radius:5px;
	padding: 0px 10px;
	font-weight:600;
	margin-left: 10px;
}
.back_red_ewm{
	/*margin-top:20px;*/
}
.back_number{
	font-size:16px;
	border: none;
    outline: none;
    height: 28px;
    border-radius: 5px;
    padding-left: 10px;
}
/*右侧浮层*/
.fd_bg{
	width:140px;
	position:fixed;
	right:0px;
	top:42%;
	left:auto;
	bottom:auto;
	z-index:99;
	cursor:pointer;
}
.fd_wrap{
	height:368px;
	background-repeat:no-repeat;
	position:relative;	
}
.close{
	width:20px;
	height:20px;
	border:1px solid #ff3f40;
}

.bj{
	background-color:#000; 
	background: hsla(0,100%,0%,0.85);
	display: none;
}
.write{
    width: 100%;
    border: none;
    outline: none;
    margin-top: 20px;
    height: 28px;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 5px;
}
.typebtn{
	width: 104%;
    height: 30px;
    border-radius: 5px;
    font-weight: 600;
    padding-left: 5p;
    background: #fff;
    border: none;
    outline: none;
    margin: 20px 0px 30px;
}