/*******************
开发制作,Jason.Leung
QQ,147430218
该插件仅供学习参考使用
*******************/
/* 酷站代码整理 http://www.5icool.org */
#cs_box {width:170px; height:64px; background:#00AEF3; position:fixed; right:10px; top:100px; border-radius:10px; z-index:1000}
	#cs_box span {color:#fffeee; height:50px;width:140px; line-height:50px; font-family:'Arial'; display:block;margin-top: 7px;}
	.cs_close {position:absolute; right:10px; top:10px; cursor:pointer; font-size:12px;}
	.cs_title {font-size:18px; margin:18px; 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:#2595e3; margin:5px 10px; border-radius:5px; font-size:12px; line-height:25px; color:#fff; text-align:center; cursor:pointer;}
	
}

#cs_box{
display: block;}
@media (max-width: 768px){#cs_box{display : none;}