/* 通用提示弹层：叠在页面内其他弹层（如 #agentModalRoot）之上 */
#uiModalRoot.agent-modal-root,
#uiModalRoot.admin-ui-modal-root {
    z-index: 5000;
}
