/* Elements----------------------------------------*/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
.side-bar a,.chat-tips i {
	background-image: url(../img/gdt-img.png);
	background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
	width: 35px;
	position: fixed;
	bottom: 30%;
	right: 10px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar a {
	width: 45px;
	height: 40px;
	display: inline-block;
	background-color: #c7152d;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color: #252525;
}
.side-bar .icon-qq {
	background-position: -10px -75px;
}
.side-bar .icon-chat {
	background-position: -10px -413px;
	position: relative;
}
.side-bar .icon-chat:hover .chat-tips {
	display: block;
}
.side-bar .icon-Instagram {
	background-position: -10px -143px;
}
.side-bar .icon-Facebook {
	background-position: -10px -210px;
}
.side-bar .icon-Twitter {
	background-position: -10px -278px;
}
.side-bar .icon-Youtube {
	background-position: -10px -350px;
}
.chat-tips {
	padding: 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 58px;
	top: -139px;
	background-color: #ffffff;
	display: none;
}
.chat-tips i {
	width: 15px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -15px;
	top: 150px;
	background-position:-87px -427px;
}
.chat-tips img {
	width: 338px;
	height: 138px;
}