﻿    /* 最后修改：2023.10.31 */

    /*缩小倒计时大小，避免分行显示*/
    #djs{
        font-size:0.9em;
    }
    /* 元素前后位置调整 */
    .blog_settings_opened{
        z-index:1002 !important;	
    }

    .aplayer-fixed {
    z-index: 1001 !important;
    }
    .aplayer-fixed .aplayer-lrc {
        z-index:1001 !important;
    }
   /* aplayer播放器颜色微修，避免夜间模式字体变白 */
   .aplayer-music {
     color:#000001;
   	
   }
   .aplayer-list-title {
   	color:#000001;
   }
    /* aplayer播放器lrc字体修改 */
   .aplayer .aplayer-lrc p.aplayer-lrc-current {
        
        font-size: 14px;
        color: var(--themecolor);
    }
   .aplayer .aplayer-lrc p {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px !important;
    }
    /* aplayer播放器在移动端/较窄窗口自动隐藏 */
    @media only screen and (max-width: 900px) {
    .aplayer.aplayer-fixed.aplayer-narrow .aplayer-body {
        left: -66px !important;
    }
    .aplayer.aplayer-fixed.aplayer-narrow .aplayer-body:hover {
        left: 0px !important;
    } 
    }
    /* 下滑表识位置调整 */
    .cover-scroll-down{
        z-index: 1002;
        bottom: 30px;
    }