.share-dialog{width:100%;height:100%;background:rgba(0,0,0,.7);position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;flex-direction:column;justify-content:space-between}.share-dialog .share-img-box{display:flex;height:100%;justify-content:center;max-height:80vh;overflow-y:auto;margin-top:100rpx}.share-dialog .share-img-box .img{display:block;width:80vw}.share-dialog .share{width:100%;background-color:#fff;padding:40rpx 0 50rpx;position:relative}.share-dialog .share .close{position:absolute;top:38rpx;right:30rpx;font-size:40rpx;color:#999;padding:10rpx}.share-dialog .share .title{font-size:36rpx;text-align:left;margin-left:40rpx;color:#222}.share-dialog .share .options{margin:40rpx 120rpx;display:flex;align-items:center;justify-content:space-around}.share-dialog .share .options .options-item{color:#333;text-align:center;position:relative}.share-dialog .share .options .options-item .text{font-size:26rpx;margin-top:28rpx;display:inline-block}.share-dialog .share .options .options-item .icon-box{width:96rpx;height:96rpx;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#ececec}.share-dialog .share .options .options-item .share-btn{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.community-share .share-img-box{margin-top:70rpx}.community-share .share-img-box .img{width:70vw;height:60vh}