@charset "utf-8";

/* 禁止选择和复制 */
* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

/* 允许输入框选择文本 */
input, textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: text;
}

/* 允许按钮显示指针 */
button, .btn, a, [onclick] {
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    border-radius: 16px;
    background-color: #F5F5F5;
}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, input, lengend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}
button, input, select, textarea, th {
    background-color: rgba(255,255,255,0.15);
    font-size: 14px;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}


#bg{
    transition: all ease-in-out 0.5s;
}
.lyblur{
   position:absolute;
   width:100%;
   height:100%;
   transition: all ease-in-out 0.3s;
}
#setimg {
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all ease-in-out 0.3s;
    position: fixed;
}
.setimgw{
    position:absolute;
    width:100%;
    height:100%;
    transition: all ease-in-out 0.5s;
}
#setimg img{
    width:100%;
    height:100%;
    object-fit: cover;
    display:none;
    transition: all ease-in-out 0.3s;
}
.wall-cover{
    background-size:cover;
    background-position:center center;
}
.setimgs{
    display:block !important;
    transition: all ease-in-out 0.3s;
}
.limenu {
    float: right;
    font-display: 'swap';
    font-size: 20px;
    border-radius: 3px;
    margin-top:0px;
	transition:all 0.4s ease;
	padding-left:10px;
}
.video{
	position:absolute;
	width:100%;
	z-index:0;
}
#vd{
	opacity:0.1;
	height:100vh;
	width: 100%;
    object-fit: cover;
    animation: fade-in 2s;
    animation-duration: 2s;
    -webkit-animation:fade-in 2s;
}
@keyframes fade-in {  
    0% {opacity: 0 !important;}
    20% {opacity: 0.8 !important;}
    40% {opacity: 0.16 !important;}
    60% {opacity: 0.24 !important;}
    80% {opacity: 0.32 !important;}
    100% {opacity: 0.4 !important;}
}  
@-webkit-keyframes fade-in {
    0% {opacity: 0 !important;}
    20% {opacity: 0.8 !important;}             
    40% {opacity: 0.16 !important;}
    60% {opacity: 0.24 !important;} 
    80% {opacity: 0.32 !important;}
    100% {opacity: 0.4 !important;}
} 
.linkbutton {
    padding: 2px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}
.linkbutton:hover .uid{
	display:none;
}
.linkbutton img:hover{
	opacity:1;
}
.linkbutton:hover{
	color:#ffe925;
	transition:ease .3s;
    box-shadow: 0 0 2px white;
    border-radius:50%;
}
.linkbutton img{
    position: relative;
    opacity:0.8;
    width:22px;
}
.tippy-box[data-theme~=la] {
    color: rgba(255,188,188);
    background-color: rgba(255,96,96,0.3);
}
.tippy-box[data-theme~=la][data-placement^=top]>.tippy-arrow:before {
    border-top-color: rgba(255,96,96,0.3);
    bottom:-8px;
}
.tippy-box[data-theme~=lb] {
    color: rgb(73 234 255);
    background-color: rgba(0,159,217,0.3);
}
.tippy-box[data-theme~=lb][data-placement^=top]>.tippy-arrow:before {
    border-top-color: rgba(0,159,217,0.3);
    bottom:-8px;
}
.tippy-box[data-theme~=li] {
    color: rgba(255,132,0);
    background-color: rgba(255,132,0,0.2);
}
.tippy-box[data-theme~=li][data-placement^=top]>.tippy-arrow:before {
    border-top-color: rgba(255,132,0,0.2);
    bottom:-8px;
}
.tippy-box[data-theme~=lw] {
    color: rgb(0,255,73);
    background-color: rgba(0,255,73,0.3);
}
.tippy-box[data-theme~=lw][data-placement^=top]>.tippy-arrow:before {
    border-top-color: rgba(0,255,73,0.3);
    bottom:-8px;
}
.tippy-box[data-theme~=lw][data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: rgba(0,255,73,0.3);
    top:-8px;
}
.tippy-box[data-theme~=ld] {
    color: rgba(255,255,255,0.8);
    background-color: rgba(255,255,255,0.3);
}
.tippy-box[data-theme~=ld][data-placement^=top]>.tippy-arrow:before {
    border-top-color: rgba(255,255,255,0.3);
    bottom:-8px;
}
.tippy-box[data-theme~=ld][data-placement^=left]>.tippy-arrow:before {
    border-left-color: rgba(255,255,255,0.3);
    left:16px;
}
.la{display:none !important;}
.la:hover{
    filter: drop-shadow(0px 0px 5px red) !important;
}
.lb:hover{
    filter: drop-shadow(0px 0px 0px #ffffff) !important;
}
.lc:hover{
    filter: drop-shadow(0px 0px 5px #000000) !important;
}
.lf:hover{
    filter: drop-shadow(0px 0px 5px #ffd400) !important;
}
.le:hover{
    filter: drop-shadow(0px 0px 5px blue) !important;
}
.li:hover{
    filter: drop-shadow(0px 0px 0px #ffffff) !important;
}
.lw:hover{
    color: #ffffff !important;
    filter: drop-shadow(0px 0px 0px #ffffff) !important;
}
.ld{
    margin-left: 6px;
    color:rgba(255,255,255,0.6);
}
.ld:hover{
    border-radius:unset !important;
    box-shadow:none !important;
    color:rgba(255,255,255,0.7) !important;
}
.bs{
    outline:none;
    background:rgba(255,255,255,0);
    border:0;
    color: rgb(255 255 255 / 60%);
    width:64px;
    margin-left:-10px;
    font-size:12px;
}
.bs:hover{
    outline:none;
    background:rgba(255,255,255,0);
    border:0;
    color:rgba(255,255,255,0.7);
    filter: drop-shadow(0px 0px 5px #eaeaea);
}
#xl{
   outline:none;background:rgba(255,255,255,0);border:0
}
.time{
   font-size:13px;
   color:rgba(255,255,255,0.8);
   margin-top:2px;
}
.week,.solarlunar{
   font-size:12px;
   color:rgba(255,255,255,0.8);  
   margin-top:-1px;
}
.solarlunar, .time {
    position: relative;
    margin-right: 12px;
}
.solarlunar:before, .time:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    right: 0;
    background: rgb(255 255 255 / 80%);
    margin-right: -9px;
}
.time:hover,.week:hover,.solarlunar:hover{
   color:rgba(255,255,255,0.8);  
   box-shadow:unset;
}
select {
    padding-left: 4px;
}
option {
  color:white;
  background:black !important;
}
#openWallpaperBtn{
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.fa-gittip{
    opacity:0.8;
    margin-right:0 !important;
}
/* ===== 设置弹窗遮罩 ===== */
.st-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999998;
    background: transparent;
}

/* ===== 设置弹窗主体（毛玻璃 - 伪元素分层渲染） ===== */
.st-panel {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    max-width: 92vw;
    max-height: 82vh;
    z-index: 99999999;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
    color: #fff;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
/* 毛玻璃效果独立层，不影响文字渲染 */
.st-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(1, 1, 1, 0.5);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
}

/* ===== 弹窗头部 ===== */
.st-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.st-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.5px;
}
.st-close {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
}
.st-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

/* ===== 弹窗内容区 ===== */
.st-body {
    padding: 8px 22px 0;
    overflow-y: auto;
    max-height: calc(82vh - 60px);
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.st-body::after {
    content: '';
    display: block;
    height: 22px;
    flex-shrink: 0;
}
.st-body::-webkit-scrollbar {
    display: none;
}

/* ===== 设置分区 ===== */
.st-section {
    margin-top: 16px;
}
.st-section:last-child {
    margin-bottom: 6px;
}
.st-label {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 14px;
    margin-bottom: 10px;
}
.st-label:first-child {
    margin-top: 0;
}

/* ===== 控制组 ===== */
.st-ctrl {
    margin-bottom: 16px;
}
.st-ctrl-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}
.st-ctrl-head i {
    opacity: 0.6;
    margin-right: 2px;
}
.st-ctrl-right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.st-val {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    min-width: 36px;
    text-align: right;
}

/* ===== 滑块 ===== */
.st-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.12);
    outline: none;
    cursor: pointer;
    margin: 6px 0;
}
.st-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    transition: transform 0.15s ease;
}
.st-range::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}
.st-range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* ===== 药丸按钮 ===== */
.st-pills {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 2px;
}
.st-pills::-webkit-scrollbar {
    display: none;
}
.st-pill {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: auto;
    white-space: nowrap;
    flex-shrink: 0;
    -webkit-user-select: none;
    user-select: none;
}
.st-pill:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
}
.st-pill.st-pill-on {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
}
.st-pill-sm {
    padding: 3px 10px;
    font-size: 11px;
}

/* ===== EQ 均衡器（竖排10频段） ===== */
.st-eq {
    margin-top: 8px;
    padding: 10px 0 4px;
}
.st-eq-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    padding: 0 2px;
}
.st-eq-band {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
    min-width: 0;
}
.st-eq-db {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
    min-width: 20px;
    text-align: center;
    line-height: 1;
}
.st-eq-vrange {
    /* 隐藏原生range，由JS自定义滑块替代 */
    display: none;
}
/* 自定义EQ垂直滑块 */
.st-eq-track {
    position: relative;
    width: 28px;
    height: 100px;
    cursor: pointer;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}
.st-eq-track::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 1px;
}
.st-eq-thumb {
    position: absolute;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: background 0.15s;
}
.st-eq-track:active .st-eq-thumb,
.st-eq-track.st-eq-dragging .st-eq-thumb {
    background: #fff;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}
.st-eq-vrange::-webkit-slider-runnable-track {
    background: transparent;
}
.st-eq-vrange::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.st-eq-vrange::-moz-range-track {
    background: transparent;
    border: none;
}
.st-eq-vrange::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.st-eq-hz {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.3);
    white-space: nowrap;
    line-height: 1;
}
.st-eq-reset {
    margin-top: 8px;
    text-align: center;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.2s;
    display: inline-block;
    width: 100%;
    -webkit-user-select: none;
    user-select: none;
}
.st-eq-reset:hover {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.06);
}

/* ===== 音调控制 ===== */
.st-key-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.st-key-btn {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: auto;
    line-height: 1;
    -webkit-user-select: none;
    user-select: none;
}
.st-key-btn i {
    font-size: 10px;
    line-height: 1;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    opacity: 1;
}
.st-key-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}
.st-key-btn:active {
    transform: scale(0.92);
}

/* 颜色色块 */
.st-color-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}
.st-color-swatch {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    flex-shrink: 0;
}
.st-color-swatch:hover {
    transform: scale(1.15);
}
.st-color-active {
    border-color: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}
.st-color-none {
    background: rgba(255, 255, 255, 0.08) !important;
    position: relative;
    overflow: hidden;
}
.st-color-none::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 50%;
    width: 1.5px;
    height: calc(100% - 4px);
    background: rgba(255, 80, 80, 0.7);
    transform: translateX(-50%) rotate(45deg);
    border-radius: 1px;
}
.st-color-input {
    width: 100%;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    box-sizing: border-box;
    margin-bottom: 8px;
    outline: none;
    transition: border-color 0.2s ease;
}
.st-color-input:focus {
    border-color: rgba(255, 255, 255, 0.35);
}
.st-inline-swatch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    flex-shrink: 0;
}

/* ===== 功能按钮 ===== */
.st-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 2px;
}
.st-row::-webkit-scrollbar {
    display: none;
}
.st-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: auto;
    white-space: nowrap;
    flex-shrink: 0;
    -webkit-user-select: none;
    user-select: none;
}
.st-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.95);
}
.st-btn.st-on {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
}
.st-btn.st-btn-off {
    opacity: 0.3;
    pointer-events: none;
}
.st-btn i {
    font-size: 13px;
    opacity: 0.7;
}
.st-btn.st-on i {
    opacity: 1;
}

/* ===== 壁纸网格 ===== */
.st-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.st-grid-item {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 2px solid transparent;
}
.st-grid-item:hover {
    transform: scale(1.04);
    border-color: rgba(255, 255, 255, 0.2);
}
.st-grid-item img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}
.st-grid-item.st-selected {
    border-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}
.st-grid-item.st-selected:after {
    content: '\2713';
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 11px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* ===== 幻灯片模式 ===== */
#slideshowOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #000;
    cursor: none;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.4s ease;
}
#slideshowOverlay .slideshow-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
    animation: slideshowZoom 10.5s ease-in-out forwards;
    pointer-events: none;
}
@keyframes slideshowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.12);
    }
}
#slideshowLyric {
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10000000000;
    pointer-events: none;
    padding: 0 40px;
    box-sizing: border-box;
}
#slideshowLyric .slideshow-lyric-line {
    display: block;
    line-height: 1.5;
    letter-spacing: 2px;
}
#slideshowLyric svg {
    display: block;
    width: 100%;
}
#slideshowLyric .slideshow-tlyric {
    display: block;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(to right, #ffffff 100%, #37d8ff 40%, #ffdd5b 50%, #ff5151 80%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0;
}

img {
    border: 0 none;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
a {
    color:white;
    text-decoration: none
}
a:focus, button:focus, input:focus {
    outline: 0
}
.text-center {text-align: center;}
.clear-fix {zoom: 1;}
.clear-fix:before, .clear-fix:after {display: table;line-height: 0;content: "";}
.clear-fix:after {clear: both; }
.hidden {display: none !important;}
.mCSB_container::-webkit-scrollbar{
    width:0;
    height:0;
}
#lyric::-webkit-scrollbar{
    width:0;
    height:0;
}
#isIE{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.8);
    z-index:99999999999999999999999999;
}
#isIE p{
    position:absolute;
    color:red;
    font-size:18px;
    font-weight:600;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
html,body{
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    background-image: linear-gradient(45deg, #03a9f4 20%, #ff82aa 80%);
    font-family: "Noto Sans SC", sans-serif;
}
#setimgs:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIzMjU2Mjk3QTFBNTExRUU5NUZFREQwNzc4M0RCQUU3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIzMjU2Mjk4QTFBNTExRUU5NUZFREQwNzc4M0RCQUU3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjMyNTYyOTVBMUE1MTFFRTk1RkVERDA3NzgzREJBRTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjMyNTYyOTZBMUE1MTFFRTk1RkVERDA3NzgzREJBRTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz67/qNdAAAAHElEQVR42mL4//8/AxQwAbExjMOIzGHAywEIMADf/wPNklW80wAAAABJRU5ErkJggg==);
    opacity: 0.5;
    transition: all ease-in-out 0.3s;
}
#blur-img {
    position: fixed;
    height: 150%;
    width: 150%;
    top:-25%;
    left:-25%;
    overflow: hidden;
    filter: brightness(0.8);
}
#blur-img:before{
    display:none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity:1;
    width: 100%;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIzMjU2Mjk3QTFBNTExRUU5NUZFREQwNzc4M0RCQUU3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIzMjU2Mjk4QTFBNTExRUU5NUZFREQwNzc4M0RCQUU3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjMyNTYyOTVBMUE1MTFFRTk1RkVERDA3NzgzREJBRTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjMyNTYyOTZBMUE1MTFFRTk1RkVERDA3NzgzREJBRTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz67/qNdAAAAHElEQVR42mL4//8/AxQwAbExjMOIzGHAywEIMADf/wPNklW80wAAAABJRU5ErkJggg==);
}
#particles-js{
    position:absolute;
    width:100%;
    height:100%;
    pointer-events: none;
    opacity:0;
    transition: opacity ease-in-out 0.5s;
    z-index:0;
}
.particles-js-canvas-el{
    width:100%;
    height:100%;
    transition: opacity ease-in-out 0.5s;
}
#mobile-blur {
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
}
.blur-mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    opacity:0.5;
    top: 0;
    left: 0;
    overflow: hidden;
}
.mobile-mask {
    filter:alpha(opacity=60); 
    -moz-opacity:0.6; 
    opacity:0.6;
}
#mkplayer{
    display: none;
}
.header {
	user-select: none;
    height: 50px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index:10;
}
.logo {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    color: rgba(255,255,255,0.6);
    width:100%;
    display: flex;
	padding:10px 20px;
    justify-content: flex-start;
    align-items: center;
}
.logoname{
	font-size:22px;
	filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.3));
}
.title-wkins{
    font-size:16px;
    margin-left:-4px;
}


.logoimg{
    width: 36px;
    position: absolute;
    transform: translateX(4px) translateY(4px);
    transition: all ease 0.5s;
	filter: drop-shadow(0px 0px 6px #00a);
}
.logoimg:hover{
	filter: drop-shadow(0px 0px 6px #a78);
    transition: all ease 0.5s;	
}
.container{
    position: relative;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 200px);
    margin: 0 auto;
    border-radius:10px;
}
.center{
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: 120px;
}
.btn-bar {
user-select: none;
    position: absolute;
    display: inline-block;
    left: 0;
    right: 570px;
    height: 55px;
    background:rgba(255,255,255,0.05);
    border-radius:10px 10px 0 0;
    background: linear-gradient(to right, rgb(255 255 255 / 3%) 0%, rgb(255 255 255 / 1%) 100%);
}
.btn-box {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.player-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 5;
    transition: opacity 0.3s ease;
}
.brand-logo2 {
    width: 64px;
    height: 64px;
}
.brand-name2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.gdid {
    position: relative;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
}
.btn {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    color: #fff;
    background:rgba(255,255,255,0);
    font-family:sans-serif;
    font-size: 12px;
    padding: 4px 20px;
    margin: 0 4px;
    backdrop-filter: blur(1px);
}
.btn:hover {
    background: rgb(255, 255, 255, 0);
}
.btn[data-action='player'] {
    display: none;
}
.active{
    pointer-events: none;
    background: #ffffff50;
    color: white;
}
.search{
    pointer-events:auto;
}
.search.active:hover {
    background: #ffffff50;
}
.wdname{
    color: #46ff32;
    font-size: 12px;
    font-weight: bold;
}
.wdauthname{color:#ffffff}
.wdalbumname{color:#ffffff;}
.active:before{
    display: none;
    content: '';
    width: 15px;
    height: 6px;
    position: absolute;
    background: #ff5e5e;
    bottom: -6px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    left: 50%;
    transform: translate(-50%);
}
input:-moz-placeholder,textarea:-moz-placeholder {   
    color: #bfbfbf;
    font-size:12px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {   
    color: #bfbfbf;
    font-size:12px;
}
.layui-layer{
    width:300px !important;
}
.fa{
    margin-right:4px;
    }
#search-area {
    padding: 16px 15px;
}
.search-group {
    padding-bottom: 20px;
    display:flex;
    flex-wrap: nowrap;
	align-items: center;
}
.search-group>input, .search-group>button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-group>input {
    padding: 5px;
    border:unset;
    height: 35px;
    width: 80%;
	color: #ffffff;
	text-align:center;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.search-group>button {
    border: unset;
    color:#ffc107;
    height: 35px;
    line-height:34px;
    width: 20%;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	transition:ease .5s;
}
.search-group>button:hover{
	color:#fff;
	transition:ease .3s;
	background:rgba(255,193,7,0.5);
}

/* 歌单操作按钮 */
.playlist-actions {
    position: fixed;
    left: 114px;
    margin-top: -58px;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    z-index: 10;
    max-width: calc(100vw - 130px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.playlist-actions::-webkit-scrollbar {
    display: none;
}

/* 中等屏幕适配 (770px-1200px) */
@media (min-width: 769px) and (max-width: 1200px) {
    .playlist-actions {
        left: 10px;
        margin-top: -50px;
        max-width: calc(100vw - 26px);
    }
}

/* 手机端适配 */
@media (max-width: 768px) {
    .playlist-actions {
        left: 10px;
        margin-top: -50px;
        max-width: calc(100vw - 0px);
    }
}

.playlist-btn {
    padding: 3px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 10px;
    cursor: pointer;
    transition: all 0.3s;
    backdrop-filter: blur(4px) opacity(0.8);
    white-space: nowrap;
    flex-shrink: 0;
}

.playlist-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

.online-count {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

/* 内嵌搜索框样式 */
.search-actions {
    gap: 0 !important;
}
.inline-search-form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 280px;
}
.inline-search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.inline-search-input {
    width: 100%;
    padding: 3px 28px 3px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 10px;
    line-height: normal;
    outline: none;
    transition: all 0.3s;
    backdrop-filter: blur(4px) opacity(0.8);
}
.inline-search-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.inline-search-input:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.15);
}
.inline-search-icon {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.inline-search-icon svg {
    width: 12px;
    height: 12px;
    display: block;
}
.inline-search-icon:hover {
    color: #fff;
}

/* 已保存歌单列表样式 */
.saved-playlist-container {
    max-height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
}

.saved-playlist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: all 0.3s;
}

.saved-playlist-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.saved-playlist-item .playlist-name {
    flex: 1;
    color: #fff;
    font-size: 14px;
}

.saved-playlist-item .playlist-info {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.saved-playlist-item .playlist-delete {
    color: #ff5e5e;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s;
}

.saved-playlist-item .playlist-delete:hover {
    color: #ff3333;
}
.radio-group>label {
	padding:4px;
}
.radio-group>label>input {
    vertical-align: -4px;
}
.data-area {
    position: absolute;
    left: 0;
    right: 570px;
    top: 55px;
    bottom: 0;
    overflow: hidden;
    background: linear-gradient(to right, rgb(255 255 255 / 2%) 0%, rgb(255 255 255 / 1%) 100%);
    border-radius:0 0 10px 10px;
}
.data-box {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 60px;
    bottom: 10px;
    overflow:hidden;
    overflow-y: auto;
    -ms-overflow-style:none;
    scrollbar-width:none;
    overflow:-moz-scrollbars-none;
}
.fa-caret-right {
    margin-left: 4px;
    margin-top:2px;
}
.listname {
    font-size: 12px;
    font-weight: bold;
    margin: 0 4px;
    color:#ffffff;
    min-width:60px;
    text-align:center;
}
.sheetplay {
    margin: 0 10px;
}
.list-head {
    height: 40px;
    pointer-events: none;
    position: fixed !important;
    max-width: calc(100% - 790px);
    z-index: 10;
    margin-top: -32px;
}
.list-item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color:#ffffff;
    font-size: 12px;
    overflow: hidden;
    position: relative;
}
.list-item:hover{
    background-image: linear-gradient(to right, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    border-radius: 8px;
    backdrop-filter: blur(6px);
}
.list-head:hover{
    background:none !important;
}
.list-playing {
    background-image: linear-gradient(to right, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%) !important;
    border-radius: 8px !important;
    font-size: 12px;
    font-weight:600;
    backdrop-filter: blur(6px) !important;
}
.list-playing .fa-search{
    visibility: visible !important;
    opacity: 1 !important;
}
.list-num {
    display: block;
    width: 30px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.list-playing .list-num {
    background: url("../images/wave.svg") 10px 10px no-repeat;
    text-indent: -99px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-radius:6px;
}
.music-name {
    position: relative;
    display: block;
    width: auto;
    margin-left: 40px;
    margin-right: 500px;
    height: 100%;
}
.music-name-cult {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-item:hover .music-name-cult {
    padding-right: 150px;
}
.list-playing:hover .music-name-cult {
    padding-right: 100px;
}
.auth-name,.music-album {
    position: relative;
    display: block;
    float: right;
    height: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.auth-name{
    width:230px;
}
.music-album{
    width:270px;
}
.auth-name .fa-search,.music-album .fa-search{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    margin-right:0;
}
.auth-name:hover .fa-search, .auth-name:hover {
    visibility: visible;
    opacity: 1;
    color: #ffffff;
}
.music-album:hover .fa-search, .music-album:hover {
    visibility: visible;
    opacity: 1;
    color: #ffffff;
}
.list-mobile-menu {
    display: none;
}
.list-playing .auth-name{
    color: #ffffff;
}

.list-playing .music-album{
    color: #ffffff;
}
.list-menu {
    position: absolute;
    right: 40px;
    top: 50%;
    overflow: hidden;
    font-size: 0;
    height: 36px;
    margin-top: -18px;
    float: right;
    display: none;
}
.list-item:hover .list-menu {
    display: block;
}
.list-head:hover .list-menu {
    display: none;
}
.list-head .music-album{
    color: #ffffff;
    left:20px;
}
.list-head .auth-name{
    color:#ffffff;
    left:20px;
}
.list-head .music-name{}
.list-icon {
    display: block;
    width: 36px;
    height: 36px;
    float: left;
    margin-left: 10px;
    transform: scale(0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    transition: all 0.3s ease;
}
.list-icon:hover {
    color: #ffffff;
    transform: scale(0.8);
}
.list-playing .icon-play{
    display: none;
}
.icon-play {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-download {
    display: none;
    align-items: center;
    justify-content: center;
}
.icon-share {
    display: none;
    align-items: center;
    justify-content: center;
}
.share-url {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
    color: #333;
    height: 35px;
}
.share-tips {
    font-size: 12px;
    color: #a9a9a9;
}

.sheet-item {
    position: relative;
    display: flex;
    width: calc(100% / 14 - 16px);
    float: left;
    text-align: center;
    margin: 4px 8px;
    border-radius: 4px;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sheet-item-ad {
    position: relative;
    display: flex;
    width: calc(100% / 14 - 16px);
    float: left;
    text-align: center;
    margin: 4px 8px;
    border-radius: 4px;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sheet-item:hover{}
.custom{
    padding: 2px 4px !important;
    font-size: 12px;
    line-height: 16px;
    backdrop-filter: blur(4px);
    background:rgba(255,255,255,0.05);
}
#sheet{
    top:-20px;
}
.custom-sheet-item,.custom-sheet-item-user{
    width: calc(100% - 28px) !important;
    font-size:12px;
    left:-4px;
    height: 26px;
    margin-top:20px;
    color: white;
    justify-content: flex-start;
    cursor: auto !important;
    white-space: nowrap;
    padding-left:8px;
    background: linear-gradient(to right, rgba(255, 255, 255, .08) 0, rgba(255, 255, 255, 0) 50%);
    backdrop-filter: blur(2px) opacity(0.8);
}
.custom-sheet-item:hover, .custom-sheet-item-user:hover{}
.sheet-item:nth-child(1) .music_co{
	opacity:1;
}
.sheet-item:nth-child(3):after{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    color: rgb(255 255 255 / 25%);
    font-size: 10px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}
.sheet-cover {
    display: block;
    width: 100%;
    height:100%;
    margin: 0;
    object-fit: cover;
}
.sheet-cover:hover{}
@-webkit-keyframes jcmusicsheet {
0%{ 
    -webkit-transform: rotate(0deg);
    opacity:0.9;border-radius:50%;
}
15%{
    -webkit-transform: rotate(51deg);
    opacity:0.8;border-radius:40%;
}
30%{
    -webkit-transform: rotate(102deg) scale(0.9);
    opacity:1;border-radius:30%;
}
45%{
    -webkit-transform: rotate(153deg) scale(0.8);
    opacity:0.5;border-radius:20%;
}
60%{
    -webkit-transform: rotate(204deg) scale(0.8);
    opacity:0.8;border-radius:10%;
}
75%{
    -webkit-transform: rotate(260deg) scale(0.8);
    opacity:0.2;border-radius:30%;
}
90%{
    -webkit-transform: rotate(320deg) scale(0.9);
    opacity:0.8;border-radius:40%;
}
100%{
    -webkit-transform: rotate(360deg) scale(1);
    opacity:1;border-radius:50%;
}
}

.sheet-playing:before {
    content: '';
    position: absolute;
    top: 15%;
    left: 15%;
    width: 0px;
    height: 0px;
    z-index:11;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sheet-playing:after{
    width: 0%;
    content: '' !important;
    position: absolute;
    top: 2%;
    text-indent: 10px;
    pointer-events: none;
    font-size: 8px !important;
    color: #ffffff !important;
    padding: 0px 0px 0 2px;
    height:80%;
    line-height:16px;
    z-index:10 !important;
    backdrop-filter: blur(1px) opacity(0.8);
}
.sheet-item:nth-child(1) .sheet-playing:after{
    display:none;
}
.sheet-playing .music_ti{
    z-index:11;
    background-image:unset;
}
.sheet-playing .music_ti:before{}
.sheet-playing .music_co{
	opacity:1;
    width: 100%;
}	
.sheet-playing .music_co:before{
    content:'';
    position:absolute;
    width:0%;
    height:0%;
    background-image: linear-gradient(90deg, rgb(189 233 255 / 80%) 3%, transparent 0), linear-gradient(1turn, rgb(255 212 212 / 80%) 3%, transparent 0);
    background-size: 18px 17px;
    transform: rotate(45deg);
}
.sheet-playing .sheet-cover{
	opacity:1;
}
.sheet-playing .sheet-name{
	color:#ffffff;
	margin-top:0 !important;
}
.sheet-playing:hover{}
.sheet-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow:hidden;
    -webkit-box-orient: vertical;
}
.sheet-name:hover{}

.login-btn {
    padding: 2px 4px;
    height: 16px !important;
    line-height: 16px !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    appearance: none;
    -webkit-appearance: none;
    text-align: left !important;
}
.login-btn a{
    color:white;
}
.login-btn:hover {
    color: #ffe500;
}
.login-in:nth-child(2){
    margin-right:8px;
}
.login-out{
    margin-right:4px;
}
.layui-layer-prompt .layui-layer-input{
   color:white !important;
}
.layui-layer-dialog .layui-layer-content{
   background:rgba(255 255 255 / 0%) !important;
   margin:10px;
   border-radius:10px;
}
.layui-layer-title{
   filter:unset !important;
}
.username{
font-weight: bold;
    font-family: sans-serif;
    padding: 0px 4px;
    color: white;
}
.player {
    height: 100%;
    width: 550px;
    float: right;
    position: relative;
    transition: all ease-in-out 0.3s;
    border-radius:10px;
    background: linear-gradient(to top,rgb(255 255 255 / 0%) 0,rgb(255 255 255 / 2%) 50%,rgb(255 255 255 / 0%) 100%);
}
.full-player{
    width:100% !important;
    height:100%;
    top:0;
    left:0;
    display:flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 100px;
    padding: 0 50px;
    padding-left: 20vw;
    box-sizing: border-box;
    transition: all ease-in-out 0.3s;
    background: linear-gradient(to left, rgb(255 255 255 / 0%) 0%, rgba(255 255 255 / 2%), rgb(255 255 255 / 0%) 100%);
}
.full-player .lyric-name{
    letter-spacing:0px;
    margin-top: 0;
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 2;
}
.full-player .mc{
    margin-top:0;
}
.full-player .music-cover{
    width:150px;
    height:150px;
}
.full-player .lplaying{
    letter-spacing:2px;
    line-height: 2;
    font-size:28px !important;
}
.full-player .lrc-item{
    font-size:28px;
}
.full-player .lplaying>.tlyric{
    letter-spacing:1px;
}
.btn-bar, .data-area {
    transition: opacity ease-in-out 0.3s;
}
.btn-bar.hidden, .data-area.hidden {
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
}
.music_co{
    width: 100%;
    aspect-ratio:1;
    left: 0;
    position: relative;
    top: 0;
    border-radius:6px;
    overflow:hidden;
    user-select: none;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}
.music_co-ad{
    opacity:0.85;
    left: 0;
    position: relative;
    aspect-ratio: 1;
    top: 0;
    border-radius:6px;
    overflow:hidden;
    user-select: none;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.3s;
}
._2tmbv35nrc{
    width:100%;
    height:100%;
}
._cz9jjvqe5ze{
    width:100%;
    height:100%;
    display:flex;justify-content:center;align-items:center;
}
._cz9jjvqe5ze iframe{
    transform: scale(1.1);
}
.music_co:hover,.sheet-item:hover .music_co{
    width:100%;
    min-width:unset;
    opacity:1;
    filter: brightness(0.9);
    transition: all ease-in-out 0.3s;
}
.music_ti{
    position: relative;
    height: 35px;
    line-height:14px;
    bottom:0;
    border-radius:8px;
    overflow:hidden;
    width:100%;
    color:rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    transition: all ease-in-out 0.3s;
}
.music_ti-ad{
    position: relative;
    height: 35px;
    line-height:14px;
    bottom:0;
    border-radius:8px;
    overflow:hidden;
    width:100%;
    color:rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    transition: all ease-in-out 0.3s;
}
.music_ti:hover,.sheet-item:hover .music_ti{
    color:white;
    backdrop-filter: blur(2px);
    background-color: unset;
    transition: all ease-in-out 0.3s;
    border-radius:0;
    align-items: center;
}
.music_ti-ad:hover, .sheet-item:hover .music_ti-ad {
    color: #fff;
    backdrop-filter: blur(2px);
    background-color: unset;
    transition: all ease-in-out .3s;
    border-radius: 0;
    align-items: center;
}

.music_co:hover,.sheet-playing:hover .music_co{
    filter: unset;
}
.cover {
    position: relative;
    display: flex;
    justify-content: center;
    width: 200px;
    height: 200px;
    margin: auto;
    margin-top:20px;
}
.mc{
    width:180px;
    height:180px;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
    transition: all ease-in-out .5s;
}
.music-cover {
    width:120px;
    height:120px;
    z-index:1;
    border:0px solid rgba(255,255,255,0.1);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
    box-shadow: 0 0 0 0px rgb(255 255 255 / 20%);
    border-radius:50%;
    -webkit-animation:jcmusic 30s infinite linear ;
    animation:jcmusic 30s infinite linear ;
    animation-play-state: running;
    transition: all ease-in-out .5s;
}
.music-cover.paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
@keyframes jcmusic {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@-webkit-keyframes jcmusicd {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.9;
}
20% {
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
    opacity: 0.9;
}
40% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg) ;
    opacity: 1;
}
60% {
    -webkit-transform: rotate(-216deg);
    transform: rotate(-216deg) ;
    opacity: 0.8;
}
80% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg) ;
    opacity: 0.85;
}
100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg) ;
    opacity: 0.9;
}
}
.lyric {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 330px;
    bottom: 10px;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    color: rgba(225, 225, 225, 0.8);
    line-height: 2;
    padding: 20px 0;
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}
#lyric {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style:none;
    scrollbar-width:none;
    overflow:-moz-scrollbars-none;
}
#lyric::before,
#lyric::after {
    content: '';
    display: block;
    height: var(--lyric-spacer-h, 0px);
    pointer-events: none;
}

/* 全屏模式下不需要遮罩，因为只显示一句歌词 */
.full-player .lyric {
    mask-image: none !important;
    -webkit-mask-image: none !important;
}

.lplaying{
    opacity:1 !important;
}
.tran{
    position:absolute;
    z-index:10;
    right: 10px;
    bottom: 165px;
    opacity:1;
    backdrop-filter: blur(4px);
    border-radius:5px;
}
.lyric-active,
#lyric-full,
.tran button,
#music-info{
    position: absolute;
    z-index: 10;
    right: 10px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.lyric-active:hover,
#lyric-full:hover,
.tran button:hover,
#music-info:hover{
    color: #ffffff;
}
.lyric-active{
    bottom: 120px;
}
#lyric-full{
    bottom: 75px;
}
#music-info{
    bottom: 30px;
}
.tran button{
    right: 0;
    bottom: 0;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}
.lyactie{
    background:rgba(255,255,255,0.2);
}
.lrc-itemop{
    opacity:0;
}
.tlyric{
    visibility: visible;
    bottom: 10px;
    position: relative;
}
.tlyric.hidden {
    visibility: hidden;
}
.fa-caret-down{
    margin-right:0;
    font-size:17px;
}
.fa-close{
    margin-right:0px;
}
.fa-language{
    color:white;
    font-size:16px;
    margin-right:0;
    padding: 4px 2px;
    transform: rotateY(0deg);
    transition: all ease 1s;
}
.fa-expand{
    margin-right: 0;
    transform: rotate(90deg);
}
.fa-eye-slash{
   margin-right:0 !important;
   color:white;
}
.fa-arrow-circle-down{
   margin-right:0 !important;
}
.fa-gb{
    transform: rotateY(180deg);
    transition: all ease 1s;
}
.fa-ban{
    color: rgb(255 0 0 / 60%);
    margin-right: 0;
    margin-top: -2px;
}
#lyric>li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.8s ease, opacity 0.8s ease, filter 0.8s ease;
    color: rgba(255,255,255,0.5);
    font-family: "Noto Sans SC", sans-serif;
    font-size: 16px;
    line-height: 2;
    margin: 0;
    padding: 0;
}
#lyric .lplaying {
    transition: color 0.3s ease-in-out, filter 0.3s ease-in-out, font-weight 0.3s ease-in-out, letter-spacing 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0.3s ease-in-out;
    font-size: 16px !important;
    line-height: 2 !important;
    letter-spacing: 0px;
    font-weight: bold;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2));
    background: linear-gradient(to right, #ffffff 100%, #37d8ff 40%, #ffdd5b 50%, #ff5151 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 全屏模式下的歌词 - 固定在屏幕底部，无滚动无跳动 */
.full-player #lyric {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: visible;
    z-index: 2;
    pointer-events: none;
}
.full-player #lyric>li {
    display: none !important;
}
.full-player #lyric .lplaying {
    display: block !important;
    opacity: 1 !important;
    font-size: clamp(40px, 8vw, 48px) !important;
    line-height: 1.5 !important;
    letter-spacing: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}
.full-player .lplaying .tlyric {
    font-size: clamp(24px, 5vw, 56px);
}
.lplaying .tlyric{
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2));
    background: linear-gradient(to right, #ffffff 100%, #37d8ff 40%, #ffdd5b 50%, #ff5151 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing:0px;
}
@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}
.lyric-tip {
    position: absolute;
    width: 100%;
    top: 50%;
    font-size: 18px;
    color: rgba(255,255,255,0.3) !important;
}
#music-info {
    position: absolute;
    z-index: 10;
    right: 10px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
#music-info:hover {
    color: #ffffff;
}

.infoc{
 border-radius: 50%;
}
.info-btn {
    background: rgba(255,255,255,0.08);
    padding: 2px 6px;
    padding-right:8px;
    border-radius: 4px;
    transition: all ease 0.3s;
}
.info-btn:hover {
    background: rgba(255,255,255,0.2);
    color: #ffe200;
    transition: all ease 0.3s;
}

.info-wai{
    display:none;
}
.footer {
    height: 80px;
    bottom: 20px;
    width: 100%;
    position: absolute;
}
.footer .container{
    background: linear-gradient(to left, rgb(255 255 255 / 2%) 0%,rgba(255 255 255 /1%), rgb(255 255 255 / 2%) 100%);
    border-radius:10px;
}
.player-btn {
    background-image: url("../images/player.png");
    opacity: .8;
    filter: alpha(opacity=80);
}
.player-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1.1);
}
.con-btn {
    float: left;
    width: 130px;
    height: 100%;
    position: relative;
    margin: 0 10px;
}
.con-btn a {
    display: inline-block;
    position: absolute;
    top: 50%; 
    transition: all ease-in-out 0.3s;
}
.btn-prev, .btn-next {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 20px;
    margin-top: -10px; 
}
.btn-prev {
    background-image: url(3.svg);
    width: 30px;
    height: 30px;
    margin-top: -15px; 
}
.btn-next {
    background-image: url(6.svg);
    right: 30%;
    width: 30px;
    height: 30px;
    margin-top: -15px; 
}
.btn-play, .btn-state-paused {
    width: 30px;
    height: 30px;
    margin-top: -15px; 
    left: 32%;
    margin-left: -10px; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-play {
    background-image: url(4.svg);
}
.btn-state-paused {
    background-image: url(5.svg);
}
.btn-order{
    background-image: url(7.svg);
    background-position: 0 -173px;
    background-size: 450%;
    right: 0;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-order-single {
    background-image: url(9.svg);
}
.btn-order-list {
    background-image: url(7.svg);
}
.btn-order-random {
    background-image: url(8.svg);
}
.progress {
    width: auto;
    margin-left: 150px;
    margin-right: 200px;
    height: 100%;
    position: relative;
}
.progress-box {
    position: absolute;
    height: 20px;
    left: 50px;
    right: 40px;
    top: 50%;
    margin-top: -9px;
}
.vol {
    float: right;
    width: 200px;
    height: 100%;
    right: 0;
    position: relative;
}
.quiet {
    width: 60px;
    height: 100%;
    position: relative;
    float: left;
}
.btn-quiet, .btn-state-quiet {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 0;
    margin-top: -11px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.btn-quiet {
    background-image: url(1.svg);
}
.btn-state-quiet {
    background-image: url(2.svg);
}
.volume {
    position: relative;
    margin-left: 60px;
    height: 100%;
    overflow: hidden;
}
.volume-box {
    position: absolute;
    height: 20px;
    left: 10px;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}
.mkpgb-area {
    position: relative;
    height: 100%;
    font-size:14px;
}
.mkpgb-bar {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px; 
    margin-top: -1px; 
    border-radius: 4px;
    background-color: rgba(255,255,255,0.2);
    overflow: hidden;
}
.mkpgb-cur {
    position: absolute;
    background-color: #ffffff; 
    width: 0; 
    height: 4px; 
    top: 50%;
    margin-top: -1px; 
    border-radius: 4px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
}
.mkpgb-dot {
    width: 8px; 
    height: 8px; 
    background-color: #fff; 
    border-radius: 5px; 
    overflow: hidden; 
    position: absolute; 
    left: 0px; 
    margin-left: -4px; 
    top: 50%; 
    margin-top: -3px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
}
.lyric-name{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-top: 240px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-weight: bold;
    filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.2));
    transition: all ease-in-out .5s;
    padding: 0 20px;
    box-sizing: border-box;
}
.song-name {
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}
.artist-name {
    font-size: 16px;
    opacity: 0.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}
.full-player .song-name {
    font-size: 0px !important;
}
.full-player .artist-name {
    font-size: 80px;
    opacity: 0.05;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    text-align: center;
    z-index: auto;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

/* 新全屏歌词布局：封面左 | 歌名歌手歌词居中 */
.full-player .lyric-name {
    display: none;
}

.full-player .cover {
    flex-shrink: 0;
    width: 220px;
    height: 220px;
    margin: 0;
    position: relative;
}

.full-player .mc {
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.full-player .music-cover {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.full-player .player-brand {
    display: none;
}

.full-player .lyric {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    flex: none;
    width: 600px;
    max-width: 400px;
    height: 60vh;
    margin: 0;
    padding: 0;
    mask-image: none;
    -webkit-mask-image: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.full-player .lyric-info {
    display: block;
    margin-bottom: 30px;
    padding-left: 0;
    border-left: none;
    text-align: left;
}

.full-player .lyric-song-name {
    font-size: 24px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
}

.full-player .lyric-artist-name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
}

.full-player #lyric {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 50vh;
    overflow: visible;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}

.full-player #lyric::-webkit-scrollbar {
    display: none;
}

.full-player #lyric::before,
.full-player #lyric::after {
    display: none;
}

.full-player #lyric > li {
    display: none !important;
    text-align: left;
    padding: 0;
    margin: 0;
    border-radius: 0;
    transition: all 0.3s ease;
}

.full-player #lyric .lplaying {
    display: block !important;
    font-size: clamp(18px, 3vw, 28px) !important;
    line-height: 1.5 !important;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.95);
    background: linear-gradient(to right, #ffffff 100%, #37d8ff 40%, #ffdd5b 50%, #ff5151 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
    white-space: normal !important;
    word-break: break-word;
}

.full-player .lplaying .tlyric {
    display: block;
    font-size: clamp(14px, 2vw, 18px);
    margin-top: 8px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(55, 216, 255, 0.8), rgba(255, 221, 91, 0.8), rgba(255, 81, 81, 0.8));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 0px;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2));
    white-space: normal !important;
    word-break: break-word;
}

@keyframes lyricPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
    }
    50% {
        transform: scale(1.02);
        filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.4));
    }
}

/* 全屏模式下隐藏不需要的元素 */
.full-player .lyric-active,
.full-player #lyric-full,
.full-player .tran,
.full-player #music-info {
    z-index: 100;
}

.mkpgb-locked {
    cursor: not-allowed;
}
.mkpgb-ttime{
    position: absolute;
    margin-right: -50px;
    right:0;
    color: #efe9e8;
}
.mkpgb-ztime{
    position: absolute;
    margin-left: -50px;
    color: #efe9e8;
}
#music-progress .mkpgb-color {
    background: linear-gradient(to right, #ffffff 100%, #37d8ff 40%, #ffdd5b 50%, #ff4242 80%);
    background-attachment: fixed;
}
#music-progress .mkpgb-dot {
    background: linear-gradient(to right, #ffffff 100%, #37d8ff 40%, #ffdd5b 50%, #ff4242 80%);
    background-attachment: fixed;
}
.dot-move {
    -webkit-box-shadow: 0 0 20px #ffe500;
    -moz-animation: dot-move 3s linear 2s infinite;
    -webkit-animation: dot-move 3s linear 2s infinite;
    -o-animation: dot-move 3s linear 2s infinite;
    -ms-animation: dot-move 3s linear 2s infinite;
}
@-webkit-keyframes dot-move{
    0%{-webkit-box-shadow: 0 0 20px #fff;}
    25%{-webkit-box-shadow: 0 0 10px #fff;}
    50%{-webkit-box-shadow: 0 0 0px #fff;}
    75%{-webkit-box-shadow: 0 0 10px #fff;}
    100%{-webkit-box-shadow: 0 0 20px #fff;}
}
@keyframes dot-move{
    0%{-webkit-box-shadow: 0 0 10px #363333;}
    25%{-webkit-box-shadow: 0 0 7px #363333;}
    50%{-webkit-box-shadow: 0 0 0px #fff;}
    75%{-webkit-box-shadow: 0 0 6px #fff;}
    100%{-webkit-box-shadow: 0 0 10px #363333;}
}
.fenlei {
    color: #FFF;
    font-weight:bold;
    margin-left: -6px;
    transition: all 1s ease;
}
.fenlei:hover {
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: -1px;
    transition: all 0.5s ease;
    filter:drop-shadow(0px 2px 2px #009fd9);
    width: auto;
}
audio {height:20px}
.blured-img {
    width:100%;
    height:100%;
    filter: blur(10px);
}
::selection {
    background:rgb(0 123 255 / 40%);
    color:#fff;
}
::-moz-selection {
    background:rgb(0 123 255 / 40%);
    color:#fff;
}
::-webkit-selection {
    background:rgb(0 123 255 / 40%);
    color:#fff;
}
.radio-group{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 4px;
}
.fotinfo{
    position: absolute;
    bottom: 0;
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    text-align: center;
    width:100%;
    height:20px;
}
.uv{
    margin-left:40px;
}
.tb{
    position: relative;
    width: 20px;
    top: 8px;
    border-radius: 6px;
    opacity: 1;
    left:4px;
    background: rgb(255 255 255 / 20%);
}
.xm{
    display:none;
    cursor:no-drop !important;
    filter: grayscale(1);
}
.xmt{
    font-size:12px;
    color: rgba(255,255,255,0.5);
    margin-bottom: -10px;
}
.radio_type {
    width: 12px;
    height: 12px;
    position: relative;
    outline: none;
    background:none;
}
.radio_type:before {}
.radio_type:checked:before {}
.radio_type:checked:after {}
.radio_type:checked + label {
    color: #edd19d;
}
.radio_type_disable {
    width: 20px;
    height: 20px;
    appearance: none;
    position: relative;
    outline: none;
    background:none;
}
.radio_type_disable:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    box-shadow:0 0 5px #000;
}
.radio_type_disable:checked:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    box-shadow:0 0 5px #000;
}
.radio_type_disable:checked:after {
    content: "";
    width: 8px;
    height: 8px;
    text-align: center;
    background: #03a9f4;
    border-radius: 50%;
    display: block;
    position: absolute;
    top:8px;
    left:3px;
    box-shadow:0 0 0 1px #03a9f4;
}
.radio_type_disable:checked + label {
    color: #edd19d;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
.modal-content {
    background-color: rgb(255,255,255,0.8);
    padding: 20px;
    width: max-content;
    left: 50%;
    top: 50%;
    position: absolute;
    margin:10px 0 0 0;
    transform: translate(-50%, -50%);
    color: #ff3d00;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
    backdrop-filter: blur(4px);
}
#closeModal{
    display:none;
    border: none;
    background: #ff4e4e;
    padding: 2px 6px;
    border-radius: 4px;
    color: #fff;
    margin: 10px 0px 0px 0px;
    left: 50%;
    position: relative;
    transform: translate(-50%);
}
@media screen and (max-width: 1700px) {
    .sheet-item{
        width: calc(100% / 12 - 16px);
    }
}
@media screen and (max-width: 1620px){
    .solarlunar{
        display:none !important;
    }
}
@media screen and (max-width: 1600px) {
    .music-album{width:180px;}
    .auth-name{width:150px;}
    .music-name{margin-right:330px;}
    .list-head {
        max-width: calc(100% - 790px);
    }
    .sheet-item{
       width: calc(100% / 10 - 16px);
    }
}
@media screen and (max-width: 1500px){
    .time{
        display:none !important;
    }
}
@media screen and (max-width: 1360px) {
    .list-head {
        max-width: calc(100% - 690px);
    }
    .sheet-item{
         width:calc(100% / 8 - 16px);
    }
    .player{
         width:450px;
    }
    .data-area,.btn-bar{
        right:470px;
    }  
}
@media screen and (max-width: 1200px) {

    .container{max-width:1200px}
    .data-area,.btn-bar{right:400px;}
    .player{width:400px;}
    .btn-bar,.data-area,.player,.footer .container{
        background:unset;
        border-radius:0;
    }
    .list-head {
        max-width: calc(100% - 420px);
    }
    .sheetlistname{
        left:14px;
    }
}
@media screen and (max-width: 1040px) {

}
@media screen and (max-width: 768px) {
    .info{display:none;}
}
.ac{
    display:none !important;
}
.white_content {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 200px;
    width: max-content;
    height: auto;
    padding: 8px;
    border: 3px solid rgb(255 255 255 / 20%);
    background-color: transparent;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    z-index: 1002;
    border-radius: 12px;
    overflow: hidden;
    color: white;
}
@media (max-width: 900px) {
    .white_content {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 90vw;
        background-color: rgba(30, 30, 40, 0.45);
        backdrop-filter: blur(100px);
        -webkit-backdrop-filter: blur(100px);
    }
}
/* 修复移动端 layer.msg 提示框居中显示 */
@media screen and (max-width: 768px) {
    .layui-layer-hui {
        left: 50% !important;
        top: 50% !important;
        margin: 0 !important;
        transform: translate(-50%, -50%) !important;
    }
}
.infot{
    text-align: center;
}
.infolink{
    color: white;
    background: rgba(255,255,255,0.3);
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    transition: all .5s;
}
.infolink:hover{
    color: #ffffff;
    background: rgba(255 ,255 ,255,0.6);
    transition: all .5s;
}
.infotx{
    padding-top: 10px;
    margin-top:10px;
    border-top:1px solid rgba(255,255,255,0.1);
    font-family: sans-serif;
    font-size: 12px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.source{
    color: #f06fa9;
    display: contents;
}
.infotx img{
    width: 160px;
    border-radius: 10px;
    margin-left: 6px;
    margin-right:15px;
}
.tiperror{
    color:red;
}
@keyframes bgcolor {
    from {
        filter: hue-rotate(0deg); 
    }
    to {
        filter: hue-rotate(360deg);
    }
}
#homeTopCanvas{
    opacity:0.8;
}