.share-main {
	position: relative;
	width: 80px;
	float: right;
	display: inline-block;
}

.share-bar a {
	margin-right: 6px;
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/icon-share.png);
}

.share-bar .share-weixin {
	background-position: 0 0;
}

.share-bar .share-tsina {
	background-position: -16px 0;
}

.weixin-share-open {
	position: absolute;
	right: 0;
	display: none;
	background: #fff;
}

.weixin-wrap {
	position: relative;
	padding: 10px;
	width: 212px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.share-qrcode {
	float: left;
}

.weixin-text {
	padding: 10px 0 0 90px;
	line-height: 24px;
	font-size: 12px;
	color: #666;
}

.weixin-close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	color: #d4d4d4;
	cursor: pointer;
}