html, body{-ms-overflow-style: scrollbar;}
.zqkf{
    position:fixed;
    z-index:9999999;
    top:166px;
    left:0px;
    width:268px;
    min-height:150px;
    background:none; /*在线客服背景色*/
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	padding:0px;
	padding-right:0px;
	box-shadow:0px 0px 1px rgba(0,0,0,0.3);
    -webkit-transition:left .3s ease;
	-o-transition:left .3s ease;
	transition:left .3s ease;
	display:none;
	
}

.kf-icon{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	width:30px;
	height:45px;
	background:url(../../../404.html) 1px top no-repeat #0075c1; /*在线客服背景色*/
	text-shadow1:1px 1px 1px rgba(0,0,0,.6);
	padding:15px 8px 20px 8px;
	line-height:16px;color:#fff;
	font-size:14px;
	position:absolute;
	right:-30px;top:30px;
	cursor:pointer;
	display:none;
}
.opendiv{display:block;}
.closediv{display:none;}
.kf-icon .fa{margin-left:0px;margin-top:0px;text-align:center; line-height:15px; font-size:20px;}
.kf-content{background:#fff;border-radius: 5px;padding-top:10px;padding-bottom:10px;font-size:12px;min-height:150px;box-shadow:0 0 4px rgba(0,0,0,0.3); text-align:center;}