.shareBox .sharebtn {
	width: 90px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #F74840;
	box-shadow: none;
	background: #fff;
	display: inline-block;
	text-align: center;
	margin: 0 2px;
	color: #F74840;
	font-size: 14px;
	text-decoration: none;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}
.shareBox {
	text-align: center;
	position: relative;
	margin: 15px 0;
	
}

/*打赏图片*/
.panel-reward ul li{
	display:inline-block;
	text-align:center;
	margin:-400px 10px 5px;
	padding:5px;
	border:1px solid #87ddff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px
	
}
/*
//打赏图片尺寸
.panel-abouts .wxgz img,.panel-reward ul li img{
	width:120px;
	height:auto;
	margin-bottom:0;
	border:none;
	padding:0;
	background-color:transparent!important
	
}
*/

.panel-abouts .wxgz b, .panel-reward ul li b {
	display: block;
	font-weight: 400;
	margin-top: 2px;
	padding: 3px;
	background: #5fb878;
	color: #fff;
	
}

.shareBox .J_showAllShareBtn{
	color:#3496E6;
	border-color:#3496E6
	
}

.shareBox .sharebtn:hover{
	background-color:#F74840;
	color:#fff
	
}

.shareBox .J_showAllShareBtn:hover{
	background-color:#3496E6;
	color:#fff
	
}
.shareBox .pay-author{
	border-color:#ffab2e;
	color:#ffab2e
	
}
.shareBox .pay-author:hover{
	background:#ffab2e;
	color:#FFF
	
}
.bdsharebuttonbox{
	display:none;
	padding:10px 0 0;
	position:relative
	
}
.panel-abouts,.panel-reward{
	position:relative;
	padding:10px 0 0;
	display:none
	
}

.layer-share-weixin{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:19900206;
	text-align:center
	
}
.layer-share-weixin .inner,.layer-share-weixin:after{
	display:inline-block;
	vertical-align:middle
	
}
.layer-share-weixin:after{
	content:'';
	height:100%
	
}
.layer-share-weixin .inner{
	width:300px;
	padding:15px;
	background-color:#fff;
	overflow:hidden;
	text-align:left;
	font-size:12px;
	color:#787977;
	line-height:20px;
	box-shadow:0 0 10px rgba(0,0,0,.2)
	
}
.layer-share-weixin .inner h6{
	font-size:14px;
	font-weight:400;
	position:relative;
	color:#484947
	
}
.layer-share-weixin .inner h6 .close{
	font-weight:700;
	position:absolute;
	right:0;
	padding:2px 5px;
	background-color:#e8e9e7;
	line-height:16px;
	transition:all .3s
	
}
.layer-share-weixin .inner img{
	display:block;
	width:240px;
	height:400px;
	margin:15px auto
	
}