







/*侧边在线客服*ganmincong 后加*/



* {

	margin: 0;

	padding: 0;

	outline: 0;

}

.side-bar a,.chat-tips i {

	background-image: url(http://www.159shouji.com/static/index/default/images/gdt-img.png);

	background-repeat: no-repeat;

}

/*右侧悬浮icon*/

.side-bar {

	width: 36px;

	position: fixed;

	bottom: 280px;

	right: 1px;

	font-size: 0;

	line-height: 0;

	z-index: 100;

}

.side-bar a {

	width: 36px;

	height: 36px;

	display: inline-block;

	background-color: #019BFC;

	margin-bottom: 2px;

}

.side-bar a:hover {

	background-color: #669fdd;

}

.side-bar .icon-qq {

	background-position: 0 -46px;

}

.side-bar .icon-chat {

	background-position: 0 -94px;

	position: relative;

}

.side-bar .icon-chat:hover .chat-tips {

	display: block;

}



.chat-tips {

	padding: 10px;

	border: 1px solid #019BFC;

	position: absolute;

	right: 38px;

	top: -55px;

	background-color: #ffffff;

	display: none;

}

.chat-tips i {

	width: 9px;

	height: 16px;

	display: inline-block;

	position: absolute;

	right: -2px;

	top: 80px;

	background-position:-88px -150px;

}

.chat-tips img {

	width: 138px;

	height: 138px;

}