.share-box { 
	display: inline-block;
	width: auto;
	height: auto;
	position: fixed;
	bottom: 60px;
	right: 0;
	z-index: 10;
}

.share-box li {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #F7F7F7;
	background-image: url(/html/images/share-icon.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	cursor: pointer;
	margin-bottom: 2px;
	position: relative;
}

.share-box .weixin {
	background-position: 0 0;
}

.share-box .weibo {
	background-position: 0 -40px;
}

.weibo a {
	width: 100%;
	height: 100%;
	display: block;
}

.share-box .Qzone {
	background-position: 0 -80px;
}

.share-box .copy {
	background-position: 0 -120px;
}

.share-box .top {
	background-position: 0 -160px;
}

.weixin-code {
	width: 127px;
	height: 140px;
	background: url(/html/images/code-bg.png)no-repeat center/100% 100%;
	position: absolute;
	top: 0;
	left: -140px;
	padding: 10px 0 0 10px;
	cursor: default;
	display: none;
}

.weixin-img,
.weixin-img img {
	width: 100px;
	height: auto;
}

.weixin-code p {
	font-size: 12px;
	color: #333333;
	line-height: 24px;
}

.share-box .weixin:hover .weixin-code {
	display: block;
}

.copy-tips {
	width: auto;
	height: 40px;
	position: absolute;
	right: 42px;
	top: 0;
	padding: 0 10px;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	background: #F7F7F7;
	white-space: nowrap;
	border-radius: 5px;
	display: none;
}