.my-share .no-live{height:calc(100vh - 44px);color:#515151;display:flex;flex-direction:column;justify-content:center;align-items:center}.my-share .no-live img{width:60px;margin-bottom:10px}.my-share .share-live-wrapper{padding:10px;position:relative}.my-share .share-live-wrapper .mask{position:absolute;left:10px;right:10px;top:10px;bottom:10px;background-image:linear-gradient(90deg,rgba(0,0,0,.6),transparent);border-radius:20px}.my-share .share-live-container{width:100%;height:70vh;border-radius:20px;background-size:cover;background-position:50%;padding:20px;box-sizing:border-box}.my-share .share-live-container .container{position:relative;width:100%;height:100%}.my-share .share-live-container .play{width:60px;position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0)}.my-share .share-live-status{position:absolute;background-color:rgba(0,0,0,.3);border-radius:15px;height:30px;display:flex;align-items:center;padding:2px 10px 2px 2px;box-sizing:border-box;color:#fff}.my-share .share-live-status .status{background-color:#19be6b;height:100%;border-radius:13px;padding:0 5px;display:flex;align-items:center}.my-share .share-live-status .status-clock{background-color:#409eff}.my-share .share-live-status .status-record{background-color:#999}.my-share .share-live-status .viewers{margin-left:5px}.my-share .share-live-bottom{line-height:2.5em;position:absolute;color:#fff;bottom:0}.my-share .share-live-bottom .title{font-size:20px}.my-share .share-live-bottom .shop-info{font-size:16px;display:flex;align-items:center}.my-share .share-live-bottom .shop-info img{width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.3);margin-right:10px}