﻿/*在线客服*/
.customer_hide{
	width:35px;
	height:116px;
	background:url(../img/kefu/online.gif) no-repeat;
	cursor:pointer;
}
.customer{
	width:auto;/*如果客服要左边浮动，需要改成实际宽度，例：width:111px;*/
	z-index:1000;
	position:fixed;
	right:0px;
	top:66%;
	margin-top:-58px;
}
.customer_title{
	background:url(../img/kefu/online_title.gif) no-repeat;
	width:111px;
	height:32px;
}
.customer_close{
	float:right;
	margin-right:3px;
	margin-top:2px;
}
.customer_main{
	background:url(../img/kefu/online_bg.gif) repeat-y;
	width:109px;
	border:1px solid #1b5eb1;
	border-top:none;
	padding-bottom:10px;
}
.customer_main .cus_group{
	padding-top:10px;
}
.customer_main .cus_group h3{
	color:#000;
	border-bottom:1px solid #e9e9e9;
	height:25px;
	line-height:25px;
}
.customer_main .cus_group ul{
	padding:5px 0px;
}	
.customer_main .cus_group ul li{
	height:22px;
	line-height:22px;
}
.customer_main .cus_group ul li img{
	vertical-align:middle;
}










































