#ad {
	position: fixed;
	right: 20px;
	top: 50%;
	background: white;
	text-align: center;
}

#qqimg, #wximg {
	display: inline-block;
}

#qqimg img, #wximg img {
	margin: 10px;
}

#qqimg:hover, #wximg:hover {
	cursor: pointer;
	opacity: 0.7;
}

#qq .contentbox {
	display: none;
	position: absolute;
	width: 129px;
	left: -174px;
	padding: 9px;
	top: -18px;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	border-radius: 1px;
}

#qq .contentbox:after {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-left: 9px solid #fff;
	border-bottom: 9px solid transparent;
	right: -9px;
	top: 37px;
	content: '';
	display: block;
}

#qq .contentbox li {
	padding: 9px 5px;
}

#qq .contentbox li:hover {
	background-color: #eee;
	cursor: pointer;
}

#wx .contentbox {
	display: none;
	position: absolute;
	width: 130px;
	left: -175px;
	padding: 9px;
	top: -93px;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	min-height: 90px;
	border-radius: 1px;
}

#wx .contentbox:after {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-left: 9px solid #fff;
	border-bottom: 9px solid transparent;
	right: -9px;
	top: 162px;
	content: '';
	display: block;
}

.contentbox p {
	color: #333;
	font-size: 14px;
	padding: 3px 0 10px 0;
	text-align: center;
	border-bottom: 1px dashed #e9e9e9;
	margin-bottom: 14px;
}

.adline {
	width: 38px;
	margin: 0 auto;
	height: 1px;
	background-color: #d8d8d8;
}

.contentbox i {
	margin-right: 6px;
}