/* 关闭立即咨询特效后的兜底恢复 */
.hh-consult-real-btn,
.hh-consult-pulse,
.hh-consult-pulse-btn,
.hh-consult-pulse-text{
    animation:none !important;
    box-shadow:initial !important;
}

.hh-consult-real-btn::before,
.hh-consult-real-btn::after,
.hh-consult-pulse::before,
.hh-consult-pulse::after,
.hh-consult-pulse-btn::before,
.hh-consult-pulse-btn::after{
    display:none !important;
    content:none !important;
}

.hh-consult-real-btn,
.hh-consult-pulse,
.hh-consult-pulse-btn{
    color:inherit !important;
    font-size:inherit !important;
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
}

/* 恢复主页滑动和点击 */
html,
body{
    overflow-y:auto !important;
    touch-action:auto !important;
}

body.hh-detail-open{
    overflow-y:auto !important;
    touch-action:auto !important;
}

/* 恢复底部联系客服/单排双排按钮可点击 */
.hh-under-detail-control,
.hh-under-detail-control *{
    pointer-events:auto !important;
}

/* 取消聊天框强制最上层，避免挡住页面 */
.hh-chat-force-top{
    z-index:auto !important;
}
