@charset "utf-8";
/* CSS Document */

.side-bar a,.chat-tips i {
	background-image: url(../images/goal.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
	width: 35px;
	position: fixed;
	bottom: 20px;
	right: 5px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar a {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-color: #dddddd;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color: #669fdd;
}
.side-bar .icon-qq {
	background-position: -12px -10px;
}
.side-bar .icon-chat {
	background-position: -12px -65px;
	position: relative;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-jd {
	background-position: -15px -120px;
}
.side-bar .icon-tm {
	background-position: -13px -177px;
}
.side-bar .icon-al {
	background-position: -13px -220px;
}
.side-bar .icon-totop {
	background-position: 0 -334px;
}
.chat-tips {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 50px;
	top: -55px;
	background-color: #ffffff;
	display: none;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 138px;
	height: 138px;
}



