.yb-recent-agent-list__logo { margin: 0 12px 12px; } .yb-recent-agent-list__recent { margin: 0 12px; } .yb-recent-agent-list__divide { border-top: 0.5px solid rgba(0, 0, 0, 0.08); margin: 12px 0; } .yb-recent-agent-list__item { border-radius: 10px; display: flex; height: 36px; line-height: 20px; align-items: center; justify-content: space-between; padding: 0 8px; color: var(--text-text_primary); cursor: pointer; } .yb-recent-agent-list__item.active { font-weight: 400; color: var(--text-text_primary); background: var(--widget-btn_click_1) !important; } .yb-recent-agent-list__item.withHover { background-color: var(--widget-btn_hover_1); } .yb-recent-agent-list__item.withTrigger .yb-recent-agent-list__dropdown-trigger { display: flex; pointer-events: auto; background-color: var(--widget-btn_checkbox); } @media (hover: hover) and (pointer: fine) { .yb-recent-agent-list__item:hover { background: var(--widget-btn_hover_1); } } .yb-recent-agent-list__item:active { background: var(--widget-btn_hover_1); } .yb-recent-agent-list__item.active { background: var(--widget-btn_hover_1); } .yb-recent-agent-list__item--content { display: flex; flex-direction: row; flex: 1; } .yb-recent-agent-list__item--content .yb-icon { color: var(--text-text_secondary); } .yb-recent-agent-list__item--content > img { width: 20px; height: 20px; object-fit: cover; margin-right: 8px; border-radius: 50%; overflow: hidden; } .yb-recent-agent-list__item--content > p { white-space: nowrap; word-wrap: normal; overflow: hidden; text-overflow: ellipsis; flex: 1; font-size: 14px; line-height: 20px; color: var(--text-text_primary); } @media (hover: hover) and (pointer: fine) { .yb-recent-agent-list__item:hover .yb-recent-agent-list__dropdown-trigger { display: flex; pointer-events: auto; } .yb-recent-agent-list__item:hover .yb-recent-agent-list__dropdown-trigger .yb-icon { color: var(--text-text_primary); } .yb-recent-agent-list__item:hover .yb-project-list__dot-wrap { display: none; } } .yb-recent-agent-list__item--mobile.yb-recent-agent-list__item.active .yb-recent-agent-list__dropdown-trigger { display: flex; pointer-events: auto; } .yb-recent-agent-list__item--mobile.yb-recent-agent-list__item.active .yb-recent-agent-list__dropdown-trigger .yb-icon { color: var(--text-text_primary); } .yb-recent-agent-list__dropdown-trigger { display: none; pointer-events: none; border-radius: 6px; width: 24px; height: 24px; align-items: center; justify-content: center; } .yb-recent-agent-list__dropdown-trigger:hover { background: var(--widget-btn_checkbox, rgba(0, 0, 0, 0.04)); } .yb-recent-agent-list__dropdown-trigger > .yb-icon { display: block; color: var(--text-text_primary); } .yb-recent-agent-list__drop-down { min-width: 112px; padding: 6px; border-radius: 10px; border: 0.5px solid var(--widget-line, rgba(0, 0, 0, 0.08)); background: var(--background-bubble, #FFF); box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12); } .yb-recent-agent-list__drop-down > .t-dropdown__menu { gap: 0; padding: 8px; box-sizing: border-box; } .yb-recent-agent-list__drop-down > .t-dropdown__menu .t-dropdown__item { max-width: unset !important; height: 20px; line-height: 20px; padding: 0px; } .yb-recent-agent-list__drop-down > .t-dropdown__menu .t-dropdown__item .delete-icon { margin-right: 8px; } .yb-recent-agent-list__drop-down > .t-dropdown__menu .t-dropdown__item:hover { background: unset; } .yb-recent-agent-list__drop-down > .t-dropdown__menu:hover { background: 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; } .yb-recent-conv-list__checkbox { padding: 10px 0; } .yb-recent-conv-list--loading { display: flex; align-items: center; justify-content: center; } .yb-recent-conv-list--batch { padding-bottom: 123px; } .yb-recent-conv-list__load-more { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 40px; } .yb-recent-conv-list__split { background: var(--background-left_navigation_web); color: var(--text-text_secondary); font-weight: 600; font-size: 12px; line-height: 24px; z-index: 1; display: flex; align-items: center; padding: 0 20px 4px; } .yb-recent-conv-list__split::before { content: ''; position: absolute; top: -2px; left: 0; width: 100%; height: 2px; background: var(--background-left_navigation_web); } .yb-recent-conv-list__item { position: relative; display: flex; align-items: center; border-radius: var(--yb-radius-default); margin: 0 12px; cursor: pointer; } .yb-recent-conv-list__item:last-child { margin-bottom: 0; } .yb-recent-conv-list__item-name { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 7px 8px; font-size: 14px; line-height: 22px; color: var(--text-text_primary); } .yb-recent-conv-list__item-name.withHover { border-radius: 10px; background-color: var(--widget-btn_hover_1); } @media (hover: hover) and (pointer: fine) { .yb-recent-conv-list__item:hover { background: var(--widget-btn_hover_1); } } .yb-recent-conv-list__item:active { background: var(--widget-btn_hover_1); } .yb-recent-conv-list__item.active { background: var(--widget-btn_hover_1); } @media (hover: hover) and (pointer: fine) { .yb-recent-conv-list__item:hover .yb-recent-conv-list__item-name { padding-right: 36px; } .yb-recent-conv-list__item:hover .yb-recent-conv-list__dropdown-trigger { display: flex; pointer-events: auto; } .yb-recent-conv-list__item:hover .yb-recent-conv-list__dropdown-trigger .yb-icon { color: var(--text-text_primary); } .yb-recent-conv-list__item:hover .yb-recent-conv-list__chat-top { display: none; } } .yb-recent-conv-list__item.active { background: var(--widget-btn_click_1); } .yb-recent-conv-list__item.active .yb -recent-conv-list__item-name { font-weight: 500; } .yb-recent-conv-list__item.active.yb-recent-conv-list__item--mobile .yb-recent-conv-list__item-name { padding-right: 36px; } .yb-recent-conv-list__item.active.yb-recent-conv-list__item--mobile .yb-recent-conv-list__dropdown-trigger { display: flex; pointer-events: auto; } .yb-recent-conv-list__item.active.yb-recent-conv-list__item--mobile .yb-recent-conv-list__dropdown-trigger .yb-icon { color: var(--text-text_primary); } .yb-recent-conv-list__item--highlight { animation: highlightBlink2 2s ease-in-out; } @keyframes highlightBlink2 { 0% { background-color: transparent; } 25% { background-color: var(--widget-btn_hover_1); } 50% { background-color: transparent; } 75% { background-color: var(--widget-btn_hover_1); } 100% { background-color: transparent; } } .yb-recent-conv-list__batch-mode { position: relative; display: flex; align-items: center; border-radius: var(--yb-radius-default); margin: 0 12px 2px; padding-left: 8px; cursor: pointer; } .yb-recent-conv-list__batch-mode .t-checkbox:hover .t-checkbox__input { border-color: var(--widget-btn_click_1); } .yb-recent-conv-list__batch-mode:last-child { margin-bottom: 0; } .yb-recent-conv-list__batch-mode-name { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 9px 8px; font-size: 14px; line-height: 22px; color: var(--text-text_primary); } @media (hover: hover) and (pointer: fine) { .yb-recent-conv-list__batch-mode:hover { background: var(--widget-btn_hover_1); } } .yb-recent-conv-list__batch-mode:active { background: var(--widget-btn_hover_1); } .yb-recent-conv-list__batch-mode.active { background: var(--widget-btn_hover_1); } @media (hover: hover) and (pointer: fine) { .yb-recent-conv-list__batch-mode:hover .yb-recent-conv-list__item-name { padding-right: 36px; } .yb-recent-conv-list__batch-mode:hover .yb-recent-conv-list__dropdown-trigger { display: none; pointer-events: auto; } .yb-recent-conv-list__batch-mode:hover .yb-recent-conv-list__dropdown-trigger .yb-icon { color: var(--text-text_primary); } } .yb-recent-conv-list__dropdown-trigger { position: absolute; display: none; pointer-events: none; top: 6px; right: 8px; border-radius: 8px; width: 24px; height: 24px; align-items: center; justify-content: center; } .yb-recent-conv-list__dropdown-trigger:hover { background: var(--widget-btn_checkbox); } .yb-recent-conv-list__dropdown-trigger.withTrigger { display: flex; pointer-events: auto; background-color: var(--widget-btn_checkbox); } .yb-recent-conv-list__dropdown-trigger > .yb-icon { display: block; transform: rotate(90deg); color: var(--text-text_primary); } .yb-recent-conv-list__chat-top { position: absolute; display: flex; pointer-events: none; top: 6px; right: 8px; border-radius: 8px; width: 24px; height: 24px; align-items: center; justify-content: center; } .yb-recent-conv-list__chat-top > .yb-icon { display: block; color: var(--text-text_secondary); } .yb-recent-conv-list__batch-actions { position: fixed; bottom: 0; left: 0; right: 0; background: var(--background-left_navigation_web); padding: 20px 12px 20px 20px; box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1); z-index: 100; } .yb-recent-conv-list__batch-actions .t-checkbox:hover .t-checkbox__input { border-color: var(--widget-btn_click_1); } .yb-recent-conv-list__batch-actions .t-is-checked .t-checkbox__input, .yb-recent-conv-list__batch-actions .t-is-indeterminate .t-checkbox__input { border-color: var(--brand-black_2); background-color: var(--brand-black_2); } .yb-recent-conv-list__batch-actions-top { display: flex; align-items: center; gap: 12px; } .yb-recent-conv-list__right-actions { display: flex; gap: 8px; flex: 1; justify-content: flex-end; height: 28px; } .yb-recent-conv-list__right-actions--cancel { font-weight: 600; font-size: 12px; color: var(--text-text_primary); background-color: var(--widget-btn_normal); width: 48px !important; flex-shrink: 0; height: 28px; border: 1px solid rgba(0, 0, 0, 0.08); } .yb-recent-conv-list__right-actions--delete { min-width: 60px; height: 28px; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 500; font-size: 12px; color: #fff; background-color: #fa5151; } .yb-recent-conv-list__drop-down { padding: 0; box-sizing: border-box; border-radius: 10px; border: 0.5px solid var(--widget-line, rgba(0, 0, 0, 0.08)); box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12); } .yb-recent-conv-list__drop-down .t-dropdown__menu { gap: 0; } .yb-recent-conv-list__drop-down .t-dropdown__menu .t-dropdown__item { min-height: 36px; box-sizing: border-box; padding: 8px; display: flex; align-items: center; height: 36px; max-width: unset !important; border-radius: 8px; } .yb-recent-conv-list__drop-down .t-dropdown__menu .t-dropdown__item:hover { background: var(--widget-btn_hover_2); } .yb-recent-conv-list__drop-down .t-dropdown__menu .t-dropdown__item .t-dropdown__item-text { line-height: 20px; height: 20px; } .yb-recent-conv-list__drop-down-move-to-group .t-icon-chevron-right { display: none; } .yb-recent-conv-list__drop-down-move-to-group .t-dropdown__submenu { padding: 0px; border-radius: 10px; width: 140px; max-height: unset !important; border: 0.5px solid var(--widget-line, rgba(0, 0, 0, 0.08)); background: var(--background-bubble, #FFF); box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12); } .yb-recent-conv-list__drop-down-move-to-group .t-dropdown__submenu > ul { flex-grow: 1; } .yb-recent-conv-list__drop-down-move-to-group .t-dropdown__submenu .t-dropdown__item:hover { background: unset !important; } .yb-recent-conv-list__drop-down-move-to-group-sub { padding: 0px !important; height: unset !important; } .yb-recent-conv-list__drop-down-move-to-group-sub .t-dropdown__item-text { height: auto !important; line-height: unset !important; } .yb-recent-conv-list__sub-drop-down { width: 142px; border-radius: 10px; border: 0.5px solid var(--widget-line, rgba(0, 0, 0, 0.08)); box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12); padding: 0; } .yb-recent-conv-list__sub-drop-down .t-dropdown__menu { padding: 0px; gap: 0px; } .yb-recent-conv-list__sub-drop-down .t-dropdown__menu .t-dropdown__item { padding: 0px; --ripple-color: none; border-radius: 8px; } .yb-recent-conv-list__sub-drop-down .t-dropdown__menu .t-dropdown__item:hover { background: var(--widget-btn_hover_2); } .yb-recent-conv-list__sub-drop-down .t-dropdown__menu .t-dropdown__item--theme-default:hover { background-color: unset; } .yb-recent-conv-list__sub-drop-down .t-dropdown__menu div:last-child .t-dropdown__item:last-child { padding: 0px 6px 6px 6px; box-sizing: border-box; } .yb-recent-conv-list__sub-container { padding: 6px 1px 6px 6px; box-sizing: border-box; } .yb-recent-conv-list__sub-list { max-height: 128px; overflow-y: auto; overflow-x: hidden; padding-right: 1px; } .yb-recent-conv-list__sub-item { padding: 8px; cursor: pointer; height: 36px; box-sizing: border-box; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .yb-recent-conv-list__sub-item span { font-weight: 400; font-size: 14px; line-height: 22px; height: 22px; color: var(--text-text_primary); } .yb-recent-conv-list__sub-item:hover, .yb-recent-conv-list__sub-item:active { background-color: var(--widget-btn_hover_2); border-radius: 8px; } .yb-recent-conv-list__sub-item .yb-icon { margin-right: 4px; color: var(--text-text_primary); } .yb-recent-conv-list__sub-divider { height: 1px; background-color: var(--widget-line); margin: 4px 0px; } .yb-recent-conv-list__sub-bottom { padding-right: 6px; } @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; } .edit-session-title { background: var(--background-container); border-radius: 8px; height: 40px; border-color: transparent; position: relative; } .edit-session-title:hover { border-color: var(--widget-line); } .edit-session-title.t-textarea { min-height: 112px; display: flex; align-items: flex-start; } .edit-session-title.t-textarea .t-textarea__inner { min-height: 112px !important; height: 100% !important; padding: 12px; border-radius: 8px; color: var(--text-text_primary); background-color: var(--background-left_navigation_web); border-color: var(--widget-line); word-break: break-all; } .edit-session-title.t-textarea .t-textarea__inner:hover { border-color: var(--widget-line); background-color: var(--widget-btn_hover_2); } .edit-session-title.t-textarea .t-textarea__inner:focus { border-color: var(--widget-line); cursor: unset; box-shadow: unset; } .edit-session-title.t-textarea .t-textarea__info_wrapper { display: none; } .edit-session-title.t-input--focused { border-color: var(--widget-line); cursor: unset; } .edit-session-title.t-input--focused { box-shadow: unset; } .edit-session-title-instruct { cursor: pointer; color: #20c57d; } .edit-session-title-instruct-disabled { cursor: not-allowed !important; } .edit-session-name-input { position: relative; } .edit-session-name-input .suffix-icon { display: flex; align-items: center; position: absolute; height: 16px; bottom: 12px; right: 12px; } .edit-session-name-dialog-mobile .t-dialog { padding: 24px 13px; width: 327px; border-radius: 16px; } .edit-session-name-dialog-mobile .t-dialog__header-content { justify-content: center; font-size: 18px; font-weight: 600; } .edit-session-name-dialog-mobile .t-dialog__footer { display: flex; } .edit-session-name-dialog-mobile .t-dialog__footer button { flex: 1; border-radius: 8px; height: 40px; } @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; } .yb-project__input .t-input { height: 40px !important; background-color: var(--widget-btn_hover_2) !important; border-radius: 8px !important; border: 1px solid transparent !important; } .yb-project__input .t-input--focused { box-shadow: unset !important; -webkit-box-shadow: unset !important; border-color: var(--widget-btn_click_1) !important; } .yb-project__input .t-input:focus { box-shadow: unset !important; -webkit-box-shadow: unset !important; border-color: var(--widget-btn_click_1) !important; } @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; } .Item_menuIcon__rOUmJ{width:20px;height:20px;display:inline-block;margin-right:8px;color:rgba(0, 0, 0, 0.9);color:var(--text-text_primary, rgba(0, 0, 0, 0.9))}.Item_menuIconFlex__7uoPX{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;color:rgba(0, 0, 0, 0.9);color:var(--text-text_primary, rgba(0, 0, 0, 0.9))}.Item_delete__7q3bw{color:var(--brand-red_2)}.Item_rightArrow__oVE\+S{height:20px;width:20px;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/70d27282fdb9676798a5.svg);background-size:contain;margin-left:4px;display:inline-block}[yb-theme-mode=dark] .Item_rightArrow__oVE\+S{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/4637c4e1fb20923cccc3.svg)}@media(prefers-color-scheme: dark){[yb-theme-mode=system] .Item_rightArrow__oVE\+S{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/4637c4e1fb20923cccc3.svg)}} .index_lineWrapper__e6RXu { padding: 12px 0 12px 0; display: flex; align-items: center; gap: 6px; } .index_lineWrapper__e6RXu .index_lineItem__nPDmS { padding: 5px 0; flex: 1 1 auto; display: flex; align-items: center; justify-content: center; border-radius: 8px; border: 0.5px solid rgba(0, 0, 0, 0.08); border: 0.5px solid var(--widget-line, rgba(0, 0, 0, 0.08)); background: #FFF; background: var(--background-bubble, #FFF); cursor: pointer; color: var(--td-text-color-primary); } .index_lineWrapper__e6RXu .index_lineItem__nPDmS:hover { background: #E5E5E5; background: var(--widget-btn_hover_1, #E5E5E5); } .index_lineWrapper__e6RXu .index_tooltiper__gVJ4T { padding: 0; } .index_lineWrapper__e6RXu .index_lineItemInner__Mie3t { padding: 5px 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } .index_lineWrapper__e6RXu .index_lineItemActive__Xb95V { background: #E5E5E5; background: var(--widget-btn_hover_1, #E5E5E5); } .index_lineWrapper__e6RXu .index_lineItemIcon__9vwDK { display: inline-flex; align-items: center; justify-content: center; } .index_lineWrapper__e6RXu .index_lineItemDisabled__Lemkk { opacity: 0.3; cursor: not-allowed; } .index_lineItemOnPopup__XpcZe { visibility: hidden; } .index_tooltipWrapper__dwdnY { pointer-events: none; } .index_dropdownOption__AxyAv { display: flex; align-items: center; } .index_dropdownOption__AxyAv .index_dropdownOptionIcon__YUmK3 { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; margin-right: 8px; } .index_dropdownOptionArrowIcon__oIvf7 { display: flex; align-items: center; color: var(--text-text_secondary); } .index_batchActionDropdownContent__yCdzH .t-dropdown__menu { max-height: none!important; max-height: initial!important; } .index_batchActionDropdownContent__yCdzH .yb-recent-conv-list__sub-list { max-height: 309px; } .yb-my-favorites-list__logo { margin: 0 12px 12px; } .yb-my-favorites-list__recent { margin: 0 12px; } .yb-my-favorites-list__divide { border-top: 0.5px solid rgba(0, 0, 0, 0.08); margin: 12px 0; } .yb-my-favorites-list__item { border-radius: 10px; line-height: 20px; display: flex; align-items: center; padding: 8px; box-sizing: border-box; color: var(--text-text_primary); cursor: pointer; } .yb-my-favorites-list__item .yb-icon { color: var(--text-text_secondary); } @media (hover: hover) and (pointer: fine) { .yb-my-favorites-list__item:hover { background: var(--widget-btn_hover_1); } } .yb-my-favorites-list__item:active { background: var(--widget-btn_hover_1); } .yb-my-favorites-list__item.active { background: var(--widget-btn_hover_1); } .yb-my-favorites-list__item.active { font-weight: 400; color: var(--text-text_primary); background-color: var(--widget-btn_click_1); } .yb-my-favorites-list__item > img { width: 24px; height: 24px; object-fit: cover; margin-right: 8px; overflow: hidden; } .yb-my-favorites-list__item > p { white-space: nowrap; word-wrap: normal; overflow: hidden; text-overflow: ellipsis; flex: 1; font-size: 14px; line-height: 20px; color: var(--text-text_primary); } @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; } .yb-project-list { margin: 20px 12px; } .yb-project-list__header { display: flex; align-items: center; height: 24px; padding: 0px 8px 4px 8px; top: 0; background: var(--background-left_navigation_web); z-index: 1; } .yb-project-list__project { flex: 1; margin-right: 4px; color: var(--text-text_secondary); font-weight: 600; font-size: 12px; line-height: 18px; } .yb-project-list__btns { display: flex; align-items: center; } .yb-project-list__learn { cursor: pointer; border-radius: 8px; width: 24px; height: 24px; display: flex; margin-right: 2px; align-items: center; justify-content: center; } .yb-project-list__learn-icon { height: 14px; width: 14px; background-position: center; background-size: cover; background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/8b8b86acc616c5f534d2.svg); } .yb-project-list__learn:hover { background: var(--widget-btn_hover_1); } .yb-project-list__add { cursor: pointer; border-radius: 8px; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; } .yb-project-list__add:hover { background: var(--widget-btn_hover_1); } .yb-project-list__add > .yb-icon { display: block; color: var(--text-text_secondary); } .yb-project-list__trigger.yb-project-list__item { color: var(--text-text_secondary); } .yb-project-list__trigger .yb-project-list__item-name { color: var(--text-text_primary); font-weight: 400; } .yb-project-list__trigger .hyc-common-icon { margin-left: 8px; } .yb-project-list__trigger--collapse { position: sticky !important; bottom: 0; background-color: var(--background-left_navigation_web); } .yb-project-list__trigger--collapse.yb-project-list__item--mobile { bottom: -1px; } .yb-project-list__item { padding: 0 8px; height: 36px; line-height: 20px; border-radius: 10px; display: flex; align-items: center; color: var(--text-text_primary); position: relative; cursor: pointer; } @media (hover: hover) and (pointer: fine) { .yb-project-list__item:hover { background: var(--widget-btn_hover_1); } } .yb-project-list__item:active { background: var(--widget-btn_hover_1); } .yb-project-list__item.active { background: var(--widget-btn_hover_1); } @media (hover: hover) and (pointer: fine) { .yb-project-list__item:hover .yb-project-list__dropdown-trigger { display: flex; pointer-events: auto; } .yb-project-list__item:hover .yb-project-list__dropdown-trigger .yb-icon { color: var(--text-text_primary); } .yb-project-list__item:hover .yb-project-list__dot-wrap { display: none; } .yb-project-list__item:hover .yb-project-list__item-name-icon-down, .yb-project-list__item:hover .yb-project-list__item-name-icon-up { visibility: visible; } } .yb-project-list__item.active { background-color: var(--widget-btn_click_1); } .yb-project-list__item.withHover { background-color: var(--widget-btn_hover_1); } .yb-project-list__item.withTrigger .yb-project-list__dropdown-trigger { display: flex; pointer-events: auto; background-color: var(--widget-btn_checkbox); } .yb-project-list__item--mobile.yb-project-list__item.active .yb-project-list__dropdown-trigger { display: flex; pointer-events: auto; } .yb-project-list__item--mobile.yb-project-list__item.active .yb-project-list__dropdown-trigger .yb-icon { color: var(--text-text_primary); } .yb-project-list__item-content { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; overflow: hidden; } .yb-project-list__item-name { color: var(--text-text_primary); line-height: 22px; display: flex; align-items: center; justify-content: space-between; margin-left: 8px; box-sizing: border-box; font-size: 14px; } .yb-project-list__item-name > p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .yb-project-list__item-name-icon-down { visibility: hidden; height: 20px; width: 20px; display: flex; align-items: center; justify-content: center; background-position: center; margin-right: 2px; background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/c3aae9d4b235c131a078.svg); } .yb-project-list__item-name-icon-up { visibility: hidden; transform: rotate(180deg); height: 20px; width: 20px; display: flex; align-items: center; justify-content: center; margin-right: 2px; background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/c3aae9d4b235c131a078.svg); } .yb-project-list__item > .yb-icon { display: block; color: var(--text-text_secondary); } .yb-project-list__dropdown-trigger { display: none; pointer-events: none; border-radius: 8px; width: 24px; height: 24px; align-items: center; justify-content: center; } .yb-project-list__dropdown-trigger:hover { background: var(--widget-btn_checkbox); } .yb-project-list__dropdown-trigger > .yb-icon { display: block; color: var(--text-text_secondary); } .yb-project-list__drop-down { border-radius: 10px; padding: 0px; min-width: 112px; background: var(--background-bubble, #FFF); border: 0.5px solid var(--widget-line, rgba(0, 0, 0, 0.08)); box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12); } .yb-project-list__drop-down > .t-dropdown__menu { gap: 0px; border-radius: 10px; } .yb-project-list__drop-down > .t-dropdown__menu .t-dropdown__item { line-height: 20px; padding: 8px; border-radius: 8px; max-width: unset !important; } .yb-project-list__drop-down > .t-dropdown__menu .t-dropdown__item:hover { background: var(--widget-btn_hover_2); } .yb-project-list__drop-down > .t-dropdown__menu .t-dropdown__item .yb-project-list__item-inner { display: flex; } .yb-project-list__drop-down > .t-dropdown__menu .t-dropdown__item .yb-project-list__item-inner .yb-icon { margin-right: 8px; } .yb-project-list__dot-wrap { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; } .yb-project-list__dot-badge { width: 6px; height: 6px; background-color: var(--brand-red_2); border-radius: 50%; } .yb-project-list__guide--mobile { margin-right: -14px; } [yb-theme-mode="dark"] .yb-project-list__learn-icon { background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/9c07f8311020ca532e95.svg); } [yb-theme-mode="dark"] .yb-project-list__item-name-icon-up, [yb-theme-mode="dark"] .yb-project-list__item-name-icon-down { background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/d8e9976c254afb963eb7.svg); } @media (prefers-color-scheme: dark) { [yb-theme-mode="system"] .yb-project-list__learn-icon { background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/9c07f8311020ca532e95.svg); } [yb-theme-mode="system"] .yb-project-list__item-name-icon-up, [yb-theme-mode="system"] .yb-project-list__item-name-icon-down { background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/d8e9976c254afb963eb7.svg); } } @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; } .ybc-guide--base__content{padding:16px;position:relative;background-color:rgb(255, 255, 255);background-color:var(--background-bubble, rgb(255, 255, 255));border-radius:16px;margin-top:16px;min-width:188px;border:1px solid var(--yb-bubble-prompt-hint-split-color);border-color:#ebebeb;box-shadow:0px 8px 20px 0px rgba(0,35,10,.06),0px 5px 30px 0px rgba(0,35,10,.04);-webkit-user-select:none;-moz-user-select:none;user-select:none}.ybc-guide--base__content--arrow{width:25px;height:11px;position:absolute;display:flex;left:50%;top:-10px;transform:translate(-50%, 0) rotate(180deg);color:rgb(255, 255, 255);color:var(--background-bubble, rgb(255, 255, 255))}.ybc-guide--base__content--arrow.arrow-border{top:-11px;color:var(--yb-bubble-prompt-hint-split-color);color:#ebebeb}.ybc-guide--base__content--action{margin-top:12px}.ybc-guide--base__content--action .ybc-guide--base__content--action-btn{border-radius:8px;height:28px !important}.ybc-guide--base__content--action .ybc-guide--base__content--action-btn.t-button:hover{background-color:var(--widget-btn_click_3)}.ybc-guide--base__content--action .ybc-guide--base__content--action-btn span{color:rgba(0, 0, 0, 0.9);color:var(--text-text_white, rgba(0, 0, 0, 0.9))}.ybc-guide--base__content--action .ybc-guide--base__content--action-btn:hover span{color:rgba(0, 0, 0, 0.9);color:var(--text-text_white, rgba(0, 0, 0, 0.9))}.ybc-guide--base__content.ybc-guide--base__placement--right{margin-top:0;margin-left:16px}.ybc-guide--base__content.ybc-guide--base__placement--right .ybc-guide--base__content--arrow{left:-17px;top:50%;transform:translate(0, -50%) rotate(90deg)}.ybc-guide--base__content.ybc-guide--base__placement--right .ybc-guide--base__content--arrow.arrow-border{left:-18px}.ybc-guide--base__content.ybc-guide--base__placement--left{margin-top:0;margin-right:16px}.ybc-guide--base__content.ybc-guide--base__placement--left .ybc-guide--base__content--arrow{left:auto;left:initial;top:50%;right:0;transform:translate(17px, -50%) rotate(270deg)}.ybc-guide--base__content.ybc-guide--base__placement--left .ybc-guide--base__content--arrow.arrow-border{right:1px}.ybc-guide--base__content.ybc-guide--base__placement--top-left{margin-top:0;margin-bottom:16px}.ybc-guide--base__content.ybc-guide--base__placement--top-left .ybc-guide--base__content--arrow{left:50%;top:100%;transform:translate(-50%, -1px) rotate(0deg)}.ybc-guide--base__content.ybc-guide--base__placement--top-left .ybc-guide--base__content--arrow.arrow-border{transform:translate(-50%, 0) rotate(0deg)}.ybc-guide--base__content.ybc-guide--base__placement--top{margin-top:0;margin-bottom:16px}.ybc-guide--base__content.ybc-guide--base__placement--top .ybc-guide--base__content--arrow{left:50%;top:100%;transform:translate(-50%, -1px) rotate(0deg)}.ybc-guide--base__content.ybc-guide--base__placement--top .ybc-guide--base__content--arrow.arrow-border{transform:translate(-50%, 0) rotate(0deg)}.ybc-guide--base__content.ybc-guide--base__placement--bottom-right .ybc-guide--base__content--arrow{right:0;left:auto;left:initial}.ybc-guide--base__content.ybc-guide--base__placement--bottom-right .ybc-guide--base__content--arrow.arrow-border{right:0;left:auto;left:initial}.ybc-guide--base__mask{width:100%;height:100%}.t-guide__highlight .ybc-guide--base__mask{border-radius:8px}.t-guide__highlight.t-guide__highlight--nomask{border:none;box-shadow:0px 2px 6px 0px rgba(0,0,0,.1);position:absolute}@media(prefers-color-scheme: dark){[yb-theme-mode=system] .ybc-guide--base__content{border-color:#303030}[yb-theme-mode=system] .ybc-guide--base__content--arrow.arrow-border{color:#303030}}[theme-mode=dark] .ybc-guide--base__content,[yb-theme-mode=dark] .ybc-guide--base__content{border-color:#303030}[theme-mode=dark] .ybc-guide--base__content--arrow.arrow-border,[yb-theme-mode=dark] .ybc-guide--base__content--arrow.arrow-border{color:#303030} .ybc-guide--project__header{position:relative;margin-bottom:8px}.ybc-guide--project__header--bg{position:absolute;width:61px;height:12px;left:-1px;bottom:-2px;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/d20f4bb763de7ba26c01.png);background-repeat:no-repeat;background-size:cover;z-index:0}.ybc-guide--project__header--inner{position:relative;z-index:1;line-height:20px;font-size:14px;font-weight:bolder;color:rgba(0, 0, 0, 0.9);color:var(--text-text_primary, rgba(0, 0, 0, 0.9))}.ybc-guide--project__content--body{color:rgba(0, 0, 0, 0.6);color:var(--text-text_secondary, rgba(0, 0, 0, 0.6));font-size:12px;line-height:18px;width:188px} .ybc-project-func{font-family:"PingFang SC";box-sizing:border-box;padding:36px 0px;position:relative;border-radius:10px;background:#1D1D1D;background:var(--background-bubble, #1D1D1D);overflow:hidden;height:100%;box-sizing:border-box}.ybc-project-func__container{height:100%;overflow:auto;padding:0px 24px}.ybc-project-func__H5header{height:56px;display:flex;align-items:center;margin-bottom:16px}.ybc-project-func__H5header-icon{height:24px;width:24px;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/93bbd9545d613d85d831.svg);margin-right:8px}.ybc-project-func__H5header-title{padding-left:8px;color:rgba(255, 255, 255, 0.9);color:var(--text-text_primary, rgba(255, 255, 255, 0.9));font-size:16px;font-style:normal;font-weight:500}.ybc-project-func__close{position:absolute;right:10px;top:10px;cursor:pointer}.ybc-project-func__close-icon{height:16px;width:16px;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/45fd82eb868c45657364.svg)}.ybc-project-func__header-title{color:rgba(0, 0, 0, 0.9);color:var(--text-text_primary, rgba(0, 0, 0, 0.9));font-size:20px;font-style:normal;font-weight:600;line-height:32px;margin-bottom:4px}.ybc-project-func__header-desc{color:rgba(0, 0, 0, 0.6);color:var(--text-text_secondary, rgba(0, 0, 0, 0.6));font-size:14px;font-style:normal;font-weight:400;line-height:19px;padding-bottom:16px}.ybc-project-func__anchor{margin-top:24px}.ybc-project-func__anchor-title{color:rgba(0, 0, 0, 0.6);color:var(--text-text_secondary, rgba(0, 0, 0, 0.6));font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:8px}.ybc-project-func__anchor-item{position:relative;padding-left:20px;color:rgba(0, 0, 0, 0.6);color:var(--text-text_secondary, rgba(0, 0, 0, 0.6));font-size:12px;font-style:normal;font-weight:400;margin-bottom:8px}.ybc-project-func__anchor-item a{cursor:pointer;text-decoration:none;border-bottom:1px solid currentColor;display:inline-block;line-height:1.1}.ybc-project-func__anchor-item::before{content:"•";position:absolute;color:rgba(0, 0, 0, 0.6);color:var(--text-text_secondary, rgba(0, 0, 0, 0.6));font-size:1.2em;left:5px}.ybc-project-func__anchor-item:last-child{margin-bottom:0}.ybc-project-func__divider{height:1px;background:#E5E5E5;background:var(--widget-btn_hover_1, #E5E5E5);margin:24px 0px}.ybc-project-func__content-item{margin-bottom:24px}.ybc-project-func__content-item:last-child{margin-bottom:0}.ybc-project-func__content-header{color:rgba(0, 0, 0, 0.9);color:var(--text-text_primary, rgba(0, 0, 0, 0.9));font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:16px}.ybc-project-func__content-desc{color:rgba(0, 0, 0, 0.9);color:var(--text-text_primary, rgba(0, 0, 0, 0.9));font-size:12px;font-style:normal;font-weight:400;line-height:normal}.ybc-project-func__content-list-item{position:relative;padding-left:20px;color:rgba(0, 0, 0, 0.9);color:var(--text-text_primary, rgba(0, 0, 0, 0.9));font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin:6px 0px}.ybc-project-func__content-list-item::before{content:"•";position:absolute;color:rgba(0, 0, 0, 0.9);color:var(--text-text_primary, rgba(0, 0, 0, 0.9));font-size:1.2em;left:5px;top:-2px}.ybc-project-func__content-img{margin-top:16px;height:auto;width:100%;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/23679e444fbc3091a42e.png);background-size:cover;background-position:center}.isMobile{border-radius:0px}.showH5Header{padding-top:0}@media(prefers-color-scheme: dark){[yb-theme-mode=system] .ybc-project-func__H5header-icon{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/c4738f33b1d5b589c870.svg)}[yb-theme-mode=system] .ybc-project-func__close-icon{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/f0019724eed869d4a516.svg)}}[theme-mode=dark] .ybc-project-func__H5header-icon,[yb-theme-mode=dark] .ybc-project-func__H5header-icon{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/c4738f33b1d5b589c870.svg)}[theme-mode=dark] .ybc-project-func__close-icon,[yb-theme-mode=dark] .ybc-project-func__close-icon{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/f0019724eed869d4a516.svg)} .yb-common-nav-fixed { z-index: 10; position: fixed; left: 0; top: 0; padding: 12px 0 0 16px; display: flex; } .yb-common-nav-fixed--isShowDownload { padding-top: 63px; } .yb-common-nav-fixed--hide { display: none; } .yb-common-nav-fixed .yb-common-nav__trigger { margin-left: 8px; background: var(--background-page_background_web); cursor: pointer; } @media (hover: hover) and (pointer: fine) { .yb-common-nav-fixed .yb-common-nav__trigger:hover { background: var(--widget-btn_hover_1); } } .yb-common-nav-fixed .yb-common-nav__trigger:active { background: var(--widget-btn_hover_1); } .yb-common-nav-fixed .yb-common-nav__trigger.active { background: var(--widget-btn_hover_1); } .yb-common-nav-fixed .yb-common-nav__trigger:first-child { margin-left: 0; } .yb-common-nav__trigger { width: 28px; height: 28px; border-radius: 8px; cursor: pointer; font-weight: normal; display: flex; align-items: center; justify-content: center; } .yb-common-nav__trigger--white { background: rgba(255, 255, 255, 0.8); cursor: pointer; } @media (hover: hover) and (pointer: fine) { .yb-common-nav__trigger--white:hover { background: #f5f5f5; } } .yb-common-nav__trigger--white:active { background: #f5f5f5; } .yb-common-nav__trigger--white.active { background: #f5f5f5; } .yb-common-nav__trigger--grey { cursor: pointer; } @media (hover: hover) and (pointer: fine) { .yb-common-nav__trigger--grey:hover { background: var(--widget-btn_hover_2); } } .yb-common-nav__trigger--grey:active { background: var(--widget-btn_hover_2); } .yb-common-nav__trigger--grey.active { background: var(--widget-btn_hover_2); } .yb-common-nav__trigger--isShowDownload { left: 22px; top: 66px; } .yb-common-nav__trigger .iconfont-yb { font-size: 24px; color: var(--text-text_primary); } .yb-common-nav__trigger:hover { background-color: var(--widget-btn_hover_1); } .yb-common-nav__drawer { --yb-common-nav-tool-item-bg: #fff; --yb-common-nav-item-hover-bg: #e8e8e8; --td-shadow-2: none; } .yb-common-nav__drawer .t-drawer__content-wrapper { background: var(--background-left_navigation_web); } .yb-common-nav__drawer .t-drawer__content-wrapper::after { content: ''; position: absolute; z-index: 1; border-right: 0.5px solid rgba(0, 0, 0, 0.08); top: 0; right: 0; width: 0; height: 100%; } .yb-common-nav__drawer--while-init .t-drawer__mask, .yb-common-nav__drawer--while-init .t-drawer__content-wrapper { transition: none !important; animation: none !important; } .yb-common-nav__drawer .t-drawer__header { display: block; padding: 0; border: 0; } .yb-common-nav__drawer .t-drawer__footer { background: var(--yb-common-nav-bg); padding: 0; border: 0; } .yb-common-nav__drawer .t-drawer__body { padding: 0; } .yb-common-nav__drawer .t-drawer__body::-webkit-scrollbar { width: 0; height: 0; cursor: pointer; } .yb-common-nav__hd { display: flex; width: 100%; height: 52px; justify-content: space-between; align-items: center; padding: 0 16px; box-sizing: border-box; } .yb-common-nav__hd > h1 { font-weight: 500; font-size: 16px; line-height: 28px; padding: 12px 0; } .yb-common-nav__hd > section { display: flex; } .yb-common-nav__hd .yb-common-nav__trigger { position: relative; left: unset; top: unset; } .yb-common-nav__new-chat { font-size: 0; background: var(--widget-btn_normal); border-radius: 8px; cursor: pointer; text-align: center; flex: 1; min-width: 0; } @media (hover: hover) and (pointer: fine) { .yb-common-nav__new-chat:hover { outline: 1px solid rgba(0, 0, 0, 0.08); } } .yb-common-nav__new-chat .iconfont-yb { font-size: 24px; margin-right: 6px; vertical-align: middle; } .yb-common-nav__new-chat > span { font-size: 14px; line-height: 36px; font-weight: 500; vertical-align: middle; } .yb-common-nav__wrap { background-color: var(--background-left_navigation_web); } .yb-common-nav__ft { display: flex; padding: 3px 4px; position: relative; align-items: center; border-radius: 8px; background-color: var(--background-left_navigation_web); cursor: pointer; } .yb-common-nav__ft.active { background-color: var(--background-left_navigation_web); } @media (hover: hover) and (pointer: fine) { .yb-common-nav__ft:hover { background: var(--widget-btn_hover_1); } } .yb-common-nav__ft:active { background: var(--widget-btn_hover_1); } .yb-common-nav__ft.active { background: var(--widget-btn_hover_1); } .yb-common-nav__ft_new-wrap { padding: 12px; background-color: var(--background-left_navigation_web); } .yb-common-nav__ft_wrap { padding: 12px 10px; } .yb-common-nav__ft__avatar { display: flex; align-items: center; height: 40px; flex: 1; border-radius: 8px; overflow: hidden; } .yb-common-nav__ft__avatar > img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; margin-right: 8px; border: 0.5px solid var(--widget-line, rgba(0, 0, 0, 0.08)); } .yb-common-nav__ft__avatar > .image-container { width: 32px; height: 32px; position: relative; margin-right: 8px; } .yb-common-nav__ft__avatar > .image-container > .red-dot { border: 1px solid #e9e9e9; position: absolute; top: 0px; right: 0px; width: 8px; height: 8px; background: #FA5151; border-radius: 50%; z-index: 1; } .yb-common-nav__ft__avatar > .image-container > img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; } .yb-common-nav__ft__avatar > .nick-info-container { flex: 1; overflow: hidden; line-height: 20px; } .yb-common-nav__ft__avatar > .nick-info-container > p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .yb-common-nav__ft__avatar > .nick-info-container > .nick-info-name { color: var(--text-text_primary, rgba(0, 0, 0, 0.9)); font-size: 14px; font-weight: 500; } .yb-common-nav__ft__avatar > .nick-info-container > .nick-info-team-name { color: var(--text-text_secondary, rgba(0, 0, 0, 0.6)); font-size: 12px; } .yb-common-nav__ft__avatar > p { font-size: 14px; line-height: 20px; color: var(--text-text_primary); flex: 1; overflow: hidden; text-overflow: ellipsis; font-family: "PingFang SC"; font-style: normal; font-weight: 400; } .yb-common-nav__ft__btn { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 10px; margin-left: 4px; cursor: pointer; } @media (hover: hover) and (pointer: fine) { .yb-common-nav__ft__btn:hover { background: var(--widget-btn_hover_1); } } .yb-common-nav__ft__btn:active { background: var(--widget-btn_hover_1); } .yb-common-nav__ft__btn.active { background: var(--widget-btn_hover_1); } .yb-common-nav__ft__phone { margin: 0 8px; } .yb-common-nav__old-ft { display: flex; padding: 12px; background-color: var(--background-left_navigation_web); } .yb-common-nav__old-ft__avatar { padding-left: 6px; display: flex; align-items: center; height: 36px; flex: 1; border-radius: 8px; overflow: hidden; cursor: pointer; } @media (hover: hover) and (pointer: fine) { .yb-common-nav__old-ft__avatar:hover { background: var(--widget-btn_hover_1); } } .yb-common-nav__old-ft__avatar:active { background: var(--widget-btn_hover_1); } .yb-common-nav__old-ft__avatar.active { background: var(--widget-btn_hover_1); } .yb-common-nav__old-ft__avatar > img { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; margin-right: 8px; } .yb-common-nav__old-ft__avatar > p { font-size: 14px; line-height: 20px; color: var(--text-text_primary); flex: 1; overflow: hidden; text-overflow: ellipsis; } .yb-common-nav__old-ft__btn { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 8px; margin-left: 4px; cursor: pointer; } @media (hover: hover) and (pointer: fine) { .yb-common-nav__old-ft__btn:hover { background: var(--widget-btn_hover_1); } } .yb-common-nav__old-ft__btn:active { background: var(--widget-btn_hover_1); } .yb-common-nav__old-ft__btn.active { background: var(--widget-btn_hover_1); } .yb-common-nav__tool { display: flex; align-items: center; margin: 0px 12px 12px 12px; padding: 6px 8px; gap: 8px; cursor: pointer; line-height: 20px; border-radius: 10px; border: 0.5px solid var(--widget-line, rgba(255, 255, 255, 0.1)); background: var(--widget-btn_checkbox, rgba(255, 255, 255, 0.04)); } .yb-common-nav__tool:hover { background: var(--widget-line); } .yb-common-nav__tool-icon { color: var(--text-text_tertiary); font-weight: 400; } .yb-common-nav__tool-word { font-size: 14px; font-style: normal; font-weight: 400; color: var(--text-text_tertiary, rgba(255, 255, 255, 0.4)); } .yb-common-nav__icon-btn { width: 36px; height: 36px; border-radius: var(--yb-radius-default); border: 1px solid var(--widget-line); box-sizing: border-box; display: flex; justify-content: center; align-items: center; font-weight: normal; cursor: pointer; } .yb-common-nav__icon-btn .yb-icon { font-size: 24px; } @media (hover: hover) and (pointer: fine) { .yb-common-nav__icon-btn:hover { background: var(--widget-btn_hover_1); } } .yb-common-nav__icon-btn:active { background: var(--widget-btn_hover_1); } .yb-common-nav__icon-btn.active { background: var(--widget-btn_hover_1); } .yb-nav-mobile--nologin .yb-nav-mobile__header-wrapper { display: none; } .yb-nav-mobile--nologin__header { padding: 20px 16px; background-color: #fff; width: 100%; height: 60px; display: flex; align-items: center; box-sizing: border-box; justify-content: space-between; gap: 10px; } .yb-nav-mobile--nologin__header-logo { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: var(--yb-radius-default); border: 1px solid var(--widget-btn_click_1); } .yb-nav-mobile--nologin__header-logo > img { width: 32px; height: 32px; } .yb-nav-mobile--nologin__header-slogan { min-width: 0; flex: 1; } .yb-nav-mobile--nologin__header-slogan__title { font: var(--yb-font-title-3); color: var(--text-text_primary); } .yb-nav-mobile--nologin__header-slogan__desc { font: var(--yb-font-body-small); color: var(--text-text_tertiary); } .yb-nav-mobile__download-bar { padding-left: 10px; padding-right: 12px; background-color: var(--background-left_navigation_web); width: 100%; height: 46px; display: flex; align-items: center; box-sizing: border-box; justify-content: space-between; gap: 8px; } .yb-nav-mobile__download-bar-logo { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; } .yb-nav-mobile__download-bar-logo > img { width: 100%; } .yb-nav-mobile__download-bar-slogan { height: 46px; min-width: 0; flex: 1; } .yb-nav-mobile__download-bar-slogan__title { margin-top: 6px; font: var(--yb-font-title-3); color: var(--text-text_primary); font-size: 14px; font-weight: 500; line-height: normal; } .yb-nav-mobile__download-bar-slogan__desc { font: var(--yb-font-body-small); color: var(--text-text_tertiary); font-size: 10px; line-height: 10px; margin-top: 1px; } .yb-nav-mobile__download-bar-btn { border-radius: 25px; height: 30px; padding: 0 18px; } @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; } .yb-team-invitation-tips { position: absolute; bottom: 4.2rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; box-sizing: border-box; align-items: center; width: 96%; padding: 8px; border-radius: 8px; background: var(--background-bubble, #fff); box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08); cursor: pointer; } .yb-team-invitation-tips_text { flex: 1; margin: 0 8px; font-size: 14px; font-weight: 500; font-style: normal; line-height: 20px; color: var(--text-text_primary, rgba(0, 0, 0, 0.9)); } .yb-team-invitation-tips_team-logo, .yb-team-invitation-tips_close-logo { flex-shrink: 0; } .yb-team-invitation-tips_close-logo path { fill: black; fill-opacity: 0.4; } .yb-team-invitation-tips_arrow { position: absolute; bottom: -4px; left: 20px; fill: var(--background-container, #fff); } :root[yb-theme-mode='dark'] .yb-team-invitation-tips_close-logo path { fill: white; fill-opacity: 0.6; } @media (prefers-color-scheme: dark) { .yb-team-invitation-tips_close-logo path { fill: white; fill-opacity: 0.6; } } @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; } .yb-chat-search__input-wrapper { display: flex; align-items: center; } .yb-chat-search__input-wrapper .icon-yb-arrow-left { font-size: 24px; margin-right: 8px; color: var(--text-text_primary); display: none; } .yb-chat-search__input .yb-icon { font-size: 20px; } .yb-chat-search__input .t-input { border-radius: var(--yb-radius-default); background-color: var(--background-list_background); border-color: var(--widget-line); box-shadow: none; padding: 9px 8px; font: var(--yb-font-body-medium); } @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; } .yb-chat-search__content__new-chat { display: flex; align-items: center; font: var(--yb-font-title-4); gap: 6px; margin-top: 16px; margin-bottom: 8px; height: 36px; padding: 0 8px; box-sizing: border-box; cursor: pointer; border-radius: var(--yb-radius-default); color: var(--text-text_primary); } @media (hover: hover) and (pointer: fine) { .yb-chat-search__content__new-chat:hover { background-color: var(--widget-btn_click_4); } } .yb-chat-search__content__new-chat .yb-icon { font-size: 24px; height: 24px; line-height: 24px; font-weight: 500; } @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; } .yb-chat-search__result { height: 268px; overflow: auto; } .yb-chat-search__result--no-search { height: calc(268px + 60px); } .yb-chat-search__result__group { margin-bottom: 12px; } .yb-chat-search__result__group:last-child { margin-bottom: 0; } .yb-chat-search__result__group__name { position: sticky; font: var(--yb-font-title-4); color: var(--text-text_tertiary); padding: 5px 8px; margin-bottom: 2px; top: 0; background: var(--background-container); } .yb-chat-search__result__group__name::before { content: ''; position: absolute; top: -2px; left: 0; width: 100%; height: 2px; } .yb-chat-search__result__group__item { padding: 9px 8px; border-radius: var(--yb-radius-default); cursor: pointer; margin-bottom: 2px; color: var(--text-text_primary); } @media (any-hover: hover) and (pointer: fine) { .yb-chat-search__result__group__item:hover { background-color: var(--widget-btn_click_4); } } .yb-chat-search__result__group__item__title { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .yb-chat-search__result__group__item__title [style*="font-weight"] { color: var(--text-text_primary) !important; } .yb-chat-search__result__group__item__abstract { font: var(--yb-font-body-small); color: var(--text-text_secondary); overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .yb-chat-search__result__group__item__abstract [style*="font-weight"] { color: var(--text-text_primary) !important; } .yb-chat-search__result__group__item__project { display: flex; align-items: center; width: fit-content; max-width: 265px; height: 20px; margin-top: 4px; } .yb-chat-search__result__group__item__project__name { color: var(--text-text_tertiary); font-size: 12px; margin-left: 4px; line-height: 20px; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .yb-chat-search__result--search-empty { margin-top: 16px; } .yb-chat-search__result--search-empty__icon { width: 64px; height: 64px; border-radius: 32px; background-color: var(--background-bubble_web); justify-content: center; align-items: center; color: var(--text-text_disabled); margin-bottom: 12px; display: none; } .yb-chat-search__result--search-empty__icon .yb-icon { font-size: 36px; color: var(--text-text_tertiary); } .yb-chat-search__result--search-empty__text { font: var(--yb-font-title-4); color: var(--text-text_tertiary); } .yb-chat-search__result--search-empty__tip { color: var(--text-text_secondary); margin-top: 4px; display: 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; } .yb-chat-search-dialog .t-dialog { background: var(--background-container); } .yb-chat-search-dialog .t-dialog__body { padding: 8px 0; overflow: hidden; } .yb-chat-search-dialog__close { position: absolute; top: 10px; right: 10px; line-height: 1; cursor: pointer; } .yb-chat-search-dialog__close .yb-icon { font-size: 18px; } @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; } .yb-chat-search-drawer .t-drawer__body { padding: 12px; } .yb-chat-search-drawer .yb-chat-search__content { height: 100%; } .yb-chat-search-drawer .yb-chat-search__input .t-input { height: 36px; } .yb-chat-search-drawer .yb-chat-search__input-wrapper .icon-yb-arrow-left { display: block; } .yb-chat-search-drawer .yb-chat-search__content__new-chat { display: none; } .yb-chat-search-drawer .t-loading__parent { margin-top: 20px; height: calc(100% - 56px); } .yb-chat-search-drawer .yb-chat-search__result { height: 100%; } .yb-chat-search-drawer .yb-chat-search__result__group__item__abstract { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; } .yb-chat-search-drawer .yb-chat-search__result--search-empty { margin-top: 88px; display: flex; flex-direction: column; align-items: center; } .yb-chat-search-drawer .yb-chat-search__result--search-empty__icon { display: flex; } .yb-chat-search-drawer .yb-chat-search__result--search-empty__text { font: var(--yb-font-title-4); color: var(--text-text_primary); } .yb-chat-search-drawer .yb-chat-search__result--search-empty__tip { 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; } .yb-is-temp-mode .yb-switch-model-btn__icon { filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(155deg) brightness(105%) contrast(101%); } .yb-is-temp-mode .yb-switch-internet-search-btn__lottie-icon { filter: brightness(0) invert(1); } .yb-is-temp-mode .yb-input-box-textarea:hover { border-color: transparent; } .yb-is-temp-mode .agent-dialogue__content--common__line { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FCFCFC 100%); } .yb-is-temp-mode .agent-chat__input-box { color: var(--text-text_primary); } .yb-is-temp-mode .agent-chat__input-box .t-loading__gradient-conic { background: conic-gradient(from 90deg at 50% 50%, #000 0deg, currentcolor 360deg) !important; } .yb-is-temp-mode .switch-model-dropdown, .yb-is-temp-mode .switch-internet-search-dropdown, .yb-is-temp-mode .t-dropdown.switch-model-dropdown, .yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown { background-color: #242424; border-color: rgba(255, 255, 255, 0.08); box-shadow: none; } .yb-is-temp-mode .switch-model-dropdown .t-dropdown__item-text .drop-down-item__name, .yb-is-temp-mode .switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__name, .yb-is-temp-mode .t-dropdown.switch-model-dropdown .t-dropdown__item-text .drop-down-item__name, .yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__name { color: rgba(255, 255, 255, 0.9); } .yb-is-temp-mode .switch-model-dropdown .t-dropdown__item-text .drop-down-item__desc, .yb-is-temp-mode .switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__desc, .yb-is-temp-mode .t-dropdown.switch-model-dropdown .t-dropdown__item-text .drop-down-item__desc, .yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__desc { color: rgba(255, 255, 255, 0.4); } .yb-is-temp-mode .switch-model-dropdown .t-dropdown__item-text .drop-down-item__icon, .yb-is-temp-mode .switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__icon, .yb-is-temp-mode .t-dropdown.switch-model-dropdown .t-dropdown__item-text .drop-down-item__icon, .yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__icon { color: #f5f5f5; } .yb-is-temp-mode .switch-model-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default .t-ripple, .yb-is-temp-mode .switch-internet-search-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default .t-ripple, .yb-is-temp-mode .t-dropdown.switch-model-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default .t-ripple, .yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default .t-ripple { display: none; } .yb-is-temp-mode .switch-model-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default:hover, .yb-is-temp-mode .switch-internet-search-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default:hover, .yb-is-temp-mode .t-dropdown.switch-model-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default:hover, .yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default:hover { background-color: rgba(255, 255, 255, 0.08); } .yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown .t-dropdown__top-content, .yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown.t-dropdown .t-dropdown__top-content { color: rgba(255, 255, 255, 0.4); } .yb-is-temp-mode .mobile-switch-internet-search-dropdown-item-first { color: rgba(255, 255, 255, 0.4); } .yb-is-temp-mode .mobile-switch-internet-search-dropdown-item-first .drop-down-item { color: unset; } .yb-is-temp-mode .upload-actions .t-popup__content { background-color: #242424; border: 1px solid rgba(255, 255, 255, 0.08); box-shadow: none; } .yb-is-temp-mode .upload-actions .t-button--variant-text { color: rgba(255, 255, 255, 0.9); } .yb-is-temp-mode .upload-actions .t-button--variant-text .t-ripple { display: none; } .yb-is-temp-mode .upload-actions .t-button--variant-text svg path { fill: rgba(255, 255, 255, 0.9); } .yb-is-temp-mode .upload-actions .t-button--variant-text:hover { background-color: #2c2c2c; border-color: transparent; } .yb-is-temp-mode[yb-theme-mode="dark"] .agent-dialogue__content--common__line { background: linear-gradient(180deg, transparent 0%, #1D1D1D 100%); } .yb-temp-chat-tip__item { margin-bottom: 24px; } .yb-temp-chat-tip__item:last-child { margin-bottom: 0; } .yb-temp-chat-tip__item__title { font: var(--yb-font-body-large); font-weight: 500; margin-bottom: 8px; color: var(--text-text_primary); } .yb-temp-chat-tip__item__info { font: var(--yb-font-body-medium); color: var(--text-text_secondary); } @media (prefers-color-scheme: dark) { .yb-is-temp-mode[yb-theme-mode="system"] .agent-dialogue__content--common__line { background: linear-gradient(180deg, transparent 0%, #1D1D1D 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; } .new-chat-and-temp-mode-trigger { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 8px; color: var(--text-text_primary); cursor: pointer; } @media (hover: hover) and (pointer: fine) { .new-chat-and-temp-mode-trigger:hover { background: var(--widget-btn_hover_1); } } .new-chat-and-temp-mode-trigger:active { background: var(--widget-btn_hover_1); } .new-chat-and-temp-mode-trigger.active { background: var(--widget-btn_hover_1); } .new-chat-and-temp-mode-trigger .iconfont-yb { font-size: 24px; line-height: 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; } .temp-mode-guide { padding: 12px 8px; width: 228px; } .temp-mode-guide-popup[data-popper-placement="right-start"] .t-popup__arrow { top: 14px; } .temp-mode-guide-popup[data-popper-placement="bottom-end"] .t-popup__arrow { left: calc(100% - 11px * 2); } .temp-mode-guide__header { font: var(--yb-font-title-4); font-size: 16px; margin-bottom: 4px; } .temp-mode-guide__info { font: var(--yb-font-body-medium); color: var(--text-text_tertiary); margin-bottom: 8px; word-break: break-word; } .temp-mode-guide .t-button { padding: 0; height: 30px; font: var(--yb-font-body-medium); font-weight: 600; border-radius: var(--yb-radius-default); color: var(--text-text_tertiary) !important; } @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; } .yb-tencent-yuanbao-list__logo { height: 20px; width: 20px; margin-right: 8px; background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/f20a08b9f73d21c0ed27.svg); } .yb-tencent-yuanbao-list__recent { margin: 0 12px; } .yb-tencent-yuanbao-list__divide { border-top: 0.5px solid rgba(0, 0, 0, 0.08); margin: 12px 0; } .yb-tencent-yuanbao-list__item { border-radius: 10px; line-height: 20px; display: flex; align-items: center; padding: 8px; box-sizing: border-box; color: var(--text-text_primary); cursor: pointer; } .yb-tencent-yuanbao-list__item .yb-icon { color: var(--text-text_secondary); } .yb-tencent-yuanbao-list__item:active { background-color: var(--widget-btn_click_1); } @media (hover: hover) and (pointer: fine) { .yb-tencent-yuanbao-list__item:hover { background: var(--widget-btn_hover_1); } } .yb-tencent-yuanbao-list__item:active { background: var(--widget-btn_hover_1); } .yb-tencent-yuanbao-list__item.active { background: var(--widget-btn_hover_1); } .yb-tencent-yuanbao-list__item > p { white-space: nowrap; word-wrap: normal; overflow: hidden; text-overflow: ellipsis; flex: 1; font-size: 14px; line-height: 20px; color: var(--text-text_primary); } :root[yb-theme-mode='dark'] .yb-tencent-yuanbao-list__logo { background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/b50fc478c4b607a54bbd.svg); } @media (prefers-color-scheme: dark) { :root[yb-theme-mode="system"] .yb-tencent-yuanbao-list__logo { background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/b50fc478c4b607a54bbd.svg); } } @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; } .modal-content_operationModalItemContent__WA60p{padding-bottom:64px;text-align:center}.modal-content_operationModalItemContent__WA60p .modal-content_title__WJs7p{font-family:"PingFang SC";font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-top:24px;margin-bottom:4px;color:rgba(0, 0, 0, 0.9);color:var(--text-text_primary, rgba(0, 0, 0, 0.9));cursor:default;padding-left:48px;padding-right:48px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.modal-content_operationModalItemContent__WA60p .modal-content_desc__ms3dJ{color:rgba(0, 0, 0, 0.4);color:var(--text-text_tertiary, rgba(0, 0, 0, 0.4));margin-bottom:24px;min-height:18px;width:100%;padding-left:48px;padding-right:48px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:default;line-height:19px}.modal-content_operationModalItemContent__WA60p .modal-content_desc__ms3dJ .modal-content_descText__NobFa{font-family:"PingFang SC";font-size:12px;font-style:normal;font-weight:400;line-height:19px}.modal-content_operationModalItemContent__WA60p .modal-content_desc__ms3dJ .modal-content_textLink__BuLNm{color:color(display-p3 0 0.698 0.349);color:var(--brand-green_1, color(display-p3 0 0.698 0.349));font-family:"PingFang SC";font-size:12px;font-style:normal;font-weight:400;line-height:19px;margin:0 2px;cursor:pointer}.modal-content_operationModalItemContent__WA60p .modal-content_img__bzS4f{width:100%;height:204px}.modal-content_operationModalItemContent__WA60p .modal-content_img__bzS4f>img{width:100%;height:100% !important;-o-object-fit:contain;object-fit:contain;height:auto;position:relative !important}.modal-content_operationModalItemContent__WA60p .modal-content_videoWrapper__Ew39o{position:relative;width:100%;height:100%;background:#EBEBEB;background:var(--background-listbtn_background, #EBEBEB)}.modal-content_operationModalItemContent__WA60p .modal-content_videoWrapper__Ew39o video{width:100%;-o-object-fit:contain;object-fit:contain;height:auto;position:relative !important}.modal-content_operationModalItemContent__WA60p .modal-content_videoWrapper__Ew39o .modal-content_playButton__jMjRZ{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;width:60px;height:60px;font-size:24px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.modal-content_operationModalItemContent__WA60p .modal-content_videoWrapper__Ew39o .modal-content_playButton__jMjRZ:hover{background:rgba(0,0,0,.7)}.modal-content_operation-modal-input-zone__M9Hzj{position:absolute;bottom:24px;width:100%;box-sizing:border-box;display:flex;justify-content:center;z-index:10}.modal-content_operation-modal-input-zone__M9Hzj.modal-content_only-one__gNv4D{padding:0}.modal-content_operation-modal-input-zone__M9Hzj .modal-content_default-btn__ElAKR{height:40px !important;width:244px !important;border-radius:12px !important;font-size:14px !important;font-weight:500 !important;background-color:rgba(0, 0, 0, 0.9);background-color:var(--brand-black_1, rgba(0, 0, 0, 0.9));color:#FFF;color:var(--text-text_white, #FFF);border:none !important}.modal-content_operation-modal-input-zone__M9Hzj .modal-content_default-btn__ElAKR:hover{background-color:var(--widget-btn_hover_3)}.modal-content_operation-modal-input-zone__M9Hzj .modal-content_default-btn__ElAKR:active{background:var(--widget-btn_click_3)}.modal-content_swiper-dragger__zjQlc{height:40px;position:absolute;top:0;left:75px;width:calc(100% - 75px);z-index:10}.modal-content_swiper-dragger-mac__otVS8{cursor:move}.modal-content_operation-modal-swiper-container__uuzRP{width:100%;--swiper-pagination-fraction-color: var(--text-text_tertiary, rgba(0, 0, 0, 0.40));--swiper-navigation-sides-offset: 20px;--swiper-navigation-sides-offset: 20px;--swiper-pagination-bottom: 10px}.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-next,.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-prev{top:auto;top:initial;bottom:52px;border-radius:20px;width:16px;height:48px;background:#3B3B3B;background:var(--background-list_background, #3B3B3B);color:rgba(0, 0, 0, 0.4);color:var(--text-text_tertiary, rgba(0, 0, 0, 0.4))}.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-next::after,.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-prev::after{content:"";display:none}.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-next:hover,.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-prev:hover{background:#E5E5E5;background:var(--widget-btn_hover_2, #E5E5E5)}.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-next:hover svg path,.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-prev:hover svg path{fill:var(--text-text_primary)}.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-next svg,.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-prev svg{width:6px;height:16px}.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-next{right:16px}.modal-content_operation-modal-swiper-container__uuzRP .swiper-button-prev{left:16px}.modal-content_operation-modal-swiper-wrapper__cnmAM .modal-content_swiper-pagination__KFefv{position:absolute;z-index:99;top:170px;right:12px;border-radius:12px;background:rgba(0,0,0,.3);width:38px;height:22px;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:default;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.modal-content_operation-modal-swiper-wrapper__cnmAM .modal-content_swiper-pagination__KFefv .modal-content_swiper-pagination-divide__FfTxY{margin:0}.modal-content_operation-modal-swiper-wrapper__cnmAM .modal-content_swiper-pagination__KFefv span{color:#FFF;color:var(--text-text_alwayswhite, #FFF);font-family:"PingFang SC";font-size:10px;font-style:normal;font-weight:600;line-height:22px;font-size:10px;letter-spacing:1px} /** * Swiper 11.2.8 * 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: May 23, 2025 */ /* FONT_START */ @font-face { font-family: 'swiper-icons'; src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA"); 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; } .swiper { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; display: block; } .swiper-vertical > .swiper-wrapper { flex-direction: column; } .swiper-wrapper { 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; } .swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0); } .swiper-horizontal { touch-action: pan-y; } .swiper-vertical { touch-action: pan-x; } .swiper-slide { flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; display: block; } .swiper-slide-invisible-blank { visibility: hidden; } /* Auto Height */ .swiper-autoheight, .swiper-autoheight .swiper-slide { height: auto; } .swiper-autoheight .swiper-wrapper { align-items: flex-start; transition-property: transform, height; } .swiper-backface-hidden .swiper-slide { transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden; } /* 3D Effects */ .swiper-3d.swiper-css-mode .swiper-wrapper { perspective: 1200px; } .swiper-3d .swiper-wrapper { transform-style: preserve-3d; } .swiper-3d { perspective: 1200px; } .swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow { transform-style: preserve-3d; } /* CSS Mode */ .swiper-css-mode > .swiper-wrapper { overflow: auto; scrollbar-width: none; /* For Firefox */ -ms-overflow-style: none; /* For Internet Explorer and Edge */ } .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none; } .swiper-css-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: start start; } .swiper-css-mode.swiper-horizontal > .swiper-wrapper { scroll-snap-type: x mandatory; } .swiper-css-mode.swiper-vertical > .swiper-wrapper { scroll-snap-type: y mandatory; } .swiper-css-mode.swiper-free-mode > .swiper-wrapper { scroll-snap-type: none; } .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide { scroll-snap-align: none; } .swiper-css-mode.swiper-centered > .swiper-wrapper::before { content: ''; flex-shrink: 0; order: 9999; } .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide { scroll-snap-align: center center; scroll-snap-stop: always; } .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child { margin-inline-start: var(--swiper-centered-offset-before); } .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before { height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after); } .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child { margin-block-start: var(--swiper-centered-offset-before); } .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before { width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after); } /* Slide styles start */ /* 3D Shadows */ .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; } .swiper-3d .swiper-slide-shadow { background: rgba(0, 0, 0, 0.15); } .swiper-3d .swiper-slide-shadow-left { background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-right { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-top { background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-3d .swiper-slide-shadow-bottom { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-lazy-preloader { 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; } .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader { animation: swiper-preloader-spin 1s infinite linear; } .swiper-lazy-preloader-white { --swiper-preloader-color: #fff; } .swiper-lazy-preloader-black { --swiper-preloader-color: #000; } @keyframes swiper-preloader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Slide styles end */ :root { /* --swiper-pagination-color: var(--swiper-theme-color); --swiper-pagination-left: auto; --swiper-pagination-right: 8px; --swiper-pagination-bottom: 8px; --swiper-pagination-top: auto; --swiper-pagination-fraction-color: inherit; --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25); --swiper-pagination-progressbar-size: 4px; --swiper-pagination-bullet-size: 8px; --swiper-pagination-bullet-width: 8px; --swiper-pagination-bullet-height: 8px; --swiper-pagination-bullet-border-radius: 50%; --swiper-pagination-bullet-inactive-color: #000; --swiper-pagination-bullet-inactive-opacity: 0.2; --swiper-pagination-bullet-opacity: 1; --swiper-pagination-bullet-horizontal-gap: 4px; --swiper-pagination-bullet-vertical-gap: 6px; */ } .swiper-pagination { position: absolute; text-align: center; transition: 300ms opacity; transform: translate3d(0, 0, 0); z-index: 10; } .swiper-pagination.swiper-pagination-hidden { opacity: 0; } .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled { display: none !important; } /* Common Styles */ .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: var(--swiper-pagination-bottom, 8px); top: var(--swiper-pagination-top, auto); left: 0; width: 100%; } /* Bullets */ .swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transform: scale(0.33); position: relative; } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { transform: scale(1); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { transform: scale(0.33); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { transform: scale(0.66); } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { transform: scale(0.33); } .swiper-pagination-bullet { width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px)); height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px)); display: inline-block; border-radius: var(--swiper-pagination-bullet-border-radius, 50%); background: var(--swiper-pagination-bullet-inactive-color, #000); opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); } button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; } .swiper-pagination-bullet:only-child { display: none !important; } .swiper-pagination-bullet-active { opacity: var(--swiper-pagination-bullet-opacity, 1); background: var(--swiper-pagination-color, var(--swiper-theme-color)); } .swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets { right: var(--swiper-pagination-right, 8px); left: var(--swiper-pagination-left, auto); top: 50%; transform: translate3d(0px, -50%, 0); } .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet { margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; display: block; } .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; transform: translateY(-50%); width: 8px; } .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; transition: 200ms transform, 200ms top; } .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); } .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; transform: translateX(-50%); white-space: nowrap; } .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms left; } .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms right; } /* Fraction */ .swiper-pagination-fraction { color: var(--swiper-pagination-fraction-color, inherit); } /* Progress */ .swiper-pagination-progressbar { background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25)); position: absolute; } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top; } .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top; } .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite { width: 100%; height: var(--swiper-pagination-progressbar-size, 4px); left: 0; top: 0; } .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite { width: var(--swiper-pagination-progressbar-size, 4px); height: 100%; left: 0; top: 0; } .swiper-pagination-lock { display: none; } :root { --swiper-navigation-size: 44px; /* --swiper-navigation-top-offset: 50%; --swiper-navigation-sides-offset: 10px; --swiper-navigation-color: var(--swiper-theme-color); */ } .swiper-button-prev, .swiper-button-next { position: absolute; top: var(--swiper-navigation-top-offset, 50%); width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - (var(--swiper-navigation-size) / 2)); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color)); } .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; } .swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden { opacity: 0; cursor: auto; pointer-events: none; } .swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next { display: none !important; } .swiper-button-prev svg, .swiper-button-next svg { width: 100%; height: 100%; object-fit: contain; transform-origin: center; } .swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg { transform: rotate(180deg); } .swiper-button-prev, .swiper-rtl .swiper-button-next { left: var(--swiper-navigation-sides-offset, 10px); right: auto; } .swiper-button-next, .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, 10px); left: auto; } .swiper-button-lock { display: none; } /* Navigation font start */ .swiper-button-prev:after, .swiper-button-next:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; font-variant: initial; line-height: 1; } .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content: 'prev'; } .swiper-button-next, .swiper-rtl .swiper-button-prev { right: var(--swiper-navigation-sides-offset, 10px); left: auto; } .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after { content: 'next'; } /* Navigation font end */ .operation-modal_userGuideModal__VKbpL{padding:0 !important;border:none !important;background:#FFF;background:var(--background-bubble, #FFF);border-radius:16px;max-width:340px}.operation-modal_userGuideModal__VKbpL .operation-modal_closeBtn__LuKs9{width:19px;height:19px;background-color:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;border-radius:50%;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.operation-modal_userGuideModal__VKbpL .operation-modal_closeBtn__LuKs9 .icon-yb-ic_close1_16{color:rgba(255,255,255,.8)}.operation-modal_userGuideModal__VKbpL .t-dialog__header{position:absolute;right:10px;top:10px;z-index:99}.operation-modal_userGuideModal__VKbpL .t-dialog__header .t-dialog__close:hover{background:rgba(0,0,0,0)}.operation-modal_userGuideModal__VKbpL .t-dialog__body{padding:0;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden} .gkj-activity .gkj-floating-layer { position: fixed; background: none; border-radius: 32px; box-shadow: 0px 2.667px 10.667px 0px rgba(0, 20, 42, 0.04), 0px 0px 16px 0px rgba(85, 118, 162, 0.06); z-index: 1549; right: 32px; bottom: 248px; display: inline-flex; flex-direction: row; align-items: center; cursor: pointer; white-space: nowrap; } .gkj-activity .gkj-floating-layer-icon-container { width: 47px; height: 47px; border-radius: 50%; border: 0.5px solid rgba(0, 0, 0, 0.1); background-color: var(--background-bubble); display: flex; align-items: center; justify-content: center; } .gkj-activity .gkj-floating-layer-icon { width: 40px; } .gkj-activity .gkj-floating-layer-title { color: var(--text-text_alwayswhite); font-family: "PingFang SC"; font-size: 18px; font-style: normal; font-weight: 800; line-height: normal; margin-left: 12px; margin-right: 23px; display: none; } .gkj-activity .gkj-floating-layer-close-btn { width: 40px; height: 30px; display: flex; justify-content: flex-end; display: none; position: absolute; top: -20px; right: -6px; } .gkj-activity .gkj-floating-layer-close-btn-icon { height: 14px; width: 14px; color: var(--text-text_tertiary); } .gkj-activity .gkj-floating-layer-close-btn-icon:hover { color: var(--text-text_secondary); } .gkj-activity .gkj-floating-layer:hover, .gkj-activity .gkj-floating-layer-hover { background: var(--brand-success_2); border: 0.667px solid rgba(0, 0, 0, 0.1); } .gkj-activity .gkj-floating-layer:hover .gkj-floating-layer-icon-container, .gkj-activity .gkj-floating-layer-hover .gkj-floating-layer-icon-container { border: 0.5px solid var(--brand-success_2); } .gkj-activity .gkj-floating-layer:hover .gkj-floating-layer-title, .gkj-activity .gkj-floating-layer-hover .gkj-floating-layer-title { display: block; } .gkj-activity .gkj-floating-layer:hover .gkj-floating-layer-close-btn, .gkj-activity .gkj-floating-layer-hover .gkj-floating-layer-close-btn { display: flex; } .gkj-activity .gkj-popup-layer { position: fixed; width: min(90vw, 1060px); height: min(90vh, 629px); inset: 0; margin: auto; background-color: #fff; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; box-sizing: border-box; z-index: 1551; } .gkj-activity .gkj-popup-layer .gkj-popup-content { flex: 1; position: relative; } .gkj-activity .gkj-popup-layer .gkj-popup-iframe { width: 100%; height: 100%; min-width: 100%; min-height: 100%; border: none; } .gkj-activity .gkj-popup-layer .gkj-popup-close-btn { position: absolute; right: 20px; top: 20px; background: none; border: none; cursor: pointer; z-index: 99; color: #4F5354; font-size: 20px; } .gkj-activity .gkj-popup-layer .gkj-popup-close-btn:hover { color: rgba(0, 0, 0, 0.9); } .gkj-activity .gkj-popup-background { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1550; } :root[yb-theme-mode='dark'] .gkj-floating-layer:hover, :root[yb-theme-mode='dark'] .gkj-floating-layer-hover { background: var(--brand-success_2); } :root[yb-theme-mode='dark'] .gkj-floating-layer:hover .gkj-floating-layer-icon-container, :root[yb-theme-mode='dark'] .gkj-floating-layer-hover .gkj-floating-layer-icon-container { border: 0.5px solid var(--brand-success_2); background-color: #fff; } @media (prefers-color-scheme: dark) { :root[yb-theme-mode="system"] .gkj-floating-layer:hover, :root[yb-theme-mode="system"] .gkj-floating-layer-hover { background: var(--brand-success_2); } :root[yb-theme-mode="system"] .gkj-floating-layer:hover .gkj-floating-layer-icon-container, :root[yb-theme-mode="system"] .gkj-floating-layer-hover .gkj-floating-layer-icon-container { border: 0.5px solid var(--brand-success_2); background-color: #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; } .yb-layout { position: relative; display: flex; flex-direction: column; height: 100%; background: var(--background-page_background_web); overflow: hidden; } .yb-layout__content { position: relative; flex: 1; min-width: 0; min-height: 0; z-index: 1; } .yb-layout .t-ripple { display: none !important; } .yb-layout--mobile { box-sizing: border-box; display: flex; flex-direction: column; width: 100%; } .yb-layout--mobile .yb-layout__content { min-height: 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; } /*# sourceMappingURL=sourcemap/3245.375a10e4c810e1d71cbe.css.map*/