﻿/*在线客服*/
.customer2_hide{
	width:39px;
	height:147px;
	background:url(../img/kefu/online.jpg) no-repeat;
	cursor:pointer;
}
.customer2{
	width: auto;/*如果客服要左边浮动，需要改成实际宽度，例：width:111px;*/
	z-index:1000;
	position:fixed;
	right:0px;
	top:20%;
	/*margin-top:-58px;*/
}
.customer2_show{background:url(../img/kefu/online_bg.gif) no-repeat left bottom;
	width:180px;
	height:450px;}
.customer2_title{
	background:url(../img/kefu/online_title.gif) no-repeat;
	width:180px;
	height:37px;
}
.customer2_close{
	float:right;
	margin-right:2px;
	margin-top:4px;
}
.customer2_main{
	background:url(../img/kefu/online_bg.gif) no-repeat;
	width:180px;
	height:410px;
}
.customer2_main .cus2_group{
	padding-top:5px;
	background:url(../img/kefu/online_bg.gif) no-repeat;
}
.customer2_main .cus2_group h3{
	color:#000;
	width:172px;
	height:36px;
	margin-left:2px;
}
.customer2_main .cus2_group h3 a{
	margin-right:3px;
	margin-top:2px;
	position:absolute;
	right:3px;}
.customer2_main .cus2_group ul{
	padding:5px 0px;
}
.customer2_main .cus2_group ul li.first{ height:69px; background:none; padding-left:2px;}	
.customer2_main .cus2_group ul li{
	height:49px;
	line-height:114px;
	padding-bottom:1px;
	line-height:49px;
	background:url(../img/kefu/on_bg.gif) no-repeat 5px 0;
	font-size:16px;
	font-weight:bold;
}
.customer2_main .cus2_group ul li img{
	vertical-align:middle;
}




.customer_hide{
	width:35px;
	height:116px;
	background:url(../img/kefu/online1.gif) no-repeat;
	cursor:pointer;
}
.customer{
	width:111px;/*如果客服要左边浮动，需要改成实际宽度，例：width:111px;*/
	z-index:1001;
	position:fixed;
	left:0px;
	top:50%;
	height:200px;
	text-align:left;
}
.customer_title{
	background:url(../img/kefu/online_title1.gif) no-repeat;
	width:111px;
	height:32px;
}
.customer_close{
	float:right;
	margin-right:3px;
	margin-top:2px;
}
.customer_main{
	background:url(../img/kefu/online_bg1.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;
}
