@charset "UTF-8";

.xgplayer .xg-panel-info {
    position: absolute;
    width: 480px;
    background: rgb(0 0 0 / .8);
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    padding: 40px 0 20px;
    z-index: 8;
    top: 10px;
    left: 10px;
    display: none;
    border-radius: 4px
}

.xgplayer .xg-panel-detail {
    list-style: none;
    line-height: 20px;
    padding: 0;
    font: 12px/1.5 PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif
}

.xgplayer .xg-menu {
    display: none;
    background: rgb(30 30 32 / .8);
    position: absolute;
    width: 180px;
    padding: 10px 0;
    color: rgb(255 255 255 / .8);
    overflow: hidden;
    cursor: pointer;
    font: 14px/1.5 PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    z-index: 8;
    border-radius: 4px
}

.xgplayer .v-menu-item:hover,
.xgplayer .v-menu-item:hover .menu-item-icon {
    color: #fff
}

.xgplayer .v-menu-item {
    padding-left: 20px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center
}

.xgplayer .menu-item-icon svg {
    display: block;
    width: 20px;
    height: 20px
}

.xgplayer .menu-item-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    flex: 1
}

.xgplayer .xg-item-label {
    display: inline-block;
    text-align: right;
    width: 110px;
    margin-right: 8px;
    color: rgb(255 255 255 / .8)
}

.xgplayer .menu-item-icon {
    color: rgb(255 255 255 / .6)
}

.xgplayer .xg-interact-icon {
    position: absolute;
    top: 15px;
    cursor: pointer;
    color: rgb(255 255 255 / .6);
    width: 40px;
    text-align: center;
    line-height: 1
}

.xgplayer .xg-interact-icon .svg-hover {
    font-size: 12px;
    padding: 2px;
    display: none
}

.xgplayer .xg-interact-icon svg:hover+.svg-hover {
    display: block
}

.xgplayer .xg-interact-icon:hover {
    color: #fff
}

.xgplayer .xg-info-close {
    right: 15px
}

.xgplayer .xg-info-copy {
    right: 45px
}

xg-text-track.xg-text-track {
    font-family: PingFang SC, SF Pro SC, SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    right: 0;
    pointer-events: none;
    display: flex;
    justify-content: center
}

xg-text-track.xg-text-track.text-track-no-fitvideo {
    margin-bottom: 2%
}

xg-text-track.xg-text-track.text-track-hide {
    opacity: 0;
    visibility: hidden
}

xg-text-track.xg-text-track.text-track-show {
    opacity: 1;
    visibility: visible
}

xg-text-track.xg-text-track xg-text-track-inner {
    display: block;
    max-width: 92%;
    text-align: center
}

xg-text-track.xg-text-track xg-text-track-span {
    display: -webkit-box;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 1px 4px;
    -webkit-line-clamp: 1;
    line-height: 120%;
    word-break: break-word
}

xg-text-track.xg-text-track xg-text-track-span.text-track-deputy {
    font-size: 75%
}

xg-text-track.xg-text-track xg-text-track-span.text-track-single {
    -webkit-line-clamp: 1
}

xg-text-track.xg-text-track xg-text-track-span.text-track-double {
    -webkit-line-clamp: 2
}

xg-text-track.xg-text-track xg-text-track-span.text-track-three {
    -webkit-line-clamp: 3
}

xg-text-track.xg-text-track xg-text-track-span.text-track-space {
    opacity: 0;
    height: 0;
    line-height: 0
}

xg-text-track.xg-text-track.text-track-bg xg-text-track-inner {
    background-color: rgb(0 0 0 / .54);
    border-radius: 2px
}

xg-text-track.xg-text-track.text-track-stroke xg-text-track-inner {
    background-color: none;
    border-radius: 0;
    text-shadow: -1px 1px 0 rgb(0 0 0 / .7), 1px 1px 0 rgb(0 0 0 / .7), 1px -1px 0 rgb(0 0 0 / .7), -1px -1px 0 rgb(0 0 0 / .7)
}

.xgplayer .xgplayer-poster {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: opacity .3s ease, visibility .3s ease;
    pointer-events: none
}

.xgplayer .xgplayer-poster.hide {
    opacity: 0;
    visibility: hidden
}

.xgplayer .xgplayer-poster.active {
    background-color: #000
}

.xgplayer.xgplayer-playing .xgplayer-poster {
    opacity: 0;
    visibility: hidden
}

.xgplayer.xgplayer-playing .xg-not-hidden,
.xgplayer.xgplayer-is-enter .xgplayer-poster.xg-showplay,
.xgplayer.xgplayer-playing .xgplayer-poster.xg-showplay,
.xgplayer.xgplayer-nostart .xgplayer-poster,
.xgplayer.xgplayer-ended .xgplayer-poster,
.xgplayer.not-allow-autoplay .xgplayer-poster {
    opacity: 1;
    visibility: visible
}

.xgplayer.xgplayer-nostart .xgplayer-poster.hide,
.xgplayer.xgplayer-ended .xgplayer-poster.hide,
.xgplayer.not-allow-autoplay .xgplayer-poster.hide {
    opacity: 0;
    visibility: hidden
}

.xgplayer-music,
.xgplayer-controls {
    border-radius: 4px
}

.xgplayer.xgplayer-music {
    overflow: visible
}

.xgplayer.xgplayer-music .xg-video-container {
    width: 0;
    height: 0
}

.xgplayer.xgplayer-music .xgplayer-controls {
    height: 100%;
    background: none
}

.xgplayer.xgplayer-music .xgplayer-controls .xgplayer-time.xg-time-left {
    margin-left: 16px
}

.xgplayer.xgplayer-music .xgplayer-controls .xgplayer-time.xg-time-right {
    margin-right: 16px
}

.xgplayer.xgplayer-music .xgplayer-controls .xgplayer-mobile .xgplayer-time.xg-time-left {
    margin-left: 8px
}

.xgplayer.xgplayer-music .xgplayer-controls .xgplayer-mobile .xgplayer-time.xg-time-right {
    margin-right: 8px
}

.xgplayer.xgplayer-music xg-icon .xg-tips {
    display: none
}

.xgplayer.xgplayer-music .xgplayer-progress {
    top: 0;
    transform: none;
    min-width: 80px
}

.xgplayer.xgplayer-music .xgplayer-progress .xgplayer-progress-point {
    opacity: 0
}

.xgplayer.xgplayer-music xg-bar {
    display: none
}

.xgplayer-music.xgplayer {
    background: #1d2129
}

.xgplayer-music.xgplayer .flex-controls .xg-inner-controls {
    bottom: 14px
}

.xgplayer-music.xgplayer .xg-pos {
    left: 22px;
    right: 22px
}

.xgplayer-music.xgplayer xg-icon .xg-tips {
    top: -20px
}

.xgplayer-music.xgplayer .xgplayer-cover,
.xgplayer-music.xgplayer .xgplayer-time {
    cursor: unset
}

.xgplayer-music.xgplayer .xgplayer-name {
    top: -26px;
    position: absolute;
    color: #ddd;
    display: block;
    text-align: left;
    white-space: nowrap;
    cursor: unset
}

.xgplayer-music.xgplayer .xgplayer-backward .xgplayer-timescale,
.xgplayer-music.xgplayer .xgplayer-forward .xgplayer-timescale {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: #fff;
    font-size: 12px
}

.xgplayer-music.xgplayer .xgplayer-play .xgplayer-icon svg {
    font-size: 20px
}

.xgplayer-music.xgplayer .xgplayer-music-mode .xg-icon-order {
    display: block
}

.xgplayer-music.xgplayer .xgplayer-music-mode .xg-icon-loop,
.xgplayer-music.xgplayer .xgplayer-music-mode .xg-icon-sloop,
.xgplayer-music.xgplayer .xgplayer-music-mode .xg-icon-random,
.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=loop] .xg-icon-order {
    display: none
}

.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=loop] .xg-icon-loop {
    display: block
}

.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=loop] .xg-icon-sloop,
.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=loop] .xg-icon-random,
.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=sloop] .xg-icon-order,
.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=sloop] .xg-icon-loop {
    display: none
}

.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=sloop] .xg-icon-sloop {
    display: block
}

.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=sloop] .xg-icon-random,
.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=random] .xg-icon-order,
.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=random] .xg-icon-loop,
.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=random] .xg-icon-sloop {
    display: none
}

.xgplayer-music.xgplayer .xgplayer-music-mode[data-state=random] .xg-icon-random {
    display: block
}

.xgplayer.not-allow-autoplay .xgplayer-controls,
.xgplayer.xgplayer-nostart .xgplayer-controls,
.xgplayer.xgplayer-inactive .controls-autohide {
    pointer-events: none;
    visibility: hidden;
    cursor: default;
    opacity: 0
}

.xgplayer.not-allow-autoplay .xgplayer-controls-initshow,
.xgplayer.xgplayer-nostart .xgplayer-controls-initshow {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.xgplayer .xgplayer-controls {
    display: block;
    position: absolute;
    visibility: visible;
    height: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 10;
    background-image: linear-gradient(180deg, transparent, rgb(0 0 0 / .37), rgb(0 0 0 / .75), rgb(0 0 0 / .75));
    transition: opacity .5s ease, visibility .5s ease
}

.xgplayer .xgplayer-controls.show {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.xgplayer .xg-inner-controls {
    position: absolute;
    height: 40px;
    bottom: 0;
    justify-content: space-between;
    display: flex
}

.xgplayer .xg-left-grid,
.xgplayer .xg-right-grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 1;
    height: 100%;
    z-index: 1
}

.xgplayer .xg-right-grid {
    flex-direction: row-reverse
}

.xgplayer .xg-right-grid>:first-child {
    margin-right: 0
}

.xgplayer .xg-right-grid xg-icon {
    margin-left: 0
}

.xgplayer .xg-left-grid>:first-child {
    margin-left: 0
}

.xgplayer .xg-left-grid xg-icon {
    margin-right: 0
}

.xgplayer .xg-center-grid {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    outline: none;
    top: -20px;
    padding: 5px 0;
    text-align: center
}

.xgplayer .flex-controls .xg-inner-controls {
    justify-content: space-around;
    display: flex;
    bottom: 8px
}

.xgplayer .flex-controls .xg-center-grid {
    display: flex;
    flex: 1;
    position: relative;
    top: 0;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    left: 0;
    right: 0;
    padding: 0 16px
}

.xgplayer.xgplayer-mobile .xg-center-grid {
    z-index: 2
}

.xgplayer.xgplayer-mobile .flex-controls .xg-center-grid {
    padding: 0 8px
}

.xgplayer .bottom-controls .xg-center-grid {
    top: 20px;
    padding: 0
}

.xgplayer .bottom-controls .xg-left-grid,
.xgplayer .bottom-controls .xg-right-grid {
    bottom: 10px
}

.xgplayer .mini-controls {
    background-image: none
}

.xgplayer .mini-controls .xg-inner-controls {
    bottom: 0;
    left: 0;
    right: 0
}

.xgplayer .mini-controls .xg-center-grid {
    bottom: -28px;
    top: auto;
    padding: 0
}

.xgplayer .mini-controls .xg-left-grid,
.xgplayer .mini-controls .xg-right-grid {
    display: none
}

.xgplayer .controls-follow {
    bottom: 70px;
    transition: bottom .3s ease
}

.xgplayer.flex-controls .controls-follow {
    bottom: 45px
}

.xgplayer.xgplayer-inactive .controls-follow,
.xgplayer.no-controls .controls-follow,
.xgplayer.mini-controls .controls-follow {
    bottom: 10px
}

.xgplayer-fullscreen-parent {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.xgplayer-fullscreen-parent .xgplayer.xgplayer-is-cssfullscreen,
.xgplayer-fullscreen-parent .xgplayer.xgplayer-is-fullscreen {
    z-index: 10;
    position: absolute
}

.xgplayer-rotate-parent {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    right: 0;
    width: 100vh;
    height: 100vw;
    z-index: 9999;
    transform-origin: top left;
    transform: rotate(90deg)
}

.xgplayer-rotate-parent .xgplayer.xgplayer-rotate-fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    transform: rotate(0)
}

.xgplayer-rotate-parent .xgplayer-mobile video {
    z-index: -1
}

.xgplayer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: PingFang SC, Helvetica Neue, Helvetica, STHeiTi, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.xgplayer * {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    white-space: normal;
    word-wrap: normal;
    overflow-wrap: normal
}

.xgplayer ul,
.xgplayer li {
    list-style: none
}

.xgplayer .xgplayer-none {
    display: none
}

.xgplayer.xgplayer-is-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 9999
}

.xgplayer.xgplayer-is-cssfullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.xgplayer.xgplayer-rotate-fullscreen {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    right: 0;
    width: 100vh;
    height: 100vw;
    transform-origin: top left;
    transform: rotate(90deg);
    z-index: 9999
}

.xgplayer.xgplayer-rotate-fullscreen.xgplayer-mobile video {
    z-index: -1
}

.xgplayer xg-video-container.xg-video-container {
    position: absolute;
    top: 0;
    bottom: 48px;
    display: block;
    width: 100%
}

.xgplayer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none
}

.xgplayer[data-xgfill=contain] video {
    object-fit: contain
}

.xgplayer[data-xgfill=cover] video {
    object-fit: cover
}

.xgplayer[data-xgfill=fill] video {
    object-fit: fill
}

.xgplayer .xg-pos {
    left: 10px;
    right: 10px
}

.xgplayer .xg-margin {
    margin-left: 16px;
    margin-right: 16px
}

.xgplayer .xg-bottom {
    bottom: 0
}

.xgplayer .btn-text {
    position: relative;
    top: 50%;
    height: 24px;
    font-size: 13px;
    text-align: center
}

.xgplayer .btn-text span {
    display: inline-block;
    min-width: 52px;
    height: 24px;
    line-height: 24px;
    background: rgb(0 0 0 / .38);
    border-radius: 12px
}

.xgplayer xg-icon {
    position: relative;
    box-sizing: border-box;
    height: 40px;
    margin-left: 16px;
    margin-right: 16px;
    cursor: pointer;
    color: rgb(255 255 255 / .8);
    fill: #fff
}

.xgplayer xg-icon.xg-icon-disable {
    cursor: not-allowed
}

.xgplayer xg-icon .xg-tips {
    top: -30px;
    left: 50%;
    transform: translate(-50%)
}

.xgplayer xg-icon:active .xg-tips,
.xgplayer xg-icon:hover .xg-tips {
    display: block
}

.xgplayer xg-icon:active .xg-tips.hide,
.xgplayer xg-icon:hover .xg-tips.hide {
    display: none
}

.xgplayer xg-icon .xgplayer-icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.xgplayer xg-icon .xg-icon-disable {
    cursor: not-allowed
}

.xgplayer xg-icon .xg-img {
    width: 100%
}

.xgplayer xg-icon svg,
.xgplayer xg-icon img {
    height: 100%;
    display: block
}

.xgplayer xg-bar {
    display: block
}

.xgplayer.xgplayer-inactive xg-bar,
.xgplayer.xgplayer-mini xg-bar {
    display: none
}

.xgplayer.xgplayer-inactive .xg-top-bar {
    display: flex
}

.xgplayer.xgplayer-inactive .xg-top-bar.top-bar-autohide {
    display: none
}

.xgplayer .xg-top-bar {
    position: absolute;
    z-index: 10;
    top: 0;
    padding: 0 16px;
    display: flex;
    height: 50px
}

.xgplayer .xg-top-bar xg-icon {
    position: relative;
    top: 10px;
    left: 0;
    width: 34px;
    margin-top: 0
}

.xgplayer .xg-top-bar xg-icon:first-child {
    margin-left: 0
}

.xgplayer .xg-left-bar,
.xgplayer .xg-right-bar {
    position: absolute;
    z-index: 9;
    top: 50px;
    bottom: 50px;
    width: 50px
}

.xgplayer .xg-left-bar {
    left: 0
}

.xgplayer .xg-right-bar {
    right: 0
}

.xgplayer .xg-tips {
    display: none;
    position: absolute;
    padding: 4px 6px;
    background: rgb(0 0 0 / .54);
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    opacity: .85
}

.xgplayer .xg-margin {
    left: 0;
    right: 0
}

.xgplayer-mobile {
    -webkit-tap-highlight-color: #fff0
}

.xgplayer-mobile * {
    text-decoration: none;
    -webkit-tap-highlight-color: #fff0
}

.xgplayer-mobile.xgplayer-rotate-fullscreen .xg-top-bar,
.xgplayer-mobile.xgplayer-rotate-fullscreen .xg-pos {
    left: 6%;
    right: 6%
}

.xgplayer-mobile xg-icon:hover .xg-tips {
    display: none
}

.xg-list-slide-scroll::-webkit-scrollbar-track {
    background-color: #fff0;
    display: none
}

.xg-list-slide-scroll:hover::-webkit-scrollbar-track {
    display: block
}

.xg-list-slide-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    background: #fff0;
    height: 4px;
    width: 4px
}

.xg-list-slide-scroll::-webkit-scrollbar-corner {
    background: #fff0;
    display: none
}

.xg-list-slide-scroll::-webkit-scrollbar-thumb {
    background: hsl(0 0% 100% / .5);
    border-radius: 3px;
    display: none;
    width: 4px
}

.xg-list-slide-scroll:hover::-webkit-scrollbar-thumb {
    display: block
}

@media only screen and (max-width:480px) {
    .xgplayer-mobile xg-icon {
        margin-right: 10px;
        margin-left: 10px
    }

    .xgplayer-mobile .xg-top-bar {
        left: 10px;
        right: 10px
    }
}

@media screen and (orientation:portrait) {

    .xgplayer-mobile.xgplayer-is-fullscreen .xgplayer-controls,
    .xgplayer-mobile.xgplayer-is-cssfullscreen .xgplayer-controls {
        bottom: 34px;
        bottom: constant(safe-area-inset-bottom);
        bottom: env(safe-area-inset-bottom)
    }

    .xgplayer-mobile.xgplayer-is-fullscreen .xg-top-bar,
    .xgplayer-mobile.xgplayer-is-cssfullscreen .xg-top-bar {
        top: 34px;
        top: constant(safe-area-inset-top);
        top: env(safe-area-inset-top)
    }
}

@media only screen and (orientation:landscape) {

    .xgplayer-mobile.xgplayer-is-fullscreen .xg-top-bar,
    .xgplayer-mobile.xgplayer-is-fullscreen .xg-pos {
        left: 6%;
        right: 6%
    }

    .xgplayer-mobile.xgplayer-rotate-fullscreen {
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: rotate(0)
    }
}

.xgplayer .xgplayer-screen-container {
    display: block;
    width: 100%
}

.xgplayer .xg-options-icon {
    display: none;
    cursor: pointer
}

.xgplayer .xg-options-icon.show {
    display: block
}

@-webkit-keyframes xg_right_options_active {
    0% {
        transform: translate(50%)
    }

    to {
        transform: translate(-50%)
    }
}

@keyframes xg_right_options_active {
    0% {
        transform: translate(50%)
    }

    to {
        transform: translate(-50%)
    }
}

@-webkit-keyframes xg_right_options_hide {
    0% {
        transform: translate(-50%)
    }

    to {
        transform: translate(50%)
    }
}

@keyframes xg_right_options_hide {
    0% {
        transform: translate(-50%)
    }

    to {
        transform: translate(50%)
    }
}

@-webkit-keyframes xg_left_options_active {
    0% {
        transform: translate(-50%)
    }

    to {
        transform: translate(50%)
    }
}

@keyframes xg_left_options_active {
    0% {
        transform: translate(-50%)
    }

    to {
        transform: translate(50%)
    }
}

@-webkit-keyframes xg_left_options_hide {
    0% {
        transform: translate(50%)
    }

    to {
        transform: translate(-50%)
    }
}

@keyframes xg_left_options_hide {
    0% {
        transform: translate(50%)
    }

    to {
        transform: translate(-50%)
    }
}

.xgplayer .xg-options-list {
    display: none;
    position: absolute;
    z-index: 5;
    width: 78px;
    right: 50%;
    bottom: 100%;
    background: rgb(0 0 0 / .54);
    border-radius: 1px;
    transform: translate(50%);
    cursor: pointer;
    overflow: auto;
    height: 0;
    opacity: .85;
    font-size: 14px;
    color: rgb(255 255 255 / .8)
}

.xgplayer .xg-options-list li {
    height: 20px;
    line-height: 20px;
    position: relative;
    padding: 4px 0;
    text-align: center;
    color: rgb(255 255 255 / .8)
}

.xgplayer .xg-options-list li:hover,
.xgplayer .xg-options-list li.selected {
    color: red;
    opacity: 1
}

.xgplayer .xg-options-list li:nth-child(1) {
    position: relative;
    margin-top: 12px
}

.xgplayer .xg-options-list li:last-child {
    position: relative;
    margin-bottom: 12px
}

.xgplayer .xg-options-list:hover {
    opacity: 1
}

.xgplayer .xg-options-list.active {
    display: block;
    height: auto
}

.xgplayer .xg-options-list.xg-side-list {
    width: 20%;
    height: 100%;
    bottom: 0;
    background: rgb(0 0 0 / .9);
    display: flex;
    flex-direction: column;
    box-sizing: border-box
}

.xgplayer .xg-options-list.xg-side-list li {
    flex: 1;
    width: 100%;
    padding: 0;
    position: relative
}

.xgplayer .xg-options-list.xg-side-list li span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none
}

.xgplayer .xg-options-list.xg-side-list li:nth-child(1) {
    margin-top: 20px
}

.xgplayer .xg-options-list.xg-side-list li:last-child {
    margin-bottom: 20px
}

.xgplayer .xg-options-list.xg-right-side {
    right: -10.5%
}

.xgplayer .xg-options-list.xg-right-side.active {
    height: 100%;
    -webkit-animation: xg_right_options_active .2s ease-out forwards;
    animation: xg_right_options_active .2s ease-out forwards
}

.xgplayer .xg-options-list.xg-right-side.hide {
    height: 100%;
    -webkit-animation: xg_right_options_hide .2s ease-in forwards;
    animation: xg_right_options_hide .2s ease-in forwards
}

.xgplayer .xg-options-list.xg-left-side {
    left: -10.5%;
    transform: translate(-50%)
}

.xgplayer .xg-options-list.xg-left-side.active {
    height: 100%;
    -webkit-animation: xg_left_options_active .2s ease-out forwards;
    animation: xg_left_options_active .2s ease-out forwards
}

.xgplayer .xg-options-list.xg-left-side.hide {
    height: 100%;
    -webkit-animation: xg_left_options_hide .2s ease-in forwards;
    animation: xg_left_options_hide .2s ease-in forwards
}

@media only screen and (max-width:480px) {
    .xgplayer-mobile .xg-options-icon.portrait {
        display: none
    }

    .xgplayer-mobile .xg-options-list li:hover {
        color: rgb(255 255 255 / .8)
    }

    .xgplayer-mobile .xg-options-list li.selected {
        color: red
    }
}

.xgplayer xg-thumbnail {
    display: block
}

.xgplayer-replay {
    display: none
}

.xgplayer .xgplayer-replay {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 5;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.xgplayer .xgplayer-replay .xgplayer-replay-txt {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    text-align: center
}

.xgplayer.xgplayer-mobile .xgplayer-replay-svg {
    width: 50px;
    height: 50px
}

.xgplayer.xgplayer-mobile .xgplayer-replay-txt {
    line-height: 24px;
    font-size: 12px
}

.xgplayer .xgplayer-poster {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: opacity .3s ease, visibility .3s ease;
    pointer-events: none
}

.xgplayer .xgplayer-poster.hide,
.xgplayer.xgplayer-playing .xgplayer-poster {
    opacity: 0;
    visibility: hidden
}

.xgplayer.xgplayer-playing .xg-not-hidden,
.xgplayer.xgplayer-is-enter .xgplayer-poster.xg-showplay,
.xgplayer.xgplayer-playing .xgplayer-poster.xg-showplay,
.xgplayer.xgplayer-nostart .xgplayer-poster,
.xgplayer.xgplayer-ended .xgplayer-poster,
.xgplayer.not-allow-autoplay .xgplayer-poster {
    opacity: 1;
    visibility: visible
}

.xgplayer.xgplayer-nostart .xgplayer-poster.hide,
.xgplayer.xgplayer-ended .xgplayer-poster.hide,
.xgplayer.not-allow-autoplay .xgplayer-poster.hide {
    opacity: 0;
    visibility: hidden
}

@-webkit-keyframes playPause {
    0% {
        transform: scale(1);
        opacity: 1
    }

    99% {
        transform: scale(1.3);
        opacity: 0
    }

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

@keyframes playPause {
    0% {
        transform: scale(1);
        opacity: 1
    }

    99% {
        transform: scale(1.3);
        opacity: 0
    }

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

.xgplayer xg-start-inner {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    background: rgb(0 0 0 / .38)
}

.xgplayer .xgplayer-start {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.xgplayer .xgplayer-start svg {
    width: 100%;
    height: 100%
}

.xgplayer .xgplayer-start.hide,
.xgplayer .xgplayer-start.focus-hide {
    display: none;
    pointer-events: none
}

.xgplayer .xgplayer-start:hover {
    opacity: .85
}

.xgplayer .xgplayer-start .xg-icon-play {
    display: block
}

.xgplayer .xgplayer-start .xg-icon-pause,
.xgplayer .xgplayer-start[data-state=pause] .xg-icon-play {
    display: none
}

.xgplayer .xgplayer-start[data-state=pause] .xg-icon-pause,
.xgplayer .xgplayer-start.interact {
    display: block
}

.xgplayer .xgplayer-start.interact xg-start-inner {
    -webkit-animation: playPause .4s .1s ease-out forwards;
    animation: playPause .4s .1s ease-out forwards
}

.xgplayer .xgplayer-start.show {
    display: block
}

.xgplayer.xgplayer-mobile xg-start-inner {
    background: initial;
    border-radius: 0
}

.xgplayer.xgplayer-mobile .xgplayer-start {
    height: 50px;
    width: 50px
}

.xgplayer.xgplayer-mobile .xgplayer-start:hover {
    opacity: 1
}

.xgplayer.xgplayer-inactive .xgplayer-start.auto-hide,
.xgplayer.xgplayer-is-enter .xgplayer-start.auto-hide,
.xgplayer.xgplayer-isloading.xgplayer-playing .xgplayer-start,
.xgplayer.xgplayer-is-enter .xgplayer-start,
.xgplayer.xgplayer-is-error .xgplayer-start,
.xgplayer.xgplayer-is-enter .xgplayer-start.show,
.xgplayer.xgplayer-is-error .xgplayer-start.show {
    display: none
}

.xgplayer-enter {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .8);
    z-index: 5;
    pointer-events: none
}

.xgplayer-enter .show {
    display: block
}

.xgplayer-enter .xgplayer-enter-spinner {
    display: block;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    transform: translate(-50%, -50%)
}

.xgplayer-enter .xgplayer-enter-spinner div {
    width: 6%;
    height: 13%;
    background-color: rgb(255 255 255 / .7);
    position: absolute;
    left: 45%;
    top: 45%;
    opacity: 0;
    border-radius: 30px;
    -webkit-animation: fade 1s linear infinite;
    animation: fade 1s linear infinite
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar1 {
    transform: rotate(0) translateY(-140%);
    -webkit-animation-delay: -0s;
    animation-delay: -0s
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar2 {
    transform: rotate(30deg) translateY(-140%);
    -webkit-animation-delay: -.9163s;
    animation-delay: -.9163s
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar3 {
    transform: rotate(60deg) translateY(-140%);
    -webkit-animation-delay: -.833s;
    animation-delay: -.833s
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar4 {
    transform: rotate(90deg) translateY(-140%);
    -webkit-animation-delay: -.7497s;
    animation-delay: -.7497s
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar5 {
    transform: rotate(120deg) translateY(-140%);
    -webkit-animation-delay: -.6664s;
    animation-delay: -.6664s
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar6 {
    transform: rotate(150deg) translateY(-140%);
    -webkit-animation-delay: -.5831s;
    animation-delay: -.5831s
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar7 {
    transform: rotate(180deg) translateY(-140%);
    -webkit-animation-delay: -.4998s;
    animation-delay: -.4998s
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar8 {
    transform: rotate(210deg) translateY(-140%);
    -webkit-animation-delay: -.4165s;
    animation-delay: -.4165s
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar9 {
    transform: rotate(240deg) translateY(-140%);
    -webkit-animation-delay: -.3332s;
    animation-delay: -.3332s
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar10 {
    transform: rotate(270deg) translateY(-140%);
    -webkit-animation-delay: -.2499s;
    animation-delay: -.2499s
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar11 {
    transform: rotate(300deg) translateY(-140%);
    -webkit-animation-delay: -.1666s;
    animation-delay: -.1666s
}

.xgplayer-enter .xgplayer-enter-spinner div.xgplayer-enter-bar12 {
    transform: rotate(330deg) translateY(-142%);
    -webkit-animation-delay: -.0833s;
    animation-delay: -.0833s
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }

    to {
        opacity: .25
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }

    to {
        opacity: .25
    }
}

.xgplayer.xgplayer-is-enter .xgplayer-enter {
    display: block;
    opacity: 1;
    transition: opacity .3s
}

.xgplayer.xgplayer-nostart .xgplayer-enter {
    display: none
}

.xgplayer.xgplayer-mobile .xgplayer-enter .xgplayer-enter-spinner {
    width: 70px;
    height: 70px
}

.xg-mini-layer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: linear-gradient(180deg, rgb(57 57 57 / .9), #fff0 50.27%)
}

.xg-mini-layer .mask {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / .4)
}

.xg-mini-layer xg-mini-header {
    display: flex;
    top: 0;
    left: 0;
    right: 40px;
    box-sizing: border-box;
    padding: 10px 3px 0 8px;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    position: absolute;
    z-index: 22
}

.xg-mini-layer xg-mini-header .xgplayer-pip-disableBtn {
    pointer-events: all
}

.xg-mini-layer xg-mini-header #disabledMini {
    display: none;
    position: relative
}

.xg-mini-layer xg-mini-header #disabledMini+label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center
}

.xg-mini-layer xg-mini-header #disabledMini+label:before {
    content: "";
    color: #ff142b;
    background-color: #fff0;
    border-radius: 2px;
    border: solid 1px #cdcdcd;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    margin-right: 7px
}

.xg-mini-layer xg-mini-header #disabledMini:checked+label {
    color: #ff142b
}

.xg-mini-layer xg-mini-header #disabledMini:checked+label:before {
    border-color: #ff142b
}

.xg-mini-layer xg-mini-header #disabledMini:checked+label:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 8px;
    border-color: #ff142b;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 6px;
    top: 5px
}

.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn xg-tips {
    position: absolute;
    padding: 4px 6px;
    white-space: nowrap;
    bottom: -30px;
    right: 15px;
    border-radius: 4px;
    background-color: rgb(0 0 0 / .54);
    display: none
}

.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label:before {
    border-color: #ff142b
}

.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover #disabledMini+label {
    color: #ff142b
}

.xg-mini-layer xg-mini-header .xgplayer-mini-disableBtn:hover xg-tips {
    display: block
}

.xg-mini-layer .mini-cancel-btn {
    cursor: pointer;
    display: block;
    color: #fff;
    width: 40px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 38px
}

.xg-mini-layer .play-icon {
    cursor: pointer;
    height: 48px;
    width: 48px;
    position: absolute;
    background: rgb(0 0 0 / .54);
    border-radius: 24px;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px
}

.xg-mini-layer .play-icon svg,
.xg-mini-layer .play-icon img {
    width: 50px;
    height: 50px;
    fill: #faf7f7
}

.xg-mini-layer .xg-icon-play {
    display: none
}

.xg-mini-layer .xg-icon-pause,
.xg-mini-layer[data-state=pause] .xg-icon-play {
    display: block
}

.xg-mini-layer[data-state=pause] .xg-icon-pause {
    display: none
}

.xgplayer-miniicon {
    position: relative;
    outline: none;
    display: block
}

.xgplayer-miniicon .name {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    color: rgb(255 255 255 / .8);
    line-height: 40px
}

.xgplayer-miniicon .name span {
    font-size: 13px;
    width: 60px;
    height: 20px;
    line-height: 20px;
    background: rgb(0 0 0 / .38);
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle
}

.xgplayer-mini {
    position: fixed;
    width: 320px;
    height: 180px;
    z-index: 91;
    box-shadow: 0 4px 7px 2px rgb(0 0 0 / .2)
}

.xgplayer-mini:hover {
    cursor: move
}

.xgplayer-mini:hover .xg-mini-layer {
    display: block
}

.xgplayer-mini.xgplayer-ended .xg-mini-layer {
    display: none
}

.xgplayer-mobile .xg-mini-layer .play-icon {
    background: none;
    border-radius: initial
}

.xgplayer.xgplayer-inactive {
    cursor: none
}

.xgplayer xg-thumbnail {
    display: block
}

.xgplayer xg-trigger {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.xgplayer xg-trigger .time-preview {
    display: none;
    position: absolute;
    width: 200px;
    margin: 0 auto;
    padding: 0 20px 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0 0 1px rgb(0 0 0 / .54);
    font-size: 18px;
    text-align: center;
    pointer-events: none
}

.xgplayer xg-trigger .time-preview span {
    line-height: 24px
}

.xgplayer xg-trigger .time-preview .xg-cur {
    color: red
}

.xgplayer xg-trigger .time-preview .xg-separator {
    font-size: 14px
}

.xgplayer xg-trigger .time-preview .xg-seek-show {
    transform: translate(-10px)
}

.xgplayer xg-trigger .time-preview .xg-seek-show.xg-back .xg-seek-pre {
    transform: rotate(180deg) translate(-5px)
}

.xgplayer xg-trigger .time-preview .xg-seek-show.hide-seek-icon .xg-seek-icon {
    display: none
}

.xgplayer xg-trigger .time-preview .xg-bar {
    width: 96px;
    height: 2px;
    margin: 8px auto 0;
    border-radius: 10px;
    box-sizing: content-box;
    background: rgb(255 255 255 / .3)
}

.xgplayer xg-trigger .time-preview .xg-bar .xg-curbar {
    width: 0;
    height: 100%;
    background-color: red
}

.xgplayer xg-trigger .time-preview .xg-bar.hide {
    display: none
}

.xgplayer xg-trigger .mobile-thumbnail {
    position: relative;
    left: 50%;
    transform: translate(-50%)
}

.xgplayer xg-trigger .xg-top-note {
    position: absolute;
    height: 32px;
    width: 135px;
    top: 26px;
    left: 50%;
    margin-left: -78px;
    background: rgb(0 0 0 / .3);
    border-radius: 100px;
    color: #fff
}

.xgplayer xg-trigger .xg-top-note span {
    display: block;
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    text-align: center
}

.xgplayer xg-trigger .xg-top-note i {
    color: red;
    margin: 0 5px
}

.xgplayer xg-trigger .xg-playbackrate {
    display: none
}

.xgplayer xg-trigger[data-xg-action=seeking] .time-preview {
    display: block
}

.xgplayer xg-trigger[data-xg-action=playbackrate] .xg-playbackrate {
    display: block
}

.xgplayer .gradient {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-image: linear-gradient(rgb(0 0 0 / .6), rgb(0 0 0 / .36) 20%, #fff0 36%, #fff0 70%, rgb(0 0 0 / .24) 77%, rgb(0 0 0 / .36) 83%, rgb(0 0 0 / .6))
}

.xgplayer .gradient.top {
    background-image: linear-gradient(rgb(0 0 0 / .6), rgb(0 0 0 / .36) 20%, #fff0 36%, #fff0 70%)
}

.xgplayer .gradient.bottom {
    background-image: linear-gradient(#fff0 70%, rgb(0 0 0 / .24) 77%, rgb(0 0 0 / .36) 83%, rgb(0 0 0 / .6))
}

.xgplayer .gradient.none,
.xgplayer-mobile .xgplayer-controls {
    background-image: initial
}

.xgplayer-mobile.xgplayer-playing .gradient {
    display: block
}

.xgplayer-mobile.xgplayer-inactive .gradient {
    background-image: initial
}

.xgplayer-mobile .xgmask {
    position: absolute;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    background-color: #fff0
}

@media (prefers-color-scheme:dark) {
    .xgplayer-mobile xg-trigger .time-preview {
        color: #fff
    }

    .xgplayer-mobile xg-trigger .time-preview span.xg-cur {
        color: red
    }

    .xgplayer-mobile xg-trigger .time-preview .xg-bar {
        background-color: rgb(255 255 255 / .3)
    }

    .xgplayer-mobile xg-trigger .time-preview .xg-bar.xg-curbar {
        background-color: red
    }
}

@-webkit-keyframes loadingRotate {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes loadingRotate {
    0% {
        transform: rotate(0)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loadingDashOffset {
    0% {
        stroke-dashoffset: 236
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes loadingDashOffset {
    0% {
        stroke-dashoffset: 236
    }

    to {
        stroke-dashoffset: 0
    }
}

xg-loading-inner {
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: center;
    -webkit-animation: loadingRotate 1s .1s linear infinite;
    animation: loadingRotate 1s .1s linear infinite
}

.xgplayer-loading {
    display: none;
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.xgplayer-loading svg,
.xgplayer-loading img {
    width: 100%;
    height: 100%
}

.xgplayer-mobile .xgplayer-loading {
    width: 50px;
    height: 50px
}

.xgplayer-isloading .xgplayer-loading {
    display: block
}

.xgplayer-nostart .xgplayer-loading,
.xgplayer-pause .xgplayer-loading,
.xgplayer-is-enter .xgplayer-loading,
.xgplayer-is-ended .xgplayer-loading,
.xgplayer-is-error .xgplayer-loading {
    display: none
}

.xgplayer .xgplayer-progress {
    display: flex;
    align-items: center;
    position: relative;
    min-width: 10px;
    height: 20px;
    left: 0;
    right: 0;
    top: 0;
    outline: none;
    flex: 1;
    cursor: pointer
}

.xgplayer .xgplayer-progress-outer {
    position: relative;
    width: 100%;
    height: 2px;
    border-radius: 3px;
    cursor: pointer
}

.xgplayer .progress-list {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: inherit
}

.xgplayer .xgplayer-progress-inner {
    position: relative;
    flex: 1;
    height: 100%;
    background: rgb(255 255 255 / .3);
    transition: height .2s ease-in, opacity .2s ease-out;
    border-radius: inherit;
    margin-right: 2px;
    pointer-events: none
}

.xgplayer .xgplayer-progress-inner:last-child,
.xgplayer .xgplayer-progress-inner:only-child {
    margin-right: 0
}

.xgplayer .inner-focus-point {
    background: #fff;
    position: relative
}

.xgplayer .inner-focus-point:before,
.xgplayer .inner-focus-point:after {
    position: absolute;
    top: 0;
    content: " ";
    display: block;
    width: 2px;
    height: 300%;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 3px;
    background: #fff
}

.xgplayer .inner-focus-point:before {
    left: 0
}

.xgplayer .inner-focus-point:after {
    right: 0
}

.xgplayer .xgplayer-progress-cache,
.xgplayer .xgplayer-progress-played {
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit
}

.xgplayer .xgplayer-progress-played {
    background: linear-gradient(-90deg, #FA1F41 0%, #E31106 100%)
}

.xgplayer .xgplayer-progress-cache {
    background: rgb(255 255 255 / .5)
}

.xgplayer .xgplayer-progress-btn {
    display: block;
    background: rgb(255 94 94 / .304093);
    border: .5px solid rgb(255 94 94 / .056545);
    box-shadow: 0 0 1px rgb(255 0 0 / .384);
    width: 20px;
    height: 20px;
    border-radius: 30px;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    pointer-events: none
}

.xgplayer .xgplayer-progress-btn:before {
    content: " ";
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    background: #FFF
}

.xgplayer .xgplayer-progress-btn.active {
    border: 4px solid rgb(255 94 94 / .064057)
}

.xgplayer .xgplayer-progress-btn.active:before {
    box-shadow: 0 0 3px rgb(248 89 89 / .69)
}

.xgplayer .xgplayer-progress-dot {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    background: #fff;
    border-radius: 6px;
    z-index: 16
}

.xgplayer .xgplayer-progress-dot .xgplayer-progress-tip {
    position: absolute;
    left: 25%;
    top: -40px;
    height: auto;
    line-height: 30px;
    width: auto;
    transform: scale(.8) translate(-50%);
    background: rgb(0 0 0 / .3);
    border-radius: 6px;
    border: 1px solid rgb(0 0 0 / .8);
    cursor: default;
    white-space: nowrap;
    display: none
}

.xgplayer .xgplayer-progress-dot:hover .xgplayer-progress-tip {
    display: block
}

.xgplayer .flex-controls .xgplayer-progress {
    transform: translateY(0)
}

.xgplayer.xgplayer-pc .xgplayer-progress-btn {
    transform: translate(-50%, -50%) scale(0)
}

.xgplayer.xgplayer-pc .xgplayer-progress-outer {
    height: 3px
}

.xgplayer.xgplayer-pc .xgplayer-progress-inner {
    margin-right: 4px
}

.xgplayer.xgplayer-pc .xgplayer-progress-inner:last-child,
.xgplayer.xgplayer-pc .xgplayer-progress-inner:only-child {
    margin-right: 0
}

.xgplayer.xgplayer-pc .inner-focus-point:before,
.xgplayer.xgplayer-pc .inner-focus-point:after {
    width: 3px
}

.xgplayer.xgplayer-pc .inner-focus-highlight {
    background: rgb(255 255 255 / .8)
}

.xgplayer.xgplayer-pc .xgplayer-progress.active .xgplayer-progress-outer {
    height: 6px;
    margin-bottom: 3px;
    transition: height .3s ease, margin-bottom .3s ease
}

.xgplayer.xgplayer-pc .xgplayer-progress.active .xgplayer-progress-btn {
    transform: translate(-50%, -50%) scale(1)
}

.xgplayer.xgplayer-pc .xgplayer-progress.active .inner-focus-point:before,
.xgplayer.xgplayer-pc .xgplayer-progress.active .inner-focus-point:after {
    width: 6px
}

.xgplayer .xgplayer-progress-bottom .xgplayer-progress-outer {
    top: 9px
}

.xgplayer .xgplayer-progress-bottom .xgplayer-progress-btn:before {
    height: 6px;
    width: 6px
}

.xgplayer.xgplayer-mobile .xgplayer-progress-bottom .xgplayer-progress-outer {
    height: 4px
}

@media (prefers-color-scheme:dark) {
    .xgplayer .xgplayer-progress .xgplayer-progress-inner {
        background-color: rgb(255 255 255 / .3)
    }

    .xgplayer .xgplayer-progress .inner-focus-highlight {
        background: rgb(255 255 255 / .8)
    }

    .xgplayer .xgplayer-progress .xgplayer-progress-btn {
        background: rgb(255 94 94 / .304093);
        border: .5px solid rgb(255 94 94 / .056545);
        box-shadow: 0 0 1px rgb(255 0 0 / .384)
    }

    .xgplayer .xgplayer-progress .xgplayer-progress-btn:before {
        background-color: #fff
    }

    .xgplayer .xgplayer-progress .xgplayer-progress-played {
        background-color: linear-gradient(-90deg, #FA1F41 0%, #E31106 100%)
    }

    .xgplayer .xgplayer-progress .xgplayer-progress-cache {
        background-color: rgb(255 255 255 / .5)
    }
}

.xg-mini-progress {
    display: none;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.xg-mini-progress xg-mini-progress-played,
.xg-mini-progress xg-mini-progress-cache {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit
}

.xg-mini-progress xg-mini-progress-played {
    background: linear-gradient(-90deg, #FA1F41 0%, #E31106 100%)
}

.xg-mini-progress xg-mini-progress-cache {
    background: rgb(255 255 255 / .5)
}

.xg-mini-progress-show,
.xgplayer-inactive .xg-mini-progress,
.xgplayer-mini .xg-mini-progress {
    display: block
}

.xgplayer .xgplayer-play .xg-icon-play {
    display: none
}

.xgplayer .xgplayer-play .xg-icon-pause,
.xgplayer .xgplayer-play[data-state=pause] .xg-icon-play {
    display: block
}

.xgplayer .xgplayer-play[data-state=pause] .xg-icon-pause,
.xgplayer .xgplayer-fullscreen .xg-exit-fullscreen {
    display: none
}

.xgplayer .xgplayer-fullscreen .xg-get-fullscreen,
.xgplayer .xgplayer-fullscreen[data-state=full] .xg-exit-fullscreen {
    display: block
}

.xgplayer .xgplayer-fullscreen[data-state=full] .xg-get-fullscreen {
    display: none
}

.xgplayer .xg-top-bar .xgplayer-back {
    position: relative;
    left: 0;
    top: 16px;
    width: 34px;
    height: 40px;
    display: none
}

.xgplayer .xg-top-bar .xgplayer-back.show {
    display: block
}

.xgplayer .xgplayer-time {
    pointer-events: none;
    min-width: 40px;
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 40px
}

.xgplayer .xgplayer-time span {
    display: inline-block;
    line-height: 40px;
    height: 40px
}

.xgplayer .xgplayer-time span .time-min-width {
    text-align: center;
    min-width: 2ch
}

.xgplayer .xgplayer-time span .time-min-width:first-child {
    text-align: right
}

.xgplayer .xgplayer-time span .time-min-width:last-child {
    text-align: left
}

.xgplayer .xgplayer-time .time-duration {
    color: rgb(255 255 255 / .5)
}

.xgplayer .xgplayer-time .time-live-tag {
    display: none
}

.xgplayer .xgplayer-time.xg-time-left {
    margin-left: 0
}

.xgplayer .xgplayer-time.xg-time-right {
    margin-right: 0
}

.xgplayer.xgplayer-mobile .xgplayer-time {
    min-width: 30px;
    font-size: 12px
}

.xgplayer.xgplayer-mobile .xgplayer-time.xg-time-left {
    margin-right: 8px
}

.xgplayer.xgplayer-mobile .xgplayer-time.xg-time-right {
    margin-left: 8px
}

.xgplayer .xgplayer-volume.slide-show .xgplayer-slider {
    display: block
}

.xgplayer .xgplayer-slider {
    display: none;
    position: absolute;
    width: 28px;
    height: 92px;
    background: rgb(0 0 0 / .54);
    border-radius: 1px;
    bottom: 40px;
    outline: none
}

.xgplayer .xgplayer-slider:after {
    content: " ";
    display: block;
    height: 15px;
    width: 28px;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 20;
    cursor: initial
}

.xgplayer .xgplayer-value-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding: 5px 0 0;
    font-size: 12px;
    background-color: rgb(0 0 0 / .54);
    color: #fff;
    text-align: center
}

.xgplayer .xgplayer-bar,
.xgplayer .xgplayer-drag {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 12px;
    background: rgb(255 255 255 / .3);
    border-radius: 100px;
    width: 4px;
    height: 76px;
    outline: none;
    cursor: pointer
}

.xgplayer .xgplayer-drag {
    bottom: 0;
    left: 0;
    background: #FA1F41;
    max-height: 76px
}

.xgplayer .xgplayer-drag:after {
    content: " ";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / .26);
    position: absolute;
    border-radius: 50%;
    left: -2px;
    top: -4px
}

.xgplayer .xgplayer-volume[data-state=normal] .xg-volume {
    display: block
}

.xgplayer .xgplayer-volume[data-state=normal] .xg-volume-small,
.xgplayer .xgplayer-volume[data-state=normal] .xg-volume-mute,
.xgplayer .xgplayer-volume[data-state=small] .xg-volume {
    display: none
}

.xgplayer .xgplayer-volume[data-state=small] .xg-volume-small {
    display: block
}

.xgplayer .xgplayer-volume[data-state=small] .xg-volume-mute,
.xgplayer .xgplayer-volume[data-state=mute] .xg-volume,
.xgplayer .xgplayer-volume[data-state=mute] .xg-volume-small {
    display: none
}

.xgplayer .xgplayer-volume[data-state=mute] .xg-volume-mute {
    display: block
}

.xgplayer.xgplayer-mobile .xgplayer-volume .xgplayer-slider,
.xgplayer .xgplayer-pip .xg-exit-pip {
    display: none
}

.xgplayer .xgplayer-pip .xg-get-pip,
.xgplayer .xgplayer-pip[data-state=pip] .xg-exit-pip {
    display: block
}

.xgplayer .xgplayer-pip[data-state=pip] .xg-get-pip {
    display: none
}

.xgplayer .xgplayer-playnext {
    position: relative;
    display: none;
    cursor: pointer
}

.xgplayer .xgplayer-playnext .xgplayer-tips .xgplayer-tip-playnext {
    display: block
}

.xgplayer .xgplayer-playnext:hover {
    opacity: .85
}

.xgplayer .xgplayer-playnext:hover .xgplayer-tips {
    display: block
}

.lang-is-en .xgplayer-playnext .xgplayer-tips {
    margin-left: -25px
}

.lang-is-jp .xgplayer-playnext .xgplayer-tips {
    margin-left: -38px
}

.xgplayer .xgplayer-download {
    position: relative;
    display: block;
    cursor: pointer
}

.lang-is-en .xgplayer-download .xgplayer-tips {
    margin-left: -32px
}

.lang-is-jp .xgplayer-download .xgplayer-tips {
    margin-left: -40px
}

.xgplayer .xgplayer-shot {
    display: none
}

.xgplayer-definition {
    display: none;
    cursor: pointer
}

.xgplayer .xgplayer-playbackrate {
    display: none;
    cursor: default
}

.xgplayer .xgplayer-cssfullscreen .xg-get-cssfull {
    display: block
}

.xgplayer .xgplayer-cssfullscreen .xg-exit-cssfull,
.xgplayer .xgplayer-cssfullscreen[data-state=full] .xg-get-cssfull {
    display: none
}

.xgplayer .xgplayer-cssfullscreen[data-state=full] .xg-exit-cssfull {
    display: block
}

.xgplayer-error {
    background: #000;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    color: #fff;
    text-align: center;
    line-height: 100%;
    justify-content: center;
    align-items: center
}

.xgplayer-error .xgplayer-error-refresh {
    color: #fa1f41;
    padding: 0 3px;
    cursor: pointer
}

.xgplayer-error .xgplayer-error-text {
    line-height: 18px;
    margin: auto 6px 20px;
    display: block
}

.xgplayer-is-error .xgplayer-error {
    display: flex
}

.xgplayer .xgplayer-prompt {
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    padding: 6px 12px 5px;
    opacity: 0;
    left: 10px;
    background: rgb(0 0 0 / .5);
    border-radius: 50px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #fff
}

.xgplayer .xgplayer-prompt.show {
    display: block;
    opacity: 1;
    z-index: 10;
    pointer-events: initial
}

.xgplayer .xgplayer-prompt.arrow {
    transform: translate(-50%)
}

.xgplayer .xgplayer-prompt.arrow:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 6px solid #fff0;
    border-right: 6px solid #fff0;
    border-top: 8px solid rgb(0 0 0 / .5);
    transform: translate(-50%, 100%)
}

.xgplayer .xgplayer-prompt .highlight {
    display: inline-block;
    margin-left: 6px;
    color: red;
    cursor: pointer
}

.xgplayer.xgplayer-is-error .xgplayer-prompt.show {
    display: none;
    opacity: 1
}

.xgplayer .xgplayer-spot {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    border-radius: 12px
}

.xgplayer .xgplayer-spot.mini {
    min-width: 6px;
    transform: translate(-50%)
}

.xgplayer .xgplayer-spot.active .xgplayer-spot-pop {
    display: block;
    opacity: 1;
    pointer-events: initial
}

.xgplayer .xgplayer-spot-pop {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: 5px;
    padding-bottom: 5px;
    transform: translate(-50%)
}

.xgplayer-mobile .xgplayer-spot {
    height: 3px;
    min-width: 3px;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%)
}

.xgplayer-mobile .xgplayer-spot.mini {
    min-width: 3px;
    transform: translate(-50%, -50%)
}

.xgplayer .xgplayer-progress.active .xgplayer-spot {
    opacity: 1;
    transition: opacity .3s;
    visibility: visible
}

.xgplayer .xg-spot-info {
    position: absolute;
    left: 0;
    bottom: 100%;
    display: none
}

.xgplayer .xg-spot-info.short-line .xg-spot-line {
    height: 6px
}

.xgplayer .xg-spot-info.short-line .xg-spot-content {
    bottom: -4px
}

.xgplayer .xg-spot-info.no-thumbnail .xg-spot-thumbnail {
    display: none
}

.xgplayer .xg-spot-info.no-thumbnail .xgplayer-progress-point {
    display: block
}

.xgplayer .xg-spot-info.no-timepoint .xgplayer-progress-point,
.xgplayer .xg-spot-info.hide {
    display: none
}

.xgplayer .xgplayer-progress.active .xg-spot-info {
    display: block
}

.xgplayer .xgplayer-progress.active .xg-spot-info.hide {
    display: none
}

.xgplayer .xg-spot-line {
    position: relative;
    bottom: -7px;
    margin-left: 50%;
    display: block;
    width: 1px;
    height: 41px;
    background-color: #fff;
    pointer-events: none
}

.xgplayer .xgplayer-progress-point {
    display: none;
    position: relative;
    bottom: -4px;
    left: 50%;
    transform: translate(-50%);
    background: rgb(0 0 0 / .54);
    font-size: 11px;
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    text-align: center;
    opacity: .85;
    white-space: nowrap
}

.xgplayer .xg-spot-content {
    position: relative;
    bottom: -7px;
    color: #fff;
    border-radius: 2px 2px 0 0
}

.xgplayer .xg-spot-ext-text {
    position: relative;
    bottom: -7px
}

.xgplayer .xg-spot-thumbnail {
    position: relative;
    background-color: #111010;
    pointer-events: none;
    border-radius: 2px 2px 0 0
}

.xgplayer .xg-spot-time {
    position: absolute;
    bottom: 2px;
    font-size: 12px;
    line-height: 16.8px;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none
}

.xgplayer .progress-thumbnail {
    margin: 0 auto;
    display: block
}

.xgplayer .xg-spot-text {
    display: none;
    padding: 5px 8px;
    background: rgb(0 0 0 / .8);
    border-radius: 0 0 2px 2px;
    pointer-events: none;
    box-sizing: border-box
}

.xgplayer .spot-inner-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 12px;
    max-height: 40px
}

.xgplayer .xg-spot-content.show-text .xg-spot-text {
    display: block
}

.xgplayer .product .xg-spot-text {
    background: #3370FF
}

.xgplayer .product .xg-spot-line {
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-top: 7px solid #3370FF;
    width: 0;
    height: 15px;
    left: -10px;
    background: none
}

.xgplayer .xgvideo-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility .3s, opacity .3s;
    background-color: #000
}

.xgplayer .xgvideo-preview .xgvideo-thumbnail {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0
}

.xgplayer .xgvideo-preview.show {
    opacity: 1;
    visibility: visible
}

.xgplayer-dynamic-bg,
.xgplayer-dynamic-bg canvas,
.xgplayer-dynamic-bg xgmask,
.xgplayer-dynamic-bg xgfilter {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.xgplayer-dynamic-bg canvas {
    transform: translateZ(0)
}

.xgplayer-dynamic-bg xgmask {
    background: rgb(0 0 0 / .7)
}

.xgplayer-pc .xg-options-icon .icon-text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: transparent !important;
    border: none;
    border-radius: 0;
    min-width: unset !important
}

.xgplayer-pc .xg-options-list {
    color: #fff !important;
    font-size: 14px;
    background-color: rgb(0 0 0 / .7) !important;
    border-radius: 4px !important;
    width: 78px
}

.xgplayer-pc .xg-options-list .option-item {
    height: 34px !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.75) !important;
}

.xgplayer-pc .xg-options-list .option-item span {
    white-space: nowrap
}

.xgplayer-pc .xg-options-list .option-item.selected {
    color: #3370ff !important
}

.xgplayer-pc .xg-options-list .option-item:hover {
    background-color: rgb(255 255 255 / .2)
}

.xgplayer-pc .xg-options-list .option-item:first-child {
    margin-top: 0 !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.xgplayer-pc .xg-options-list .option-item:last-child {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.xgplayer-pc .xgplayer-definition-plugin-pc .xg-options-list {
    width: auto;
    min-width: 88px
}

.xgplayer-pc .xgplayer-fullscreen .xg-tips {
    left: 0 !important
}

.xgplayer-pc .xgplayer-volume xg-slider.xgplayer-slider {
    background: rgb(0 0 0 / .5);
    border-radius: 8px;
    width: 63px;
    height: 125px;
    left: 50%;
    transform: translate(-50%)
}

.xgplayer-pc .xgplayer-volume xg-slider.xgplayer-slider:after {
    content: none
}

.xgplayer-pc .xgplayer-volume xg-slider.xgplayer-slider .xgplayer-bar {
    left: 30px;
    bottom: 12px;
    height: 98px;
    transform: none;
    top: auto
}

.xgplayer-pc .xgplayer-volume xg-slider.xgplayer-slider .xgplayer-drag {
    max-height: 98px;
    background-image: linear-gradient(120deg, #fff 0%, #fff 100%)
}

.xgplayer-pc .xgplayer-volume xg-slider.xgplayer-slider .xgplayer-drag.dragging:before,
.xgplayer-pc .xgplayer-volume xg-slider.xgplayer-slider .xgplayer-drag:hover:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.xgplayer-pc .xgplayer-volume xg-slider.xgplayer-slider .xgplayer-drag:after {
    top: -5px;
    width: 10px;
    height: 10px;
    left: -3px;
    box-shadow: none
}

.xgplayer-pc .xgplayer-volume xg-slider.xgplayer-slider .xgplayer-volume-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.xgplayer-pc .xgplayer-progress .xgplayer-progress-outer {
    transition: unset
}

.xgplayer-pc .xgplayer-progress .xgplayer-progress-btn {
    width: 16px;
    height: 16px;
    box-shadow: 0 0 1px rgb(0 0 0 / .094);
    background: #346aff41
}

.xgplayer-pc .xgplayer-progress .xgplayer-progress-played {
    background: #3469ff
}

.xgplayer-pc .xgplayer-replay {
    height: unset
}

.xgplayer-pc .xgplayer-replay .xgplayer-replay-txt {
    display: none
}

.xgplayer-pc .xgplayer-replay:hover circle {
    fill-opacity: .5
}

.xgplayer-pc.xgplayer-is-error .xgplayer-start {
    display: none
}

.xgplayer-mobile .xgplayer-progress .xgplayer-progress-played,
.xgplayer-mobile .xgplayer-shift-progress .xgplayer-progress-played {
    background: #3469ff
}

.xgplayer-mobile .xgplayer-progress .xgplayer-progress-outer,
.xgplayer-mobile .xgplayer-shift-progress .xgplayer-progress-outer {
    transition: unset
}

.xgplayer-mobile .xgplayer-progress .xgplayer-progress-btn,
.xgplayer-mobile .xgplayer-shift-progress .xgplayer-progress-btn {
    width: 14px;
    height: 14px;
    background-color: rgb(255 255 255 / .4) !important;
    box-shadow: 0 0 1px rgb(52 106 255 / .32)
}

.xgplayer-mobile .xgplayer-progress .xgplayer-progress-btn:before,
.xgplayer-mobile .xgplayer-shift-progress .xgplayer-progress-btn:before {
    width: 7px !important;
    height: 7px !important
}

.xgplayer-mobile .xgplayer-replay {
    height: unset
}

.xgplayer-mobile .xgplayer-replay .xgplayer-replay-txt {
    display: none
}

.xgplayer-mobile .xgplayer-replay svg {
    width: 50px;
    height: 50px
}

.xgplayer-mobile .xgplayer-replay:hover circle {
    fill-opacity: .5
}

.xgplayer-mobile .time-preview .xg-cur {
    color: #3469ff !important
}

.xgplayer-mobile .time-preview .xg-curbar {
    background-color: #3469ff !important
}

.xgplayer-mobile .xg-top-bar {
    justify-content: flex-end
}

.xgplayer-mobile.xgplayer-is-error .xgplayer-start {
    display: none
}

.xgplayer-mobile .xg-top-bar .xgplayer-back {
    position: relative;
    left: 0;
    top: 10px;
    width: 34px;
    height: 40px;
    display: none
}

.xgplayer-rightTop-iconList {
    display: flex
}

.xgplayer-rightTop-iconList xg-icon {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.xgplayer-rightTop-iconList .xgplayer-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 10px
}

.panel-content {
    display: flex
}

.panel-content .panel-icon-bt {
    display: flex;
    flex-direction: column;
    margin: 0 5px
}

.panel-content .panel-icon-bt .panel-icon-svg {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.panel-content .panel-icon-bt .panel-icon-bt-text {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-top: 5px;
    color: #fff
}

.panel-fullscreen .panel-content,
.panel-inner .panel-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap
}

.panel-fullscreen .panel-content .panel-icon-svg,
.panel-inner .panel-content .panel-icon-svg {
    background-color: rgb(255 255 255 / .4)
}

.panel-normal .panel-content {
    height: 100px;
    overflow-x: auto;
    align-items: center;
    box-sizing: border-box;
    padding-left: 10px;
    background-color: #202124
}

.panel-normal .panel-content .panel-icon-bt .panel-icon-svg {
    background-color: rgb(255 255 255 / .05)
}

.panel-normal .panel-content .panel-icon-bt .panel-icon-bt-text {
    color: rgb(255 255 255 / .5)
}

.xg-mobile-panel {
    height: auto;
    width: auto
}

.xg-mobile-panel.panel-normal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    z-index: 100
}

@-webkit-keyframes xg_panel_active_normal {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes xg_panel_active_normal {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes xg_panel_hide_normal {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%);
        display: none
    }
}

@keyframes xg_panel_hide_normal {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%);
        display: none
    }
}

.xg-mobile-panel.panel-normal .xg-mobile-panel-cancel {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 54px;
    background-color: #202124;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #2b2c2f;
    font-size: 16px
}

.xg-mobile-panel.panel-normal .xg-mobile-panel-content {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #202124;
    z-index: 101;
    overflow-y: auto
}

.xg-mobile-panel.panel-normal .xg-mobile-panel-content.xg-mobile-panel-cancel-mode {
    bottom: 55px
}

.xg-mobile-panel.panel-normal .xg-mobile-panel-content .xg-mobile-panel-title {
    font-size: 15px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    width: 100%;
    box-sizing: border-box
}

.xg-mobile-panel.panel-normal .xg-mobile-panel-content .item-list-panel-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    background-color: #202124;
    color: #d2d3d3
}

.xg-mobile-panel.panel-normal .xg-mobile-panel-content .item-list-panel-content:after {
    content: "";
    width: 45%
}

.xg-mobile-panel.panel-normal .xg-mobile-panel-content .item-list-panel-content .panel-Item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 36px;
    background: hsl(0 0% 100% / .16);
    border-radius: 4px;
    margin-bottom: 15px
}

.xg-mobile-panel.panel-normal .xg-mobile-panel-content .item-list-panel-content .panel-Item.select-in {
    background-color: rgb(64 134 255 / .1);
    color: #4086ff
}

.xg-mobile-panel.panel-normal.hide {
    -webkit-animation: xg_panel_hide_normal .3s ease-out forwards;
    animation: xg_panel_hide_normal .3s ease-out forwards
}

.xg-mobile-panel.panel-normal.active {
    -webkit-animation: xg_panel_active_normal .3s ease-out forwards;
    animation: xg_panel_active_normal .3s ease-out forwards
}

.xg-mobile-panel.panel-inner {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}

.xg-mobile-panel.panel-inner.hide {
    display: none
}

.xg-mobile-panel.panel-inner.active {
    display: block
}

.xg-mobile-panel.panel-inner .item-list-panel-content {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff0;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    color: #d2d3d3
}

.xg-mobile-panel.panel-inner .item-list-panel-content:after {
    content: "";
    width: 45%
}

.xg-mobile-panel.panel-inner .item-list-panel-content .panel-Item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 36px;
    background-color: rgb(255 255 255 / .3);
    border-radius: 4px;
    margin-bottom: 15px
}

.xg-mobile-panel.panel-inner .item-list-panel-content .panel-Item.select-in {
    background-color: rgb(64 134 255 / .3);
    color: #4086ff
}

.xg-mobile-panel.panel-fullscreen {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-animation: xg_panel_active .3s ease-out forwards;
    animation: xg_panel_active .3s ease-out forwards
}

@-webkit-keyframes xg_panel_active {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes xg_panel_active {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(0)
    }
}

@-webkit-keyframes xg_panel_hide {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(100%);
        display: none
    }
}

@keyframes xg_panel_hide {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(100%);
        display: none
    }
}

.xg-mobile-panel.panel-fullscreen .xg-mobile-panel-content {
    display: block;
    position: absolute;
    right: 0;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: 50%;
    height: 100%;
    background-color: rgb(0 0 0 / .6);
    z-index: 101;
    overflow-y: auto
}

.xg-mobile-panel.panel-fullscreen .xg-mobile-panel-content .xg-mobile-panel-title {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    box-sizing: border-box
}

.xg-mobile-panel.panel-fullscreen .xg-mobile-panel-content .item-list-panel-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
    box-sizing: border-box;
    align-items: center
}

.xg-mobile-panel.panel-fullscreen .xg-mobile-panel-content .item-list-panel-content .panel-Item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    background: hsl(0 0% 100% / .16);
    color: #fff;
    margin-bottom: 15px
}

.xg-mobile-panel.panel-fullscreen .xg-mobile-panel-content .item-list-panel-content .panel-Item.select-in {
    background-color: rgb(64 134 255 / .21);
    color: #94c2ff
}

.xg-mobile-panel.panel-fullscreen.hide {
    -webkit-animation: xg_panel_hide .3s ease-out forwards;
    animation: xg_panel_hide .3s ease-out forwards
}

.xg-mobile-panel.panel-fullscreen.active {
    -webkit-animation: xg_panel_active .3s ease-out forwards;
    animation: xg_panel_active .3s ease-out forwards
}

.xgplayer-unmute {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 10;
    top: 0
}

.xgplayer-unmute .xgplayer-unmute-bt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 60px;
    color: #fff;
    border-radius: 5px;
    border: .5px #fff solid;
    font-size: 16px;
    background-color: rgb(0 0 0 / .5);
    pointer-events: auto
}

.xgplayer-unmute .xgplayer-unmute-bt:hover {
    background-color: rgb(0 0 0 / .3);
    border: .5px #3370ff solid;
    color: #3370ff
}

.xgplayer-unmute .xgplayer-unmute-bt:active {
    background-color: rgb(0 0 0 / .3)
}

.xgplayer-unmute .xgplayer-unmute-bt-tag {
    display: none;
    align-items: center;
    color: #fff;
    background: rgb(0 0 0 / .45);
    border-radius: 2px;
    padding: 2px;
    font-size: 12px;
    position: absolute;
    bottom: 4px;
    left: 4px
}

.xgplayer-mobile .xgplayer-unmute-bt {
    width: 150px;
    height: 40px;
    font-size: 14px
}

.xgplayer-ended .xgplayer-unmute,
.xgplayer-pause .xgplayer-unmute,
.xgplayer-isloading .xgplayer-unmute,
.xgplayer-is-error .xgplayer-unmute {
    display: none
}

.xgplayer-refresh {
    margin-left: 12px !important
}

.xgplayer-error .xgplayer-error-cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.xgplayer-error .xgplayer-error-cover .xgplayer-error-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-bottom: 16px
}

.xgplayer-error .xgplayer-error-cover .xgplayer-error-img img {
    display: block;
    width: 100%;
    height: 100%
}

.xgplayer-error .xgplayer-error-cover .xgplayer-error-tips {
    font-size: 16px;
    margin-bottom: 16px
}

.xgplayer-error .xgplayer-error-cover .xgplayer-error-button {
    display: block;
    height: 35px;
    cursor: pointer;
    background-color: rgb(34 33 33 / .643);
    border-radius: 20px;
    padding: 0 24px;
    line-height: 35px;
    text-align: center;
    font-size: 16px
}

.xgplayer-error .xgplayer-error-cover .xgplayer-error-button:hover {
    background-color: #5a5a5a
}

.xgplayer-error .xgplayer-error-cover .xgplayer-error-detail-info {
    margin-top: 15px;
    display: inline-block
}

.xgplayer-mobile .xgplayer-error .xgplayer-error-cover .xgplayer-error-img {
    width: 60px;
    height: 60px;
    margin-bottom: 0
}

.xgplayer-mobile .xgplayer-error .xgplayer-error-tips {
    font-size: 14px;
    margin-bottom: 12px
}

.xgplayer-mobile .xgplayer-error .xgplayer-error-button {
    font-size: 14px
}

.xgplayer .xgplayer-danmu {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 16px !important
}

.xgplayer .xgplayer-danmu .icon-warp {
    height: 100%;
    display: flex;
    align-items: center
}

.xgplayer .xgplayer-danmu .tips-wrap {
    position: absolute;
    bottom: 44px;
    background: rgb(0 0 0 / .54);
    font-size: 11px;
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    text-align: center;
    opacity: .85;
    white-space: nowrap;
    display: none
}

.xgplayer .panel-normal .panel-box {
    color: #fff
}

.xgplayer .panel-normal .panel-box .xg-player-slider {
    padding: 8px 0
}

.xgplayer .panel-inner .panel-box {
    color: #fff
}

.xgplayer .panel-inner .panel-box .xg-player-slider {
    padding: 4px 0
}

.xgplayer .panel-fullscreen .panel-box {
    color: #fff
}

.xgplayer .panel-fullscreen .panel-box .xg-player-slider {
    padding: 8px 0
}

.xgplayer .panel-box {
    padding: 16px
}

.xgplayer .panel-box.pc-panel {
    right: -10px;
    bottom: 34px;
    z-index: 20;
    border-radius: 4px;
    color: #fff;
    position: absolute;
    box-sizing: border-box;
    width: 278px;
    background-color: rgb(0 0 0 / .8);
    box-shadow: 0 1px 15px rgb(11 18 35 / .26);
    display: none
}

.xgplayer .panel-box.pc-panel .xg-player-slider {
    padding: 8px 0
}

.xgplayer .panel-box .box-header {
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    align-items: center
}

.xgplayer .panel-box .box-header .header-reset {
    display: flex;
    width: 64px;
    height: 22px;
    line-height: 22px;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / .4);
    border-radius: 12px;
    cursor: pointer
}

.xgplayer .panel-box .box-header .header-reset:hover {
    background: rgb(255 255 255 / .3)
}

.xgplayer .xgplayer-danmu-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    outline: none
}

.xgplayer .xgplayer-danmu-container div {
    color: #fff;
    text-shadow: #000 1px 0 1px, black 0 1px 1px, black 0 -1px 1px, black -1px 0 1px
}

.xgplayer.xgplayer-mobile .xgplayer-danmu {
    margin-right: 10px !important
}

.xgplayer.xgplayer-mobile .panel-box .box-header {
    margin-bottom: 15px
}

.xg-player-slider {
    position: relative;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: space-between
}

.xg-player-slider .line-title {
    text-align: left;
    flex: 0 0 70px
}

.xg-player-slider .line-slider {
    flex: 1;
    align-items: center
}

.xg-player-slider .line-slider .wrapper {
    display: flex;
    position: relative;
    width: 100%;
    height: 12px;
    cursor: pointer
}

.xg-player-slider .line-slider .wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: rgb(255 255 255 / .2)
}

.xg-player-slider .line-slider .wrapper .ticks {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%
}

.xg-player-slider .line-slider .wrapper .ticks .tick {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #1d2129
}

.xg-player-slider .line-slider .wrapper .inner {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: #4086ff
}

.xg-player-slider .line-slider .wrapper .button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff
}

.xg-player-slider .line-value {
    flex: 0 0 50px;
    text-align: right
}

.xg-player-switch-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 7.25px 0 !important
}

.xg-player-switch-wrapper .left {
    text-align: left;
    flex: 1
}

.xg-player-switch-wrapper .right {
    text-align: right;
    flex: 0 0 36px;
    display: flex;
    align-items: center
}

.xg-player-switch-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px
}

.xg-player-switch-wrapper .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.xg-player-switch-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s
}

.xg-player-switch-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 1px;
    background-color: #fff;
    transition: .4s
}

.xg-player-switch-wrapper input:checked+.slider {
    background-color: #4086ff
}

.xg-player-switch-wrapper input:checked+.slider:before {
    transform: translate(16px)
}

.xg-player-switch-wrapper input:focus+.slider {
    box-shadow: 0 0 1px #4086ff
}

.xg-player-switch-wrapper .slider.round {
    border-radius: 18px
}

.xg-player-switch-wrapper .slider.round:before {
    border-radius: 50%
}

.xgplayer-sdk-toast {
    position: absolute;
    bottom: 50px;
    left: 16px;
    z-index: 203
}

.xgplayer-sdk-toast .toast-container {
    display: flex;
    margin-top: 8px;
    border-radius: 8px;
    padding: 4px 10px;
    height: 28px;
    font-size: 14px;
    line-height: 20px;
    background: rgb(0 0 0 / .4);
    color: #fff;
    box-sizing: content-box
}

.xgplayer-sdk-toast .toast-container .toast-txt {
    display: flex;
    align-items: center
}

.xgplayer-sdk-toast .toast-container .toast-txt .toast-txt-bt {
    color: #338fff;
    margin-left: 8px
}

.xgplayer-sdk-toast .toast-container .toast-txt .toast-txt-bt:hover {
    color: rgb(51 143 255 / .875)
}

.xgplayer-sdk-toast .toast-container .toast-close-bt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    font-size: 16px;
    font-weight: bolder;
    margin-left: 15px
}

.xgplayer-mobile .xgplayer-sdk-toast .toast-container {
    height: 20px;
    padding: 4px 8px;
    font-size: 12px
}

.xgplayer-mobile .xgplayer-sdk-toast .toast-container .toast-close-bt {
    height: 20px;
    width: 20px;
    font-size: 14px;
    margin-left: 8px
}

.xgplayer .xg-panel-info {
    z-index: 100
}

.xgplayer .xg-options-list li:hover,
.xgplayer .xg-options-list li.selected {
    color: #3370ff !important
}

.xgplayer .xgplayer-mobile-playBackRate .icon-text {
    color: #fff;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    margin: auto;
    font-size: 12px;
    font-weight: 700
}

.xgplayer .xgplayer-enter {
    z-index: 6;
    background: none
}

.xgplayer xg-trigger .xg-top-note i {
    color: #3370ff
}

@-webkit-keyframes scroll-ani-1 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

@keyframes scroll-ani-1 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

@-webkit-keyframes scroll-ani-2 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

@keyframes scroll-ani-2 {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

.xgplayer-pc .xgplayer-subtitles {
    position: absolute;
    bottom: 40px;
    left: 50%;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    transform: translate(-50%);
    word-break: break-word;
    overflow: hidden;
    z-index: 6;
    pointer-events: none;
    white-space: nowrap;
    text-align: left;
    text-shadow: #000 1px 0 1px, black 0 1px 1px, black 0 -1px 1px, black -1px 0 1px;
    height: 56px;
    width: 80%;
    box-sizing: border-box
}

.xgplayer-pc .xgplayer-subtitles .xgplayer-subtitles-inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.xgplayer-pc .xgplayer-subtitles .xgplayer-subtitles-inner span {
    display: inline;
    width: -webkit-max-content;
    width: max-content;
    box-sizing: border-box
}

.xgplayer-pc .xgplayer-subtitles .xgplayer-subtitles-helper {
    opacity: 0;
    width: -webkit-max-content;
    width: max-content
}

.xgplayer-pc .xgplayer-subtitles .scroll-1 {
    -webkit-animation: scroll-ani-1 .1s forwards;
    animation: scroll-ani-1 .1s forwards
}

.xgplayer-pc .xgplayer-subtitles .scroll-2 {
    -webkit-animation: scroll-ani-2 .1s forwards;
    animation: scroll-ani-2 .1s forwards
}

.xgplayer-pc .xgplayer-inactive .xgplayer-subtitles {
    bottom: 40px
}

.xgplayer-mobile .xgplayer-subtitles {
    position: absolute;
    bottom: 18px;
    left: 50%;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    transform: translate(-50%);
    word-break: break-word;
    overflow: hidden;
    z-index: 6;
    pointer-events: none;
    white-space: nowrap;
    text-align: left;
    text-shadow: #000 1px 0 1px, black 0 1px 1px, black 0 -1px 1px, black -1px 0 1px;
    height: 36px;
    width: 64%
}

.xgplayer-mobile .xgplayer-subtitles-inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.xgplayer-mobile .xgplayer-subtitles-inner span {
    width: -webkit-max-content;
    width: max-content
}

.xgplayer-mobile .xgplayer-subtitles-helper {
    opacity: 0;
    width: -webkit-max-content;
    width: max-content
}

.xgplayer-mobile .scroll-1 {
    -webkit-animation: scroll-ani-1 .1s forwards;
    animation: scroll-ani-1 .1s forwards
}

.xgplayer-mobile .scroll-2 {
    -webkit-animation: scroll-ani-2 .1s forwards;
    animation: scroll-ani-2 .1s forwards
}

.xgplayer-mobile.xgplayer-is-fullscreen .xgplayer-subtitles,
.xgplayer-mobile.xgplayer-inner-fullscreen .xgplayer-subtitles {
    bottom: 45px;
    font-size: 16px
}

@media screen and (orientation:portrait) {

    .xgplayer-mobile.xgplayer-is-fullscreen .xgplayer-subtitles,
    .xgplayer-mobile.xgplayer-inner-fullscreen .xgplayer-subtitles {
        bottom: 80px;
        font-size: 12px
    }
}

.xgplayer-aisub.isOpen .xgplayer-aisub-open-svg {
    display: block
}

.xgplayer-aisub.isOpen .xgplayer-aisub-close-svg {
    display: none
}

.xgplayer-aisub.isOpen .xg-tips {
    display: none !important
}

.xgplayer-aisub.isClose .xgplayer-aisub-open-svg {
    display: none
}

.xgplayer-aisub.isClose .xgplayer-aisub-close-svg {
    display: block
}

.xgplayer-shift .xgplayer-shift-progress-point {
    position: absolute;
    top: -30px;
    width: 60px;
    padding: 6px 0;
    background: rgb(0 0 0 / .6);
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    transform: translate(-50%);
    display: none
}

.xgplayer-shift .xgplayer-shift-progress-card {
    display: flex;
    position: absolute;
    z-index: 8;
    cursor: pointer
}

.xgplayer-shift .xgplayer-shift-progress-card:hover .xgplayer-shift-progress-card-img {
    display: block
}

.xgplayer-shift .xgplayer-shift-progress-card .xgplayer-shift-progress-card-point {
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: -1px;
    z-index: 9
}

.xgplayer-shift .xgplayer-shift-progress-card .xgplayer-shift-progress-card-img {
    display: none;
    position: absolute;
    bottom: 8px;
    max-width: 180px;
    max-height: 100px;
    transform: translate(-50%)
}

.xgplayer-shift.active .xgplayer-shift-progress-point {
    display: block
}

.xgplayer-shift.active .xgplayer-shift-progress-card-point {
    width: 10px;
    height: 10px;
    margin-top: -3px
}

.xgplayer-back-live-bt {
    cursor: pointer;
    position: absolute;
    bottom: 60px;
    left: 20px;
    width: 96px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(255 255 255 / .8);
    border-radius: 16px;
    background: rgb(0 0 0 / .4);
    font-size: 13px;
    color: #fff;
    display: none
}

.xgplayer-back-live-bt:hover {
    background: rgb(0 0 0 / .6)
}

.xgplayer-inactive .xgplayer-back-live-bt {
    display: none !important
}

.xgplayer-mobile .xgplayer-shift {
    margin: 0 8px
}

.xgplayer-mobile .xgplayer-shift .xgplayer-shift-progress-point {
    display: none !important
}

.xgplayer-mobile .xgplayer-back-live-bt {
    bottom: 40px;
    width: 86px;
    height: 25px;
    font-size: 12px
}

.veplayer-livepanel-container {
    color: #fff;
    width: 165px;
    height: 100%;
    z-index: 8;
    position: absolute;
    font-size: 12px;
    padding: 10px;
    background: rgb(0 0 0 / .5);
    font-weight: 400;
    box-sizing: border-box;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.veplayer-livepanel-container::-webkit-scrollbar {
    display: none
}

.veplayer-livepanel-container-row {
    display: block;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.veplayer-livepanel-container-row-label {
    display: inline-block;
    width: 50%;
    color: #c9cdd4
}

.veplayer-livepanel-container-row-title {
    display: inline-block;
    padding-top: 30px
}

.veplayer-livepanel-hidden {
    display: none
}

.xgplayer.xgplayer-mirror video {
    transform: rotateY(180deg)
}

.xgplayer .xgplayer-mirror-icon .xg-get-mirror {
    display: block
}

.xgplayer .xgplayer-mirror-icon .xg-exit-mirror,
.xgplayer .xgplayer-mirror-icon[data-state=enable] .xg-get-mirror {
    display: none
}

.xgplayer .xgplayer-mirror-icon[data-state=enable] .xg-exit-mirror,
.xgplayer-vttsub.isOpen .xgplayer-vttsub-open-svg {
    display: block
}

.xgplayer-vttsub.isOpen .xgplayer-vttsub-close-svg {
    display: none
}

.xgplayer-vttsub.isOpen .xg-tips {
    display: none !important
}

.xgplayer-vttsub.isClose .xgplayer-vttsub-open-svg {
    display: none
}

.xgplayer-vttsub.isClose .xgplayer-vttsub-close-svg {
    display: block
}

.xgplayer .xg-options-icon.xg-play-list-btn-container {
    display: none
}

.xgplayer .xg-options-icon.xg-play-list-btn-container.show {
    display: flex;
    justify-content: center
}

.xgplayer .xg-options-icon.xg-play-list-btn-container .xgplayer-icon+.xgplayer-icon {
    margin-left: 16px
}

.xgplayer .xg-options-icon.xg-play-list-btn-container .xgplayer-icon .xg-tips {
    display: none
}

.xgplayer .xg-options-icon.xg-play-list-btn-container .xgplayer-icon:hover .xg-tips {
    display: block
}

.xgplayer .xg-right-bar .xg-play-list-btn-container,
.xgplayer .xg-left-bar .xg-play-list-btn-container {
    display: flex;
    flex-direction: column
}

.xgplayer .xg-right-bar .xg-play-list-btn-container .xgplayer-icon+.xgplayer-icon,
.xgplayer .xg-left-bar .xg-play-list-btn-container .xgplayer-icon+.xgplayer-icon {
    margin-left: 0;
    margin-top: 8px
}

@-webkit-keyframes xg_play_list_active {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes xg_play_list_active {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(0)
    }
}

@-webkit-keyframes xg_play_list_hide {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(100%)
    }
}

@keyframes xg_play_list_hide {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(100%)
    }
}

@-webkit-keyframes playing_icon_line {
    0% {
        transform: scaleY(.4)
    }

    50% {
        transform: scaleY(1)
    }

    to {
        transform: scaleY(.4)
    }
}

@keyframes playing_icon_line {
    0% {
        transform: scaleY(.4)
    }

    50% {
        transform: scaleY(1)
    }

    to {
        transform: scaleY(.4)
    }
}

.xg-play-list-modal {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    visibility: hidden
}

.xg-play-list-modal.active {
    visibility: visible;
    height: auto
}

.xg-play-list-modal.hide {
    height: auto
}

.xg-play-list {
    position: absolute;
    display: block;
    top: 8px;
    bottom: 60px;
    right: 8px;
    width: 40%;
    overflow: auto;
    padding: 8px;
    border-radius: 8px;
    background: #292a27;
    box-sizing: border-box;
    cursor: pointer;
    opacity: .85
}

.xg-play-list:hover {
    opacity: 1
}

.xg-play-list.active {
    display: block;
    height: auto;
    -webkit-animation: xg_play_list_active .2s ease-out forwards;
    animation: xg_play_list_active .2s ease-out forwards
}

.xg-play-list.hide {
    height: auto;
    -webkit-animation: xg_play_list_hide .2s ease-in forwards;
    animation: xg_play_list_hide .2s ease-in forwards
}

.xg-play-list .xg-play-list-item {
    height: 20%;
    padding: 6px 10px;
    position: relative;
    display: flex
}

.xg-play-list .xg-play-list-item.selected .xg-play-list-poster {
    border-radius: 4px;
    border: 2px solid #FFF
}

.xg-play-list .xg-play-list-item.selected .xg-play-list-poster .playing {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5)
}

.xg-play-list .xg-play-list-item.selected .xg-play-list-poster .playing .icon-wrap {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 8px;
    display: flex;
    justify-content: space-between
}

.xg-play-list .xg-play-list-item.selected .xg-play-list-poster .playing .icon-wrap .icon-line {
    width: 3px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
    height: 20px;
    transform: scaleY(.2)
}

.xg-play-list .xg-play-list-item.selected .xg-play-list-poster .playing .icon-wrap .icon-line:nth-child(1) {
    -webkit-animation: playing_icon_line 2s ease-in infinite;
    animation: playing_icon_line 2s ease-in infinite;
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.xg-play-list .xg-play-list-item.selected .xg-play-list-poster .playing .icon-wrap .icon-line:nth-child(2) {
    -webkit-animation: playing_icon_line 2s ease-in infinite;
    animation: playing_icon_line 2s ease-in infinite;
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.xg-play-list .xg-play-list-item.selected .xg-play-list-poster .playing .icon-wrap .icon-line:nth-child(3) {
    -webkit-animation: playing_icon_line 2s ease-in infinite;
    animation: playing_icon_line 2s ease-in infinite;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.xg-play-list .xg-play-list-item.selected .xg-play-list-poster .playing .icon-wrap .icon-line:nth-child(4) {
    -webkit-animation: playing_icon_line 2s ease-in infinite;
    animation: playing_icon_line 2s ease-in infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.xg-play-list .xg-play-list-item .xg-play-list-poster {
    position: relative;
    width: 45%;
    box-sizing: border-box;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: opacity .3s ease, visibility .3s ease;
    pointer-events: none;
    border-radius: 4px;
    border: 2px solid #fff0
}

.xg-play-list .xg-play-list-item .xg-play-list-poster .bg {
    display: none
}

.xg-play-list .xg-play-list-item .xg-play-list-poster.no-poster .bg {
    display: flex;
    width: 100%;
    height: 100%;
    background: #242424;
    justify-content: center;
    align-items: center
}

.xg-play-list .xg-play-list-item .xg-play-list-poster .playing {
    display: none
}

.xg-play-list .xg-play-list-item .xg-play-list-poster .duration {
    position: absolute;
    right: 4px;
    bottom: 4px;
    padding: 0 2px;
    color: #fff;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-radius: 4px;
    background: rgb(0 0 0 / .5)
}

.xg-play-list .xg-play-list-item .xg-play-list-title {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px
}

.xg-play-list .xg-play-list-item .xg-play-list-title .xg-play-list-title-text {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

#player .xgplayer-pc .xg-options-list .option-item.selected,
#player .xgplayer-pc .xg-options-list .option-item.selected:hover,
#player .xgplayer .xg-options-list li.selected,
#player .xgplayer .xg-options-list li:hover {
    color: #ffffff !important;
}

#player .xg-options-list li.active,
#player .xg-options-list li.active:hover,
#player .xg-options-list li[aria-selected="true"] {
    color: #ffffff !important;
}

@-webkit-keyframes _xg_animation_blink {
    0% {
        opacity: .1
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .1
    }
}

@keyframes _xg_animation_blink {
    0% {
        opacity: .1
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .1
    }
}