/* 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;
}
