.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}.text-illustration-page[data-v-dce52310]{width:100%;min-height:100vh}.page-content[data-v-dce52310]{padding:90px 0 20px 0;display:flex;justify-content:center}.main-card[data-v-dce52310]{width:1280px;background:#fff;border-radius:16px;padding:40px;box-sizing:border-box;position:relative}.main-card .card-hint[data-v-dce52310]{text-align:center;font-family:PingFang SC;font-size:18px;font-weight:500;color:#2f3655;line-height:25px}.main-card .tab-switch[data-v-dce52310]{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-dce52310]{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-dce52310]{background:#fff;box-shadow:0 0 8px rgba(51,114,255,.1);color:#3372ff}.main-card .content-area[data-v-dce52310]{margin-top:20px}.main-card .manual-textarea-wrap[data-v-dce52310]{width:1200px;height:268px;margin-top:20px;border-radius:10px;border:1px solid #e2e4ef;position:relative;box-sizing:border-box}.main-card .manual-textarea-wrap .manual-textarea[data-v-dce52310] .el-textarea__inner{width:100%;border:none;border-radius:10px;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-dce52310] .el-textarea__inner::placeholder{color:#c4c4c4}.main-card .manual-textarea-wrap .char-count[data-v-dce52310]{position:absolute;right:16px;bottom:12px;font-family:PingFang SC;font-size:12px;color:#c4c4c4}.main-card .manual-textarea-wrap .asr-btn-textarea[data-v-dce52310]{position:absolute;left:12px;bottom:8px;z-index:1}.main-card .key-info-wrap[data-v-dce52310]{margin-top:20px}.main-card .key-info-wrap .key-info-input[data-v-dce52310]{width:1200px}.main-card .key-info-wrap .key-info-input[data-v-dce52310] .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-dce52310] .el-input__inner::placeholder{color:#c4c4c4}.main-card .key-info-wrap .key-info-input[data-v-dce52310] .el-input__inner:focus{border-color:#3372ff}.main-card .key-info-wrap .key-info-input[data-v-dce52310] .el-input__suffix{right:8px;display:flex;align-items:center}.main-card .key-info-wrap .key-info-input[data-v-dce52310] .el-input__suffix-inner{display:flex;align-items:center}.main-card .style-ratio-container[data-v-dce52310]{width:1200px;height:120px;margin-top:20px;background:#fff;border-radius:10px;border:1px solid #e2e4ef;display:flex;align-items:flex-start;box-sizing:border-box}.main-card .style-ratio-container .style-section[data-v-dce52310]{padding:16px 0 0 20px}.main-card .style-ratio-container .style-section .section-label[data-v-dce52310]{font-family:PingFang SC;font-size:12px;font-weight:500;color:#c4c4c4;line-height:17px;display:block;margin-bottom:7px}.main-card .style-ratio-container .section-divider[data-v-dce52310]{width:1px;height:88px;background:#e2e4ef;margin:16px 20px 0 20px;flex-shrink:0}.main-card .style-ratio-container .ratio-section[data-v-dce52310]{padding:16px 0}.main-card .style-ratio-container .ratio-section .section-label[data-v-dce52310]{font-family:PingFang SC;font-size:12px;font-weight:500;color:#c4c4c4;line-height:17px;display:block;margin-bottom:7px}.main-card .generate-btn-wrap[data-v-dce52310]{display:flex;justify-content:center;margin-top:40px}.main-card .generate-btn-wrap .generate-btn[data-v-dce52310]{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-dce52310]:hover{opacity:.9}.main-card .generate-btn-wrap .generate-btn[data-v-dce52310]:disabled{opacity:.6;cursor:not-allowed}.main-card .generate-btn-wrap .generate-btn>img[data-v-dce52310]{width:18px;height:18px}.style-section .picture-select-list{gap:5px!important}.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}.ai-picture[data-v-bb2ac73c]{max-width:100%;border-radius:8px}.gif-simulation{height:100%;width:100%}.picture-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;width:100%}.picture-chat .answer strong{font-weight:revert}.picture-chat .answer p{margin:revert;padding:revert;cursor:revert}.picture-chat .answer dd,.picture-chat .answer dl,.picture-chat .answer dt,.picture-chat .answer h1,.picture-chat .answer h2,.picture-chat .answer h3,.picture-chat .answer h4,.picture-chat .answer i,.picture-chat .answer li,.picture-chat .answer pre,.picture-chat .answer ul{font-style:revert;margin:revert;padding:revert;list-style:revert}.picture-chat .answer pre{margin-top:0}.picture-chat .answer .chat-loading-icon{width:26px;height:6px}.picture-chat .answer img{max-width:100%}.picture-chat .answer .ai-picture{max-width:300px;display:block}.picture-chat .ai-input-textarea{padding:5px 0}.picture-chat .ai-input-textarea .el-textarea__inner{border:none;padding:5px 0}.picture-chat .ai-input-textarea .el-textarea__inner::-webkit-scrollbar{width:0}.picture-chat .ai-input-textarea .el-textarea__inner:focus,.picture-chat .ai-input-textarea .el-textarea__inner:hover{border-color:transparent}.picture-chat .input-upload .el-upload{vertical-align:top}.picture-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}.picture-chat .ask .chat-image{height:auto;max-width:180px;border-radius:8px;vertical-align:top}.picture-chat .ask .chat-other-file{display:flex;align-items:center;gap:6px;padding:6px 16px 6px 6px;border-radius:8px;background:#f1f3fa;width:200px}.picture-chat .ask .chat-other-file>img{width:46px;height:46px}.picture-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}.picture-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}.picture-chat .ask:has(.chat-image){background:transparent;padding:0}.picture-chat .ask:has(.chat-other-file){background:transparent;padding:0}.picture-chat .ask .edit-btn-box{position:absolute;right:0;bottom:-29px;padding-top:4px;height:29px;display:none;z-index:1}.picture-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}.picture-chat .ask .edit-btn>img{width:12px;height:12px}.picture-chat .ask .edit-btn>span{color:#000;text-align:justify;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400}.picture-chat .ask .edit-btn:hover{opacity:.8}.picture-chat .ask .edit-btn:active{opacity:1}.picture-chat .ask.user-msg-editable:hover{background:linear-gradient(90deg,#0974ff,#00abff)}.picture-chat .ask.user-msg-editable:hover .edit-btn-box{display:block}.picture-chat .chat-content-bottom{padding-top:20px;display:flex;justify-content:space-between;clear:both;flex-wrap:wrap;gap:12px}.picture-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}.picture-chat .chat-content-bottom .chat-btns .btn-item>img{width:16px;height:16px;margin-right:8px}.picture-chat .chat-content-bottom .chat-btns .btn-item>span{font-weight:500;font-size:12px;color:#000}.picture-chat .chat-content-bottom .chat-tip,.picture-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)}.picture-chat .chat-loading{width:300px;height:300px;border-radius:8px;background-image:url(https://s.learn.qq.com/tencent-learn/aigc/picture-loading-bg.png);background-size:cover;display:flex;align-items:center;justify-content:center}.picture-chat .chat-loading .loading-type-icon{margin-bottom:20px}.picture-chat .chat-loading .loading-text{display:flex;align-items:center}.picture-chat .chat-loading .loading-text>span{font-weight:500;font-size:16px;color:#000;margin-right:8px}.picture-chat .chat-loading .loading-text .loading-gif{width:26px;height:6px;display:flex;align-items:center;justify-content:center}.picture-chat .chat-loading .loading-text .loading-pen{font-size:18px;margin-left:10px}.picture-chat[data-v-0371fafd]{height:100%;width:100%;position:relative;overflow:hidden}.picture-chat .chat-content[data-v-0371fafd]{height:100%;display:flex;flex-direction:column;padding:20px 0}.picture-chat .chat-content-wrap[data-v-0371fafd]{flex:1;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;min-height:0;padding:20px 0}.picture-chat .chat-list[data-v-0371fafd]{width:800px;margin:0 auto;border-radius:12px}.picture-chat .chat-list .chat-top[data-v-0371fafd]{display:flex;margin-bottom:50px}.picture-chat .chat-list .chat-top .chat-logo[data-v-0371fafd]{width:68px;height:68px;margin-right:25px}.picture-chat .chat-list .chat-top .chat-title[data-v-0371fafd]{font-family:PingFang SC;font-weight:600;font-size:28px;line-height:39.2px;align-self:flex-end}.picture-chat .chat-item[data-v-0371fafd]{margin-top:20px}.picture-chat .chat-item[data-v-0371fafd]:after{content:"";display:table;clear:both}.picture-chat .chat-item .chat-msg[data-v-0371fafd]{font-size:14px;line-height:1.7}.picture-chat .chat-question[data-v-0371fafd]{width:800px;margin:0 auto}.picture-chat .chat-question .chat-question-content[data-v-0371fafd]{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}.picture-chat .chat-question .chat-question-content .chat-question-bottom[data-v-0371fafd]{display:flex;align-items:center;justify-content:space-between}.picture-chat .chat-question .chat-question-content .chat-question-bottom-left[data-v-0371fafd]{display:flex;align-items:center;gap:8px}.picture-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-0371fafd]{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}.picture-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn>i[data-v-0371fafd]{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}.picture-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn>span[data-v-0371fafd]{color:#000;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.picture-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-0371fafd]:hover{opacity:.8}.picture-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn[data-v-0371fafd]:active{opacity:1}.picture-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active[data-v-0371fafd]{border:1px solid #0076ff;background:rgba(239,241,255,.8)}.picture-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active>i[data-v-0371fafd]{background:url(https://s.learn.qq.com/aiep/agent/chat-net-icon-active.svg)}.picture-chat .chat-question .chat-question-content .chat-question-bottom-left .chat-net-btn.active>span[data-v-0371fafd]{color:#0076ff}.picture-chat .chat-question .chat-question-content .chat-question-bottom-right[data-v-0371fafd]{display:flex;align-items:center;gap:20px;margin-left:auto}.picture-chat .chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-0371fafd]{width:24px;height:24px;cursor:pointer;vertical-align:top}.picture-chat .chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-0371fafd]:hover{opacity:.8}.picture-chat .chat-question .chat-question-content .chat-question-bottom-right .file-upload-icon[data-v-0371fafd]:active{opacity:1}.picture-chat .chat-question .chat-question-content.is-focus[data-v-0371fafd]{border:1px solid #0076ff}.picture-chat .chat-question .chat-question-file-list[data-v-0371fafd]{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding-top:10px;-ms-overflow-style:none;scrollbar-width:none}.picture-chat .chat-question .chat-question-file-list[data-v-0371fafd]::-webkit-scrollbar{display:none}.picture-chat .chat-question .chat-question-file-item[data-v-0371fafd]{position:relative;flex-shrink:0}.picture-chat .chat-question .chat-question-file-item .file-img[data-v-0371fafd]{width:58px;height:58px;border-radius:8px;vertical-align:top;object-fit:cover}.picture-chat .chat-question .chat-question-file-item .other-file[data-v-0371fafd]{display:flex;align-items:center;gap:6px;padding:6px 16px 6px 6px;border-radius:8px;background:#f1f3fa;width:200px}.picture-chat .chat-question .chat-question-file-item .other-file>img[data-v-0371fafd]{width:46px;height:46px}.picture-chat .chat-question .chat-question-file-item .other-file .other-info .file-name[data-v-0371fafd]{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}.picture-chat .chat-question .chat-question-file-item .other-file .other-info .file-size[data-v-0371fafd]{color:#8f96a3;font-family:PingFang SC;font-size:12px;font-style:normal;font-weight:400;line-height:14px;margin-top:4px}.picture-chat .chat-question .chat-question-file-item .other-file .other-info .upload-progress[data-v-0371fafd]{margin-top:5px}.picture-chat .chat-question .chat-question-file-item .file-close[data-v-0371fafd]{position:absolute;top:-5px;right:-5px;width:16px;height:16px;cursor:pointer;z-index:1}.picture-chat .chat-question .chat-bottom[data-v-0371fafd]{margin-top:16px;display:flex;justify-content:center;align-items:center;color:#686f79;font-size:12px;line-height:18px}.picture-chat .chat-question .chat-bottom>a[data-v-0371fafd]{color:#3372ff}.picture-chat .chat-question .send-wrap[data-v-0371fafd]{height:100%;cursor:pointer;display:flex;justify-content:center;align-items:center}.picture-chat .chat-question .send-wrap>img[data-v-0371fafd]{height:32px;width:32px}.picture-chat .chat-question .send-wrap[data-v-0371fafd]:hover{opacity:.8}.picture-chat .chat-question .send-wrap[data-v-0371fafd]:active{opacity:1}.picture-chat .chat-question .send-wrap.disabled[data-v-0371fafd]{cursor:not-allowed}.picture-chat .chat-question .send-wrap.disabled[data-v-0371fafd]:active,.picture-chat .chat-question .send-wrap.disabled[data-v-0371fafd]:hover{opacity:1}.picture-chat .chat-question .model-el-dropdown[data-v-0371fafd]{height:100%;display:flex;align-items:center;padding-left:5px}.picture-chat .chat-question .model-el-dropdown .model-select[data-v-0371fafd]{display:flex;height:32px;padding:6px 16px;align-items:center;gap:4px;border-radius:20px;background:rgba(239,241,254,.8);cursor:pointer}.picture-chat .chat-question .model-el-dropdown .model-select .model-name[data-v-0371fafd]{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}.picture-chat .chat-question .model-el-dropdown .model-select .el-icon-arrow-down[data-v-0371fafd]{color:#a7abb9;transition:all .3s}.picture-chat .chat-question .model-el-dropdown .model-select .el-icon-arrow-down.active[data-v-0371fafd]{transform:rotate(180deg)}.illustration-result-page[data-v-7344abed]{width:100%;height:100vh;overflow:hidden}.page-content[data-v-7344abed]{padding-top:90px;display:flex;justify-content:center;height:100%}.main-card[data-v-7344abed]{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-7344abed]{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-7344abed]{font-family:PingFang SC;font-size:18px;font-weight:500;color:#2f3655}.main-card .card-header .new-create-btn[data-v-7344abed]{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-7344abed]{width:16px;height:16px}.main-card .card-header .new-create-btn[data-v-7344abed]:hover{background:rgba(51,114,255,.15)}.textIllustration-picture-chat.picture-chat .chat-list{width:1200px!important;margin:0 auto;padding-right:20px}.textIllustration-picture-chat.picture-chat .chat-question{width:1200px!important}