html, body{-ms-overflow-style: scrollbar;}
.zqkf{
    position:fixed;
    z-index:9999999;
    top:146px;
    right:-130px;
    width:130px;
    min-height:150px;
    background:#059EE2; /*在线客服背景色*/
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	padding:5px;
	padding-right:6px;
	box-shadow:0px 0px 1px rgba(0,0,0,0.3);
    -webkit-transition:right .3s ease;
	-o-transition:right .3s ease;
	transition:right .3s ease;
	display:none;
}
.zqkf.open{right:0px;}
.kf-icon{
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	width:30px;
	height:135px;
	background:url(kf-icon2.png) 1px top no-repeat #059EE2; /*在线客服背景色*/
	text-shadow:1px 1px 1px rgba(0,0,0,.6);
	padding:38px 8px 20px 8px;
	line-height:16px;color:#ffffff;
	font-size:14px;
	position:absolute;
	left:-30px;top:30px;
	cursor:pointer;
}
.kf-icon .fa{margin-left:3px;margin-top:8px;}
.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;}