/* 引入Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');

#page:has(#anMusic-page) {
    border: 0;
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent !important;
}

body:has(#anMusic-page) #an_music_bg {
    display: block !important;
}

body:has(#anMusic-page) #myscoll {
    display: none;
}

#an_music_bg {
    display: none;
    filter: blur(63px);
    opacity: 0.6;
    position: fixed;
    z-index: -999;
    background-attachment: local;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    transform: rotate(0deg);
}

#menu-mask {
    position: fixed;
    z-index: 102;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: .6s ease 0s 1 normal none running to_show;
    -moz-animation: .6s ease 0s 1 normal none running to_show;
    -o-animation: .6s ease 0s 1 normal none running to_show;
    -ms-animation: .6s ease 0s 1 normal none running to_show;
    animation: .6s ease 0s 1 normal none running to_show;
    -webkit-transform-style: preserve-3d;
}

body:has(#anMusic-page) .main-hero-waves-area, #page-site-info {
    display: none;
}
body:has(#anMusic-page) {
    background: rgb(13, 13, 13);
}

[data-theme=light] body:has(#anMusic-page) #page-header:before {
   background-color: rgba(255, 255, 255, 0) !important;
}

body:has(#anMusic-page) #page-header:not(.not-top-img):before {
    background-color: rgba(255, 255, 255, 0) !important;
}

body:has(#anMusic-page) .not-home-page {
    height: 60px !important;
}

#anMusic-page .aplayer {
    display: flex;
    flex-direction: row-reverse;
    background: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    font-family: unset;
}

body:has(#anMusic-page) #web_bg {
    display: none;
}
body:has(#anMusic-page) #footer,
body:has(#anMusic-page) #nav-music {
    display: none;
}

#anMusic-page .aplayer-body {
    width: 40%;
    height: 75vh;
}

#anMusic-page ol > li:hover {
    background: #ffffff33;
    border-radius: 6px;
}
#anMusic-page .aplayer-pic {
    float: none;
    width: 180px;
    height: 180px;
    border-radius: 12px;
    margin: auto;
    left: 0;
    right: 0;
}

#anMusic-page .aplayer-info {
    margin: 0 20px 0 20px;
    border-bottom: none;
}

#anMusic-page .aplayer-info .aplayer-music {
    text-align: center;
    height: auto;
    margin: 15px;
    white-space: normal;
}

#anMusic-page .aplayer-info .aplayer-music .aplayer-author,
#anMusic-page .aplayer-info .aplayer-music .aplayer-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

#anMusic-page .aplayer-info .aplayer-lrc {
    height: 800%;
    margin-top: 80px;
    mask-image: linear-gradient(to bottom, #000, #000, #000, #000, #000, #000, #000, #000, #000, #000, #0000, #0000);
}
#anMusic-page .aplayer-info .aplayer-lrc p {
    font-size: 16px;
    color: #fff;
    margin: 15px !important;
}
#anMusic-page .aplayer .aplayer-lrc:after,
#anMusic-page .aplayer .aplayer-lrc:before {
    display: none;
}

/* 控制器 */
#anMusic-page .aplayer-info .aplayer-controller {
    position: fixed;
    max-width: 1500px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 50px;
}
#anMusic-page .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    margin: 0 160px 0 150px;
}
#anMusic-page .aplayer-info .aplayer-controller .aplayer-played {
    background: #fff !important;
    height: 6px;
    border-radius: 4px;
}
#anMusic-page .aplayer-info .aplayer-controller .aplayer-thumb {
    width: 20px !important;
    height: 20px !important;
    margin-top: -7px !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    background: #fff !important;
}

#anMusic-page .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    height: 6px;
    border-radius: 4px;
}

#anMusic-page .aplayer .aplayer-body .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    height: 6px;
    border-radius: 4px;
}

#anMusic-page .aplayer-info .aplayer-time .aplayer-icon-back,
#anMusic-page .aplayer-info .aplayer-time .aplayer-icon-forward,
#anMusic-page .aplayer-info .aplayer-time .aplayer-icon-play {
    display: inline;
    position: fixed;
}
#anMusic-page .aplayer-info .aplayer-time {
    position: absolute;
    width: 100%;
    bottom: 21px;
    height: 0;
    display: flex;
    justify-content: flex-end;
}
#anMusic-page .aplayer-info .aplayer-time .aplayer-time-inner {
    margin-right: 18px;
    margin-top: -8px;
}
#anMusic-page .aplayer-info .aplayer-time .aplayer-icon-back {
    position: absolute;
    left: 0;
}
#anMusic-page .aplayer-info .aplayer-time .aplayer-icon-play {
    position: absolute;
    left: 40px;
}
#anMusic-page .aplayer-info .aplayer-time .aplayer-icon-forward {
    position: absolute;
    left: 80px;
}

#anMusic-page .aplayer-info .aplayer-time .aplayer-icon {
    width: 2rem;
    height: 2rem;
    margin-left: 15px;
    margin-top: -2px;
}

#anMusic-page .aplayer-info .aplayer-time .aplayer-icon-menu {
    display: none;
}

#anMusic-page .aplayer-info .aplayer-time .aplayer-icon path {
    fill: #fff;
    opacity: 0.8;
}

#anMusic-page .aplayer-list {
    width: 60%;
    max-height: none !important;
    height: 100%;
}
#anMusic-page ol {
    max-height: 75vh !important;
    padding-right: 25px;
}
#anMusic-page ol > li {
    border-top: 1px solid transparent;
    font-size: 14px;
}
#anMusic-page ol > li.aplayer-list-light {
    background: rgb(255 255 255 / 20%);
    border-radius: 6px;
}

#anMusic-page ol > li span {
    color: #fff;
}

#anMusic-page ol > li.aplayer-list-light .aplayer-list-cur {
    display: none;
}
#anMusic-page ol > li span.aplayer-list-author {
    opacity: 0.6;
}

/* 导航栏 */
.page:has(#anMusic-page) #nav