﻿@charset "utf-8";
/* CSS Document */



/*浮动客服Customer service*/
.input_liuyan{ border:1px solid #CCC; color:#666; font-size:12px; padding:5px;}


#customer_service{
	position::fixed; top:30%;
	left:-150px;
	width:180px;
	}


/*展开按钮*/
#customer_service .open_cs{
	width:29px;
	height:77px;
	background: url(../images/btn_kefu.gif) no-repeat;
	cursor:pointer;
	position:absolute;
	top:100px;
	right:1px;
}

/*内容背景*/
#customer_service .customer_service_content {
	background-image: url(../images/kefu.gif);
	background-repeat: no-repeat;
	width:135px;
	height:300px;
	padding:109px 5px 10px 10px;
}

.cs_12{ color:#FF6600; font-size:12px;}
.cs_12_6{ color:#666; font-size:12px; font-weight:bold;}
.cs_14{ color:#666; font-size:14px; font-weight:bold;}

.cs_16{ font-size:16px; color:#009900; font-family:Verdana, Geneva, sans-serif;}

