/*在线客服*/
.customer_hide{
	width: 38px;
	height: 131px;
	cursor: pointer;
	background-image: url(../img/online.jpg);
	background-repeat: no-repeat;
}
.customer{
	width:auto;/*如果客服要左边浮动，需要改成实际宽度，例：width:111px;*/
	z-index:1000;
	position:fixed;
	right:0px;
	top:50%;
	margin-top:-58px;
}
.customer_title{
	width: 131px;
	height: 38px;
	background-image: url(../img/online_title.jpg);
	background-repeat: no-repeat;
}
.customer_close{
	float: right;
	margin-right: 3px;
	margin-top: 2px;
	display: block;
	height: 10px;
	width: 10px;
}
.customer_main{
	width: 125px;
	padding-bottom: 40px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ec001c;
	border-right-color: #ec001c;
	border-bottom-color: #ec001c;
	border-left-color: #ec001c;
	background-color: #FFF;
}
.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;
}










































