/*! * Quill Editor v2.0.3 * https://quilljs.com * Copyright (c) 2017-2024, Slab * Copyright (c) 2014, Jason Chen * Copyright (c) 2013, salesforce.com */ .ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px} /*# sourceMappingURL=quill.core.css.map*/ /** * @file style.less * @author markJia(markjia@tencent.com) */ .style__hight-light-text-area-new___RROcf { min-height: 24px; overflow-x: hidden; overflow-y: auto; caret-color: var(--yb-input-caret-color); font-size: 16px; color: var(--yb-input-color); } .style__hight-light-text-area-new___RROcf .ql-editor { min-height: 24px; max-height: 140px; padding: 0; overflow-x: hidden; word-break: break-word; } .style__hight-light-text-area-new___RROcf .ql-editor.ql-blank::before { font-style: unset; left: 10px; color: var(--text-text_tertiary); width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .style__hight-light-text-area-new___RROcf .ql-editor img { width: 100%; } .style__hight-light-text-area-new___RROcf .chat-ligh-hight { width: auto !important; height: 22px; margin: 0 3px; vertical-align: top; border-radius: 4px; } .style__hight-light-text-area-new___RROcf .meeting-action-tag { font-weight: bolder; } .style__hight-light-text-area-new___RROcf .meeting-action-tag-prefix { font-weight: bolder; display: inline-block; background: var(--yb-input-bg-color); padding-right: 6px; } .style__hight-light-text-area-new___RROcf .no-edit-inline span { border-radius: 4px; padding: 2px 0px; margin-right: 6px; background: var(--background-bubble_web, #1D1D1D); } .style__hight-light-text-area-new___RROcf .meeting-embed-span { position: relative; display: inline-flex; margin-left: 2px; padding: 2px 4px; padding-right: 8px; background: var(--background-left_navigation); border: 0.5px solid var(--widget-line); border-radius: 6px; min-width: 20px; } .style__hight-light-text-area-new___RROcf .meeting-embed-span-focus { border-color: var(--text-text_tertiary, rgba(0, 0, 0, 0.4)); } .style__hight-light-text-area-new___RROcf .meeting-embed-span-blur { border-color: var(--widget-line, rgba(0, 0, 0, 0.08)); } .style__hight-light-text-area-new___RROcf .meeting-embed-span-error { border-color: #D54545; } .style__hight-light-text-area-new___RROcf .meeting-embed-span::before { margin-top: -2px; margin-left: -4px; margin-bottom: -2px; margin-right: 9px; padding: 0 2px 0 6px; flex-shrink: 0; background: var(--background-bubble); display: inline-flex; align-items: center; content: attr(data-static); padding-left: -4px; border-radius: 6px 0 0 6px; } .style__hight-light-text-area-new___RROcf.style__hight-light-text-area-disabled___d3IAa { cursor: not-allowed; } .style__hight-light-text-area-new___RROcf.style__hight-light-text-area-disabled___d3IAa .ql-editor { cursor: not-allowed; } .style__hight-light-text-area-new___RROcf.style__hight-light-text-area-disabled___d3IAa .ql-editor p { cursor: not-allowed; } .style__hight-light-text-area-new___RROcf .ql-editor.ql-composition::before { visibility: hidden; } @font-face { font-family: 'sim'; src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf); src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'TCloud Number'; src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf); src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype'); font-weight: normal; font-style: normal; unicode-range: U+30-39; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .style__input-box-element-color-transition___a_8uL { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .style__voice-input___wWdxG { background: linear-gradient(90deg, #04D46F, #1CC9FE); color: #fff; border-radius: 12px; width: 100%; height: 100%; font-weight: bolder; text-align: center; position: absolute; left: 0; top: 0; } .style__voice-input-icon___c5fVd { position: absolute; display: flex; height: 24px; line-height: 24px; right: 12px; top: 12px; } .style__voice-input-content___vbvEA { -webkit-touch-callout: none; /*系统默认菜单被禁用*/ -webkit-user-select: none; /*webkit浏览器*/ -khtml-user-select: none; /*早起浏览器*/ -moz-user-select: none; /*火狐浏览器*/ -ms-user-select: none; /*IE浏览器*/ user-select: none; /*用户是否能够选中文本*/ box-sizing: border-box; padding-top: 12px; font-size: 16px; width: 100%; height: 100%; touch-action: none; } @font-face { font-family: 'sim'; src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf); src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'TCloud Number'; src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf); src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype'); font-weight: normal; font-style: normal; unicode-range: U+30-39; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .style__input-box-element-color-transition___QGbzZ { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .bubble__voice-bubble___pV1PQ { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; } .bubble__voice-bubble--mask___updyc { position: absolute; width: 100%; height: 100%; z-index: 1; background: rgba(0, 0, 0, 0.5); } .bubble__voice-bubble--area___BXSzg { position: absolute; bottom: 0; left: 0; height: 400px; width: 100%; overflow: hidden; z-index: 2; } .bubble__voice-bubble--area___BXSzg::before, .bubble__voice-bubble--area___BXSzg::after { content: ""; display: block; position: absolute; top: 188px; left: 50%; height: 628px; width: 628px; border-radius: 50%; margin-left: -314px; background: #11cfb9; background: linear-gradient(90deg, #04D46F, #1CC9FE); z-index: 2; } .bubble__voice-bubble--area___BXSzg::before { z-index: 1; opacity: 0.1; background: linear-gradient(360deg, #00ddff 50.96%, #00db57 95.96%), linear-gradient(360deg, #61daff 50.96%, #00d767 95.96%); animation: bubble__voice-bubble___pV1PQ 2s infinite; } .bubble__voice-bubble--content___AB2AF { position: absolute; z-index: 3; left: 50%; bottom: 105px; margin-left: -155px; display: flex; width: 310px; height: 58px; } @keyframes bubble__voice-bubble___pV1PQ { 0% { transform: scale(1); } 10% { transform: scale(1); opacity: 0.1; } 100% { transform: scale(1.42); opacity: 0; } } .bubble__voice-bubble-wave___wQ4a4 { width: 100%; height: 10px; display: flex; justify-content: center; align-items: center; position: absolute; bottom: 62px; left: 0; z-index: 3; } .bubble__voice-bubble-wave-item___HSBdw { height: 4px; width: 4px; margin: 0 2px; border-radius: 2px; background-color: #ffffff; animation-iteration-count: infinite; animation: 1s linear 0s infinite normal forwards running bubble__myWave___ARlDi; } .bubble__voice-bubble-wave-item-high___fdVze { height: 7px; } .bubble__voice-bubble-wave-item___HSBdw:nth-child(7n + 2), .bubble__voice-bubble-wave-item___HSBdw:nth-child(7n + 6) { animation-delay: 0.167s; } .bubble__voice-bubble-wave-item___HSBdw:nth-child(7n + 3), .bubble__voice-bubble-wave-item___HSBdw:nth-child(7n + 5) { animation-delay: 0.33s; } .bubble__voice-bubble-wave-item___HSBdw:nth-child(7n + 4) { animation-delay: 0.5s; } .bubble__voice-bubble-wave___wQ4a4.bubble__stoped___j3pGp .bubble__voice-bubble-wave-item___HSBdw { animation: none; height: 4px; } .bubble__voice-bubble-close___mtTKu { width: 100%; position: absolute; height: 78px; bottom: 236px; z-index: 4; } .bubble__voice-bubble-close-tips___EprBD { color: #fff; font-weight: 600; font-size: 14px; line-height: 22px; text-align: center; } .bubble__voice-bubble-close-icon___UJSPI { width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.6); border-radius: 50%; margin: 16px auto 0; color: #fff; transition: all 0.2s ease-out; display: flex; align-items: center; justify-content: center; } .bubble__voice-bubble-close-icon___UJSPI.bubble__cancel___Jl925 { transform: scale(1.2); background-color: #f6685d; } @keyframes bubble__myWave___ARlDi { 0% { transform: scaleY(1); } 50% { transform: scaleY(3); } 100% { transform: scaleY(1); } } @font-face { font-family: 'sim'; src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf); src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'TCloud Number'; src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf); src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype'); font-weight: normal; font-style: normal; unicode-range: U+30-39; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .bubble__input-box-element-color-transition___gDyBo { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } /** * Swiper 11.2.6 * Most modern mobile touch slider and framework with hardware accelerated transitions * https://swiperjs.com * * Copyright 2014-2025 Vladimir Kharlampidi * * Released under the MIT License * * Released on: March 19, 2025 */ /* FONT_START */ @font-face { font-family: 'swiper-icons'; src: url("data:application/font-woff;charset=utf-8;base64, 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"); font-weight: 400; font-style: normal; } /* FONT_END */ :root { --swiper-theme-color: #007aff; /* --swiper-preloader-color: var(--swiper-theme-color); --swiper-wrapper-transition-timing-function: initial; */ } :host { position: relative; display: block; margin-left: auto; margin-right: auto; z-index: 1; } .index__swiper___L1DnH { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; display: block; } .index__swiper-vertical___cJkdJ > .index__swiper-wrapper___aKhaA { flex-direction: column; } .index__swiper-wrapper___aKhaA { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); box-sizing: content-box; } .index__swiper-android___wW9gl .index__swiper-slide___cED74, .index__swiper-ios___OvcXj .index__swiper-slide___cED74, .index__swiper-wrapper___aKhaA { transform: translate3d(0px, 0, 0); } .index__swiper-horizontal___YxQnv { touch-action: pan-y; } .index__swiper-vertical___cJkdJ { touch-action: pan-x; } .index__swiper-slide___cED74 { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; display: block; } .index__swiper-slide-invisible-blank___b9Vao { visibility: hidden; } /* Auto Height */ .index__swiper-autoheight___b7PNs, .index__swiper-autoheight___b7PNs .index__swiper-slide___cED74 { height: auto; } .index__swiper-autoheight___b7PNs .index__swiper-wrapper___aKhaA { align-items: flex-start; transition-property: transform, height; } .index__swiper-backface-hidden___rKX0G .index__swiper-slide___cED74 { transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* 3D Effects */ .index__swiper-3d____pyxK.index__swiper-css-mode___Zv7Sc .index__swiper-wrapper___aKhaA { perspective: 1200px; } .index__swiper-3d____pyxK .index__swiper-wrapper___aKhaA { transform-style: preserve-3d; } .index__swiper-3d____pyxK { perspective: 1200px; } .index__swiper-3d____pyxK .index__swiper-slide___cED74, .index__swiper-3d____pyxK .index__swiper-cube-shadow___GMovY { transform-style: preserve-3d; } /* CSS Mode */ .index__swiper-css-mode___Zv7Sc > .index__swiper-wrapper___aKhaA { overflow: auto; scrollbar-width: none; /* For Firefox */ -ms-overflow-style: none; /* For Internet Explorer and Edge */ } .index__swiper-css-mode___Zv7Sc > .index__swiper-wrapper___aKhaA::-webkit-scrollbar { display: none; } .index__swiper-css-mode___Zv7Sc > .index__swiper-wrapper___aKhaA > .index__swiper-slide___cED74 { scroll-snap-align: start start; } .index__swiper-css-mode___Zv7Sc.index__swiper-horizontal___YxQnv > .index__swiper-wrapper___aKhaA { scroll-snap-type: x mandatory; } .index__swiper-css-mode___Zv7Sc.index__swiper-vertical___cJkdJ > .index__swiper-wrapper___aKhaA { scroll-snap-type: y mandatory; } .index__swiper-css-mode___Zv7Sc.index__swiper-free-mode___U70yV > .index__swiper-wrapper___aKhaA { scroll-snap-type: none; } .index__swiper-css-mode___Zv7Sc.index__swiper-free-mode___U70yV > .index__swiper-wrapper___aKhaA > .index__swiper-slide___cED74 { scroll-snap-align: none; } .index__swiper-css-mode___Zv7Sc.index__swiper-centered___V7Dtb > .index__swiper-wrapper___aKhaA::before { content: ''; flex-shrink: 0; order: 9999; } .index__swiper-css-mode___Zv7Sc.index__swiper-centered___V7Dtb > .index__swiper-wrapper___aKhaA > .index__swiper-slide___cED74 { scroll-snap-align: center center; scroll-snap-stop: always; } .index__swiper-css-mode___Zv7Sc.index__swiper-centered___V7Dtb.index__swiper-horizontal___YxQnv > .index__swiper-wrapper___aKhaA > .index__swiper-slide___cED74:first-child { margin-inline-start: var(--swiper-centered-offset-before); } .index__swiper-css-mode___Zv7Sc.index__swiper-centered___V7Dtb.index__swiper-horizontal___YxQnv > .index__swiper-wrapper___aKhaA::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after); } .index__swiper-css-mode___Zv7Sc.index__swiper-centered___V7Dtb.index__swiper-vertical___cJkdJ > .index__swiper-wrapper___aKhaA > .index__swiper-slide___cED74:first-child { margin-block-start: var(--swiper-centered-offset-before); } .index__swiper-css-mode___Zv7Sc.index__swiper-centered___V7Dtb.index__swiper-vertical___cJkdJ > .index__swiper-wrapper___aKhaA::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after); } /* Slide styles start */ /* 3D Shadows */ .index__swiper-3d____pyxK .index__swiper-slide-shadow___nwXs0, .index__swiper-3d____pyxK .index__swiper-slide-shadow-left___wp4Li, .index__swiper-3d____pyxK .index__swiper-slide-shadow-right___F2h81, .index__swiper-3d____pyxK .index__swiper-slide-shadow-top___AjBoc, .index__swiper-3d____pyxK .index__swiper-slide-shadow-bottom___FZtH6, .index__swiper-3d____pyxK .index__swiper-slide-shadow___nwXs0, .index__swiper-3d____pyxK .index__swiper-slide-shadow-left___wp4Li, .index__swiper-3d____pyxK .index__swiper-slide-shadow-right___F2h81, .index__swiper-3d____pyxK .index__swiper-slide-shadow-top___AjBoc, .index__swiper-3d____pyxK .index__swiper-slide-shadow-bottom___FZtH6 { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; } .index__swiper-3d____pyxK .index__swiper-slide-shadow___nwXs0 { background: rgba(0, 0, 0, 0.15); } .index__swiper-3d____pyxK .index__swiper-slide-shadow-left___wp4Li { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .index__swiper-3d____pyxK .index__swiper-slide-shadow-right___F2h81 { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .index__swiper-3d____pyxK .index__swiper-slide-shadow-top___AjBoc { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .index__swiper-3d____pyxK .index__swiper-slide-shadow-bottom___FZtH6 { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .index__swiper-lazy-preloader___pJhPw { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; } .index__swiper___L1DnH:not(.index__swiper-watch-progress____xsft) .index__swiper-lazy-preloader___pJhPw, .index__swiper-watch-progress____xsft .index__swiper-slide-visible___je5RU .index__swiper-lazy-preloader___pJhPw { animation: index__swiper-preloader-spin___fGoAX 1s infinite linear; } .index__swiper-lazy-preloader-white___OYmrq { --swiper-preloader-color: #fff; } .index__swiper-lazy-preloader-black___gwaP6 { --swiper-preloader-color: #000; } @keyframes index__swiper-preloader-spin___fGoAX { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Slide styles end */ .index__input-file-list___dWH9b { position: relative; } .index__input-file-list--empty___UmPvt { margin-top: 0; } .index__input-file-list__item___B1TO9 { position: relative; border-radius: 5px; user-select: none; } .index__input-file-list__item--image___f7Z9s { width: 60px; height: 60px; border-radius: 8px; position: relative; border: 1px solid var(--yb_color_divider-primary); box-sizing: border-box; } .index__input-file-list__item--image___f7Z9s img { width: 100%; height: 100%; border-radius: 8px; object-fit: cover; } .index__input-file-list__item--image--disable-preview___Y1Hyu img { pointer-events: none; } .index__input-file-list__item--file___zdEjR { display: flex; width: 180px; border-radius: 6px; background: var(--yb-input-file-item-bg-color); border: 1px solid var(--yb-input-file-item-border-color); padding: 11px 10px; box-sizing: border-box; gap: 4px; align-items: center; flex: none; } .index__input-file-list__item--file___zdEjR .hyc-common-file-viewer { flex: 1; min-width: 0; } .index__input-file-list__item--file__info___iJfHy { flex: 1; min-width: 0; cursor: pointer; } .index__input-file-list__item--file__info__name___mjy6E { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; color: var(--yb-input-file-item-title-color); line-height: 16px; margin-bottom: 5px; } .index__input-file-list__item--file__info_word_error___Sg3_V { color: var(--brand-red_2); } .index__input-file-list__item--file__info__detail___TMpfT { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: var(--yb-input-file-item-desc-color); line-height: 12px; } .index__input-file-list__item--file__info__detail__ext___ZIb9v { padding-right: 9px; position: relative; } .index__input-file-list__item--file__info__detail__ext___ZIb9v::after { content: ''; width: 1px; height: 100%; background: var(--widget-line); position: absolute; right: 4px; top: 0; bottom: 0; } .index__input-file-list__item--file__icon___FBzpq { height: 32px; width: 32px; position: relative; } .index__input-file-list__item--file__icon___FBzpq img { width: 32px; height: 100%; pointer-events: none; } .index__input-file-list__item--file__reTry___UNRKM { position: absolute; left: 0; right: 0; width: 100%; height: 100%; background-color: var(--background-mask_background_4); color: var(--text-text_alwayswhite); font-weight: 500; display: none; justify-content: center; gap: 3px; align-items: center; z-index: 1; cursor: pointer; border-radius: 6px; } .index__input-file-list__item--file__link___THYg3 { position: absolute; left: 0; top: 0; right: 0; bottom: 0; } .index__input-file-list__item__file__mask___pBP72:hover { background-color: transparent; } .index__input-file-list__item__file__mask___pBP72:hover .index__input-file-list__item--file__reTry___UNRKM { display: flex; } .index__input-file-list__item__file__mask_mobile___NlILt .index__input-file-list__item--file__reTry___UNRKM { display: flex; } .index__input-file-list__item--good-issue___nNZJZ { display: flex; width: 194px; box-sizing: border-box; padding: 12px 10px; background-color: #f3f3f3; border-radius: 8px; gap: 6px; } .index__input-file-list__item--good-issue__info___EnSNl { flex: 1; min-width: 0; cursor: pointer; } .index__input-file-list__item--good-issue__info__name___UEtYA { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; line-height: 14px; color: var(--text-text_primary); } .index__input-file-list__item--good-issue__info__desc___UnrK8 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; line-height: 14px; color: var(--text-text_tertiary); margin-top: 4px; } .index__input-file-list__item--good-issue__icon___Nnphb { width: 32px; height: 32px; } .index__input-file-list__item--good-issue__icon___Nnphb img { width: 100%; height: 100%; border-radius: 8px; } .index__input-file-list__item__status___nh5jc { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding-top: 2px; justify-content: center; align-items: center; display: none; } .index__input-file-list__item__status--show___A4Y1N { display: flex; } .index__input-file-list__item__status__retry___hB13q { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #fff; } .index__input-file-list__item__status__warning___wcAmG { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #fff; } .index__input-file-list__item__close___KBdGC { position: absolute; top: -4px; right: -4px; cursor: pointer; color: var(--text-text_primary); opacity: 0; z-index: 1; } .index__input-file-list__item__close___KBdGC:before { content: ' '; display: block; position: absolute; inset: 2px; background-color: var(--text-text_white); border-radius: 100%; } .index__input-file-list__item__close___KBdGC .t-icon { display: block; position: relative; } .index__input-file-list__item___B1TO9:hover .index__input-file-list__item__close___KBdGC { opacity: 1; } .index__input-file-list--mobile___hilL4 { position: absolute; left: 0; bottom: calc(100% + 8px); display: flex; padding: 4px 0; overflow-x: auto; overflow-y: hidden; gap: 8px; width: calc(100vw - 24px); } .index__input-file-list--mobile___hilL4::-webkit-scrollbar { display: none; } .index__input-file-list--mobile___hilL4::-webkit-scrollbar { width: 0; height: 0; cursor: pointer; } .index__input-file-list--mobile___hilL4 .input-file-list__swiper-item--append button { height: 56px; width: 56px; } .index__input-file-list--mobile___hilL4.input-file-list-multiple--mobile .input-file-list__swiper-item--append { padding-top: 0 !important; } .index__input-file-list--mobile___hilL4.input-file-list-multiple--mobile .input-file-list__swiper-item--append button { height: 56px; width: 56px; } .index__input-file-list--mobile___hilL4 .index__input-file-list__item--image___f7Z9s { width: 56px; height: 56px; border: 0; flex-shrink: 0; } .index__input-file-list--mobile___hilL4 .index__input-file-list__item--file___zdEjR { border: 0; } .index__input-file-list--mobile___hilL4 .index__input-file-list__item__close___KBdGC { opacity: 1; } .index__input-file-list___dWH9b .swiper { margin-left: unset; } .index__input-file-list___dWH9b .input-file-list__swiper-item--file { width: 188px; padding-top: 5px; } .index__input-file-list___dWH9b .input-file-list__swiper-item--link-card { width: 192px; margin-right: 8px; } .index__input-file-list___dWH9b .input-file-list__swiper-item--link-card .hyc-link-card { border: none; border-radius: 8px; height: 32px; background: var(--background-bubble_web, #F3F3F3); } .index__input-file-list___dWH9b .input-file-list__swiper-item--html-summary-card { width: 194px; margin-right: 8px; } .index__input-file-list___dWH9b .input-file-list__swiper-item--html-summary-card .hyc-html-summary-card { border: none; border-radius: 8px; background: var(--yb-input-file-item-bg-color) !important; } .index__input-file-list___dWH9b .input-file-list__swiper-item--image { width: 54px; padding-right: 10px; padding-top: 5px; } .index__input-file-list___dWH9b .input-file-list__swiper-item--append { width: 56px; padding-top: 5px; } .index__input-file-list___dWH9b .input-file-list__swiper-page { position: absolute; height: 100%; top: 0; z-index: 2; display: flex; align-items: center; } .index__input-file-list___dWH9b .input-file-list__swiper-page.swiper-button-disabled { display: none; } .index__input-file-list___dWH9b .input-file-list__swiper-page__prev { left: 0; } .index__input-file-list___dWH9b .input-file-list__swiper-page__next { right: 0; justify-content: flex-end; } .index__input-file-list___dWH9b .input-file-list__swiper-page__prev:not(.swiper-button-disabled) + .input-file-list__swiper-page + .input-file-list__swiper-wrapper .swiper { mask-image: linear-gradient(to right, transparent 0%, black 20px); } .index__input-file-list___dWH9b .input-file-list__swiper-page__next:not(.swiper-button-disabled) + .input-file-list__swiper-wrapper { mask-image: linear-gradient(to left, transparent 0%, black 20px); } .index__input-file-list___dWH9b .input-file-list__swiper-page__op { position: relative; width: 20px; height: 20px; color: var(--text-text_primary); background: var(--background-container); border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1); } :root[yb-theme='dark'] .index__input-file-list--mobile___hilL4 .index__input-file-list__item--file___zdEjR, :root[yb-theme='light'] .index__input-file-list--mobile___hilL4 .index__input-file-list__item--file___zdEjR { background: var(--yb-input-file-item-bg-color); } @font-face { font-family: 'sim'; src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf); src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'TCloud Number'; src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf); src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype'); font-weight: normal; font-style: normal; unicode-range: U+30-39; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .index__input-box-element-color-transition___fAdyK { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } /*# sourceMappingURL=sourcemap/2807.375a10e4c810e1d71cbe.css.map*/