.evt-mobile-dialog .t-dialog {
  padding: 28px 12px 24px;
}
.evt-mobile-dialog .t-dialog .t-dialog__header {
  font-size: 14px;
  line-height: 24px;
}
.evt-mobile-dialog .t-dialog .t-dialog__header-content {
  justify-content: center;
}
.evt-mobile-dialog .t-dialog .t-dialog__body {
  padding-top: 8px;
  padding-bottom: 0;
}
.evt-mobile-dialog--content {
  text-align: center;
}
.evt-mobile-dialog--footer {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.evt-mobile-dialog--btn {
  border-width: 0;
  padding: 0;
  margin: 0;
  display: flex;
  width: 138px;
  height: 40px;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}
.evt-mobile-dialog--btn:active {
  opacity: 0.6;
  outline: none;
}
.evt-mobile-dialog--btn__submit {
  background-color: #20C57D;
  color: #fff;
}
.evt-mobile-dialog.error .evt-mobile-dialog--btn__submit {
  background: var(---yb_error_primary_normal, #fa5151);
}
.evt-mobile-dialog.confirm .evt-mobile-dialog--btn__submit {
  background-color: #3377e8;
}
@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;
}
/**
 * CSS 变量定义
 */
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.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;
}

/**
 * @file style.less
 * @author markJia(markjia@tencent.com)
 */
.style__main___BbeiK {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  margin: 0 auto;
}
.style__main___BbeiK.style__no-header___xlKBg .style__info___jV7SO {
  transform: translateY(0);
}
.style__main___BbeiK .style__header___KZF0X {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  padding: 26px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}
.style__main___BbeiK .style__info___jV7SO {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  transform: translateY(-80px);
}
.style__main___BbeiK .style__info___jV7SO .style__icon___O4Ss6 {
  width: 64px;
  height: auto;
  margin-bottom: 16px;
  color: var(--text-text_primary);
}
.style__main___BbeiK .style__info___jV7SO .style__title___fGQ2L {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--text-text_primary);
  text-align: center;
  margin-top: 4px;
}
.style__main___BbeiK .style__info___jV7SO .style__desc___a7cmc {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.style__main___BbeiK .style__info___jV7SO .style__feedback___v0KbH {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.style__main___BbeiK .style__info___jV7SO .style__footer___p_9F3 {
  margin-top: 12px;
}
.style__description___QJGRM {
  display: none;
}
@media screen and (min-width: 1401px) and (max-width: 2160px) {
  .style__main___BbeiK {
    width: 54.86%;
  }
}
@media screen and (min-width: 2161px) {
  .style__main___BbeiK {
    width: 1188px;
  }
}
.style__logo-container___Rw2ZV {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--background-container);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-text_primary);
}
@font-face {
  font-family: 'sim';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TCloud Number';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+30-39;
}
/**
 * CSS 变量定义
 */
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.style__input-box-element-color-transition___bDNnO {
  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";
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/d15e6dcc841670119bb4.woff2?t=efdfeeff31127ed3eb92dfd6de3267d6); /* IE9 */
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/d15e6dcc841670119bb4.woff2?t=efdfeeff31127ed3eb92dfd6de3267d6#iefix) format('embedded-opentype');
}

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

.icon-arrow-right:before {
  content: "\e002";
}
.icon-attention:before {
  content: "\e003";
}
.icon-close:before {
  content: "\e005";
}
.icon-code:before {
  content: "\e006";
}
.icon-setting:before {
  content: "\e007";
}
.icon-vs:before {
  content: "\e008";
}
.icon-copy2:before {
  content: "\e009";
}
.icon-correct:before {
  content: "\e00a";
}
.icon-consult:before {
  content: "\e00b";
}
.icon-delete:before {
  content: "\e00c";
}
.icon-edit:before {
  content: "\e00e";
}
.icon-textscan:before {
  content: "\e010";
}
.icon-expire:before {
  content: "\e011";
}
.icon-feedback:before {
  content: "\e012";
}
.icon-file:before {
  content: "\e013";
}
.icon-chat-square:before {
  content: "\e015";
}
.icon-copy:before {
  content: "\e016";
}
.icon-home:before {
  content: "\e019";
}
.icon-info:before {
  content: "\e01c";
}
.icon-instruct:before {
  content: "\e01d";
}
.icon-keyboard:before {
  content: "\e01e";
}
.icon-like:before {
  content: "\e01f";
}
.icon-line:before {
  content: "\e020";
}
.icon-menu:before {
  content: "\e022";
}
.icon-select:before {
  content: "\e024";
}
.icon-next:before {
  content: "\e025";
}
.icon-notice:before {
  content: "\e026";
}
.icon-play:before {
  content: "\e028";
}
.icon-add:before {
  content: "\e029";
}
.icon-refresh:before {
  content: "\e02a";
}
.icon-time:before {
  content: "\e031";
}
.icon-mic:before {
  content: "\e032";
}
.icon-like-active:before {
  content: "\e035";
}
.icon-arrow-down:before {
  content: "\e036";
}
.icon-arrow-left:before {
  content: "\e037";
}
.icon-dislike:before {
  content: "\e038";
}
.icon-arrow-up:before {
  content: "\e039";
}
.icon-dislike-active:before {
  content: "\e03b";
}
.icon-transfer:before {
  content: "\e03c";
}
.icon-cancel:before {
  content: "\e03d";
}
.icon-check:before {
  content: "\e03e";
}
.icon-default:before {
  content: "\e03f";
}
.icon-error:before {
  content: "\e040";
}
.icon-info-circle:before {
  content: "\e041";
}
.icon-mic-f:before {
  content: "\e042";
}
.icon-pdf:before {
  content: "\e043";
}
.icon-question:before {
  content: "\e044";
}
.icon-success:before {
  content: "\e045";
}
.icon-touzi:before {
  content: "\e046";
}
.icon-warning:before {
  content: "\e047";
}
.icon-warning1:before {
  content: "\e048";
}
.icon-helper:before {
  content: "\e04a";
}
.icon-lock:before {
  content: "\e04f";
}
.icon-search:before {
  content: "\e050";
}
.icon-stop:before {
  content: "\e051";
}
.icon-simple-instruct:before {
  content: "\e052";
}
.icon-more:before {
  content: "\e056";
}
.icon-pre:before {
  content: "\e057";
}
.icon-complete-instruct:before {
  content: "\e058";
}
.icon-error2:before {
  content: "\e059";
}
.icon-privacy:before {
  content: "\e05a";
}
.icon-protocol1:before {
  content: "\e05b";
}
.icon-version:before {
  content: "\e05c";
}
.icon-thumb:before {
  content: "\e05d";
}
.icon-pause:before {
  content: "\e05e";
}
.icon-send:before {
  content: "\e05f";
}
.icon-image:before {
  content: "\e060";
}
.icon-chat:before {
  content: "\e061";
}
.icon-inspiration:before {
  content: "\e062";
}
.icon-smile:before {
  content: "\e064";
}
.icon-share:before {
  content: "\e065";
}
.icon-history:before {
  content: "\e067";
}
.icon-sort:before {
  content: "\e06a";
}
.icon-download:before {
  content: "\e06e";
}
.icon-add-image-1:before {
  content: "\e06f";
}
.icon-edit-image-1:before {
  content: "\e070";
}
.icon-del:before {
  content: "\e072";
}
.icon-light:before {
  content: "\e073";
}
.icon-mountain:before {
  content: "\e075";
}
.icon-set:before {
  content: "\e077";
}
.icon-voice-play:before {
  content: "\e07b";
}
.icon-star:before {
  content: "\e07d";
}
.icon-my:before {
  content: "\e081";
}
.icon-swap:before {
  content: "\e083";
}
.icon-Vector5:before {
  content: "\e084";
}
.icon-image-error:before {
  content: "\e085";
}
.icon-time-filled:before {
  content: "\e087";
}
.icon-model:before {
  content: "\e088";
}
.icon-phone:before {
  content: "\e089";
}
.icon-evaluate:before {
  content: "\e08a";
}
.icon-refresh2:before {
  content: "\e08b";
}
.icon-dot:before {
  content: "\e08c";
}
.icon-func:before {
  content: "\e08d";
}
.icon-style:before {
  content: "\e08f";
}
.icon-none:before {
  content: "\e090";
}
.icon-template:before {
  content: "\e091";
}
.icon-me:before {
  content: "\e092";
}
.icon-upload2:before {
  content: "\e096";
}
.icon-upload:before {
  content: "\e097";
}
.icon-chajian:before {
  content: "\e099";
}
.icon-folder:before {
  content: "\e09a";
}
.icon-xiaochengxuma:before {
  content: "\e09e";
}
.icon-upload3:before {
  content: "\e0a0";
}
.icon-camera:before {
  content: "\e0a1";
}
.icon-volume_up:before {
  content: "\e0a2";
}
.icon-volume_off:before {
  content: "\e0a3";
}
.icon-btn1:before {
  content: "\e0a8";
}
.icon-link:before {
  content: "\e0a9";
}
.icon-draw_switch:before {
  content: "\e0b1";
}
.icon-paraphrase:before {
  content: "\e0b2";
}
.icon-art_style:before {
  content: "\e0b3";
}
.icon-proportion:before {
  content: "\e0b4";
}
.icon-resolution:before {
  content: "\e0b5";
}
.icon-lianjie:before {
  content: "\e0b6";
}
.icon-share_pin:before {
  content: "\e0b7";
}
.icon-ai_beauty:before {
  content: "\e0b8";
}
.icon-speaker:before {
  content: "\e0b9";
}
.icon-shezhi:before {
  content: "\e0bd";
}
.icon-up_ed:before {
  content: "\e0c0";
}
.icon-up:before {
  content: "\e0c1";
}
.icon-up_cancle:before {
  content: "\e0c2";
}
.icon-arrow:before {
  content: "\e0c7";
}
.icon-analyse:before {
  content: "\e0ca";
}
.icon-arrow2:before {
  content: "\e0cb";
}
.icon-subscribe:before {
  content: "\e0cc";
}
.icon-recently:before {
  content: "\e0cd";
}
.icon-favorite:before {
  content: "\e0ce";
}
.icon-return:before {
  content: "\e0d0";
}
.icon-wen:before {
  content: "\e0d1";
}
.icon-voice:before {
  content: "\e0d2";
}
.icon-music:before {
  content: "\e0d5";
}
.icon-ask:before {
  content: "\e0da";
}
.icon-btn_draw:before {
  content: "\e0db";
}
.icon-btn_read:before {
  content: "\e0dc";
}
.icon-btn_search:before {
  content: "\e0dd";
}
.icon-btn_write:before {
  content: "\e0de";
}
.icon-arrow_filled_right:before {
  content: "\e0df";
}
.icon-pause2:before {
  content: "\e0e0";
}
.icon-wendangyichang:before {
  content: "\e0e1";
}

/**
 * @file style.less
 * @author weifendeng(weifendeng@tencent.com)
 */
.colorful-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 16px;
}
.style__hunyuan-icon-circle-bg-wrapper___Hxh4l {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F3F3F3;
  flex-shrink: 0;
  cursor: pointer;
}
@font-face {
  font-family: 'sim';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TCloud Number';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+30-39;
}
/**
 * CSS 变量定义
 */
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.style__input-box-element-color-transition___QQsfT {
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
  transition-timing-function: linear;
}

.third-login-modal-dialog .t-dialog__position {
  padding: 0;
}
.third-login-modal-dialog .t-dialog__position > .t-dialog {
  width: 100%;
  max-width: 100%;
  border: none;
  height: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
}
.third-login-modal-dialog .t-dialog__body {
  padding: 0;
  height: 100vh;
}
.third-login-modal-dialog--content {
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.third-login-modal-dialog--close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.third-login-modal-dialog--close-icon:hover {
  background: rgba(0, 0, 0, 0.05);
}
.third-login-modal-dialog--logo {
  width: 48px;
  height: 48px;
}
.third-login-modal-dialog--text {
  margin: 32px 0;
}
.third-login-modal-dialog--title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
}
.third-login-modal-dialog--subtext {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
}
.third-login-modal-dialog--btn {
  border-radius: 8px;
  padding: 13px 62px;
  pointer-events: pointer;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.third-login-modal-dialog--btn:hover {
  background-color: #2CCA78;
}
@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;
}
/**
 * CSS 变量定义
 */
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.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;
}

.third-party-login-confirm {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.third-party-login-confirm .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
}
.third-party-login-confirm .close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.05);
}
.third-party-login-confirm .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 290px;
  margin: auto;
  text-align: center;
}
.third-party-login-confirm .content .logo {
  width: 48px;
  height: 48px;
}
.third-party-login-confirm .content .text {
  margin: 32px 0;
}
.third-party-login-confirm .content .text .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.9);
}
.third-party-login-confirm .content .text .sub-title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.6);
}
.third-party-login-confirm .content .sub-text {
  margin: 16px 0;
}
.third-party-login-confirm .content .sub-text .sub-title {
  font-size: 12px;
  line-height: 18px;
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.6);
}
.third-party-login-confirm .content .btn {
  border-radius: 8px;
  padding: 5px 28px;
  transition: 0.4s;
  box-sizing: content-box;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  background: #20C57D;
}
.third-party-login-confirm .content .btn:hover {
  background-color: #2CCA78;
}
.third-party-login-confirm .protocol {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 33px;
  width: 80%;
  max-width: 400px;
}
.third-party-login-confirm .protocol label {
  outline: none;
  box-shadow: none;
}
.third-party-login-confirm .protocol .checkbox .t-checkbox__input {
  flex-shrink: 0;
}
.third-party-login-protocol-body {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.third-party-login-protocol-body a {
  color: #576B95;
}
.third-party-login-protocol-body .t-checkbox__input {
  flex-shrink: 0;
}
.third-party-login-dialog .t-button--theme-primary {
  background: rgba(0, 0, 0, 0.9);
}
@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;
}
/**
 * CSS 变量定义
 */
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.input-box-element-color-transition {
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
  transition-timing-function: linear;
}

@media screen and (max-width: 767px) {
  .login-safe-check-dialog .hyc-phone-login {
    padding: 0;
  }
  .login-safe-check-dialog .hyc-phone-login__content-input-row,
  .login-safe-check-dialog .hyc-phone-login__submit-btn {
    width: 100%;
  }
}
@font-face {
  font-family: 'sim';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TCloud Number';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+30-39;
}
/**
 * CSS 变量定义
 */
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.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;
}

.safe-check-input {
  padding: 24px 46px 30px 46px;
}
.hyc-phone-login__title-name {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: var(--text-text_primary);
}
.hyc-phone-login__title-desc {
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  color: var(--text-text_secondary);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 32px;
}
.hyc-phone-login__grey {
  color: var(--text-text_primary);
  padding-right: 8px;
  font-size: 16px;
  white-space: nowrap;
  flex-shrink: 0;
}
.hyc-phone-login__content-input-row {
  color: var(--text-text_primary);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 12px;
  width: 320px;
  height: 48px;
  background-color: transparent;
  border: 1px solid var(--widget-line);
  border-radius: 8px;
  box-sizing: border-box;
  transition: border 0.2s;
}
.hyc-phone-login__content-input-row-show {
  border-color: transparent;
  height: 32px;
  padding-left: 0px;
}
.hyc-phone-login__content-input-row-show:hover {
  border-color: transparent !important;
}
.hyc-phone-login__content-input-row .t-input__inner:-webkit-autofill,
.hyc-phone-login__content-input-row .t-input__inner:-webkit-autofill:hover,
.hyc-phone-login__content-input-row .t-input__inner:-webkit-autofill:focus,
.hyc-phone-login__content-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__content-input-row:hover {
  border: 1px solid var(--widget-btn_click_1);
}
.hyc-phone-login__content-input-row:hover .outline-placeholder {
  border-color: var(--widget-btn_click_1);
}
.hyc-phone-login__content-input-row .outline-placeholder {
  opacity: 0;
  pointer-events: none;
  transition: 0.2s opacity;
}
.hyc-phone-login__content-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__content-input-row .t-input {
  background-color: transparent;
  border: 0;
  height: 48px;
  font-size: 16px;
}
.hyc-phone-login__content-input-row .t-input__inner {
  width: 100%;
}
.hyc-phone-login__content-input-row .t-input:-webkit-autofill,
.hyc-phone-login__content-input-row .t-input:-webkit-autofill:hover,
.hyc-phone-login__content-input-row .t-input:-webkit-autofill:focus,
.hyc-phone-login__content-input-row .t-input:-webkit-autofill:active {
  box-shadow: none;
  background-color: transparent;
}
.hyc-phone-login__content-input-row .t-input--focused {
  box-shadow: none;
  border-color: var(--widget-btn_click_1);
}
.hyc-phone-login__content-input-row .t-input:focus {
  box-shadow: none;
  border-color: var(--widget-btn_click_1);
}
.hyc-phone-login__content-input-row .t-input:hover {
  border-color: var(--widget-btn_click_1);
}
.hyc-phone-login__content-input-row .t-input input::-webkit-outer-spin-button,
.hyc-phone-login__content-input-row .t-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hyc-phone-login__content-input-row .t-input__wrap:has(> .t-input--focused) + .outline-placeholder {
  border-color: var(--widget-btn_click_1);
}
.hyc-phone-login__send-code {
  display: block;
  width: 100px;
  color: var(--text-text_primary);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.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__submit-btn {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  height: 48px !important;
  width: 320px;
  padding: 4px 16px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  background: var(--brand-black_1);
  cursor: pointer;
  outline: none;
}
.hyc-phone-login__submit-btn:hover {
  background: var(--widget-btn_click_3);
}
@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;
}
/**
 * CSS 变量定义
 */
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.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;
}

.global-error-boundary-fallback__icon {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(250, 81, 81, 0.1);
  color: #FA5151;
  margin-bottom: 16px;
}
.global-error-boundary-fallback__desc {
  font-size: 14px !important;
}
.global-error-boundary-fallback__desc--root {
  width: 100%;
  max-width: 640px;
  margin-top: 6px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px;
  background: #fafafa;
  border: 1px solid #d6d7dc;
  white-space: pre-wrap;
  /* 或者使用 pre-line */
  word-break: break-all;
  /* 或者使用 keep-all */
  overflow-wrap: break-word;
}
.global-error-boundary-fallback__footer {
  margin-top: 32px;
  margin-bottom: 8px;
}
.global-error-boundary-fallback__footer .t-button {
  width: 120px;
  height: 36px;
}
.global-error-boundary-fallback__root {
  width: 100% !important;
}
.global-error-boundary-fallback__content {
  padding: 0 24px;
}
@font-face {
  font-family: 'sim';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TCloud Number';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+30-39;
}
/**
 * CSS 变量定义
 */
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.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;
}

/**
 * @file style.less
 * @author weifendeng(weifendeng@tencent.com)
 */
.style__hunyuan-icon-wrapper___t86IZ {
  display: inline-block;
}
@font-face {
  font-family: 'sim';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TCloud Number';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+30-39;
}
/**
 * CSS 变量定义
 */
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.style__input-box-element-color-transition___dQngH {
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
  transition-timing-function: linear;
}

.ybc-oversea-input{position:relative;min-height:66px}.ybc-oversea-input__wrap{z-index:1;border-radius:8px;border:1px solid var(--widget-line);box-sizing:border-box;width:100%}.ybc-oversea-input__wrap_showList{position:absolute}.ybc-oversea-input__wrap:hover,.ybc-oversea-input__wrap:focus,.ybc-oversea-input__wrap:active{border:1px solid var(--widget-btn_click_2)}.ybc-oversea-input__wrap__formitem{display:flex;padding:8px 13px;box-sizing:border-box;align-items:center}.ybc-oversea-input__wrap__formitem__areaCode{display:flex;align-items:center;cursor:pointer;font-size:16px;color:var(--text-text_primary);white-space:nowrap}.ybc-oversea-input__wrap__formitem__areaCode_disabled{cursor:default !important}.ybc-oversea-input__wrap__arealist{background-color:var(--td-bg-color-container)}.ybc-oversea-input__wrap__arealist__item{text-align:left;cursor:pointer;padding:8px 10px;margin:5px 6px;font-size:16px;line-height:22px;color:var(--text-text_primary)}.ybc-oversea-input__wrap__arealist__item__icon{display:none !important}.ybc-oversea-input__wrap__arealist__item_active{display:flex;align-items:center;justify-content:space-between;border-radius:6px;background:var(--background-list_background)}.ybc-oversea-input__wrap__arealist__item_active .yuanbao-oversea-input__wrap__arealist__item__icon{display:block !important}.ybc-oversea-input__wrap__arealist__item:hover{display:flex;align-items:center;justify-content:space-between;border-radius:6px;background:var(--background-list_background)}.ybc-oversea-input .t-input{border:none;background-color:rgba(0,0,0,0);color:var(--text-text_primary);font-family:"PingFang SC";font-size:16px;line-height:22px}.ybc-oversea-input .t-input:-webkit-autofill,.ybc-oversea-input .t-input:-webkit-autofill:hover,.ybc-oversea-input .t-input:-webkit-autofill:focus,.ybc-oversea-input .t-input:-webkit-autofill:active{box-shadow:none;border:0 none;background-color:rgba(0,0,0,0)}.ybc-oversea-input .t-input:focus{box-shadow:none}.ybc-oversea-input .t-input--focused{box-shadow:none}.ybc-oversea-input .t-input__inner{box-shadow:0 0 0px 1000px var(--background-container) inset}
.ybc-login__agreement{width:100%;padding:0 62px;box-sizing:border-box;white-space:normal !important}.ybc-login__agreement .t-is-checked .t-checkbox__input{border-color:var(--brand-black_2);background-color:var(--brand-black_2)}.ybc-login__agreement .t-is-checked .t-checkbox__input::after{border:2px solid var(--background-container);border-top:0;border-left:0}.ybc-login__agreement .t-checkbox__input{padding-right:14px}.ybc-phone-login__grey{color:var(--text-text_primary);padding-right:8px;font-size:16px;white-space:nowrap;flex-shrink:0}.ybc-phone-login__input-row{position:relative;display:flex;align-items:center;margin-bottom:16px;padding-left:12px;border:1px solid var(--widget-line);border-radius:8px;box-sizing:border-box;transition:border .2s}.ybc-phone-login__input-row .t-input__inner:-webkit-autofill,.ybc-phone-login__input-row .t-input__inner:-webkit-autofill:hover,.ybc-phone-login__input-row .t-input__inner:-webkit-autofill:focus,.ybc-phone-login__input-row .t-input__inner:-webkit-autofill:active{-webkit-box-shadow:inset 0 0 0 1000px rgba(0,0,0,0) !important;background-color:rgba(0,0,0,0);background-image:none;-webkit-transition:background-color 50000s ease-in-out 0s;transition:background-color 50000s ease-in-out 0s}.ybc-phone-login__input-row:hover{border:1px solid var(--widget-btn_click_2)}.ybc-phone-login__input-row:hover .outline-placeholder{border-color:var(--widget-btn_click_2)}.ybc-phone-login__input-row .outline-placeholder{opacity:0;pointer-events:none;transition:.2s opacity}.ybc-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}.ybc-phone-login__input-row .t-input{background-color:rgba(0,0,0,0);border:0;height:48px;font-size:16px}.ybc-phone-login__input-row .t-input__inner{width:100%}.ybc-phone-login__input-row .t-input:-webkit-autofill,.ybc-phone-login__input-row .t-input:-webkit-autofill:hover,.ybc-phone-login__input-row .t-input:-webkit-autofill:focus,.ybc-phone-login__input-row .t-input:-webkit-autofill:active{box-shadow:none;background-color:rgba(0,0,0,0)}.ybc-phone-login__input-row .t-input--focused{box-shadow:none;border-color:var(--widget-btn_click_2)}.ybc-phone-login__input-row .t-input:focus{box-shadow:none;border-color:var(--widget-btn_click_2)}.ybc-phone-login__input-row .t-input:hover{border-color:var(--widget-btn_click_2)}.ybc-phone-login__input-row .t-input input::-webkit-outer-spin-button,.ybc-phone-login__input-row .t-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ybc-phone-login__input-row .t-input__wrap:has(>.t-input--focused)+.outline-placeholder{border-color:var(--widget-btn_click_1)}.ybc-phone-login__send-code{display:block;width:100px;color:var(--text-text_primary);text-align:center;text-decoration:none;cursor:pointer;white-space:nowrap;flex-shrink:0;font-size:16px}.ybc-phone-login__send-code-sep{color:var(--widget-line)}.ybc-phone-login__send-code.is-disabled{cursor:not-allowed;color:var(--text-text_tertiary)}.ybc-phone-login__btn{margin-top:24px;display:flex;justify-content:center;align-items:center;gap:8px;align-self:stretch;height:48px;width:100%;padding:4px 16px;font-size:16px;border-radius:8px;border:none;background:var(--brand-black_1);color:var(--text-text_white);cursor:pointer;outline:none}.ybc-phone-login__btn:hover{background:var(--widget-btn_click_3)}
.ybc-bindPhoneDialog .t-dialog__body{margin:0px 30px;overflow:hidden}.ybc-bindPhoneDialog .t-input__inner{box-shadow:none}.ybc-bindPhoneDialog .ybc-bindPhoneDialogDesc{color:var(--text-text_primary);font-size:20px;font-weight:500;margin-bottom:12px;line-height:normal}.ybc-bindPhoneDialog .ybc-bindPhoneDialogTip{color:var(--text-text_secondary);margin-bottom:32px;font-size:14px;line-height:22px}.ybc-bindPhoneDialog .hyc-phone-login{width:100%;max-width:320px}.ybc-bindPhoneDialog .hyc-phone-login__input-row,.ybc-bindPhoneDialog .hyc-phone-login__btn{width:100%}.ybc-bindPhoneDialog .hyc-phone-login__btn{margin-top:24px}.ybc-bindPhoneDialog .hyc-phone-login__input-row{background-color:rgba(0,0,0,0);border-color:var(--widget-line)}
@font-face {
  font-family: "iconfont-yb";
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/13dee267147b9c49d9fc.woff2?t=78e3a7c06e95ba3b76a3612ecb1f34d3); /* IE9 */
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/13dee267147b9c49d9fc.woff2?t=78e3a7c06e95ba3b76a3612ecb1f34d3#iefix) format('woff2'), /* IE6-IE8 */
}

.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";
}
.icon-yb-empty:before {
  content: "\e0b2";
}
.icon-yb-blank:before {
  content: "\e0b3";
}
.icon-yb-Pinpoint:before {
  content: "\e0b4";
}
.icon-yb-ic_meeting:before {
  content: "\e0b5";
}
.icon-yb-ic_audio:before {
  content: "\e0b7";
}
.icon-yb-ic_enter:before {
  content: "\e0b8";
}
.icon-yb-ic_trans:before {
  content: "\e0ba";
}
.icon-yb-ic_transform_20:before {
  content: "\e0bb";
}
.icon-yb-ic_video_20:before {
  content: "\e0bc";
}
.icon-yb-r1:before {
  content: "\e0bd";
}
.icon-yb-t1:before {
  content: "\e0be";
}
.icon-yb-ic_Minus:before {
  content: "\e0bf";
}
.icon-yb-ic_project_new:before {
  content: "\e0c0";
}
.icon-yb-ic_chat_project:before {
  content: "\e0c1";
}
.icon-yb-ic_check_circle:before {
  content: "\e0c2";
}
.icon-yb-ic_check_circle_filled-1:before {
  content: "\e0c3";
}
.icon-yb-ic_arrow_left_2504:before {
  content: "\e0cf";
}
.icon-yb-ic_arrow_right_2504:before {
  content: "\e0d0";
}
.icon-yb-ic_collect_2504:before {
  content: "\e0d1";
}
.icon-yb-ic_copy_2504:before {
  content: "\e0d2";
}
.icon-yb-ic_edit_2504:before {
  content: "\e0d3";
}
.icon-yb-ic_refresh_2504:before {
  content: "\e0d4";
}
.icon-yb-ic_share_2504:before {
  content: "\e0d5";
}
.icon-yb-ic_like_2504:before {
  content: "\e0d6";
}
.icon-yb-ic_like_fill_2504:before {
  content: "\e0d7";
}
.icon-yb-ic_unlike_2504:before {
  content: "\e0d8";
}
.icon-yb-ic_unlike_fill_2504:before {
  content: "\e0d9";
}
.icon-yb-ic_project_add_24:before {
  content: "\e0da";
}
.icon-yb-ic_move_add:before {
  content: "\e0db";
}
.icon-yb-ic_move_Minus:before {
  content: "\e0dc";
}
.icon-yb-pj_edit:before {
  content: "\e0dd";
}
.icon-yb-pj_library:before {
  content: "\e0de";
}
.icon-yb-pj_tyzl_dark:before {
  content: "\e0df";
}
.icon-yb-pj_tyzl:before {
  content: "\e0e0";
}
.icon-yb-ic_return_16:before {
  content: "\e0e8";
}
.icon-yb-ic_forward_16:before {
  content: "\e0e9";
}
.icon-yb-ic_preview_16:before {
  content: "\e0ea";
}
.icon-yb-ic_running_16:before {
  content: "\e0eb";
}
.icon-yb-ic_delete_16:before {
  content: "\e0ed";
}
.icon-yb-ic_close_16:before {
  content: "\e0ee";
}
.icon-yb-ic_expand_16:before {
  content: "\e0ef";
}
.icon-yb-ic_running_fill_16:before {
  content: "\e0f3";
}
.icon-yb-ic_stop_fill_16:before {
  content: "\e0f4";
}
.icon-yb-ic_code_20:before {
  content: "\e0f5";
}
.icon-yb-pj_more_doc:before {
  content: "\e0f6";
}
.icon-yb-ic_arrow_down_16:before {
  content: "\e0f8";
}
.icon-yb-ic_application_20:before {
  content: "\e0f9";
}
.icon-yb-ic_collect_20:before {
  content: "\e0fa";
}
.icon-yb-ic_group_20:before {
  content: "\e0fb";
}
.icon-yb-ic_minichat_20:before {
  content: "\e0fc";
}
.icon-yb-ic_moregroups_20:before {
  content: "\e0fd";
}
.icon-yb-ic_newchat_20:before {
  content: "\e0fe";
}
.icon-yb-ic_search_20:before {
  content: "\e100";
}
.icon-yb-ic_share_20:before {
  content: "\e101";
}
.icon-yb-ic_sidebar_20:before {
  content: "\e102";
}
.icon-yb-ic_temporary_20:before {
  content: "\e103";
}
.icon-yb-ic_temporary_on_20:before {
  content: "\e104";
}
.icon-yb-ic_add_16:before {
  content: "\e106";
}
.icon-yb-ic_more_vert_16:before {
  content: "\e107";
}
.icon-yb-ic_pin_16:before {
  content: "\e108";
}
.icon-yb-ic_multiple_20:before {
  content: "\e109";
}
.icon-yb-ic_move2group_20:before {
  content: "\e10a";
}
.icon-yb-ic_edit_20:before {
  content: "\e10b";
}
.icon-yb-ic_pin_20:before {
  content: "\e10c";
}
.icon-yb-ic_unpin_20:before {
  content: "\e10d";
}
.icon-yb-ic_delete_20:before {
  content: "\e10e";
}
.icon-yb-ic_add_20:before {
  content: "\e111";
}
.icon-yb-ic_close1_16:before {
  content: "\e112";
}
.icon-yb-ic_close_20:before {
  content: "\e113";
}
.icon-yb-ic_mainchat_20:before {
  content: "\e114";
}
.icon-yb-ic_extension_20:before {
  content: "\e116";
}
.icon-yb-ic_download_20:before {
  content: "\e117";
}
.icon-yb-ic_apple_20_fill:before {
  content: "\e118";
}
.icon-yb-ic_windows_20_fill:before {
  content: "\e119";
}
.icon-yb-ic_apple_20:before {
  content: "\e11a";
}
.icon-yb-ic_windows_20:before {
  content: "\e11b";
}
.icon-yb-ic_jieti_20:before {
  content: "\e11d";
}
.icon-yb-ic_arrow_right_16:before {
  content: "\e11e";
}
.icon-yb-ic_download_16:before {
  content: "\e11f";
}
.icon-yb-ic_setting_20:before {
  content: "\e121";
}
.icon-yb-ic_fold_16:before {
  content: "\e122";
}
.icon-yb-ic_meeting_20:before {
  content: "\e123";
}
.icon-yb-ic_expand-2_16:before {
  content: "\e124";
}
.icon-yb-ic_fold-2_16:before {
  content: "\e125";
}
.icon-yb-ic_download-large_16:before {
  content: "\e129";
}
.icon-yb-ic_info_12:before {
  content: "\e12d";
}
.icon-yb-sougoubrowser:before {
  content: "\e12f";
}
.icon-yb-QQbrowser:before {
  content: "\e131";
}
.icon-yb-edge-filled:before {
  content: "\e132";
}
.icon-yb-QQbrowser-filled:before {
  content: "\e133";
}
.icon-yb-Chrome-filled:before {
  content: "\e134";
}
.icon-yb-sougoubrowser-filled:before {
  content: "\e135";
}
.icon-yb-sougou-color:before {
  content: "\e136";
}
.icon-yb-Chrome-color:before {
  content: "\e137";
}
.icon-yb-edge-color:before {
  content: "\e138";
}
.icon-yb-ic_phone_20:before {
  content: "\e13c";
}
.icon-yb-ic_download_circle_20:before {
  content: "\e13d";
}
.icon-yb-microsoft_edge:before {
  content: "\e140";
}
.icon-yb-chrome:before {
  content: "\e141";
}
.icon-yb-ic_share_16:before {
  content: "\e142";
}
.icon-yb-ic_delete_24:before {
  content: "\e143";
}
.icon-yb-ic_collect_24:before {
  content: "\e144";
}
.icon-yb-ic_cancelcollect_24:before {
  content: "\e147";
}
.icon-yb-ic_move2group_24:before {
  content: "\e14c";
}
.icon-yb-ic_moveout_24:before {
  content: "\e14d";
}
.icon-yb-ic_multiple_20-1:before {
  content: "\e14e";
}

.ybc-newTeamGuideDialog{position:relative;padding:0 0 24px 0 !important;border:none !important}.ybc-newTeamGuideDialog .swiper,.ybc-newTeamGuideDialog .swiper-slide{border-top-left-radius:9px;border-top-right-radius:9px}.ybc-newTeamGuideDialog .ybc-closeBtn{position:absolute;top:8px;right:8px;z-index:1;width:24px;height:24px;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/1e92e96e160660e07d07.png);background-size:cover;cursor:pointer}.ybc-newTeamGuideDialog .ybc-step{position:absolute;top:174px;right:9px;z-index:1;width:38px;height:22px;border-radius:12px;font-size:10px;font-weight:600;line-height:22px;text-align:center;background-color:rgba(0,0,0,.3019607843);color:var(--text-text_alwayswhite);-webkit-backdrop-filter:blur(1.989361763px);backdrop-filter:blur(1.989361763px)}.ybc-newTeamGuideDialog .t-dialog__body{padding:0}.ybc-newTeamGuideDialog .ybc-header-pic-1,.ybc-newTeamGuideDialog .ybc-header-pic-2,.ybc-newTeamGuideDialog .ybc-header-pic-3,.ybc-newTeamGuideDialog .ybc-header-pic-4,.ybc-newTeamGuideDialog .ybc-header-pic-1-en,.ybc-newTeamGuideDialog .ybc-header-pic-2-en,.ybc-newTeamGuideDialog .ybc-header-pic-3-en,.ybc-newTeamGuideDialog .ybc-header-pic-4-en{width:340px;height:204px;background-size:cover;border-top-left-radius:9px;border-top-right-radius:9px}.ybc-newTeamGuideDialog .ybc-header-pic-1{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/2bd6a335fa3ac60142d3.png)}.ybc-newTeamGuideDialog .ybc-header-pic-1-en{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/8547b6062083b63c0098.png)}.ybc-newTeamGuideDialog .ybc-header-pic-2{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/bf8aa58d55fcb42c5aae.png)}.ybc-newTeamGuideDialog .ybc-header-pic-2-en{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/a7898253591d9e5eb637.png)}.ybc-newTeamGuideDialog .ybc-header-pic-3{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/cbee1b1be8055ed7855c.png)}.ybc-newTeamGuideDialog .ybc-header-pic-3-en{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/983d283385a7c11e8eaf.png)}.ybc-newTeamGuideDialog .ybc-header-pic-4{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/435b7aa1ffcea0b4d192.png)}.ybc-newTeamGuideDialog .ybc-header-pic-4-en{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/9e5c43f78914c62e9a52.png)}.ybc-newTeamGuideDialog .ybc-wordsContainer{position:relative;margin-top:16px;text-align:center}.ybc-newTeamGuideDialog .ybc-wordsContainer .ybc-words{display:flex;flex-direction:column;align-items:center;max-width:320px;min-height:80px;margin:auto;padding-top:8px;box-sizing:border-box}.ybc-newTeamGuideDialog .ybc-wordsContainer .ybc-words .ybc-title{margin-bottom:4px;font-size:16px;font-weight:600;line-height:22px;color:var(--text-text_primary)}.ybc-newTeamGuideDialog .ybc-wordsContainer .ybc-words .ybc-content{display:inline-block;text-align:justify;max-width:244px;font-size:12px;color:var(--text-text_tertiary)}.ybc-newTeamGuideDialog .ybc-start-to-learn{display:block;width:180px;margin:auto;padding-right:8px;padding-left:8px;border-radius:8px;background-color:rgba(255, 255, 255, 0.9);background-color:var(--text-text_primary, rgba(255, 255, 255, 0.9));color:var(--text-text_white)}.ybc-newTeamGuideDialog .ybc-button-group{display:flex;justify-content:center;gap:12px;margin-top:16px}.ybc-newTeamGuideDialog .ybc-button-group .t-ripple{display:none}.ybc-newTeamGuideDialog .ybc-button-group .ybc-later{width:116px;height:40px;padding-right:8px;padding-left:8px;border:none;border-radius:12px;font-weight:500;line-height:22px;background-color:#f6f6f6;background-color:var(--background-page_background_1, #f6f6f6);color:rgba(255, 255, 255, 0.9);color:var(--text-text_primary, rgba(255, 255, 255, 0.9))}.ybc-newTeamGuideDialog .ybc-button-group .ybc-start-to-play{width:116px;height:40px;padding-right:8px;padding-left:8px;border:none;border-radius:12px;font-weight:500;line-height:22px;background-color:rgba(0, 0, 0, 0.9);background-color:var(--text-text_primary, rgba(0, 0, 0, 0.9));color:var(--text-text_white)}.ybc-prev,.ybc-next{position:absolute;display:flex;bottom:96px;width:16px;height:48px;padding:0 5px;justify-content:center;align-items:center;border-radius:24px;background:#F7F7F7;background:var(--background-list_background, #F7F7F7);box-sizing:border-box;z-index:99}.ybc-prev.hidden,.ybc-next.hidden{visibility:hidden}.ybc-prev{left:16px}.ybc-next{right:16px}:root[theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-1,:root[theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-2,:root[theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-3,:root[theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-4,:root[theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-1-en,:root[theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-2-en,:root[theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-3-en,:root[theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-4-en,:root[yb-theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-1,:root[yb-theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-2,:root[yb-theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-3,:root[yb-theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-4,:root[yb-theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-1-en,:root[yb-theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-2-en,:root[yb-theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-3-en,:root[yb-theme-mode=dark] .ybc-newTeamGuideDialog .ybc-header-pic-4-en{opacity:.8}:root[theme-mode=dark] .ybc-later,:root[yb-theme-mode=dark] .ybc-later{background-color:#1d1d1d;background-color:var(--background-page_background_1, #1d1d1d)}:root[theme-mode=dark] .ybc-start-to-play,:root[yb-theme-mode=dark] .ybc-start-to-play{background-color:rgba(255, 255, 255, 0.9);background-color:var(--text-text_primary, rgba(255, 255, 255, 0.9))}@media(prefers-color-scheme: dark){:root[theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-1,:root[theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-2,:root[theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-3,:root[theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-4,:root[theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-1-en,:root[theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-2-en,:root[theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-3-en,:root[theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-4-en,:root[yb-theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-1,:root[yb-theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-2,:root[yb-theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-3,:root[yb-theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-4,:root[yb-theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-1-en,:root[yb-theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-2-en,:root[yb-theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-3-en,:root[yb-theme-mode=system] .ybc-newTeamGuideDialog .ybc-header-pic-4-en{opacity:.8}:root[theme-mode=system] .ybc-later,:root[yb-theme-mode=system] .ybc-later{background-color:#1d1d1d;background-color:var(--background-page_background_1, #1d1d1d)}:root[theme-mode=system] .ybc-start-to-play,:root[yb-theme-mode=system] .ybc-start-to-play{background-color:rgba(255, 255, 255, 0.9);background-color:var(--text-text_primary, rgba(255, 255, 255, 0.9))}}
.ybc-login-account-list-tooltiplite .t-popup__content{width:200px}.ybc-login-account-list{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ybc-login-account-list_item{display:flex;align-items:center;padding:12px;border-radius:10px;background:#FFF;background:var(--background-bubble, #FFF)}.ybc-login-account-list_item:not(.ybc-login-account-list_disable):hover{background:#EDEDED;background:var(--background-left_navigation, #EDEDED)}.ybc-login-account-list_item :hover{cursor:pointer}.ybc-login-account-list_item_icon{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:40px;height:40px;margin-right:16px;border-radius:8px;background-position:center;background-size:cover}.ybc-login-account-list_item_desc{flex:1 1;overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.ybc-login-account-list_item_desc_title{position:relative;font-size:14px;font-weight:500;font-style:normal;line-height:normal;color:rgba(0, 0, 0, 0.9);color:var(--text-text_primary, rgba(0, 0, 0, 0.9));overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.ybc-login-account-list_item_desc_title.needNotice::after{position:absolute;top:calc(50% - 4px);right:4px;width:8px;height:8px;border-radius:50%;background-color:var(--brand-red_2);content:""}.ybc-login-account-list_item_desc_subtitle{width:-moz-fit-content;width:fit-content;margin-top:4px;font-size:14px;font-weight:400;font-style:normal;line-height:normal;color:var(---yb_text_secondary);white-space:break-spaces}.ybc-login-account-list_item_desc_subtitle_unActive{position:relative;color:#457ae5}.ybc-login-account-list_item_desc_subtitle_unActive::after{position:absolute;top:calc(50% - 4px);right:-12px;width:8px;height:8px;border-radius:50%;background-color:var(--brand-red_2);content:""}.ybc-login-account-list_item_arrow{flex-shrink:0}.ybc-login-account-list_item_arrow path{stroke:#000;stroke-opacity:.4}.ybc-login-account-list_personal_icon{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/90ba95a6d2596ec9c59b.svg)}.ybc-login-account-list_team{margin-top:16px}.ybc-login-account-list_team_icon{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/9a85453c49b13627da51.svg)}.ybc-login-account-list_disable.ybc-login-account-list_item{background:#ededed;background:var(--background-left_navigation, #ededed)}.ybc-login-account-list_disable .ybc-login-account-list_item_desc_title,.ybc-login-account-list_disable .ybc-login-account-list_item_desc_subtitle{color:rgba(0, 0, 0, 0.15);color:var(--text-text_disabled, rgba(0, 0, 0, 0.15))}.ybc-login-account-list_disable .ybc-login-account-list_team_icon{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/e9e4591ef0ec82edfaa8.svg)}.ybc-login-account-list_disable :hover{cursor:not-allowed}:root[theme-mode=dark] .ybc-login-account-list_item_arrow path,:root[yb-theme-mode=dark] .ybc-login-account-list_item_arrow path{stroke:#fff;stroke-opacity:.4}@media(prefers-color-scheme: dark){:root[theme-mode=system] .ybc-login-account-list_item_arrow path,:root[yb-theme-mode=system] .ybc-login-account-list_item_arrow path{stroke:#fff;stroke-opacity:.4}}
.yb-choose-account-dialog .t-dialog {
  background-color: var(--background-page_background_1, #F6F6F6);
}
.yb-choose-account-dialog .t-dialog--default {
  width: 400px;
  border-radius: 12px;
  padding: 2px 0 58px 0;
}
.yb-choose-account-dialog .t-dialog__header {
  position: relative;
  top: 8px;
  padding: 0 10px;
}
.yb-choose-account-dialog .t-dialog__header .t-dialog__close {
  padding: 0;
  color: var(--text-text_secondary);
}
.yb-choose-account-dialog .t-dialog__body {
  padding: 0;
}
.yb-choose-account-dialog .choose-content {
  padding: 0 24px 0 24px;
}
.yb-choose-account-dialog .choose-content__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--text-text_primary, rgba(0, 0, 0, 0.9));
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yb-choose-account-dialog .choose-content__summary {
  margin-top: 4px;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-text_secondary, rgba(0, 0, 0, 0.6));
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
@font-face {
  font-family: 'sim';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TCloud Number';
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
  src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+30-39;
}
/**
 * CSS 变量定义
 */
/* 会话内容宽度适配 */
/* 智能体会话内容宽度适配 */
.input-box-element-color-transition {
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
  transition-timing-function: linear;
}

.ybc-create-team-createTeamSuccessDialog{padding:0 0 9px 0 !important;border:none !important}.ybc-create-team-createTeamSuccessDialog.t-dialog{overflow:hidden}.ybc-create-team-createTeamSuccessDialog .t-dialog__body{padding:0}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-closeBtn{width:24px;height:24px;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/3e3903d99b8f5404807c.png);background-size:cover;position:absolute;right:10px;top:10px;z-index:1;cursor:pointer}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-header-pic{height:204px;width:100%;background-size:cover;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/07fc85b97e4f2c39eeda.png)}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group{display:flex;justify-content:center;gap:12px;padding:0 40px}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .t-ripple{display:none}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-manage{font-weight:500;height:40px;color:var(--text-text_primary);border-radius:12px;padding-left:8px;padding-right:8px;border:none;background-color:#F6F6F6;background-color:var(--background-page_background_1, #F6F6F6);line-height:22px;flex:1 1}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-manage .ybc-create-team-manage-jump{margin-left:4px;height:16px;width:16px;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/4947cac633fd54ce0d39.png);background-size:cover}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-invite{font-weight:500;height:40px;border-radius:12px;padding-left:8px;padding-right:8px;border:none;background-color:rgba(0, 0, 0, 0.9);background-color:var(--text-text_primary, rgba(0, 0, 0, 0.9));color:var(--text-text_white);line-height:22px;flex:1 1}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-invite .ybc-create-team-invite-jump{margin-left:4px;height:16px;width:16px;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/f41b4696dba3d64d4166.png);background-size:cover}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-wordsContainer{text-align:center;margin-top:16px;position:relative}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-wordsContainer .ybc-create-team-words{max-width:320px;height:80px;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:16px}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-wordsContainer .ybc-create-team-words .ybc-create-team-title{font-weight:600;font-size:16px;color:var(--text-text_primary);margin-bottom:4px}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-wordsContainer .ybc-create-team-words .ybc-create-team-content{width:240px;line-height:19px;font-size:12px;color:var(--text-text_tertiary)}.ybc-create-team-createTeamSuccessDialog .t-button__text{align-items:center}.ybc-create-team-createTeamSuccessDialog .ybc-create-team-tip{margin-top:6px;font-size:12px;text-align:center;color:var(--text-text_tertiary)}:root[theme-mode=dark] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-header-pic,:root[yb-theme-mode=dark] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-header-pic{opacity:.8}:root[theme-mode=dark] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-invite-jump,:root[yb-theme-mode=dark] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-invite-jump{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/3647dc5c264be74cac20.png) !important}:root[theme-mode=dark] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-manage-jump,:root[yb-theme-mode=dark] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-manage-jump{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/c9e1909384b39844a6fe.png) !important}:root[theme-mode=dark] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-invite,:root[yb-theme-mode=dark] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-invite{background-color:rgba(255, 255, 255, 0.9);background-color:var(--text-text_primary, rgba(255, 255, 255, 0.9))}:root[theme-mode=dark] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-manage,:root[yb-theme-mode=dark] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-manage{background-color:#1d1d1d;background-color:var(--background-page_background_1, #1d1d1d)}@media(prefers-color-scheme: dark){[theme-mode=system] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-header-pic,[yb-theme-mode=system] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-header-pic{opacity:.8}[theme-mode=system] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-invite-jump,[yb-theme-mode=system] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-invite-jump{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/3647dc5c264be74cac20.png) !important}[theme-mode=system] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-manage-jump,[yb-theme-mode=system] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-manage-jump{background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/c9e1909384b39844a6fe.png) !important}[theme-mode=system] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-invite,[yb-theme-mode=system] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-invite{background-color:rgba(255, 255, 255, 0.9);background-color:var(--text-text_primary, rgba(255, 255, 255, 0.9))}[theme-mode=system] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-manage,[yb-theme-mode=system] .ybc-create-team-createTeamSuccessDialog .ybc-create-team-button-group .ybc-create-team-manage{background-color:#1d1d1d;background-color:var(--background-page_background_1, #1d1d1d)}}
.ybc-join-team-joinTeamSuccessDialog{padding:0 0 24px 0 !important;overflow:hidden;border:none !important}.ybc-join-team-joinTeamSuccessDialog .t-dialog__body{padding:0}.ybc-join-team-joinTeamSuccessDialog .ybc-join-team-closeBtn{width:24px;height:24px;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/3e3903d99b8f5404807c.png);background-size:cover;position:absolute;right:10px;top:10px;z-index:1;cursor:pointer}.ybc-join-team-joinTeamSuccessDialog .ybc-join-team-header-pic{height:204px;width:340px;background-size:cover;background-image:url(https://cdn-bot.hunyuan.tencent.com/assets/1868519443a4f480be79.png)}.ybc-join-team-joinTeamSuccessDialog .ybc-join-team-button-container{display:flex;justify-content:center}.ybc-join-team-joinTeamSuccessDialog .ybc-join-team-button-container .ybc-join-team-start-to-play{font-weight:500;width:244px;height:40px;border-radius:12px;padding-left:8px;padding-right:8px;border-color:var(--text-text_primary);border:none;background-color:rgba(255, 255, 255, 0.9);background-color:var(--text-text_primary, rgba(255, 255, 255, 0.9));color:var(--text-text_white);line-height:22px}.ybc-join-team-joinTeamSuccessDialog .ybc-join-team-button-container .ybc-join-team-start-to-play .t-ripple{display:none}.ybc-join-team-joinTeamSuccessDialog .ybc-join-team-wordsContainer{text-align:center;margin-top:16px;margin-bottom:16px;position:relative}.ybc-join-team-joinTeamSuccessDialog .ybc-join-team-wordsContainer .ybc-join-team-words{max-width:320px;height:61px;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.ybc-join-team-joinTeamSuccessDialog .ybc-join-team-wordsContainer .ybc-join-team-words .ybc-join-team-title{font-weight:600;font-size:16px;color:var(--text-text_primary);margin-bottom:4px}.ybc-join-team-joinTeamSuccessDialog .ybc-join-team-wordsContainer .ybc-join-team-words .ybc-join-team-content{line-height:19px;font-size:12px;color:var(--text-text_tertiary)}.ybc-join-team-joinTeamSuccessDialog .t-button__text{align-items:center}:root[theme-mode=dark] .ybc-join-team-joinTeamSuccessDialog .ybc-join-team-header-pic,:root[yb-theme-mode=dark] .ybc-join-team-joinTeamSuccessDialog .ybc-join-team-header-pic{opacity:.8}

/*# sourceMappingURL=sourcemap/23204.0d1ceba89061628f098b.css.map*/