.preload-img{position:fixed;top:-100000px;left:-100000px;z-index:-100000;width:0;height:0;opacity:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}:host,:root{--van-empty-padding:var(--van-padding-xl) 0;--van-empty-image-size:160px;--van-empty-description-margin-top:var(--van-padding-md);--van-empty-description-padding:0 60px;--van-empty-description-color:var(--van-text-color-2);--van-empty-description-font-size:var(--van-font-size-md);--van-empty-description-line-height:var(--van-line-height-md);--van-empty-bottom-margin-top:24px}.van-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:var(--van-empty-padding)}.van-empty__image{width:var(--van-empty-image-size);height:var(--van-empty-image-size)}.van-empty__image img{width:100%;height:100%}.van-empty__description{margin-top:var(--van-empty-description-margin-top);padding:var(--van-empty-description-padding);color:var(--van-empty-description-color);font-size:var(--van-empty-description-font-size);line-height:var(--van-empty-description-line-height)}.van-empty__bottom{margin-top:var(--van-empty-bottom-margin-top)}.van-theme-dark .van-empty{opacity:.5}:host,:root{--van-action-sheet-max-height:80%;--van-action-sheet-header-height:48px;--van-action-sheet-header-font-size:var(--van-font-size-lg);--van-action-sheet-description-color:var(--van-text-color-2);--van-action-sheet-description-font-size:var(--van-font-size-md);--van-action-sheet-description-line-height:var(--van-line-height-md);--van-action-sheet-item-background:var(--van-background-2);--van-action-sheet-item-font-size:var(--van-font-size-lg);--van-action-sheet-item-line-height:var(--van-line-height-lg);--van-action-sheet-item-text-color:var(--van-text-color);--van-action-sheet-item-disabled-text-color:var(--van-text-color-3);--van-action-sheet-item-icon-size:18px;--van-action-sheet-item-icon-margin-right:var(--van-padding-xs);--van-action-sheet-subname-color:var(--van-text-color-2);--van-action-sheet-subname-font-size:var(--van-font-size-sm);--van-action-sheet-subname-line-height:var(--van-line-height-sm);--van-action-sheet-close-icon-size:22px;--van-action-sheet-close-icon-color:var(--van-gray-5);--van-action-sheet-close-icon-padding:0 var(--van-padding-md);--van-action-sheet-cancel-text-color:var(--van-gray-7);--van-action-sheet-cancel-padding-top:var(--van-padding-xs);--van-action-sheet-cancel-padding-color:var(--van-background);--van-action-sheet-loading-icon-size:22px}.van-action-sheet{display:flex;flex-direction:column;max-height:var(--van-action-sheet-max-height);overflow:hidden;color:var(--van-action-sheet-item-text-color)}.van-action-sheet__content{flex:1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.van-action-sheet__cancel,.van-action-sheet__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;padding:14px var(--van-padding-md);font-size:var(--van-action-sheet-item-font-size);background:var(--van-action-sheet-item-background);border:none;cursor:pointer}.van-action-sheet__cancel:active,.van-action-sheet__item:active{background-color:var(--van-active-color)}.van-action-sheet__item{line-height:var(--van-action-sheet-item-line-height)}.van-action-sheet__item--disabled,.van-action-sheet__item--loading{color:var(--van-action-sheet-item-disabled-text-color)}.van-action-sheet__item--disabled:active,.van-action-sheet__item--loading:active{background-color:var(--van-action-sheet-item-background)}.van-action-sheet__item--disabled{cursor:not-allowed}.van-action-sheet__item--loading{cursor:default}.van-action-sheet__item-icon{font-size:var(--van-action-sheet-item-icon-size);margin-right:var(--van-action-sheet-item-icon-margin-right)}.van-action-sheet__cancel{flex-shrink:0;box-sizing:border-box;color:var(--van-action-sheet-cancel-text-color)}.van-action-sheet__subname{width:100%;margin-top:var(--van-padding-xs);color:var(--van-action-sheet-subname-color);font-size:var(--van-action-sheet-subname-font-size);line-height:var(--van-action-sheet-subname-line-height);overflow-wrap:break-word}.van-action-sheet__gap{display:block;height:var(--van-action-sheet-cancel-padding-top);background:var(--van-action-sheet-cancel-padding-color)}.van-action-sheet__header{flex-shrink:0;font-weight:var(--van-font-bold);font-size:var(--van-action-sheet-header-font-size);line-height:var(--van-action-sheet-header-height);text-align:center}.van-action-sheet__description{position:relative;flex-shrink:0;padding:20px var(--van-padding-md);color:var(--van-action-sheet-description-color);font-size:var(--van-action-sheet-description-font-size);line-height:var(--van-action-sheet-description-line-height);text-align:center}.van-action-sheet__description:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-border-color);transform:scaleY(.5)}.van-action-sheet__loading-icon .van-loading__spinner{width:var(--van-action-sheet-loading-icon-size);height:var(--van-action-sheet-loading-icon-size)}.van-action-sheet__close{position:absolute;top:0;right:0;z-index:1;padding:var(--van-action-sheet-close-icon-padding);color:var(--van-action-sheet-close-icon-color);font-size:var(--van-action-sheet-close-icon-size);line-height:inherit}.emote-list{width:100vw;height:60vw;display:flex;flex-direction:row;flex-wrap:wrap;overflow-y:auto}.emote-list .emoji-wrapper{width:14.28571vw;height:11.11111vw;padding:0 6px}.emote-list .emoji-wrapper .emoji-btn{width:100%;height:100%;font-size:20px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.mybz-emote-input-wrapper{width:100%;height:auto;display:flex;flex-direction:column}.mybz-emote-input-wrapper .mybz-comment-rich-textarea{width:100%;height:auto;padding:8px 12px;border-radius:16px;background-color:#f2f2f2;position:relative}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-placeholder{position:absolute;top:8px;left:13px;color:var(--van-text-color-3);font-size:14px;line-height:20px;height:20px;pointer-events:none}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-editor{width:100%;height:auto;outline:none;border:none;min-height:var(--min-h);color:var(--van-text-color);font-size:14px;line-height:20px;-webkit-user-modify:read-write-plaintext-only}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-editor img{width:16px;height:16px;vertical-align:text-bottom}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-opt-row{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;margin-top:4px}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-opt-row .opt-btn{width:24px;height:24px;margin-left:20px;cursor:pointer}.mybz-emote-input-wrapper .mybz-comment-rich-textarea .mrt-opt-row .opt-btn img{width:100%;height:100%;cursor:pointer}.mybz-emote-input-wrapper .emote-picker-wrapper{margin-left:-10px;margin-right:-10px;margin-top:10px}.mybz-emote-input-wrapper .phrase-picker-wrapper{margin-top:16px}.mybz-emote-input-wrapper .phrase-picker-wrapper .phrase-list{width:100%;height:auto;display:flex;flex-wrap:wrap;flex-direction:row;overflow:hidden auto;margin-top:-10px}.mybz-emote-input-wrapper .phrase-picker-wrapper .phrase-list .phrase-item{flex-shrink:0;width:auto;height:28px;padding:0 20px;line-height:28px;white-space:nowrap;border-radius:28px;margin-right:8px;margin-top:16px;color:var(--notobvious-color);font-size:var(--small-size);background-color:var(--background-color)}:host,:root{--van-pull-refresh-head-height:50px;--van-pull-refresh-head-font-size:var(--van-font-size-md);--van-pull-refresh-head-text-color:var(--van-text-color-2);--van-pull-refresh-loading-icon-size:16px}.van-pull-refresh{overflow:hidden}.van-pull-refresh__track{position:relative;height:100%;transition-property:transform}.van-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--van-pull-refresh-head-height);overflow:hidden;color:var(--van-pull-refresh-head-text-color);font-size:var(--van-pull-refresh-head-font-size);line-height:var(--van-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.van-pull-refresh__loading .van-loading__spinner{width:var(--van-pull-refresh-loading-icon-size);height:var(--van-pull-refresh-loading-icon-size)}:host,:root{--van-list-text-color:var(--van-text-color-2);--van-list-text-font-size:var(--van-font-size-md);--van-list-text-line-height:50px;--van-list-loading-icon-size:16px}.van-list__error-text,.van-list__finished-text,.van-list__loading{color:var(--van-list-text-color);font-size:var(--van-list-text-font-size);line-height:var(--van-list-text-line-height);text-align:center}.van-list__placeholder{height:0;pointer-events:none}.van-list__loading-icon .van-loading__spinner{width:var(--van-list-loading-icon-size);height:var(--van-list-loading-icon-size)}:host,:root{--van-slider-active-background:var(--van-primary-color);--van-slider-inactive-background:var(--van-gray-3);--van-slider-disabled-opacity:var(--van-disabled-opacity);--van-slider-bar-height:2px;--van-slider-button-width:24px;--van-slider-button-height:24px;--van-slider-button-radius:50%;--van-slider-button-background:var(--van-white);--van-slider-button-shadow:0 1px 2px rgba(0,0,0,0.5)}.van-theme-dark{--van-slider-inactive-background:var(--van-background-3)}.van-slider{position:relative;width:100%;height:var(--van-slider-bar-height);background:var(--van-slider-inactive-background);border-radius:var(--van-radius-max);cursor:pointer}.van-slider:before{position:absolute;top:calc(var(--van-padding-xs)*-1);right:0;bottom:calc(var(--van-padding-xs)*-1);left:0;content:""}.van-slider__bar{position:absolute;width:100%;height:100%;background:var(--van-slider-active-background);border-radius:inherit;transition:all var(--van-duration-fast)}.van-slider__button{width:var(--van-slider-button-width);height:var(--van-slider-button-height);background:var(--van-slider-button-background);border-radius:var(--van-slider-button-radius);box-shadow:var(--van-slider-button-shadow)}.van-slider__button-wrapper{position:absolute;cursor:grab;top:50%}.van-slider__button-wrapper--right{right:0;transform:translate3d(50%,-50%,0)}.van-slider__button-wrapper--left{left:0;transform:translate3d(-50%,-50%,0)}.van-slider--disabled{cursor:not-allowed;opacity:var(--van-slider-disabled-opacity)}.van-slider--disabled .van-slider__button-wrapper{cursor:not-allowed}.van-slider--vertical{display:inline-block;width:var(--van-slider-bar-height);height:100%}.van-slider--vertical .van-slider__button-wrapper--right{top:auto;right:50%;bottom:0;transform:translate3d(50%,50%,0)}.van-slider--vertical .van-slider__button-wrapper--left{top:0;right:50%;left:auto;transform:translate3d(50%,-50%,0)}.van-slider--vertical:before{top:0;right:calc(var(--van-padding-xs)*-1);bottom:0;left:calc(var(--van-padding-xs)*-1)}.video-wrapper{width:100%;height:100%;position:relative;background-color:#000}.video-wrapper .more-btn{position:absolute;top:var(--primary-size);right:var(--primary-size);z-index:999;width:28px;height:28px;cursor:pointer}.video-wrapper .video-box{width:100%;height:100%;transition:all .3s}.video-wrapper .play-btn{position:absolute;top:calc(50% - 24px);left:calc(50% - 24px);width:48px;height:48px;z-index:97;transition:all .5s}.video-wrapper .play-btn img{width:100%;height:100%}.video-wrapper .play-btn.hide{opacity:0;transform:scale(1.5)}.video-wrapper .video-info-wrapper{position:absolute;bottom:0;left:0;width:100%;height:auto}.video-wrapper .video-info-wrapper .both{width:100%;height:auto;padding:0 10px 40px 10px;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}.video-wrapper .video-info-wrapper .both .video-info{width:70%;color:#fff}.video-wrapper .video-info-wrapper .both .video-info .title{width:100%;font-size:17px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:12px}.video-wrapper .video-info-wrapper .both .video-info .desc{width:100%;font-size:var(--primary-size);line-height:24px;max-height:48px;opacity:.9;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:8px}.video-wrapper .video-info-wrapper .both .video-info .date{font-size:var(--small-size);line-height:24px;opacity:.7}.video-wrapper .video-info-wrapper .both .video-data{width:48px;height:auto;display:flex;flex-direction:column;align-items:center}.video-wrapper .video-info-wrapper .both .video-data .publisher{width:48px;height:48px;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:12px;border-radius:50%;border:2px solid #fff;cursor:pointer}.video-wrapper .video-info-wrapper .both .video-data .publisher .pendant{position:absolute;top:-2px;left:-2px;z-index:99;width:48px;height:48px}.video-wrapper .video-info-wrapper .both .video-data .publisher .follow-btn{position:absolute;bottom:-12px;left:calc(50% - 12px);z-index:99;width:24px;height:24px;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--striking-color)}.video-wrapper .video-info-wrapper .both .video-data .publisher.nomg{margin-bottom:0}.video-wrapper .video-info-wrapper .both .video-data .data-box{width:48px;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;margin-top:12px;cursor:pointer}.video-wrapper .video-info-wrapper .both .video-data .data-box img{width:48px;height:48px}.video-wrapper .video-info-wrapper .both .video-data .data-box .num{font-size:var(--primary-size);text-shadow:0 0 2px rgba(0,0,0,.3)}.video-wrapper .video-info-wrapper .slider-bar{width:100%;height:12px;margin-bottom:12px;display:flex;align-items:center;justify-content:center}.video-wrapper .video-info-wrapper .slider-bar .van-slider{background-color:hsla(0,0%,88.2%,.4)}.video-wrapper .video-info-wrapper .slider-bar .van-slider .van-slider__bar{background-color:hsla(0,0%,88.2%,.8)}.video-wrapper .video-info-wrapper .slider-bar .van-slider .van-slider__bar .slider-button{width:6px;height:6px;border-radius:50%;background-color:#fff}.video-wrapper .video-info-wrapper .slider-bar .van-slider.wide,.video-wrapper .video-info-wrapper .slider-bar .van-slider.wide .van-slider__bar{transition:all .3s;height:12px}.video-wrapper .video-info-wrapper .slider-bar .van-slider.wide .van-slider__bar .slider-button{width:8px;height:20px;transition:all .3s}.video-wrapper .video-info-wrapper .input-wrapper{width:100%;height:calc(40px + constant(safe-area-inset-bottom));height:calc(40px + env(safe-area-inset-bottom));padding:8px 10px;padding-bottom:calc(8px + constant(safe-area-inset-bottom));padding-bottom:calc(8px + env(safe-area-inset-bottom));display:flex;flex-direction:row;align-items:center;background-color:rgba(0,0,0,.6)}.video-wrapper .video-info-wrapper .input-wrapper input{flex:1;color:var(--grey-color);font-size:var(--primary-size);height:24px;padding:0 8px;line-height:24px;border-radius:12px;border:none;outline:none;background-color:rgba(0,0,0,.6)}.video-wrapper .video-info-wrapper .input-wrapper .emoji-btn{width:24px;height:24px;margin-left:20px}.video-wrapper .video-info-wrapper .input-wrapper .emoji-btn img{width:100%;height:100%}.video-wrapper .video-info-wrapper.hide{height:0;opacity:0}.video-wrapper.animation{transition:all .3s}.video-comment-total-center{width:100%;height:60px;font-size:var(--primary-size);line-height:60px;font-weight:600;text-align:center;background-color:#fff;position:sticky;top:0;left:0;z-index:9999}.video-comment-total-center .close-btn{position:absolute;top:0;right:20px;font-size:20px}.video-comment-total-center .close-btn i{cursor:pointer}.video-comment-total-back{width:100%;height:60px;font-size:var(--primary-size);line-height:60px;font-weight:600;padding-left:10px;text-align:left;background-color:#fff;position:sticky;top:0;left:0;z-index:99}.video-comment-total-back .pointer{cursor:pointer}.video-comment-area{width:100%;height:calc(60vh - 128px);background-color:#fff;overflow:hidden auto}.video-comment-area .comment-wrapper{width:100%;height:auto;display:flex;flex-direction:column;transition:height .3s;margin-bottom:20px}.video-comment-area .comment-wrapper .comment-row{width:100%;height:auto;padding:0 10px;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between}.video-comment-area .comment-wrapper .comment-row .comment-avatar{width:36px;height:36px}.video-comment-area .comment-wrapper .comment-row .comment-avatar .van-image{cursor:pointer}.video-comment-area .comment-wrapper .comment-row .comment-info{width:calc(100% - 52px);height:auto;display:flex;flex-direction:column}.video-comment-area .comment-wrapper .comment-row .comment-info .comment-name{width:100%;font-size:var(--small-size);color:var(--notobvious-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px}.video-comment-area .comment-wrapper .comment-row .comment-info .comment-name span{cursor:pointer}.video-comment-area .comment-wrapper .comment-row .comment-info .comment{font-size:var(--primary-size);line-height:20px;margin-bottom:8px;word-break:break-all;word-wrap:break-word}.video-comment-area .comment-wrapper .comment-row .comment-info .comment .name{color:var(--notobvious-color);cursor:pointer}.video-comment-area .comment-wrapper .comment-row .comment-info .comment-imgs{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.video-comment-area .comment-wrapper .comment-row .comment-info .comment-imgs .comment-img{width:95px;height:95px;overflow:hidden;margin:0 8px 8px 0}@media (max-width:475px){.video-comment-area .comment-wrapper .comment-row .comment-info .comment-imgs .comment-img:nth-child(3n){margin-right:0}}.video-comment-area .comment-wrapper .comment-row .comment-info .comment-opt{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.video-comment-area .comment-wrapper .comment-row .comment-info .comment-opt .left{font-size:var(--small-size);color:var(--notobvious-color)}.video-comment-area .comment-wrapper .comment-row .comment-info .comment-opt .left .reply-btn{margin-left:12px;cursor:pointer}.video-comment-area .comment-wrapper .comment-row .comment-info .comment-opt .left .del-btn{color:#ff5027;margin-left:12px;cursor:pointer}.video-comment-area .comment-wrapper .comment-row .comment-info .comment-opt .right{font-size:var(--small-size);color:var(--notobvious-color);cursor:pointer}.video-comment-area .comment-wrapper .comment-row .comment-info .comment-opt .right .thumb-num{margin-left:4px}.video-comment-area .comment-wrapper .comment-row.reply-row{margin:0;padding:20px 10px;position:relative}.video-comment-area .comment-wrapper .comment-row.reply-row:before{content:"";position:absolute;bottom:0;left:10px;right:10px;height:1px;transform:scaleY(.5);background-color:var(--border-color)}.video-comment-area .comment-wrapper .reply-wrapper{width:calc(100% - 62px);height:auto;background-color:#f4f4f4;border-radius:6px;margin:10px 10px 0 52px;padding:10px;cursor:pointer}.video-comment-area .comment-wrapper .reply-wrapper .reply-row{font-size:var(--small-size);line-height:20px;color:var(--primary-color);margin-bottom:10px;word-break:break-all;word-wrap:break-word}.video-comment-area .comment-wrapper .reply-wrapper .reply-row .name{color:var(--notobvious-color);cursor:pointer}.video-comment-area .comment-wrapper .reply-wrapper .reply-row .mg{margin:0 4px}.video-comment-area .comment-wrapper .reply-wrapper .reply-row:last-child{margin-bottom:0}.video-comment-area .comment-wrapper .reply-wrapper .reply-link{font-size:var(--small-size);color:var(--success-color);cursor:pointer}.video-comment-area .comment-wrapper:last-child{margin:0}.video-comment-area .comment-wrapper.mian{padding-bottom:20px;margin-bottom:20px;background-color:#fff;border-bottom:var(--small-size) solid var(--background-color)}.comment-input-wrapper{position:sticky;top:calc(100% - 68px);left:0;z-index:9999;width:100%;height:68px;padding:14px 10px;background-color:#fff;border-top:1px solid var(--border-color)}.comment-input-wrapper .comment-input{height:40px;padding:8px 12px;display:flex;flex-direction:row;align-items:center;border-radius:20px;background-color:var(--background-color)}.comment-input-wrapper .comment-input input{flex:1;font-size:var(--primary-size);line-height:24px;border:none;outline:none;background-color:var(--background-color)}.comment-input-wrapper .comment-input .emoji-btn{width:24px;height:24px;margin-left:20px}.comment-input-wrapper .comment-input .emoji-btn img{width:100%;height:100%}.transparentBg{background-color:transparent}.popup-content-input{width:100%;height:auto;padding:20px 10px;display:flex;flex-direction:column}.popup-content-input .input-wrapper{width:100%;height:auto;padding:8px 12px;border-radius:20px;background-color:var(--background-color)}.popup-content-input .input-wrapper .van-field{padding:0 10px}.popup-content-input .input-wrapper .van-cell__value,.popup-content-input .input-wrapper .van-field,.popup-content-input .input-wrapper .van-field__body,.popup-content-input .input-wrapper .van-field__control{background-color:var(--background-color)!important}.popup-content-input .input-wrapper .rich-row{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.popup-content-input .input-wrapper .rich-row .emoji-btn{width:24px;height:24px;margin-left:20px}.popup-content-input .input-wrapper .rich-row .emoji-btn img{width:100%;height:100%}.popup-content-input .phrase-wrapper{width:100%;height:auto}.popup-content-input .phrase-wrapper .phrase-list{width:100%;height:auto;display:flex;flex-wrap:wrap;flex-direction:row;overflow:hidden auto;margin-bottom:20px}.popup-content-input .phrase-wrapper .phrase-list .phrase-item{flex-shrink:0;width:auto;height:32px;padding:0 20px;line-height:32px;white-space:nowrap;border-radius:32px;margin-right:8px;margin-top:20px;color:var(--notobvious-color);font-size:var(--small-size);background-color:var(--background-color)}.popup-content-input .phrase-wrapper .comment-edit{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.popup-content-input .phrase-wrapper .comment-edit .delete-btn{width:72px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:16px;border:1px solid var(--grey-color)}.popup-content-input .phrase-wrapper .comment-edit .delete-btn img{width:22px;height:16px}.popup-content-input .phrase-wrapper .comment-edit .send-btn{width:72px;height:32px;line-height:32px;text-align:center;font-size:var(--primary-size);color:#fff;margin-left:12px;border-radius:16px;background-color:var(--primary-color)}.action-sheet-absolute,.van-share-sheet{position:absolute!important}.like-love{width:100px;height:100px;display:inline-block;position:absolute;top:0;right:0;transform-origin:center center}.like-love img{width:100%;height:100%}.animation-1{animation:come-down-1 .1s linear forwards,vertical-fadeoutup-1 .5s ease-out .4s forwards}.animation-2{animation:come-down-2 .1s linear forwards,vertical-fadeoutup-2 .5s ease-out .4s forwards}@keyframes come-down-1{0%{transform:scale(2);opacity:.5}to{transform:scale(1) rotate(15deg);opacity:1}}@keyframes come-down-2{0%{transform:scale(2);opacity:.5}to{transform:scale(1) rotate(-15deg);opacity:1}}@keyframes vertical-fadeoutup-1{0%{opacity:1;transform:translateY(0) scale(1) rotate(15deg)}to{opacity:0;transform:translateY(-140px) scale(2) rotate(15deg)}}@keyframes vertical-fadeoutup-2{0%{opacity:1;transform:translateY(0) scale(1) rotate(-15deg)}to{opacity:0;transform:translateY(-140px) scale(2) rotate(-15deg)}}.video-page{width:100%;height:100vh}.video-page .video-empty-wrapper,.video-page .video-swipe-wrapper{position:relative}.video-page .video-empty-wrapper .back-btn,.video-page .video-swipe-wrapper .back-btn{position:absolute;top:var(--primary-size);left:var(--primary-size);width:28px;height:28px;z-index:99;font-size:20px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background-color:rgba(0,0,0,.3)}.video-page .video-empty-wrapper,.video-page .video-empty-wrapper .video-swipe,.video-page .video-empty-wrapper .video-swipe-item,.video-page .video-swipe-wrapper .video-swipe,.video-page .video-swipe-wrapper .video-swipe-item{width:100%;height:100%}