/* qq */
@CHARSET "UTF-8";
.qq-container{
	position: absolute;
	right:0;
	top:100px;
	z-index: 999;
	font-size: 0;
}
.qq-box{
	position: relative;
}
.qq-wait{
	display: none;
}
.qq-wait,.qq-panel{
	position: absolute;
	top:0;
	right:0;
}
.qq-box img{
	max-width: none;
}
.qq-mid{
	background-color:#fff;
	border-left:1px solid #073f89;
	border-right:1px solid #073f89;
	background-size:100% 100%;
	padding:20px 0;
	text-align: center;
}
.qq-mid ul li{
	margin-top: 10px;
}
.qq-mid ul li:FIRST-CHILD{
	margin-top: 5px;
}
.qq-header{
	position: relative;
}
.qq-close{
	position: absolute;
	display: inline-block;
	width: 19px;
	height:19px;
	top:4px;
	right:7px;
	cursor: pointer;
}
.qq-wait{
	cursor: pointer;
}
.qq-close:hover{
	background-color: rgba(224, 191, 104, 0.22);
}
.qq-wait,.qq-mid ul li:hover{
	 filter:brightness(1.2);
	 -webkit-filter:brightness(1.2);
}
.header-qq,.header-wechat{
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.header-qq:HOVER{
	text-decoration: underline;
}
.qq-icon,.wechat-icon{
	position: absolute;
	top:100%;
	left:-28px;
	width: 120px;
	padding:10px;
	border:1px dashed #000;
	background-color: #fff;
	z-index: 9999;
	color:#000;
	display: none;
}
.header-qq:hover .qq-icon,.header-wechat:hover .wechat-icon{
	display: block;	
}