.social-share .icon-wechat .wechat-qrcode {
	width: 200px;
	height: auto;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 2px 10px #aaa;
	color: #666;
	font-size: 12px;
	text-align: center;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
	position: absolute;
	z-index: 9;
	top: -205px;
	left: -84px;
	display: none;
	float: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #666
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
	width: 100px;
	margin: 10px auto;
	float: none;
}

.social-share .icon-wechat .wechat-qrcode .qrcode img {
	width: 100%;
	margin: 0 auto;
}

.social-share .icon-wechat .wechat-qrcode .help {
	width: 100%;
	height: auto;
	padding: 0 12px 12px;
	font-size: 12px;
	float: none;
}

.social-share .icon-wechat .wechat-qrcode .help p {
	width: 100%;
	height: auto;
	line-height: 18px;
	text-align: left;
	float: none;
}

.social-share .icon-wechat:hover .wechat-qrcode {
	display: block
}

.bds_weixin {
	background: url(weixin.png) no-repeat left 10px !important;
	padding-left: 26px;
}

.bds_weibo {
	background: url(weibo.png) no-repeat left 10px !important;
	padding-left: 26px;
}