#cs_box {width:150px; height:480px; background:#b20808; position:fixed; right:10px; top:185px; border-radius:10px; z-index:100000}
	#cs_box span {color:#fff; height:16px; 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 ,.cs_wx{width:100px; height:100px; margin:10px 26px;}
	.cs_info {font-size:14px; margin:0px 10px; overflow:hidden; text-align:center;}
	.cs_btn {width:145px; height:25px;  margin:12px 1px; border-radius:5px; font-size:18px; line-height:25px; color:#fff; text-align:center; cursor:pointer;}
#cs_box{ transition:all .3s ease;}
.cs_title.cur{position: absolute;left: -80px; padding:20px;background: rgb(2, 98, 184);line-height: 25px !important;text-align: center;width: 25px;height: 100px !important;}