.yuanbao-oversea-input {
  position: relative;
  min-height: 66px;
}
.yuanbao-oversea-input__wrap {
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid var(--widget-line);
}
.yuanbao-oversea-input__wrap_showList {
  position: absolute;
}
.yuanbao-oversea-input__wrap:hover,
.yuanbao-oversea-input__wrap:focus,
.yuanbao-oversea-input__wrap:active {
  border: 1px solid var(--widget-btn_click_2);
}
.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(--text-text_primary);
  white-space: nowrap;
}
.yuanbao-oversea-input__wrap__formitem__areaCode_disabled {
  cursor: default !important;
}
.yuanbao-oversea-input__wrap__arealist {
  background-color: var(--background-container);
}
.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(--text-text_primary);
}
.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(--background-list_background);
}
.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(--background-list_background);
}
.yuanbao-oversea-input .t-input {
  border: none;
  background-color: transparent;
  color: var(--text-text_primary);
  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;
}
.yuanbao-oversea-input .t-input__inner {
  box-shadow: 0 0 0px 1000px var(--background-container) inset;
}
@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;
}

.app-launcher-wrapper {
  position: relative;
}
.share-content__tip {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.6);
  padding: 16px 20px;
}
.share-content__tip::before {
  content: "";
  position: fixed;
  right: 0;
  top: 10px;
  width: 56px;
  height: 74px;
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/594f43153a5fe0bffb5d.svg);
  background-repeat: no-repeat;
}
.share-content__tip-wrapper {
  position: fixed;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.share-content__mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
@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;
}

.hyc-phone-login__grey {
  color: var(--text-text_primary);
  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;
  border: 1px solid var(--widget-line);
  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(--widget-btn_click_2);
}
.hyc-phone-login__input-row:hover .outline-placeholder {
  border-color: var(--widget-btn_click_2);
}
.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(--widget-btn_click_2);
}
.hyc-phone-login__input-row .t-input:focus {
  box-shadow: none;
  border-color: var(--widget-btn_click_2);
}
.hyc-phone-login__input-row .t-input:hover {
  border-color: var(--widget-btn_click_2);
}
.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(--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;
  font-size: 16px;
}
.hyc-phone-login__send-code-sep {
  color: var(--widget-line);
}
.hyc-phone-login__send-code.is-disabled {
  cursor: not-allowed;
  color: var(--text-text_tertiary);
}
.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;
  border-radius: 8px;
  border: none;
  background: var(--brand-black_1);
  color: var(--text-text_white);
  cursor: pointer;
  outline: none;
}
.hyc-phone-login__btn:hover {
  background: var(--widget-btn_click_3);
}
.hyc-login__agreement {
  width: 100%;
  padding: 0 62px;
  box-sizing: border-box;
  white-space: normal !important;
}
.hyc-login__agreement .t-is-checked .t-checkbox__input {
  border-color: var(--brand-black_2);
  background-color: var(--brand-black_2);
}
.hyc-login__agreement .t-is-checked .t-checkbox__input::after {
  border: 2px solid var(--background-container);
  border-top: 0;
  border-left: 0;
}
.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: var(--background-container);
}
.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: var(--text-text_secondary);
  background-color: var(--background-container);
  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: var(--text-text_secondary);
  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%;
  background-color: var(--background-container);
}
.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/7ce14b27aeb2c8a0eb48.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/4010c262693041dd8a81.png);
}
.hyc-login__left--download-en {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/6830f358c6c21169cf4c.png);
}
.hyc-login__left--team {
  width: 240px;
  background-color: #e0f8fa;
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/b8ab6fd9290604d3906f.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hyc-login__left--team-zh-hk {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/54458104ecaa00594a55.png);
}
.hyc-login__left--team-en {
  background-image: url(https://cdn-bot.hunyuan.tencent.com/assets/678b615ffdd3653b1d04.png);
}
.hyc-login__content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 460px;
  background-color: var(--background-container);
}
.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(--text-text_secondary);
  background: var(--widget-btn_hover_2);
  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: var(--widget-btn_hover_2);
  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: var(--background-left_navigation_web);
}
.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;
  background-color: var(--widget-btn_normal);
  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: 400px;
}
.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-chat .hyc-wechat-login {
  height: 235px;
}
.hyc-login__bind-phone__desc {
  margin-bottom: 48px;
}
:root[yb-theme-mode="dark"] .hyc-login__close--mobile svg {
  filter: invert();
}
@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;
}

.share-content__mask {
  z-index: 9999;
}
@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;
}


/*# sourceMappingURL=sourcemap/61120.f2cdecd6c023b0f4e0a3.css.map*/