
    /* 极致打磨的手机端 Tab 栏样式 */
.mobile-bottom-bar {
    height: 56px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05); /* 顶部的淡淡阴影，区分内容层 */
    z-index: 1019;
}
.bottom-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #8e8e93; /* 未选中时的标准灰色 */
    text-decoration: none;
    transition: color 0.2s ease;
}
.bottom-nav-item:hover, .bottom-nav-item:active {
    color: #0d6efd; /* 交互反馈色 */
}
.bottom-nav-icon {
    font-size: 1.25rem; /* 图标稍微大一点 */
    margin-bottom: 3px;
}
.bottom-nav-text {
    font-size: 0.65rem; /* 文字必须极小，不抢视觉 */
    font-weight: 500;
}

.linkBtn{
    color: #d3f3c3;
    font-weight: bold;
}
.linkBtn:hover{
    color: #ffe135;

}