html {
scroll-padding-top: 0;
}
.aplayer {
    width: 100dvw;
    min-height: calc(100dvh - 276px);
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* 歌曲圖片 */
.aplayer.aplayer-withlrc .aplayer-pic {
    width: calc(100dvh - 276px) !important;
    max-width: 360px !important;
    height: calc(100dvh - 276px) !important;
	max-height: 360px !important;
}

/* 歌曲信息 */
.aplayer.aplayer-withlrc .aplayer-info {
    margin-left: 360px !important;
    height: calc(100dvh - 276px) !important;
	max-height: 360px !important;
}

/* 標題與歌手 */
.aplayer .aplayer-info .aplayer-music {
    height: 45px;
}

/* 標題 */
.aplayer .aplayer-info .aplayer-music .aplayer-title {
    margin-left: 32px;
    font-size: 32px;
    font-family: sans-serif;
}

.aplayer .aplayer-info .aplayer-music .aplayer-title::after {
    content: "";
    position: absolute;
    top: 22.5px;
    left: 375px;
    width: 22.5px;
    height: 22.5px;
    background-image: url(/assets/images/svg/index/music/music.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* 歌手 */
.aplayer .aplayer-info .aplayer-music .aplayer-author {
    font-size: 18px;
    font-family: serif;
    color: #666;
}

/* 歌詞 */
.aplayer .aplayer-lrc {
    height: calc(100dvh - 380px) !important;
	max-height: 273px !important;
}

.aplayer .aplayer-lrc p.aplayer-lrc-current {
    opacity: 1;
    overflow: visible;
    height: auto !important;
    min-height: 24px;
}

.aplayer .aplayer-lrc p {
    font-size: 16px;
    color: #666;
    line-height: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.5s ease-out;
    opacity: 0.4;
    overflow: hidden;
}

/* 播放列表 */
.aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu{
	display:none;
}
.aplayer-list,
.aplayer .aplayer-list ol {
    max-height: 600px !important;
}

@media (max-width: 768px) {
    .aplayer {
        height: calc(100dvh - 148px);
    }
    
    /* 歌曲圖片 */
    .aplayer.aplayer-withlrc .aplayer-pic {
        height: 120px !important;
        width: 120px !important;
    }
    
    /* 歌曲信息 */
    .aplayer.aplayer-withlrc .aplayer-info {
        margin-left: 120px !important;
        height: 120px !important;
    }
    
    /* 標題與歌手 */
    .aplayer .aplayer-info .aplayer-music {
        height: 20px;
    }
    
    /* 標題 */
    .aplayer .aplayer-info .aplayer-music .aplayer-title {
        margin-left: 14px;
        font-size: 14px;
    }
    
    .aplayer .aplayer-info .aplayer-music .aplayer-title::after {
        content: "";
        position: absolute;
        top: 14px;
        left: 128px;
        width: 14px;
        height: 14px;
        background-image: url(/assets/images/svg/index/music/music.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    
    /* 歌手 */
    .aplayer .aplayer-info .aplayer-music .aplayer-author {
        font-size: 12px;
    }
    
    /* 歌詞 */
    .aplayer .aplayer-lrc {
        height: 50px !important;
    }
    
    .aplayer .aplayer-lrc p.aplayer-lrc-current {
        min-height: 16px;
    }
    
    .aplayer .aplayer-lrc p {
        font-size: 12px;
        line-height: 16px !important;
        height: 16px !important;
    }
    
    /* 播放列表 */
    .aplayer-list,
    .aplayer .aplayer-list ol {
        max-height: calc(100dvh - 270px) !important;
    }
}