.share{
	width:100%;
	padding-bottom:20px;
	display: flex;
	justify-content: center;
}
.share-title{
	text-align: center;
	margin-top: 20px;
    margin-bottom: 25px;
    border-bottom: 2px solid #aaa;
    position: relative;
}
.share-title>span{
	position: absolute;
    top: -10px;
    background: #fff;
    padding: 0 10px;
    margin-left: -24px;
}
.share-area{
	display: flex;
    justify-content: space-between;
}
.share-item{
	/*width: calc(100% / 4 - 20px);*/
	width:50px;
	padding:9px;
}
.share-item img{
	width:100%;
}

.share-weixin-box {
    width: 224px;
    height: 254px;
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 999;
    margin-left: -110px;
    margin-top: -100px;
    background: #fff;
    border: 2px solid #e8e8e8;
    display: none;
}
.share-weixin-box .share-weixin-header {
    width: 220px;
    height: 29px;
    background: #f2f2f2;
    line-height: 29px;
    border-bottom: 1px solid #e8e8e8;
}
.share-weixin-box .share-weixin-qrcode {
    width: 220px;
    height: 220px;
    background: #fff;
    display: inline-block;
}
#weixin-qrcode {
    width: 178px;
    height: 178px;
    margin: 21px;
}
#weixin-qrcode {
    width: 178px;
    height: 178px;
    margin: 21px;
}