/* v20260507 底部导航贴底修复 */
html,
body{
    min-height:100% !important;
}

body{
    padding-bottom: calc(58px + env(safe-area-inset-bottom)) !important;
}

/* 常见底部导航类名兜底 */
.bottom-nav,
.footer-nav,
.mobile-bottom-nav,
.front-bottom-nav,
.site-bottom-nav,
.nav-bottom,
.bottom-bar,
.front-footer-nav,
.footer-fixed,
.bottom-fixed,
.footer-menu {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -12px !important;
    z-index: 99999 !important;
    margin: 0 !important;
    transform: none !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
}

/* 如果底部导航是 footer 里的固定菜单 */
footer .bottom-nav,
footer .footer-nav,
footer .front-footer-nav,
footer .bottom-bar {
    bottom: -12px !important;
}

/* v20260727：底部导航文字与图标统一红色 */
.bottom,
.bottom-v1057,
.bottom-nav,
.footer-nav,
.mobile-bottom-nav,
.front-bottom-nav,
.site-bottom-nav,
.nav-bottom,
.bottom-bar,
.front-footer-nav,
.footer-fixed,
.bottom-fixed,
.footer-menu {
    background:#fff !important;
    background-image:none !important;
}

.bottom a,
.bottom-v1057 a,
.bottom-nav a,
.footer-nav a,
.mobile-bottom-nav a,
.front-bottom-nav a,
.site-bottom-nav a,
.nav-bottom a,
.bottom-bar a,
.front-footer-nav a,
.footer-fixed a,
.bottom-fixed a,
.footer-menu a,
.bottom a b,
.bottom-v1057 a b,
.bottom a span,
.bottom-v1057 a span,
.bottom svg,
.bottom-v1057 svg {
    color:#e60000 !important;
    stroke:#e60000 !important;
    text-shadow:none !important;
}
