/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
:root {
  --hy-font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: var(--hy-font-family) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button {
  font-family: var(--hy-font-family) !important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
input::-webkit-contacts-auto-fill-button {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
:root {
  --yb-brand-color: rgba(0, 0, 0, 0.9);
  --yb-brand-color-focus: #434343;
  --yb-brand-color-disabled: #bceed8;
  --yb-brand-color-highlight: #e9f9f2;
  --yb-brand-color-link: #006c45;
  --yb-brand-color-link-2: #576b95;
  --yb-brand-color-gradient: linear-gradient(105.89deg, #00d862 -11.92%, #00cdff 123.72%);
  --yb-primary-color: rgba(0, 0, 0, 0.9);
  --yb-primary-color-rgb: 32, 197, 125;
  --yb-text-color-primary: rgba(0, 0, 0, 0.9);
  --yb-text-color-secondary: rgba(0, 0, 0, 0.6);
  --yb-text-color-secondary-2: rgba(0, 0, 0, 0.4);
  --yb-text-color-placeholder: rgba(0, 0, 0, 0.26);
  --yb-text-color-anti: #fff;
  --yb-gray-color-1: #f7f7f7;
  --yb-gray-color-2: #f5f5f5;
  --yb-gray-color-3: #f3f3f3;
  --yb-gray-color-4: #d9d9d9;
  --yb-gray-color-5: rgba(0, 0, 0, 0.08);
  --yb-gray-color-light: var(--yb-gray-color-1);
  --yb-gray-color-dark: var(--yb-gray-color-4);
  --yb-bg-color-active: var(--yb-gray-color-2);
  --yb-bg-color-primary: var(--yb-gray-color-3);
  --yb-bg-color-content: var(--yb-gray-color-3);
  --yb-divider-color: var(--yb-gray-color-5);
  --yb-error-color: #fa5151;
  --yb-error-color-focus: #d54545;
  --yb-error-color-disabled: #fc9797;
  --yb-warning-color: #ff7d00;
  --yb-warning-color-focus: #d25f00;
  --yb-warning-color-disabled: #ffcf8b;
  --yb-success-color: #20c57d;
  --yb-success-color-focus: #1db171;
  --yb-success-color-disabled: #e9f9f2;
  --yb-mask-color: rgba(0, 0, 0, 0.6);
}
/**
新版视觉规范命名
 */
:root {
  --yb-color-brand-primary: rgba(0, 0, 0, 0.9);
  --yb-color-brand-primary-rgb: 32, 197, 125;
  --yb-color-brand-focus: #434343;
  --yb-color-brand-disabled: #A6E8CB;
  --yb-color-brand-highlight: rgba(0, 0, 0, 0.08);
  --yb-color-brand-link-1: #006C45;
  --yb-color-brand-link-2: #576B95;
  --yb-color-brand-gradient: linear-gradient(105.89deg, #00d862 -11.92%, #00cdff 123.72%);
}
:root {
  --yb-color-text-primary: rgba(0, 0, 0, 0.9);
  --yb-color-text-secondary-1: rgba(0, 0, 0, 0.6);
  --yb-color-text-secondary-2: rgba(0, 0, 0, 0.4);
  --yb-color-text-placeholder: rgba(0, 0, 0, 0.26);
  --yb-color-text-anti: #fff;
}
:root {
  --yb-color-bg-white: #FFFFFF;
  --yb-color-bg-light: #F8F8F8;
  --yb-color-bg-active-1: #F5F5F5;
  --yb-color-bg-primary: #F3F3F3;
  --yb-color-bg-active-2: #E8E8E8;
  --yb-color-bg-dark: #D9D9D9;
  --yb-color-bg-mask: rgba(0, 0, 0, 0.6);
  --yb-color-bg-background: #FCFCFC;
}
:root {
  --yb-color-divider-primary: rgba(0, 0, 0, 0.08);
  --yb-color-brand-old-focus: #1DB171;
  --yb-brand-color-old: #20c57d;
}
:root {
  --yb-color-error-normal: #FA5151;
  --yb-color-error-focus: #D54545;
  --yb-color-error-disabled: #FC9797;
  --yb-color-warning-normal: #FF7D00;
  --yb-color-warning-focus: #D25F00;
  --yb-color-warning-disabled: #FFCF8B;
  --yb-color-success-normal: #20C57D;
  --yb-color-success-focus: #1DB171;
  --yb-color-success-disabled: #E9F9F2;
}
:root {
  --yb-font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
  --yb-font-body-mini: 10px / 1.6 var(--yb-font-family);
  --yb-font-body-small: 12px / 1.6 var(--yb-font-family);
  --yb-font-body-medium: 14px / 1.6 var(--yb-font-family);
  --yb-font-body-large: 16px / 1.6 var(--yb-font-family);
  --yb-font-title-1: 700 22px / 1.6 var(--yb-font-family);
  --yb-font-title-2: 600 20px / 1.6 var(--yb-font-family);
  --yb-font-title-3: 600 18px / 1.6 var(--yb-font-family);
  --yb-font-title-4: 600 14px / 22px var(--yb-font-family);
  --yb-font-title-5: 600 12px / 18px var(--yb-font-family);
  --yb-font-headline-small: 500 24px / 36px var(--yb-font-family);
  --yb-font-headline-medium: 500 32px / 48px var(--yb-font-family);
  --yb-font-headline-large: 500 48px / 72px var(--yb-font-family);
  --yb-md-content-gap-main: 0 0 8px 0;
  --yb-md-content-gap-p: 0 0 12px 0;
  --yb-md-content-gap-t1: 24px 0 20px 0;
  --yb-md-content-gap-t2: 20px 0 12px 0;
  --yb-md-content-gap-t3: 16px 0 8px 0;
  --yb-md-font-title-1: 700 22px / 1.75 var(--yb-font-family);
  --yb-md-font-title-2: 600 20px / 1.75 var(--yb-font-family);
  --yb-md-font-title-3: 600 18px / 1.75 var(--yb-font-family);
  --yb-md-font-body-large: 16px / 1.75 var(--yb-font-family);
}
:root {
  --yb-radius-default: 8px;
  --yb-radius-small: 4px;
  --yb-radius-large: 12px;
}
:root {
  --yb-shadow-1: 0px 5px 10px 0px rgba(65, 77, 96, 0.05);
  --yb-shadow-2: 0px 8px 20px 0px rgba(65, 77, 96, 0.08);
  --yb-shadow-3: 0px 16px 25px 0px rgba(65, 77, 96, 0.08);
}
:root {
  --yb-chat-nav-color: rgba(0, 0, 0, 0.54);
  --yb-chat-nav-title-color: var(--yb-color-text-primary);
  --yb-chat-nav-bg-color: transparent;
  --yb-chat-nav-bg-blur: 0;
  --yb-chat-greeting-agent-name-color: rgba(0, 0, 0, 0.9);
  --yb-chat-clear-context-color: var(--yb-color-text-secondary-2);
  --yb-chat-clear-context-icon-color: var(--yb-chat-clear-context-color);
  --yb-chat-bg-color: transparent;
  --yb-chat-time-color: var(--yb-color-text-secondary-2);
  --yb-copyright-color: var(--yb-color-text-placeholder);
  --yb-copyright-link-color: #576B95;
  --yb-chat-nav-agent-info-button-bg-color: #fff;
}
:root {
  --yb-bubble-human-bg-color: var(--yb-color-brand-primary);
  --yb-bubble-ai-bg-color: #fff;
  --yb-bubble-ai-bg-clur: 0;
  --yb-bubble-avatar-name-color: rgba(0, 0, 0, 0.4);
  --yb-bubble-tool-item-color: rgba(0, 0, 0, 0.6);
  --yb-bubble-tool-item-disabled-color: rgba(0, 0, 0, 0.26);
  --yb-bubble-prompt-hint-split-color: rgba(0, 0, 0, 0.08);
}
:root {
  --yb-component-divider-color: var(--yb-color-text-secondary-2);
  --yb-component-divider-border-color: #dcdcdc;
  --yb-component-option-color: #006c45;
  --yb-component-option-title-color: rgba(0, 0, 0, 0.4);
  --yb-component-option-bg-color: transparent;
  --yb-component-loading-bg-color: #f8f8f8;
  --yb-component-loading-color: rgba(0, 0, 0, 0.6);
  --yb-component-loading-search-color: rgba(0, 0, 0, 0.9);
  --yb-component-loading-process-color: rgba(0, 0, 0, 0.9);
  --yb-component-loading-process-progress-color: var(--yb-color-brand-primary);
  --yb-component-ref-list-bg-color: #fff;
  --yb-component-ref-list-header-color: var(--yb-text-color-secondary);
  --yb-component-ref-list-header-hover-color: var(--yb-text-color-primary);
  --yb-component-ref-list-header-arrow-color: rgba(0, 0, 0, 0.4);
  --yb-component-ref-list-item-color: rgba(0, 0, 0, 0.6);
  --yb-component-ref-list-item-hover-color: rgba(0, 0, 0, 0.9);
  --yb-component-card-list-title-color: #181818;
  --yb-component-card-list-info-color: rgba(0, 0, 0, 0.4);
  --yb-component-middleware-bg-color: #F8F8F8;
  --yb-component-middleware-header-color: rgba(0, 0, 0, 0.9);
  --yb-component-middleware-body-bg-color: var(--td-bg-color-secondarycontainer);
  --yb-component-middleware-item-color: #181818;
  --yb-component-middleware-divider-border-color: var(--td-border-level-1-color);
  --yb-component-middleware-divider-color: #999;
  --yb-component-tag-bg-color: linear-gradient(90deg, rgba(7, 211, 118, 0.1) 0%, rgba(41, 193, 199, 0.1) 100%);
  --yb-component-tag-color: var(--yb-color-brand-primary);
}
:root {
  --yb-input-btn-bg-color: var(--yb-color-brand-primary);
  --yb-input-btn-color: var(--td-text-color-primary);
  --yb-input-shadow: 0 0 30px 5px rgba(195, 212, 214, 0.3);
  --yb-input-bg-color: #fff;
  --yb-input-bg-blur: 0;
  --yb-input-border-color: transparent;
  --yb-input-color: var(--yb-color-text-primary);
  --yb-input-placeholder-color: var(--yb-color-text-placeholder);
  --yb-input-file-item-bg-color: var(--yb-color-bg-light);
  --yb-input-file-item-border-color: transparent;
  --yb-input-file-item-title-color: var(--yb-color-text-primary);
  --yb-input-file-item-desc-color: var(--yb-color-text-secondary-2);
  --yb-input-btn-bg-color--mobile: #fff;
  --yb-input-btn-border-color--mobile: #fff;
  --yb-input-btn-color--mobile: var(--yb-color-text-secondary-1);
  --yb-input-send-btn-bg-color: var(--yb-color-brand-primary);
  --yb-input-send-btn-color: #fff;
  --yb-input-switch-model-bg-color: #f3f3f3;
  --yb-input-switch-model-bg-color-hover: #e8e8e8;
  --yb-input-switch-model-icon-color: rgba(0, 0, 0, 0.4);
  --yb_color_divider-primary: rgba(0, 0, 0, 0.08);
}
:root {
  --yb-md-text-color: var(--yb-color-text-primary);
  --yb-md-h-color: var(--yb-color-text-primary);
  --yb-md-del-color: var(--yb-color-brand-link-1);
  --yb-md-blockquote-color: var(--yb-color-text-secondary-2);
  --yb-md-blockquote-border-color: #D9D9D9;
  --yb-md-hr-border-color: var(--yb-color-divider-primary);
  --yb-md-th-color: var(--yb-md-text-color);
  --yb-md-th-bg-color: var(--yb-color-bg-active-1);
  --yb-md-td-color: var(--yb-color-text-secondary-1);
  --yb-md-td-bg-color-odd: #fff;
  --yb-md-td-bg-color-even: var(--yb-color-bg-active-1);
  --yb-md-inline-code-bg-color: var(--yb-color-bg-primary);
  --yb-md-inline-code-color: var(--yb-md-text-color);
  --yb-md-kbd-color: #000;
  --yb-md-kbd-border-color: rgba(0, 0, 0, 0.6);
  --yb-md-kbd-bg-color: #e4e4e4;
  --yb-md-code-bg-color: #f8f8f8;
  --yb-md-code-button-bg-color: #fff;
  --yb-md-code-button-color: rgba(0, 0, 0, 0.6);
  --yb-md-code-button-shadow: var(--yb-shadow-1), var(--yb-shadow-3), 0 6px 30px 5px rgba(0, 0, 0, 0.06);
  --yb-md-code-header-bg-color: #EDEDED;
  --yb-md-code-border-color: #E0E0E0;
  --yb-md-ref-list-item-color: rgba(0, 0, 0, 0.6);
  --yb-md-ref-list-item-bg-color: #e8e8e8;
  --yb-md-ref-list-item-hover-color: rgba(0, 0, 0, 0.9);
  --yb-md-ref-list-item-hover-bg-color: #d9d9d9;
  --yb-md-ref-list-item-content-bg-color: #fff;
  --yb-md-ref-list-item-content-bg-blur: 0;
  --yb-md-ref-list-item-content-color: rgba(0, 0, 0, 0.9);
  --yb-md-ref-list-item-content-arrow-color: rgba(0, 0, 0, 0.6);
  --yb-md-ref-list-item-content-shadow: var(--td-shadow-2), var(--td-shadow-inset-top), var(--td-shadow-inset-right), var(--td-shadow-inset-bottom), var(--td-shadow-inset-left);
  --yb-md-ref-list-item-content-arrow-shadow: var(--td-shadow-inset-left), var(--td-shadow-inset-bottom);
  --yb-md-file-bg-color: #f3f3f3;
  --yb-md-file-bg-hover-color: #E8E8E8;
  --yb-md-file-title-color: var(--yb-color-text-primary);
  --yb-md-file-desc-color: var(--yb-color-text-secondary-2);
  --yb-md-link-color: var(--yb-color-brand-link-1);
}
:root {
  --yb-share-btn-bg-color: #fff;
  --yb-share-btn-color: #333;
  --yb-share-split-border-color: rgba(0, 0, 0, 0.1);
  --yb-share-indicator-bg-color: #fff;
  --yb-share-indicator-color: var(--yb-color-brand-primary);
  --yb-share-indicator-border-color: #DCDCDC;
  --yb-share-page-footer-btn-bg-color: rgba(0, 0, 0, 0.75);
  --yb-share-page-footer-btn-color: #fff;
}
.hyc-poplayer__dg .t-dialog {
  padding: 0;
}
.hyc-poplayer__dg .t-dialog__header {
  padding: 20px var(--td-comp-paddingTB-xl);
  margin-bottom: 0;
  border-bottom: 1px solid var(--td-component-stroke);
}
.hyc-poplayer__dg .t-dialog__body {
  padding: 0 var(--td-comp-paddingTB-xl);
  max-height: calc(100vh - 400px);
  min-height: 100px;
}
.hyc-poplayer__dg .t-dialog__footer {
  padding: var(--td-comp-paddingTB-xl) 0;
}
.hyc-poplayer__dg .t-dialog__footer {
  box-sizing: border-box;
  padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingTB-xl);
  border-top: 1px solid var(--td-component-stroke);
}
.hyc-poplayer__drawer__header {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hyc-poplayer__drawer__icon-btn {
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hyc-poplayer__drawer .t-drawer__header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
.hyc-poplayer__drawer .t-drawer__body {
  padding: 0 var(--td-comp-paddingTB-l);
  padding-bottom: 24px;
}
.hyc-poplayer__drawer .t-drawer__close-btn {
  display: none;
}
.hyc-poplayer__drawer__mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--td-mask-active);
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.hyc-poplayer__drawer__mask--show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.hyc-template-list__poster-img__title {
  height: 28.5px;
  margin-bottom: 2px;
}
.hyc-template-list__poster-img__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.hyc-template-list__poster-img__item {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 6.25px;
  flex: 1;
}
.hyc-template-list__poster-img__item-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 6px;
}
.hyc-template-list__poster-img__item-title {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.hyc-template-list__poster-img__item:not(:last-child) {
  margin-right: 6.25px;
}
.hyc-template-list__poster-img__more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6.25px;
  height: 100px;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
  background-color: #F0F0F0;
}
.hyc-template-list__poster-img__more-txt {
  font-size: 11px;
  color: #AEAEAE;
}
.hyc-card-box-search-ref {
  margin-bottom: 8px;
}
.hyc-card-box-search-ref--mobile .hyc-card-box-search-ref__container {
  width: 100%;
}
.hyc-card-box-search-ref__container {
  width: 100%;
}
.hyc-card-box-search-ref__content {
  border-radius: 10px;
  font-size: 14px;
}
.hyc-card-box-search-ref__content__header {
  display: flex;
  align-items: center;
  min-width: 0;
  color: var(--yb-component-ref-list-header-color);
  margin-right: 4px;
}
.hyc-card-box-search-ref__content__header > svg {
  margin: 2px 6px 2px 0;
  min-width: 18px;
  display: block;
  color: var(--yb-color-brand-primary);
}
.hyc-card-box-search-ref__content__header > div {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hyc-card-box-search-ref__content__header-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  font-weight: normal;
  line-height: 24px;
  cursor: pointer;
}
.hyc-card-box-search-ref__content__header-wrapper:hover .hyc-card-box-search-ref__content__header,
.hyc-card-box-search-ref__content__header-wrapper:hover .hyc-card-box-search-ref__content__toggle {
  color: var(--text-text_primary, rgba(0, 0, 0, 0.9));
}
.hyc-card-box-search-ref__content__toggle {
  color: var(--yb-component-ref-list-header-arrow-color);
}
.hyc-card-box-search-ref__content__toggle > svg {
  width: 16px;
}
.hyc-card-box-search-ref__content ul {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  line-height: 24px;
  padding: 0 0 0 12px;
  border-left: 2px solid var(--yb-divider-color);
}
.hyc-card-box-search-ref__content ul li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--yb-component-ref-list-item-color);
}
.hyc-card-box-search-ref__content ul li:hover a {
  color: var(--yb-component-ref-list-item-hover-color);
}
.hyc-card-box-search-ref__content ul li .hyc-card-box-search-ref-content-detail__icon {
  font-size: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.hyc-card-box-search-ref__content ul a {
  white-space: nowrap;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hyc-card-box-search-ref__content__toggle {
  transform: rotate(180deg);
}
.hyc-card-box-search-ref--expand .hyc-card-box-search-ref__content__toggle {
  transform: rotate(0deg);
}
.hyc-card-box-search-ref--expand.hyc-card-box-search-ref ul {
  max-height: none;
  margin-top: 8px;
}
.hyc-card-box-search-ref--expand.hyc-card-box-search-ref .hyc-card-box-search-ref__content {
  padding-bottom: 1px;
}
.hyc-card-box-search-ref--new_style .hyc-card-box-search-ref__content__toggle {
  transform: rotate(90deg);
}
.hyc-card-box-search-ref.hyc-card-box-search-ref--expand {
  margin-bottom: 12px;
}
.hyc-card-box-card-list__hd {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  margin-bottom: 12px;
}
.hyc-card-box-card-list__hd__l {
  font-size: 14px;
  color: var(--yb-component-card-list-title-color);
}
.hyc-card-box-card-list__hd__r {
  font-size: 12px;
  color: var(--yb-component-card-list-info-color);
  display: flex;
  align-items: center;
}
.hyc-card-box-card-list__hd__r img {
  margin-right: 2px;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.hyc-card-box-card-list__list {
  position: relative;
}
.hyc-card-box-card-list__list--mobile {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
.hyc-card-box-card-list__list .swiper-slide {
  width: 140px;
}
.hyc-card-box-card-list__list__page {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.hyc-card-box-card-list__list__page.swiper-button-disabled {
  display: none;
}
.hyc-card-box-card-list__list__page__bg {
  position: absolute;
  top: 0;
  width: 68px;
  height: 100%;
}
.hyc-card-box-card-list__list__page__prev {
  left: 0;
}
.hyc-card-box-card-list__list__page__next {
  right: 0;
  justify-content: flex-end;
}
.hyc-card-box-card-list__list__page__op {
  position: relative;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.9);
}
.hyc-card-box-card-list__deep-search {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
@media screen and (max-width: 600px) {
  .hyc-card-box-card-list__deep-search {
    grid-template-columns: 1fr;
  }
}
.hyc-card-box-single {
  position: relative;
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  max-width: 294px;
  padding: 12px;
  box-sizing: border-box;
}
.hyc-card-box-single__tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  min-height: 49px;
  max-height: 78px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 26px;
}
.hyc-card-box-single__preview {
  background: #eee;
  position: relative;
  width: 100px;
  height: 75px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  flex: none;
}
.hyc-card-box-single__preview__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.16%, rgba(0, 0, 0, 0.4) 100%);
}
.hyc-card-box-single__preview__logo {
  position: absolute;
  top: 6px;
  right: 6px;
}
.hyc-card-box-single--imageWithText .hyc-card-box-single__preview > svg {
  position: relative;
  opacity: 0.8;
}
.hyc-card-box-card {
  position: relative;
  width: 140px;
  height: 190px;
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 12px;
  cursor: pointer;
}
.hyc-card-box-card__time {
  position: absolute;
  right: 8px;
  bottom: 4px;
  opacity: 0.8;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
}
.hyc-card-box-card--image .hyc-card-box-card__preview {
  position: absolute;
  width: 100%;
}
.hyc-card-box-card--image .hyc-card-box-card__preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.16%, rgba(0, 0, 0, 0.81) 82.99%);
}
.hyc-card-box-card--image .hyc-card-box-card__preview > svg {
  position: relative;
}
.hyc-card-box-card--image .hyc-card-box-card__tit {
  color: #fff;
  padding-top: 138px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
}
.hyc-card-box-card--image .hyc-card-box-card__info__name {
  color: #f8f8f8;
  opacity: 0.6;
}
.hyc-card-box-card--imageWithText .hyc-card-box-card__preview > svg {
  position: relative;
  opacity: 0.7;
}
.hyc-card-box-card--article .hyc-card-box-card__tit {
  padding-top: 11px;
  height: 22px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hyc-card-box-card--article .hyc-card-box-card__cnt {
  line-height: 24px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 12px;
  font-size: 14px;
  color: #00000099;
}
.hyc-card-box-card--channelsVideo .hyc-card-box-card__preview {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hyc-card-box-card--channelsVideo .hyc-card-box-card__preview__logo {
  position: absolute;
  top: 6px;
  right: 6px;
}
.hyc-card-box-card--channelsVideo .hyc-card-box-card__info {
  padding-left: 8px;
  padding-right: 8px;
}
.hyc-card-box-card--channelsVideo .hyc-card-box-card__info__icon img {
  border-radius: 50%;
}
.hyc-card-box-card--channelsVideo .hyc-card-box-card__info__name {
  color: #fff;
}
.hyc-card-box-card--channelsVideo .hyc-card-box-card__info__right {
  flex: none;
}
.hyc-card-box-card__preview {
  background: #eee;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hyc-card-box-card__preview__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.hyc-card-box-card__preview > img {
  width: 24px;
  z-index: 1;
}
.hyc-card-box-card__tit {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  height: 44px;
  padding: 6px 12px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hyc-card-box-card__info {
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 12px 8px;
  box-sizing: border-box;
  font-size: 12px;
  justify-content: space-between;
  gap: 8px;
}
.hyc-card-box-card__info__left {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.hyc-card-box-card__info__right {
  display: flex;
  align-items: center;
}
.hyc-card-box-card__info__icon {
  display: block;
  margin-right: 3px;
  border-radius: 2px;
}
.hyc-card-box-card__info__icon img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}
.hyc-card-box-card__info__name {
  flex: 1;
  color: rgba(36, 36, 36, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hyc-card-box-card__info__like {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2px;
}
.hyc-card-box-grid {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
}
.hyc-card-box-grid__preview {
  background: #eee;
  position: relative;
  width: 45%;
  max-width: 120px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  margin-right: 12px;
  flex-shrink: 0;
}
.hyc-card-box-grid__preview__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.hyc-card-box-grid__preview__play {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(51, 51, 51, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hyc-card-box-grid__preview__play > svg {
  transform: translateX(1px) scale(0.65);
}
.hyc-card-box-grid__preview__time {
  position: absolute;
  left: 6px;
  bottom: 4px;
  color: #fff;
  font-size: 12px;
}
.hyc-card-box-grid__preview__logo {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 10;
}
.hyc-card-box-grid__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hyc-card-box-grid__tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hyc-card-box-grid__infotext {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.hyc-component-reasoner__think {
  border-radius: unset;
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-header__toggle {
  width: 16px;
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-header__toggle svg {
  position: relative;
  color: var(--text-text_secondary);
  fill-opacity: 0.4;
  width: 16px;
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-header__content {
  flex: unset;
  margin-left: 0;
  margin-right: 4px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-text_secondary, rgba(0, 0, 0, 0.6));
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-header__content:hover {
  color: var(--text-text_primary, rgba(0, 0, 0, 0.9));
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-content {
  position: relative;
  border: none;
  margin-top: 0;
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-content::before {
  content: '';
  position: absolute;
  left: 2px;
  height: 100%;
  width: 2px;
  background: var(--text-text_line, rgba(0, 0, 0, 0.1));
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-content .hyc-common-markdown-style {
  color: var(--text-text_secondary, rgba(0, 0, 0, 0.6));
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-content .hyc-common-markdown-style p {
  font-size: 14px;
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-content .hyc-common-markdown-style p:last-child {
  margin-bottom: 0;
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-content .hyc-common-markdown-style hr {
  border-width: 0.5px;
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-content .hyc-common-markdown-style ol > li > p {
  display: inline;
}
.hyc-component-reasoner__think .hyc-component-reasoner__think-content .hyc-common-markdown-style .hyc-common-markdown__table-wrapper td {
  font: var(--yb-font-body-medium);
}
.hyc-component-reasoner p:last-child {
  margin-bottom: 0;
}
.hyc-component-reasoner .hyc-component-reasoner__text {
  margin-top: 12px;
  margin-bottom: 12px;
}
.hyc-card-box-search-ref__content__toggle {
  color: var(--yb-component-ref-list-header-arrow-color);
  display: flex;
}
.hyc-card-box-search-ref__content__toggle > svg {
  width: 16px;
}
.hyc-card-box-search-ref__content__header-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
}
.hyc-card-box-search-ref__content__header-wrapper .hyc-card-box-search-ref__content__header {
  color: var(--text-text_secondary, rgba(0, 0, 0, 0.6));
  flex: unset;
  font-weight: 400;
}
.hyc-card-box-search-ref__content__header-wrapper .hyc-card-box-search-ref__content__header svg {
  display: none;
  color: var(--text-text_secondary, rgba(0, 0, 0, 0.6));
}
.hyc-card-box-search-ref__content__header-wrapper:hover .hyc-card-box-search-ref__content__header,
.hyc-card-box-search-ref__content__header-wrapper:hover .hyc-card-box-search-ref__content__toggle {
  color: var(--yb-component-ref-list-header-hover-color);
}
.hyc-suggest-box {
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
}
.hyc-suggest-box__header {
  display: flex;
  margin: 13px 0 20px 0;
  align-items: center;
}
.hyc-suggest-box__header img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.hyc-suggest-box__header span {
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 12px;
}
.hyc-suggest-box__content {
  display: flex;
  flex-direction: column;
}
.hyc-suggest-box__content .hyc-suggest-box__list {
  display: flex;
  flex-direction: column;
}
.hyc-suggest-box__content .hyc-suggest-box__list__item {
  margin-bottom: 32px;
}
.hyc-suggest-box__content .hyc-suggest-box__list__item__header {
  position: relative;
  padding-left: 8px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.hyc-suggest-box__content .hyc-suggest-box__list__item__header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 16px;
  background: #07C160;
  border-radius: 4px;
}
.hyc-suggest-box__content .hyc-suggest-box__list__item__content {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.hyc-suggest-box .hyc-suggest-box__analyse__title {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.hyc-suggest-box .hyc-suggest-box__analyse__content {
  display: flex;
  flex-direction: column;
}
.hyc-suggest-box .hyc-suggest-box__analyse__content__pre {
  white-space: pre-wrap;
  line-height: 24px;
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
}
.hyc-component-text__options {
  margin-top: 8px;
}
.hyc-component-text__oral-score {
  margin-top: 8px;
}
.hyc-component-text__plugin-list {
  margin-top: 8px;
}
.hyc-component-image-group-mutiple {
  max-width: 100% !important;
}
.hyc-component-image-group__header {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  margin-bottom: 16px;
}
.hyc-component-image-group_content-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hyc-component-image-group-count {
  cursor: pointer;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  padding: 0 6px;
  border-radius: 14px;
  line-height: 18px;
  bottom: 8px;
  right: 8px;
}
.hyc-component-image-group-list {
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(100px, 216px));
  position: relative;
  width: fit-content;
}
.hyc-component-image-group-list .hyc-content-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 216px;
}
.hyc-component-image-group-list .hyc-content-img img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}
.hyc-component-image-group-list .hyc-content-img:nth-child(1) img {
  border-top-left-radius: 12px;
}
.hyc-component-image-group-list .hyc-content-img:nth-child(2) img {
  border-top-right-radius: 12px;
}
.hyc-component-image-group-list .hyc-content-img:nth-child(3) img {
  border-bottom-left-radius: 12px;
}
.hyc-component-image-group-list .hyc-content-img:nth-child(4) img {
  border-bottom-right-radius: 12px;
}
@media screen and (max-width: 480px) {
  .hyc-component-image-group-list {
    grid-template-columns: repeat(2, 159px);
  }
  .hyc-component-image-group-list .hyc-content-img {
    width: 159px !important;
    height: 159px !important;
  }
}
@media screen and (max-width: 375px) {
  .hyc-component-image-group-list {
    grid-template-columns: repeat(2, 156px);
  }
  .hyc-component-image-group-list .hyc-content-img {
    width: 156px !important;
    height: 156px !important;
  }
}
.hyc-component-image-group__text {
  margin-top: 16px;
}
.hyc-image-group-flex__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 13px;
}
.hyc-image-group-flex__type {
  display: flex;
  align-items: center;
}
.hyc-image-group-flex__type span {
  color: #1db171;
  margin-left: 4px;
  font-weight: 500;
  font-size: 15px;
}
.hyc-image-group-flex__more {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.hyc-image-group-flex__more span {
  color: rgba(0, 0, 0, 0.9);
  margin-left: 2px;
  font-size: 14px;
}
.hyc-image-group-flex__list {
  display: grid;
  grid-template-columns: repeat(var(--hyc-image-group__count), minmax(100px, var(--hyc-image-group__item__size)));
  gap: 4px;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
  width: fit-content;
}
.hyc-image-group-flex__list .hyc-content-img {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.hyc-image-group-flex__list .hyc-content-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.hyc-image-group-flex__list .hyc-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  max-width: 100% !important;
  max-height: 100% !important;
}
.hyc-image-group-flex__list .hyc-content-img--fail {
  position: absolute;
  left: 0;
  top: 0;
}
.hyc-image-group-flex__list .hyc-content-img--fail::before {
  display: none;
}
.hyc-component-multi-modal__item {
  margin-bottom: 8px;
}
.hyc-component-multi-modal__item:last-child {
  margin-bottom: 0;
}
.hyc-component-multi-modal__file-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.hyc-component-multi-modal__link {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
}
.hyc-component-multi-modal__link a {
  color: inherit;
}
.hyc-component-multi-modal__session {
  background-color: #fff;
  border-radius: 8px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hyc-component-multi-modal__session__info {
  width: 130px;
}
.hyc-component-multi-modal__session__info__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.hyc-component-multi-modal__session__info__desc {
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}
.hyc-component-multi-modal__session__logo {
  width: 32px;
  height: 32px;
}
.hyc-component-multi-modal__session__logo img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.hyc-component-multi-modal__image-list {
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.hyc-component-multi-modal__image-list .hyc-content-img.hyc-content-img--round > img {
  width: 144px;
  height: 144px;
  object-fit: cover;
  border: none;
}
.hyc-component-multi-modal__image-list .hyc-content-img.hyc-content-img--fail {
  width: 144px;
  height: 144px;
  border-radius: 8px;
  border: none;
}
.hyc-component-multi-modal__image-list .hyc-content-img-replacer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 144px;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: calc(144px * 3 + 8px * 3);
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  pointer-events: none;
}
.hyc-component-multi-modal__image-list .hyc-content-img-replacer-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  z-index: 10;
}
.hyc-component-multi-modal__image-list .hyc-content-img-replacer.hyc-content-img-replacer-num-4 {
  display: none;
}
.hyc-component-multi-modal__image-list .hyc-content-img:nth-child(n+6) {
  display: none;
}
@media screen and (max-width: 900px) {
  .layout-pc .hyc-component-multi-modal__image-list .hyc-content-img-replacer {
    left: calc(144px * 2 + 8px * 2);
  }
  .layout-pc .hyc-component-multi-modal__image-list .hyc-content-img-replacer.hyc-content-img-replacer-num-4 {
    display: flex;
  }
  .layout-pc .hyc-component-multi-modal__image-list .hyc-content-img-replacer.hyc-content-img-replacer-num-3 {
    display: none;
  }
  .layout-pc .hyc-component-multi-modal__image-list .hyc-content-img:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .hyc-component-multi-modal__image-list .hyc-content-img-replacer {
    left: calc(144px * 2 + 8px * 2);
  }
  .hyc-component-multi-modal__image-list .hyc-content-img-replacer.hyc-content-img-replacer-num-4 {
    display: flex;
  }
  .hyc-component-multi-modal__image-list .hyc-content-img-replacer.hyc-content-img-replacer-num-3 {
    display: none;
  }
  .hyc-component-multi-modal__image-list .hyc-content-img:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .hyc-component-multi-modal__image-list .hyc-content-img-replacer {
    left: calc(144px * 1 + 8px * 1);
  }
  .hyc-component-multi-modal__image-list .hyc-content-img-replacer.hyc-content-img-replacer-num-4,
  .hyc-component-multi-modal__image-list .hyc-content-img-replacer.hyc-content-img-replacer-num-3 {
    display: flex;
  }
  .hyc-component-multi-modal__image-list .hyc-content-img-replacer.hyc-content-img-replacer-num-2 {
    display: none;
  }
  .hyc-component-multi-modal__image-list .hyc-content-img:nth-child(n+4) {
    display: none;
  }
}
.t-collapse-panel__content > :first-child .hyc-deep-search-ref--header-v2 {
  margin-top: 4px;
}
.hyc-deep-search-ref .t-collapse-panel__header {
  padding: 0 !important;
}
.hyc-deep-search-ref .t-collapse-panel__body {
  background: transparent !important;
}
.hyc-deep-search-ref .t-collapse-panel__body .t-collapse-panel__content {
  padding: 0;
  color: inherit;
  padding-top: 12px;
}
.hyc-deep-search-ref.t-collapse {
  background: transparent;
}
.hyc-deep-search-ref--header {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  font-weight: bolder;
  line-height: 26px;
  height: 26px;
  display: flex;
  align-items: center;
}
.hyc-deep-search-ref--header__icon {
  display: flex;
  margin-right: 8px;
}
.hyc-deep-search-ref--header__suffix {
  margin-left: 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
}
.hyc-deep-search-ref--header-v2 {
  color: rgba(0, 0, 0, 0.9);
  width: 100%;
  box-sizing: border-box;
  padding-left: 11px;
  position: relative;
  margin: 16px 12px 16px 0;
}
.hyc-deep-search-ref--header-v2::before {
  content: '';
  display: block;
  background: #07c160;
  border-radius: 2px;
  width: 3px;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
}
.hyc-deep-search-ref--header-v2 .hyc-common-markdown-style {
  padding-bottom: 0;
}
.hyc-deep-search-ref--header-v2 .hyc-common-markdown-style h1,
.hyc-deep-search-ref--header-v2 .hyc-common-markdown-style h2 {
  margin-bottom: 0;
}
.hyc-deep-search-ref-v2 {
  margin-top: 12px;
}
.hyc-deep-search-ref--right {
  cursor: pointer;
  height: 26px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-out;
}
.hyc-deep-search-ref--right .hyc-common-icon {
  transition: all 0.2s ease-out;
  margin-left: 5px;
  transform: rotate(180deg);
}
.hyc-deep-search-ref--right:hover {
  color: #20C57D;
}
.hyc-deep-search-ref--active {
  transform: rotate(0deg) !important;
}
.hyc-component-deep-search-content__divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 16px 0;
}
.hyc-component-deep-search-content__divider-txt {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.hyc-component-deep-search-content__skeleton {
  background: #F8F8F8;
  border-radius: 12px;
  padding: 28px 15px;
  box-sizing: border-box;
  margin-top: 16px;
}
.hyc-component-deep-search-content__mindmap {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}
.hyc-component-deep-search-content__mindmap .hyc-component-deep-search-content__mindmap-img {
  object-fit: contain;
  height: 300px;
  width: 100%;
  mix-blend-mode: multiply;
}
.hyc-component-deep-search-content__mindmap-tag {
  display: inline-block;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 14px;
  padding: 4px 6px;
  border-radius: 12px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  pointer-events: none;
  background: rgba(220, 220, 220, 0.4);
}
.hyc-component-deep-search-content__mindmap--center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hyc-component-deep-search-content__mindmap--text {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.hyc-component-deep-search-content__mindmap--loading {
  width: 22px !important;
  height: 22px !important;
}
.hyc-component-deep-search-content .hyc-common-markdown__img img {
  max-width: 475px;
  max-height: 300px;
  border-radius: 12px;
}
.hyc-component-deep-search-content.preview .hyc-card-box-search-ref__content__toggle {
  display: none;
}
.hyc-component-deep-search-content__subtitle {
  margin-top: 12px;
  color: var(--td-text-color-secondary);
}
.hyc-component-deep-search-content__foot {
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
  color: var(--td-text-color-placeholder);
}
.hyc-component-deep-search-content--financial > .hyc-component-deep-search-content__divider:first-child {
  display: none;
}
.hyc-component-deep-search-content--financial > .hyc-component-deep-search-content__divider:first-child + .hyc-deep-search-ref {
  margin-top: 0;
}
.hyc-component-deep-search-content--financial > .t-collapse {
  margin-top: 16px;
}
.hyc-component-deep-search-content--financial > .t-collapse .t-collapse-panel__content {
  padding-top: 16px;
}
.hyc-component-deep-search-content--financial .hyc-deep-search-ref--header {
  position: relative;
  font-size: 20px;
}
.hyc-component-deep-search-content--financial .hyc-deep-search-ref--header__title,
.hyc-component-deep-search-content--financial .hyc-deep-search-ref--header__suffix {
  position: relative;
}
.hyc-component-deep-search-content--financial .hyc-common-markdown .hyc-common-markdown__replace {
  margin: 16px 0 12px 0 !important;
}
.hyc-component-deep-search-content--financial .hyc-common-markdown .hyc-common-markdown__replace:first-child {
  margin-top: 0 !important;
}
.hyc-component-deep-search-content--financial .hyc-common-markdown .hyc-common-markdown__replace__item {
  width: 100%;
}
.hyc-component-deep-search-content--financial .hyc-common-markdown .hyc-common-markdown__replace__item .hyc-content-img {
  width: 100%;
  background-color: #F8F8F8;
  border-radius: 12px;
}
.hyc-component-deep-search-content--financial .hyc-common-markdown .hyc-common-markdown__replace__item .hyc-content-img img {
  margin: 0 auto;
}
.hyc-component-deep-search-loading__steps {
  width: 100%;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: #F8F8F8;
  padding: 8px 12px;
}
.hyc-component-deep-search-loading__steps .t-collapse-panel__header {
  padding: 0 !important;
}
.hyc-component-deep-search-loading__steps .t-collapse-panel__body {
  background: transparent !important;
}
.hyc-component-deep-search-loading__steps .t-collapse-panel__body .t-collapse-panel__content {
  padding: 0;
  color: inherit;
  padding-top: 0px;
}
.hyc-component-deep-search-loading__steps .t-collapse-panel__icon {
  color: rgba(0, 0, 0, 0.6);
}
.hyc-component-deep-search-loading__steps .t-collapse-panel__icon:hover {
  background-color: transparent;
}
.hyc-component-deep-search-loading__steps .t-collapse-panel__icon--active {
  transform: rotate(180deg);
}
.hyc-component-deep-search-loading__steps .hyc-content-loading {
  padding: 0;
  background-color: transparent;
}
.hyc-component-deep-search-loading__steps--container {
  width: 100%;
  display: flex;
  padding-top: 16px;
}
.hyc-component-deep-search-loading__step {
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
}
.hyc-component-deep-search-loading__step::before,
.hyc-component-deep-search-loading__step::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 9px;
  left: 22px;
  height: 1px;
  background-color: #E7E7E7;
}
.hyc-component-deep-search-loading__step::after {
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
  background-color: #20C57D;
}
.hyc-component-deep-search-loading__step:last-child {
  flex: none;
  width: 60px;
}
.hyc-component-deep-search-loading__step:last-child::before,
.hyc-component-deep-search-loading__step:last-child::after {
  display: none;
}
.hyc-component-deep-search-loading__step--inner {
  width: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.hyc-component-deep-search-loading__step--info {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 18px;
}
.hyc-component-deep-search-loading__step--check {
  position: relative;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #fff;
  background-color: #E7E7E7;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hyc-component-deep-search-loading__step--name {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.28);
  white-space: nowrap;
  margin-top: 8px;
  line-height: 22px;
}
.hyc-component-deep-search-loading__step--checked .hyc-component-deep-search-loading__step--check,
.hyc-component-deep-search-loading__step--current .hyc-component-deep-search-loading__step--check {
  background-color: #20C57D;
}
.hyc-component-deep-search-loading__step--checked .hyc-component-deep-search-loading__step--name,
.hyc-component-deep-search-loading__step--current .hyc-component-deep-search-loading__step--name {
  color: rgba(0, 0, 0, 0.9);
}
.hyc-component-deep-search-loading__step--checked::after {
  transform: scaleX(1);
}
.hyc-component-deep-search-loading__skeleton {
  background: #F8F8F8;
  border-radius: 12px;
  padding: 28px 15px;
  box-sizing: border-box;
  margin-top: 16px;
}
.hyc-deep-search-outline {
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #f3f3f3;
  margin-top: 4px;
}
.hyc-deep-search-outline .hyc-deep-search-outline__ul {
  padding-left: 24px;
  list-style: disc;
}
.hyc-deep-search-outline__li {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.hyc-deep-search-outline__li.loaded {
  color: #006c45;
  cursor: pointer;
}
.hyc-deep-search-outline__li + .hyc-deep-search-outline__li {
  margin-top: 8px;
}
.hyc-deep-search-outline__inner {
  display: flex;
  align-items: center;
}
.hyc-deep-search-outline__inner .hyc-content-loading__icon--search {
  margin-left: 5px;
}
.hyc-deep-search-timeline .t-timeline-item__wrapper .t-timeline-item__tail {
  height: calc(100% - 8px);
  border-width: 1px;
  border-style: dashed;
  bottom: -8px;
}
.hyc-deep-search-timeline .t-timeline-item__content {
  padding-left: 12px;
  font-size: 15px;
  line-height: 21px;
}
.hyc-deep-search-timeline .t-timeline-item__content .t-timeline-item__label {
  font-size: 15px;
  line-height: 24px;
  margin-top: 6px;
  font-weight: 400;
}
.hyc-deep-search-timeline .t-timeline-item {
  min-height: 60px;
}
.hyc-component-deep-search-blocktab {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 1px 0 16px 0;
}
.hyc-component-deep-search-blocktab__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  height: 32px;
  font-size: 14px;
  color: var(--td-text-color-placeholder);
  background: #F3F3F3;
  border-width: 1px;
  border-style: solid;
  border-color: #F3F3F3;
  border-radius: 32px;
  cursor: pointer;
}
.hyc-component-deep-search-blocktab__item--current {
  color: var(--td-text-color-primary);
  border-color: var(--td-text-color-primary);
  background: unset;
}
.hyc-component-deep-search-companyinfo {
  font-size: 15px;
  line-height: 1.54;
  color: var(--td-text-color-primary);
  padding-bottom: 24px;
}
.hyc-component-deep-search-companyinfo__link {
  margin-top: 16px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: fit-content;
  height: 40px;
  box-sizing: border-box;
  font-size: 15px;
  color: var(--td-text-color-primary);
  cursor: pointer;
  border: 1px solid var(--td-component-stroke);
  border-radius: 8px;
  transition: 0.2s;
}
.hyc-component-deep-search-companyinfo__link:hover {
  background-color: #F8F8F8;
}
.hyc-component-deep-search-companyinfo__title {
  margin: 16px 0;
  font-size: 16px;
  font-weight: bold;
}
.hyc-component-deep-search-companyinfo__basic {
  table-layout: fixed;
  width: 100%;
  margin: -12px 0;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.hyc-component-deep-search-companyinfo__basic td {
  color: var(--td-text-color-secondary);
}
.hyc-event-card--list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.hyc-event-card--list.isMobile {
  grid-template-columns: 1fr;
}
.hyc-event-card--list.isMobile .hyc-event-card--item__title-inner {
  white-space: initial;
  text-overflow: initial;
  overflow: visible;
  font-size: 15px;
}
.hyc-event-card--list.isMobile .hyc-event-card--item__content {
  font-size: 15px;
  overflow: visible;
  text-overflow: initial;
  display: block;
  -webkit-line-clamp: none;
  -webkit-box-orient: none;
}
.hyc-event-card--item {
  box-sizing: border-box;
  padding: 12px;
  border-radius: 8px;
  background: #f8f8f8;
  overflow: hidden;
}
.hyc-event-card--item__title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.hyc-event-card--item__title-inner {
  line-height: 20px;
  font-weight: bolder;
  font-size: 14px;
  color: #006c45;
  max-width: calc(100% - 20px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hyc-event-card--item__title-icon {
  flex-shrink: 0;
  display: flex;
  margin-left: 4px;
  color: #006c45;
}
.hyc-event-card--item__content {
  margin-top: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hyc-event-card--item__time {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.9);
}
.hyc-deep-search-table.preview .hyc-deep-search-table--tr {
  grid-template-columns: 1fr 2.1fr;
}
.hyc-deep-search-table--head {
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(220, 220, 220, 0.6);
  padding: 0 12px;
}
.hyc-deep-search-table--head .hyc-deep-search-table--td {
  padding: 4px 0;
}
.hyc-deep-search-table--body {
  padding: 0 12px;
}
.hyc-deep-search-table--tr {
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.8fr;
  position: relative;
}
.hyc-deep-search-table--tr:nth-child(even):before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: -12px;
  right: -12px;
  top: 0;
  height: 100%;
  background: #f8f8f8;
}
.hyc-deep-search-table--td {
  padding: 12px 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 23px;
  position: relative;
  z-index: 1;
}
.hyc-deep-search-table--td + .hyc-deep-search-table--td {
  padding-left: 16px;
}
.hyc-deep-search-table--target {
  font-size: 15px;
  font-weight: bolder;
  color: #006c45;
}
.hyc-deep-search-table--icon {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 4px;
  color: #006c45;
  transform: translateY(-1px);
}
.hyc-doc-deep-reading__divider {
  margin: 16px 0;
  height: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
}
.hyc-doc-deep-reading__content {
  margin-top: 16px;
}
.hyc-doc-deep-reading__title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: var(--td-text-color-primary);
}
.hyc-doc-deep-reading__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hyc-doc-deep-reading__title-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNCAMAAADU1xmCAAAC/VBMVEUAAAD3yBv3lAD4xAH5wxH61E/x0kL10Fb548H6uQD878TzqxH6wAD+5z70xzb3mgD78dD4nAD/3Ir4oAD83V70nQD6+uH83B/70wv6vgD4oQD94I74nAD3nwD62Ur5ngD600r4zC/2ogD76LL311/4pwn00Vv1zUn/yTv/yyj+zlz2mgD/33P/3XT5xgT/3Xz5xxf/5a34xib835r7vgD/3mz6xgT60Wf6twn3lwD70TL6rwD5x0H/5KT4tgP4ngD50Fz5vR73zkr400f71Wb+zEf5owD6qQD2ykD+zgH8ySP50mr82j/6xAn834X+5VD3mgD/34v72Uv33IX41Xj857n/3Dv87Mb5nQD7rg3/xC/4xSD6xy/95DL+40/5xgn3mQD4zET60xz7uAD/57D6yTX4owD/51X3kgD90jP5ogD/1YD+5VH+4zT4yib3lgD335P+xUL/yk7//97//9r//+n//9f//+34jwD//+L//sX/zwD//9D0lgD//9T/4QD5mwD//b3//bf//83//+b/98D/wAD//dT//LH/+6z/5lP5xgD/2gD/+Zj/vQD/ugD/+sz9+Mb/5QD/3QD/ygD4mAD5kwD/0wD5pgD5nQD6lQD/xAD/pgD+ogD5oQD/+9H/+qL6yQD//sn/+sn/7Cf/zAD/tQD4sAD8mAD///H//M7//cH/+6f/+Z7+4i7+sgD/rgD6qwD71jX5xxP/6QH/1gH/qwD26KT/7jr/7jT3xST/xwD58rv/+Lr/9Lf/8bL976r/2VH+30b/0ED5yyD6zgD7ngD/3Wf/31b/0En/70P82z34zy3+nQD//Nf997D/9ab88KD/75X/43P/82f+10r+0DL5kAD377H/+JH/6o7/6H//5GT+40374ST/6hz60wD25JT23oj/11z90VH95Tj/6RD6tQD/66P/55j/4ob233v/6nT/8lr0yUD82hb62gr/9YX/6oX/83f02G3/8Ez47Jj/4F3/71P/947/94v60CP/6ET/3RD/yRK0mmcLAAAAc3RSTlMABP7+/hsIEQb+Ewz+/v7+HvO1sD4dC/7+8dSbmX9wTEo7OSspJ/7+/v7z5d/T0cR2Z1tG/uzn4eHGxbytjotvW0M0Iv39+PHp29nLtaqpl5CG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);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hyc-doc-deep-reading__title-icon--paperEvaluation {
  background-image: url(data:image/png;base64,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);
}
.hyc-doc-deep-reading__title-icon--readingChapter {
  background-image: url(data:image/png;base64,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);
}
.hyc-doc-deep-reading__title-icon--mainContent {
  background-image: url(data:image/png;base64,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);
}
.hyc-doc-deep-reading__title-icon--questionAndAnswer {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNCAMAAADU1xmCAAAC/VBMVEUAAAAmDgUYDwbpjQDMaAAZGBc3KyX1owDznwD1oQD0oADWeQA4HAyANQD3pQAKBgTwmwDjiwB3MgANCghcJABAPz+EhIQEAgH/uwCgQwAMBgOIiIj6qgD/ugAJBgSFNwDtmQANBgPslQAVDQhEHADsjQB7e3z/ugCHNwCTPgD/swDznwADAgEwJB5ycnIIBAMTEBBmZmZrLQDzoADafgD/tgD/vwD4pQCtTAAEAgKJOQCHNwCLOgCgRACDNgD2owCdQwAQBwTmjwD+swD4qABgYGD7rAARCggOBwN9MgB2MQBDQ0MKBwMVEhKXVQtVVVXCZADJYwAoKCj5pwBKS0ojIyPPbQCDNgB6enoaGhpwcHB1dXW8XQD/tQBqPAjvmwCYQgAaGhp/MwBZWVmBNQCOPgBwLgAAAAD/1U7/vgD/xwD+sQD/swD9rwD/wgD/0i//wAD/uwD/tgD/uQD/xAD/zAD/0z7/twD/0jQEAwL/0zn6qQD/1EL/0Sr/1Ej/1EX/1Uv8rQD/yQCaQQD7qwD/zxmXQAD/zQGJOAD5pwDzngDtlQCdQgCTPgDvmACfRACQPAD/0Sb/0CL/0zf3owD/zhLynQC3UwCsSgCANQD/zg31oADoiwDhgAC9VwAKBgTxmgDOZgDBWgC0UAChRQCMOgB9MwD/zxX4pQD2ogDskgDmiQDkhgDZdQDYcQDRagDJYQCpSACmRwCOOwCDNgB6MgD/0B8NDQ3ffQDUbQDFXQC7VACwTQCjRwCHNwA2NjUXCgKvTACRPABYWlv/zgfqjwBmaW5kZGYtLS0SEhLdegDWbwDMYwDGXwBJSUnihADNaQCNjY1zcnFqZGFjYV9RUVEjIyMfHx8ZGRmjYAIvFwLBXgBxNABtbm+VflJsWUo4GgHqnQDNfQBKJQCukVP90FJSRjuTZSd+SBzxqgDdkgDcigDPhgDbdwC3cgDLYQCKUACYTAB2QQDWtVnUsVWDY0aEZTvMnS5qTh1aNBVNKgjuqADYhAClUgBdKACsT1czAAAAZ3RSTlMACRAkCjIhoZF2XzAZyMOxg1lWSTj+/fHq6ufm5N7Bsm1TOyonE/r59/Lr6NzEsZyJek1MG/Py8O3r6+Hc2dLQ0M/Et7GrqI55dmloaGViTEEX9fXt6OHh3trZ0cTBurixqJ6QkIF7sUbJoQAACO5JREFUWMNiGAX0AWyGrIxUM4xJ+lIQPyu1TNO7eCI9XUeROob5X7w6Pz09XVyYKoEmffxkOgjwUyHsGPXETqSDgQ8VnGZ48Vwl2DA5Rmr48wrEn5ZUiFQevUvXwIaJU8WfYqKVVIsCVunDEH9KKVMhE0TfvQ42rJIaSTdZbD/En/rUyARiV7dD/MlEBX9GHYf6kxp5CiBXtRMQf7pTwTBvWCbQoUZmjwBlAiqVHYyu0ExQ6UENf6qJQjM7RfHJwmyswKngp3Z4O+WZ3YQrViIvK6vk3l2IP+dT4E8lDtm8rNb8iqondyGZoJKfbH8yu0nklebXNDRkfLl0dT7YMLIzuyqnbNbUirqGjIyMp/egmWD+nZgAssIeIE6Jptr6hgwweHLsBMSf/xatnuYUQLJZXLJZtXUggxqABn4+fg4Sn7emr2rJzc2N5ybJj0Cz8utARtVUVVSUPb185QbYsAN/ZxcVlxflZOfyCaoSHZHOeRNrQO6qK6ttnTW14t6xE5BMcGd2cWZhcXkO0Lhce4VAoiKS3ay1DBxa9RWtpVlZWd+PQTPB44eZmQWZIPNAxuXKCDATNAwgY4mmyQ3gACvLn5pVUpBZdBmaCQ68KcgrKSnJKwCaB/JtY4s9Fwt+w7jMptZDHFY1sTSroLAo+znEn5XzbxZklbaXNmVlgQwEm9cSzM6M15vqTXXQEDuSlZeZ07ny3bH9lWDDPhWW5lfUTlx+BOh7iPuAzqs25zDBbRpnwTZwVFZsayrJLM/t6v4D9CfYsFsvWyuqJudPbJ0FdB/ceY3VndoCOKODLy+/rqG+Kr8d6MnsFd1zz387fg1k2IFbj2ZNrACwVS+tUUNRHMAXLqoIYvcu3IjgWvEDCH4Wk5kkc5Pcm5hMJk2cNEyKg5lHhamtosJMOz4WwlgUtWDBlSLoQqlQRfCtqOBGN/7vvZOg0LNou+lvzrnnMa5rGEEQTIYU5SI9x0S18Hbv3XloD9hGWPcCisSaixfWb7wUdV7cePtJ7RiM1cOwzlwjSFKK9KbVwvP3ze7Qj6NHVJd5Qaoqpt++dn3rx/Mnt09f3Hj9/Q+WHw+KaNQZ6xqdIS9XVCs8Pzo+M7v30P/kXmiekag1R7u0vjJ/f/vhCxT56pPeZ5gaqfH0PFekp4NzwMFDRP6BfTP79+zZVW7BMep20U3FbK2dvzX/4dGDjdc/vxA1EatRauCMYDKYcqbwtCjCRFeq1eqJcnQPp+gbXq2SLc9fPfvs3e+XH22auI3Cmms0gEHD43X64BQCDqtWqYCC5TiOVc4uSZgHjUTtp/NXt7e/v7HjgMEqsVBgXEN2KZ6Oc1wDBcsiiqIU2n4lYMzd1K3R2sqZD7++OdStiwcrMVCwvC7X0Aokp4jkJOYQpabrhTajuyFzqW4uju+de/9ZCRqwypCWB2uqJanYCgecyM20CFZZLYfX9hrMoDVt4fq9H2u6K5XSAtXtuiIMaDk0u2gEAprCtXJ4VQZNJa3x1pVeHP5XIiSOlBGI3ORJ2VHbdSRmIQtUJ1vfasVzEpoTfWRd/v950OGR5zn+7kzQ1FLTuIZ3w9Eqxy32mJfblcV2hcojF047mHeSZLM/GKSIzUF/OEySpJ/Gqg5NboSmyeRqRRdmD8ddZqS1qqb05WGSk5VP+jgcsRrHFL/wk0dKKT91MjdgETieXDkhBy3adYe2RWz5HRPymU8G8kIiUIX6b9gCk9sVNaccIcW4Eep2VFKj3pxIzDM68vjg84llWQR1gCxChwVMQWp88ZtNXqtjFbuwWxkYFBgTXWRuzncHkpwATT6zEAsIwXdBXCXfl5xZasOJTVSP5wVrEGNx5MFu9VazLFv1owpfnjIIgmfmj3q93mjU8iNwhTZTG6aKQsNTIWrEiRBW5Pey9tqFa8vLy+OFrKWhcRYRDA8Hbxa1VpeybGlpaXXka1iwqXayNlAdS/WYMUlj3FanqjVH2cL4683Hl1funr9758a43WvCc2SYJh+NvzxXO2/TYBTlD3RAiKEjEkMrVKliBFQBYmZCsDEhVVWbiLJFmcDFsh1/tofID8WJ/FaTOH7FiDixHSUlA0lKsiCEYIAisSDUFbbeJE2ON3/28T3nfvb1yVdLvMIoAL5EgtYl26O9N9nM/ssPb+efGuAiS4z8tx1jHBFKkkTgsVpmqvlM5gAArzpQzR6nFC7B8EVY3F+yHWYP/1CvstmFRJIatKY6MmlkvVsgDKZ2gSqSsBvmABdKSqE2kOt1e2LLNYYq5o9eL7twsPfz9xkJbZnVrwyG3xLctCQ66KeSJUkhkabGtDxg+FKRzAOOqxRTGMiT1rDhOE6jZc+X8suxcIv8d/L/rJo/KvI1u3HqEwRroLDvBxgXSkQTIdRktVEZilB4iuKVeXeGkQq2VrRzt1GWQe3xaso8P+nmfnxtlYcuuJVakon5Itv0YyFOuD7CaAzDcVGbNlqTuizXZ0WNvIqYsEYi9gRtPBragwKzyrJPPr2HUfzru2WGlpQSKWJ7nYpodDxV9dpCQhssjSEsENpjN4pcdexpPbqZEhzOBn4v7rRVKO/hMq5sfZ7/9uVyWxuzK1iTDvS2e677p2o0ckaqAHQsjfc5BHeLYmAgwrKskOjjGM0acErwRvbVS7Zr17u7czy4eRfze3qPY8WOFzmuoHtQjOOMdQRsNI6aKWyZWactKQwJ0+Q4MAIoE7HzdJn3t7sfd3OzWHbjygsjrlSETRzYXCcaJ4LmqVEj6pgYTYN7qN80iQWAa+PZztra2s69O5sg6PFK6JdcbheObQh863FF0O/fXtc19WIL15+V7JlxcPG8s7s2dUxoBoG2tl6ggRM2b56gwZsmwojo2jHBOyfKoduBYQbtlnlunHFwTwKjiO3iRRt2zRNS8ZS30WzukfeSt57QBjGvbYIVb5IQDwMO4HujEtz3gSgQcpCUB7IYvWwtLFKhPXFGMKkiYiQkZCSigr+PlLgd1Ftxhyli5IHSImzk9I0jgU6T8mWgDhA+CUwaygxUAgaV8/WZqGUYoxxiIJJywKPPykBFQDVfAgAFOmbmmE1WWAAAAABJRU5ErkJggg==);
}
.hyc-doc-deep-reading__title-icon--financialAnalysis {
  background-image: url(data:image/png;base64,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);
}
.hyc-doc-deep-reading > .hyc-content-md .hyc-content-md__waiting {
  margin-top: -12px;
}
.hyc-tx-doc-card {
  width: 320px;
  max-width: 100%;
  height: 112px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 12px;
  background-color: var(--yb-color-bg-primary);
  border: 1px solid var(--yb-color-divider-primary);
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
}
.hyc-tx-doc-card:hover {
  background-color: var(--yb-color-bg-active-2);
}
.hyc-tx-doc-card__intro {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
}
.hyc-tx-doc-card__cover {
  flex-shrink: 0;
  position: relative;
  width: 66px;
  height: 100%;
  border-radius: 6px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2249%22%20height%3D%2234%22%20viewBox%3D%220%200%2049%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.628906%22%20width%3D%2248%22%20height%3D%226%22%20rx%3D%223%22%20fill%3D%22%23E8EAEE%22%2F%3E%0A%3Crect%20x%3D%220.628906%22%20y%3D%2214%22%20width%3D%2248%22%20height%3D%226%22%20rx%3D%223%22%20fill%3D%22%23E8EAEE%22%2F%3E%0A%3Crect%20x%3D%220.628906%22%20y%3D%2228%22%20width%3D%2227%22%20height%3D%226%22%20rx%3D%223%22%20fill%3D%22%23E8EAEE%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 48px 34px;
  background-position: center 23px;
  overflow: hidden;
}
.hyc-tx-doc-card__main {
  flex: 1;
  overflow: hidden;
}
.hyc-tx-doc-card__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
}
.hyc-tx-doc-card__name {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hyc-tx-doc-card__desc {
  margin: 6px 0;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.hyc-tx-doc-card__link {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.hyc-tx-doc-card__link-txt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hyc-tx-doc-card__error {
  margin-top: 12px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  column-gap: 6px;
  color: #E34D59;
  white-space: nowrap;
}
.hyc-tx-doc-card__progress {
  margin: 12px 0;
  max-width: 100px;
  height: 6px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.hyc-tx-doc-card__progress-done {
  display: block;
  width: 0;
  height: 100%;
  background-color: var(--td-brand-color);
  border-radius: 6px;
}
.hyc-tx-doc-card__done {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hyc-deepthink-box {
  max-width: 100%;
  overflow: hidden;
}
.hyc-deepthink-box__skeleton {
  margin-top: 8px;
  padding: 24px 16px;
  background-color: var(--yb-component-ref-list-bg-color);
  border-radius: 12px;
}
.hyc-deepthink-box__place {
  width: 2000px;
  height: 0;
}
.hyc-deepthink-box .hyc-card-box-card-list {
  margin-top: 8px;
}
.hyc-deepthink-steps {
  margin-bottom: 16px;
}
.hyc-deepthink-steps .t-collapse {
  background: unset;
}
.hyc-deepthink-steps .t-collapse:last-child .t-collapse-panel:before {
  display: none;
}
.hyc-deepthink-steps .t-collapse .t-collapse-panel {
  position: relative;
}
.hyc-deepthink-steps .t-collapse .t-collapse-panel:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 6.5px;
  top: 24px;
  bottom: 0;
  width: 1px;
  background-color: var(--td-component-stroke);
}
.hyc-deepthink-steps .t-collapse .t-collapse-panel__wrapper .t-collapse-panel__header,
.hyc-deepthink-steps .t-collapse .t-collapse-panel__wrapper .t-collapse-panel__body {
  background-color: unset;
}
.hyc-deepthink-steps .t-collapse .t-collapse-panel__wrapper .t-collapse-panel__header {
  align-items: flex-start;
  padding: 2px 0;
  overflow: hidden;
}
.hyc-deepthink-steps .t-collapse .t-collapse-panel__wrapper .t-collapse-panel__body {
  position: relative;
  padding: 0 0 4px 0;
  overflow: visible;
}
.hyc-deepthink-steps .t-collapse .t-collapse-panel__wrapper .t-collapse-panel__body .t-collapse-panel__content {
  padding: 4px 0 2px 22px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.hyc-deepthink-steps .t-collapse .t-collapse-panel.t-is-disabled .t-collapse-panel__header {
  color: var(--td-text-color-primary);
  cursor: default;
}
.hyc-deepthink-steps .t-collapse .t-collapse-panel.t-is-disabled .t-collapse-panel__body {
  cursor: default;
}
.hyc-deepthink-steps .t-collapse .t-collapse-panel__icon {
  flex-shrink: 0;
  width: 14px;
  height: 22px;
  justify-content: center;
}
.hyc-deepthink-steps__coll-arrow {
  flex-shrink: 0;
  width: 12px;
  height: 22px;
  padding: 0 4px 0 12px;
  color: var(--td-text-color-placeholder);
  transition: transform 0.2s;
}
.hyc-deepthink-steps__coll-arrow--expand {
  transform: scaleY(-1);
}
.hyc-deepthink-steps__expand-icon--success {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  color: var(--td-bg-color-container);
  border-radius: 100%;
  background-color: var(--yb-brand-color);
}
.hyc-deepthink-steps__expand-icon--ing {
  overflow: visible;
}
.hyc-deepthink-steps__expand-icon--ing > circle {
  transform-origin: center;
}
.hyc-deepthink-steps__expand-icon--ing > circle:first-child {
  stroke: var(--yb-brand-color);
  animation: a-deepthink-box-stroke 2.5s infinite linear;
}
@keyframes a-deepthink-box-stroke {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hyc-deepthink-steps__expand-icon--ing > circle:last-child {
  fill: var(--yb-brand-color);
  animation: a-deepthink-box-breath 0.7s infinite ease alternate;
}
@keyframes a-deepthink-box-breath {
  0% {
    opacity: 0.3;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.hyc-deepthink-steps__header {
  display: flex;
  align-items: center;
  column-gap: 6px;
  height: 24px;
  margin-bottom: 6px;
  font-size: 12px;
  color: var(--td-text-color-secondary);
  white-space: nowrap;
}
.hyc-deepthink-steps__header-title {
  font-weight: bold;
  font-size: 14px;
  color: var(--td-text-color-primary);
}
.hyc-deepthink-steps__header .t-link {
  color: var(--td-text-color-secondary);
}
.hyc-deepthink-steps__header .t-link:after {
  display: none;
}
.hyc-deepthink-steps__header .t-link:hover {
  color: var(--td-brand-color);
}
.hyc-deepthink-steps__header-icon {
  display: flex;
  align-items: center;
}
.hyc-deepthink-steps__header-icon--anim .t-icon {
  animation: a-deepthink-box-rotate 4s linear infinite;
}
@keyframes a-deepthink-box-rotate {
  0% {
    transform: rotate(0);
  }
  5%,
  25% {
    transform: rotate(90deg);
  }
  30%,
  50% {
    transform: rotate(180deg);
  }
  55%,
  75% {
    transform: rotate(270deg);
  }
  80%,
  100% {
    transform: rotate(360deg);
  }
}
.hyc-deepthink-steps__panel-title {
  line-height: 22px;
  font-weight: 400;
  color: var(--td-text-color-primary);
  white-space: normal;
}
.hyc-deepthink-steps__desc {
  display: flex;
  column-gap: 4px;
  font-size: 12px;
  color: var(--td-text-color-secondary);
  overflow: hidden;
}
.hyc-deepthink-steps__desc--read {
  white-space: nowrap;
}
.hyc-deepthink-steps__desc-title {
  text-overflow: ellipsis;
  overflow: hidden;
}
.hyc-deepthink-steps__flash {
  background-image: linear-gradient(to right, var(--td-text-color-placeholder) 35%, var(--td-text-color-primary) 50%, var(--td-text-color-placeholder) 65%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: a-deepthink-box-flash 1.2s linear infinite;
}
@keyframes a-deepthink-box-flash {
  from {
    background-position: 200%;
  }
  to {
    background-position: 0;
  }
}
.hyc-deepthink-steps__tag {
  display: flex;
  align-items: center;
  column-gap: 2px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 12px;
  color: var(--td-text-color-secondary);
  background-color: var(--td-bg-color-container);
  border: 1px solid var(--yb-color-divider-primary);
  border-radius: 4px;
  overflow: hidden;
}
.hyc-deepthink-steps__tag-txt {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hyc-deepthink-steps__tag-more {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 26px;
  font-size: 12px;
  padding: 0 8px;
  cursor: pointer;
  color: var(--td-text-color-primary);
}
.hyc-deepthink-steps__tag-more:hover {
  color: var(--td-brand-color);
}
.hyc-deepthink-steps__tag-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
}
.hyc-deepthink-steps__tag-list .hyc-deepthink-steps__tag {
  flex-shrink: 0;
  max-width: calc(100%);
}
.hyc-deepthink-steps__tag-list__wrapper {
  position: relative;
}
.hyc-deepthink-steps__tag-list--ellipsis {
  -webkit-mask-image: linear-gradient(to left, transparent 90px, black 150px);
  mask-image: linear-gradient(to left, transparent 90px, black 150px);
}
.hyc-deepthink-steps__tag-list--showall {
  flex-wrap: wrap;
}
.hyc-deepthink-steps__tag-list--showall .hyc-deepthink-steps__tag {
  animation-name: a-deepthink-box-keyword;
  animation-duration: 0.1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
@keyframes a-deepthink-box-keyword {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hyc-component-reasoner__searc-list .hyc-card-box-search-ref {
  margin-bottom: 12px;
}
.hyc-component-reasoner__think {
  border-radius: var(--yb-radius-default);
  margin-bottom: 12px;
}
.hyc-component-reasoner__think-header {
  display: flex;
  align-items: center;
  color: var(--yb-component-ref-list-item-color);
  cursor: pointer;
  font-size: 14px;
  line-height: 1.75;
}
.hyc-component-reasoner__think-header__content {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--yb-component-ref-list-item-color);
  margin-right: 4px;
}
@media (any-hover: hover) {
  .hyc-component-reasoner__think-header__content:hover {
    color: var(--yb-component-ref-list-item-hover-color);
  }
}
.hyc-component-reasoner__think-header__toggle {
  color: var(--yb-component-ref-list-header-arrow-color);
  display: flex;
  transform: rotate(180deg);
}
.hyc-component-reasoner__think-header__toggle > svg {
  width: 16px;
}
.hyc-component-reasoner__think-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 0 0 16px;
  border-left: 2px solid var(--yb-divider-color);
}
.hyc-component-reasoner__think-content .hyc-common-markdown-style {
  --yb-md-text-color: #666666;
  --yb-md-h-color: #666666;
  --yb-md-font-body-large: 14px / 1.6 var(--yb-font-family);
  --yb-md-font-title-1: 700 20px / 1.6 var(--yb-font-family);
  --yb-md-font-title-2: 600 18px / 1.6 var(--yb-font-family);
  --yb-md-font-title-3: 600 16px / 1.6 var(--yb-font-family);
  --yb-md-content-gap-main: 0 0 16px 0;
}
.hyc-component-reasoner__think--expand {
  margin-bottom: 20px;
}
.hyc-component-reasoner__think--expand .hyc-component-reasoner__think-header__toggle {
  transform: rotate(0deg);
}
.hyc-component-reasoner__think--expand .hyc-component-reasoner__think-content {
  max-height: none;
  margin-top: 8px;
}
@media screen and (max-width: 768Px) {
  .is-mobile .dialog .body .header {
    font-size: 16px;
  }
  .is-mobile .dialog .body .content {
    min-width: unset;
    padding: 24px;
    width: 340px;
  }
}
.hyc-common-dialog {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 6999;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}
.hyc-common-dialog__error .hyc-common-dialog__header__tip {
  color: #FA5151;
}
.hyc-common-dialog__header {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.hyc-common-dialog__header__title {
  display: flex;
  align-items: center;
}
.hyc-common-dialog__header__tip {
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.9);
}
.hyc-common-dialog__content {
  padding: 16px 24px 24px;
}
.hyc-common-dialog__body {
  font-size: 14px;
  transform: scale(0.3);
  opacity: 0;
  transition: all 200ms ease-in-out;
}
.hyc-common-dialog__wrapper {
  min-width: 460px;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
.hyc-common-dialog--theme-dark {
  color: #000;
}
.hyc-common-dialog--theme-dark .hyc-common-dialog__wrapper {
  background-color: #fff;
}
.hyc-common-dialog--theme-white {
  color: #000;
}
.hyc-common-dialog--theme-white .hyc-common-dialog__wrapper {
  background-color: #fff;
}
.hyc-common-dialog__close {
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  color: #fff;
}
.hyc-common-dialog__close--top-right {
  position: absolute;
  right: 20px;
  top: -10px;
  z-index: 1;
  cursor: pointer;
}
.hyc-common-dialog__close--bottom,
.hyc-common-dialog__close--bottom-mobile {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
  border-radius: 25px;
}
.hyc-common-dialog__close--bottom:hover,
.hyc-common-dialog__close--bottom-mobile:hover {
  background-color: #F6F7F8;
}
.hyc-common-dialog__close--bottom-mobile {
  width: 36px;
  height: 36px;
  bottom: 10px;
}
.hyc-common-dialog--visible .hyc-common-dialog__body {
  transform: scale(1);
  opacity: 1;
}
.hyc-common-dialog--show .hyc-common-dialog__body {
  width: auto;
  height: auto;
}
.hyc-common-dialog__extra {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  transform: translateY(100%);
}
.hyc-common-dialog--placement-bottom .hyc-common-dialog__body {
  position: absolute;
  z-index: 9999;
  bottom: -100%;
  left: 0;
  right: 0;
  transform: unset;
  opacity: 1;
}
.hyc-common-dialog--placement-bottom .hyc-common-dialog__body .content {
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hyc-common-dialog--placement-bottom.hyc-common-dialog--visible .hyc-common-dialog__body {
  bottom: 0;
  transform: translateY(0);
}
.hyc-folded-box {
  position: relative;
}
.hyc-folded-box__main--folded {
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(0deg, transparent 0px, #000 52px);
  mask-image: linear-gradient(0deg, transparent 0px, #000 52px);
}
.hyc-folded-box__unfold-trigger {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px 0 8px;
  display: flex;
  justify-content: center;
}
.hyc-folded-box__unfold-trigger__cnt {
  z-index: 1;
  background: #fff;
  padding: 4px 16px;
  font-size: 12px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.PhotoView-Slider__BannerWrap {
  display: none;
}
.PhotoView-Slider__ArrowLeft,
.PhotoView-Slider__ArrowRight {
  opacity: 1;
  margin-right: 44px;
  width: auto;
}
.PhotoView-Slider__ArrowLeft {
  margin-left: 44px;
}
.PhotoView-Slider__ArrowLeft svg,
.PhotoView-Slider__ArrowRight svg {
  fill: #fff;
  background: #000000;
  box-sizing: content-box;
  height: 18px;
  padding: 9px;
  width: 18px;
  border-radius: 50%;
}
.hyc-photo-view .PhotoView-Slider__Backdrop {
  background: rgba(0, 0, 0, 0.85) !important;
  backdrop-filter: blur(60px);
}
.PhotoView-Slider__Overlay {
  opacity: 1 !important;
}
.hyc-photo-view__close {
  position: fixed;
  z-index: 4000;
  top: 38px;
  right: 44px;
}
.hyc-photo-view__control {
  position: fixed;
  z-index: 4000;
  top: calc(38px + 24px + 36px);
  right: 44px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hyc-photo-view__control__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #00000099;
  color: #fff;
}
.hyc-photo-view__control__btn:hover {
  opacity: 0.8;
}
.hyc-photo-view__risk-tip {
  position: fixed;
  z-index: 4000;
  bottom: 40px;
  right: 44px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 18px;
}
@media screen and (max-width: 675px) {
  body .hyc-photo-view:not(.hyc-photo-view-multi-image)-overlay--with-link .hyc-photo-view__control::after {
    height: 140px;
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image) .hyc-photo-view__control {
    flex-direction: row-reverse;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    gap: 52px;
    padding-bottom: 56px;
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image) .hyc-photo-view__control__btn {
    width: 32px;
    height: 32px;
    background-color: rgba(48, 48, 48, 0.8);
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image) .hyc-photo-view__control__btn svg {
    width: 16px;
    height: 16px;
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image) .hyc-photo-view__control__btn-download {
    position: relative;
    z-index: 2;
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image) .hyc-photo-view__control__btn-download::after {
    content: var(--hunyuan-common-image-viewer-save-pic-text);
    position: absolute;
    bottom: -24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image) .hyc-photo-view__control__btn-link {
    position: relative;
    z-index: 2;
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image) .hyc-photo-view__control__btn-link::after {
    content: var(--hunyuan-common-image-viewer-jump-source-text);
    position: absolute;
    bottom: -24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image) .hyc-photo-view__control__btn-share {
    position: relative;
    z-index: 2;
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image) .hyc-photo-view__control__btn-share::after {
    content: var(--hunyuan-common-image-viewer-share-text);
    position: absolute;
    bottom: -24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image) .hyc-photo-view__control::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image)__close {
    top: 24px;
    right: 14px;
    background: #00000099;
  }
  body .hyc-photo-view:not(.hyc-photo-view-multi-image)__risk-tip {
    bottom: 100px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding: 4px 8px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }
}
.hyc-common-markdown__link {
  cursor: pointer;
  color: var(--yb-md-link-color);
  font-weight: 500;
}
.hyc-common-markdown__link .hyc-common-icon {
  vertical-align: middle;
  margin-left: 4px;
}
.hyc-common-markdown__img {
  margin-top: 16px;
  margin-bottom: 16px;
}
.hyc-common-markdown__img img {
  min-width: 90px;
  min-height: 90px;
  max-width: 240px;
  max-height: 240px;
  border-radius: 16px;
  display: block;
}
.hyc-common-markdown__img-loading {
  width: 300px;
  height: 200px;
  background: rgba(7, 193, 96, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.9);
  flex-direction: column;
}
.hyc-common-markdown__img-loading .wrapper {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(transparent 30%, rgba(0, 0, 0, 0.9));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #BFEFD6 0);
  animation: HYCMdCircleProgress 1s infinite linear;
}
.hyc-common-markdown__img-loading .circle_progress_wrapper {
  width: 24px;
  height: 24px;
  position: relative;
}
.hyc-common-markdown__img-loading .circle_progress_wrapper .hyc-common-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hyc-common-markdown__img-loading__text {
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
}
.hyc-common-markdown__img-error {
  width: 300px;
  height: 200px;
  background: #D549411A;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #D54941;
}
.hyc-common-markdown__img-error .wrapper {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #0000 calc(100% - 2px), #D54941 0);
}
.hyc-common-markdown__img-error .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 4px;
}
@keyframes HYCMdCircleProgress {
  100% {
    transform: rotate(1turn);
  }
}
.hyc-common-markdown__img-viewer li:nth-child(2) {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hyc-common-markdown__img-viewer li:nth-child(2) img {
  width: auto !important;
  height: auto !important;
  max-width: 500px;
  max-height: 500px;
  border-radius: 16px;
}
.hyc-common-markdown-style {
  font: var(--yb-md-font-body-large);
  color: var(--yb-md-text-color);
  overflow: unset;
  padding-bottom: 3px;
  padding-bottom: 0;
}
.hyc-common-markdown-style::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  cursor: pointer;
}
.hyc-common-markdown-style::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(93, 94, 95, 0.1);
  cursor: pointer;
}
.hyc-common-markdown-style::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  cursor: pointer;
}
.hyc-common-markdown-style::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(93, 94, 95, 0.1);
  cursor: pointer;
}
.hyc-common-markdown-style > *:last-child {
  margin-bottom: 0;
}
.hyc-common-markdown-style .katex {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  overflow: auto hidden;
}
.hyc-common-markdown-style .katex-display > .katex {
  display: block;
}
.hyc-common-markdown-style > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.hyc-common-markdown-style > :first-child .hyc-common-markdown__replace {
  margin-top: 4px;
}
.hyc-common-markdown-style > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hyc-common-markdown-style h1,
.hyc-common-markdown-style h2,
.hyc-common-markdown-style h3,
.hyc-common-markdown-style h4,
.hyc-common-markdown-style h5,
.hyc-common-markdown-style h6 {
  color: var(--yb-md-h-color);
}
.hyc-common-markdown-style h1 code,
.hyc-common-markdown-style h2 code,
.hyc-common-markdown-style h3 code,
.hyc-common-markdown-style h4 code,
.hyc-common-markdown-style h5 code,
.hyc-common-markdown-style h6 code {
  font-size: inherit;
}
.hyc-common-markdown-style h1 {
  font: var(--yb-md-font-title-1);
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
.hyc-common-markdown-style h2:has(+ ol),
.hyc-common-markdown-style h2:has(+ ul),
.hyc-common-markdown-style h2:has(+ p) {
  margin-bottom: 8px;
}
.hyc-common-markdown-style h2 {
  font: var(--yb-md-font-title-2);
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}
.hyc-common-markdown-style ol + h3,
.hyc-common-markdown-style ul + h3,
.hyc-common-markdown-style p + h3 {
  margin-top: 24px;
}
.hyc-common-markdown-style h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.hyc-common-markdown-style h4 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.hyc-common-markdown-style h5 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.hyc-common-markdown-style h6 {
  margin-top: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
}
.hyc-common-markdown-style p {
  margin: var(--yb-md-content-gap-p);
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 12px;
  line-height: 1.75;
}
.hyc-common-markdown-style p:has(+ ol),
.hyc-common-markdown-style p:has(+ ul) {
  margin-bottom: 8px;
}
.hyc-common-markdown-style strong {
  font-weight: 600;
}
.hyc-common-markdown-style del {
  color: var(--yb-md-del-color);
}
.hyc-common-markdown-style em {
  font-style: italic;
}
.hyc-common-markdown-style a,
.hyc-common-markdown-style a code {
  color: var(--yb-color-brand-primary);
}
.hyc-common-markdown-style img {
  max-width: 300px;
}
.hyc-common-markdown-style ul {
  list-style: disc;
}
.hyc-common-markdown-style ul ul {
  list-style: circle;
}
.hyc-common-markdown-style ul ul ul {
  list-style: square;
}
.hyc-common-markdown-style ol {
  list-style: decimal;
}
.hyc-common-markdown-style ul,
.hyc-common-markdown-style ol {
  margin-left: 16px;
  margin-bottom: 16px;
  margin-top: 8px;
  text-align: left;
}
.hyc-common-markdown-style ul ul,
.hyc-common-markdown-style ol ul,
.hyc-common-markdown-style ul ol,
.hyc-common-markdown-style ol ol {
  margin-bottom: 0;
  margin-left: 16px;
}
.hyc-common-markdown-style ul p:first-child,
.hyc-common-markdown-style ol p:first-child {
  margin-top: 0;
}
.hyc-common-markdown-style li {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 4px 0 4px 4px;
}
.hyc-common-markdown-style li::marker {
  color: var(--text-text_tertiary, rgba(0, 0, 0, 0.9));
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.hyc-common-markdown-style li:first-child {
  margin-top: 0;
}
.hyc-common-markdown-style li:last-child {
  margin-bottom: 0;
}
.hyc-common-markdown-style li > p:first-child {
  margin-bottom: 0;
}
.hyc-common-markdown-style li > p {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: inline;
}
.hyc-common-markdown-style li > ol,
.hyc-common-markdown-style li ul {
  margin-top: 4px;
}
.hyc-common-markdown-style blockquote {
  margin: 16px 0;
  font-size: inherit;
  border-left: solid var(--yb-md-blockquote-border-color) 4px;
  padding-left: 12px;
  color: var(--yb-md-blockquote-color);
}
.hyc-common-markdown-style hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid var(--yb-md-hr-border-color);
  background: none;
}
.hyc-common-markdown-style hr + h1,
.hyc-common-markdown-style hr + h2,
.hyc-common-markdown-style hr + h3 {
  padding-top: 0;
}
.hyc-common-markdown-style table {
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.hyc-common-markdown-style th {
  background-color: var(--yb-md-th-bg-color);
  color: var(--yb-md-th-color);
  font: var(--yb-font-body-medium);
  text-align: left !important;
  font-weight: bold;
}
.hyc-common-markdown-style td {
  background-color: var(--yb-md-td-bg-color-odd);
  color: var(--yb-md-td-color);
  font: var(--yb-font-body-medium);
  text-align: left !important;
}
.hyc-common-markdown-style th,
.hyc-common-markdown-style td {
  padding: 0.66em 1em;
  vertical-align: middle;
  text-align: center;
  max-width: 448px;
  white-space: normal;
  box-sizing: border-box;
}
.hyc-common-markdown-style code {
  font-size: 14px;
  word-break: break-word;
}
.hyc-common-markdown-style code:not([class]) {
  margin: 0 8px;
  background-color: var(--yb-md-inline-code-bg-color);
  padding: 2px 4px;
  border: none;
  border-radius: 4px;
  color: var(--yb-md-inline-code-color);
}
.hyc-common-markdown-style kbd {
  color: var(--yb-md-kbd-color);
  border: 1px solid var(--yb-md-kbd-border-color);
  border-bottom-width: 2px;
  background-color: var(--yb-md-kbd-bg-color);
}
.hyc-common-markdown-style .katex .vlist-t {
  overflow: visible;
}
.hyc-common-markdown-style .katex .katex-mathml {
  display: none;
}
.hyc-common-markdown__ref-list {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 0;
  height: 16px;
  overflow: hidden;
  padding: 0 2px 0 4px;
}
.hyc-common-markdown__ref-list__popup--full {
  width: 100%;
}
.hyc-common-markdown__ref-list__popup .t-popup__content {
  background: var(--yb-md-ref-list-item-content-bg-color);
  box-shadow: var(--yb-md-ref-list-item-content-shadow);
  backdrop-filter: blur(var(--yb-md-ref-list-item-content-bg-blur));
}
.hyc-common-markdown__ref-list__popup.t-popup[data-popper-placement^="top"] .t-popup__arrow::before {
  background: var(--yb-md-ref-list-item-content-bg-color);
  box-shadow: var(--yb-md-ref-list-item-content-arrow-shadow);
  backdrop-filter: blur(var(--yb-md-ref-list-item-content-bg-blur));
}
.hyc-common-markdown__ref-list__tip-container {
  padding: 0 !important;
  margin-bottom: 8px !important;
}
.hyc-common-markdown__ref-list__tip-container .hyc-common-markdown__ref_card:not(.hyc-common-markdown__ref_card--mobile) {
  padding: 12px;
}
.hyc-common-markdown__ref-list__tip-container .hyc-common-markdown__ref_card:not(.hyc-common-markdown__ref_card--mobile):hover {
  background-color: unset;
}
.hyc-common-markdown__ref-list__tip-container--full {
  margin: 0 7.5vw;
}
.hyc-common-markdown__ref-list__tip-container--full .hyc-common-markdown__ref-list__tip__text {
  max-width: none;
}
.hyc-common-markdown__ref-list__tip-container .t-popup__arrow {
  display: none;
}
.hyc-common-markdown__ref-list__content {
  position: relative;
}
.hyc-common-markdown__ref-list__content .hyc-common-icon {
  position: relative;
  top: 2px;
  margin-left: 6px;
  min-width: 14px;
  color: var(--yb-md-ref-list-item-content-arrow-color);
}
.hyc-common-markdown__ref-list__trigger {
  display: inline-block;
  user-select: none;
  height: 100%;
}
.hyc-common-markdown__ref-list__trigger--active .hyc-common-markdown__ref-list__item {
  background: var(--yb-md-ref-list-item-hover-bg-color);
  color: var(--yb-md-ref-list-item-hover-color);
}
.hyc-common-markdown__ref-list__item {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  box-sizing: border-box;
  border-radius: 8px;
  background: var(--yb-md-ref-list-item-bg-color);
  color: var(--yb-md-ref-list-item-color);
  cursor: pointer;
  margin-right: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .hyc-common-markdown__ref-list__item:hover {
    background: var(--yb-md-ref-list-item-hover-bg-color);
    color: var(--yb-md-ref-list-item-hover-color);
  }
}
.hyc-common-markdown__ref-list__item[data-is-current="1"] {
  background: var(--yb-md-ref-list-item-hover-bg-color);
  color: var(--yb-md-ref-list-item-hover-color);
}
.hyc-common-markdown__ref-list__item > span {
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
.hyc-common-markdown__ref-list__tip {
  padding: 0;
  color: var(--yb-md-ref-list-item-content-color);
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
  margin-bottom: 8px;
}
.hyc-common-markdown__ref-list__tip:last-child {
  margin-bottom: 0;
}
.hyc-common-markdown__ref-list__tip__text--weread {
  max-width: 260px;
}
.hyc-common-markdown__ref-drawer.t-drawer .t-drawer__content-wrapper {
  border-radius: 12px 12px 0 0;
}
.hyc-common-markdown__ref-drawer.t-drawer .t-drawer__header {
  height: auto;
  line-height: 1.5;
  padding: 20px 16px 12px 20px;
  border-bottom: 0;
}
.hyc-common-markdown__ref-drawer.t-drawer .t-drawer__body {
  padding: 0 10px;
  padding-bottom: max(env(safe-area-inset-bottom), 10px);
  box-sizing: border-box;
  max-height: calc(100vh - 112px);
}
.hyc-common-markdown__ref-drawer.t-drawer .t-drawer__close-btn {
  right: 12px;
  background: transparent;
}
.hyc-common-markdown__ref-drawer__item:not(:first-child) {
  margin-top: 2px;
}
.hyc-common-markdown__news-search {
  cursor: pointer;
  color: #006C45;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hyc-common-markdown__news-search-container::marker {
  color: #006C45;
  font-weight: 500;
}
.hyc-common-markdown__news-search__text {
  font-weight: 500;
}
.hyc-common-markdown__news-search__icon {
  font-size: 0;
  line-height: 1;
}
.hyc-common-markdown__news-search__icon svg path {
  stroke: #006C45;
}
.hyc-common-markdown__code {
  position: relative;
  margin: 16px 0;
  padding-bottom: 10px;
}
.hyc-common-markdown__code-lan {
  padding: 16px 16px !important;
  background-color: var(--yb-md-code-bg-color) !important;
  margin: 0 0 -10px 0 !important;
  border-radius: 0 0 8px 8px !important;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: var(--yb-md-code-border-color);
}
.hyc-common-markdown__code-lan::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  cursor: pointer;
}
.hyc-common-markdown__code-lan code {
  background: none !important;
  line-height: 22px !important;
}
.hyc-common-markdown__code__hd {
  height: 44px;
}
.hyc-common-markdown__code__hd__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--yb-md-code-header-bg-color);
  border-radius: 8px 8px 0 0;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: var(--yb-md-code-border-color);
}
.hyc-common-markdown__code__hd__l {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding-left: 16px;
}
.hyc-common-markdown__code__hd__r {
  display: flex;
  padding-right: 12px;
}
.hyc-common-markdown__code__option {
  height: 24px;
  cursor: pointer;
  padding: 0 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.6);
}
@media (hover: hover) and (pointer: fine) {
  .hyc-common-markdown__code__option:hover {
    background: #f3f3f3;
  }
}
.hyc-common-markdown__code__option:active {
  background: #f3f3f3;
}
.hyc-common-markdown__code__option.active {
  background: #f3f3f3;
}
@media (hover: hover) and (pointer: fine) {
  .hyc-common-markdown__code__option:hover {
    background: #f3f3f3;
  }
}
.hyc-common-markdown__code__option:active {
  background: #f3f3f3;
}
.hyc-common-markdown__code__option.active {
  background: #f3f3f3;
}
.hyc-common-markdown__code__option__text {
  font-size: 13px;
  font-weight: 500;
  margin-left: 4px;
  color: #00000099;
  user-select: none;
}
.hyc-common-markdown__code__option:hover {
  background-color: #DADADA;
}
.hyc-common-markdown__code__optionDisable {
  cursor: no-drop;
}
.hyc-common-markdown__code__optionDisable__text {
  font-size: 13px;
  font-weight: 500;
  margin-left: 4px;
  color: #BEBEBE;
  user-select: none;
}
.hyc-common-markdown__code__optionDisable__icon path {
  fill: #BEBEBE;
}
.hyc-common-markdown__code__optionDisable:hover {
  background-color: inherit;
}
.hyc-common-markdown__code__option + .hyc-common-markdown__code__option {
  margin-left: 12px;
}
.hyc-common-markdown__replace {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 20px;
  gap: 8px;
}
.hyc-common-markdown__replace .hyc-content-img {
  width: fit-content;
}
.hyc-common-markdown__replace__item {
  position: relative;
}
.hyc-common-markdown__replace__item__desc {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 18px;
  max-width: 100%;
}
.hyc-common-markdown__replace__item__desc .hyc-common-markdown-style {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 0;
}
.hyc-common-markdown__replace__item__desc .hyc-common-markdown-style p,
.hyc-common-markdown__replace__item__desc .hyc-common-markdown-style .katex {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.6);
}
.hyc-common-markdown__replace__item__desc--tl {
  margin-bottom: 8px;
}
.hyc-common-markdown__replace__item .hyc-common-markdown__img {
  margin: 0;
  height: 100%;
}
.hyc-common-markdown__replace__item .hyc-common-markdown__img-loading {
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
}
.hyc-common-markdown__replace__item .hyc-common-markdown__img-loading .circle_progress_wrapper {
  width: 32px;
  height: 32px;
}
.hyc-common-markdown__replace__item .hyc-common-markdown__img-loading .circle_progress_wrapper .hyc-common-icon {
  font-size: 12px !important;
}
.hyc-common-markdown__replace__item .hyc-common-markdown__img-loading .wrapper {
  width: 32px;
}
.hyc-common-markdown__replace__item .hyc-common-markdown__img-loading__text {
  color: rgba(0, 0, 0, 0.45);
}
.hyc-common-markdown__replace + br {
  display: none;
}
.hyc-common-markdown__replace-musicbox-wrapper {
  margin-top: 12px;
}
.hyc-common-markdown__replace-map-locations,
.hyc-common-markdown__replace-map-surroundings,
.hyc-common-markdown__replace-map-route-plan {
  max-width: 100%;
  width: 320px;
  margin: 12px 0;
}
.hyc-common-markdown__replace-answer .hyc-common-markdown__img-loading {
  margin: auto;
}
.hyc-common-markdown__replace-answer .hyc-common-markdown__img img {
  margin: auto;
  max-width: min(100%, 500px);
  min-height: 0;
  width: auto;
}
.hyc-common-markdown__replace-answer-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgba(243, 243, 243, 0.7);
  overflow: hidden;
  z-index: 10;
}
.hyc-common-markdown__replace-answer-mask-wrap {
  position: relative;
  height: 120px;
  margin: 16px 0;
  border-radius: var(--yb-radius-large);
  overflow: hidden;
}
.hyc-common-markdown__replace-answer-mask-wrap .hyc-common-markdown__replace-answer {
  -webkit-filter: blur(6px);
  filter: blur(6px);
  user-select: none;
  line-height: 30px;
}
.hyc-common-markdown__replace-answer-mask-p {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
}
.hyc-common-markdown__replace-answer-mask .t-button {
  height: 32px;
  border: 0 !important;
}
.hyc-common-markdown__replace-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.hyc-common-markdown__replace-video__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.1);
}
.hyc-common-markdown__replace-video__content {
  display: block;
  position: relative;
  padding-top: 56.25%;
}
.hyc-common-markdown__replace-video__content img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  max-width: none;
}
.hyc-common-markdown__replace-video__play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hyc-common-markdown__replace-video__logo {
  position: absolute;
  top: 8px;
  right: 8px;
}
.hyc-common-markdown__replace-video__info {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 6px;
  left: 8px;
  right: 8px;
  color: #fff;
  align-items: center;
  gap: 8px;
}
.hyc-common-markdown__replace-video__source {
  display: flex;
  gap: 4px;
  align-items: center;
  flex: auto;
  min-width: 0;
}
.hyc-common-markdown__replace-video__source__image {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex: none;
}
.hyc-common-markdown__replace-video__source__name {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hyc-common-markdown__replace-video__source__auth {
  width: 14px;
  height: 14px;
  flex: none;
}
.hyc-common-markdown__replace-video__duration {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  flex: none;
}
.hyc-media-box {
  margin: 8px 0 12px 0;
}
.hyc-media-box + br {
  display: none;
}
.hyc-media-box .hyc-card-box-card.hyc-card-box-card--image {
  height: 180px;
  width: auto;
  margin-right: 0;
  border-radius: 12px;
}
.hyc-media-box .hyc-card-box-card-list__list--mobile .hyc-card-box-card.hyc-card-box-card--image {
  margin-right: 4px;
  border-radius: 8px;
}
.hyc-media-box .hyc-card-box-card-list__list--mobile .hyc-card-box-card.hyc-card-box-card--channelsVideo {
  margin-right: 12px;
  border-radius: 8px;
  width: 141px;
  height: 190px;
}
.hyc-media-box .hyc-media-box_num_1 .hyc-card-box-card.hyc-card-box-card--image {
  margin-right: 0 !important;
  height: auto !important;
  width: 100%;
}
.hyc-media-box .hyc-media-box_num_1 .hyc-card-box-card.hyc-card-box-card--image .hyc-content-img img {
  width: 100% !important;
  object-fit: cover;
}
.hyc-media-box .hyc-media-box_num_1 .hyc-card-box-card.hyc-card-box-card--channelsVideo {
  margin-right: 0 !important;
  width: 100%;
  height: calc((100vw - 56px)*0.75);
}
.hyc-media-box .hyc-media-box_num_1 .hyc-card-box-card.hyc-card-box-card--channelsVideo .hyc-card-box-card__preview {
  background: none !important;
}
.hyc-media-box .hyc-media-box_num_1 .hyc-card-box-card.hyc-card-box-card--channelsVideo .hyc-card-box-card__preview-blur-bg,
.hyc-media-box .hyc-media-box_num_1 .hyc-card-box-card.hyc-card-box-card--channelsVideo .hyc-card-box-card__preview-normal-bg {
  display: block;
}
.hyc-media-box .hyc-media-box_num_1 .hyc-card-box-card.hyc-card-box-card--channelsVideo .hyc-card-box-card--channelsVideo__item-bg {
  display: none;
}
.hyc-media-box .hyc-media-box_num_2 {
  gap: 4px;
}
.hyc-media-box .hyc-media-box_num_2 .hyc-card-box-card.hyc-card-box-card--image {
  margin-right: 0 !important;
  width: 50%;
  height: calc(50vw - 32px);
}
.hyc-media-box .hyc-media-box_num_2 .hyc-card-box-card.hyc-card-box-card--image div {
  height: 100%;
}
.hyc-media-box .hyc-media-box_num_2 .hyc-card-box-card.hyc-card-box-card--image .hyc-content-img img {
  width: 100% !important;
  object-fit: cover;
}
.hyc-media-box .hyc-media-box_num_2 .hyc-card-box-card.hyc-card-box-card--channelsVideo {
  margin-right: 8px;
  width: calc(50vw - 34px);
  height: 190px;
}
.hyc-media-box .hyc-media-box_num_3 .hyc-card-box-card.hyc-card-box-card--image {
  margin-right: 4px;
  width: 200px;
  height: 150px;
  flex-shrink: 0;
}
.hyc-media-box .hyc-media-box_num_3 .hyc-card-box-card.hyc-card-box-card--image div {
  height: 100%;
}
.hyc-media-box .hyc-media-box_num_3 .hyc-card-box-card.hyc-card-box-card--image .hyc-content-img img {
  width: 100% !important;
  object-fit: cover;
}
.hyc-media-box .hyc-media-box_num_3 {
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.hyc-media-box .hyc-media-box_num_3::-webkit-scrollbar {
  display: none;
  /* Webkit浏览器 */
}
.hyc-media-box .hyc-card-box-card.hyc-card-box-card--channelsVideo {
  height: 240px;
  width: 180px;
  margin-right: 0;
  border-radius: 12px;
}
.agent-chat__list .hyc-media-box .hyc-card-box-card--image .hyc-content-img img {
  max-width: unset;
  max-height: 180px;
}
.hyc-media-box .hyc-card-box-card__content {
  height: 100%;
}
.hyc-media-box .hyc-card-box-card__content img {
  height: 100%;
  max-width: unset;
}
.hyc-media-box .hyc-card-box-card-list__list .swiper-slide {
  width: auto;
}
.hyc-card-box-card__preview-blur-bg,
.hyc-card-box-card__preview-normal-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.hyc-card-box-card__preview-blur-bg {
  background-size: cover;
  filter: blur(20px);
  top: -30px;
  left: -30px;
  bottom: -30px;
  right: -30px;
}
.hyc-card-box-card__preview-normal-bg {
  width: calc((100vw - 56px)*0.5625);
  background-size: 100% auto;
  left: 50%;
  transform: translateX(-50%);
}
.hyc-card-box-card-list__list.hyc-card-box-card-list__list--mobile.hyc-media-box_num_2 div:last-child .hyc-card-box-card--channelsVideo {
  margin-right: 0;
}
.hyc-card-box-card--channelsVideo .hyc-card-box-card__preview {
  border-radius: 12px;
}
.hyc-card-box-card--channelsVideo .hyc-card-box-card--channelsVideo__item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hyc-common-markdown__replace-music {
  width: 320px;
  max-width: 100%;
}
.hyc-common-markdown__replace-music .replace-music-content-vip {
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.08);
  margin-right: 4px;
  white-space: nowrap;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.hyc-common-markdown__replace-music .replace-music-logo {
  position: absolute;
  bottom: 0;
  left: 7px;
}
.hyc-common-markdown__replace-music .replace-music-singgle-wrapper {
  position: relative;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-single {
  max-width: 320px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  background: #d3edf1;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-single .hyc-common-markdown__replace-music-pic {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-single .hyc-common-markdown__replace-music-content {
  flex: 1;
  overflow: hidden;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-single .hyc-common-markdown__replace-music-content .replace-music-content-title {
  font-size: 15px;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-single .hyc-common-markdown__replace-music-content .replace-music-content-singer {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-single .hyc-common-markdown__replace-music-content .replace-music-content-title,
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-single .hyc-common-markdown__replace-music-content .replace-music-content-singer {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-single .replace-music-play {
  flex-shrink: 0;
  margin-right: 16px;
}
.hyc-common-markdown__replace-music .replace-music-play {
  width: 16px;
  height: 16px;
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/cb8abca604eb56afe249.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist {
  border-radius: 8px;
  overflow: hidden;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-laylist-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-laylist-header .replace-music-logo {
  left: 23px;
  bottom: 17px;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-laylist-header .replace-music-laylist-header-pic {
  width: 86px;
  height: 86px;
  border-radius: 8px;
  flex-shrink: 0;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-laylist-header .hyc-common-markdown__replace-music-content {
  flex: 1;
  overflow: hidden;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-laylist-header .hyc-common-markdown__replace-music-content .replace-music-content-singer {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-laylist-wrapper {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-laylist-wrapper .hyc-common-markdown__replace-music-single {
  height: 48px;
  background: unset;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-laylist-wrapper .hyc-common-markdown__replace-music-single .replace-music-play {
  width: 12px;
  height: 12px;
  margin-right: 0;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-laylist-wrapper .hyc-common-markdown__replace-music-pic {
  width: 48px;
  height: 48px;
  border-radius: 6px;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-laylist-getmore {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
  cursor: pointer;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-albumlist-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-albumlist-wrapper .replace-music-albumlist-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  cursor: pointer;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-albumlist-wrapper .replace-music-albumlist-item .replace-music-albumlist-item-title-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hyc-common-markdown__replace-music .hyc-common-markdown__replace-music-laylist .replace-music-albumlist-wrapper .replace-music-play {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}
.hyc-common-markdown__replace-music + .hyc-common-markdown__replace {
  justify-self: start;
}
.hyc-replace-location-item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  overflow: hidden;
  cursor: pointer;
}
.hyc-replace-location-item__cover {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hyc-replace-location-item__cover--0 {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/4dcf0b03338555b4c254.png);
}
.hyc-replace-location-item__cover--1 {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/395a48c2ada97d676359.png);
}
.hyc-replace-location-item__cover--2 {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/da16d75be33bf36fcc68.png);
}
.hyc-replace-location-item__cover--3 {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/f01bfe360254bea607a2.png);
}
.hyc-replace-location-item__cover--4 {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/4482af0886d2fd105fa0.png);
}
.hyc-replace-location-item__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  overflow: hidden;
}
.hyc-replace-location-item__title {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.hyc-replace-location-item__title-txt {
  color: var(--td-text-color-primary);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hyc-replace-location-item__title-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  height: 16px;
  color: var(--td-text-color-secondary);
  font-size: 11px;
  white-space: nowrap;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.06);
}
.hyc-replace-location-item__bd,
.hyc-replace-location-item__ft {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-size: 12px;
  line-height: 16px;
  color: var(--td-text-color-primary);
  white-space: nowrap;
  overflow: hidden;
}
.hyc-replace-location-item__bd {
  display: block;
  text-overflow: ellipsis;
}
.hyc-replace-location-item__ft-desc {
  flex: 1;
  color: var(--td-text-color-secondary);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hyc-replace-location-item__bd-starlevel {
  color: #FF771F;
  font-size: 13px;
  font-weight: bold;
}
.hyc-replace-location-map {
  padding-top: 106.25%;
  background-color: #FBFBFB;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.hyc-replace-location-map > div > div {
  display: none;
}
.hyc-replace-location-map > div [n="targetElement"] {
  display: block;
}
.hyc-replace-location-map__wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 0.5px solid var(--td-component-stroke);
  overflow: hidden;
}
.hyc-replace-location-map__wrapper .hyc-replace-location-item {
  box-sizing: border-box;
  padding: 10px 12px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.hyc-replace-location-map__wrapper .swiper,
.hyc-replace-location-map__wrapper .hyc-replace-location-map__card-single {
  position: absolute;
  left: 8px;
  bottom: 8px;
  right: 8px;
  z-index: 1000;
}
.hyc-replace-location-map__wrapper .swiper {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 0;
}
.hyc-replace-location-map__wrapper .swiper-slide {
  width: calc(100% - 48px);
}
.hyc-replace-location-map__wrapper .swiper-slide:first-child .hyc-replace-location-item {
  margin-left: -16px;
}
.hyc-replace-location-map__wrapper .swiper-slide:last-child .hyc-replace-location-item {
  margin-right: -16px;
}
.hyc-replace-surroundings__list {
  background-color: #FBFBFB;
  border-radius: 8px;
  border: 0.5px solid var(--td-component-stroke);
  overflow: hidden;
}
.hyc-replace-surroundings__item {
  padding: 0 16px;
}
.hyc-replace-surroundings__item:not(:first-child) {
  margin-top: 16px;
}
.hyc-replace-surroundings__item:last-child {
  margin-bottom: 16px;
}
.hyc-replace-surroundings__tip {
  border-bottom: 0.5px solid var(--td-component-stroke);
}
.hyc-replace-surroundings__more {
  margin-top: 16px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2px;
  cursor: pointer;
  font-size: 12px;
  color: var(--td-text-color-placeholder);
  border-top: 0.5px solid var(--td-component-stroke);
}
.hyc-replace-route-plan {
  width: 100%;
  padding-top: 53.125%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.hyc-replace-route-plan > div > div {
  display: none;
}
.hyc-replace-route-plan > div [n="targetElement"] {
  display: block;
}
.hyc-replace-route-plan__wrapper {
  border-radius: 8px;
  overflow: hidden;
  border: 0.5px solid var(--td-component-stroke);
}
.hyc-replace-route-plan__tab {
  display: flex;
  height: 34px;
  background-color: #FBFBFB;
  border-bottom: 0.5px solid var(--td-component-stroke);
}
.hyc-replace-route-plan__tab-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  color: var(--td-text-color-placeholder);
  cursor: pointer;
}
.hyc-replace-route-plan__tab-item--current {
  color: var(--td-brand-color);
  font-weight: bold;
}
.hyc-replace-route-plan__box {
  padding: 16px 16px 12px 16px;
  height: 42px;
  background-color: #FBFBFB;
}
.hyc-replace-route-plan__box-info {
  line-height: 18px;
  color: var(--td-brand-color);
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hyc-replace-route-plan__box-info-time {
  font-size: 16px;
  font-weight: bold;
}
.hyc-replace-route-plan__box-info-policy {
  vertical-align: text-bottom;
  margin-left: 8px;
  display: inline-block;
  padding: 0 4px;
  font-size: 10px;
  font-weight: bold;
  background-color: #d3f5e6;
  border-radius: 4px;
}
.hyc-replace-route-plan__box-to,
.hyc-replace-route-plan__box-transi {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: var(--td-text-color-placeholder);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hyc-replace-route-plan__box-transi {
  margin-left: -8px;
}
.hyc-replace-route-plan__box-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  white-space: normal;
}
.hyc-replace-financialData {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}
.hyc-replace-financialData--wrap {
  grid-template-columns: 1fr 1fr;
}
.hyc-replace-financialData__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2px;
  height: 88px;
  padding: 0 16px;
  white-space: nowrap;
  background-color: #F8F8F8;
  border-radius: 12px;
}
.hyc-replace-financialData__title,
.hyc-replace-financialData__compare {
  display: flex;
  align-items: center;
  column-gap: 6px;
  line-height: 17px;
  font-size: 12px;
  color: var(--td-text-color-secondary);
}
.hyc-replace-financialData__data {
  line-height: 24px;
  font-size: 17px;
  font-weight: 500;
  color: var(--td-text-color-primary);
}
.text-overflow-tooltip {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hyc-common-markdown {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.hyc-common-markdown__loading {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 8px;
  position: relative;
}
.hyc-common-markdown__loading::before,
.hyc-common-markdown__loading::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
}
.hyc-common-markdown__loading::before {
  background: var(--yb-color-brand-primary);
  margin-left: -5px;
  margin-top: -5px;
  animation: inner 1.4s linear infinite;
}
.hyc-common-markdown__loading::after {
  border: 1px solid var(--yb-color-brand-primary);
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  animation: outer 1.4s linear infinite;
  transform: translate(-50%, -50%);
}
@keyframes inner {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.8);
  }
  70%,
  100% {
    transform: scale(1);
  }
}
@keyframes outer {
  0%,
  69% {
    opacity: 0;
  }
  70% {
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  100% {
    opacity: 0;
    width: 24px;
    height: 24px;
  }
}
.hyc-common-markdown__table-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  overflow-y: hidden;
}
.hyc-common-markdown__table-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  cursor: pointer;
}
.hyc-common-markdown__table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(93, 94, 95, 0.1);
  cursor: pointer;
}
.hyc-common-markdown__table-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  cursor: pointer;
}
.hyc-common-markdown__table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(93, 94, 95, 0.1);
  cursor: pointer;
}
.hyc-common-markdown__table-wrapper table {
  border: none;
}
.hyc-common-markdown__table-wrapper th:first-child,
.hyc-common-markdown__table-wrapper td:first-child {
  border-left: none;
}
.hyc-common-markdown__table-wrapper th:last-child,
.hyc-common-markdown__table-wrapper td:last-child {
  border-right: none;
}
.hyc-common-markdown__table-wrapper tr:first-child th {
  border-top: none;
}
.hyc-common-markdown__table-wrapper tr:last-child td {
  border-bottom: none;
}
.hyc-common-markdown__table-wrapper thead th {
  padding: 12px 16px;
  background-color: #EDEDED;
  border: 1px solid #E0E0E0;
}
.hyc-common-markdown__table-wrapper tbody td {
  padding: 12px 16px;
  color: var(--yb-md-text-color);
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
}
@keyframes van-cursor-flicker {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.link-intercept-dialog .t-dialog__header .t-dialog__header-content svg {
  display: none;
}
.hyc-common-loading-circle {
  position: relative;
}
.hyc-common-loading-circle svg {
  display: block;
}
.hyc-common-loading-circle__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--yb-color-brand-primary);
}
.hyc-common-loading-circle__center .iconfont {
  display: block;
  zoom: 0.75;
}
.hyc-common-file-viewer {
  position: relative;
  display: flex;
}
.hyc-common-file-viewer--disabled .hyc-common-file-viewer__trigger {
  pointer-events: none;
}
.hyc-common-file-viewer__trigger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.hyc-common-file-viewer__dialog .t-dialog__wrap .t-dialog {
  width: 85vw;
  min-width: 300px;
  max-width: 900px;
  padding: 24px 24px 8px;
}
.hyc-common-file-viewer__dialog.t-dialog__ctx--fixed {
  z-index: 6000;
}
.hyc-common-file-viewer__content {
  height: 510px;
}
.hyc-common-file-viewer__content--error {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hyc-common-file-viewer__content iframe {
  width: 100%;
  height: 100%;
}
.hyc-common-file-viewer__content p {
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
  white-space: pre-wrap;
  word-break: break-all;
}
.hyc-common-file-viewer__content--code .monaco-editor {
  --vscode-scrollbarSlider-background: rgba(0, 0, 0, 0.1);
  --vscode-scrollbarSlider-hoverBackground: rgba(0, 0, 0, 0.2);
  --vscode-scrollbarSlider-activeBackground: rgba(0, 0, 0, 0.2);
}
.hyc-common-file-viewer__content--code .monaco-editor .scroll-decoration,
.hyc-common-file-viewer__content--code .monaco-editor .view-overlays .current-line,
.hyc-common-file-viewer__content--code .monaco-editor .view-overlays .core-guide-indent {
  display: none;
}
.hyc-common-file-viewer__content--code .monaco-editor .line-numbers {
  font-size: 12px;
  color: var(--yb-color-text-placeholder);
}
.hyc-common-file-viewer__content--code .monaco-editor .line-numbers.active-line-number {
  color: var(--yb-color-text-secondary);
}
.hyc-common-file-viewer__content--code .monaco-editor .view-lines,
.hyc-common-file-viewer__content--code .monaco-editor .margin-view-overlays {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
}
.hyc-common-file-viewer__content--code .monaco-scrollable-element > .scrollbar > .slider {
  border-radius: 4px;
}
.hyc-common-file-viewer__content--md {
  height: 100%;
  overflow: auto;
}
.hyc-common-file-viewer__error__action {
  text-align: center;
  margin-top: 8px;
}
.hyc-common-file-viewer__error__action a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 5px 16px;
  border-radius: 3px;
}
.hyc-common-file-viewer__error-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: var(--yb-color-text-secondary-2);
}
.hyc-common-file-viewer__error-type .icon-expire {
  color: var(--yb-color-text-placeholder);
}
.hyc-sub-page-entry-box {
  font-size: 15px;
}
.hyc-sub-page-entry-box-intro {
  max-width: 260px;
  font-size: 16px;
  line-height: 22px;
  word-break: break-all;
}
.hyc-sub-page-entry-box-content {
  width: 260px;
  height: 195px;
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/09534556412cac35d1f2.png);
  background-size: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
  margin-top: 12px;
}
.hyc-sub-page-entry-box-content .entry-box-content-header {
  padding: 34.67px 0 4.3px 34.67px;
  color: #753e0c;
  font-size: 14px;
  height: 21.67px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
}
.hyc-sub-page-entry-box-content .entry-box-content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  height: 78px;
  padding: 0 34.67px;
}
.hyc-sub-page-entry-box-content .entry-box-content-wrapper .entry-box-content-title {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  word-break: break-all;
}
.hyc-sub-page-entry-box-content .entry-box-content-wrapper .entry-box-content-loading {
  flex: 1;
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/40d700c9566895db5fd1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}
.hyc-sub-page-entry-box-content-btn_wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(233, 246, 253, 0) 0%, #ebfafb 100%);
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hyc-sub-page-entry-box-content-btn_wrapper .hyc-sub-page-entry-box-content-btn {
  background: var(--yb-brand-color) !important;
  width: 130px;
  height: 39px;
  border-radius: 8px;
  font-weight: bold;
  border: none;
  backdrop-filter: blur(11.6px);
}
.hyc-sub-page-entry-box-content--multi {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/b48cb1a4fd4560c60b8a.png);
}
.hyc-sub-page-entry-box-content--multi .entry-box-content-header {
  padding-top: 61px;
}
.hyc-sub-page-entry-box--disabled .hyc-sub-page-entry-box-content {
  cursor: not-allowed;
}
.hyc-sub-page-entry-box--disabled .hyc-sub-page-entry-box-content * {
  pointer-events: none;
}
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.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 */
.hyc-common-swiper--navigation-start-mask {
  mask-image: linear-gradient(to right, transparent, black 68px);
}
.hyc-common-swiper--navigation-end-mask {
  mask-image: linear-gradient(to right, black calc(100% - 68px), transparent);
}
.hyc-common-swiper--navigation-start-mask.hyc-common-swiper--navigation-end-mask {
  mask-image: linear-gradient(to right, transparent, black 68px, black calc(100% - 68px), transparent);
}
.hyc-common-loading-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--yb-color-brand-primary);
  min-width: 18px;
  height: 18px;
  position: relative;
}
.hyc-common-loading-icon--animate::before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  margin-left: -11px;
  z-index: 0;
  content: "";
  width: 22px;
  border-radius: 50%;
  aspect-ratio: 1;
  transform: scale(0.85) rotate(0);
  mask: radial-gradient(transparent calc(60% - 0.4px), #fff 50%);
  background: conic-gradient(from 90deg at 50% 50%, transparent 0deg, var(--yb-color-brand-primary) 360deg);
  animation: loadingCircleRun 1s infinite linear;
}
@keyframes loadingCircleRun {
  100% {
    transform: scale(0.85) rotate(1turn);
  }
}
.hyc-content-md {
  position: relative;
}
.hyc-content-md--fold {
  max-height: 270px;
  overflow-y: hidden;
}
.hyc-content-md .hyc-content-markdown {
  padding-bottom: 0;
}
.hyc-content-md__expand {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 51.95%, #FFFFFF 93.2%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hyc-content-md__expand__icon {
  width: 56px;
  height: 26px;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hyc-content-md__reading-btn {
  width: 102px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  font-size: 12px;
  border-radius: 28px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.hyc-content-md__waiting {
  margin-top: 24px;
  display: flex;
}
.hyc-content-md__waiting .circle_progress_wrapper {
  width: 22px;
  height: 22px;
  position: relative;
}
.hyc-content-md__waiting .text {
  padding-left: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #5e5e5e;
}
.hyc-content-md__waiting .middle {
  width: 9px;
  height: 5px;
  position: absolute;
  top: 11px;
  left: 6px;
}
.hyc-content-md__waiting .middle .greater-than {
  width: 4px;
  height: 4px;
  position: absolute;
  border-left: 2px solid #20C57D;
  border-bottom: 2px solid #20C57D;
  transform: translate(0, -50%) rotate(-135deg);
  left: 4px;
}
.hyc-content-md__waiting .middle .less-than {
  width: 4px;
  height: 4px;
  position: absolute;
  border-left: 2px solid #20C57D;
  border-bottom: 2px solid #20C57D;
  transform: translate(0, -50%) rotate(45deg);
}
.hyc-content-md__waiting .wrapper {
  width: 22px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #20C57D 94%, #0000) top / 2px 2px no-repeat, conic-gradient(#0000 30%, #20C57D), radial-gradient(farthest-side, #0000 calc(100% - 2px), #BFEFD6 0);
  mask: radial-gradient(farthest-side, #0000 calc(100% - 2px), #BFEFD6 0);
  animation: HYCMdCircleProgress 1s infinite linear;
}
@keyframes HYCMdCircleProgress {
  100% {
    transform: rotate(1turn);
  }
}
@media screen and (max-width: 768px) {
  .hyc-content-img-viewer li:nth-child(2) img {
    max-width: 100%;
    max-height: 100%;
  }
}
.hyc-content-img {
  position: relative;
}
.hyc-content-img--loading {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F3F3F3;
}
.hyc-content-img-placeholder {
  height: 100%;
  width: 100%;
}
.hyc-content-img-placeholder .t-skeleton__row {
  height: 100%;
}
.hyc-content-img-placeholder .t-skeleton__col {
  height: 100%;
  background: #f3f3f3;
}
.hyc-content-img-placeholder .t-skeleton--animation-gradient::after {
  -webkit-animation: t-skeleton--gradient 1.5s linear infinite;
  animation: t-skeleton--gradient 1.5s linear infinite;
  background: linear-gradient(90deg, #fff, rgba(233, 249, 242, 0.4), #fff);
}
.hyc-content-img--fail,
.hyc-content-img--pause {
  width: 240px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hyc-content-img--round img {
  border-radius: 8px;
}
.hyc-content-img img {
  min-width: 90px;
  min-height: 90px;
  max-width: 240px;
  max-height: 240px;
  cursor: pointer;
  display: block;
  object-fit: cover;
}
.hyc-content-img--disable-preview img {
  cursor: default;
}
.hyc-content-img--with-link img {
  cursor: pointer;
}
.hyc-content-img--loading {
  gap: 4px;
  padding-top: 100%;
  box-sizing: border-box;
}
.hyc-content-img--loading .hyc-content-img-placeholder {
  position: absolute;
  left: 0;
  top: 0;
}
.hyc-content-img--loading__text {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 22px;
}
.hyc-content-img--pause {
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(7, 193, 96, 0.1);
}
.hyc-content-img--fail {
  gap: 4px;
  background-color: #e7e7e7;
}
.hyc-content-img--fail__text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 22px;
}
.hyc-content-img-viewer li:nth-child(2) {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hyc-content-img-viewer li:nth-child(2) img {
  width: auto !important;
  height: auto !important;
  max-width: 500px;
  max-height: 500px;
  border-radius: 16px;
}
.hyc-content-img__link {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.6);
  color: #fff;
  position: absolute;
  right: 12px;
  bottom: 12px;
  cursor: pointer;
}
.hyc-custom-photo-view .t-dialog {
  width: auto;
}
.hyc-custom-photo-view .t-dialog__close {
  position: absolute;
  top: 32px;
  right: 18px;
  color: #fff;
  z-index: 1;
  width: 32px;
  font-size: 28px;
}
.hyc-custom-photo-view .t-dialog__close:hover {
  background: unset;
}
.hyc-custom-photo-view.t-dialog__ctx .t-dialog__mask {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(60px);
}
.hyc-custom-photo-view.t-dialog__ctx .t-dialog__position.t-dialog--top {
  padding: 0;
  align-items: center;
}
.hyc-custom-photo-view.t-dialog__ctx .t-dialog {
  background: transparent;
  border: 0;
}
.hyc-custom-photo-view-control {
  position: fixed;
  z-index: 2501;
  top: 38px;
  right: 44px;
}
.hyc-custom-photo-view-control__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
}
.hyc-custom-photo-view-control__btn:hover {
  opacity: 0.8;
}
.hyc-content-text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
}
.hyc-content-text__deep-search-prefix {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px);
  margin-right: 5px;
  width: 64px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/0660586bc1c84851c7a3.png);
}
.hyc-content-text__deep-search-prefix.hyc-content-text__deep-search-prefix-en {
  width: 91px;
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/621f329dfc23bd5a3133.png);
}
.hyc-content-divider {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hyc-content-divider--hide-line:before,
.hyc-content-divider--hide-line:after {
  display: none;
}
.hyc-content-divider:before,
.hyc-content-divider:after {
  content: "";
  border-bottom: 1px dashed var(--yb-component-divider-border-color);
  flex: auto;
}
.hyc-content-divider__content {
  font-size: 12px;
  line-height: 20px;
  padding: 4px 16px;
  color: var(--yb-component-divider-color);
}
.hyc-content-divider--hidden {
  display: none;
}
.hyc-content-option__title {
  font-size: 14px;
  line-height: 22px;
  color: var(--yb-component-option-title-color);
  margin-bottom: 6px;
}
.hyc-content-option__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.hyc-content-option--list .hyc-content-option__content {
  gap: 8px;
}
.hyc-content-option--list .hyc-content-option__content__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: var(--yb-component-option-color);
  cursor: pointer;
}
.hyc-content-option--list .hyc-content-option__content__item::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--yb-component-option-color);
  margin: 0 8px;
}
.hyc-content-option--option .hyc-content-option__content__item {
  padding: 8px 12px;
  color: rgba(0, 0, 0, 0.9);
  background: #E8E8E8;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.hyc-content-loading {
  display: flex;
  align-items: center;
  height: 24px;
}
.hyc-content-loading--ai_search_light,
.hyc-content-loading--ai_search_pro,
.hyc-content-loading--ai_search_deepseek {
  border-radius: 12px;
  box-sizing: border-box;
  height: initial;
}
.hyc-content-loading--ai_search_light .hyc-content-loading__text,
.hyc-content-loading--ai_search_pro .hyc-content-loading__text,
.hyc-content-loading--ai_search_deepseek .hyc-content-loading__text {
  color: var(--yb-component-loading-search-color);
  margin-left: 6px;
  font-weight: 400;
  display: flex;
  align-content: center;
}
.hyc-content-loading--ai_search_light .hyc-content-loading__process_text,
.hyc-content-loading--ai_search_pro .hyc-content-loading__process_text,
.hyc-content-loading--ai_search_deepseek .hyc-content-loading__process_text {
  display: flex;
  align-items: center;
  height: 24px;
  overflow: hidden;
  margin-left: 6px;
  font-weight: 400;
  color: var(--yb-component-loading-process-color);
  font-size: 14px;
}
.hyc-content-loading--ai_search_light .hyc-content-loading__process_text .hyc-content-loading__content,
.hyc-content-loading--ai_search_pro .hyc-content-loading__process_text .hyc-content-loading__content,
.hyc-content-loading--ai_search_deepseek .hyc-content-loading__process_text .hyc-content-loading__content {
  flex-shrink: 0;
}
.hyc-content-loading--ai_search_light .hyc-content-loading__process_text .hyc-content-loading__name,
.hyc-content-loading--ai_search_pro .hyc-content-loading__process_text .hyc-content-loading__name,
.hyc-content-loading--ai_search_deepseek .hyc-content-loading__process_text .hyc-content-loading__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hyc-content-loading--ai_search_light .hyc-content-loading__process,
.hyc-content-loading--ai_search_pro .hyc-content-loading__process,
.hyc-content-loading--ai_search_deepseek .hyc-content-loading__process {
  color: var(--yb-component-loading-process-progress-color);
  font-size: 14px;
  padding-left: 5px;
}
.hyc-content-loading__icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex: none;
}
.hyc-content-loading__icon--search {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--yb-color-brand-primary);
  width: 18px;
  height: 18px;
  position: relative;
}
.hyc-content-loading__icon--search::before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  margin-left: -11px;
  z-index: 0;
  content: "";
  width: 22px;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: scale(0.85) rotate(0);
  background: conic-gradient(from 90deg at 50% 50%, transparent 0deg, var(--yb-color-brand-primary) 360deg);
  mask: radial-gradient(transparent calc(60% - 0.4px), #fff 50%);
  animation: circleProgress 1s infinite linear;
}
@keyframes circleProgress {
  100% {
    transform: scale(0.85) rotate(1turn);
  }
}
.hyc-content-loading__icon::before,
.hyc-content-loading__icon::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
}
.hyc-content-loading__icon::before {
  background: var(--yb-color-brand-primary);
  margin-left: -5px;
  margin-top: -5px;
  animation: inner 1.4s linear infinite;
}
.hyc-content-loading__icon::after {
  border: 1px solid var(--yb-color-brand-primary);
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  animation: outer 1.4s linear infinite;
  transform: translate(-50%, -50%);
}
@keyframes inner {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.8);
  }
  70%,
  100% {
    transform: scale(1);
  }
}
@keyframes outer {
  0%,
  69% {
    opacity: 0;
  }
  70% {
    opacity: 1;
    width: 10px;
    height: 10px;
  }
  100% {
    opacity: 0;
    width: 24px;
    height: 24px;
  }
}
.hyc-content-loading__text {
  font-size: 14px;
  line-height: 22px;
  color: var(--yb-component-loading-color);
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  display: flex;
  align-items: center;
}
.hyc-content-loading__text__flash {
  --td-text-color-placeholder: #e8e8e8;
  --td-text-color-primary: #666666;
  background-image: linear-gradient(to right, var(--td-text-color-placeholder) 35%, var(--td-text-color-primary) 50%, var(--td-text-color-placeholder) 65%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: a-deepthink-box-flash 1.2s linear infinite;
}
@keyframes a-deepthink-box-flash {
  from {
    background-position: 200%;
  }
  to {
    background-position: 0;
  }
}
.hyc-content-loading__dots {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hyc-content-loading__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--yb-color-brand-primary);
  animation: dot-out 1.2s infinite linear;
}
.hyc-content-loading__dot:nth-child(1) {
  animation-delay: 0.6s;
}
.hyc-content-loading__dot:nth-child(3) {
  animation-delay: 0.6s;
}
.hyc-content-loading__dots__container {
  width: 28px;
}
@keyframes dot-out {
  0% {
    transform: scale(1, 1);
    opacity: 0.4;
  }
  50% {
    opacity: 1;
    transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 0.4;
    transform: scale(1, 1);
  }
}
@keyframes leapFrog {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  33.333% {
    transform: translateX(0) rotate(180deg);
  }
  66.666% {
    transform: translateX(calc(var(--uib-size) * -0.38)) rotate(180deg);
  }
  99.999% {
    transform: translateX(calc(var(--uib-size) * -0.78)) rotate(180deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}
.hyc-content-card {
  display: flex;
  background-color: #E8E8E8;
  border-radius: 12px;
  width: 240px;
  gap: 8px;
  padding: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
.hyc-content-card__logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.hyc-content-card__logo img {
  width: 100%;
}
.hyc-content-card__info {
  flex: 1;
  min-width: 0;
}
.hyc-content-card__name {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #181818;
  margin-bottom: 2px;
}
.hyc-content-card__description {
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777777;
}
.hyc-content-file {
  display: flex;
  align-items: center;
  width: 194px;
  height: 60px;
  padding: 0 8px 0 8px;
  background-color: var(--yb-text-color-anti);
  box-sizing: border-box;
  position: relative;
  border-radius: 8px;
  border: 1px solid var(--yb-color-divider-primary);
}
.hyc-content-file__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.hyc-content-file__info {
  flex: 1;
  min-width: 0;
}
.hyc-content-file__info__name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--yb-md-file-title-color);
  margin-bottom: 4px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hyc-content-file__info__size {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: var(--yb-md-file-desc-color);
  white-space: nowrap;
}
.hyc-content-file__logo {
  position: relative;
  width: 28px;
  height: 28px;
  text-align: center;
  margin-right: 8px;
}
.hyc-content-file__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hyc-content-file__logo .hyc-common-icon {
  position: absolute;
  left: calc(50%);
  top: calc(50%);
  color: #fff;
  transform: translate(-50%, -50%);
}
.hyc-content-file__parsing {
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  left: calc(50%);
  top: calc(50% + 1px);
  margin: -7px 0 0 -7px;
  background: url(https://cdn-bot.hunyuan.tencent.com/assets/67969afe1ab7219998e1.svg) center center no-repeat;
  background-size: 100% 100%;
  animation: a-file-parsing 1s linear infinite;
}
@keyframes a-file-parsing {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.hyc-content-oral-score {
  display: flex;
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  background: #fff;
  box-sizing: border-box;
  width: fit-content;
}
.hyc-content-oral-score__item {
  position: relative;
  padding: 0 10px;
}
.hyc-content-oral-score__item--success .iconfont {
  color: rgba(0, 0, 0, 0.9);
  margin-left: 3px;
}
.hyc-content-oral-score__item--error .iconfont {
  margin-left: 3px;
  color: #F53F3F;
}
.hyc-content-oral-score__item::after {
  position: absolute;
  content: '|';
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #a6a6a6;
  font-weight: bold;
}
.hyc-content-oral-score__item:last-child::after {
  content: '';
}
.hyc-content-oral-score__item-optimize {
  cursor: pointer;
}
.hyc-content-tool-process {
  width: 100%;
  border-radius: 2px 8px 8px 8px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.hyc-content-tool-process__wrapper .t-collapse-panel__wrapper .t-collapse-panel__header {
  font-weight: normal;
}
.hyc-content-tool-process__detail .t-collapse-panel__wrapper .t-collapse-panel__content {
  padding: 0;
}
.hyc-content-tool-process__detail .t-collapse-panel__wrapper .t-collapse-panel__content .t-collapse {
  border-width: 1px 0 0 0;
}
.hyc-content-tool-process__detail__item .t-collapse-panel__wrapper {
  margin: 0 16px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.hyc-content-tool-process__detail__item .t-collapse-panel__wrapper .t-collapse-panel__content {
  padding: 6px 0 12px;
}
.hyc-content-tool-process__detail__item .t-collapse-panel__wrapper .t-collapse-panel__header {
  padding: 12px 0;
  box-sizing: border-box;
}
.hyc-content-tool-process__detail__item:last-child .t-collapse-panel__wrapper {
  border-bottom: none;
}
.hyc-content-tool-process__detail__item .t-collapse-panel__header {
  color: #181818;
}
.hyc-content-tool-process__detail__item__content {
  width: 100%;
  border-radius: 10px;
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 17px 19px 0;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}
.hyc-content-tool-process__detail__item__content::after {
  content: ' ';
  position: absolute;
  left: 40px;
  top: -4px;
  width: 8px;
  height: 8px;
  background-color: #f3f3f3;
  transform: rotate(45deg);
}
.hyc-content-tool-process__detail__item__content__title {
  font-weight: bold;
  margin-bottom: 8px;
}
.hyc-content-tool-process__detail__item__content__detail {
  word-break: break-word;
  padding-bottom: 16px;
  box-sizing: border-box;
}
.hyc-content-tool-process__custom__header {
  display: flex;
  width: 100%;
}
.hyc-content-tool-process__custom__header__left {
  flex: 1;
  display: flex;
  gap: 5px;
  align-items: center;
}
.hyc-content-tool-process__custom__header__left .t-loading__gradient-conic {
  background: conic-gradient(from 90deg at 50% 50%, rgba(24, 24, 24, 0) 0deg, #181818 360deg) !important;
}
.hyc-content-tool-process__custom__header__right {
  text-align: right;
}
.hyc-content-tool-process__custom__header__icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #181818;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.hyc-content-tool-process__custom__header--success {
  color: #20C57D;
}
.hyc-content-tool-process__custom__header--success .t-collapse {
  color: #20C57D;
}
.hyc-content-tool-process__custom__header--success ~ .t-collapse-panel__icon--right {
  color: #20C57D;
}
.hyc-content-tool-process__custom__header--error {
  color: #D54941;
}
.hyc-content-tool-process__custom__header--error .t-collapse {
  color: #20C57D;
}
.hyc-content-tool-process__custom__header--error ~ .t-collapse-panel__icon--right {
  color: #D54941;
}
.hyc-content-tag {
  background: var(--yb-component-tag-bg-color);
  padding: 6px 8px;
  margin-top: 6px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 12px;
  width: fit-content;
  border-radius: 4px;
}
.hyc-content-tag__text {
  background: var(--yb-component-tag-color);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.hyc-content-middleware {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hyc-content-middleware .hyc-content-middleware-collapse {
  background-color: var(--yb-component-middleware-bg-color);
  border: unset;
  border-radius: 12px;
}
.hyc-content-middleware .hyc-content-middleware-collapse .t-collapse-panel__header {
  border: unset;
}
.hyc-content-middleware .hyc-content-middleware-collapse .t-collapse-panel__body {
  border: unset;
  border-radius: 12px;
  background: var(--yb-component-middleware-body-bg-color);
}
.hyc-content-middleware .hyc-content-middleware-collapse .t-collapse-panel__content {
  padding-left: 16px;
  padding-top: 0;
}
.hyc-content-middleware .hyc-content-middleware-collapse .t-collapse-panel__icon {
  color: var(--yb-component-middleware-header-color);
}
.hyc-content-middleware .hyc-content-middleware-collapse .t-collapse-panel__icon:hover {
  background-color: transparent;
}
.hyc-content-middleware-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--yb-component-middleware-item-color);
  margin-left: 8px;
  flex-shrink: 0;
  margin-top: 8px;
}
.hyc-content-middleware-messagelist {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hyc-content-middleware-listitem {
  display: flex;
  gap: 8px;
  white-space: pre-wrap;
  word-break: break-all;
  color: var(--yb-component-middleware-item-color);
}
.hyc-content-middleware-list-wrapper {
  min-width: 200px;
}
.hyc-content-middleware .hyc-content-middleware-divider {
  font-size: 12px;
}
.hyc-content-middleware .hyc-content-middleware-divider::before,
.hyc-content-middleware .hyc-content-middleware-divider::after {
  border-color: var(--yb-component-middleware-divider-border-color);
}
.hyc-content-middleware .hyc-content-middleware-divider-text {
  color: var(--yb-component-middleware-divider-color);
}
.hyc-content-middleware-expand {
  cursor: pointer;
  color: var(--yb-color-brand-primary);
  margin-left: 8px;
}
.hyc-content-middleware .collapse-header {
  display: flex;
  align-items: center;
  color: var(--yb-component-middleware-header-color);
  font-size: 14px;
  font-weight: 400;
  flex-wrap: nowrap;
  overflow: hidden;
}
.hyc-content-middleware .collapse-header__icon {
  color: var(--yb-color-brand-primary);
  font-size: 0;
}
.hyc-content-middleware .collapse-header__tool_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hyc-content-middleware .collapse-header__content {
  white-space: nowrap;
  flex-shrink: 0;
}
.hyc-content-middleware .collapse-header.collapse-header-one {
  padding: 8px 12px;
  background: var(--yb-component-middleware-bg-color);
  border-radius: 16px;
}
.hyc-common-markdown__ref_card {
  line-height: 1.5;
  padding: 10px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.hyc-common-markdown__ref_card:not(.hyc-common-markdown__ref_card--mobile) {
  transition: background 0.2s;
}
.hyc-common-markdown__ref_card:not(.hyc-common-markdown__ref_card--mobile):hover {
  background-color: var(--yb-color-bg-primary);
}
.hyc-common-markdown__ref_card:not(.hyc-common-markdown__ref_card--mobile).hyc-common-markdown__ref_card--disable {
  position: relative;
  cursor: not-allowed;
}
.hyc-common-markdown__ref_card:not(.hyc-common-markdown__ref_card--mobile).hyc-common-markdown__ref_card--disable:hover .hyc-common-markdown__ref_card-foot {
  opacity: 0;
  transition: 0.2s;
}
.hyc-common-markdown__ref_card:not(.hyc-common-markdown__ref_card--mobile).hyc-common-markdown__ref_card--disable:hover .hyc-common-markdown__ref_card-tip {
  opacity: 1;
  transform: none;
  transition: 0.3s;
}
.hyc-common-markdown__ref_card--mobile:active {
  background-color: var(--yb-color-bg-primary);
}
.hyc-common-markdown__ref_card-tip {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  color: var(--yb-color-text-secondary-1);
  opacity: 0;
  transform: translateY(8px);
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hyc-common-markdown__ref_card-title {
  color: var(--yb-color-text-primary);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.hyc-common-markdown__ref_card-desc {
  margin-top: 6px;
  font-size: 12px;
  color: var(--yb-color-text-secondary-1);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.hyc-common-markdown__ref_card-tags {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.hyc-common-markdown__ref_card-foot {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
  color: var(--yb-color-text-secondary-1);
  margin-top: 8px;
}
.hyc-common-markdown__ref_card-foot__logo {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
.hyc-common-markdown__ref_card-foot__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.hyc-common-markdown__ref_card-foot__txt {
  flex: 1;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hyc-common-markdown__ref_card-foot__sep {
  padding: 0 8px;
  opacity: 0.3;
}
.hyc-common-markdown__ref_card-foot__time {
  margin-left: 12px;
}
.hyc-page-tools-customizeHeaders__item {
  position: relative;
  padding: 32px;
  padding-left: 16px;
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.hyc-page-tools-customizeHeaders__item__close.t-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: transparent;
  transition: none;
  z-index: 1;
}
.hyc-page-tools-customizeHeaders__item__close.t-button .t-ripple {
  display: none;
}
.hyc-page-tools-customizeHeaders__item__close.t-button:hover {
  background: transparent;
  box-shadow: none;
  border: none;
  color: var(--td-brand-color);
}
.lane-change {
  position: relative;
}
.hyc-page-tools-pop {
  position: fixed;
  text-align: center;
  transition: 0.3s;
}
.hyc-page-tools-pop .hyc-page-tools-btn.t-button {
  width: 36px;
  height: 36px;
  padding: 0;
  border-width: 2px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: normal;
}
.hyc-page-tools-pop .hyc-page-tools-btn.t-button:hover {
  width: 100px;
  border-radius: 18px;
}
.hyc-page-tools-pop .hyc-page-tools-btn.t-button:hover .t-icon + .t-button__text:not(:empty) {
  width: 4em;
  margin-left: 4px;
}
.hyc-page-tools-pop .hyc-page-tools-btn.t-button .t-icon + .t-button__text:not(:empty) {
  width: 0;
  overflow: hidden;
  margin-left: 0;
  transition: width 0.2s linear, margin-left 0.2s linear;
}
.hyc-page-tools-drawer.t-drawer .t-drawer__body {
  padding: 0;
  overflow: hidden;
}
.hyc-page-tools-drawer__header {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hyc-page-tools-drawer__header .t-ripple {
  display: none;
}
.hyc-page-tools-tabs.t-tabs {
  display: flex;
  flex-direction: column;
  height: calc(100%);
}
.hyc-page-tools-tabs.t-tabs .t-tabs__content {
  flex: 1;
  overflow: hidden auto;
}
.hyc-page-tools-tabs.t-tabs .t-tabs__content .t-tab-panel {
  padding: 16px;
}
.hyc-phone-login__grey {
  color: #000;
  padding-right: 8px;
  font-size: 16px;
  white-space: nowrap;
  flex-shrink: 0;
}
.hyc-phone-login__input-row {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 12px;
  width: 320px;
  background-color: #fff;
  border: 1px solid var(--yb-color-bg-active-2);
  border-radius: 8px;
  box-sizing: border-box;
  transition: border 0.2s;
}
.hyc-phone-login__input-row .t-input__inner:-webkit-autofill,
.hyc-phone-login__input-row .t-input__inner:-webkit-autofill:hover,
.hyc-phone-login__input-row .t-input__inner:-webkit-autofill:focus,
.hyc-phone-login__input-row .t-input__inner:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 1000px transparent !important;
  background-color: transparent;
  background-image: none;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.hyc-phone-login__input-row:hover {
  border: 1px solid var(--yb-color-bg-dark);
}
.hyc-phone-login__input-row:hover .outline-placeholder {
  border-color: var(--yb-color-bg-dark);
}
.hyc-phone-login__input-row .outline-placeholder {
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity;
}
.hyc-phone-login__input-row .outline-placeholder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--td-brand-color);
  border-radius: 8px;
}
.hyc-phone-login__input-row .t-input {
  background-color: transparent;
  border: 0;
  height: 48px;
  font-size: 16px;
}
.hyc-phone-login__input-row .t-input__inner {
  width: 100%;
}
.hyc-phone-login__input-row .t-input:-webkit-autofill,
.hyc-phone-login__input-row .t-input:-webkit-autofill:hover,
.hyc-phone-login__input-row .t-input:-webkit-autofill:focus,
.hyc-phone-login__input-row .t-input:-webkit-autofill:active {
  box-shadow: none;
  background-color: transparent;
}
.hyc-phone-login__input-row .t-input--focused {
  box-shadow: none;
  border-color: var(--yb-color-bg-dark);
}
.hyc-phone-login__input-row .t-input:focus {
  box-shadow: none;
  border-color: var(--yb-color-bg-dark);
}
.hyc-phone-login__input-row .t-input:hover {
  border-color: var(--yb-color-bg-dark);
}
.hyc-phone-login__input-row .t-input input::-webkit-outer-spin-button,
.hyc-phone-login__input-row .t-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hyc-phone-login__input-row .t-input__wrap:has(> .t-input--focused) + .outline-placeholder {
  border-color: var(--yb-color-bg-dark);
}
.hyc-phone-login__send-code {
  display: block;
  width: 100px;
  color: var(--yb-color-brand-link-2);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 16px;
}
.hyc-phone-login__send-code-sep {
  color: rgba(0, 0, 0, 0.08);
}
.hyc-phone-login__send-code.is-disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.4);
}
.hyc-phone-login__btn {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  height: 48px;
  width: 320px;
  padding: 4px 16px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  background: var(--yb-color-brand-primary);
  cursor: pointer;
  outline: none;
}
.hyc-phone-login__btn:hover {
  background: var(--yb-color-brand-focus);
}
.hyc-login__agreement {
  width: 100%;
  padding: 0 62px;
  box-sizing: border-box;
  white-space: normal !important;
}
.hyc-login__agreement .t-checkbox__input {
  padding-right: 14px;
}
.hyc-mobile-login-form_other-type {
  text-align: center;
  width: 100%;
  max-width: 368px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.hyc-mobile-login-form_left-arrow {
  position: absolute;
  left: 16px;
  top: 24px;
}
.hyc-mobile-login-form_default-type {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 22px;
  box-sizing: border-box;
}
.hyc-mobile-login-form_default-type .hyc-phone-login {
  padding: 0;
  padding-bottom: 24px;
}
.hyc-mobile-login-form_qq-icon {
  width: 70px;
  height: 70px;
  background: url(https://cdn-bot.hunyuan.tencent.com/assets/f56efbb73741c83e94c0.png) no-repeat center / contain;
}
.hyc-mobile-login-form_wx-login,
.hyc-mobile-login-form_qq-login {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 39px;
  box-sizing: border-box;
}
.hyc-mobile-login-form_split {
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
.hyc-mobile-login-form_split::after,
.hyc-mobile-login-form_split::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #eeeeee;
}
.hyc-mobile-login-form_split::after {
  left: 24px;
}
.hyc-mobile-login-form_split::before {
  right: 24px;
}
.hyc-mobile-login-form_split span {
  font-size: 12px;
  line-height: 16px;
  color: #bdbdbd;
  background-color: #fff;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}
.hyc-mobile-login-form_other-type__items {
  display: flex;
  justify-content: space-around;
  padding: 0 34px;
}
.hyc-mobile-login-form_other-type__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hyc-mobile-login-form_other-type__item span {
  color: #1a1a1a;
  font-size: 12px;
  line-height: 24px;
  margin-top: 6px;
}
.hyc-mobile-login-form_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hyc-mobile-login-form .hyc-login__agreement {
  padding: 0;
}
.hyc-login__dialog .t-dialog {
  padding: 0;
  border-radius: 16px;
  border: 0;
  overflow: hidden;
}
.hyc-login__dialog .t-dialog__header {
  display: none;
}
.hyc-login__dialog .t-dialog__body {
  display: flex;
  padding: 0;
  height: 440px;
  overflow: hidden;
}
.hyc-login__dialog--mobile .t-dialog__body {
  height: auto;
}
.hyc-login__dialog--mobile .hyc-login__title {
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 24px;
  text-align: center;
}
.hyc-login__dialog--mobile .hyc-login__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.hyc-login__dialog--mobile .hyc-login__content--mobile {
  width: 100%;
}
.hyc-login__dialog--mobile .hyc-login__agreement {
  display: flex;
  justify-content: center;
  white-space: normal;
  width: calc(100% - 48px);
}
.hyc-login__dialog--mobile .hyc-login__agreement .t-checkbox__input {
  flex-shrink: 0;
}
.hyc-login__dialog--mobile .hyc-login__protocol {
  white-space: nowrap;
}
.hyc-login__dialog--mobile .hyc-login__agreement {
  bottom: 24px;
}
.hyc-login__dialog--mobile .hyc-phone-login {
  width: 100%;
  box-sizing: border-box;
  max-width: 368px;
  padding-bottom: 24px;
}
.hyc-login__dialog--mobile .hyc-phone-login__input-row,
.hyc-login__dialog--mobile .hyc-phone-login__btn {
  width: 100%;
}
.hyc-login__dialog--mobile .hyc-phone-login__input-row {
  margin-bottom: 8px;
}
.hyc-login__dialog--mobile .hyc-phone-login__btn {
  margin-top: 16px;
  height: 40px;
  font-weight: 500;
}
.hyc-login__dialog--mobile .hyc-phone-login .t-input__inner::placeholder {
  color: #bdbdbd;
}
.hyc-login__close {
  position: absolute;
  right: 8px;
  top: 8px;
  color: var(--td-text-color-primary);
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  outline: none;
  z-index: 1;
}
.hyc-login__close:hover {
  color: var(--td-text-color-secondary);
}
.hyc-login__close--mobile {
  right: 18px;
  top: 24px;
  width: 24px;
  height: 24px;
  font-weight: 600;
}
.hyc-login__left {
  width: 200px;
  background-color: #e0f8fa;
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/94e491897c7bbba23dba.png);
  background-size: 100% 100%;
}
.hyc-login__left--banner-en {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/e1f4473748f544db68b6.png);
}
.hyc-login__left--banner-zh-hk {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/9d1eb0b3c010bbd9e395.png);
}
.hyc-login__left--download {
  width: 240px;
  background-color: #e0f8fa;
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/dae8196b8b0ed8c29ea2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hyc-login__left--download-zh-hk {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/ab72073dd57f0b1f81cf.png);
}
.hyc-login__left--download-en {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/4dc55b07fcf1c08eaa8f.png);
}
.hyc-login__content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 460px;
}
.hyc-login__protocol {
  color: #576b95;
  text-decoration: none;
}
.hyc-login__agreement {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
}
.hyc-login__agreement > label.t-checkbox {
  vertical-align: top;
  display: flex;
  align-items: flex-start;
}
.hyc-login__agreement .t-checkbox__input {
  margin-right: 7px;
}
.hyc-login__agreement .t-checkbox__label {
  line-height: 16px;
  font-size: 12px;
  margin-left: 0;
  color: var(--td-text-color-secondary);
}
.hyc-login__switch {
  position: relative;
  margin: 32px 0;
}
.hyc-login__last-tag {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 52px;
  height: 22px;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 6px;
  line-height: 22px;
  text-align: center;
  white-space: nowrap;
  color: var(--td-text-color-secondary-1);
  background-color: var(--yb-color-bg-primary);
  border-radius: 22px;
  transform: translateX(-50%);
}
.hyc-login__last-tag--wechat {
  margin-left: -100px;
}
.hyc-login__last-tag--qq {
  margin-left: 100px;
}
.hyc-login__last-tag:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background-color: var(--yb-color-bg-primary);
  transform: rotate(45deg);
}
.hyc-login__last-tag__txt {
  display: block;
  font-weight: 500;
  font-size: 12px;
  transform: scale(83.333%);
}
.hyc-login__switch-type.t-radio-group.t-radio-group--filled {
  padding: 4px;
  border-radius: 44px;
  background-color: rgba(0, 0, 0, 0.04);
}
.hyc-login__switch-type.t-radio-group.t-radio-group--filled .t-radio-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  color: var(--td-text-color-placeholder);
  box-sizing: border-box;
}
.hyc-login__switch-type.t-radio-group.t-radio-group--filled .t-radio-button.t-is-checked {
  color: var(--td-text-color-primary);
  font-weight: 500;
}
.hyc-login__switch-type.t-radio-group.t-radio-group--filled .t-radio-button.t-is-checked .hyc-common-icon--wechat {
  color: #07c160;
}
.hyc-login__switch-type.t-radio-group.t-radio-group--filled .t-radio-button.t-is-checked .hyc-common-icon--qq {
  color: #00b1ff;
}
.hyc-login__switch-type.t-radio-group.t-radio-group--filled .t-radio-button:before {
  display: none !important;
}
.hyc-login__switch-type.t-radio-group.t-radio-group--filled .t-radio-button .t-radio-button__label {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: 14px;
}
.hyc-login__switch-type.t-radio-group.t-radio-group--filled .t-radio-button .hyc-common-icon {
  width: 18px;
  height: 18px;
}
.hyc-login__switch-type.t-radio-group.t-radio-group--filled .t-radio-group__bg-block {
  border-radius: 36px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.hyc-login__title {
  margin: 8px 0 24px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: var(--td-text-color-primary);
}
.hyc-wechat-login {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.hyc-wechat-login > iframe {
  width: 100%;
}
.hyc-login__bind-chat,
.hyc-login__bind-phone {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hyc-login__bind-chat__title,
.hyc-login__bind-phone__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: var(--td-text-color-primary);
}
.hyc-login__bind-chat__desc,
.hyc-login__bind-phone__desc {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.hyc-login__bind-chat__skip,
.hyc-login__bind-phone__skip {
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  color: var(--td-text-color-placeholder);
}
.hyc-login__bind-chat {
  padding-top: 16px;
}
.hyc-login__bind-phone__desc {
  margin-bottom: 48px;
}
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.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;
}
:root {
  --hunyuan-content-min-width: 802px;
  --hunyuan-chat-list-width: 100%;
  --hunyuan-chat-list-max-width: 802px;
  --yb-color-brand-primary-v0: rgba(0, 0, 0, 0.9);
}
html {
  overflow: hidden;
}
html,
body,
#app,
#hunyuan-bot,
.content-root {
  font-size: 14px;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  width: auto !important;
}
#hunyuan-bot {
  line-height: 1.2;
  background-color: var(--yb-color-bg-primary);
}
.share-to-image-box,
.share-from-app-box {
  height: auto !important;
}
.share-to-image-box {
  background: #f3f3f3 !important;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  cursor: pointer;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(93, 94, 95, 0.1);
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  cursor: pointer;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(93, 94, 95, 0.1);
  cursor: pointer;
}
.bg-white {
  background-color: #ffffff;
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
:root {
  --yb-button-size-sm: 24px;
  --yb-button-size-md: 36px;
  --yb-button-size-lg: 40px;
  --yb-button-color-disabled: rgba(0, 0, 0, 0.27);
}
.t-button {
  border-radius: var(--yb-radius-default);
}
.t-button--variant-base {
  height: var(--yb-button-size-md);
  font: var(--yb-font-title-4);
  background-color: var(--yb-color-bg-active-1);
  color: var(--yb-text-color-4);
  border-color: transparent;
  --ripple-color: transparent !important;
}
.t-button--variant-base.t-button--theme-primary:hover {
  background-color: var(--yb-color-brand-focus);
  color: var(--yb-color-text-anti);
}
.t-button--variant-base.t-button--theme-primary.t-is-disabled {
  background-color: var(--yb-color-brand-primary);
  color: var(--yb-color-text-anti);
  opacity: 0.3;
  border-color: unset !important;
}
.t-button--variant-base.yb-button-secondary {
  background-color: var(--yb-color-brand-highlight);
  color: var(--yb-color-brand-primary);
  border-color: transparent;
}
.t-button--variant-base.yb-button-secondary:hover {
  background-color: var(--yb-color-brand-primary);
  color: var(--yb-color-text-anti);
}
.t-button--variant-base.yb-button-secondary.t-is-disabled {
  background-color: var(--yb-color-brand-highlight);
  border-color: transparent;
  color: var(--yb-color-brand-disabled);
}
.t-button--variant-base:hover {
  color: var(--yb-color-brand-primary);
  background-color: var(--yb-color-brand-highlight);
  border-color: transparent;
}
.t-button--variant-base.t-is-disabled {
  background-color: var(--yb-color-bg-active-1);
  color: var(--yb-button-color-disabled);
  border-color: transparent;
}
.t-button--variant-outline {
  height: var(--yb-button-size-md);
  font: var(--yb-font-title-4);
  background-color: #fff;
  border-color: var(--yb-color-divider-primary);
  --ripple-color: transparent !important;
}
.t-button--variant-outline:hover {
  border-color: var(--yb-color-divider-primary);
  color: var(--yb-text-color-4);
  background-color: var(--yb-color-bg-light);
}
.t-button--variant-outline.t-is-disabled {
  background-color: #fff;
  border-color: var(--yb-color-divider-primary);
  color: var(--yb-button-color-disabled);
}
.t-button--variant-base.t-button--theme-danger {
  background-color: var(--yb-color-error-normal);
  border-color: transparent;
}
.t-button--variant-base.t-button--theme-danger:hover {
  background-color: var(--yb-color-error-focus);
  color: var(--yb-color-text-anti);
  border-color: transparent;
}
.t-button--variant-base.t-button--theme-danger.t-is-disabled {
  border-color: transparent;
  background-color: var(--yb-color-error-disabled);
  color: var(--yb-color-text-anti);
}
.t-button.t-size-l {
  height: var(--yb-button-size-lg);
  font: var(--yb-font-title-4);
}
.t-button.t-size-s {
  height: var(--yb-button-size-sm);
  font: var(--yb-font-title-5);
}
.t-button--shape-round {
  border-radius: var(--td-radius-round);
}
.t-dialog {
  border-radius: var(--yb-radius-large);
}
.t-dialog--default {
  padding: 24px;
  max-width: 90vw;
}
.t-dialog__header {
  font: var(--yb-font-title-3);
  color: var(--yb-color-text-primary);
}
.t-dialog__body {
  font: var(--yb-font-body-medium);
  color: var(--yb-color-text-secondary-1);
}
.t-dialog__footer .t-button--variant-outline {
  background-color: var(--yb-color-bg-active-1);
  border-color: transparent;
}
.t-dialog__footer .t-button--variant-outline:hover {
  background-color: var(--yb-color-bg-dark);
}
.t-dialog .t-icon.t-is-info {
  color: var(--yb-color-success-normal);
}
.t-message {
  border-radius: var(--yb-radius-default);
  box-shadow: var(--yb-shadow-2);
  padding: 9px 12px;
  color: var(--yb-color-text-primary);
  font: var(--yb-font-body-medium);
}
.t-message .t-icon {
  margin-right: 4px;
}
.t-message.t-is-info {
  border: 1px solid rgba(32, 197, 125, 0.5);
  background-color: #F4FCF9;
}
.t-message.t-is-success {
  border: 1px solid rgba(32, 197, 125, 0.5);
  background-color: #F4FCF9;
}
.t-message.t-is-warning {
  border: 1px solid rgba(240, 124, 48, 0.5);
  background-color: #FEF8F5;
}
.t-message.t-is-error {
  border: 1px solid rgba(250, 81, 81, 0.5);
  background-color: #FFF6F6;
}
.t-message.t-is-closable .t-message__close {
  margin-left: 8px;
  color: var(--yb-color-text-placeholder);
}
:root {
  --yb-select-size-md: 36px;
  --yb-select-tag-size-md: 28px;
  --yb-select-tag-size-lg: 32px;
}
.t-select .t-input {
  height: var(--yb-select-size-md);
  border-radius: var(--yb-radius-default);
  border-color: transparent;
}
.t-select .t-input--focused {
  box-shadow: none;
}
.t-select .t-input--focused .t-input__inner {
  color: var(--yb-color-brand-primary);
}
.t-select-option {
  height: var(--yb-select-size-md);
  border-radius: var(--yb-radius-default);
}
.t-select .t-tag {
  height: var(--yb-select-tag-size-md);
}
.t-select .t-tag.t-size-l {
  height: var(--yb-select-tag-size-lg);
}
.t-select-option.t-is-selected:not(.t-is-disabled) {
  background-color: var(--td-bg-color-container-hover) !important;
}
.t-select-option.t-is-selected:not(.t-is-disabled):hover {
  background-color: var(--td-bg-color-container-hover) !important;
}
.yb-loading__fullscreen {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--yb-color-brand-primary);
  font-size: 24px;
}
.t-avatar {
  background: var(--td-bg-color-secondarycontainer) !important;
}
.t-avatar .t-image__loading .t-space .t-space-item {
  line-height: 1;
}
.t-avatar .t-image__loading .t-space .t-space-item:first-child svg {
  color: rgba(0, 0, 0, 0.2);
}
.t-avatar .t-image__loading .t-space .t-space-item:last-child {
  display: none;
}
.t-dropdown {
  box-shadow: var(--yb-shadow-1);
}
.t-drawer__mask {
  transition: none;
}
.t-switch.t-is-checked {
  background-color: #20C57D;
}
/**
覆盖tdesign颜色值
 */
:root {
  --td-brand-color-1: #F3FCF7;
  --td-brand-color-2: #C1F6C7;
  --td-brand-color-3: #B4ECCF;
  --td-brand-color-4: #5aa168;
  --td-brand-color-5: #0DA753;
  --td-brand-color-6: var(--yb-color-brand-primary);
  --td-brand-color-7: #00883F;
  --td-brand-color-8: #006D30;
  --td-brand-color-9: #005523;
  --td-brand-color-10: #003C17;
  --td-brand-color-11: #00260D;
  --td-brand-color: var(--td-brand-color-6);
  --td-brand-color-active: var(--yb-brand-color-focus);
  --td-success-color: var(--yb-color-success-normal);
  --td-warning-color: var(--yb-color-warning-normal);
  --td-error-color: var(--yb-color-error-normal);
}
:root {
  --yb-color-content-bg: var(--yb-color-bg-background);
}
@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;
}

:root[yb-theme="3.0"] {
  --yb-component-ref-list-header-color: rgba(0, 0, 0, 0.6);
  --yb-color-brand-primary-v0: rgba(0, 0, 0, 0.9);
  --yb-color-content-bg: #fcfcfc;
  --yb-bubble-human-bg-color: var(--yb-color-bg-primary);
  --yb-bubble-human-content-width: 85%;
  --yb-bubble-ai-bg-color: transparent;
  --yb-md-file-bg-color: #f5f5f5;
}
:root[yb-theme="3.0"] .agent-chat__bubble--human .agent-chat__bubble__content .hyc-content-text {
  color: var(--yb-color-text-primary) !important;
}
@media (hover: hover) and (pointer: fine) {
  :root[yb-theme="3.0"] .agent-chat__bubble__prefix .hyc-component-multi-modal .hyc-component-multi-modal__file-list .hyc-common-file-viewer:hover .hyc-content-file {
    background: var(--yb-color-bg-active-2) !important;
  }
}
:root[yb-theme="3.0"] .hyc-sub-page-entry-box-content-btn_wrapper .hyc-sub-page-entry-box-content-btn {
  background: rgba(0, 0, 0, 0.9) !important;
}
:root[yb-theme="3.0"] .hyc-common-markdown__loading {
  --yb-color-brand-primary: rgba(0, 0, 0, 0.9);
}
:root[yb-theme="3.0"] .hyc-component-outline__content__loading::before {
  background: rgba(0, 0, 0, 0.9);
}
:root[yb-theme="3.0"] .hyc-component-outline__content__loading::after {
  border-color: rgba(0, 0, 0, 0.9);
}
:root[yb-theme="3.0"] .agent-chat__toolbar--mobile .agent-chat__gold-click-button--paint {
  flex: 0 0 auto!important;
}
@media screen and (max-width: 480px) {
  :root[yb-theme="3.0"] .agent-chat__bubble__content .hyc-component-image-group-list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  :root[yb-theme="3.0"] .agent-chat__bubble__content .hyc-component-image-group-list .hyc-content-img {
    width: 100%!important;
    height: auto!important;
  }
  :root[yb-theme="3.0"] .agent-chat__bubble__content .hyc-component-image-group-list .hyc-content-img--loading {
    padding-top: 100%;
    position: relative;
  }
  :root[yb-theme="3.0"] .agent-chat__bubble__content .hyc-component-image-group-list .hyc-content-img--loading .hyc-content-img-placeholder {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  :root[yb-theme="3.0"] .agent-chat__conv--ai--image-group .agent-chat__bubble__content {
    width: 100%;
  }
}
:root[yb-theme="3.0"] .hyc-common-markdown__img-loading .wrapper {
  background: conic-gradient(transparent 30%, rgba(0, 0, 0, 0.9));
}
:root[yb-theme="3.0"] .hyc-common-markdown__img-loading {
  color: rgba(0, 0, 0, 0.9);
}
:root[yb-theme="3.0"] .hyc-common-markdown__ref-list__popup.t-popup[data-popper-placement^="top"] .t-popup__arrow::before {
  backdrop-filter: none;
}
:root[yb-theme="3.0"] .agent-chat__bubble--ai .agent-chat__bubble__content {
  padding: 0px;
}
:root[yb-theme="3.0"] .agent-chat__bubble--ai .agent-chat__bubble__content__withBorderBox .hyc-sub-page-entry-box-content {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
}
:root[yb-theme="3.0"] .hyc-common-markdown__replace-musicbox-wrapper {
  margin-top: 12px !important;
  margin-bottom: unset;
}
:root[yb-theme="3.0"] .agent-chat__list--select .agent-chat__list__item .agent-chat__bubble--ai {
  padding: 12px;
}
:root[yb-theme="3.0"] .agent-chat__list--select .agent-chat__list__item .agent-chat__bubble--human {
  padding: 0 12px;
}
:root[yb-theme="3.0"] .agent-chat__list--select .agent-chat__list__item .agent-chat__bubble--human .hyc-component-multi-modal {
  margin-top: 12px;
}
:root[yb-theme="3.0"] .agent-chat__list--select .agent-chat__list__item--selected .agent-chat__bubble {
  background-color: var(--yb-color-bg-primary);
  border-radius: 8px;
}
:root[yb-theme="3.0"] .agent-chat__list--select .agent-chat__list__item--selected .hyc-common-markdown__code__hd {
  background-color: var(--yb-color-bg-primary);
}
:root[yb-theme="3.0"] .share-from-pc .agent-chat__list__content-wrapper {
  overflow: unset !important;
}
:root[yb-theme="3.0"] .agent-share--mobile .hyc-common-markdown__code__hd {
  top: -26px;
}
:root[yb-theme="3.0"] .share-to-image-box .hyc-common-markdown__code__hd {
  position: static !important;
}
:root[yb-theme="3.0"] .share-to-image-box .hyc-common-markdown__code__hd::after {
  display: none !important;
}
.good-question-chat-wrapper .agent-chat__bubble {
  padding: 12px 16px;
}
:root {
  --yb-bg-color-content: #fcfcfc;
}
.t-switch.t-is-checked {
  background-color: var(--yb-brand-color-old) !important;
}
.agent-chat__list .hyc-content-option__content__item {
  color: var(--yb-color-text-primary) !important;
}
.good-question-chat-wrapper .hyc-common-markdown__code__hd,
.deep-reading-detail-pc .hyc-common-markdown__code__hd,
.deep-reading-detail-mobile .hyc-common-markdown__code__hd,
:root[yb-theme="3.0"] .hyc-common-markdown__code__hd {
  position: sticky;
  top: 0;
  z-index: 1;
}
.good-question-chat-wrapper .hyc-common-markdown__code__hd::after,
.deep-reading-detail-pc .hyc-common-markdown__code__hd::after,
.deep-reading-detail-mobile .hyc-common-markdown__code__hd::after,
:root[yb-theme="3.0"] .hyc-common-markdown__code__hd::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 100%;
  height: 12px;
  background: linear-gradient(to bottom, #F6F6F6, transparent);
  pointer-events: none;
}
.good-question-chat-wrapper .hyc-common-markdown__code__hd,
.deep-reading-detail-pc .hyc-common-markdown__code__hd,
.deep-reading-detail-mobile .hyc-common-markdown__code__hd,
:root[yb-theme="3.0"] .hyc-common-markdown__code__hd {
  background-color: var(--yb-color-bg-background);
}
.deep-reading-detail-pc .hyc-common-markdown__code__hd,
.deep-reading-detail-mobile .hyc-common-markdown__code__hd {
  top: -24px !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;
}

:root[yb-theme="old_2.0"] {
  --yb-bubble-human-bg-color: #20C57D;
  --yb-color-bg-background: #f3f3f3;
}
@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;
}

.yuanbao-oversea-input {
  position: relative;
  min-height: 66px;
}
.yuanbao-oversea-input__wrap {
  width: 100%;
  z-index: 1;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid var(--yb_color_divider-primary, rgba(0, 0, 0, 0.08));
}
.yuanbao-oversea-input__wrap_showList {
  position: absolute;
}
.yuanbao-oversea-input__wrap__formitem {
  display: flex;
  padding: 8px 13px;
  box-sizing: border-box;
  align-items: center;
}
.yuanbao-oversea-input__wrap__formitem__areaCode {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: var(--yb_color_text-primary, rgba(0, 0, 0, 0.9));
}
.yuanbao-oversea-input__wrap__formitem__areaCode_disabled {
  cursor: default !important;
}
.yuanbao-oversea-input__wrap__arealist__item {
  text-align: left;
  cursor: pointer;
  padding: 8px 10px;
  margin: 5px 6px;
  font-size: 16px;
  line-height: 22px;
  color: var(--yb_color_text-primary, rgba(0, 0, 0, 0.9));
}
.yuanbao-oversea-input__wrap__arealist__item__icon {
  display: none !important;
}
.yuanbao-oversea-input__wrap__arealist__item_active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: var(--yb_color_bg-light, #F8F8F8);
}
.yuanbao-oversea-input__wrap__arealist__item_active .yuanbao-oversea-input__wrap__arealist__item__icon {
  display: block !important;
}
.yuanbao-oversea-input__wrap__arealist__item:hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: var(--yb_color_bg-light, #F8F8F8);
}
.yuanbao-oversea-input .t-input {
  border: none;
  background-color: transparent;
  color: var(--yb_color_text-primary, rgba(0, 0, 0, 0.9));
  font-family: "PingFang SC";
  font-size: 16px;
  line-height: 22px;
}
.yuanbao-oversea-input .t-input:-webkit-autofill,
.yuanbao-oversea-input .t-input:-webkit-autofill:hover,
.yuanbao-oversea-input .t-input:-webkit-autofill:focus,
.yuanbao-oversea-input .t-input:-webkit-autofill:active {
  box-shadow: none;
  border: 0 none;
  background-color: transparent;
}
.yuanbao-oversea-input .t-input:focus {
  box-shadow: none;
}
.yuanbao-oversea-input .t-input--focused {
  box-shadow: 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;
}

:root[yb-theme="dark"] {
  --yb-chat-nav-color: rgba(255, 255, 255, 0.6);
  --yb-chat-nav-title-color: #fff;
  --yb-chat-nav-bg-color: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0) 90%);
  --yb-chat-nav-bg-blur: 0;
  --yb-chat-greeting-agent-name-color: #fff;
  --yb-chat-clear-context-color: rgba(255, 255, 255, 0.6);
  --yb-chat-time-color: rgba(255, 255, 255, 0.4);
  --yb-chat-nav-agent-info-button-bg-color: linear-gradient(0deg, rgba(179, 179, 179, 0.27), rgba(26, 26, 26, 0.37));
}
:root[yb-theme="dark"] {
  --yb-bubble-ai-bg-color: linear-gradient(0deg, rgba(26, 26, 26, 0.77), rgba(26, 26, 26, 0.77)), rgba(179, 179, 179, 0.27);
  --yb-bubble-ai-bg-clur: 30px;
  --yb-bubble-avatar-name-color: rgba(255, 255, 255, 0.4);
  --yb-bubble-tool-item-color: rgba(255, 255, 255, 0.6);
  --yb-bubble-tool-item-disabled-color: rgba(255, 255, 255, 0.26);
  --yb-bubble-prompt-hint-split-color: rgba(255, 255, 255, 0.2);
}
:root[yb-theme="dark"] {
  --yb-component-divider-color: rgba(255, 255, 255, 0.6);
  --yb-component-divider-border-color: rgba(231, 231, 231, 0.5);
  --yb-component-option-color: var(--yb-color-brand-primary);
  --yb-component-option-title-color: rgba(255, 255, 255, 0.6);
  --yb-component-option-bg-color: rgba(255, 255, 255, 0.06);
  --yb-component-loading-bg-color: rgba(248, 248, 248, 0.2);
  --yb-component-loading-color: #fff;
  --yb-component-loading-search-color: #fff;
  --yb-component-loading-process-color: #fff;
  --yb-component-loading-process-progress-color: #fff;
  --yb-component-ref-list-bg-color: rgba(255, 255, 255, 0.05);
  --yb-component-ref-list-header-color: rgba(255, 255, 255, 0.9);
  --yb-component-ref-list-item-color: var(--yb-color-brand-primary);
  --yb-component-card-list-title-color: #fff;
  --yb-component-middleware-bg-color: rgba(255, 255, 255, 0.05);
  --yb-component-middleware-header-color: rgba(255, 255, 255, 0.9);
  --yb-component-middleware-body-bg-color: transparent;
  --yb-component-middleware-item-color: rgba(255, 255, 255, 0.6);
  --yb-component-middleware-divider-border-color: rgba(231, 231, 231, 0.4);
  --yb-component-middleware-divider-color: rgba(255, 255, 255, 0.6);
}
:root[yb-theme="dark"] {
  --yb-md-text-color: #fff;
  --yb-md-h-color: #fff;
  --yb-md-del-color: var(--yb-color-brand-primary);
  --yb-md-code-bg-color: rgba(255, 255, 255, 0.06);
  --yb-md-code-button-bg-color: rgba(26, 26, 26, 0.67);
  --yb-md-code-button-color: rgba(255, 255, 255, 0.6);
  --yb-md-code-button-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.02), 0px 16px 24px 2px rgba(0, 0, 0, 0.02), 0px 6px 30px 5px rgba(0, 0, 0, 0.02);
  --yb-md-code-header-bg-color: #303030;
  --yb-md-code-border-color: #383838;
  --yb-md-ref-list-item-color: var(--yb-color-brand-primary);
  --yb-md-ref-list-item-bg-color: rgba(var(--yb-color-brand-primary-rgb), 0.2);
  --yb-md-ref-list-item-content-bg-color: rgba(26, 26, 26, 0.67);
  --yb-md-ref-list-item-content-bg-blur: 30px;
  --yb-md-ref-list-item-content-color: var(--yb-color-brand-primary);
  --yb-md-ref-list-item-content-shadow: 0px 8px 25px 5px rgba(0, 0, 0, 0.25);
  --yb-md-ref-list-item-content-arrow-shadow: 0px 8px 25px 5px rgba(0, 0, 0, 0.25);
  --yb-md-inline-code-bg-color: rgba(255, 255, 255, 0.1);
  --yb-md-th-color: #fff;
  --yb-md-th-bg-color: rgba(255, 255, 255, 0.1);
  --yb-md-td-color: rgba(255, 255, 255, 0.6);
  --yb-md-td-bg-color-odd: rgba(255, 255, 255, 0.06);
  --yb-md-td-bg-color-even: rgba(255, 255, 255, 0.1);
  --yb-md-file-bg-color: #333;
  --yb-md-file-title-color: #fff;
  --yb-md-file-desc-color: rgba(255, 255, 255, 0.4);
  --yb-md-link-color: var(--yb-color-brand-primary);
}
:root[yb-theme="dark"] {
  --yb-input-btn-bg-color: var(--yb-color-brand-primary);
  --yb-input-btn-color: #fff;
  --yb-input-shadow: none;
  --yb-input-bg-color: rgba(26, 26, 26, 0.77);
  --yb-input-bg-blur: 30px;
  --yb-input-border-color: rgba(255, 255, 255, 0.08);
  --yb-input-focus-border-color: var(--yb-color-brand-primary);
  --yb-input-color: rgba(255, 255, 255, 0.6);
  --yb-input-placeholder-color: rgba(255, 255, 255, 0.37);
  --yb-input-file-item-bg-color: #333;
  --yb-input-file-item-title-color: #fff;
  --yb-input-file-item-desc-color: rgba(255, 255, 255, 0.4);
  --yb-input-caret-color: var(#fff);
  --yb-input-btn-bg-color--mobile: transparent;
  --yb-input-btn-border-color--mobile: rgba(255, 255, 255, 0.6);
  --yb-input-btn-color--mobile: rgba(255, 255, 255, 0.6);
}
:root[yb-theme="dark"] {
  --yb-share-btn-bg-color: rgba(255, 255, 255, 0.1);
  --yb-share-btn-color: rgba(255, 255, 255, 0.9);
  --yb-share-split-border-color: rgba(231, 231, 231, 0.4);
  --yb-share-indicator-bg-color: rgba(255, 255, 255, 0.9);
  --yb-share-indicator-color: var(--yb-color-brand-primary);
  --yb-share-indicator-border-color: rgba(231, 231, 231, 0.4);
  --yb-share-page-footer-btn-bg-color: #333;
  --yb-share-page-footer-btn-color: rgba(255, 255, 255, 0.9);
  --yb-input-send-btn-bg-color: var(--yb-color-brand-primary);
  --yb-input-send-btn-color: #fff;
}
:root[yb-theme="dark"] {
  --yb-copyright-color: rgba(255, 255, 255, 0.55);
  --yb-copyright-link-color: rgba(255, 255, 255, 0.55);
}
@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;
}

@font-face {
  font-family: "iconfont-yb";
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/e3ca80147b2b7c6b2abb.woff2?t=3e2cff333dfd6f8ce062252708b896b2); /* IE9 */
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/e3ca80147b2b7c6b2abb.woff2?t=3e2cff333dfd6f8ce062252708b896b2) format('woff2');
}

.iconfont-yb {
  font-family: "iconfont-yb" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-yb-ic_impression_management:before {
  content: "\e002";
}
.icon-yb-ic_add:before {
  content: "\e003";
}
.icon-yb-ic_check_circle_filled:before {
  content: "\e004";
}
.icon-yb-ic_close_circle_filled:before {
  content: "\e005";
}
.icon-yb-ic_error_circle_filled:before {
  content: "\e007";
}
.icon-yb-ic_fold-down:before {
  content: "\e008";
}
.icon-yb-ic_fold-left:before {
  content: "\e009";
}
.icon-yb-ic_fold-right:before {
  content: "\e00a";
}
.icon-yb-ic_fold-up:before {
  content: "\e00b";
}
.icon-yb-ic_help_circle_filled:before {
  content: "\e00c";
}
.icon-yb-ic_info_circle_filled:before {
  content: "\e00d";
}
.icon-yb-ic_jump:before {
  content: "\e00e";
}
.icon-yb-ic_ellipsis:before {
  content: "\e012";
}
.icon-yb-ic_add_origin:before {
  content: "\e013";
}
.icon-yb-ic_arrow_rightup:before {
  content: "\e014";
}
.icon-yb-ic_check:before {
  content: "\e015";
}
.icon-yb-ic_chevron_right_double:before {
  content: "\e016";
}
.icon-yb-ic_close:before {
  content: "\e017";
}
.icon-yb-ic_delete:before {
  content: "\e018";
}
.icon-yb-ic_download:before {
  content: "\e019";
}
.icon-yb-ic_expire:before {
  content: "\e01a";
}
.icon-yb-ic_image:before {
  content: "\e01b";
}
.icon-yb-ic_image_filled:before {
  content: "\e01c";
}
.icon-yb-ic_minus:before {
  content: "\e01e";
}
.icon-yb-ic_notification:before {
  content: "\e01f";
}
.icon-yb-ic_save:before {
  content: "\e020";
}
.icon-yb-ic_search:before {
  content: "\e021";
}
.icon-yb-ic_setting:before {
  content: "\e022";
}
.icon-yb-ic_unfold:before {
  content: "\e024";
}
.icon-yb-ic_write:before {
  content: "\e025";
}
.icon-yb-ic_copy:before {
  content: "\e026";
}
.icon-yb-ic_copy_all:before {
  content: "\e027";
}
.icon-yb-ic_deepanswering:before {
  content: "\e028";
}
.icon-yb-ic_deepsearching_outline:before {
  content: "\e029";
}
.icon-yb-ic_draw_paraphrasing:before {
  content: "\e02a";
}
.icon-yb-ic_draw_platte:before {
  content: "\e02b";
}
.icon-yb-ic_draw_proportion:before {
  content: "\e02c";
}
.icon-yb-ic_draw_resolution:before {
  content: "\e02d";
}
.icon-yb-ic_draw_style:before {
  content: "\e02e";
}
.icon-yb-ic_earth:before {
  content: "\e02f";
}
.icon-yb-ic_fire:before {
  content: "\e030";
}
.icon-yb-ic_fire_filled:before {
  content: "\e031";
}
.icon-yb-ic_idea:before {
  content: "\e032";
}
.icon-yb-ic_input_add:before {
  content: "\e033";
}
.icon-yb-ic_input_call:before {
  content: "\e034";
}
.icon-yb-ic_input_file_add:before {
  content: "\e035";
}
.icon-yb-ic_input_keyboard:before {
  content: "\e036";
}
.icon-yb-ic_input_pause:before {
  content: "\e037";
}
.icon-yb-ic_input_photo:before {
  content: "\e038";
}
.icon-yb-ic_input_picture:before {
  content: "\e039";
}
.icon-yb-ic_input_send_nor:before {
  content: "\e03a";
}
.icon-yb-ic_input_voice:before {
  content: "\e03b";
}
.icon-yb-ic_link_jump:before {
  content: "\e03c";
}
.icon-yb-ic_link_search:before {
  content: "\e03d";
}
.icon-yb-ic_lock:before {
  content: "\e03e";
}
.icon-yb-ic_logo_internet:before {
  content: "\e03f";
}
.icon-yb-ic_logo_wechat:before {
  content: "\e040";
}
.icon-yb-ic_logo_wechat_friendcircle:before {
  content: "\e041";
}
.icon-yb-ic_magicwand:before {
  content: "\e042";
}
.icon-yb-ic_mindmap:before {
  content: "\e043";
}
.icon-yb-ic_newchat:before {
  content: "\e044";
}
.icon-yb-ic_outlined_star:before {
  content: "\e045";
}
.icon-yb-ic_outlined_star_filled:before {
  content: "\e046";
}
.icon-yb-ic_pause_circle:before {
  content: "\e047";
}
.icon-yb-ic_people:before {
  content: "\e048";
}
.icon-yb-ic_picture_circle_filled:before {
  content: "\e049";
}
.icon-yb-ic_play_circle:before {
  content: "\e04a";
}
.icon-yb-ic_preview_close:before {
  content: "\e04b";
}
.icon-yb-ic_refresh:before {
  content: "\e04c";
}
.icon-yb-ic_relevant:before {
  content: "\e04d";
}
.icon-yb-ic_schedule:before {
  content: "\e04e";
}
.icon-yb-ic_settop:before {
  content: "\e04f";
}
.icon-yb-ic_settop_off:before {
  content: "\e050";
}
.icon-yb-ic_settop_on:before {
  content: "\e051";
}
.icon-yb-ic_star_filled:before {
  content: "\e052";
}
.icon-yb-ic_thumb_down:before {
  content: "\e053";
}
.icon-yb-ic_thumb_up:before {
  content: "\e054";
}
.icon-yb-ic_time-1:before {
  content: "\e055";
}
.icon-yb-ic_tips:before {
  content: "\e056";
}
.icon-yb-ic_translate:before {
  content: "\e057";
}
.icon-yb-ic_transpond:before {
  content: "\e058";
}
.icon-yb-ic_voice:before {
  content: "\e059";
}
.icon-yb-ic_voice_off:before {
  content: "\e05a";
}
.icon-yb-ic_voice_on:before {
  content: "\e05b";
}
.icon-yb-add:before {
  content: "\e064";
}
.icon-yb-setting:before {
  content: "\e068";
}
.icon-yb-info:before {
  content: "\e06d";
}
.icon-yb-nav:before {
  content: "\e06e";
}
.icon-yb-downapp:before {
  content: "\e070";
}
.icon-yb-history:before {
  content: "\e075";
}
.icon-yb-refresh:before {
  content: "\e076";
}
.icon-yb-arrow-left:before {
  content: "\e077";
}
.icon-yb-chat-fill:before {
  content: "\e078";
}
.icon-yb-chat:before {
  content: "\e079";
}
.icon-yb-find-fill:before {
  content: "\e07a";
}
.icon-yb-find:before {
  content: "\e07b";
}
.icon-yb-market-fill:before {
  content: "\e07c";
}
.icon-yb-market:before {
  content: "\e07d";
}
.icon-yb-me-fill:before {
  content: "\e07e";
}
.icon-yb-me:before {
  content: "\e07f";
}
.icon-yb-upload:before {
  content: "\e083";
}
.icon-yb-download:before {
  content: "\e084";
}
.icon-yb-image:before {
  content: "\e085";
}
.icon-yb-link:before {
  content: "\e086";
}
.icon-yb-history-file:before {
  content: "\e087";
}
.icon-yb-Uploading-file:before {
  content: "\e088";
}
.icon-yb-ai-draw:before {
  content: "\e089";
}
.icon-yb-ai-read:before {
  content: "\e08a";
}
.icon-yb-ai-search:before {
  content: "\e08b";
}
.icon-yb-ai-write:before {
  content: "\e08c";
}
.icon-yb-top:before {
  content: "\e08d";
}
.icon-yb-deepthink:before {
  content: "\e08e";
}
.icon-yb-newchat:before {
  content: "\e092";
}
.icon-yb-right:before {
  content: "\e093";
}
.icon-yb-app:before {
  content: "\e094";
}
.icon-yb-phonenav:before {
  content: "\e096";
}
.icon-yb-newchat2:before {
  content: "\e097";
}
.icon-yb-linksearch:before {
  content: "\e098";
}
.icon-yb-copy:before {
  content: "\e099";
}
.icon-yb-rebuild:before {
  content: "\e09a";
}
.icon-yb-unlike:before {
  content: "\e09b";
}
.icon-yb-like:before {
  content: "\e09c";
}
.icon-yb-volume:before {
  content: "\e09d";
}
.icon-yb-share:before {
  content: "\e09e";
}
.icon-yb-unlike-sel:before {
  content: "\e09f";
}
.icon-yb-like-sel:before {
  content: "\e0a0";
}
.icon-yb-gongzhonghao:before {
  content: "\e0a1";
}
.icon-yb-weblink:before {
  content: "\e0a2";
}
.icon-yb-Eye:before {
  content: "\e0a4";
}
.icon-yb-search-nol:before {
  content: "\e0a6";
}
.icon-yb-temporarychat-sel:before {
  content: "\e0a7";
}
.icon-yb-temporarychat:before {
  content: "\e0a8";
}
.icon-yb-edit:before {
  content: "\e0a9";
}
.icon-yb-collect-1:before {
  content: "\e0af";
}
.icon-yb-collect-2:before {
  content: "\e0b0";
}
.icon-yb-closenav:before {
  content: "\e0b1";
}

:root[yb-theme="light"] {
  --yb-chat-nav-color: rgba(0, 0, 0, 0.9);
  --yb-chat-nav-title-color: #1A1A1A;
  --yb-chat-nav-bg-color: linear-gradient(to bottom, rgba(241, 242, 243, 0.1), rgba(241, 242, 243, 0) 100%);
  --yb-chat-nav-bg-blur: 20px;
  --yb-chat-greeting-agent-name-color: #1A1A1A;
  --yb-chat-clear-context-color: rgba(0, 0, 0, 0.27);
  --yb-chat-clear-context-icon-color: var(--yb-color-brand-primary);
}
:root[yb-theme="light"] {
  --yb-bubble-ai-bg-color: rgba(255, 255, 255, 0.72);
  --yb-bubble-ai-bg-clur: 30px;
  --yb-bubble-tool-item-color: rgba(0, 0, 0, 0.6);
  --yb-bubble-tool-item-disabled-color: rgba(0, 0, 0, 0.4);
  --yb-bubble-prompt-hint-split-color: rgba(0, 0, 0, 0.1);
}
:root[yb-theme="light"] {
  --yb-component-divider-color: rgba(0, 0, 0, 0.27);
  --yb-component-divider-border-color: rgba(0, 0, 0, 0.2);
  --yb-component-option-color: var(--yb-color-brand-primary);
  --yb-component-option-title-color: rgba(0, 0, 0, 0.4);
  --yb-component-option-bg-color: rgba(0, 0, 0, 0.03);
  --yb-component-loading-bg-color: rgba(248, 248, 248, 0.5);
  --yb-component-loading-color: rgba(0, 0, 0, 0.9);
  --yb-component-loading-search-color: rgba(0, 0, 0, 0.9);
  --yb-component-loading-process-color: rgba(0, 0, 0, 0.9);
  --yb-component-loading-process-progress-color: rgba(0, 0, 0, 0.9);
  --yb-component-ref-list-bg-color: rgba(0, 0, 0, 0.03);
  --yb-component-ref-list-header-color: rgba(26, 26, 26, 0.9);
  --yb-component-ref-list-item-color: var(--yb-color-brand-primary);
  --yb-component-middleware-bg-color: rgba(0, 0, 0, 0.03);
  --yb-component-middleware-header-color: rgba(26, 26, 26, 0.9);
  --yb-component-middleware-body-bg-color: transparent;
  --yb-component-middleware-item-color: rgba(0, 0, 0, 0.6);
  --yb-component-middleware-divider-border-color: #dcdcdc;
  --yb-component-middleware-divider-color: rgba(0, 0, 0, 0.6);
}
:root[yb-theme="light"] {
  --yb-md-text-color: #1A1A1A;
  --yb-md-h-color: #1A1A1A;
  --yb-md-del-color: var(--yb-color-brand-primary);
  --yb-md-code-bg-color: rgba(0, 0, 0, 0.04);
  --yb-md-code-button-bg-color: #fff;
  --yb-md-code-button-color: rgba(26, 26, 26, 0.6);
  --yb-md-code-button-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.02), 0px 16px 24px 2px rgba(0, 0, 0, 0.02), 0px 6px 30px 5px rgba(0, 0, 0, 0.02);
  --yb-md-code-header-bg-color: #EDEDED;
  --yb-md-ref-list-item-color: var(--yb-color-brand-primary);
  --yb-md-ref-list-item-bg-color: rgba(var(--yb-color-brand-primary-rgb), 0.1);
  --yb-md-ref-list-item-content-bg-color: #fff;
  --yb-md-ref-list-item-content-color: var(--yb-color-brand-primary);
  --yb-md-ref-list-item-content-shadow: 0px 8px 25px 5px rgba(0, 0, 0, 0.2);
  --yb-md-ref-list-item-content-arrow-shadow: 0px 8px 25px 5px rgba(0, 0, 0, 0.2);
  --yb-md-inline-code-bg-color: rgba(0, 0, 0, 0.05);
  --yb-md-th-color: rgba(0, 0, 0, 0.9);
  --yb-md-th-bg-color: rgba(255, 255, 255, 0.8);
  --yb-md-td-color: rgba(0, 0, 0, 0.6);
  --yb-md-td-bg-color-odd: rgba(0, 0, 0, 0.03);
  --yb-md-td-bg-color-even: rgba(255, 255, 255, 0.8);
  --yb-md-file-bg-color: #fff;
  --yb-md-file-title-color: rgba(0, 0, 0, 0.9);
  --yb-md-file-desc-color: rgba(0, 0, 0, 0.4);
  --yb-md-link-color: var(--yb-color-brand-primary);
}
:root[yb-theme="light"] {
  --yb-input-btn-bg-color: var(--yb-color-brand-primary);
  --yb-input-shadow: none;
  --yb-input-bg-color: #fff;
  --yb-input-bg-blur: 30px;
  --yb-input-border-color: rgba(0, 0, 0, 0.08);
  --yb-input-focus-border-color: var(--yb-color-brand-primary);
  --yb-input-color: var(--yb-color-text-primary);
  --yb-input-placeholder-color: var(--yb-color-text-placeholder);
  --yb-input-file-item-bg-color: var(--yb-color-bg-light);
  --yb-input-file-item-title-color: var(--yb-color-text-primary);
  --yb-input-file-item-desc-color: var(--yb-color-text-secondary-2);
  --yb-input-caret-color: var(--yb-color-brand-primary);
  --yb-input-btn-bg-color--mobile: rgba(255, 255, 255, 0.72);
  --yb-input-btn-border-color--mobile: rgba(255, 255, 255, 0.72);
  --yb-input-btn-color--mobile: var(--yb-color-text-secondary-1);
  --yb-input-send-btn-bg-color: var(--yb-color-brand-primary);
  --yb-input-send-btn-color: #fff;
}
:root[yb-theme="light"] {
  --yb-copyright-color: rgba(0, 0, 0, 0.5);
}
@font-face {
  font-family: 'sim';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TCloud Number';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+30-39;
}
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.input-box-element-color-transition {
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
  transition-timing-function: linear;
}


/*# sourceMappingURL=sourcemap/7974.16f1e556192eefd9161b.css.map*/