.agent-desc { box-sizing: border-box; padding: 12px; position: relative; width: 100%; background-color: #FFFFFF1A; backdrop-filter: blur(30px); border-radius: 10px; font-size: 14px; font-style: normal; font-weight: 400; line-height: 24px; color: #fff; margin-top: 20px; box-shadow: inset 0px 0px 1px 0px rgba(178, 175, 175, 0.5); } .agent-desc__title { font-weight: 600; } .agent-desc__trigger { position: absolute; bottom: 8px; right: 8px; display: flex; justify-content: center; align-items: center; width: 16px; height: 16px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.2); color: #ffffff; font-weight: 600; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .t2i-prompt-examples__container { display: flex; flex-direction: row; margin: 16px 0; overflow: auto; gap: 12px; } .t2i-prompt-examples .t2i-prompt-example { position: relative; width: 140px; height: 190px; flex-shrink: 0; border-radius: 8px; overflow: hidden; } .t2i-prompt-examples .t2i-prompt-example img { width: 100%; height: 100%; object-fit: cover; } .t2i-prompt-examples .t2i-prompt-example-cover { position: absolute; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; color: #ffffff; top: 0; left: 0; width: 140px; height: 190px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%); opacity: 0.9; } .t2i-prompt-examples .t2i-prompt-example-title { font-size: 14px; font-style: normal; font-weight: 600; line-height: 20px; width: 124px; white-space: nowrap; overflow: hidden; } .t2i-prompt-examples .t2i-prompt-example-desc { width: 124px; font-size: 12px; line-height: 1.4em; height: 2.8em; font-weight: 400; word-break: break-all; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; white-space: normal; } .t2i-prompt-examples__switch { display: flex; gap: 6px; color: #616161; font-size: 14px; font-style: normal; font-weight: 400; line-height: 24px; cursor: pointer; user-select: 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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__conv--agent-tpl--yuanqi .agent-chat__conv--agent-tpl__info { display: flex; flex-direction: column; align-items: center; margin-bottom: 22px; } .agent-chat__conv--agent-tpl--yuanqi .agent-chat__conv--agent-tpl__info img { width: 80px; height: 80px; border-radius: 50%; margin-bottom: 8px; object-fit: cover; } .agent-chat__conv--agent-tpl--yuanqi .agent-chat__conv--agent-tpl__info p { font-size: 18px; line-height: 26px; font-weight: 600; color: var(--text-text_primary); text-align: center; } .agent-chat__conv--agent-tpl--yuanqi { padding-top: 40px; } .agent-chat__conv--agent-tpl--yuanqi .agent-chat__content-option__content { display: flex; flex-direction: row; gap: 8px; flex-wrap: wrap; } .agent-chat__conv--agent-tpl--yuanqi .agent-chat__content-option__content__item { padding: 12px 20px; color: var(--text-text_primary); background: var(--background-container); border: 1px solid var(--widget-line); border-radius: 24px; } .agent-chat__conv--agent-tpl--yuanqi .agent-chat__content-option__content__item:hover { color: var(--text-text_primary); } .agent-chat__conv--agent-tpl__info { display: none; } .agent-chat__conv--agent-tpl__info img { width: 64px; height: 64px; border-radius: 50%; margin-bottom: 16px; } .agent-chat__conv--agent-tpl__info p { font-size: 30px; color: var(--text-text_primary); font-weight: 500; } .agent-chat__conv--agent-tpl__info + .agent-chat__conv--agent-tpl__options { margin-top: 0; } .agent-chat__conv--agent-tpl__options { margin-top: 16px; } .agent-chat__conv--agent-tpl__options .hyc-content-option__content__item { background: var(--background-bubble_web); } .agent-chat__conv--agent-tpl__options .hyc-content-option__content__item:hover { background: var(--widget-btn_click_2); } .agent-chat__conv--agent-tpl .agent-chat__bubble--ai .agent-chat__bubble__avatar { display: none; } .agent-chat__conv--agent-tpl .agent-chat__bubble--ai .agent-chat__bubble__content { min-width: auto; } :root[yb-theme="light"] .agent-chat__conv--agent-tpl__options .hyc-content-option__content .hyc-content-option__content__item, :root[yb-theme="dark"] .agent-chat__conv--agent-tpl__options .hyc-content-option__content .hyc-content-option__content__item { background: var(--yb-bubble-ai-bg-color); backdrop-filter: blur(var(--yb-bubble-ai-bg-clur)); } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } @media screen and (max-width: 768px) { .agent-chat__conv--agent-tpl--yuanqi .agent-chat__conv--agent-tpl__info p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; } .agent-chat__conv--agent-tpl--yuanqi { padding-top: 24px; } } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__conv--agent-home-page__info { margin-bottom: 80px; } .agent-chat__conv--agent-home-page__info img { display: block; margin: 0 auto; width: 64px; height: 64px; margin-bottom: 24px; } .agent-chat__conv--agent-home-page__info p { font-family: 'sim'; text-align: center; } .agent-chat__conv--agent-home-page__info__name { font-size: 32px; line-height: 30px; margin-bottom: 8px; } .agent-chat__conv--agent-home-page__info__desc { font-size: 18px; line-height: 32px; } .agent-chat__conv--agent-home-page__feed-header { color: rgba(0, 0, 0, 0.54); font-size: 14px; line-height: 20px; margin-bottom: 16px; } .agent-chat__conv--agent-home-page__feed-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding-bottom: 30px; } .agent-chat__conv--agent-home-page__feed-item { background: #fff; border-radius: 8px; padding: 18px 16px; box-sizing: border-box; cursor: pointer; min-width: 0; transition: 0.2s; } .agent-chat__conv--agent-home-page__feed-item:hover { transform: translateY(-3px); box-shadow: 0px 15px 30px 0px rgba(73, 126, 180, 0.1); } .agent-chat__conv--agent-home-page__feed-item__header { display: flex; align-items: center; gap: 6px; margin-bottom: 9px; } .agent-chat__conv--agent-home-page__feed-item__logo { width: 24px; height: 24px; } .agent-chat__conv--agent-home-page__feed-item__title { font-size: 16px; font-weight: 500; flex: 1; min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .agent-chat__conv--agent-home-page__feed-item__desc { font-size: 14px; color: rgba(0, 0, 0, 0.6); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .body-mobile .agent-chat__conv--agent-greeting { flex-direction: column; } .body-mobile .agent-chat__conv--agent-greeting__special-column { padding: 20px 24px; } .body-mobile .agent-chat__conv--agent-greeting__end-item { height: 92px; } .agent-chat__conv--agent-greeting { display: flex; align-items: stretch; gap: 12px; } .agent-chat__conv--agent-greeting__start { flex: 456; min-width: 0; cursor: pointer; } .agent-chat__conv--agent-greeting__end { flex: 334; display: flex; flex-direction: column; gap: 12px; min-width: 0; } .agent-chat__conv--agent-greeting__end-item { background: #fff; height: 98px; border-radius: 8px; padding: 0 16px; box-sizing: border-box; cursor: pointer; display: flex; flex-direction: column; justify-content: center; } .agent-chat__conv--agent-greeting__end-item__header { display: flex; align-items: center; gap: 8px; margin-bottom: 9px; } .agent-chat__conv--agent-greeting__end-item__header img { width: 24px; height: 24px; } .agent-chat__conv--agent-greeting__end-item__header span { font-weight: 500; font-size: 16px; color: #000; flex: 1; min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .agent-chat__conv--agent-greeting__end-item__content { color: rgba(0, 0, 0, 0.6); font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .agent-chat__conv--agent-greeting__special-column { background: #fff; border-radius: 12px; height: 100%; min-width: 0; padding: 26px 24px; box-sizing: border-box; } .agent-chat__conv--agent-greeting__special-column__header { margin-bottom: 12px; } .agent-chat__conv--agent-greeting__special-column__info { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; } .agent-chat__conv--agent-greeting__special-column__title { font-size: 20px; line-height: 28px; flex: none; font-weight: 500; } .agent-chat__conv--agent-greeting__special-column__icon { width: 40px; height: 40px; display: none; } .agent-chat__conv--agent-greeting__special-column__desc { display: flex; gap: 16px; color: rgba(0, 0, 0, 0.6); flex: 1; min-width: 0; font-size: 14px; line-height: 24px; } .agent-chat__conv--agent-greeting__special-column__date { flex: none; } .agent-chat__conv--agent-greeting__special-column__subTitle { min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .agent-chat__conv--agent-greeting__special-column__content { display: flex; align-items: stretch; gap: 8px; } .agent-chat__conv--agent-greeting__special-column__content__img { width: 88px; height: 88px; border-radius: 8px; } .agent-chat__conv--agent-greeting__special-column__content__list { color: rgba(0, 0, 0, 0.9); min-width: 0; display: flex; flex-direction: column; justify-content: space-around; } .agent-chat__conv--agent-greeting__special-column__content__list-item { display: flex; align-items: center; } .agent-chat__conv--agent-greeting__special-column__content__list-item__icon { flex: none; margin: 0 8px; width: 4px; height: 4px; background: rgba(0, 0, 0, 0.9); border-radius: 50%; } .agent-chat__conv--agent-greeting__special-column__content__list-item__text { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__scenario-tpl { box-sizing: border-box; } .agent-chat__scenario-tpl--container { box-sizing: border-box; position: relative; z-index: 0; padding: 14px; border-radius: 8px; background: #ffffff1a; -webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px); } .agent-chat__scenario-tpl--container.show-expand .agent-chat__scenario-tpl--desc > div:last-child { box-sizing: border-box; padding-right: 20px; } .agent-chat__scenario-tpl--container.show-expand .agent-chat__scenario-tpl--icon { opacity: 1; } .agent-chat__scenario-tpl--container.un-expand .agent-chat__scenario-tpl--desc > div:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .agent-chat__scenario-tpl--container.un-expand .agent-chat__scenario-tpl--icon { transform: rotate(0deg); } .agent-chat__scenario-tpl--desc { color: #fff; font-size: 14px; line-height: 24px; } .agent-chat__scenario-tpl--bolder { font-weight: 600; margin-right: 4px; } .agent-chat__scenario-tpl--icon { position: absolute; right: 14px; bottom: 17px; width: 16px; height: 16px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; color: #fff; transition: all 0.2s ease-out; transform: rotate(180deg); opacity: 0; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__scenario-status { display: flex; justify-content: center; } .agent-chat__scenario-status--text { display: flex; align-items: center; justify-content: center; backdrop-filter: blur(52px); -webkit-backdrop-filter: blur(52px); padding: 0 12px; color: rgba(255, 255, 255, 0.5); font-weight: 600; font-size: 12px; border-radius: 14px; height: 28px; background: rgba(0, 0, 0, 0.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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__scenario-result { position: relative; z-index: 0; min-width: 160px; } .agent-chat__scenario-result--bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: flex; z-index: 1; flex-direction: column; border-radius: 12px; box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1); } .agent-chat__scenario-result--bg .result-bg--top, .agent-chat__scenario-result--bg .result-bg--bottom { width: 100%; height: 80px; background-size: 100% auto; background-repeat: no-repeat; flex-shrink: 0; } .agent-chat__scenario-result--bg .result-bg--top { background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/62deb9590b6f8a8266d1.png); } .agent-chat__scenario-result--bg .result-bg--bottom { background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/cace8278d856b16008d6.png); } .agent-chat__scenario-result--bg .result-bg--center { width: 100%; flex: 1; height: 100%; background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/5eca1f8aaad85f4ec8ff.png); background-repeat: repeat-y; background-size: 100% auto; } .agent-chat__scenario-result--content { position: relative; z-index: 2; } .agent-chat__scenario-result--title { height: 40px; display: flex; width: 100%; align-items: center; justify-content: center; } .agent-chat__scenario-result--text { font-size: 12px; line-height: 18px; color: rgba(255, 255, 255, 0.6); margin: 10px 15px 0; } .agent-chat__scenario-result--actions { display: flex; align-items: center; justify-content: center; padding: 6px 0 15px; } .agent-chat__scenario-result--btn { border-width: 0; margin: 0 4px; outline: none; color: rgba(255, 255, 255, 0.9); padding: 1px 11px; line-height: 22px; font-size: 14px; background: rgba(255, 255, 255, 0.1); border-radius: 26px; } .agent-chat__scenario-result--name { color: rgba(255, 255, 255, 0.55); } .agent-chat__scenario-result--divider { height: 1px; margin: 0 12px; background: #ab7354; background: linear-gradient(90deg, rgba(171, 115, 84, 0) 0%, #ab7354 49.36%, rgba(171, 115, 84, 0) 100%); } .agent-chat__scenario-score { border-radius: 8px; position: relative; z-index: 0; margin-top: 12px; box-sizing: border-box; padding: 15px 12px; display: flex; -webkit-backdrop-filter: blur(30px); backdrop-filter: blur(30px); background-color: rgba(135, 91, 62, 0.8); background: linear-gradient(89.31deg, rgba(238, 173, 113, 0.2) 0.65%, rgba(255, 255, 255, 0.1) 99.41%); } .agent-chat__scenario-score--info { flex: 1; } .agent-chat__scenario-score--title { font-size: 14px; line-height: 16px; color: #fff; font-weight: 600; } .agent-chat__scenario-score--txt { font-size: 10px; line-height: 14px; color: #fff; margin-top: 8px; } .agent-chat__scenario-score--action { width: 203px; display: flex; margin: 0 -6px; } .agent-chat__scenario-score--item { margin: 0 6px; } .agent-chat__scenario-score--result { height: 36px; display: flex; align-items: center; color: #fff; } .agent-chat__scenario-score--result .agent-chat__scenario-score--icon { width: 16px; height: 16px; } .agent-chat__scenario-score--result .agent-chat__scenario-score--item { margin: 0 3px; } .agent-chat__scenario-score--arrow { position: absolute; top: -6px; display: flex; left: 30px; } .agent-chat__scenario-score--icon { width: 28px; height: 28px; } .agent-chat__scenario-score--icon__target { display: block; width: 100%; height: 100%; } .agent-chat__scenario-score--icon .check { display: none; } .agent-chat__scenario-score--icon.checked .check { display: block; } .agent-chat__scenario-score--icon.checked .default { display: none; } .agent-chat__scenario-score--icon__txt { font-size: 10px; text-align: center; color: rgba(255, 255, 255, 0.6); line-height: 12px; margin-top: 5px; } .agent-chat__scenario-animate { opacity: 0; position: fixed; bottom: 0; left: 0; width: 100vw; height: 296px; overflow: hidden; transition: opacity 0.6s; z-index: 1000; } .agent-chat__scenario-animate.show-animate { opacity: 1; } .agent-chat__scenario-animate::before { content: ""; position: absolute; display: block; width: 678px; height: 530px; border-radius: 50%; left: 50%; margin-left: -339px; top: 0; background: rgba(0, 0, 0, 0.5); background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 55.38%); border: 1px solid rgba(255, 186, 104, 0.5); } .agent-chat__scenario-animate--text { opacity: 0; position: absolute; width: 111px; height: 27px; left: 50%; margin-left: -55px; top: 121px; animation: fadeIn 0.5s ease-out 0.6s forwards; } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .agent-chat__scenario-animate--text img { width: 100%; height: 100%; } .agent-chat__scenario-animate--star { position: absolute; z-index: 3; left: 50%; top: 30px; width: 270px; height: 212px; margin-left: -135px; } .agent-chat__scenario-animate--star.star-1 { animation: hideStar 0.1s ease-out 3s forwards; } .agent-chat__scenario-animate--star.star-2 { animation: hideStar 0.1s ease-out 3.5s forwards; } @keyframes hideStar { 0% { opacity: 1; } 100% { opacity: 0; } } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__conv--agent-memory-divider__content { display: flex; align-items: center; gap: 4px; cursor: pointer; } .agent-chat__conv--agent-memory-divider__content__link { color: var(--brand-black_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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat-custom-poster-img { padding: 8px 16px 6px 16px; border-radius: 8px; background: #fff; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat-custom-emoji-hint_item { display: flex; justify-content: space-between; border-radius: 8px; padding: 10px; font-weight: 400; font-size: 14px; background: #fff; color: rgba(0, 0, 0, 0.9); } .agent-chat-custom-emoji-hint_item:not(:last-child) { margin-bottom: 8px; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__conv--agent-greeting-default { font-size: 15px; line-height: 23px; padding: 16px; background: #fff; border-radius: 12px; max-width: 529px; box-sizing: border-box; } .agent-chat__conv--agent-greeting-good-question { background: #fff; padding: 16px 16px 8px 16px; border-radius: 20px; background: url(https://cdn-bot.hunyuan.tencent.com/assets/6bcfb6df6cddd01a3dac.png) no-repeat; background-size: 100%; background-color: #fff; } .agent-chat__conv--agent-greeting-good-question.good-question-loading { padding-bottom: 16px; background: #fff; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .good-question-loading-header { margin-bottom: 16px; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .good-question-loading-header .t-skeleton__col { height: 40px; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .good-question-loading-img .t-skeleton__col { width: 56px; height: 56px; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .t-skeleton__row { margin-bottom: 12px; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .good-question-item-wrapper { gap: 56px; } .agent-chat__conv--agent-greeting-good-question .good-question-header { font-family: "Songti SC"; font-size: 24px; font-style: normal; font-weight: 700; color: rgba(0, 0, 0, 0.9); display: flex; align-items: center; justify-content: space-between; } .agent-chat__conv--agent-greeting-good-question .good-question-header-discovery-wrapper { display: flex; align-items: center; } .agent-chat__conv--agent-greeting-good-question .good-question-header-discovery__title { display: flex; align-items: center; gap: 4px; font-size: 18px; } .agent-chat__conv--agent-greeting-good-question .good-question-header-discovery__title img { width: 20px; } .agent-chat__conv--agent-greeting-good-question .good-question-header-discovery-more { color: #72756b; font-size: 12px; margin-left: 20px; cursor: pointer; display: flex; align-items: center; gap: 4px; } .agent-chat__conv--agent-greeting-good-question .good-question-header-discovery-more:hover { color: #07C160; } .agent-chat__conv--agent-greeting-good-question .good-question-list-wrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); /* 两列,每列占据可用空间 */ grid-column-gap: 48px; /* 列间隔16px */ grid-row-gap: 16px; /* 行间隔8px */ width: 100%; overflow: hidden; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper { display: flex; align-items: center; justify-content: space-between; gap: 0px; margin-bottom: calc(0px - 12px); margin-right: calc(0px - 12px); cursor: pointer; overflow: hidden; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper > * { margin-right: 12px; margin-bottom: 12px; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper:hover .good-question-item-left-question { color: #07C160; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper img { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper .good-question-item-left { align-self: baseline; overflow: hidden; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper .good-question-item-left-question { font-size: 15px; font-weight: 500; line-height: 21px; margin-bottom: 4px; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper .good-question-item-left-detail { overflow: hidden; text-overflow: ellipsis; font-size: 12px; white-space: nowrap; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper .good-question-item-left-detail .expose-reason { color: #20C57D; line-height: 17px; border-radius: 4px; padding: 2px 4px; background: rgba(7, 193, 96, 0.1); margin-right: 4px; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper .good-question-item-left-detail .expose-tags { color: rgba(0, 0, 0, 0.4); } .agent-chat__conv--agent-greeting-good-question .more-good-questions { border-radius: 8px; display: flex; align-items: center; justify-content: center; gap: 4px; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.6); cursor: pointer; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__conv--agent-greeting-good-question { background: #fff; padding: 16px 16px 8px 16px; border-radius: 12px; background: url(https://cdn-bot.hunyuan.tencent.com/assets/6bcfb6df6cddd01a3dac.png) no-repeat; background-size: 100%; background-color: #fff; } .agent-chat__conv--agent-greeting-good-question.good-question-loading { padding: 16px 16px 8px 16px; background: #fff; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .good-question-loading-header { margin-bottom: 8px; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .good-question-loading-header .t-skeleton__col { height: 40px; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .good-question-loading-img .t-skeleton__col { width: 56px; height: 56px; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .t-skeleton__row { margin-bottom: 4px; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .good-question-item-wrapper { gap: 56px; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .agent-chat__conv--agent-greeting-good-question__loading { display: block; } .agent-chat__conv--agent-greeting-good-question.good-question-loading .agent-chat__conv--agent-greeting-good-question__content { display: none; } .agent-chat__conv--agent-greeting-good-question .agent-chat__conv--agent-greeting-good-question__loading { display: none; } .agent-chat__conv--agent-greeting-good-question .agent-chat__conv--agent-greeting-good-question__content { display: block; } .agent-chat__conv--agent-greeting-good-question .good-question-header { font-family: "Songti SC"; font-size: 20px; font-style: normal; font-weight: 700; color: rgba(0, 0, 0, 0.9); display: flex; align-items: center; justify-content: space-between; } .agent-chat__conv--agent-greeting-good-question .good-question-header-discovery-wrapper { display: flex; align-items: center; } .agent-chat__conv--agent-greeting-good-question .good-question-header-discovery-more { color: #72756b; font-size: 12px; margin-left: 20px; cursor: pointer; display: flex; align-items: center; gap: 4px; } .agent-chat__conv--agent-greeting-good-question .good-question-header-discovery-more:hover { color: #07C160; } .agent-chat__conv--agent-greeting-good-question .good-question-header-close-icon-wrapper { width: 20px; height: 20px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.03); cursor: pointer; display: flex; justify-content: center; align-items: center; } .agent-chat__conv--agent-greeting-good-question .good-question-list-wrapper { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); /* 两列,每列占据可用空间 */ grid-column-gap: 48px; /* 列间隔16px */ grid-row-gap: 16px; /* 行间隔8px */ width: 100%; overflow: hidden; } .agent-chat__conv--agent-greeting-good-question .good-question-list-wrapper.good-question-list-wrapper-one-row { grid-template-columns: repeat(1, minmax(0, 1fr)); /* 两列,每列占据可用空间 */ } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper { display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; overflow: hidden; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper:hover .good-question-item-left-question { color: #07C160; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper img { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper .good-question-item-left { align-self: baseline; overflow: hidden; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper .good-question-item-left-question { font-size: 15px; font-weight: 500; line-height: 21px; margin-bottom: 4px; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper .good-question-item-left-detail { overflow: hidden; text-overflow: ellipsis; font-size: 12px; white-space: nowrap; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper .good-question-item-left-detail img { width: 14px; height: 14px; margin-right: 4px; position: relative; top: 2px; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper .good-question-item-left-detail .expose-reason { color: #20C57D; line-height: 17px; border-radius: 4px; padding: 2px 4px; background: rgba(7, 193, 96, 0.1); margin-right: 4px; } .agent-chat__conv--agent-greeting-good-question .good-question-item-wrapper .good-question-item-left-detail .expose-tags { color: rgba(0, 0, 0, 0.4); } .agent-chat__conv--agent-greeting-good-question .more-good-questions { border-radius: 8px; display: flex; align-items: center; justify-content: center; gap: 4px; font-size: 12px; line-height: 16px; color: rgba(0, 0, 0, 0.6); cursor: pointer; margin: 12px 0 4px; } .agent-chat__conv--agent-greeting-good-question .more-good-questions:hover { color: rgba(0, 0, 0, 0.9); } .body-mobile .good-question-list-wrapper { grid-template-columns: repeat(1, 1fr); /* 两列,每列占据可用空间 */ } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__conv--agent-homepage-v2 { animation: fadeIn 0.2s linear; } .agent-chat__conv--agent-homepage-v2__header { transition: opacity 250ms; display: none; } .agent-chat__conv--agent-homepage-v2__title { color: var(--text-text_primary); font-size: 32px; line-height: 42px; font-weight: 500; margin-bottom: 8px; } .agent-chat__conv--agent-homepage-v2__title > span { display: inline-block; position: relative; color: var(--text-text_primary); margin-left: 5px; } .agent-chat__conv--agent-homepage-v2__title > span::after { content: attr(data-text); position: absolute; left: 0; z-index: 2; color: var(--text-text_primary); -webkit-mask-image: -webkit-linear-gradient(0, transparent, #4EA7D8); mask-image: linear-gradient(90deg, transparent, #4EA7D8); } .agent-chat__conv--agent-homepage-v2__desc { font-size: 16px; line-height: 24px; color: var(--text-text_secondary); font-weight: 400; } .agent-chat__conv--agent-homepage-v2__list { display: none; align-items: center; gap: 16px; margin-top: 20px; } .agent-chat__conv--agent-homepage-v2__list__box { display: flex; flex: 0 0 auto; width: 100%; gap: 16px; overflow-x: auto; } .agent-chat__conv--agent-homepage-v2__list__box::-webkit-scrollbar { /* WebKit browsers */ display: none; } .agent-chat__conv--agent-homepage-v2__list__item { flex: 1; cursor: pointer; transition-property: all; transition-duration: 320ms; transition-timing-function: ease-out; transform-origin: 0 100%; border: 1px solid #00000014; border-radius: 12px; border-width: 1px; } .agent-chat__conv--agent-homepage-v2__list__item img { width: 100%; } .agent-chat__conv--agent-homepage-v2__list__scroll { position: absolute; display: none; flex-shrink: 0; width: 28px; height: 28px; border-radius: 100%; text-align: center; line-height: 28px; box-shadow: 0px 3px 14px 2px rgba(0, 0, 0, 0.05); background: #fff; cursor: pointer; } .agent-chat__conv--agent-homepage-v2__list__scroll.scroll-left { left: 5px; } .agent-chat__conv--agent-homepage-v2__list__scroll.scroll-right { right: 5px; } .agent-chat__conv--agent-homepage-v2__footer { display: none; margin-top: 40px; } .agent-chat__conv--agent-homepage-v2__login { height: 48px; width: 50%; margin: 0 auto; position: relative; cursor: pointer; } .agent-chat__conv--agent-homepage-v2__login .t-button { height: 100%; border-radius: 24px; font-size: 18px; line-height: 24px; font-weight: 600; } .agent-chat__conv--agent-homepage-v2__login__text { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 18px; line-height: 24px; font-weight: 600; color: #fff; z-index: 2; } .agent-chat__conv--agent-homepage-v2__greeting { border-radius: 12px; background-color: transparent; font-size: 15px; line-height: 23px; padding: 16px; width: fit-content; color: var(--text-text_primary); } .agent-chat__conv--agent-homepage-v2.agent-chat__conv--agent-homepage-extension .agent-chat__conv--agent-homepage-v2__greeting { padding: 0; } .agent-chat__conv--agent-homepage-v2.agent-chat__conv--agent-homepage-extension .agent-chat__conv--agent-homepage-v2__greeting .agent-chat__conv--agent-homepage-extension__greeting { margin-right: 4px; } .agent-chat__conv--agent-homepage-v2.agent-chat__conv--agent-homepage-extension .agent-chat__conv--agent-homepage-v2__greeting .agent-chat__conv--agent-homepage-extension__greeting:first-child { display: block; font-size: 24px; font-style: normal; font-weight: 500; line-height: 38px; margin: 90px 0 12px; } .agent-dialogue__content--common-new .agent-chat__conv--agent-homepage-v2__greeting { position: absolute; opacity: 0; } .agent-dialogue__content--common-new .agent-chat__conv--agent-homepage-v2__header { display: block; } .agent-dialogue__content--common-new .agent-chat__conv--agent-homepage-v2__list { display: flex; } .agent-dialogue__content--common-new .agent-chat__conv--agent-homepage-v2__footer { display: block; } .body-mobile .agent-chat__conv--agent-homepage-v2__list { gap: 8px; overflow: auto; margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; } .body-mobile .agent-chat__conv--agent-homepage-v2__list::-webkit-scrollbar { width: 0; height: 0; cursor: pointer; } .body-mobile .agent-chat__conv--agent-homepage-v2__list__item { min-width: 160px; } .body-mobile .agent-chat__conv--agent-homepage-v2__login { width: 100%; } .body-mobile .agent-chat__conv--agent-homepage-v2__list__scroll { display: block; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } @keyframes jump-input-guide-item { 0% { transform: translateY(0); } 50% { transform: translateY(-30px); } 100% { transform: translateY(0); } } @keyframes show-homepage-v2-greeting { 0% { transform: translateY(-48px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } } .agent-dialogue__content--common--homepage-animation .agent-chat__list__content-wrapper { overflow: visible; } .agent-dialogue__content--common--homepage-animation .agent-chat__conv--agent-homepage-v2 .agent-chat__conv--agent-homepage-v2__list { overflow: visible; } .agent-dialogue__content--common--homepage-animation .agent-chat__conv--agent-homepage-v2 .agent-chat__conv--agent-homepage-v2__list__item { opacity: 0; } .agent-dialogue__content--common--homepage-animation .agent-chat__conv--agent-homepage-v2 .agent-chat__conv--agent-homepage-v2__list__item[data-item-id="301"] { transition-delay: 120ms; } .agent-dialogue__content--common--homepage-animation .agent-chat__conv--agent-homepage-v2 .agent-chat__conv--agent-homepage-v2__list__item[data-item-id="302"] { transition-delay: 240ms; } .agent-dialogue__content--common--homepage-animation .agent-chat__conv--agent-homepage-v2 .agent-chat__conv--agent-homepage-v2__list__item[data-item-id="303"] { transition-delay: 360ms; } .agent-dialogue__content--common--homepage-animation .agent-chat__conv--agent-homepage-v2 .agent-chat__conv--agent-homepage-v2__header { opacity: 0; transition-delay: 100ms; } .agent-dialogue__content--common--homepage-animation .input-guide { overflow: visible; } .agent-dialogue__content--common--homepage-animation .input-guide .input-guide-item { animation: jump-input-guide-item 440ms ease-in-out; } .agent-dialogue__content--common--homepage-animation .input-guide .input-guide-item[data-item-id="300"] { animation-delay: 300ms; } .agent-dialogue__content--common--homepage-animation .input-guide .input-guide-item[data-item-id="301"] { animation-delay: 380ms; } .agent-dialogue__content--common--homepage-animation .input-guide .input-guide-item[data-item-id="302"] { animation-delay: 460ms; } .agent-dialogue__content--common--homepage-animation .input-guide .input-guide-item[data-item-id="303"] { animation-delay: 540ms; } .agent-dialogue__content--common--homepage-animation .agent-chat__conv--agent-homepage-v2__greeting { animation: show-homepage-v2-greeting 430ms ease-in-out forwards; animation-delay: 360ms; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .index_chatLandingBox__myNTx { box-sizing: border-box; padding-top: 40px; } .index_chatLandingBox__myNTx .index_chatLandingTitle__jZRva { font-size: 32px; font-style: normal; font-weight: 500; line-height: 36px; -webkit-user-select: none; -moz-user-select: none; user-select: none; color: var(--text-text_primary); } .index_chatLandingBox__myNTx .index_chatLandingDesc__abzha { font-size: 16px; font-style: normal; font-weight: 400; line-height: 22px; margin-top: 8px; -webkit-user-select: none; -moz-user-select: none; user-select: none; color: var(--text-text_secondary); } .index_chatLandingBox__myNTx .index_chatLandingLine__4ZXZP { width: 100%; height: 2px; background: url(https://cdn-bot.hunyuan.tencent.com/assets/a2f8faf259f87c9ea838.svg); background-repeat: repeat-x; margin-top: 16px; -webkit-user-select: none; -moz-user-select: none; user-select: none; -webkit-user-drag: none; } .index_chatLandingBox__myNTx .index_chatLandingHintList__HQqI7 { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } .index_chatLandingBox__myNTx .index_chatLandingHintList__HQqI7 .index_hintTitle__Dqw-B { margin-top: 16px; margin-bottom: 8px; font-size: 12px; font-style: normal; font-weight: 400; line-height: 18px; color: var(--text-text_tertiary); -webkit-user-select: none; -moz-user-select: none; user-select: none; } .index_chatLandingBox__myNTx .index_chatLandingHintList__HQqI7 .index_hint__s3B3I { font-size: 14px; padding: 8px 12px; font-style: normal; font-weight: 400; line-height: 18px; margin-top: 8px; background: #F8F8F8; color: var(--text-text_primary); cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; border-radius: 8px; background: var(--background-bubble_web); } .index_chatLandingBox__myNTx .index_chatLandingHintList__HQqI7 .index_hint__s3B3I:hover { background: var(--widget-btn_click_2); } :root[yb-theme-mode="dark"] .index_chatLandingBox__myNTx .index_chatLandingLine__4ZXZP { background: url(https://cdn-bot.hunyuan.tencent.com/assets/15c11d9812839f321db8.svg); } /** * 对话区域,根据屏幕大小自适应 修改适配,需同时修改以下2个文件 apps/yuanbao-desktop/src/components/chat/index.module.scss apps/yuanbao-desktop/src/components/launchbox/searchBar/index.module.scss **/ @media screen and (max-width: 552px) { .index_chatContent__V4xIn { padding: 0 20px; } } @media screen and (min-width: 552px) and (max-width: 928px) { .index_chatContent__V4xIn { padding: 0 64px; } } @media screen and (min-width: 928px) { .index_chatContent__V4xIn { margin: 0 auto; padding: 0; width: 800px; } } @media screen and (min-width: 928px) and (max-width: 1128px) { .index_chatContent__V4xIn.index_sideBarExpanded__CfoOL { padding: 0 64px; width: auto; } } @media screen and (min-width: 1128px) { .index_chatContent__V4xIn.index_sideBarExpanded__CfoOL { padding: 0; width: 800px; } } @media screen and (min-width: 552px) and (max-width: 868px) { .index_chatContent__V4xIn.index_selectedDialogModel__omUjf { padding: 0 34px; } } @media screen and (min-width: 868px) { .index_chatContent__V4xIn.index_selectedDialogModel__omUjf { width: 800px; padding: 0; } } @media screen and (min-width: 552px) and (max-width: 1068px) { .index_chatContent__V4xIn.index_sideBarExpanded__CfoOL.index_selectedDialogModel__omUjf { padding: 0 34px; width: auto; } } @media screen and (min-width: 1068px) { .index_chatContent__V4xIn.index_sideBarExpanded__CfoOL.index_selectedDialogModel__omUjf { padding: 0; } } .yb-app-qrcode { width: 140px; height: 168px; text-align: center; } .yb-app-qrcode p { font: var(--yb-font-title-4); } .yb-app-qrcode__img { width: 140px; height: 140px; margin-bottom: 4px; } .yb-app-qrcode__img img { width: 100%; height: 100%; } .yb-app-qrcode__img--loading { background: var(--yb-color-bg-primary); display: flex; justify-content: center; align-items: center; flex-direction: column; cursor: pointer; width: 100%; height: 100%; font: var(--yb-font-title-4); } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .body-mobile .agent-chat__list__item { padding: 8px 28px; position: relative; } .body-mobile .agent-chat__list--select .agent-chat__list__item { padding-left: calc(16px + 32px); } .agent-chat__list__deepseek .autoColor { color: var(--brand-desktop-blue_1); } .agent-chat__list__deepseek .autoColor::after { color: var(--brand-desktop-blue_1); border-color: var(--brand-desktop-blue_1); } .agent-chat__list__hunyuan .autoColor { color: var(--brand-desktop-green_1); } .agent-chat__list { line-height: 1.75; width: 100%; position: relative; height: 100%; display: flex; flex-direction: column; } .agent-chat__list .hyc-content-text { font-size: 16px; } .agent-chat__list .hyc-content-img img, .agent-chat__list .hyc-component-image-group img { min-width: auto; min-height: auto; max-width: 280px; max-height: 280px; } .agent-chat__list.t2i-agent-list-content .hyc-content-img img, .agent-chat__list.t2i-agent-list-content .hyc-component-image-group img { max-height: 560px; } .agent-chat__list.creative-paint-agent-list .agent-chat__list__placeholder { height: 60px; } .agent-share--mobile .agent-chat__list .hyc-content-img img, .agent-share--mobile .agent-chat__list .hyc-component-image-group img { max-width: 100%; max-height: 100%; } .agent-chat__list .hyc-content-option__content__item { color: var(--yb-component-option-color); } .agent-chat__list--select .agent-chat__list__indicator { display: block; } .agent-chat__list--select .agent-chat__conv--ai__toolbar, .agent-chat__list--select .hyc-card-box-card-list:not(.hyc-media-box), .agent-chat__list--select .agent-chat__conv--ai__hint-prompt { display: none; } .agent-chat__list--select .agent-chat__list__item { padding-top: 16px; padding-bottom: 0; padding-left: calc(24px + 24px); } .agent-chat__list--select .agent-chat__list__item__checkbox { display: block; } .agent-chat__list--select .agent-chat__list__item .agent-chat__bubble--human .agent-chat__conv--human__toolbar { display: none; } .agent-chat__list__content { display: flex; flex-direction: column; } .agent-chat__list__content-wrapper { overflow-x: hidden; overflow-y: auto; display: flex; flex-direction: column; -webkit-overflow-scrolling: touch; } .agent-chat__list__content-loading { display: none; justify-content: center; align-items: center; width: 100%; padding: 13px 0; } .agent-chat__list__content-loading img { width: 24px; animation: rotate-loading 1s linear infinite; } .agent-chat__list__placeholder { width: 100%; height: 24px; flex: none; } .agent-chat__list__placeholder.agent-chat__list__placeholder-input-guide { height: 56px; } .agent-chat__list__full-width-time { font-size: 12px; line-height: 24px; text-align: center; color: var(--yb-chat-time-color); padding-top: 4px; } .agent-chat__list__item { position: relative; width: 100%; display: flex; justify-content: center; align-items: flex-start; padding: 12px 24px; box-sizing: border-box; } .agent-chat__list__item--human .agent-chat__conv--human__toolbar { pointer-events: none; } .agent-chat__list__item--human.agent-chat__list__item--toolbar-animatend .agent-chat__conv--human__toolbar { pointer-events: initial; } .agent-chat__list__item--hidden { display: none; } .agent-chat__list__item--toolbar-show { padding-top: 20px; } .agent-chat__list__item--toolbar-show + .agent-chat__list__item--ai { padding-bottom: 20px; padding-top: 0; } .agent-chat__list__item--last .agent-chat__list__new-chat, .agent-chat__list__item--last .agent-chat__list__internet-search-tips { display: block; } .agent-chat__list__item--hover .agent-chat__conv--human__toolbar { opacity: 1; } .agent-chat__list__item--special-column--loading .agent-chat__bubble--ai .agent-chat__bubble__content { padding: 0; } .agent-chat__list__item--special-column--loading .agent-chat__conv--ai--step .agent-chat__bubble__content { padding: 12px 16px; } .agent-chat__list__item--special-column--loading .agent-chat__speech-text { height: 0; overflow: hidden; } .agent-chat__list__item__checkbox { cursor: pointer; user-select: none; display: none; position: absolute; top: 4px; left: -24px; } .agent-chat__list__item__content { max-width: var(--hunyuan-chat-list-max-width); width: var(--hunyuan-chat-list-width); position: relative; } .agent-chat__list__item__content .agent-chat_doc-percent { margin-top: -24px; margin-bottom: 24px; padding: 0 10%; font-size: 12px; color: var(--text-text_tertiary); text-align: center; } .agent-chat__list--yuanqi .agent-chat__list__item { padding-left: 0; padding-right: 0; } .agent-chat__list--yuanqi .agent-chat__list__item__content { width: 100%; max-width: var(--hunyuan-chat-list-max-width) !important; } .agent-chat__list--yuanqi .agent-chat__hint-prompt { padding-left: 0; padding-right: 0; } .agent-chat__list--yuanqi .agent-chat__hint-prompt .hyc-content-option { width: 100%; } .agent-chat__list--yuanqi .agent-chat__list__indicator { top: -6px; } .agent-chat__list__new-chat { padding: 8px 24px; display: none; } .agent-chat__list__new-chat__create { color: var(--brand-black_1); cursor: pointer; } .agent-chat__list__internet-search-tips { padding: 0; display: none; margin-top: -20px; } .agent-chat__list__internet-search-tips__switch { color: var(--brand-green_1); cursor: pointer; } .agent-chat__list__internet-search-tips__switch_deepseek { color: var(--brand-desktop-blue_1); } .agent-chat__list__internet-search-tips__switch_hunyuan { color: var(--brand-desktop-green_1); } .agent-chat__list__internet-search-tips .hyc-content-divider__content { padding: 4px 0; } .agent-chat__list__regenerate-tip { margin-bottom: 26px; padding: 2px 0; display: flex; align-items: center; justify-content: center; gap: 6px; } .agent-chat__list__regenerate-tip-desc { color: var(--text-text_tertiary); /* 标签 */ font-family: "PingFang SC"; font-size: 12px; font-style: normal; font-weight: 400; line-height: normal; } .agent-chat__list__regenerate-tip-btn { color: var(--brand-green_1); /* 标签 */ font-family: "PingFang SC"; font-size: 12px; font-style: normal; font-weight: 400; line-height: normal; cursor: pointer; } .agent-chat__list__regenerate-tip-btn.deepseek { color: var(--brand-desktop-blue_1); } .agent-chat__list__regenerate-tip-btn.hunyuan { color: var(--brand-desktop-green_1); } .agent-chat__list .hyc-parent-verify-btn.t-button { font-size: 14px; background-color: var(--text-text_primary); } .agent-chat__list .hyc-parent-verify-btn.t-button:hover { background-color: var(--text-text_secondary) !important; } .agent-chat__list h1, .agent-chat__list h2, .agent-chat__list h3, .agent-chat__list h4, .agent-chat__list h5, .agent-chat__list h6 { font-weight: 600!important; } .agent-chat__list h1 { line-height: 39px; font-size: 24px; } .agent-chat__list h2 { font-size: 22px; } .agent-chat__list h3 { line-height: 32px; font-size: 20px; } .agent-chat__list h4 { font-size: 18px; } .agent-chat__list__item--h5 p { line-height: 1.6; } .hyc-component-reasoner__search-list { margin-bottom: 8px; } @keyframes rotate-loading { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .agent-chat_collect__detail__btn { position: absolute; bottom: 46px; left: calc(50% - 74px); height: 48px !important; z-index: 2; background: var(--background-mask_background_1) !important; backdrop-filter: blur(8px); border: none !important; padding: 0 16px !important; animation: fadeIn 0.3s ease-in; } .agent-chat_collect__detail__btn .yb-icon { width: 22px; background: var(--brand-success_2); color: var(--text-text_primary); border-radius: 100%; transform: scale(0.73); margin-right: 5px; } .agent-chat_collect__detail__btn__text { font-weight: 400; color: var(--brand-green_1); padding-left: 8px; } .agent-chat_collect__detail__btn__tip { font-weight: 400; color: var(--text-text_alwayswhite); } .agent-chat_collect__detail__btn .t-button-text { color: var(--text-text_alwayswhite); } .agent-chat__video-player-wrapper--init.t-dialog__ctx.t-dialog__ctx--fixed { z-index: -1; } .agent-chat__video-player-wrapper .t-dialog__position > .t-dialog { max-width: 100%; } .agent-chat__video-player-wrapper .t-dialog { border-radius: 0; border: none; padding: 0; height: 100%; } .agent-chat__video-player-wrapper .t-dialog__position { padding: 0; height: 100%; } .agent-chat__video-player-wrapper .t-dialog__header { display: none; } .agent-chat__video-player-wrapper .t-dialog__body { padding: 0; height: 100%; } .agent-chat__video-player-wrapper__close { position: absolute; top: 32px; right: 32px; width: 36px; height: 36px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.6); display: flex; align-items: center; justify-content: center; color: #fff; z-index: 999; cursor: pointer; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__list__new-conv { height: 56px; display: flex; justify-content: center; align-items: center; } .agent-chat__list__new-conv__content { display: flex; gap: 4px; align-items: center; font-size: 12px; line-height: 20px; color: var(--yb-chat-clear-context-color); padding: 0 8px; cursor: pointer; border-radius: 2px; } .agent-chat__list__new-conv__content .iconfont { color: var(--yb-chat-clear-context-icon-color); } .agent-chat__list__new-conv__content__text { color: var(--brand-black_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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__scroll-arrow { position: absolute; bottom: 12px; left: 50%; width: 32px; height: 32px; padding: 0; display: flex; align-items: center; justify-content: center; background: var(--background-container); border-radius: 100%; border: 0.5px solid var(--widget-line); color: var(--text-text_primary); box-sizing: border-box; opacity: 0; transition: 0.26s; z-index: 1; cursor: pointer; pointer-events: none; filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.12)); transform: translateX(-50%) scale(0.2); transform-origin: bottom center; } .agent-chat__scroll-arrow > img { width: 18px; height: 18px; } .share-from-app-box .agent-chat__scroll-arrow { display: none; } .agent-chat__scroll-arrow:hover { filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.15)); } .agent-chat__scroll-arrow:active { width: 28px; height: 28px; } .agent-chat__scroll-arrow--show { opacity: 1; pointer-events: auto; transform: translateX(-50%) scale(1); } .agent-chat__scroll-arrow--show-input-guide { bottom: 52px; } @keyframes arrowrotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .agent-chat__scroll-arrow--rotatingRing { position: absolute; z-index: 2; animation: arrowrotate 1s linear infinite; background-repeat: no-repeat; background-size: 100% 100%; width: calc(100% + 1px); height: calc(100% + 1px); opacity: 1; } .agent-chat__scroll-arrow--rotatingColorHy { background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/db47c519a91209dfa231.svg); } .agent-chat__scroll-arrow--rotatingColorDs { background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/870aec2cb359cb1cb9c7.svg); } :root[yb-theme-mode='dark'] .agent-chat__scroll-arrow:hover { background-color: var(--widget-btn_hover_2); filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.5)); } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .body-mobile .agent-chat__list__indicator { padding: 6px 16px 6px calc(16px + 32px); } .agent-chat__list__indicator { padding: 6px 24px 6px calc(24px + 32px); box-sizing: border-box; width: 100%; display: none; position: absolute; left: 0; top: -20px; z-index: 10; pointer-events: none; } .agent-chat__list__indicator::before { content: ''; display: block; width: 100%; height: 1px; background-color: var(--yb-share-indicator-border-color); position: absolute; left: 0; top: 50%; margin-top: -1px; } .agent-chat__list__indicator__content { max-width: var(--hunyuan-chat-list-max-width); width: var(--hunyuan-chat-list-width); margin: 0 auto; } .agent-chat__list__indicator__button { width: fit-content; padding: 0 16px; height: 30px; white-space: nowrap; background-color: var(--yb-share-indicator-bg-color); border: 1px solid var(--yb-share-indicator-border-color); color: var(--yb-share-indicator-color); font-size: 14px; line-height: 22px; display: flex; align-items: center; justify-content: center; font-weight: 600; border-radius: 20px; position: relative; cursor: pointer; pointer-events: auto; } .agent-chat__list__indicator__button:hover { background-color: var(--widget-btn_hover_2); } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__list-error { height: 100%; padding-bottom: 22px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; flex-direction: column; } .agent-chat__list-error__info { font-size: 16px; line-height: 26px; font-weight: 600; color: var(--text-text_primary); margin-bottom: 16px; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__conv--human { display: flex; flex-direction: column; } .agent-chat__conv--human--underline .hyc-content-text { text-decoration: underline; cursor: pointer; } .agent-chat__conv--human--multimodal--link .hyc-component-multi-modal { margin-top: 0; } .agent-chat__conv--human--multimodal--link .hyc-component-multi-modal__text { display: none; } .agent-chat__conv--human__edit { color: var(--text-text_secondary) !important; } .agent-chat__conv--human__edit .edit-btn .confirm { background: var(--brand-black_1) !important; border-color: unset !important; } .agent-chat__conv--human__toolbar { opacity: 0; transition: 0.1s; } .agent-chat__conv--human__toolbar--show { margin: 6px 0 10px; min-height: 25px; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .index_downloadPCAdsWrapper__cLHIo { position: absolute; top: -14px; width: 236px; right: 10px; } .index_download_pc_ads_wrapper__YR-2h { position: absolute; top: -14px; width: 236px; right: 10px; } .index_downloadPCAdsWrapperNew__Xv41k { z-index: 12; position: absolute; top: 0; right: 16px; } .index_download_pc_ads_wrapper_new__OQ3L3 { z-index: 13; position: absolute; top: 0; right: 16px; } @media screen and (max-width: 768px) { .index_download_pc_ads_wrapper_new__OQ3L3 { top: -4px; right: 16px; } } .hy-tx-player { width: 100%; height: 100%; } .hy-tx-player .plugin_ctrl_txp_bottom .txp_progress_play { background-color: #fff; } .hy-tx-player .plugin_ctrl_txp_bottom .txp_btn:hover .txp_icon { fill: #fff; } .hy-tx-player .plugin_ctrl_txp_bottom .txp_btn:hover .txp_icon_fullscreen { stroke: #fff; } .hy-tx-player--ctrlbar-show .txp_videos_container { bottom: 56px !important; height: auto !important; } .hy-tx-player--ctrlbar-show .plugin_ctrl_txp_bottom.txp_none { display: flex !important; } .hy-tx-player--ctrlbar-show.hy-tx-player--info-show .txp_videos_container { bottom: calc(56px + 48px) !important; height: auto !important; } .hy-tx-player__bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; -webkit-filter: blur(20px); filter: blur(20px); z-index: -1; } .hy-tx-player__info { position: absolute; left: 0; top: calc(-8px - 60px); height: 60px; width: 100%; background-color: #000; } .hy-tx-player__info__title { position: absolute; bottom: calc(60px + 16px); left: 16px; color: #fff; font-size: 14px; line-height: 22px; max-width: 30%; } .hy-tx-player__info__content { display: flex; justify-content: space-between; align-items: center; height: 100%; padding: 0 16px !important; } .hy-tx-player__info__source { display: flex; align-items: center; gap: 8px; } .hy-tx-player__info__source-logo img { width: 40px; height: 40px; border-radius: 50%; } .hy-tx-player__info__source-name { color: #fff; font-size: 14px; line-height: 22px; } .hy-tx-player__info__time { font-size: 14px; line-height: 22px; color: #ffffff; } .hy-tx-player__info__extra { display: flex; align-items: center; gap: 8px; } .hy-tx-player__info__logo { font-size: 0; } .hy-tx-player--mobile .hy-tx-player__info { top: -60px; } .hy-tx-player--mobile .hy-tx-player__info__title { max-width: none; right: 16px; } .hy-tx-player--mobile .plugin_ctrl_mobile_txp_bottom.txp_none { display: flex; } .hy-tx-player--mobile .plugin_ctrl_mobile_txp_bottom.txp_none .txp_left_controls, .hy-tx-player--mobile .plugin_ctrl_mobile_txp_bottom.txp_none .txp_progress_bar_container, .hy-tx-player--mobile .plugin_ctrl_mobile_txp_bottom.txp_none .txp_center_controls, .hy-tx-player--mobile .plugin_ctrl_mobile_txp_bottom.txp_none .txp_right_controls { display: none; } .hy-tx-player--mobile .plugin_ctrl_mobile_txp_bottom.txp_none .hy-tx-player__info { top: unset; bottom: 0; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } .agent-chat__video-player { width: 100%; height: 100%; } @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; } /* 会话内容宽度适配 */ /* 智能体会话内容宽度适配 */ .input-box-element-color-transition { transition-duration: 0.2s; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow; transition-timing-function: linear; } /*# sourceMappingURL=sourcemap/3607.375a10e4c810e1d71cbe.css.map*/