/* 浮动客服面板 */

.servicePanel{width:140px;min-height:200px;position:fixed;right:0px;top:190px;z-index:1001;overflow:visible;display:block;_position:absolute;_top:expression(eval(documentElement.scrollTop + 200));}
.servicePanel .servicePanel-inner{width:140px;position:relative;overflow:visible;}

.servicePanel .servicePanel-inner .serviceMsgPanel{width:140px;position:absolute;left:0;top:0;overflow:hidden;}
.servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd{width:140px;height:60px;background:url(kf-top.jpg) no-repeat left top;overflow:hidden;}
.servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd a{width:24px;height:24px;font-size:12px;color:#fff;line-height:24px;display:block;float:right;}
.servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-hd a span{display:block;}
.servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd{width:140px;background:url(kf-middle.gif) repeat-y left top;overflow:hidden;}
.servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd .msggroup{width:90px;margin:0 15px; padding:4px 0px 4px 0px;}
.servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd .msggroup a{font-size: 12px; color: #000;line-height:30px}
.servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-bd .msggroup a img{margin-bottom:-4px}


.servicePanel .servicePanel-inner .serviceMsgPanel .serviceMsgPanel-ft{width:140px;height:49px;background:url(kf-bottom.gif) no-repeat left top;overflow:hidden;}

.rightTelBox{font-size:12px;color:#000;padding-left:15px;padding-right:10px;}
.rightTelBox p{margin:0;padding:0}
@media screen and (max-width: 767px) 
{
.servicePanel{display:none;}
}


