/** 分享样式 **/
.entry-share {
	font-size: 14px;
	text-align: center;
	margin: 10px auto;
}
 
.entry-share .share-pu {
	float: left;
	color: #4d4d4d;
	font-weight: 700;
	line-height: 50px;
}
 
.entry-share ul li {
	list-style: none;
	margin: 0;
}
 
.entry-share li {
	float: left;
}
 
.entry-share .share-box {
	display: inline-block;
	overflow: hidden;
}
 
.entry-share a {
	float: left;
	color: #666;
	font-size: 16px !important;
	border-radius: 40px;
	margin-right: 10px;
	border: 1px solid #666;
}
 
.entry-share .bdsharebuttonbox a:hover {
	text-decoration: none;
	color: #666;
}
 
.entry-share .bds_more {
	color: #666 !important;
}
 
.entry-share .bds_more:hover {
	color: #666 !important;
}
 
/** 图标大小 **/
.entry-share a {
	background: transparent !important;
	width: 40px !important;
	height: 40px !important;
	padding: 0 !important;
	margin: 5px !important;
	float: none !important;
	font-size: 20px !important;
	display: block !important;
	text-align: center !important;
	line-height: 40px !important;
}
 
 
/** 不同图标悬停背景颜色 **/
.entry-share a:hover.fa-weibo {
	background: #e74c3c !important;
	border-color: #e74c3c;
}
 
.entry-share a:hover.fa-wechat {
	background: #2ecc71 !important;
	border-color: #2ecc71;
}
 
.entry-share a:hover.fa-renren {
	background: #4760a5 !important;
	border-color: #4760a5;
}
 
.entry-share a:hover.fa-qq {
	background: #50abf1 !important;
	border-color: #50abf1;
}
 
.entry-share a:hover.fa-facebook {
	background: #3777be !important;
	border-color: #3777be;
}
 
.entry-share a:hover.fa-twitter {
	background: #2174c3 !important;
	border-color: #2174c3;
}
 
.bdsharebuttonbox a:hover.fa-plus-circle {
	background: #2174c3 !important;
	border-color: #2174c3;
}