.social-share {
	font-size: 16px;
	font-style: normal;
}

.social-share a {
	position: relative;
	text-decoration: none;
	margin: 4px;
	display: inline-block;
	outline: none
}

.social-share .social-share-icon.sxbj{margin-right:0;}

.social-share .social-share-icon {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 16px;
	border-radius: 50%;
	line-height: 25px;
	border: 1px solid #ddd;
	color: #ddd;
	text-align: center;
	vertical-align: middle;
}

.social-share .social-share-icon:hover {
	background: #ddd;
	color: #fff
}

.social-share .social-share-icon.icon-weibo {
	color: #FF3300;
	border-color: #FF3300
}

.social-share .social-share-icon.icon-weibo:hover {
	color: #fff;
	background: #FF3300
}

.social-share .social-share-icon.icon-qq{
	line-height: 24px;
	color: #0068b7;
	border-color: #0068b7
}

.social-share .social-share-icon.icon-qq:hover {
	color: #fff;
	background: #0068b7
}

.social-share .social-share-icon.icon-qzone {
	color: #FDBE3D;
	border-color: #FDBE3D
}

.social-share .social-share-icon.icon-qzone:hover {
	color: #fff;
	background: #FDBE3D
}

.social-share .social-share-icon.icon-douban {
	color: #7bc549;
	border-color: #7bc549
}

.social-share .social-share-icon.icon-douban:hover {
	color: #fff;
	background: #7bc549
}

.social-share .social-share-icon.icon-linkedin {
	color: #0077B5;
	border-color: #0077B5
}

.social-share .social-share-icon.icon-linkedin:hover {
	color: #fff;
	background: #0077B5
}

.social-share .social-share-icon.icon-facebook {
	color: #44619D;
	border-color: #44619D
}

.social-share .social-share-icon.icon-facebook:hover {
	color: #fff;
	background: #44619D
}

.social-share .social-share-icon.icon-google {
	color: #db4437;
	border-color: #db4437
}

.social-share .social-share-icon.icon-google:hover {
	color: #fff;
	background: #db4437
}

.social-share .social-share-icon.icon-twitter {
	color: #55acee;
	border-color: #55acee
}

.social-share .social-share-icon.icon-twitter:hover {
	color: #fff;
	background: #55acee
}

.social-share .social-share-icon.icon-diandian, .social-share .social-share-icon.icon-comment {
	color: #307DCA;
	border-color: #307DCA
}

.social-share .social-share-icon.icon-diandian:hover , .social-share .social-share-icon.icon-comment:hover {
	color: #fff;
	background: #307DCA
}

.social-share .social-share-icon.icon-weixin {
	position: relative;
	color: #33b045;
	border-color: #33b045
}

.social-share .social-share-icon.icon-weixin:hover{
	color: #fff;
	background: #33b045
}

.social-share .social-share-icon.icon-weixin .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 9;
	top: -154px;
	left: -89px;
	width: 140px;
	height: 150px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms
}

.social-share .social-share-icon.icon-weixin .wechat-qrcode.bottom {
	top: 40px;
	left: -84px
}

.social-share .social-share-icon.icon-weixin .wechat-qrcode.bottom:after {
	display: none
}

.social-share .social-share-icon.icon-weixin .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777
}

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

.social-share .social-share-icon.icon-weixin .wechat-qrcode .qrcode table {
	margin: 0 !important
}

.social-share .social-share-icon.icon-weixin .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0
}

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