.share {
	width: 32px;
 
     position: absolute;
    left: 50%;
    margin-left: -664px;
    top: 40px;
}
.sharetit {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 0 auto;
	color: #bbb;
	background: #fafafa;
	border: 1px solid #eeeeed;
	border-radius: 2px;
}
.social_group {
	margin-top: 5px;
    position: relative;
}
.social_group a {
	cursor: pointer;
	margin: 0 auto 5px auto;
}
.social_group a:hover {
	opacity: .8
}
.social_group a:hover span{
        opacity: 1 !important;
    }
.social_group a.weixin {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/social.png) 222px 135px;
        position: relative;
}
.social_group a.sina {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/social.png) 110px 135px;
}
.social_group a.tQQ {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/social.png) -425px -18px;
}
.social_group a.qZone {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/social.png) 167px -19px;
}
.social_group a.douban {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/social.png) 110px 72px;
}
