.share {
    
    margin-top: 30px;
    padding-top: 20px;
    position: relative;
	width:100px;
	
}
#share{
	position: absolute;
	right:10px;
	top:572px;
    z-index:9999;
}
.btshare{display: flex;justify-content: space-between;}
.share .title {
    background: #fff none repeat scroll 0 0;
    color: #303030;
    font-size: 14px;
    position: absolute;
    left: 50%;
	margin-left:-20px;
    text-align: center;
    top: -10px;
    width: 44px;
}

.shareword{line-height: 40px;}
.shareul{display: block;}
