<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "PingFang SC,Helvetica Neue,tahoma,arial,sans-serif";
    padding-bottom: calc(100px + env(safe-area-inset-bottom,0px));
    --CMain: var(--NCB);
    --PlayerBorder: 0px;
    background-color: #fff
}

:root[theme=channel] body {
    padding-bottom: 0
}

:root[theme=long] body {
    padding-bottom: 0;
    --PlayerBorder: 8px;
    --CMain: var(--NCB);
    background-color: #fff
}

:root[theme=immersive] body {
    background-color: var(--bgPlayShort, #000);
    font-family: PingFangSC-Medium
}

:root[theme=immersive] body #app {
    overflow-x: hidden;
    position: relative;
    height: 100vh
}

:root[theme=channel] body {
    --CMain: var(--CB)
}

:root[theme=channel] #app {
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.overflow-hidden {
    overflow: hidden
}

.b-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #e6e9f0;
    font-family: PingFang SC
}

.b-btn--round {
    border-radius: 99999px
}

.b-btn--disabled {
    cursor: auto
}

.base-icon {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.b-img {
    object-fit: cover
}

.b-img__mask {
    background-color: var(--FC2, #f0f0f0);
    animation: img-mask-fading 2s infinite
}

@keyframes img-mask-fading {
    0% {
        opacity: .1
    }

    35% {
        opacity: .15
    }

    to {
        opacity: .1
    }
}

img[lazy=loading],img[lazy=error],img[lazy=loaded] {
    object-fit: cover
}

.b-popup {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999
}

.b-popup--full {
    top: 0
}

.b-popup__mask {
    background: #000000;
    opacity: .5;
    width: 100%;
    height: 100%
}

.b-popup__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.b-scroll {
    overflow: hidden;
    margin-bottom: -20px
}

.b-scroll__scroller {
    overflow-x: auto;
    padding-bottom: 20px;
    -webkit-clip-path: inset(0 0 20px 0);
    clip-path: inset(0 0 20px 0);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0)
}

.b-scroll__scroller::-webkit-scrollbar {
    display: none;
    height: 0px;
    width: 0px
}

.b-tabs {
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 5px
}

.b-tabs__item {
    box-sizing: content-box;
    flex-shrink: 0;
    padding: 0 11px;
    line-height: 40px;
    color: #272727;
    font-size: 17px;
    font-weight: 700;
    position: relative
}

.b-tabs__item--active {
    color: var(--CMain)
}

.b-tabs__item--active:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 12px;
    margin-left: -6px;
    border-bottom: 2px solid var(--CMain)
}

.at-app-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 980
}

.at-app-banner--button {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.at-app-banner--textbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.at-app-banner--textbutton span {
    margin-right: 5px
}

.at-app-banner--iconbutton {
    display: flex;
    align-items: center;
    justify-content: center
}

.at-app-banner__content {
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
    padding: 17px 16px 24px;
    background-color: rgba(250,251,252,.96);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2005;
    white-space: nowrap
}

.at-app-banner__layer {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 2004
}

.at-app-banner__top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.at-app-banner__open-title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #000028
}

.at-app-banner__open-method {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #848494;
    letter-spacing: 0;
    text-align: right;
    display: flex;
    align-items: center;
    margin-right: -6px
}

.at-app-banner__open-method span {
    position: relative;
    left: 5px
}

.at-app-banner__bottom {
    position: relative;
    margin-top: 12px;
    height: 80px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    padding: 0 16px;
    justify-content: flex-start;
    align-items: center
}

.at-app-banner__logo {
    margin-right: 12px;
    border-radius: 13px;
    width: 60px;
    height: 60px
}

.at-app-banner__logo img {
    width: 100%;
    height: 100%
}

.at-app-banner__title {
    display: flex;
    align-items: center;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #000028;
    letter-spacing: 0;
    line-height: 24px
}

.at-app-banner__title span {
    font-family: PingFangSC-Regular;
    font-weight: 400
}

.at-app-banner__mark {
    margin-left: 6px;
    font-family: PingFangSC-Medium;
    font-size: 9px;
    color: var(--CMain);
    letter-spacing: 0;
    background-image: linear-gradient(190deg,#fefbf6 0%,#fff0e9 91%);
    border-radius: 4px;
    height: 15px;
    line-height: 15px;
    box-sizing: border-box;
    padding: 0 5px
}

.at-app-banner__subtitle {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #848494;
    letter-spacing: 0
}

.at-app-banner__btn {
    background: var(--CMain);
    border-radius: 17px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #fff;
    padding: 7px 20px
}

.at-app-banner__main-btn {
    position: fixed;
    bottom: 20px;
    left: calc(50% - 120px);
    right: calc(50% - 120px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 25px 11px 31px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #fff;
    background: var(--CMain);
    box-shadow: 0 2px 4px rgba(107,30,0,.52);
    border-radius: 22px;
    box-sizing: border-box;
    z-index: 950
}

.at-app-banner__main-btn .svg-icon.svg-icon__logo-square {
    width: 22px;
    height: 22px;
    margin-right: 8px
}

.at-app-banner-fade-enter-active,.at-app-banner-fade-leave-active {
    transition: opacity .3s
}

.at-app-banner-fade-enter,.at-app-banner-fade-leave-to {
    opacity: 0
}

.at-app-banner-slide-enter-to,.at-app-banner-slide-leave {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.at-app-banner-slide-enter,.at-app-banner-slide-leave-to {
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.at-app-banner-slide-enter-active,.at-app-banner-slide-leave-active {
    transition: transform .3s
}

.at-app-banner .btn-wrapper {
    margin-left: auto
}

.bottom-banner-long {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background-color: #f5f5f5;
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    padding: 0 16px
}

.bottom-banner-long__logo {
    margin-right: 16px;
    flex-shrink: 0
}

.bottom-banner-long__tiny {
    width: 49%;
    line-height: 48px;
    position: relative;
    margin-right: 16px;
    flex-shrink: 0;
    flex-grow: 1
}

:root[theme=long] .bottom-banner-long__tiny {
    width: 110px;
    line-height: 32px
}

.bottom-banner-long__app {
    background: var(--CMain);
    border-radius: 40px;
    line-height: 32px;
    width: 98px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    flex-shrink: 0;
    flex-grow: 1
}

.bottom-banner-long__app .launch-btn__ui {
    width: 100%;
    background: #FFFFFF;
    border: 1.5px solid var(--CMain);
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--CMain)
}

:root[theme=long] .bottom-banner-long__app .launch-btn__ui {
    box-shadow: none;
    border: none;
    font-size: 13px
}

.bottom-banner-short {
    position: fixed;
    z-index: 980;
    bottom: calc(env(safe-area-inset-bottom,0px) + 18px);
    left: 32px;
    right: 32px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    border-radius: 22px
}

.bottom-banner-short .svg-icon.svg-icon__logo-square {
    width: 32px;
    height: 32px;
    margin-right: 8px
}

.bottom-banner-short__title {
    font-size: 16px;
    color: #000
}

.bottom-banner .wechat-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 12px calc(env(safe-area-inset-bottom,0px) + 20px) 12px;
    display: flex;
    justify-content: space-between
}

.bottom-banner .wechat-banner__open-app {
    background: var(--CMain);
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    line-height: 48px;
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

.bottom-banner .open-app__wrapper {
    width: 49%
}

.bottom-banner .launch-btn__ui {
    width: 100%;
    background: #ffffff;
    border: 1.5px solid var(--CMain);
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
    border-radius: 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--CMain)
}

:root[theme=long] .bottom-banner .launch-btn__ui {
    box-shadow: none;
    border: none;
    font-size: 13px
}

.old-open-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;
    background-color: #290808;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    border-radius: 0 0 8px 8px;
    height: 42px;
    margin-top: -12px;
    margin-bottom: 10px;
    font-weight: 500
}

.old-open-banner__logo {
    margin-left: 16px;
    margin-right: 8px;
    display: flex
}

.old-open-banner__btn {
    width: 56px;
    height: 26px;
    border-radius: 13px;
    background: #ffffff;
    color: #471515;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    margin-left: auto;
    margin-right: 12px
}

.top-banner {
    background-color: var(--CMain);
    line-height: 48px;
    border-radius: 24px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 500
}

.error-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px)
}

.error-page__pic {
    width: 100%
}

.error-page__title {
    margin-top: 30px;
    color: #999;
    font-size: 16px
}

.error-page__subtitle {
    color: #999;
    font-size: 14px;
    line-height: 26px
}

.error-page__open-app {
    display: block;
    height: 36px;
    margin-top: 10px;
    padding: 0 16px;
    border-radius: 18px;
    background-color: var(--CMain);
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    text-align: center
}

.corner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    white-space: nowrap;
    z-index: 9
}

.corner-mark--medium {
    padding: 1px 6px;
    line-height: 14px
}

.corner-mark--medium .img {
    width: 10px;
    height: 10px;
    margin-right: 2px
}

.corner-mark--small {
    padding: 1px 3px;
    line-height: 14px
}

.corner-mark--small .img {
    width: 8px;
    height: 8px;
    margin-right: 2px
}

.corner-mark--bigger {
    padding: 3px 7px;
    line-height: 16px
}

.corner-mark--bigger .img {
    width: 12px;
    height: 12px;
    margin-right: 2px
}

.corner-mark--rightTop {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 4px
}

.corner-mark--rightBottom {
    position: absolute;
    right: 3px;
    bottom: 4px
}

.corner-mark--leftBottom {
    position: absolute;
    left: 3px;
    bottom: 4px
}

.corner-mark--leftTop {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 6px
}

.corner-mark--center {
    border-radius: 4px
}

.corner-mark--rightTopPicText {
    padding: 1px 6px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 5px 0 6px
}

html {
    -webkit-text-size-adjust: none!important;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none
}

body {
    -webkit-text-size-adjust: 100%!important;
    font: var(--font-size, 14px)/var(--font-line-height, 1.5) var(--font-family, "PingFang SC, Microsoft YaHei, Arial Regular");
    word-wrap: break-word;
    word-break: break-word;
    color: var(--C1)
}

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6,button,input,optgroup,option,select,textarea {
    margin: 0;
    padding: 0
}

*,*:before,*:after {
    box-sizing: border-box
}

article,aside,footer,header,nav,section {
    display: block
}

audio,canvas,video {
    display: inline-block;
    vertical-align: bottom
}

h1,h2,h3,h4,h5,h6,em,i {
    font-size: 100%;
    font-weight: 400
}

a,a:visited {
    color: inherit;
    text-decoration: none;
    -webkit-touch-callout: none
}

a:active {
    outline: 0 none;
    -webkit-tap-highlight-color: transparent
}

button,input,optgroup,option,select,textarea {
    font: inherit;
    outline: 0;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    touch-action: manipulation
}

textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top
}

input:focus,textarea:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

input[type=text],input[type=submit],input[type=reset],input[type=button],textarea,button {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    background: none
}

input[type=search],input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img,iframe {
    border: 0 none
}

img {
    display: inline-block;
    vertical-align: middle;
    -webkit-touch-callout: none
}

iframe {
    display: block
}

ul,ol {
    list-style: none
}

li {
    vertical-align: top
}

svg:not(:root) {
    overflow: hidden
}

svg {
    fill: currentColor
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: var(--C2)
}

.at-overflow-hidden {
    overflow: hidden
}

.van-swipe-item {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

:root,:host {
    --van-swipe-indicator-size: 6px;
    --van-swipe-indicator-margin: var(--van-padding-sm);
    --van-swipe-indicator-active-opacity: 1;
    --van-swipe-indicator-inactive-opacity: .3;
    --van-swipe-indicator-active-background: var(--van-primary-color);
    --van-swipe-indicator-inactive-background: var(--van-border-color)
}

.van-swipe {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-swipe__track {
    display: flex;
    height: 100%;
    transition-property: transform
}

.van-swipe__track--vertical {
    flex-direction: column
}

.van-swipe__indicators {
    position: absolute;
    bottom: var(--van-swipe-indicator-margin);
    left: 50%;
    display: flex;
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.van-swipe__indicators--vertical {
    top: 50%;
    bottom: auto;
    left: var(--van-swipe-indicator-margin);
    flex-direction: column;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
    margin-bottom: var(--van-swipe-indicator-size)
}

.van-swipe__indicator {
    width: var(--van-swipe-indicator-size);
    height: var(--van-swipe-indicator-size);
    background-color: var(--van-swipe-indicator-inactive-background);
    border-radius: 100%;
    opacity: var(--van-swipe-indicator-inactive-opacity);
    transition: opacity var(--van-duration-fast),background-color var(--van-duration-fast)
}

.van-swipe__indicator:not(:last-child) {
    margin-right: var(--van-swipe-indicator-size)
}

.van-swipe__indicator--active {
    background-color: var(--van-swipe-indicator-active-background);
    opacity: var(--van-swipe-indicator-active-opacity)
}

:root[theme=channel] {
    --CMain: var(--CB)
}

.van-swipe-item {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

:root {
    --van-swipe-indicator-size: 6px;
    --van-swipe-indicator-margin: var(--van-padding-sm);
    --van-swipe-indicator-active-opacity: 1;
    --van-swipe-indicator-inactive-opacity: .3;
    --van-swipe-indicator-active-background: var(--van-primary-color);
    --van-swipe-indicator-inactive-background: var(--van-border-color)
}

.van-swipe {
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.van-swipe__track {
    display: flex;
    height: 100%;
    transition-property: transform
}

.van-swipe__track--vertical {
    flex-direction: column
}

.van-swipe__indicators {
    position: absolute;
    bottom: var(--van-swipe-indicator-margin);
    left: 50%;
    display: flex;
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.van-swipe__indicators--vertical {
    top: 50%;
    bottom: auto;
    left: var(--van-swipe-indicator-margin);
    flex-direction: column;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
    margin-bottom: var(--van-swipe-indicator-size)
}

.van-swipe__indicator {
    width: var(--van-swipe-indicator-size);
    height: var(--van-swipe-indicator-size);
    background-color: var(--van-swipe-indicator-inactive-background);
    border-radius: 100%;
    opacity: var(--van-swipe-indicator-inactive-opacity);
    transition: opacity var(--van-duration-fast),background-color var(--van-duration-fast)
}

.van-swipe__indicator:not(:last-child) {
    margin-right: var(--van-swipe-indicator-size)
}

.van-swipe__indicator--active {
    background-color: var(--van-swipe-indicator-active-background);
    opacity: var(--van-swipe-indicator-active-opacity)
}

.header {
    z-index: 970;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 50px;
    background-color: #2d2d2e;
    display: flex;
    overflow: hidden;
    padding: 0 14px;
    align-items: center
}

:root[theme=long] .header {
    background-color: transparent;
    color: #000;
    padding: 0 16px;
    height: 56px;
    position: static
}

:root[theme=channel] .header {
    background-color: #fff;
    color: #000
}

.header__logo {
    height: 22px;
    width: auto
}

.header__btn-wrapper {
    margin-left: auto;
    display: flex;
    align-items: center
}

.header .btn__open-app {
    background: var(--CMain);
    padding: 0 12px;
    font-size: 12px;
    line-height: 24px;
    color: var(--C5)
}

:root[theme=long] .header .btn__open-app {
    line-height: 32px;
    color: var(--NCBG3);
    background-color: var(--NCBG1);
    font-weight: 500
}

.header .btn__login {
    font-size: 13px;
    font-weight: 500;
    margin: 0 12px 0 5px
}

:root[theme=long] .header .btn__login {
    font-size: 12px;
    margin-right: 16px
}

.header .search-icon {
    margin-right: 8px
}

:root[theme=long] .header .search-icon {
    margin-right: 14px;
    color: #000
}

.header .btn__user {
    display: flex;
    align-items: center;
    margin: 0 12px 0 5px
}

.header .btn__user-avatar {
    position: relative
}

.header .btn__user-avatar__pic {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.header .btn__user-avatar__type {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px
}

.header .btn__user-vip {
    height: 16px;
    margin-left: 2px
}

.header .uvip-wrapper {
    flex-direction: row-reverse;
    margin-right: 0
}

.header .uvip-wrapper .btn__user-vip {
    margin-right: 2px
}

.header .header__uvip {
    max-width: 170px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.header .tvideo-logo {
    width: 101px;
    height: 21px
}

.channel-container {
    position: relative
}

.channel-container__loading {
    bottom: -30px;
    top: auto;
    height: auto
}

.single-mod__mainarea {
    padding: 0 14px
}

.channel-tab {
    position: -webkit-sticky;
    position: sticky;
    top: 49px;
    z-index: 2;
    margin-top: -1px
}

.unmod-focus {
    padding-bottom: 18px
}

.unmod-focus__swipper {
    position: relative;
    width: calc(100% + 28px);
    margin-left: -14px;
    padding: 0 14px;
    background-image: linear-gradient(0deg,#f2f4f5,#fff 59%)
}

.unmod-focus__swipper-count {
    position: absolute;
    line-height: 46px;
    padding-left: 5px;
    background-color: #f2f4f5;
    z-index: 1;
    right: 14px;
    bottom: 0
}

.unmod-hpics {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin-left: -4px
}

.unmod-hpics-wrapper {
    padding-bottom: 18px
}

.unmod-hpics__item {
    margin-top: 12px;
    padding: 0 4px;
    width: 50%
}

.nba {
    padding-bottom: 22px
}

.nba-schedule {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -6px;
    margin-top: 16px
}

.nba-schedule__item {
    flex-grow: 1;
    min-width: 167px;
    margin: 0 6px;
    border-radius: 2px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 112px 70px;
    font-size: 12px;
    flex-direction: column
}

.unmod-video-cover {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden
}

.unmod-video-cover--H {
    padding-top: 56.25%
}

.unmod-video-cover--V {
    padding-top: 138.88%
}

.unmod-video-cover__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.unmod-video-cover__tag {
    position: absolute;
    top: 6px;
    left: 0;
    display: flex;
    align-items: center
}

.unmod-video-cover__tag span {
    padding-left: 2px;
    color: #fff;
    font-size: 10px;
    line-height: 9px;
    text-shadow: 0 1px 2px #555
}

.unmod-video-cover__tips {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 2px 3px;
    background-color: rgba(162,162,182,.5);
    color: #fff;
    font-size: 10px;
    line-height: 10px
}

.unmod-video__title {
    margin-top: 6px;
    color: #000028;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.unmod-video__title--single {
    width: 90%;
    margin-top: 0;
    padding: 13px 0
}

.unmod-video__subtitle {
    margin-top: 4px;
    color: #a2a2b6;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@keyframes liveIconAnimation {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -1296px
    }
}

.nba-schedule {
    display: flex
}

.nba-schedule--pay {
    background-image: url(//vfiles.gtimg.cn/vupload/20210223/e426031614065371876.png)
}

.nba-schedule--pay .nba-schedule__header {
    background: linear-gradient(90deg,#faf0bf 14%,#fcf8e5 86%);
    color: #a15c00
}

.nba-schedule--free {
    background-image: url(//vfiles.gtimg.cn/vupload/20210223/2f9a5e1614063939267.png)
}

.nba-schedule--free .nba-schedule__header {
    background: linear-gradient(90deg,#ffede6 2%,#fff5f2);
    color: #ff682d
}

.nba-schedule__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 2px 2px 0 0;
    font-family: PingFangSC-Medium
}

.nba-schedule__header-order {
    display: flex;
    align-items: center;
    line-height: 28px;
    color: var(--CMain)
}

.nba-schedule__header-order-icon {
    margin-right: 2px
}

.nba-schedule__date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 6px 10px 12px;
    color: #848494;
    line-height: 17px
}

.nba-schedule__status-icon {
    display: flex;
    align-items: center;
    height: 16px;
    margin: 4px 0;
    padding: 0 4px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px
}

.nba-schedule__status-icon-live-ani {
    position: relative;
    left: -1px;
    width: 18px;
    height: 18px;
    background: url(//vfiles.gtimg.cn/vupload/20200619/5507b81592554995332.png);
    background-size: 18px auto;
    animation: liveIconAnimation 6s steps(72) infinite
}

.nba-schedule__status-icon--end,.nba-schedule__status-icon--live {
    background: var(--CMain)
}

.nba-schedule__status-icon--before-start,.nba-schedule__status-icon--cancel,.nba-schedule__status-icon--delay {
    background: #a8a8a8
}

.nba-schedule__team {
    padding: 0 16px 8px;
    color: #000028
}

.nba-schedule__team-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nba-schedule__team-item:first-child {
    margin-bottom: 4px
}

.nba-schedule__team-name {
    display: flex;
    align-items: center;
    font-size: 13px
}

.nba-schedule__team-logo {
    width: 24px;
    height: 24px;
    margin-right: 3px
}

.nba-schedule__team-goal {
    color: #848494;
    font-family: DIN-Medium;
    font-size: 16px
}

.nba-schedule__team-goal--hl {
    color: #000028
}

.unmod-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

.author {
    display: flex;
    margin-bottom: 17px;
    justify-content: flex-start;
    align-items: center
}

.author__avatar {
    width: 40px;
    height: 40px;
    -webkit-mask: url(//vfiles.gtimg.cn/vupload/20210322/d9a91e1616381718823.png?max_age=7776000);
    mask: url(//vfiles.gtimg.cn/vupload/20210322/d9a91e1616381718823.png?max_age=7776000);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    flex-shrink: 0
}

.author__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0
}

.author__user {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 8px;
    margin-right: 16px;
    overflow: hidden
}

.author__user-name {
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: #000028
}

.author__sub-num {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #848494
}

.author__btn-sub {
    transition: .15s ease-out;
    margin-left: auto;
    background: rgba(255,96,34,.12);
    display: flex;
    align-items: center;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    line-height: 24px;
    width: 56px;
    color: var(--CMain);
    flex-shrink: 0
}

.author__btn-sub--inactive {
    background: #F6F8FA;
    color: #a2a2b6
}

.author__btn-sub__wrapper {
    margin-left: auto
}

.interactive-wrapper {
    padding: 0 24px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between
}

.interactive-wrapper .interactive {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center
}

.interactive-wrapper .interactive__num {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000028
}

.poster-desc__header {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.poster-desc__header-img {
    height: 132px;
    margin-right: 12px;
    border-radius: 8px
}

.poster-desc__header-right {
    color: #111
}

.poster-desc__header-right h1 {
    font-size: 20px;
    font-weight: 500
}

.poster-desc__header-right h3 {
    font-family: PingFang SC;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 2px
}

.poster-desc__header-right p {
    color: var(--NC2);
    font-size: 12px
}

.poster-desc__reservation {
    margin-bottom: 16px;
    width: calc(100vw - 32px);
    height: 64px;
    -webkit-mask-image: url(https://media-img.puui.qpic.cn/media_img/0/lena/PIC7xld0y_1372_256/0);
    mask-image: url(https://media-img.puui.qpic.cn/media_img/0/lena/PIC7xld0y_1372_256/0);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--FC3_008);
    display: flex
}

.poster-desc__reservation-left {
    width: 55%;
    display: flex;
    flex-direction: column;
    padding: 14px 20px 10px
}

.poster-desc__reservation-left h3 {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: var(--NC1)
}

.poster-desc__reservation-left p {
    font-size: 12px;
    line-height: 18px;
    color: rgba(11,11,11,.6)
}

.poster-desc__reservation-right {
    display: flex;
    align-items: center;
    padding-left: 16px;
    color: var(--FC3)
}

.poster-desc__reservation-right .reservation-btn {
    width: 76px;
    height: 32px;
    margin-right: 15px;
    border-radius: 16px;
    background-color: var(--FC3);
    display: flex
}

.poster-desc__reservation-right .reservation-btn p {
    margin: auto;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff
}

.poster-desc__reservation-right .reservation-btn--reserved {
    opacity: .7
}

.poster-desc__detail {
    margin-bottom: 16px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #111
}

.poster-desc__detail--abstract {
    position: relative
}

.poster-desc__detail--btn {
    position: absolute;
    bottom: 3px;
    right: 0;
    line-height: 16px;
    color: var(--NC2);
    font-size: 12px;
    display: flex;
    align-items: center
}

.poster-desc__detail p {
    text-align: justify
}

.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animate__fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.video-desc-long {
    overflow: hidden;
    margin-bottom: 16px;
    display: flex
}

.video-desc-long__img {
    width: 60px;
    height: 85px;
    border-radius: 8px;
    margin-right: 12px
}

.video-desc-long__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 2px;
    margin-top: -5px
}

.video-desc-long__detail {
    color: rgba(17,17,17,.7);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex
}

.video-desc-long__detail-intro {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.video-desc-long__detail-btn {
    display: flex;
    flex-shrink: 0;
    align-items: center
}

.video-desc-long__detail-wrapper {
    overflow: hidden;
    flex-grow: 1;
    color: #111
}

.video-desc-long__btns {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-top: 10px
}

.video-desc {
    overflow: hidden;
    margin-bottom: 16px
}

.video-desc__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000028;
    margin-bottom: 2px
}

.video-desc__detail {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--NC2)
}

.container .underplayer-container {
    width: 100vw;
    padding: 0 12px
}

.container .underplayer-container--middle {
    margin-bottom: calc(80px + env(safe-area-inset-bottom,0px))
}

.container .underplayer-container--long {
    padding: 0 16px
}

.container .help-line {
    height: 1px;
    background-color: #ebebeb;
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    margin-bottom: 16px
}

.container .bottom-wrapper {
    margin: 0 -16px;
    padding: 16px;
    padding-bottom: calc(80px + env(safe-area-inset-bottom,0px));
    background-color: #fff;
    border-radius: 16px 16px 0 0
}

.player {
    background-color: #000;
    height: 56.25vw;
    margin-bottom: 12px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 990
}

:root[theme=long] .player {
    position: relative;
    width: calc(100vw - 32px);
    margin: auto auto 12px;
    height: calc((100vw - 32px)*.5625);
    top: 0;
    border-radius: 8px 8px 0 0
}

.player .vft-payview {
    display: contents
}

:root[theme=long] .player.player--vertical {
    height: 375px
}

.pl-desc {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.pl-desc__left {
    margin-right: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.pl-desc__desc-title {
    line-height: 24px;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 15px;
    color: #000028;
    display: flex
}

.pl-desc__desc-info {
    font-size: 12px;
    line-height: 18px;
    color: #849494
}

.pl-desc__desc-icon {
    flex-shrink: 0
}

.pl-desc__right {
    background-color: var(--CMain);
    color: #fff;
    line-height: 32px;
    width: 64px;
    flex-shrink: 0
}

.pl-desc__right-icon {
    margin-right: 4px
}

.pl-desc__right--inactive {
    color: #a2a2b6;
    background-color: #f6f8fa
}

.pl-desc__overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pl-desc__right-wrapper {
    margin-left: auto
}

.pl-episode {
    margin: 0 -12px
}

:root[theme=long] .pl-episode {
    margin: 0 -16px
}

:deep(.pl-episode) {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 8px 15px
}

:root[theme=long] :deep(.pl-episode) {
    margin: 0 12px 15px
}

.pl-episode__container {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 8px 15px
}

:root[theme=long] .pl-episode__container {
    margin: 0 12px 15px
}

.pl-episode__container--single {
    width: calc(100% - 32px)
}

.pl-episode__btn {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    background: rgba(0,0,0,.04);
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 12px;
    color: #471515;
    text-align: justify;
    white-space: normal;
    width: 36px;
    line-height: 12px;
    margin: 0 4px
}

.pl-episode__btn:after {
    height: 100%;
    content: "";
    display: inline-block
}

.pl-episode__item {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 4px;
    overflow: hidden
}

.pl-long,.pl-trivial__title {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px
}

.pl-episode {
    margin: 0 -12px
}

:deep(.pl-episode) {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 8px 15px
}

:root[theme=long] :deep(.pl-episode) {
    margin: 0 12px 15px
}

:root[theme=long] .pl-episode {
    margin: 0 -16px
}

.pl-episode__container {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 8px 15px
}

.pl-episode__container--single {
    width: calc(100% - 32px)
}

:root[theme=long] .pl-episode__container {
    margin: 0 12px 15px
}

.pl-episode__item {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 4px
}

.pl-episode__btn {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    background: rgba(0,0,0,.04);
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 12px;
    color: #471515;
    text-align: justify;
    white-space: normal;
    width: 36px;
    line-height: 12px;
    margin: 0 4px
}

.pl-episode__btn:after {
    height: 100%;
    content: "";
    display: inline-block
}

.rec-video {
    margin-bottom: 16px;
    font-family: PingFangSC-Regular
}

.rec-video__cover {
    position: relative;
    overflow: hidden
}

.rec-video__cover.pic__h {
    height: 26.096vw
}

.rec-video__cover.pic__v {
    height: 82.948vw
}

.rec-video__cover-pic {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

.rec-video__cover-icon {
    position: absolute;
    top: 4px;
    right: 6px
}

.rec-video__cover-duration {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 99%);
    border-radius: 0 0 8px 8px
}

.rec-video__cover-duration span {
    font-size: 10px;
    color: #fff;
    line-height: 16px;
    position: absolute;
    right: 6px;
    bottom: 4px
}

.rec-video__info-title {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.rec-video__info-author {
    display: flex;
    align-items: center;
    height: 18px;
    font-size: 12px;
    color: #8a8a8a;
    line-height: 18px
}

.rec-video__info-author__avatar {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 4px;
    flex-shrink: 0
}

.rec-video__info-author__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.rec-video__info-author__like {
    flex-shrink: 0;
    margin-left: auto;
    display: flex;
    align-items: center
}

.rec-video__info-author__like-icon {
    margin-right: 1px
}

.short-rec__title {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    justify-content: center
}

.short-rec__content {
    position: relative;
    display: flex;
    justify-content: space-evenly
}

.short-rec__content .left {
    display: flex;
    flex-direction: column;
    width: 46.6vw
}

.short-rec__content .right {
    display: flex;
    width: 46.6vw;
    flex-direction: column
}

.mod-rec__waterfall {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: 0;
    left: 0;
    z-index: -1
}

.short-tag {
    height: 72px;
    overflow: hidden;
    display: inline-flex;
    background: rgba(138,138,138,.4);
    border-radius: 4px;
    -webkit-filter: blur(10);
    filter: blur(10);
    align-items: center
}

.short-tag__pic-v {
    width: 34px;
    height: 48px;
    border-radius: 4px;
    margin-right: 8px;
    margin-left: 8px;
    flex-shrink: 0
}

.short-tag__info {
    margin-right: 10px;
    overflow: hidden
}

.short-tag__info-title {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.short-tag__info-sub {
    opacity: .8;
    font-family: PingFangSC-Regular;
    font-size: 10px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.short-tag__pic-h {
    width: 126px;
    height: 72px;
    flex-shrink: 0;
    position: relative
}

.short-tag__cover {
    width: 100%;
    height: 100%
}

.short-tag__play {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 14px
}

.short-tag__play-icon {
    margin-bottom: 2px
}

.short-interactive {
    font-family: PingFangSC-Semibold;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    width: 40px;
    color: #fff
}

.short-interactive__like,.short-interactive__comment {
    margin-bottom: 16px
}

.short-interactive .author {
    position: relative;
    margin-bottom: 25px
}

.short-interactive .author__head {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.short-interactive .author__sub {
    border-radius: 9px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    background: var(--CMain);
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px
}

.short-interactive .author__sub-icon {
    margin-right: 1px
}

.short-interactive .icon {
    vertical-align: bottom
}

.short-interactive__wrapper {
    height: 18px
}

.short-video-desc__tag {
    margin-bottom: 12px;
    max-width: 100%
}

.short-video-desc__author-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 6px
}

.short-video-desc__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 22px
}

.video-h-title {
    width: 100%;
    text-align: center;
    padding: 0 24px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.video-item-episode {
    width: 149px
}

:root[theme=long] .video-item-episode {
    width: 146px
}

.video-item-episode__title {
    color: #111;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFangSC-Regular
}

.video-item-episode__tag {
    display: inline-block;
    background: rgba(0,0,0,.12);
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    vertical-align: 1.5px;
    line-height: 16px;
    padding: 0 4px;
    margin-right: 3px;
    text-shadow: 0px 0px 6px rgba(0,0,0,.25);
    height: 16px
}

.video-item-episode__poster {
    position: relative
}

.video-item-episode__poster:after {
    border-radius: 6px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: linear-gradient(180deg,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.400186) 100%)
}

.video-item-episode__poster--active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid var(--CMain);
    z-index: 1;
    border-radius: 6px
}

.video-item-episode__img {
    width: 100%;
    height: 84px;
    object-fit: cover;
    border-radius: 6px
}

.video-item-episode__img-tag {
    position: absolute;
    top: 0;
    right: 0
}

.video-item-episode__br-text {
    z-index: 1;
    position: absolute;
    right: 6px;
    bottom: 6px;
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    text-shadow: 0px 0px 3px rgba(0,0,0,.302662)
}

.video-item-episode--active {
    color: var(--CMain)
}

:root[theme=long] .video-item-episode--active {
    font-family: PingFangSC-Medium
}

.item-rec-long-video {
    overflow: hidden;
    margin-bottom: 18px
}

.item-rec-long-video__pic {
    overflow: hidden;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0,0,0,.5);
    position: relative;
    line-height: 16px;
    border-radius: 6px;
    padding-top: 56%
}

.item-rec-long-video__pic img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.item-rec-long-video__desc {
    overflow: hidden
}

.item-rec-long-video__desc-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #141414;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 2px;
    margin-top: 6px
}

.item-rec-long-video__sub-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 16px;
    color: #848494
}

.item-rec-long__app-logo {
    left: 6px;
    top: 6px;
    position: absolute;
    background: rgba(0,0,0,.4);
    border-radius: 3px;
    font-size: 10px;
    padding: 0 4px
}

.item-rec-long__app-desc {
    position: absolute;
    background: rgba(0,0,0,.4);
    border-radius: 3px;
    font-size: 10px;
    padding: 0 4px;
    right: 6px;
    top: 6px
}

.item-rec-long__app-gradient {
    position: absolute;
    width: 100%;
    height: 28px;
    background: linear-gradient(180deg,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.396365) 99.27%);
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 12px
}

.item-rec-long__app-like {
    display: flex;
    align-items: center
}

.item-rec-long__app-like__icon {
    margin-right: 2px
}

.item-rec-short-video {
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0,0,0,.04);
    border-radius: 8px;
    margin-bottom: 8px
}

.item-rec-short-video__pic {
    overflow: hidden;
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0,0,0,.5);
    position: relative;
    line-height: 16px
}

.item-rec-short-video__pic img {
    width: 100%
}

.item-rec-short-video__desc {
    padding: 8px 8px 11px;
    overflow: hidden
}

.item-rec-short-video__desc-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000028;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 8px
}

.item-rec-short-video__author {
    display: flex;
    align-items: center;
    overflow: hidden
}

.item-rec-short-video__author-avatar {
    width: 16px;
    height: 16px;
    -webkit-mask: url(//vfiles.gtimg.cn/vupload/20210322/d9a91e1616381718823.png?max_age=7776000);
    mask: url(//vfiles.gtimg.cn/vupload/20210322/d9a91e1616381718823.png?max_age=7776000);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    margin-right: 4px;
    flex-shrink: 0
}

.item-rec-short-video__author-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 16px;
    color: #848494
}

.item-rec-short__app-logo {
    left: 6px;
    top: 6px;
    position: absolute;
    background: rgba(0,0,0,.4);
    border-radius: 3px;
    font-size: 10px;
    padding: 0 4px
}

.item-rec-short__app-desc {
    position: absolute;
    background: rgba(0,0,0,.4);
    border-radius: 3px;
    font-size: 10px;
    padding: 0 4px;
    right: 6px;
    top: 6px
}

.item-rec-short__app-gradient {
    position: absolute;
    width: 100%;
    height: 28px;
    background: linear-gradient(180deg,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.396365) 99.27%);
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 12px
}

.item-rec-short__app-like {
    display: flex;
    align-items: center
}

.item-rec-short__app-like__icon {
    margin-right: 2px
}

.video-item-rect {
    width: 145px;
    height: 82px;
    border-radius: 8px;
    padding: 0 13px;
    position: relative;
    background-color: rgba(17,17,17,.04);
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px
}

.video-item-rect--num {
    width: 51px;
    height: 51px;
    border-radius: 4px;
    padding: 0;
    line-height: 51px;
    justify-content: center;
    font-size: 18px
}

.video-item-rect--num-dynamic {
    width: auto;
    padding: 0 8px
}

.video-item-rect__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces
}

.video-item-rect--num .video-item-rect__title {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.video-item-rect__img-tag {
    position: absolute;
    height: 18px;
    top: -1px;
    right: -1px
}

.video-item-rect--num .video-item-rect__img-tag {
    height: 16px
}

.video-item-rect--active {
    background-color: var(--FC3_010, --textC3, rgba(102, 20, 20, .1));
    font-weight: 600
}

.star-panel {
    color: var(--NC1)
}

.star-panel__scroll {
    margin: 0 -16px -20px
}

.star-panel__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

.star-panel__wrapper {
    display: flex;
    flex-wrap: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 1px 20px
}

.star-panel__desc {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 15px;
    line-height: 18px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.star-panel__desc-img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 9px
}

.player-wrapper {
    height: calc(100vh - 98px - env(safe-area-inset-bottom));
    position: relative;
    overflow: hidden;
    -ms-transform: translate(0,0);
    transform: translate(0)
}

.player-wrapper .player-cover {
    position: absolute;
    width: 100%;
    height: calc(100% - 20px);
    overflow: hidden;
    top: 0
}

.player-wrapper .player-cover .prev-cover {
    position: absolute;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 100%;
    opacity: .001;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.player-wrapper .player-cover .optimized-cover {
    width: "100%"
}

.player-wrapper .player-cover .vertical-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.player-wrapper .player-cover .horizontal-image {
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-height: 600px) {
    .player-wrapper .player-cover .horizontal-image {
        top:130px;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.player-wrapper .video-h-title {
    position: absolute;
    top: 46px;
    z-index: 20
}

.player-wrapper .video-desc {
    max-width: calc(100% - 88px);
    position: absolute;
    left: 16px;
    bottom: 32px;
    margin-right: 16px;
    z-index: 20
}

.player-wrapper .author-inter {
    position: absolute;
    right: 16px;
    bottom: 32px;
    z-index: 20
}

.player-wrapper .play-control {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 64px;
    height: 64px
}

@keyframes UP {
    0% {
        height: calc(100vh - 98px - env(safe-area-inset-bottom))
    }

    to {
        height: 243px
    }
}

.player-wrapper .animate {
    animation: UP .45s ease-in-out
}

:root[theme=immersive] #short_player {
    width: 100%;
    height: calc(100% - 20px)
}

:root[theme=immersive] #short_player .txp_progress_play {
    background-color: #fff
}

:root[theme=immersive] #short_player .txp_alert_info {
    display: none
}

:root[theme=immersive] #short_player .txp_scrubber_indicator {
    background-color: #fff
}

:root[theme=immersive] #short_player .txp_scrubber_indicator:before {
    background-color: #fff
}

:root[theme=immersive] #short_player .txp_progress_bar_container {
    position: fixed;
    width: calc(100% - 32px);
    top: auto;
    bottom: 2px;
    height: 40px
}

:root[theme=immersive] #short_player .txp_progress_bar_container .txp_progress_list {
    background-color: rgba(153,153,153,.3)
}

:root[theme=immersive] #short_player .txp_progress_bar_container .txp_progress_play {
    background-color: rgba(255,255,255,.4)
}

:root[theme=immersive] #short_player .plugin_ctrl_mobile_txp_bottom {
    display: flex
}

:root[theme=immersive] #short_player .txp_btn_scrubber {
    display: none
}

:root[theme=immersive] #short_player .plugin_ctrl_txp_gradient_bottom {
    background-image: none
}

:root[theme=immersive] #short_player video {
    opacity: 0
}

.dialog[data-v-7f77e4cd] {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #000;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    z-index: 99999
}

.dialog__wrapper[data-v-7f77e4cd] {
    width: 278px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.dialog__title[data-v-7f77e4cd] {
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 5px
}

.dialog__sub-title[data-v-7f77e4cd] {
    font-size: 16px
}

.dialog__text[data-v-7f77e4cd] {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.dialog__handler[data-v-7f77e4cd] {
    display: flex;
    justify-content: space-around;
    position: relative;
    line-height: 50px;
    color: #222;
    font-size: 16px;
    text-align: center
}

.dialog__handler[data-v-7f77e4cd]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #ccc
}

.dialog__handler-centerline[data-v-7f77e4cd] {
    width: 1px;
    background-color: #ccc;
    -ms-transform: scaleX(.5);
    transform: scaleX(.5)
}

.dialog__handler-cancel[data-v-7f77e4cd],.dialog__handler-confirm[data-v-7f77e4cd] {
    width: 50%
}

.dialog__handler-confirm[data-v-7f77e4cd] {
    color: #ff7f00
}

:root {
    --C1: #000028;
    --C2: #848494;
    --C3: #a2a2b6;
    --C4: #f53e35;
    --C5: #ffffff;
    --C7: #ebebeb;
    --NC1: #111111;
    --NC2: #808080;
    --NC3: #999999;
    --NCBG1: #FFFFFF;
    --NCBG3: #101010;
    --NCB: #00C8C8;
    --NCWhite: #ffffff;
    --CTitle: #35373f;
    --CError: #f35e35;
    --CIcon: #000028;
    --CB: #ff6022
}

.tinyapp-button[data-v-1b31e954] {
    position: relative
}

.launch-btn[data-v-1b31e954] {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.pull-app-btns[data-v-2d66d5f8] {
    left: 16px;
    right: 16px;
    color: #f2f2f2;
    background-color: #1b1b1b;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    text-align: left;
    padding: 0
}

.pull-app-btns__item[data-v-2d66d5f8] {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center
}

.vertical-line[data-v-2d66d5f8] {
    width: .5px;
    height: 21px;
    background-color: rgba(255,255,255,.2)
}

.player-end-btns__openbtns[data-v-5adc8e71] {
    display: flex;
    justify-content: center;
    align-items: center
}

.player-end-btns__openbtn[data-v-5adc8e71] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #f2f2f2;
    background-color: #1b1b1b;
    padding: 9px 24px;
    border-radius: 20px
}

.player-end-btns__text[data-v-5adc8e71] {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
    text-align: center
}

.player-end-btns__container[data-v-5adc8e71] {
    position: relative
}

.end[data-v-6bb15dcc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.end .svg-icon.svg-icon__logo-square[data-v-6bb15dcc] {
    width: 60px;
    height: 60px;
    margin-top: 34px;
    margin-bottom: 28px
}

.end__btn[data-v-6bb15dcc] {
    background: var(--CMain);
    border-radius: 20px;
    line-height: 40px;
    padding: 0 24px;
    color: #fff;
    font-size: 16px;
    position: relative
}

.end__retry[data-v-6bb15dcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: .8;
    line-height: 24px;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 33px
}

.end__retry-icon[data-v-6bb15dcc] {
    margin-right: 4px
}

.author[data-v-cb24fbee] {
    display: flex;
    margin-bottom: 17px;
    justify-content: flex-start;
    align-items: center
}

.author__avatar[data-v-cb24fbee] {
    width: 40px;
    height: 40px;
    -webkit-mask: url(//vfiles.gtimg.cn/vupload/20210322/d9a91e1616381718823.png?max_age=7776000);
    mask: url(//vfiles.gtimg.cn/vupload/20210322/d9a91e1616381718823.png?max_age=7776000);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    flex-shrink: 0
}

.author__avatar img[data-v-cb24fbee] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0
}

.author__user[data-v-cb24fbee] {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 8px;
    margin-right: 16px;
    overflow: hidden
}

.author__user-name[data-v-cb24fbee] {
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: #000028
}

.author__sub-num[data-v-cb24fbee] {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #848494
}

.author__btn-sub[data-v-cb24fbee] {
    transition: .15s ease-out;
    margin-left: auto;
    background: rgba(255,96,34,.12);
    display: flex;
    align-items: center;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    line-height: 24px;
    width: 56px;
    color: var(--CMain);
    flex-shrink: 0
}

.author__btn-sub--inactive[data-v-cb24fbee] {
    background: #F6F8FA;
    color: #a2a2b6
}

.author__btn-sub__wrapper[data-v-cb24fbee] {
    margin-left: auto
}

.b-mark-label[data-v-9b0e4242] {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center
}

.tabs[data-v-0b304a50] {
    margin-bottom: 18px;
    display: flex;
    line-height: 22px;
    color: #111;
    font-size: 15px;
    font-weight: 400
}

:root[theme=long] .tabs[data-v-0b304a50] {
    margin-bottom: 13px
}

.tabs__recommend[data-v-0b304a50] {
    position: relative;
    margin-right: 16px
}

.tabs__recommend.current[data-v-0b304a50] {
    font-weight: 500
}

:root[theme=long] .tabs__recommend.current[data-v-0b304a50] {
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.tabs__recommend.current[data-v-0b304a50]:after {
    content: "";
    width: 16px;
    height: 3px;
    background-color: var(--CMain);
    border-radius: 16px;
    position: absolute;
    left: 50%;
    top: 27px;
    -ms-transform: translateX(-50%);
    transform: translate(-50%)
}

:root[theme=long] .tabs__recommend.current[data-v-0b304a50]:after {
    content: none
}

:root[theme=long] .tabs__recommend[data-v-0b304a50] {
    width: 64px;
    white-space: nowrap
}

.tabs__comment[data-v-0b304a50] {
    position: relative
}

.tabs__comment.current[data-v-0b304a50] {
    font-weight: 500
}

:root[theme=long] .tabs__comment.current[data-v-0b304a50] {
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.tabs__comment.current[data-v-0b304a50]:after {
    content: "";
    width: 16px;
    height: 3px;
    background-color: var(--CMain);
    border-radius: 16px;
    position: absolute;
    left: 50%;
    top: 27px;
    -ms-transform: translateX(-50%);
    transform: translate(-50%)
}

:root[theme=long] .tabs__comment.current[data-v-0b304a50]:after {
    content: none
}

.tabs__comment-num[data-v-0b304a50] {
    width: 50px;
    position: absolute;
    font-size: 10px;
    left: calc(100% + 4px);
    line-height: 22px;
    bottom: 3px;
    font-weight: 400;
    color: var(--CMain)
}

:root[theme=long] .tabs__comment-num[data-v-0b304a50] {
    bottom: 8px
}

.recommend[data-v-b291e6a0] {
    display: flex;
    justify-content: space-between
}

.recommend-left[data-v-b291e6a0],.recommend-right[data-v-b291e6a0] {
    width: 49%
}

.recommend-long[data-v-fd6802fe] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.recommend-long__wrapper[data-v-fd6802fe] {
    width: 49%;
    flex-shrink: 0
}

.recommend-long__open[data-v-fd6802fe] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    color: var(--NC2)
}

.recommend-long__open-icon[data-v-fd6802fe] {
    margin-left: 4px
}

.title[data-v-87705396] {
    margin-top: 12px;
    color: #51300a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px
}

.comment[data-v-87705396] {
    padding: 12px;
    background-color: rgba(0,0,0,.04);
    border-radius: 8px;
    margin-bottom: 14px
}

.comment-item[data-v-87705396] {
    margin-bottom: 20px
}

.comment-base[data-v-87705396] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 8px
}

.comment-base__image[data-v-87705396] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0
}

.comment-base__name[data-v-87705396] {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.comment-base__time[data-v-87705396] {
    margin-left: auto;
    font-size: 12px;
    flex-shrink: 0
}

.comment-content[data-v-87705396] {
    color: var(--textMid, rgb(71, 21, 21));
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px
}

.comment-btn[data-v-87705396] {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.comment-btn__icon[data-v-87705396] {
    margin-right: 4px
}

.comment-btn__num[data-v-87705396] {
    font-size: 12px
}

.comment__open[data-v-87705396] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    line-height: 22px
}

.comment__open-icon[data-v-87705396] {
    margin-left: 4px
}

.related[data-v-46a645ec],.game[data-v-d2177eb6] {
    margin-bottom: 14px
}

.game__title[data-v-d2177eb6] {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.game-wrapper[data-v-d2177eb6] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100vw;
    margin-left: -12px
}

:root[theme=long] .game-wrapper[data-v-d2177eb6] {
    margin-left: -16px
}

.game-wrapper[data-v-d2177eb6]::-webkit-scrollbar {
    display: none
}

.game-item[data-v-d2177eb6] {
    width: 33%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0
}

.game-item__icon[data-v-d2177eb6] {
    width: 64px;
    height: 64px;
    border-radius: 10px
}

.game-item__name[data-v-d2177eb6] {
    font-size: 14px;
    margin: 8px 0;
    color: #000;
    line-height: 21px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.game-item__btn[data-v-d2177eb6] {
    width: 64px;
    height: 32px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    opacity: .5
}

.player-end-tip[data-v-234558db] {
    position: absolute;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    border-radius: var(--PlayerBorder) var(--PlayerBorder) 0 0;
    overflow: hidden
}

.player-end-tip__tip[data-v-234558db] {
    font-size: 15px;
    color: #fff;
    margin-bottom: 16px;
    text-align: center
}

.player-end-tip__open-app[data-v-234558db] {
    box-sizing: border-box;
    display: block;
    max-width: calc(100vw - 32px);
    line-height: 32px;
    margin: 0 auto;
    padding: 0 20px;
    border: none;
    border-radius: 999px;
    outline: 0;
    background: var(--CMain);
    color: #fff;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.player-end-tip__retry[data-v-234558db] {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: .8;
    line-height: 21px;
    font-size: 14px
}

.player-end-tip__retry-icon[data-v-234558db] {
    margin-right: 4px
}

.open-app-tips[data-v-576ca834] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border-radius: var(--PlayerBorder);
    overflow: hidden
}

.open-app-tips .open-bg[data-v-576ca834] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000
}

.open-app-tips .open-main[data-v-576ca834] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center
}

.open-app-tips .open-content[data-v-576ca834] {
    color: #fff
}

.open-app-tips .open-tips[data-v-576ca834] {
    display: block;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto 20px
}

.open-app-tips .open-btn[data-v-576ca834] {
    display: block;
    color: #fff;
    margin: 10px auto;
    box-sizing: border-box;
    min-width: 149px;
    min-height: 37px;
    max-height: 45px;
    padding: 10px 20px;
    overflow: visible;
    border: none;
    border-radius: 50px;
    outline: 0;
    background: linear-gradient(90deg,#ffdf89,#f2ca5b);
    color: #663d00;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

[data-v-1a4410b5] #player {
    height: 100%;
    position: relative
}

:root[theme=long] .player[data-v-1a4410b5] #player {
    border-radius: 8px 8px 0 0
}

:root[theme=long] .player[data-v-1a4410b5] video {
    border-radius: 8px 8px 0 0
}

:root[theme=long] .player[data-v-1a4410b5] .txp_poster_img {
    border-radius: 8px 8px 0 0
}

:root[theme=long] .player[data-v-1a4410b5] [class^=index-module_ui_tips] {
    border-radius: 8px 8px 0 0
}

:root[theme=long] .player[data-v-1a4410b5] [class^=index-module_overlay] {
    border-radius: 8px 8px 0 0
}

:root[theme=long] .player[data-v-1a4410b5] .txp_creative_link {
    border-radius: 8px 8px 0 0
}

:root[theme=long] .player[data-v-1a4410b5] .txp_ad.txp_is_mobile {
    border-radius: 8px 8px 0 0
}

:root[theme=long] .player[data-v-1a4410b5] .txp_video_error {
    border-radius: 8px
}

:root[theme=long] .player[data-v-1a4410b5] [data-role=creative-player-video-layer] {
    border-radius: 8px 8px 0 0
}

.player[data-v-1a4410b5] {
    background-color: #000;
    height: 56.25vw;
    margin-bottom: 12px;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 990
}

:root[theme=long] .player[data-v-1a4410b5] {
    position: relative;
    width: calc(100vw - 32px);
    margin: auto auto 12px;
    height: calc((100vw - 32px)*.5625);
    top: 0;
    border-radius: 8px 8px 0 0
}

.player .vft-payview[data-v-1a4410b5] {
    display: contents
}

:root[theme=long] .player.player--vertical[data-v-1a4410b5] {
    height: 375px
}

.plugin_ctrl_mod_overlay_wrapper .definition .select_list {
    flex-direction: row-reverse;
    margin: 16px 0
}

.plugin_ctrl_mod_overlay_wrapper .definition .select_list .txp_menuitem {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.plugin_ctrl_mod_overlay_wrapper .definition .select_list .txp_menuitem:after {
    content: "APP\770b";
    position: absolute;
    width: 38px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: rgba(255,255,255,.12);
    border-radius: 3px;
    bottom: -20px
}

.plugin_ctrl_mod_overlay_wrapper .definition .select_list .txp_menuitem[data-value=sd]:after,.plugin_ctrl_mod_overlay_wrapper .definition .select_list .txp_menuitem[data-value=hd]:after {
    content: none
}

.plugin_ctrl_mod_overlay_wrapper .definition .select_list .txp_menuitem&gt;div {
    font-size: 12px;
    line-height: 17px;
    font-size: 400;
    display: flex;
    flex-direction: column-reverse
}

.plugin_ctrl_mod_overlay_wrapper .definition .select_list .txp_menuitem div:last-child {
    margin-top: 0;
    line-height: 20px
}

.lcp {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 1px);
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    z-index: 3
}

.lcp-img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translate(-50%)
}

.video-desc__popup[data-v-6eaadac7] {
    background: #FFFFFF;
    box-shadow: inset 0 2px #fff;
    height: calc(100vh - ((100vw - 32px)*.5625) - 48px);
    border-radius: 16px 16px 0 0;
    padding: 16px 16px 64px
}

.video-desc__popup-title[data-v-6eaadac7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000028;
    margin-bottom: 12px
}

.video-desc__popup-tags[data-v-6eaadac7] {
    font-weight: 600;
    font-size: 14px;
    color: #000028;
    margin-bottom: 6px
}

.video-desc__popup-intro[data-v-6eaadac7] {
    overflow-y: scroll;
    height: calc(100% - 34px)
}

.inform-entry[data-v-993a2f82] {
    height: 130px;
    border-radius: 12px 12px 0 0;
    background-color: #f7f9fb;
    display: flex;
    align-items: center;
    padding-left: 20px
}

.inform-entry__btn[data-v-993a2f82] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #848494;
    font-size: 16px
}

.inform-entry__btn-icon[data-v-993a2f82] {
    background-color: #e8e8e8;
    border-radius: 50%;
    margin-bottom: 6px
}

.inform-cancel[data-v-993a2f82] {
    line-height: 70px;
    background-color: #fff;
    text-align: center;
    color: #000028;
    font-size: 16px
}

.order[data-v-da87fd06] {
    flex-shrink: 0;
    margin-right: 16px;
    line-height: 32px;
    border-radius: 16px;
    background-color: #00cccb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    width: 120px
}

.order--ed[data-v-da87fd06] {
    color: #fff;
    background-color: rgba(0,204,203,.7)
}

.order-icon[data-v-da87fd06] {
    margin-right: 4px
}

.video-desc__chase[data-v-2a7d5bfb],.video-desc__download[data-v-2a7d5bfb] {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    border-radius: 16px
}

.video-desc__chase span[data-v-2a7d5bfb],.video-desc__download span[data-v-2a7d5bfb] {
    margin-left: 4px
}

.video-desc__chase[data-v-2a7d5bfb],.video-desc__download[data-v-2a7d5bfb] {
    background-color: rgba(0,0,0,.04);
    margin-right: 8px
}

.bottom-wrapper .mod_privilege {
    margin-top: 0;
    margin-bottom: 14px
}

.bottom-wrapper .mod_privilege .wrap_title {
    padding-left: 0
}

.bottom-wrapper .mod_privilege .wrap_title .left {
    font-size: 15px
}

.bottom-wrapper .mod_privilege .left_show .bottom .txt {
    font-size: 12px
}

.bottom-wrapper .mod_privilege .list {
    margin-bottom: 0;
    padding-left: 0
}

.bottom-wrapper .mod_privilege .list .item .top .desc,.bottom-wrapper .mod_privilege .list .item .bottom .desc {
    font-size: 12px
}

.mod_promotions .btn_promotion {
    display: inline-block;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: #E1BF70;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
    background-size: contain;
    background-repeat: no-repeat
}

.vft-pay-banner {
    display: contents
}

.old-open-banner[data-v-a9560434] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b1b1b;
    position: relative
}

.old-open-banner__container[data-v-a9560434] {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #ebebeb
}

.vertical-line[data-v-a9560434] {
    width: .5px;
    height: 24px;
    background-color: rgba(235,235,235,.2)
}

.uvideo-cover[data-v-eda78676] {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden
}

.uvideo-cover--H[data-v-eda78676] {
    padding-top: 56.25%
}

.uvideo-cover--V[data-v-eda78676] {
    padding-top: 138.88%
}

.uvideo-cover__img[data-v-eda78676] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.uvideo-cover__tag[data-v-eda78676] {
    position: absolute;
    top: 6px;
    left: 0;
    display: flex;
    align-items: center
}

.uvideo-cover__tag span[data-v-eda78676] {
    padding-left: 2px;
    color: #fff;
    font-size: 10px;
    line-height: 9px;
    text-shadow: 0 1px 2px #555
}

.uvideo-cover__tips[data-v-eda78676] {
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 2px 3px;
    background-color: rgba(162,162,182,.5);
    color: #fff;
    font-size: 10px;
    line-height: 10px
}

.uvideo__title[data-v-eda78676] {
    margin-top: 6px;
    color: #000028;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.uvideo__title--single[data-v-eda78676] {
    width: 90%;
    margin-top: 0;
    padding: 13px 0
}

.uvideo__subtitle[data-v-eda78676] {
    margin-top: 4px;
    color: #a2a2b6;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.title[data-v-5cc784ec] {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700
}

.accross-scroll[data-v-f7e98556] {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 16px;
    padding-bottom: 22px
}

.accross-scroll__item[data-v-f7e98556] {
    width: calc(33.3333333333% - 8px);
    margin-right: 12px;
    flex-shrink: 0
}

.accross-scroll__item--H[data-v-f7e98556] {
    width: calc(50% - 4px);
    margin-right: 8px
}

[data-v-1e0a73f2] #player {
    height: 100%;
    position: relative
}

.player-placeholder[data-v-1e0a73f2] {
    width: 100%;
    height: 56vw;
    flex: 0 0 56vw;
    background-color: gray
}

.player[data-v-1e0a73f2] {
    position: relative;
    background-color: #000;
    height: 56.25vw;
    width: 100vw;
    z-index: 990;
    margin-top: 26px
}

.sharecut-intro__popup[data-v-705a1f28] {
    background: #ffffff;
    box-shadow: inset 0 2px #fff;
    padding: 16px 16px 64px;
    color: var(--C1);
    font-size: 14px;
    overflow-y: scroll
}

.sharecut-intro__popup h3[data-v-705a1f28] {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px
}

.sharecut-intro__popup-title[data-v-705a1f28] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px
}

.sharecut-intro__popup-episodeall[data-v-705a1f28] {
    color: var(--C2);
    margin-bottom: 10px
}

.sharecut-intro__popup-tags[data-v-705a1f28] {
    display: flex;
    align-items: center;
    color: var(--C2);
    margin-bottom: 10px
}

.sharecut-intro__popup-tags span[data-v-705a1f28] {
    margin-right: 12px
}

.sharecut-intro__popup-stars[data-v-705a1f28] {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--C7)
}

.sharecut-intro__popup-star[data-v-705a1f28] {
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sharecut-intro__popup-intro[data-v-705a1f28] {
    margin-top: 12px
}

.sharecut-intro__popup-intro h3[data-v-705a1f28] {
    margin-bottom: 4px
}

.sharecut-intro__popup-intro p[data-v-705a1f28] {
    line-height: 2
}

.intro-popup-transition[data-v-705a1f28] {
    animation-duration: .3s;
    animation-name: fadeToTop-705a1f28
}

@keyframes fadeToTop-705a1f28 {
    0% {
        opacity: 0;
        transform: translate3d(0,100vh,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.sharevid__title[data-v-47b104b8] {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: var(--C5)
}

.related-positive__card[data-v-47b104b8] {
    margin-top: 20px;
    padding: 12px;
    border-radius: 10px;
    background-color: rgba(241,241,241,.08);
    color: var(--C5);
    display: flex;
    justify-content: flex-start
}

.related-positive__card--poster[data-v-47b104b8] {
    height: 75px;
    border-radius: 4px
}

.related-positive__card--right[data-v-47b104b8] {
    margin-left: 12px
}

.related-positive__card--right h3[data-v-47b104b8] {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.related-positive__card--right .second-line[data-v-47b104b8] {
    margin-top: 2px;
    display: flex;
    align-items: center;
    color: var(--NC2)
}

.related-positive__card--right .second-line p[data-v-47b104b8] {
    margin-right: 8px;
    font-size: 12px;
    color: var(--C5)
}

.related-positive__card--right .second-line span[data-v-47b104b8] {
    font-size: 12px
}

.related-positive__card--right .intro-btn[data-v-47b104b8] {
    display: flex;
    align-items: center
}

.interact-area[data-v-47b104b8] {
    margin-top: 7px;
    display: flex;
    align-items: center
}

.interact-area__btn[data-v-47b104b8] {
    width: 63px;
    height: 28px;
    font-size: 12px;
    margin-right: 12px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.interact-area .binge-btn[data-v-47b104b8] {
    background-color: rgba(255,255,255,.1)
}

.interact-area .binge-btn .base-icon[data-v-47b104b8] {
    margin-right: 6px
}

.interact-area .full-btn[data-v-47b104b8] {
    background-color: var(--NCB)
}

.share-recommend[data-v-366fbb7e] {
    padding: 20px 0 100px;
    color: var(--C5)
}

.share-recommend h3[data-v-366fbb7e] {
    font-size: 16px;
    font-weight: 500
}

.share-recommend__list[data-v-366fbb7e] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.share-recommend__item[data-v-366fbb7e] {
    width: calc(50% - 4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
    cursor: pointer
}

.share-recommend__item--poster[data-v-366fbb7e] {
    position: relative;
    border-radius: 8px;
    padding-top: 56.25%;
    width: 100%
}

.share-recommend__item--poster img[data-v-366fbb7e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px
}

.share-recommend__item--poster span[data-v-366fbb7e] {
    position: absolute;
    bottom: 4px;
    right: 6px;
    font-size: 10px;
    line-height: 14px
}

.share-recommend__item--title[data-v-366fbb7e] {
    margin-top: 6px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.sharecut-container {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #000
}

.sharecut-container .sharecut-player {
    width: 100%;
    flex: 1 1
}

.sharecut-container .sharecut-bottom {
    background-color: #000;
    position: relative;
    flex: 1 1 auto;
    padding: 20px 16px 0
}

.sharecut-container .open-app__title {
    font-weight: 700
}

.locked {
    overflow: hidden
}
</pre></body></html>