.chat-ai-container{width:100%;height:100%;position:relative}.ai-modal-mask{z-index:999;justify-content:flex-end;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.ai-modal-wrap{background:linear-gradient(#e0ecff 0%,#ffecf8 50%,#effffd 100%);border-radius:20px;flex-direction:column;width:406px;height:800px;max-height:calc(100vh - 32px);margin-right:110px;display:flex;overflow:hidden;box-shadow:-8px 0 16px #0000001f,4px 0 12px #00000026}.modal-header{background:linear-gradient(#e6e7fb 0%,#fee0ff 100%);flex-shrink:0}.modal-header .header-content{flex-shrink:0;justify-content:space-between;align-items:center;margin:14px 14px 31px;display:flex}.modal-header .ai-float-icon1{width:26px;height:21px;margin-right:4px;display:block}.modal-header .title{color:#333;text-align:left;width:128px;height:22px;font-family:PingFangSC,PingFang SC;font-size:16px;font-style:normal;font-weight:600;line-height:22px}.modal-header .close-btn{cursor:pointer}.modal-header .close-btn img{width:18px;height:18px;display:block}.modal-header .tab-notice-wrap{flex-shrink:0;padding-bottom:12px}.modal-header .tab-bar{scrollbar-width:none;flex-flow:row;align-items:center;gap:26px;padding:0 32px 0 31px;display:flex;overflow-x:auto;overflow-y:hidden}.modal-header .tab-bar::-webkit-scrollbar{display:none}.modal-header .tab-item{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;display:flex}.modal-header .tab-item .tab-icon{object-fit:contain;width:41px;height:41px;margin-bottom:6px;display:block}.modal-header .tab-item .tab-text{color:#000;text-align:center;white-space:nowrap;text-overflow:ellipsis;height:20px;font-family:PingFangSC,PingFang SC;font-size:14px;font-weight:400;line-height:20px;overflow:hidden}.modal-header .tab-item.active .tab-text{color:#333;font-weight:500}.ai-content{background:0 0;flex-direction:column;flex:1;padding:12px;display:flex;overflow:hidden}.ai-content .notice-bar{z-index:10;background:#ffecd0;border-radius:8px;flex-shrink:0;padding:6px 7px 5px 10px;position:-webkit-sticky;position:sticky;top:0}.ai-content .notice-bar .notice-text{color:#333;text-align:left;font-family:PingFangSC,PingFang SC;font-size:12px;font-weight:400;line-height:20px}.ai-content .message-scroll-wrap{scrollbar-width:none;-ms-overflow-style:none;flex:1;margin-top:12px;padding:26px 4px;overflow-x:hidden;overflow-y:auto}.ai-content .message-scroll-wrap::-webkit-scrollbar{display:none}.ai-content .message-list{width:100%}.ai-content .message-wrapper{margin-bottom:26px}.ai-content .message-item{align-items:flex-start;gap:8px;display:flex}.ai-content .message-item.self{justify-content:flex-end}.ai-content .message-item.ai{justify-content:flex-start}.ai-content .bubble-with-time{flex-direction:column;max-width:70%;display:flex}.ai-content .message-time{color:#999;font-family:PingFangSC,PingFang SC;font-size:14px;font-weight:400;line-height:20px}.ai-content .message-time.self{text-align:right}.ai-content .message-time.ai{text-align:left}.ai-content .avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:30px;height:33px}.ai-content .message-bubble{word-break:break-all;border-radius:8px;padding:8px;font-size:13px;line-height:18px}.ai-content .message-bubble.self-bubble{background:#6e82ec;border-radius:8px}.ai-content .message-bubble.ai-bubble{color:#1987eb;text-align:left;background:#fff;font-family:PingFangSC,PingFang SC;font-size:14px;font-weight:400;line-height:20px}.ai-content .message-content{text-align:left;font-family:PingFangSC,PingFang SC;font-size:14px;font-weight:400;line-height:20px}.ai-content .message-content a{color:#007aff;text-decoration:underline}.ai-content .self-bubble .message-content{color:#fff}.ai-content .ai-bubble .message-content{color:#333}.ai-content .faq-container{background:#f7fafb;border:1px solid #efefef;border-radius:8px;padding:9px 12px}.ai-content .faq-title{color:#333;text-align:left;font-family:PingFangSC,PingFang SC;font-size:14px;font-weight:600;line-height:20px}.ai-content .faq-item-text{color:#1987eb;text-align:left;cursor:pointer;margin-top:10px;font-family:PingFangSC,PingFang SC;font-size:14px;font-weight:400;line-height:20px}.ai-content .faq-item-text:hover{opacity:.7}.ai-float-btn{z-index:999;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;width:74px;height:59px;position:fixed}.ai-float-btn:active{cursor:grabbing}.ai-float-btn.dragging{transition:none!important}.ai-float-icon{object-fit:contain;pointer-events:none;width:100%;height:100%}