.c-my-popover.ant-popover-placement-bottom,.c-my-popover.ant-popover-placement-bottomLeft,.c-my-popover.ant-popover-placement-bottomRight{padding-top:4px}.c-my-popover.ant-popover-placement-top,.c-my-popover.ant-popover-placement-topLeft,.c-my-popover.ant-popover-placement-topRight{padding-bottom:4px}.c-my-popover.ant-popover-placement-left,.c-my-popover.ant-popover-placement-leftBottom,.c-my-popover.ant-popover-placement-leftTop{padding-right:4px}.c-my-popover.ant-popover-placement-right,.c-my-popover.ant-popover-placement-rightBottom,.c-my-popover.ant-popover-placement-rightTop{padding-left:4px}.c-my-popover .ant-popover-arrow{display:none}.c-my-popover .ant-popover-inner{background:#fff;border:1px solid #e5e9ef;box-sizing:border-box;box-shadow:0 16px 24px rgba(127,131,171,.1);border-radius:8px}.c-my-popover__slot{display:inline-block}.c-dialog{position:fixed;z-index:1001;top:50%;left:50%;color:#333440;max-width:calc(100vw - 100px);width:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.c-dialog-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;height:100%;background-color:rgba(0,0,0,.45)}.c-dialog-wrap{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;outline:0}.c-dialog__content{position:relative;background:#fff;border-radius:16px}.c-dialog__header{text-align:center;padding:24px 24px 0}.c-dialog__title{font-size:16px;font-weight:700;line-height:24px}.c-dialog__close{position:absolute;top:24px;right:24px;width:24px;height:24px;color:#17171b;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.c-dialog__body{text-align:center;font-size:15px;line-height:26px;padding:12px 24px 24px}.c-dialog__body:first-child{padding-top:24px}.c-dialog__footer{display:-webkit-flex;display:-ms-flexbox;display:flex;height:48px;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-top:1px solid rgba(0,0,0,.08)}.c-dialog__button{position:relative;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;font-size:16px;text-align:center;cursor:pointer}.c-dialog__button--cancel{color:#a3a0ac}.c-dialog__button--confirm{color:#4c97f0}.c-dialog__button:nth-child(n+1):before{position:absolute;top:50%;left:-.5px;content:"";width:1px;height:16px;background-color:rgba(0,0,0,.08);margin-top:-8px}.c-dialog-tip.c-dialog .c-dialog__content{border-radius:8px}.c-dialog-tip.c-dialog .c-dialog__header--no-title{padding-bottom:24px}.c-dialog-tip.c-dialog .c-dialog__title{height:52px;font-size:20px;text-align:left;color:#17171b}.c-dialog-tip.c-dialog .c-dialog__body{padding:30px 70px 42px;line-height:22px;font-size:16px;color:#343440}.c-dialog-tip.c-dialog .c-dialog__body-icon{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.c-dialog-tip.c-dialog .c-dialog__icon{width:20px;height:20px;margin-right:5px;background-position:50%;background-repeat:no-repeat;background-size:contain}.c-dialog-tip.c-dialog .c-dialog__footer{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-top:none;padding-bottom:24px;height:auto}.c-dialog-tip.c-dialog .c-dialog__button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:124px;height:36px;-webkit-flex:initial;-ms-flex:initial;flex:initial;font-size:14px;border-radius:36px}.c-dialog-tip.c-dialog .c-dialog__button--cancel{color:#343440;background-color:#ebebeb}.c-dialog-tip.c-dialog .c-dialog__button--confirm{color:#fff;background-color:#fa4a4a}.c-dialog-tip.c-dialog .c-dialog__button--confirm:hover{background-color:#fb6c6c}.c-dialog-tip.c-dialog .c-dialog__button--confirm:active{background-color:#dc4343}.c-dialog-tip.c-dialog .c-dialog__button:nth-child(n+1){margin-left:16px}.c-dialog-tip.c-dialog .c-dialog__button:nth-child(n+1):before{display:none}.ant-image-error{width:100%;height:100%;background:#efeff5}.ant-image-error img{display:none}.c-my-image{font-size:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.c-my-image--need-custom-fallback .ant-image-error{width:100%;height:100%;background:#efeff5}.c-my-image--need-custom-fallback .ant-image-error img{display:inline;display:initial}.c-toast__wrap{pointer-events:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1100}.c-toast__text{position:fixed;top:50%;left:50%;color:#fff;font-size:14px;line-height:20px;background-color:rgba(59,59,66,.9);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:12px 20px;border-radius:8px;z-index:10000;pointer-events:auto}.c-toast--local .c-toast__text,.c-toast--local .c-toast__wrap{position:absolute}.c-button{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.c-button .c-loading-spinner{margin-right:3px}.c-button--normal{color:#fff;background-color:#fa4a4a}.c-button--normal:disabled{opacity:.5;cursor:not-allowed}.c-button--normal:not(:disabled):hover{background-color:#fb6c6c}.c-button--normal:not(:disabled):active{background-color:#dc4343}.c-button--plain{color:#fa4a4a;background:none;border:1px solid #fa4a4a}.c-button--plain:disabled{opacity:.5;cursor:not-allowed}.c-button--plain:not(:disabled):hover{border-color:#fb6c6c}.c-button--plain:not(:disabled):active{border-color:#dc4343}.c-button--size-normal{width:60px;height:28px;border-radius:28px}.c-button--size-middle{width:84px;height:36px;border-radius:36px}@-webkit-keyframes fadeInUp{0%{opacity:0}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(0,calc(100% + 40px),0);transform:translate3d(0,calc(100% + 40px),0)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(0,calc(100% + 40px),0);transform:translate3d(0,calc(100% + 40px),0)}}.c-login-popup{position:fixed;z-index:1001;width:328px;height:280px;background-color:#fff;box-shadow:0 8px 16px rgba(47,50,78,.15);border-radius:8px;bottom:40px;padding:20px 20px 24px;right:8%;-webkit-transform:translate3d(0,calc(100% + 40px),0);transform:translate3d(0,calc(100% + 40px),0)}.c-login-popup.enter{-webkit-animation:fadeInUp;animation:fadeInUp;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.c-login-popup.leave{-webkit-animation:fadeOutDown;animation:fadeOutDown;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.c-login-popup__close{color:#c4c4c4;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:24px;right:20px;cursor:pointer}.c-login-popup__title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow-wrap:anywhere;word-break:break-word;height:24px;font-weight:700;font-size:16px;line-height:24px;color:#17171b;padding-right:16px}.c-login-popup__img{width:100%;height:140px;margin-top:16px;background-size:100%;background-repeat:no-repeat;border-radius:4px}.c-login-popup .c-login-popup-btn{width:288px;height:40px;background:#fff1f1;border-radius:20px;color:#fa4a4a;margin-top:16px}.c-login-popup .c-login-popup-btn:not(:disabled):hover{color:#fff}.c-login-popup .c-login-popup-btn:not(:disabled):active{color:#fff}.c-video-progress{padding:4px 0;cursor:pointer}.c-video-progress__bar{position:relative;height:4px;background:hsla(0,0%,100%,.2)}.c-video-progress__bar-buffed{position:absolute;left:0;top:0;width:0;height:100%;background-color:hsla(0,0%,100%,.5)}.c-video-progress__bar-played{position:absolute;left:0;top:0;width:0;height:100%;background:#fff}.c-video-progress__bar-played:after{content:"";position:absolute;right:-6px;top:-4px;width:12px;height:12px;border-radius:50%;background:#fff;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}.c-video-progress__time{position:absolute;left:0;bottom:16px;padding:0 12px;line-height:32px;font-size:14px;color:#fff;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:rgba(0,0,0,.7);border-radius:8px}.c-video-progress:hover .c-video-progress__bar-played:after{opacity:1}.c-video-progress--dragging .c-video-progress__bar-played:after{opacity:1}.c-video-volume{position:relative}.c-video-volume__icon{position:relative;width:20px;height:20px;z-index:1;background:url(static/icon-volume.9db2ad3b.svg) no-repeat 50%/contain}.c-video-volume__icon--muted{background-image:url(static/icon-volume2.b9a1c178.svg)}.c-video-volume__details-box{display:none;position:absolute;left:-8px;bottom:0;width:32px;padding-bottom:48px}.c-video-volume__details{padding:12px 0;background:rgba(0,0,0,.6);border-radius:4px}.c-video-volume__bar{margin:0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:80px;width:12px;padding:0 4px}.c-video-volume__bar-empty{position:relative;width:100%;height:50%;background:hsla(0,0%,100%,.2);border-radius:2px}.c-video-volume__bar-active{width:100%;-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;background:#fff;border-radius:2px}.c-video-volume__bar-point{position:absolute;bottom:0;left:2px;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);width:16px;height:16px;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:hsla(0,0%,100%,.2);border-radius:50%}.c-video-volume__bar-point:after{content:"";display:block;width:10px;height:10px;border-radius:50%;background:#fff}.c-video-volume:hover .c-video-volume__details-box{display:block}.c-video-volume--sliding .c-video-volume__details-box{display:block}.c-video-speed{position:relative;opacity:.8}.c-video-speed__name{width:3em;text-align:center}.c-video-speed__list-container{display:none;position:absolute;bottom:0;left:-8px;right:-8px;padding-bottom:48px}.c-video-speed__list{margin-left:-38px;width:124px;background:rgba(0,0,0,.7);border-radius:8px;overflow:hidden}.c-video-speed__item{line-height:44px;text-align:center;font-weight:500}.c-video-speed__item--selected{color:#fa4a4a}.c-video-speed__item:hover{background:hsla(0,0%,100%,.15)}.c-video-speed:hover{opacity:1}.c-video-speed:hover .c-video-speed__list-container{display:block}.c-deal-link{padding:16px 24px;background:#fff;border-radius:8px;width:328px}.c-deal-link__title{font-weight:600;font-size:16px;line-height:22px;color:#17171b;padding-bottom:16px}.c-deal-link__title--hidden{display:none}.c-deal-link__popover{width:212px;text-align:center;padding-top:4px;padding-bottom:4px;background:#fff}.c-deal-link__popover-title{text-align:center;font-size:16px;line-height:22px;color:#333;font-weight:600;padding-bottom:8px}.c-deal-link__popover-img-wrap{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:142px;height:142px;border:1px solid rgba(0,0,0,.04);margin:0 auto;border-radius:7px}.c-deal-link__popover-img{width:140px;height:140px;border-radius:7px}.c-gl-player{box-sizing:border-box;position:relative;width:100%;height:100%;font-size:14px;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:#000}.c-gl-player__parent{width:100%;height:100%}.c-gl-player__video-container{width:100%;height:100%}.c-gl-player__video{width:100%;height:100%;object-fit:contain}.c-gl-player__video-cover{position:absolute;left:0;top:0;width:100%;height:100%;background:cover;z-index:1;cursor:pointer}.c-gl-player__video-cover-btn{position:absolute;width:48px;height:48px;left:50%;top:50%;margin-top:-24px;margin-left:-24px;cursor:pointer;background:url(static/btn-play.d57822e1.svg) no-repeat 50%/contain}.c-gl-player__state{font-size:0;position:absolute}.c-gl-player__bottom{opacity:0;position:absolute;left:0;right:0;bottom:0;padding:16px;color:#fff;-webkit-transition:opacity .5s;transition:opacity .5s;background:-webkit-linear-gradient(bottom,rgba(0,0,0,.6),transparent);background:linear-gradient(1turn,rgba(0,0,0,.6),transparent)}.c-gl-player__bottom-inner{position:relative}.c-gl-player__controls{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding-top:12px}.c-gl-player__controls-left{-webkit-flex:1 1;-ms-flex:1 1;flex:1 1;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.c-gl-player__btn-play{margin-left:10px;margin-right:20px;width:16px;height:18px;cursor:pointer;background:url(static/icon-play.c63c7d9f.svg) no-repeat 50%/contain}.c-gl-player__btn-play--paused{background-image:url(static/icon-pause.6b30ab97.svg)}.c-gl-player__next-video-info{display:none;position:absolute;left:0;bottom:52px;width:330px;height:186px;border-radius:8px;background:#ccc no-repeat 50%/cover}.c-gl-player__next-video-title{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;position:absolute;bottom:0;padding:0 12px;line-height:44px;background:-webkit-linear-gradient(bottom,rgba(0,0,0,.8),transparent);background:linear-gradient(1turn,rgba(0,0,0,.8),transparent);border-radius:0 0 8px 8px}.c-gl-player__btn-next{margin-right:20px;width:20px;height:20px;cursor:pointer;background:url(static/icon-next.69b85268.svg) no-repeat 50%/contain}.c-gl-player__btn-next:hover>div{display:block}.c-gl-player__controls-right{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.c-gl-player__controls-right>*{margin-left:24px;cursor:pointer}.c-gl-player__btn-pip{position:relative;width:20px;height:20px;background:url(static/icon-pip.0da34823.svg) no-repeat 50%/contain}.c-gl-player__btn-fullscreen{position:relative;width:20px;height:20px;background:url(static/icon-full.bac83afc.svg) no-repeat 50%/contain}.c-gl-player__btn-fullscreen--active{background-image:url(static/icon-full2.069a1881.svg)}.c-gl-player__delay-loading{position:absolute;top:50%;left:0;right:0;margin:-20px auto 0;width:40px;height:40px;-webkit-animation:gl-player-delay-loading .2s linear 3s both;animation:gl-player-delay-loading .2s linear 3s both}.c-gl-player__state-loading{width:100%;height:100%;background:url(data:image/png;base64,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) 50%/100% 100%;-webkit-animation:gl-player-loading-icon-rotate 2s linear infinite;animation:gl-player-loading-icon-rotate 2s linear infinite}.c-gl-player__state-error{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:700;font-size:14px;line-height:28px;text-align:center;color:#fff}.c-gl-player__btn-refresh{margin-top:20px;width:72px;line-height:30px;display:inline-block;border:2px solid #fff;border-radius:20px;cursor:pointer}.c-gl-player__not-hovering-progress{position:absolute;bottom:-2px;left:0;right:0}.c-gl-player__tooltip .ant-tooltip-arrow{display:none}.c-gl-player--hover .c-gl-player__bottom{opacity:1}.c-gl-player--mini{position:fixed!important;top:unset;right:60px;bottom:65px;width:320px!important;height:180px!important;z-index:99999;margin:0}.c-gl-player--mini .c-gl-player__bottom{display:none}.c-gl-player--full-screen .c-gl-player__delay-loading{margin:-40px auto 0;width:80px;height:80px}@-webkit-keyframes gl-player-delay-loading{0%{opacity:0}to{opacity:1}}@keyframes gl-player-delay-loading{0%{opacity:0}to{opacity:1}}@-webkit-keyframes gl-player-loading-icon-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes gl-player-loading-icon-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}