@charset "UTF-8";
a img{border:0}
a{text-decoration:none;}
#img-content{padding-top: 20px;background: url('../images/img/feihua.gif')}
.songbg{margin:30px auto;padding:5px;text-align:left;max-width:80%;background-color:rgba(100,15,120,0.5);border-width:1px 1px 1px 5px;border-style:solid;border-color:#eee #eee #eee #9f887f;border-radius:3px;box-sizing:border-box !important;word-wrap:break-word !important}
.songbg h4{margin:0;padding:0;font-weight:400;font-size:14px;max-width:100%;color:#9f887f;border-color:#9f887f;box-sizing:border-box !important;word-wrap:break-word !important}
#read-more{position:absolute;bottom:0;left:0;height:150px;width:100%;margin-bottom:0;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(40%,#fff),to(rgba(255,255,255,0)));background-image:-webkit-linear-gradient(bottom,#fff 40%,rgba(255,255,255,0) 100%);background-image:linear-gradient(to top,#fff 40%,rgba(255,255,255,0) 100%);display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-webkit-box-pack:center;justify-content:center}
#read-more::before{display:inline-block;content:'';width:16px;height:16px;margin-top:65px;background-repeat:no-repeat;-webkit-background-size:100% 100%;background-size:100% 100%;
background-image:url('')}
#read-more::after{display:inline-block;text-shadow: #3f3 2px 2px 8px;content:"亲爱的香姐 ❀ 点我 ❀ 打开全文哦";
margin-top:30px;font-size:1.2rem;color:#f00}

/* 歌词容器样式 */
.lyricBar {
    bottom: 20px;
    font-size: 2.8rem;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 666;
    margin: 0 auto;
    background-color: #ccc;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    overflow: auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lyricBar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 60px;
    overflow: hidden;
}

/* 逐行歌词和行级歌词样式 - 使用 clip-path 控制方向 */
.lyricBar .line-lyric, .lyricBar .lyric-word {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}

.line-base, .lyric-base {
    display: block;
    position: relative;
    /* 三色渐变背景 */
    background: linear-gradient(to bottom, #4caf50, #2196f3, #9c27b0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 初始裁剪区域：从左侧开始 */
    clip-path: inset(0 0 0 0);
}

.line-mask, .lyric-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* 三色渐变背景 */
    background: linear-gradient(to bottom, #ffeb3b, #ff9800, #f44336);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 初始裁剪区域：从左侧开始 */
    clip-path: inset(0 0 0 100%);
}

/* 播放按钮样式 */
#play-pause-button {
    position: fixed;
    bottom: 20px;
    left: 10px;
    width: 58px;
    height: 58px;
    display: flex;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff, #e0f0ff);
    border: 1px solid rgba(173, 216, 230, 0.4);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 667;
    transition: all 0.3s ease;
}


#play-pause-button img {
    width: 40px;
    height: 30px;
    /* filter: brightness(0) invert(1); */
}

@media(max-width:768px){
    .lyricBar{
        font-size:1.8rem;
        height: 40px;
    }
    #play-pause-button {
        bottom: 60px;
        width: 38px;
        height: 38px;
    }
    #play-pause-button img {
        width: 35px;
        height: 24px;
    }
}

/* 基础布局 - 左侧悬浮 */
.page-navigation {
    position: fixed;
    left: 10px;
    bottom: 120px;
    width: auto;
    z-index: 1000;
}

.navigation-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 0;
}

/* 导航项 */
.nav-item {
    width: 100%;
    text-align: center;
}

/* 导航链接样式 - 轻拟物按钮 */
.nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    display: flex;
    border-radius: 50%;
    padding: 0;
    background: linear-gradient(145deg, #ffffff, #e0f0ff);
    border: 1px solid rgba(173, 216, 230, 0.4);
    text-decoration: none;
    color: #4a6fa5;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    box-shadow: 
        4px 4px 8px rgba(102, 153, 204, 0.12),
        -4px -4px 8px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.6);
}

/* 激活状态 - 按下效果 */
.nav-link:not(.disabled):hover,
.nav-link:not(.disabled):active {
    background: linear-gradient(145deg, #e0f0ff, #ffffff);
    transform: translateY(2px) scale(0.98);
    box-shadow: 
        2px 2px 4px rgba(102, 153, 204, 0.08),
        -2px -2px 4px rgba(255, 255, 255, 0.6),
        inset 2px 2px 4px rgba(102, 153, 204, 0.1);
    color: #336699;
}

.nav-link:not(.disabled):hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 
        6px 6px 12px rgba(102, 153, 204, 0.18),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.6);
}

/* 禁用状态 */
.nav-link.disabled {
    background: linear-gradient(145deg, #f0f7ff, #e6f0ff);
    color: #a3c2e0;
    cursor: not-allowed;
    box-shadow: 
        3px 3px 6px rgba(102, 153, 204, 0.08),
        -3px -3px 6px rgba(255, 255, 255, 0.6),
        inset 2px 2px 4px rgba(255, 255, 255, 0.6);
}

/* 文字标签 */
.nav-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #4a6fa5;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.nav-link:not(.disabled):hover .nav-text {
    color: #336699;
}

/* 页码信息样式 */
.page-info {
    margin: 12px 0;
}

.current-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: linear-gradient(145deg, #f0f7ff, #ffffff);
    border: none;
    border-radius: 16px;
    color: #4a6fa5;
    box-shadow: 
        inset 3px 3px 6px rgba(102, 153, 204, 0.1),
        inset -3px -3px 6px rgba(255, 255, 255, 0.9),
        1px 1px 2px rgba(255, 255, 255, 0.6);
}

.current-page i {
    font-size: 20px;
    margin-bottom: 6px;
    background: linear-gradient(135deg, #6699cc, #336699);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-numbers {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #4a6fa5;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .page-navigation {
        border-radius: 16px;
    }
    
    .nav-link {
        width: 38px;
        height: 38px;
        background: linear-gradient(145deg, #ffffff, #e0f0ff);
        box-shadow: 
            3px 3px 6px rgba(102, 153, 204, 0.1),
            -3px -3px 6px rgba(255, 255, 255, 0.9),
            inset 1px 1px 1px rgba(255, 255, 255, 0.6);
    }
    
    .nav-text {
        font-size: 10px;
        color: #4a6fa5;
    }
    
    .current-page {
        background: linear-gradient(145deg, #f0f7ff, #ffffff);
    }
    
    .page-numbers {
        font-size: 10px;
        color: #4a6fa5;
    }
    .lyricBar{
        bottom:60px;
    }
}

@media (max-width: 480px) {
    .page-navigation {
        border-radius: 14px;
    }
    
    .nav-link {
        background: linear-gradient(145deg, #ffffff, #e0f0ff);
        box-shadow: 
            2px 2px 4px rgba(102, 153, 204, 0.1),
            -2px -2px 4px rgba(255, 255, 255, 0.9),
            inset 1px 1px 1px rgba(255, 255, 255, 0.6);
    }
    
    .nav-text {
        font-size: 9px;
        color: #4a6fa5;
    }
    
    .current-page {
        background: linear-gradient(145deg, #f0f7ff, #ffffff);
    }
}
