.xgplayer .xgplayer-poster {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    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-playing .xgplayer-poster {
    opacity: 0;
    visibility: hidden
}

.xgplayer.xgplayer-is-enter .xgplayer-poster.xg-showplay,
.xgplayer.xgplayer-playing .xgplayer-poster.xg-showplay {
    opacity: 1;
    visibility: visible
}

.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
}

@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: rgba(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 {
    display: none;
    pointer-events: none
}

.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 {
    display: none
}

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

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

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

.xgplayer .xgplayer-start.interact xg-start-inner {
    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 {
    display: none
}

.xgplayer.xgplayer-isloading.xgplayer-playing .xgplayer-start {
    display: none
}

.xgplayer.xgplayer-is-enter .xgplayer-start,
.xgplayer.xgplayer-is-error .xgplayer-start {
    display: none
}

.xgplayer.xgplayer-is-enter .xgplayer-start.show,
.xgplayer.xgplayer-is-error .xgplayer-start.show {
    display: none
}

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

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

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

    100% {
        stroke-dashoffset: 0
    }
}

xg-loading-inner {
    display: block;
    height: 100%;
    width: 100%;
    transform-origin: center;
    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-play .xg-icon-play {
    display: none
}

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

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

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

.xgplayer .danmu-icon .danmu-switch {
    margin: 0 auto;
    display: flex
}

.xgplayer .danmu-icon .danmu-switch-open {
    display: none
}

.xgplayer .danmu-icon .danmu-switch-closed {
    display: block
}

.xgplayer .danmu-icon[data-state=active] .danmu-switch {
    padding-left: 12px;
    background-color: #f85959
}

.xgplayer .danmu-icon[data-state=active] .danmu-switch-open {
    display: block
}

.xgplayer .danmu-icon[data-state=active] .danmu-switch-closed {
    display: none
}

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

.xgplayer .xgplayer-danmu>* {
    position: absolute;
    white-space: nowrap
}

.xgplayer .xgplayer-panel {
    outline: none;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
    z-index: 36
}

.xgplayer .xgplayer-panel .xgplayer-panel-icon {
    cursor: pointer;
    position: absolute
}

.xgplayer .xgplayer-panel-slider {
    z-index: 36;
    display: none;
    position: absolute;
    width: 230px;
    height: 230px;
    background: rgba(0, 0, 0, .54);
    border-radius: 1px;
    padding: 10px 20px;
    outline: none;
    left: -115px;
    bottom: 42px
}

.xgplayer .xgplayer-panel-slider .xgplayer-hidemode {
    padding-bottom: 10px
}

.xgplayer .xgplayer-panel-slider .xgplayer-hidemode-radio li {
    display: inline;
    list-style: none;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-hidemode ul {
    display: flex;
    justify-content: space-around
}

.xgplayer .xgplayer-panel-slider .xgplayer-hidemode li {
    margin: 0 12px;
    font-size: 11px;
    color: #aaa
}

.xgplayer .xgplayer-panel-slider .xgplayer-hidemode-font {
    margin-bottom: 10px
}

.xgplayer .xgplayer-panel-slider .xgplayer-transparency {
    display: block;
    margin-top: 10px
}

.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-line {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    width: 150px;
    height: 4px;
    background: #aaa;
    border-radius: 4px;
    border-style: none;
    margin-left: 10px;
    margin-top: -2px
}

.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-line::-moz-focus-outer {
    border: 0 !important
}

.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-color::-webkit-slider-runnable-track {
    outline: none;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-color::-moz-range-track {
    outline: none;
    background-color: #aaa;
    border-color: transparent;
    cursor: pointer;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-color::-ms-track {
    outline: none;
    background-color: #aaa;
    color: transparent;
    border-color: transparent;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-bar::-webkit-slider-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 6px;
    width: 6px;
    margin-top: -4px;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-bar::-moz-range-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 0;
    width: 0;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-bar::-ms-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-transparency .xgplayer-transparency-bar::-moz-range-progress {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(to right, #f85959, #f85959 100%, #aaa)
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea {
    display: block;
    margin-top: 8px
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea-name {
    display: inline-block;
    position: relative;
    top: -10px
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea-control {
    display: inline-block
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea-control-up {
    width: 150px;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    color: #aaa
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea-control-down {
    position: relative;
    top: -10px
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea-control-down-dots {
    display: flex;
    width: 150px;
    margin-left: 10px;
    justify-content: space-between
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea-twoquarters {
    margin-left: -6px
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea-threequarters {
    margin-left: -6px
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea-full {
    margin-right: 3px
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-line {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    width: 150px;
    height: 4px;
    background: #aaa;
    border-radius: 4px;
    border-style: none;
    margin-left: 10px;
    margin-top: -2px
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-line::-moz-focus-outer {
    border: 0 !important
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-color::-webkit-slider-runnable-track {
    outline: none;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-color::-moz-range-track {
    outline: none;
    background-color: #aaa;
    border-color: transparent;
    cursor: pointer;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-color::-ms-track {
    outline: none;
    background-color: #aaa;
    color: transparent;
    border-color: transparent;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-bar::-webkit-slider-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 6px;
    width: 6px;
    margin-top: -4px;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-bar::-moz-range-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 0;
    width: 0;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-bar::-ms-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-zero-dot {
    width: 3px;
    height: 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    background-color: #aaa;
    position: relative;
    top: 16px;
    z-index: -1
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-onequarters-dot {
    width: 3px;
    height: 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    background-color: #aaa;
    position: relative;
    top: 16px;
    z-index: -1
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-twoquarters-dot {
    width: 3px;
    height: 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    background-color: #aaa;
    position: relative;
    top: 16px;
    z-index: -1
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-threequarters-dot {
    width: 3px;
    height: 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    background-color: #aaa;
    position: relative;
    top: 16px;
    z-index: -1
}

.xgplayer .xgplayer-panel-slider .xgplayer-showarea .xgplayer-showarea-full-dot {
    width: 3px;
    height: 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    background-color: #aaa;
    position: relative;
    top: 16px;
    z-index: -1
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed {
    display: block
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed-name {
    display: inline-block;
    position: relative;
    top: -10px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed-control {
    display: inline-block
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed-control-up {
    width: 150px;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    color: #aaa
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed-control-down {
    position: relative;
    top: -10px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed-control-down-dots {
    display: flex;
    width: 150px;
    margin-left: 10px;
    justify-content: space-between
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-line {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    width: 150px;
    height: 4px;
    background: #aaa;
    border-radius: 4px;
    border-style: none;
    margin-left: 10px;
    margin-top: -2px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-line::-moz-focus-outer {
    border: 0 !important
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-color::-webkit-slider-runnable-track {
    outline: none;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-color::-moz-range-track {
    outline: none;
    background-color: #aaa;
    border-color: transparent;
    cursor: pointer;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-color::-ms-track {
    outline: none;
    background-color: #aaa;
    color: transparent;
    border-color: transparent;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-bar::-webkit-slider-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 6px;
    width: 6px;
    margin-top: -4px;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-bar::-moz-range-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 0;
    width: 0;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-bar::-ms-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-small-dot {
    width: 3px;
    height: 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    background-color: #aaa;
    position: relative;
    top: 16px;
    z-index: -1
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-middle-dot {
    width: 3px;
    height: 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    background-color: #aaa;
    position: relative;
    top: 16px;
    z-index: -1
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmuspeed .xgplayer-danmuspeed-large-dot {
    width: 3px;
    height: 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    background-color: #aaa;
    position: relative;
    top: 16px;
    z-index: -1
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont {
    display: block
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont-name {
    display: inline-block;
    position: relative;
    top: -10px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont-control {
    display: inline-block
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont-control-up {
    width: 150px;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    color: #aaa
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont-control-down {
    position: relative;
    top: -10px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont-control-down-dots {
    display: flex;
    width: 150px;
    margin-left: 10px;
    justify-content: space-between
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-line {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
    width: 150px;
    height: 4px;
    background: #aaa;
    border-radius: 4px;
    border-style: none;
    margin-left: 10px;
    margin-top: -2px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-line::-moz-focus-outer {
    border: 0 !important
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-color::-webkit-slider-runnable-track {
    outline: none;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-color::-moz-range-track {
    outline: none;
    background-color: #aaa;
    border-color: transparent;
    cursor: pointer;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-color::-ms-track {
    outline: none;
    background-color: #aaa;
    color: transparent;
    border-color: transparent;
    width: 150px;
    height: 4px;
    border-radius: 4px
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-bar::-webkit-slider-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 6px;
    width: 6px;
    margin-top: -4px;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-bar::-moz-range-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 0;
    width: 0;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-bar::-ms-thumb {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 6px solid #f85959;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    cursor: pointer
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-small-dot {
    width: 3px;
    height: 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    background-color: #aaa;
    position: relative;
    top: 16px;
    z-index: -1
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-middle-dot {
    width: 3px;
    height: 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    background-color: #aaa;
    position: relative;
    top: 16px;
    z-index: -1
}

.xgplayer .xgplayer-panel-slider .xgplayer-danmufont .xgplayer-danmufont-large-dot {
    width: 3px;
    height: 3px;
    border: 3px solid #aaa;
    border-radius: 50%;
    background-color: #aaa;
    position: relative;
    top: 16px;
    z-index: -1
}

.xgplayer .slider-show .xgplayer-panel-slider {
    display: block
}

.xgplayer .xg-panel-info {
    position: absolute;
    width: 480px;
    background: rgba(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: rgba(30, 30, 32, .8);
    position: absolute;
    width: 180px;
    padding: 10px 0;
    color: #fffc;
    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: #fffc
}

.xgplayer .menu-item-icon {
    color: #fff9
}

.xgplayer .xg-interact-icon {
    position: absolute;
    top: 15px;
    cursor: pointer;
    color: #fff9;
    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
}

.xgplayer .xgplayer-pip .xg-exit-pip {
    display: none
}

.xgplayer .xgplayer-pip .xg-get-pip {
    display: block
}

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

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

.xgplayer.xgplayer-inactive {
    cursor: none
}

.xgplayer xg-thumbnail {
    display: block
}

.xgplayer xg-trigger {
    -webkit-user-select: none;
    -moz-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;
    pointer-events: 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 rgba(0, 0, 0, .54);
    font-size: 17px;
    text-align: center;
    pointer-events: none
}

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

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

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

.xgplayer xg-trigger .time-preview .xg-seek-show.xg-back .xg-seek-pre {
    transform: rotate(180deg) translateX(-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: 0 auto;
    margin-top: 8px;
    border-radius: 10px;
    box-sizing: content-box;
    background: rgba(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: translateX(-50%)
}

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

.xgplayer xg-trigger .xg-top-note span {
    display: block;
    font-size: 13px;
    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(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.36) 20%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.24) 77%, rgba(0, 0, 0, 0.36) 83%, rgba(0, 0, 0, 0.6))
}

.xgplayer .gradient.top {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.36) 20%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) 70%)
}

.xgplayer .gradient.bottom {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.24) 77%, rgba(0, 0, 0, 0.36) 83%, rgba(0, 0, 0, 0.6))
}

.xgplayer .gradient.none {
    background-image: initial
}

.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: rgba(0, 0, 0, 0)
}

@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: rgba(255, 255, 255, .3)
    }

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

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

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

.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;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.xgplayer * {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

.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=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: rgba(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: rgba(255, 255, 255, .8);
    fill: #fff
}

.xgplayer xg-icon .xg-tips {
    top: -30px;
    left: 50%;
    transform: translateX(-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;
    left: 16px;
    right: 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: rgba(0, 0, 0, .54);
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    opacity: .85
}

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

.xgplayer-mobile {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.xgplayer-mobile * {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.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
}

@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(0deg)
    }
}

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

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

.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, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.75), rgba(0, 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.xgplayer-mobile .xg-center-grid {
    z-index: 2
}

.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
}

.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
}