#cs_box {
	width: 120px;
	height: 180px;
	background: #54a7ff;
	position: fixed;
	left: 20px;
	top: 350px;
	border-radius: 10px;
	z-index: 1000
}
#cs_box span {
	color: #fff;
	height: 20px;
	line-height: 20px;
	font-family: 'Arial';
	display: block;
}
.cs_close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	font-size: 12px;
}
.cs_title {
	font-size: 14px;
	margin: 10px;
	font-weight: bold;
}
.cs_img {
	width: 100px;
	height: 100px;
	background: #fff;
	margin: 10px;
}
.cs_info {
	font-size: 12px;
	margin: 0px 10px;
	overflow: hidden;
	text-align: center;
}
.cs_btn {
	width: 100px;
	height: 25px;
	background: #FFFFFF;
	margin: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 25px;
	color: #ff6600;
	text-align: center;
	cursor: pointer;font-weight:bold;
}.cs_btn a{
	color: #ff6600;
}