.bottom-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 2001; /* 高于遮罩层 */
            border-top: 1px solid rgba(0,0,0,.1); /* 添加顶部边框 */
            background-color: white; /* 确保导航栏背景色 */
        }
.nav-item i {
            font-size: 1.2rem; /* 调整图标大小 */
        }