/* 详情页打开时，确保详情框在最上层 */
body.hh-detail-open #detailMask{
    z-index:2147482000 !important;
}

/* 详情页打开时，把底部 单排/双排/联系客服 压到详情下面 */
body.hh-detail-open .hh-bottom-under-detail,
body.hh-detail-open .hh-bottom-under-detail *{
    z-index:1 !important;
    pointer-events:none !important;
}

/* 如果底部按钮父容器本身是 fixed，也一起降层 */
body.hh-detail-open .hh-bottom-under-detail-parent{
    z-index:1 !important;
    pointer-events:none !important;
}

/* 关闭详情后恢复点击 */
body:not(.hh-detail-open) .hh-bottom-under-detail,
body:not(.hh-detail-open) .hh-bottom-under-detail *,
body:not(.hh-detail-open) .hh-bottom-under-detail-parent{
    pointer-events:auto !important;
}
