/* Elements----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
.side-bar a,.chat-tips i {
	background-image: url(../images/gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
	width: 76px;
	position: fixed;
	top: 30%;
	right: 0px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar a {
	width: 76px;
	height: 76px;
	display: inline-block;
	background-color: #979797;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color: #669fdd;
}
.side-bar .icon-qq {
	background-position: 5px -57px;
}
.side-bar .icon-chat {
	background-position: 5px -125px;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-blog {
	background-position: 5px -193px;
}
.side-bar .icon-mail {
	background-position: 5px -261px;
	position: relative;
}
.side-bar .icon-weixin {
	background-position: 5px -329px;
	position: relative;
}
.side-bar .icon-weibo {
	background-position: 5px -397px;
	position: relative;
}
.side-bar .icon-mail:hover .chat-tips {
	display: block;
}
.side-bar .icon-weibo:hover .chat-tips {
	display: block;
}
.side-bar .icon-weixin:hover .chat-tips {
	display: block;
}
.side-bar .icon-totop {
	background-position: 5px -334px;
}
.chat-tips {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 78px;
	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;
}


