/* 覆盖index.css中的导航样式 */

/* 禁用原始导航样式 */
.guIOEz:before {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* 覆盖原始底部导航样式 */
.guIOEz {
    height: 56px !important;
    background-color: #ffffff !important;
    box-shadow: 0 -3px 16px rgba(0, 0, 0, 0.08) !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
    z-index: 9999 !important;
}

/* 确保底部导航项样式正确 */
.guIOEz .shortcut {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
    margin-top: 0 !important;
    padding: 6px 0 !important;
    background-position: center 25% !important;
}

/* 导航文字样式 */
.guIOEz .shortcut span {
    font-size: 12px !important;
    font-weight: 500 !important;
    bottom: 10px !important;
}

/* 激活样式 */
.guIOEz .shortcut.active {
    color: #3471bb !important;
    background-size: auto 42% !important;
}

/* 隐藏顶部的灰色线条 */
.guIOEz:before,
.sc-EHOje.guIOEz:before,
#force-bottom-nav:before {
    display: none !important;
    content: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    background: transparent !important;
}

/* 为导航腾出空间 */
.anim_app,
.dizAbS .anim_app,
.home,
#root {
    padding-bottom: 56px !important;
    margin-bottom: 0 !important;
} 