/*your custom css goes here*/

/*
 * 首页底栏「账户」点不动：已登录时 footer 会输出 .aiz-mobile-side-nav 全屏 overlay（opacity:0 仍可点），
 * 叠在 fixed-bottom 底栏之上。其它页先跳转后 DOM/层级变化，表现为「先点别的页再点账户才好使」。
 */
.aiz-mobile-side-nav.collapse-sidebar-wrap:not(.active) {
    pointer-events: none !important;
}

.aiz-mobile-side-nav.collapse-sidebar-wrap.active {
    pointer-events: auto !important;
}

.aiz-mobile-bottom-nav.fixed-bottom {
    z-index: 1040 !important;
}

/* 顶栏需建立层叠上下文，避免被首页横幅/内容盖住「我的面板」 */
.top-navbar.z-1035 {
    position: relative;
    z-index: 1035 !important;
}

.aiz-mobile-bottom-nav a {
    pointer-events: auto !important;
}
