.share-button {
    position: fixed;
    bottom: 15px;
    left: 0;
    &-ul {
        width: 750rpx;
		@include flexRowCenterCenter;
    }

    &-text {
		@include styleFont(#ffffff,14);
    }
	&-cont {
		border-radius: 30px;
		height: 35px;
		width: 315rpx;
		@include flexRowCenterCenter;
	}
    &-left {
        background-image: linear-gradient(to right, #F32D13, #FF8A00);
		margin-right: 40rpx;
    }

    &-right {
        background-image: linear-gradient(to right, #FFC427, #FF8227);
    }
}