.create-top-bar[data-v-5faa00f7]{width:100%;height:70px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:fixed;top:0;left:0;z-index:100;box-shadow:0 2px 22px 0 rgba(0,0,0,.04)}.create-top-bar .top-bar-left[data-v-5faa00f7]{display:flex;align-items:center;gap:16px}.create-top-bar .top-bar-left .back-btn[data-v-5faa00f7]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.create-top-bar .top-bar-left .back-btn .back-icon[data-v-5faa00f7]{width:9px;height:auto}.create-top-bar .top-bar-left .top-bar-title[data-v-5faa00f7]{font-family:PingFang SC;font-size:18px;font-weight:500;color:#2f3655}.create-top-bar .top-bar-right[data-v-5faa00f7]{display:flex;align-items:center;gap:12px}.create-top-bar .top-bar-right .new-create-btn[data-v-5faa00f7]{padding:0 20px;height:42px;background:rgba(51,114,255,.1);border:1px solid #3372ff;border-radius:10px;font-family:PingFang SC;font-size:16px;font-weight:600;color:#3372ff;cursor:pointer;transition:all .2s}.create-top-bar .top-bar-right .new-create-btn[data-v-5faa00f7]:hover{background:rgba(51,114,255,.15)}.create-top-bar .top-bar-right .record-btn[data-v-5faa00f7]{padding:0 20px;height:42px;background:#fff;border:1px solid #e2e4ef;border-radius:10px;font-family:PingFang SC;font-size:14px;font-weight:500;color:#2f3655;cursor:pointer;transition:all .2s}.create-top-bar .top-bar-right .record-btn[data-v-5faa00f7]:hover{border-color:#3372ff;color:#3372ff}.textbook-selector[data-v-0865e1ab]{width:1200px;height:268px;background:#fff;border-radius:10px;border:1px solid #e2e4ef;display:flex;overflow:hidden}.textbook-selector .filter-panel[data-v-0865e1ab]{padding:24px 60px 24px 60px;display:flex;flex-direction:column;gap:5px;flex-shrink:0}.textbook-selector .filter-panel .filter-row[data-v-0865e1ab]{height:40px;display:flex;align-items:center}.textbook-selector .filter-panel .filter-row .filter-label[data-v-0865e1ab]{font-family:PingFang SC;font-size:14px;font-weight:500;color:rgba(0,0,0,.55);white-space:nowrap;flex-shrink:0}.textbook-selector .filter-panel .filter-row .borderless-select[data-v-0865e1ab]{width:auto;min-width:60px;max-width:140px}.textbook-selector .divider[data-v-0865e1ab]{width:1px;background:#e2e4ef;flex-shrink:0;align-self:stretch}.textbook-selector .chapter-panel[data-v-0865e1ab]{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px 60px}.textbook-selector .chapter-panel[data-v-0865e1ab]::-webkit-scrollbar{display:none}.textbook-selector .chapter-panel .tree-empty[data-v-0865e1ab],.textbook-selector .chapter-panel .tree-loading[data-v-0865e1ab]{display:flex;align-items:center;justify-content:center;height:100%;font-family:PingFang SC;font-size:14px;color:#9196a1}.textbook-selector .borderless-select .el-input__inner{border:none!important;background:transparent!important;padding-left:0!important;padding-right:20px!important;height:28px!important;line-height:28px!important;font-family:PingFang SC;font-size:14px;font-weight:500;color:#2f3655}.textbook-selector .borderless-select .el-input__inner:focus{border:none!important;box-shadow:none!important}.textbook-selector .borderless-select .el-input__suffix{right:0}.textbook-selector .borderless-select .el-input__icon{line-height:28px!important}.textbook-select-dropdown .el-select-dropdown__item{font-family:PingFang SC;font-size:14px;color:#2f3655}.textbook-select-dropdown .el-select-dropdown__item.selected{color:#3372ff;font-weight:500}.chapter-tree .el-tree-node__expand-icon{display:none!important}.chapter-tree .el-tree-node__content{height:40px;border-radius:6px;margin-bottom:5px;transition:background .2s}.chapter-tree .el-tree-node__content:hover{background:rgba(0,0,0,.03)}.chapter-tree.el-tree{background:transparent;font-family:PingFang SC;--el-tree-node-content-height:40px}.chapter-tree .el-tree-node{white-space:nowrap}.chapter-tree .custom-tree-node{display:flex;align-items:center;height:40px;width:100%;padding:0 10px}.chapter-tree .node-icon{width:16px;height:16px;margin-right:8px;flex-shrink:0}.chapter-tree .node-icon-arrow{transition:transform .2s;transform:rotate(-90deg)}.chapter-tree .node-icon-arrow.is-expanded{transform:rotate(0deg)}.chapter-tree .node-label{font-family:PingFang SC;font-size:14px;font-weight:500;color:#1a1a1a;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.record-drawer-mask[data-v-abec9aa4]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2026;pointer-events:none;transition:background .3s}.record-drawer-mask.visible[data-v-abec9aa4]{pointer-events:auto;background:rgba(0,0,0,.1)}.record-drawer[data-v-abec9aa4]{position:absolute;top:0;right:0;width:380px;height:100%;background:#fff;box-shadow:0 12px 48px 16px rgba(18,28,51,.03),0 9px 28px rgba(18,28,51,.05),0 6px 16px -8px rgba(18,28,51,.08);transform:translateX(100%);transition:transform .3s ease}.record-drawer.open[data-v-abec9aa4]{transform:translateX(0)}.record-drawer .drawer-header[data-v-abec9aa4]{display:flex;align-items:center;justify-content:space-between;padding:24px}.record-drawer .drawer-header .drawer-title[data-v-abec9aa4]{font-family:PingFang SC;font-size:18px;font-weight:500;color:#2f3655}.record-drawer .drawer-header .close-btn[data-v-abec9aa4]{width:24px;height:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.record-drawer .drawer-header .close-btn .close-icon[data-v-abec9aa4]{width:16px;height:16px}.record-drawer .drawer-body[data-v-abec9aa4]{padding:0 24px;overflow-y:auto;height:calc(100% - 80px)}.record-drawer .drawer-body[data-v-abec9aa4]::-webkit-scrollbar{display:none}.drawer-record-list>li.active,.drawer-record-list>li:hover{background:#f3f5f7!important}.swiper .swiper-button>svg{display:none}.role-manager[data-v-6d4f1dd9]{width:1200px;height:112px;border-radius:10px;border:1px solid #e2e4ef;box-sizing:border-box;padding:16px;overflow:hidden;position:relative}.role-manager .swiper[data-v-6d4f1dd9]{width:100%;height:80px;overflow:hidden;position:relative}.role-manager .swiper .swiper-wrapper[data-v-6d4f1dd9]{height:80px}.role-manager .swiper .swiper-button[data-v-6d4f1dd9]{position:absolute;width:24px;height:24px;background-size:cover;cursor:pointer;top:50%;margin-top:-12px;z-index:2}.role-manager .swiper .swiper-button[data-v-6d4f1dd9]:after{display:none}.role-manager .swiper .swiper-button-prev[data-v-6d4f1dd9]{left:0;background-image:url(https://s.learn.qq.com/tencent-learn/aigc/chat-swiper-left-1.png)}.role-manager .swiper .swiper-button-prev[data-v-6d4f1dd9]:hover{background-image:url(https://s.learn.qq.com/tencent-learn/aigc/chat-swiper-left-hover-1.png)}.role-manager .swiper .swiper-button-next[data-v-6d4f1dd9]{right:0;background-image:url(https://s.learn.qq.com/tencent-learn/aigc/chat-swiper-right-1.png)}.role-manager .swiper .swiper-button-next[data-v-6d4f1dd9]:hover{background-image:url(https://s.learn.qq.com/tencent-learn/aigc/chat-swiper-right-hover-1.png)}.role-manager .swiper .swiper-button-disabled[data-v-6d4f1dd9]{opacity:.3;cursor:not-allowed}.role-manager .swiper .swiper-button-disabled.swiper-button-prev[data-v-6d4f1dd9]{background-image:url(https://s.learn.qq.com/tencent-learn/aigc/chat-swiper-left-1.png)}.role-manager .swiper .swiper-button-disabled.swiper-button-next[data-v-6d4f1dd9]{background-image:url(https://s.learn.qq.com/tencent-learn/aigc/chat-swiper-right-1.png)}.role-manager .role-card[data-v-6d4f1dd9]{width:180px!important;min-width:180px;height:80px;background:#f6f7f9;border-radius:10px;padding:12px 16px;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0}.role-manager .role-card .role-header[data-v-6d4f1dd9]{display:flex;align-items:center;justify-content:space-between;height:16px}.role-manager .role-card .role-header .role-number[data-v-6d4f1dd9]{font-family:PingFang SC;font-size:12px;font-weight:500;color:#c4c4c4}.role-manager .role-card .role-header .header-actions[data-v-6d4f1dd9]{display:flex;align-items:center;gap:10px}.role-manager .role-card .role-header .header-actions .action-icon[data-v-6d4f1dd9]{width:16px;height:16px;cursor:pointer;display:inline-block;background-size:cover;background-repeat:no-repeat}.role-manager .role-card .role-header .header-actions .edit-icon[data-v-6d4f1dd9]{background-image:url(https://s.learn.qq.com/tencent-learn/aigc/edit-role-icon.png)}.role-manager .role-card .role-header .header-actions .edit-icon[data-v-6d4f1dd9]:hover{background-image:url(https://s.learn.qq.com/tencent-learn/aigc/edit-role-icon-active.png)}.role-manager .role-card .role-header .header-actions .delete-icon[data-v-6d4f1dd9]{background-image:url(https://s.learn.qq.com/tencent-learn/aigc/delete-role-icon.png)}.role-manager .role-card .role-header .header-actions .delete-icon[data-v-6d4f1dd9]:hover{background-image:url(https://s.learn.qq.com/tencent-learn/aigc/delete-role-icon-active.png)}.role-manager .role-card .role-header .header-actions .save-btn[data-v-6d4f1dd9]{font-family:PingFang SC;font-size:12px;font-weight:500;color:#3372ff;cursor:pointer}.role-manager .role-card .role-header .header-actions .save-btn[data-v-6d4f1dd9]:hover{text-decoration:underline}.role-manager .role-card .role-body[data-v-6d4f1dd9]{margin-top:10px}.role-manager .role-card .role-body .role-name[data-v-6d4f1dd9]{display:block;font-family:PingFang SC;font-size:14px;font-weight:500;color:#2f3655;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.role-manager .role-card .role-body .role-input[data-v-6d4f1dd9]{width:148px;height:30px;border:1px solid #e2e4ef;border-radius:6px;padding:0 12px;font-family:PingFang SC;font-size:14px;font-weight:500;color:#2f3655;outline:none;background:#fff;box-sizing:border-box}.role-manager .role-card .role-body .role-input[data-v-6d4f1dd9]::placeholder{color:#c4c4c4}.role-manager .role-card .role-body .role-input[data-v-6d4f1dd9]:focus{border-color:#3372ff}.role-manager .role-card[data-v-6d4f1dd9]:hover{background:rgba(0,118,255,.05)}.role-manager .add-card[data-v-6d4f1dd9]{flex-direction:row;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.role-manager .add-card .add-icon[data-v-6d4f1dd9]{width:16px;height:16px;margin-right:8px}.role-manager .add-card .add-text[data-v-6d4f1dd9]{font-family:PingFang SC;font-size:14px;font-weight:500;color:#2f3655}.role-manager .disabled[data-v-6d4f1dd9]{cursor:not-allowed}.ai-drama-page[data-v-2474f758]{width:100%;min-height:100vh}.page-content[data-v-2474f758]{padding:90px 0 20px 0;display:flex;justify-content:center;padding-bottom:30px}.main-card[data-v-2474f758]{width:1280px;background:#fff;border-radius:16px;padding:40px;box-sizing:border-box;position:relative}.main-card .card-hint[data-v-2474f758]{text-align:center;font-family:PingFang SC;font-size:18px;font-weight:500;color:#2f3655;line-height:25px}.main-card .tab-switch[data-v-2474f758]{width:1200px;height:54px;margin-top:31px;background:#f6f7f9;border-radius:50px;border:1px solid #e2e4ef;display:flex;padding:4px;box-sizing:border-box}.main-card .tab-switch .tab-item[data-v-2474f758]{flex:1;border-radius:50px;display:flex;align-items:center;justify-content:center;font-family:PingFang SC;font-size:16px;font-weight:500;color:#9196a1;cursor:pointer;transition:all .3s}.main-card .tab-switch .tab-item.active[data-v-2474f758]{background:#fff;box-shadow:0 0 8px rgba(51,114,255,.1);color:#3372ff}.main-card .content-area[data-v-2474f758],.main-card .role-manager-wrap[data-v-2474f758]{margin-top:20px}.main-card .manual-textarea-wrap[data-v-2474f758]{width:1200px;margin-top:20px;border-radius:10px;border:1px solid #e2e4ef;box-sizing:border-box;display:flex;flex-direction:column}.main-card .manual-textarea-wrap .manual-textarea[data-v-2474f758]{flex:1}.main-card .manual-textarea-wrap .manual-textarea[data-v-2474f758] .el-textarea__inner{border:none;border-radius:10px 10px 0 0;padding:12px 16px;font-family:PingFang SC;font-size:14px;font-weight:500;color:#2f3655;resize:none;box-sizing:border-box}.main-card .manual-textarea-wrap .manual-textarea[data-v-2474f758] .el-textarea__inner::placeholder{color:#c4c4c4}.main-card .manual-textarea-wrap .textarea-bottom[data-v-2474f758]{display:flex;align-items:flex-end;justify-content:space-between;padding:16px 16px 16px 16px}.main-card .manual-textarea-wrap .textarea-bottom .asr-btn-textarea-bottom[data-v-2474f758]{flex-shrink:0;margin-right:12px}.main-card .manual-textarea-wrap .textarea-bottom .uploaded-file-card[data-v-2474f758]{max-width:288px;min-width:188px;height:52px;background:#f6f7f9;border-radius:8px;display:flex;align-items:center;padding:8px;gap:8px;box-sizing:border-box}.main-card .manual-textarea-wrap .textarea-bottom .uploaded-file-card .file-thumb[data-v-2474f758]{width:36px;height:36px;flex-shrink:0}.main-card .manual-textarea-wrap .textarea-bottom .uploaded-file-card .file-info[data-v-2474f758]{flex:1;overflow:hidden}.main-card .manual-textarea-wrap .textarea-bottom .uploaded-file-card .file-info .file-name[data-v-2474f758]{display:block;font-family:PingFang HK;font-size:14px;font-weight:500;color:#2f3655;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.main-card .manual-textarea-wrap .textarea-bottom .uploaded-file-card .file-info .file-size[data-v-2474f758]{display:block;font-family:PingFang HK;font-size:12px;font-weight:400;color:#9196a1;margin-top:2px}.main-card .manual-textarea-wrap .textarea-bottom .uploaded-file-card .file-close[data-v-2474f758]{width:14px;height:14px;cursor:pointer;opacity:.5;flex-shrink:0}.main-card .manual-textarea-wrap .textarea-bottom .uploaded-file-card .file-close[data-v-2474f758]:hover{opacity:1}.main-card .manual-textarea-wrap .textarea-bottom .upload-trigger[data-v-2474f758]{width:24px;height:24px;border-radius:6px;border:2px solid #3372ff;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:auto;flex-shrink:0}.main-card .manual-textarea-wrap .textarea-bottom .upload-trigger .upload-icon[data-v-2474f758]{width:16px;height:16px}.main-card .manual-textarea-wrap .textarea-bottom .upload-trigger[data-v-2474f758]:hover{background:rgba(51,114,255,.05)}.main-card .key-info-wrap[data-v-2474f758]{margin-top:20px}.main-card .key-info-wrap .key-info-input[data-v-2474f758]{width:1200px}.main-card .key-info-wrap .key-info-input[data-v-2474f758] .el-input__inner{height:46px;line-height:46px;border-radius:10px;border:1px solid #e2e4ef;padding:0 50px 0 16px;font-family:PingFang SC;font-size:14px;font-weight:500;color:#2f3655;background:#fff}.main-card .key-info-wrap .key-info-input[data-v-2474f758] .el-input__inner::placeholder{color:#c4c4c4}.main-card .key-info-wrap .key-info-input[data-v-2474f758] .el-input__inner:focus{border-color:#3372ff}.main-card .key-info-wrap .key-info-input[data-v-2474f758] .el-input__suffix{right:8px;display:flex;align-items:center}.main-card .key-info-wrap .key-info-input[data-v-2474f758] .el-input__suffix-inner{display:flex;align-items:center}.main-card .params-row[data-v-2474f758]{margin-top:20px;display:flex;gap:50px}.main-card .params-row .param-item[data-v-2474f758]{display:flex;align-items:center}.main-card .params-row .param-item .param-label[data-v-2474f758]{font-family:PingFang SC;font-size:14px;font-weight:500;color:rgba(0,0,0,.55);white-space:nowrap}.main-card .params-row .param-item .param-select[data-v-2474f758]{width:120px}.main-card .generate-btn-wrap[data-v-2474f758]{display:flex;justify-content:center;margin-top:40px}.main-card .generate-btn-wrap .generate-btn[data-v-2474f758]{width:260px;height:46px;background:linear-gradient(132deg,#4a99fe 2%,#3372ff 32%,#3372ff 71%,#5bb2fe);border-radius:10px;border:none;font-family:PingFang SC;font-size:16px;font-weight:600;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s}.main-card .generate-btn-wrap .generate-btn[data-v-2474f758]:hover{opacity:.9}.main-card .generate-btn-wrap .generate-btn[data-v-2474f758]:disabled{opacity:.6;cursor:not-allowed}.main-card .generate-btn-wrap .generate-btn>img[data-v-2474f758]{width:18px;height:18px}.btn-item[data-v-1497947f]{padding:8px 12px;border-radius:8px;border-width:1px;border:1px solid #dcdee2;background:#fff;display:inline-flex;align-items:center;justify-content:center;margin-right:10px;cursor:pointer}.btn-item>img[data-v-1497947f]{width:16px;height:16px;margin-right:8px}.btn-item>span[data-v-1497947f]{font-weight:500;font-size:12px;color:#000}.visible-dropdown-item:focus,.visible-dropdown-item:not(.is-disabled):hover{background-color:#ebf1ff!important;color:#5c8eff!important}.visible-dropdown-menu{padding:10px 0!important}.visible-dropdown-menu .popper__arrow{display:block!important}.visible-dropdown-item.active{background-color:#ebf1ff!important;color:#5c8eff!important}.btn-item[data-v-2497b5ea]{padding:8px 12px;border-radius:8px;border-width:1px;border:1px solid #dcdee2;background:#fff;display:inline-flex;align-items:center;justify-content:center;margin-right:10px;cursor:pointer}.btn-item>img[data-v-2497b5ea]{width:16px;height:16px;margin-right:8px}.btn-item>span[data-v-2497b5ea]{font-weight:500;font-size:12px;color:#000}.qrcode-wrap[data-v-2497b5ea]{padding:20px 0;text-align:center}.qrcode-wrap .qrcode-tip[data-v-2497b5ea]{color:#000;margin-top:10px;font-size:16px}.share-item-wrap[data-v-2497b5ea]{display:flex;align-items:center}.share-item-wrap>img[data-v-2497b5ea]{width:16px;height:16px;margin-right:12px}.share-dropdown-item:focus,.share-dropdown-item:not(.is-disabled):hover{background-color:#ebf1ff!important;color:#5c8eff!important}.share-dropdown-menu{padding:10px 0!important}.share-dropdown-menu .popper__arrow{display:block!important}.share-dropdown-item.active{background-color:#ebf1ff!important;color:#5c8eff!important}.writing-chat[data-v-58c5dfd0]{height:100%;width:100%;position:relative;overflow:hidden}.writing-chat .chat-content[data-v-58c5dfd0]{height:100%;display:flex;flex-direction:column;padding:20px 0}.writing-chat .chat-content-wrap[data-v-58c5dfd0]{flex:1;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;min-height:0;padding:20px 0}.writing-chat .chat-list[data-v-58c5dfd0]{width:800px;margin:0 auto;border-radius:12px}.writing-chat .chat-list .chat-top[data-v-58c5dfd0]{display:flex;margin-bottom:50px}.writing-chat .chat-list .chat-top .chat-logo[data-v-58c5dfd0]{width:68px;height:68px;margin-right:25px}.writing-chat .chat-list .chat-top .chat-title[data-v-58c5dfd0]{font-family:PingFang SC;font-weight:600;font-size:28px;line-height:39.2px;align-self:flex-end}.writing-chat .chat-item[data-v-58c5dfd0]{margin-top:20px}.writing-chat .chat-item[data-v-58c5dfd0]:after{content:"";display:table;clear:both}.writing-chat .chat-item .chat-msg[data-v-58c5dfd0]{font-size:14px;line-height:1.7}.writing-chat .chat-question[data-v-58c5dfd0]{width:800px;margin:0 auto}.writing-chat .chat-question .chat-question-content[data-v-58c5dfd0]{border-radius:16px;border:1px solid #e2e4f1;background:#fff;box-shadow:0 0 30px 0 rgba(0,112,255,.08);padding:6px 16px 12px 16px}.writing-chat .chat-question .chat-question-content .chat-question-bottom[data-v-58c5dfd0]{display:flex;align-items:center;justify-content:space-between}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left[data-v-58c5dfd0]{display:flex;align-items:center;gap:8px}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-58c5dfd0]{display:flex;align-items:center;gap:4px;border-radius:20px;border:1px solid rgba(226,228,240,.5);height:32px;padding:0 16px;cursor:pointer}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn>i[data-v-58c5dfd0]{display:block;width:16px;height:16px;background:url(https://s.learn.qq.com/aiep/agent/chat-net-icon.svg);background-repeat:no-repeat;background-size:cover}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn>span[data-v-58c5dfd0]{color:#000;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-58c5dfd0]:hover{opacity:.8}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-58c5dfd0]:active{opacity:1}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active[data-v-58c5dfd0]{border:1px solid #0076ff;background:rgba(239,241,255,.8)}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active>i[data-v-58c5dfd0]{background:url(https://s.learn.qq.com/aiep/agent/chat-net-icon-active.svg)}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active>span[data-v-58c5dfd0]{color:#0076ff}.writing-chat .chat-question .chat-question-content .chat-question-bottom-right[data-v-58c5dfd0]{display:flex;align-items:center;gap:20px;margin-left:auto}.writing-chat .chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-58c5dfd0]{width:24px;height:24px;cursor:pointer;vertical-align:top}.writing-chat .chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-58c5dfd0]:hover{opacity:.8}.writing-chat .chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-58c5dfd0]:active{opacity:1}.writing-chat .chat-question .chat-question-content.is-focus[data-v-58c5dfd0]{border:1px solid #0076ff}.writing-chat .chat-question .chat-question-file-list[data-v-58c5dfd0]{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding-top:10px;-ms-overflow-style:none;scrollbar-width:none}.writing-chat .chat-question .chat-question-file-list[data-v-58c5dfd0]::-webkit-scrollbar{display:none}.writing-chat .chat-question .chat-question-file-item[data-v-58c5dfd0]{position:relative;flex-shrink:0}.writing-chat .chat-question .chat-question-file-item .file-img[data-v-58c5dfd0]{width:58px;height:58px;border-radius:8px;vertical-align:top;object-fit:cover}.writing-chat .chat-question .chat-question-file-item .other-file[data-v-58c5dfd0]{display:flex;align-items:center;gap:6px;padding:6px 16px 6px 6px;border-radius:8px;background:#f1f3fa;width:200px}.writing-chat .chat-question .chat-question-file-item .other-file>img[data-v-58c5dfd0]{width:46px;height:46px}.writing-chat .chat-question .chat-question-file-item .other-file .other-info .file-name[data-v-58c5dfd0]{width:126px;color:#56566a;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.writing-chat .chat-question .chat-question-file-item .other-file .other-info .file-size[data-v-58c5dfd0]{color:#8f96a3;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:14px;margin-top:4px}.writing-chat .chat-question .chat-question-file-item .other-file .other-info .upload-progress[data-v-58c5dfd0]{margin-top:5px}.writing-chat .chat-question .chat-question-file-item .file-close[data-v-58c5dfd0]{position:absolute;top:-5px;right:-5px;width:16px;height:16px;cursor:pointer;z-index:1}.writing-chat .chat-question .chat-bottom[data-v-58c5dfd0]{margin-top:16px;display:flex;justify-content:center;align-items:center;color:#686f79;font-size:12px;line-height:18px}.writing-chat .chat-question .chat-bottom>a[data-v-58c5dfd0]{color:#3372ff}.writing-chat .chat-question .send-wrap[data-v-58c5dfd0]{height:100%;cursor:pointer;display:flex;justify-content:center;align-items:center}.writing-chat .chat-question .send-wrap>img[data-v-58c5dfd0]{height:32px;width:32px}.writing-chat .chat-question .send-wrap[data-v-58c5dfd0]:hover{opacity:.8}.writing-chat .chat-question .send-wrap[data-v-58c5dfd0]:active{opacity:1}.writing-chat .chat-question .send-wrap.disabled[data-v-58c5dfd0]{cursor:not-allowed}.writing-chat .chat-question .send-wrap.disabled[data-v-58c5dfd0]:active,.writing-chat .chat-question .send-wrap.disabled[data-v-58c5dfd0]:hover{opacity:1}.writing-chat .chat-question .model-el-dropdown[data-v-58c5dfd0]{height:100%;display:flex;align-items:center;padding-left:5px}.writing-chat .chat-question .model-el-dropdown .model-select[data-v-58c5dfd0]{display:flex;height:32px;padding:6px 16px;align-items:center;gap:4px;border-radius:20px;background:rgba(239,241,254,.8);cursor:pointer}.writing-chat .chat-question .model-el-dropdown .model-select .model-name[data-v-58c5dfd0]{color:#000;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:normal;display:inline-block;width:67px;text-align:center}.writing-chat .chat-question .model-el-dropdown .model-select .el-icon-arrow-down[data-v-58c5dfd0]{color:#a7abb9;transition:all .3s}.writing-chat .chat-question .model-el-dropdown .model-select .el-icon-arrow-down.active[data-v-58c5dfd0]{transform:rotate(180deg)}.chat-question .ai-input-textarea{padding:5px 0}.chat-question .ai-input-textarea .el-textarea__inner{border:none;padding:5px 0}.chat-question .ai-input-textarea .el-textarea__inner::-webkit-scrollbar{width:0}.chat-question .ai-input-textarea .el-textarea__inner:focus,.chat-question .ai-input-textarea .el-textarea__inner:hover{border-color:transparent}.chat-question .input-upload .el-upload{vertical-align:top}.chat-question .other-condition{display:flex;align-items:center;gap:24px}.chat-question .other-condition .el-select{width:88px}.chat-question .other-condition .el-select .el-input__inner{color:#000;font-weight:500;height:36px;line-height:36px;border:none;padding:0 15px 0 0}.chat-question .other-condition .el-select .el-input__icon{line-height:36px;font-weight:700}.chat-question .chat-question-select>li{padding:7px 14px}.chat-question .chat-picture-size-select>li{width:58px;height:58px}.chat-question[data-v-f83ab5d0]{width:800px;margin:0 auto}.chat-question .chat-question-content[data-v-f83ab5d0]{border-radius:16px;border:1px solid #e2e4f1;background:#fff;box-shadow:0 0 30px 0 rgba(0,112,255,.08);padding:6px 16px 12px 16px}.chat-question .chat-question-content .chat-question-bottom[data-v-f83ab5d0]{display:flex;align-items:center;justify-content:space-between}.chat-question .chat-question-content .chat-question-bottom-left[data-v-f83ab5d0]{display:flex;align-items:center;gap:8px}.chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-f83ab5d0]{display:flex;align-items:center;gap:4px;border-radius:20px;border:1px solid rgba(226,228,240,.5);height:32px;padding:0 16px;cursor:pointer}.chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn>i[data-v-f83ab5d0]{display:block;width:16px;height:16px;background:url(https://s.learn.qq.com/aiep/agent/chat-net-icon.svg);background-repeat:no-repeat;background-size:cover}.chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn>span[data-v-f83ab5d0]{color:#000;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-f83ab5d0]:hover{opacity:.8}.chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-f83ab5d0]:active{opacity:1}.chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active[data-v-f83ab5d0]{border:1px solid #0076ff;background:rgba(239,241,255,.8)}.chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active>i[data-v-f83ab5d0]{background:url(https://s.learn.qq.com/aiep/agent/chat-net-icon-active.svg)}.chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active>span[data-v-f83ab5d0]{color:#0076ff}.chat-question .chat-question-content .chat-question-bottom-right[data-v-f83ab5d0]{display:flex;align-items:center;gap:20px;margin-left:auto}.chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-f83ab5d0]{width:24px;height:24px;cursor:pointer;vertical-align:top}.chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-f83ab5d0]:hover{opacity:.8}.chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-f83ab5d0]:active{opacity:1}.chat-question .chat-question-content.is-focus[data-v-f83ab5d0]{border:1px solid #0076ff}.chat-question .chat-question-file-list[data-v-f83ab5d0]{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding-top:10px;-ms-overflow-style:none;scrollbar-width:none}.chat-question .chat-question-file-list[data-v-f83ab5d0]::-webkit-scrollbar{display:none}.chat-question .chat-question-file-item[data-v-f83ab5d0]{position:relative;flex-shrink:0}.chat-question .chat-question-file-item .file-img[data-v-f83ab5d0]{width:58px;height:58px;border-radius:8px;vertical-align:top;object-fit:cover}.chat-question .chat-question-file-item .other-file[data-v-f83ab5d0]{display:flex;align-items:center;gap:6px;padding:6px 16px 6px 6px;border-radius:8px;background:#f1f3fa;width:200px}.chat-question .chat-question-file-item .other-file>img[data-v-f83ab5d0]{width:46px;height:46px}.chat-question .chat-question-file-item .other-file .other-info .file-name[data-v-f83ab5d0]{width:126px;color:#56566a;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-question .chat-question-file-item .other-file .other-info .file-size[data-v-f83ab5d0]{color:#8f96a3;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:14px;margin-top:4px}.chat-question .chat-question-file-item .other-file .other-info .upload-progress[data-v-f83ab5d0]{margin-top:5px}.chat-question .chat-question-file-item .other-file .other-info .upload-progress .el-progress-bar[data-v-f83ab5d0]{padding-right:45px;margin-right:-50px}.chat-question .chat-question-file-item .file-close[data-v-f83ab5d0]{position:absolute;top:-5px;right:-5px;width:16px;height:16px;cursor:pointer;z-index:1}.chat-question .chat-bottom[data-v-f83ab5d0]{margin-top:16px;display:flex;justify-content:center;align-items:center;color:#686f79;font-size:12px;line-height:18px}.chat-question .chat-bottom>a[data-v-f83ab5d0]{color:#3372ff}.chat-question .send-wrap[data-v-f83ab5d0]{height:100%;cursor:pointer;display:flex;justify-content:center;align-items:center}.chat-question .send-wrap>img[data-v-f83ab5d0]{height:32px;width:32px}.chat-question .send-wrap[data-v-f83ab5d0]:hover{opacity:.8}.chat-question .send-wrap[data-v-f83ab5d0]:active{opacity:1}.chat-question .send-wrap.disabled[data-v-f83ab5d0]{cursor:not-allowed}.chat-question .send-wrap.disabled[data-v-f83ab5d0]:active,.chat-question .send-wrap.disabled[data-v-f83ab5d0]:hover{opacity:1}.chat-question .model-el-dropdown[data-v-f83ab5d0]{height:100%;display:flex;align-items:center;padding-left:5px}.chat-question .model-el-dropdown .model-select[data-v-f83ab5d0]{display:flex;height:32px;padding:6px 16px;align-items:center;gap:4px;border-radius:20px;background:rgba(239,241,254,.8);cursor:pointer}.chat-question .model-el-dropdown .model-select .model-name[data-v-f83ab5d0]{color:#000;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:normal;display:inline-block;width:67px;text-align:center}.chat-question .model-el-dropdown .model-select .el-icon-arrow-down[data-v-f83ab5d0]{color:#a7abb9;transition:all .3s}.chat-question .model-el-dropdown .model-select .el-icon-arrow-down.active[data-v-f83ab5d0]{transform:rotate(180deg)}.chat-question .chat-question-top[data-v-f83ab5d0]{position:relative;padding-top:6px;border-bottom:1px solid #e6e6e6}.chat-question .chat-question-top .chat-question-collapse[data-v-f83ab5d0]{display:flex;align-items:center;gap:4px;padding-bottom:10px;cursor:pointer}.chat-question .chat-question-top .chat-question-collapse>span[data-v-f83ab5d0]{color:#2b365a;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.chat-question .chat-question-top .chat-question-collapse>img[data-v-f83ab5d0]{width:16px;height:16px}.chat-question .chat-question-top .chat-question-expand[data-v-f83ab5d0]{padding-bottom:16px}.chat-question .chat-question-top .chat-question-expand .expand-content[data-v-f83ab5d0]{display:flex;align-items:center}.chat-question .chat-question-top .chat-question-expand .expand-content .expand-content-line[data-v-f83ab5d0]{width:1px;height:56px;margin:0 20px;background-color:#e6e6e6}.chat-question .chat-question-top .chat-question-expand .expand-content .picture-content-line[data-v-f83ab5d0]{height:80px;margin:0 15px}.chat-question .chat-question-top .chat-question-expand .expand-content .expand-content-item .expand-content-item-label[data-v-f83ab5d0]{margin-bottom:8px;color:#c4c4c4;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:500;line-height:16px}.chat-question .chat-question-top .chat-question-expand .expand-content .picture-content-item[data-v-f83ab5d0]{min-width:400px;flex:1}.chat-question .chat-question-top .chat-question-close[data-v-f83ab5d0]{position:absolute;right:0;top:6px;width:16px;height:16px;cursor:pointer}.writing-chat .answer{float:left;background:#fff;color:#202d40;max-width:100%;border-top-left-radius:2px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px}.writing-chat .answer strong{font-weight:revert}.writing-chat .answer p{margin:revert;padding:revert;cursor:revert}.writing-chat .answer dd,.writing-chat .answer dl,.writing-chat .answer dt,.writing-chat .answer h1,.writing-chat .answer h2,.writing-chat .answer h3,.writing-chat .answer h4,.writing-chat .answer i,.writing-chat .answer li,.writing-chat .answer pre,.writing-chat .answer ul{font-style:revert;margin:revert;padding:revert;list-style:revert}.writing-chat .answer pre{margin-top:0}.writing-chat .answer .chat-loading-icon{width:26px;height:6px}.writing-chat .answer table{border:1px solid #ddd;border-collapse:collapse;width:100%}.writing-chat .answer td,.writing-chat .answer th{border:1px solid #ddd;padding:8px}.writing-chat .answer .reference-link{margin:0 2px}.writing-chat .answer img{max-width:100%}.writing-chat .ai-input-textarea{padding:5px 0}.writing-chat .ai-input-textarea .el-textarea__inner{border:none;padding:5px 0}.writing-chat .ai-input-textarea .el-textarea__inner::-webkit-scrollbar{width:0}.writing-chat .ai-input-textarea .el-textarea__inner:focus,.writing-chat .ai-input-textarea .el-textarea__inner:hover{border-color:transparent}.writing-chat .input-upload .el-upload{vertical-align:top}.writing-chat .ask{background:#3372ff;float:right;border-top-left-radius:12px;border-top-right-radius:2px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:10px 12px;color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal;position:relative;white-space:pre-line}.writing-chat .ask .chat-image{height:auto;max-width:180px;border-radius:8px;vertical-align:top}.writing-chat .ask .chat-other-file{display:flex;align-items:center;gap:6px;padding:6px 16px 6px 6px;border-radius:8px;background:#f1f3fa;width:200px;white-space:normal}.writing-chat .ask .chat-other-file>img{width:46px;height:46px}.writing-chat .ask .chat-other-file .other-info .file-name{width:126px;color:#56566a;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.writing-chat .ask .chat-other-file .other-info .file-size{color:#8f96a3;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:14px;margin-top:4px}.writing-chat .ask:has(.chat-image){background:transparent;padding:0}.writing-chat .ask:has(.chat-other-file){background:transparent;padding:0}.writing-chat .ask .edit-btn-box{position:absolute;right:0;bottom:-29px;padding-top:4px;height:29px;display:none;z-index:1}.writing-chat .ask .edit-btn{align-items:center;justify-content:center;padding:5px 10px;border-radius:8px;border:1px solid #dcdee2;box-shadow:0 6px 20px 0 rgba(0,0,0,.08);gap:8px;cursor:pointer;display:flex;background:#fff;min-width:90px}.writing-chat .ask .edit-btn>img{width:12px;height:12px}.writing-chat .ask .edit-btn>span{color:#000;text-align:justify;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400}.writing-chat .ask .edit-btn:hover{opacity:.8}.writing-chat .ask .edit-btn:active{opacity:1}.writing-chat .ask.user-msg-editable:hover{background:linear-gradient(90deg,#0974ff,#00abff)}.writing-chat .ask.user-msg-editable:hover .edit-btn-box{display:block}.writing-chat .chat-content-bottom{margin-top:20px;display:flex;justify-content:space-between;clear:both;flex-wrap:wrap;gap:12px}.writing-chat .chat-content-bottom .chat-btns .btn-item{padding:8px 12px;border-radius:8px;border-width:1px;border:1px solid #dcdee2;background:#fff;display:inline-flex;align-items:center;justify-content:center;margin-right:10px;cursor:pointer}.writing-chat .chat-content-bottom .chat-btns .btn-item>img{width:16px;height:16px;margin-right:8px}.writing-chat .chat-content-bottom .chat-btns .btn-item>span{font-weight:500;font-size:12px;color:#000}.writing-chat .chat-content-bottom .chat-tip,.writing-chat .chat-tip{padding:9px 12px;border-radius:10px;background:#f5f7f9;font-family:PingFang SC;font-weight:400;font-size:12px;line-height:18px;color:rgba(0,0,0,.5)}.upload-progress{margin-top:5px}.upload-progress .el-progress-bar{padding-right:45px;margin-right:-50px}.writing-chat[data-v-2cdf56af]{height:100%;width:100%;position:relative;overflow:hidden}.writing-chat .chat-content[data-v-2cdf56af]{height:100%;display:flex;flex-direction:column;padding:20px 0}.writing-chat .chat-content-wrap[data-v-2cdf56af]{flex:1;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;min-height:0;padding:20px 0}.writing-chat .chat-list[data-v-2cdf56af]{width:800px;margin:0 auto;border-radius:12px}.writing-chat .chat-list .chat-top[data-v-2cdf56af]{display:flex;margin-bottom:50px}.writing-chat .chat-list .chat-top .chat-logo[data-v-2cdf56af]{width:68px;height:68px;margin-right:25px}.writing-chat .chat-list .chat-top .chat-title[data-v-2cdf56af]{font-family:PingFang SC;font-weight:600;font-size:28px;line-height:39.2px;align-self:flex-end}.writing-chat .chat-item[data-v-2cdf56af]{margin-top:20px}.writing-chat .chat-item[data-v-2cdf56af]:after{content:"";display:table;clear:both}.writing-chat .chat-item .chat-msg[data-v-2cdf56af]{font-size:14px;line-height:1.7}.writing-chat .chat-question[data-v-2cdf56af]{width:800px;margin:0 auto}.writing-chat .chat-question .chat-question-content[data-v-2cdf56af]{border-radius:16px;border:1px solid #e2e4f1;background:#fff;box-shadow:0 0 30px 0 rgba(0,112,255,.08);padding:6px 16px 12px 16px}.writing-chat .chat-question .chat-question-content .chat-question-bottom[data-v-2cdf56af]{display:flex;align-items:center;justify-content:space-between}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left[data-v-2cdf56af]{display:flex;align-items:center;gap:8px}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-2cdf56af]{display:flex;align-items:center;gap:4px;border-radius:20px;border:1px solid rgba(226,228,240,.5);height:32px;padding:0 16px;cursor:pointer}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn>i[data-v-2cdf56af]{display:block;width:16px;height:16px;background:url(https://s.learn.qq.com/aiep/agent/chat-net-icon.svg);background-repeat:no-repeat;background-size:cover}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn>span[data-v-2cdf56af]{color:#000;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-2cdf56af]:hover{opacity:.8}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-2cdf56af]:active{opacity:1}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active[data-v-2cdf56af]{border:1px solid #0076ff;background:rgba(239,241,255,.8)}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active>i[data-v-2cdf56af]{background:url(https://s.learn.qq.com/aiep/agent/chat-net-icon-active.svg)}.writing-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active>span[data-v-2cdf56af]{color:#0076ff}.writing-chat .chat-question .chat-question-content .chat-question-bottom-right[data-v-2cdf56af]{display:flex;align-items:center;gap:20px;margin-left:auto}.writing-chat .chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-2cdf56af]{width:24px;height:24px;cursor:pointer;vertical-align:top}.writing-chat .chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-2cdf56af]:hover{opacity:.8}.writing-chat .chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-2cdf56af]:active{opacity:1}.writing-chat .chat-question .chat-question-content.is-focus[data-v-2cdf56af]{border:1px solid #0076ff}.writing-chat .chat-question .chat-question-file-list[data-v-2cdf56af]{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding-top:10px;-ms-overflow-style:none;scrollbar-width:none}.writing-chat .chat-question .chat-question-file-list[data-v-2cdf56af]::-webkit-scrollbar{display:none}.writing-chat .chat-question .chat-question-file-item[data-v-2cdf56af]{position:relative;flex-shrink:0}.writing-chat .chat-question .chat-question-file-item .file-img[data-v-2cdf56af]{width:58px;height:58px;border-radius:8px;vertical-align:top;object-fit:cover}.writing-chat .chat-question .chat-question-file-item .other-file[data-v-2cdf56af]{display:flex;align-items:center;gap:6px;padding:6px 16px 6px 6px;border-radius:8px;background:#f1f3fa;width:200px}.writing-chat .chat-question .chat-question-file-item .other-file>img[data-v-2cdf56af]{width:46px;height:46px}.writing-chat .chat-question .chat-question-file-item .other-file .other-info .file-name[data-v-2cdf56af]{width:126px;color:#56566a;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.writing-chat .chat-question .chat-question-file-item .other-file .other-info .file-size[data-v-2cdf56af]{color:#8f96a3;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:14px;margin-top:4px}.writing-chat .chat-question .chat-question-file-item .other-file .other-info .upload-progress[data-v-2cdf56af]{margin-top:5px}.writing-chat .chat-question .chat-question-file-item .file-close[data-v-2cdf56af]{position:absolute;top:-5px;right:-5px;width:16px;height:16px;cursor:pointer;z-index:1}.writing-chat .chat-question .chat-bottom[data-v-2cdf56af]{margin-top:16px;display:flex;justify-content:center;align-items:center;color:#686f79;font-size:12px;line-height:18px}.writing-chat .chat-question .chat-bottom>a[data-v-2cdf56af]{color:#3372ff}.writing-chat .chat-question .send-wrap[data-v-2cdf56af]{height:100%;cursor:pointer;display:flex;justify-content:center;align-items:center}.writing-chat .chat-question .send-wrap>img[data-v-2cdf56af]{height:32px;width:32px}.writing-chat .chat-question .send-wrap[data-v-2cdf56af]:hover{opacity:.8}.writing-chat .chat-question .send-wrap[data-v-2cdf56af]:active{opacity:1}.writing-chat .chat-question .send-wrap.disabled[data-v-2cdf56af]{cursor:not-allowed}.writing-chat .chat-question .send-wrap.disabled[data-v-2cdf56af]:active,.writing-chat .chat-question .send-wrap.disabled[data-v-2cdf56af]:hover{opacity:1}.writing-chat .chat-question .model-el-dropdown[data-v-2cdf56af]{height:100%;display:flex;align-items:center;padding-left:5px}.writing-chat .chat-question .model-el-dropdown .model-select[data-v-2cdf56af]{display:flex;height:32px;padding:6px 16px;align-items:center;gap:4px;border-radius:20px;background:rgba(239,241,254,.8);cursor:pointer}.writing-chat .chat-question .model-el-dropdown .model-select .model-name[data-v-2cdf56af]{color:#000;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:normal;display:inline-block;width:67px;text-align:center}.writing-chat .chat-question .model-el-dropdown .model-select .el-icon-arrow-down[data-v-2cdf56af]{color:#a7abb9;transition:all .3s}.writing-chat .chat-question .model-el-dropdown .model-select .el-icon-arrow-down.active[data-v-2cdf56af]{transform:rotate(180deg)}.drama-result-page[data-v-fc2c9fc6]{width:100%;height:100vh;overflow:hidden}.page-content[data-v-fc2c9fc6]{padding-top:90px;display:flex;justify-content:center;height:100%}.main-card[data-v-fc2c9fc6]{width:1280px;background:#fff;border-radius:16px;padding:0 20px 0 40px;box-sizing:border-box;height:calc(100vh - 110px);display:flex;flex-direction:column;overflow:hidden}.main-card .card-header[data-v-fc2c9fc6]{width:1200px;height:42px;display:flex;align-items:center;justify-content:space-between;margin-top:20px;flex-shrink:0}.main-card .card-header .card-header-title[data-v-fc2c9fc6]{font-family:PingFang SC;font-size:18px;font-weight:500;color:#2f3655}.main-card .card-header .new-create-btn[data-v-fc2c9fc6]{padding:0 20px;height:42px;background:rgba(51,114,255,.1);border:1px solid #3372ff;border-radius:10px;font-family:PingFang SC;font-size:16px;font-weight:600;color:#3372ff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.main-card .card-header .new-create-btn .new-create-icon[data-v-fc2c9fc6]{width:16px;height:16px}.main-card .card-header .new-create-btn[data-v-fc2c9fc6]:hover{background:rgba(51,114,255,.15)}.aiDrama-writing-chat.writing-chat .chat-list{width:1200px!important;margin:0 auto;padding-right:20px}.aiDrama-writing-chat.writing-chat .chat-question{width:1200px!important}