@charset "utf-8";
/* CSS Document */
.mask { display:none; position:fixed; z-index:1007; top:0; left:0; width:100%; height:100%; background-color:#000; opacity:.8;}
.popLayer-kefu { transform: scale(0,0); transition: .4s; opacity: 0; position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 1008;}
.popLayer-kefu.show { transform: scale(1,1); opacity: 1;}
.popLayer-kefu .m-con{ position:absolute; top:50%;right:41px;left:41px;transform:translateY(-50%);border-radius:10px;background-color:#fff;padding-bottom:20px;}
.popLayer-kefu .m-con .t_img { display:block; width:100%;}
.popLayer-kefu .m-con .code_img {display:block; max-width:150px; margin:10px auto 10px;}
.popLayer-kefu .m-con .txt { text-align:center; font-size:14px; color:#666;}
.m-con .close { display: block; width: 40px; height: 40px; background: url(/kehu/images/cl.png) no-repeat center;background-size:80%; position: absolute; left: 50%; margin-left: -20px; bottom: -53px;}
.sys_right_fixed {position:fixed;z-index:99; bottom:28%;right:2%;}
.sys_right_fixed li{list-style:none;}
.sys_right_fixed li .ico {width:50px; height:50px; background:url("/kehu/images/headIcon.png") no-repeat 0 0/100px auto;}
.sys_right_fixed .kefu .ico {background:url('/kehu/images/wx.png') no-repeat center;width:50px;height:50px; background-size:50px auto;}
.sys_right_fixed .retop .ico { display:none; background:url('/kehu/images/top.png') no-repeat center;background-size:80%;}
.btnbce{
	line-height:24px;
	background-color: #40b035;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:5px;
	color:#FFFFFF;
	padding-left:10px; padding-right:10px;
	padding-top:3px;
	border-radius:20px;
}
.btnbceb{
	font-size:12px;
	padding-left:8px; padding-right:8px;
	margin-left:3px; margin-right:3px;
	background-color: #40b035;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#FFFFFF;
	border-radius:20px;
}
@media only screen and (min-width: 960px) {

.popLayer-kefu .m-con{ position:absolute; top:50%;right:39%;left:39%;transform:translateY(-50%);border-radius:10px;background-color:#fff;padding-bottom:20px;}

}