@charset "UTF-8";
.Vn7WljCR{
    overflow: hidden;
    list-style-type: upper-roman;
    justify-self: stretch;
    position: relative;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.r3aGUxO{
    min-width: 40px;
    justify-self: stretch;
    padding-top: 2px;
    grid-area: grid-column-start;
    hyphens: manual;
    z-index: 5;
}
body{
    background-color: #000;
}
.wDGS7PNP{
    padding-bottom: 30px;
    position: static;
    padding-right: 12px;
    page-break-before: right;
}
.player_area{
    
    background-color: #000;
    position: relative;
    height: 100%;
    
}
.pcMvKlv2{
    scroll-behavior: initial;
    min-height: 60px;
    position: inherit;
    hanging-punctuation: first;
    page-break-before: inherit;
}
.player_area_table{
    width: 100%;
    height: 100%;
    text-align: center;
}
.player_cover{
    display: none;
    width: 100%;
    height: 100%;
}

/*.player_cover button{*/
/*    background-color:transparent;*/
/*    border-style:none;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: #eee;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    margin-left: -30px;*/
/*    margin-top: -30px;*/
/*    background: url(/static/icon/play.png) center no-repeat;*/
/*}*/

.btn_play {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background: rgba(255, 255, 255, .3);
    box-sizing: border-box;
    display: flex;
    justify-content:center;
    align-items:center;
}

.btn_play::after {
    content: ' ';
    border-left: 17px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    margin-left: 6px;
}

.lgHkc0ASub{
    padding-bottom: 8px;
    page-break-after: left;
    writing-mode: horizontal-tb;
    unicode-bidi: embed;
    user-select: all;
    object-position: inherit;
}
.player_loading{
    height: 100%;
    display: none;
    background-size: revert;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    font-size: 1.4rem;
    color: #eee;
}
.TlUwpQ8wsl{
    hanging-punctuation: first;
    min-width: 50px;
    justify-content: inherit;
    text-decoration-line: line-through;
    justify-self: stretch;
    text-transform: uppercase;
}
.player_box{
    display: block;
    width:100%;
    height: 100%;
    border: none;
    position: absolute;
    left:0;
    top:0;
    overflow: hidden;
}
.sV2MTipOl{
    min-width: 3px;
    opacity: 0.6;
    overflow: clip;
    margin-top: 10px;
    outline-style: none;
    padding-right: 2px;
    min-height: 14px;
}
.load {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.VUIJOi4FSL{
    text-decoration-line: inherit;
    min-width: 12px;
}
.load div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #eee;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.g9fXOxpKq{
    table-layout: inherit;
    list-style-type: decimal-leading-zero;
}
.load div:nth-child(1) {
    left: 6px;
    animation: load1 0.6s infinite;
}
.uHvvhJ5o{
    text-transform: uppercase;
    hyphens: manual;
    vertical-align: super;
    min-height: 20px;
    font-style: oblique;
    object-position: inherit;
    mix-blend-mode: saturation;
    list-style-type: disc;
    word-break: break-all;
}
.load div:nth-child(2) {
    left: 6px;
    animation: load2 0.6s infinite;
}
.LFosx1h{
    white-space: initial;
    word-break: keep-all;
}
.load div:nth-child(3) {
    left: 26px;
    animation: load2 0.6s infinite;
}
.aPT9jfJiJ{
    height: 14px;
    margin-right: 6px;
    object-position: inherit;
    text-align-last: start;
    min-height: 60px;
    page-break-inside: avoid;
    text-decoration-style: double;
    scroll-behavior: initial;
}
.load div:nth-child(4) {
    left: 45px;
    animation: load3 0.6s infinite;
}
.H6uddqb{
    font-style: italic;
    writing-mode: horizontal-tb;
    text-decoration-line: line-through;
    user-select: text;
    z-index: 999;
    word-break: keep-all;
    scroll-behavior: inherit;
}
@keyframes load1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
    }
    @keyframes load3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
    }
    @keyframes load2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(19px, 0);
    }
}
.mVKC3FDuly{
    font-style: italic;
    padding-top: 2px;
    writing-mode: horizontal-tb;
    list-style-type: lower-latin;
    table-layout: inherit;
    vertical-align: top;
}
.toast-wrapper {
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none;
}
.toast-item {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 10px 18px;
    margin-top: 10px;
    border-radius: 8px;
    font-size: 14px;
    animation: fadeInOut 2.5s ease-in-out forwards;
    white-space: nowrap;
}
@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    10% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}