html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

/* 确保聊天框全屏显示 */
.coze-chatbot-container {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}