.share-swiper {
    &-cont {
        width: 750rpx;
        margin: 20px 0;
        &-item{
            width: 750rpx;
			@include flexRowCenterCenter;
        }

        &-image {
            border-radius: 5px;
            background-color: #fafafc;
        }
    }
}