/* 手机底栏：图标加大、文案更清晰 */
:root {
    --hl-footnav-height: calc(64px + env(safe-area-inset-bottom, 0px));
}

.conch-footer .hl-foot-nav {
    padding: 4px 0 calc(4px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.06);
}

.conch-footer .hl-foot-nav .hl-fn-item > a {
    display: block;
    padding: 2px 2px 0;
}

.conch-footer .hl-foot-nav .hl-fn-item i {
    display: block;
    padding-top: 2px;
    font-size: 26px;
    line-height: 30px;
}

.conch-footer .hl-foot-nav .hl-fn-item .hl-fn-font {
    display: block;
    margin-top: 2px;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    opacity: 1;
}

.conch-footer .hl-foot-nav .hl-fn-item a.active .hl-fn-font {
    font-weight: 700;
}

/* 首页快捷入口（图标+文案） */
.conch-content .hl-smnav-home .hl-smnav-item a > i {
    width: 34px;
    height: 34px;
    font-size: 30px;
    line-height: 34px;
}

.conch-content .hl-smnav-home .hl-smnav-item a > span {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}
