<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.toastify {
  position: fixed;
  z-index: 2147483648;
  display: flex !important;
  display: inline-block;
  min-width: 180px;
  max-width: calc(50% - 20px);
  color: var(--cht-gray-t1-title);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  background: var(--cht-gray-bg-float);
  border-radius: 8px;
  box-shadow: var(--cht-shadow-l2);
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[dir="ltr"] .toastify {
  padding: 12px 16px 12px 40px;
}

[dir="rtl"] .toastify {
  padding: 12px 40px 12px 16px;
}

.cht-auto-toast:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .cht-auto-toast:before {
  left: 16px;
}

[dir="rtl"] .cht-auto-toast:before {
  right: 16px;
}

.cht-auto-toast--error:before {
  color: #ff3b30;
  font-size: 32px;
  content: '\e656';
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iI2VmNDU0YSIgZD0iTTUxMiA5ODEuMzMzYzI1OS4yIDAgNDY5LjMzMy0yMTAuMTMzIDQ2OS4zMzMtNDY5LjMzM1M3NzEuMiA0Mi42NjcgNTEyIDQyLjY2NyA0Mi42NjcgMjUyLjggNDIuNjY3IDUxMiAyNTIuOCA5ODEuMzMzIDUxMiA5ODEuMzMzek0zNTMuODM1IDM1My44MzVhNDIuNjY3IDQyLjY2NyAwIDAgMSA2MC4zMyAwTDUxMiA0NTEuNjY5bDk3LjgzNS05Ny44MzRhNDIuNjY3IDQyLjY2NyAwIDEgMSA2MC4zMyA2MC4zM0w1NzIuMzMxIDUxMmw5Ny44MzQgOTcuODM1YTQyLjY2NyA0Mi42NjcgMCAwIDEtNjAuMzMgNjAuMzNMNTEyIDU3Mi4zMzFsLTk3LjgzNSA5Ny44MzRhNDIuNjY3IDQyLjY2NyAwIDAgMS02MC4zMy02MC4zM0w0NTEuNjY5IDUxMmwtOTcuODM0LTk3LjgzNWE0Mi42NjcgNDIuNjY3IDAgMCAxIDAtNjAuMzN6Ij48L3BhdGg+PC9zdmc+);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .cht-auto-toast--error:before {
  left: 16px;
}

[dir="rtl"] .cht-auto-toast--error:before {
  right: 16px;
}

.cht-auto-toast--warn:before {
  color: var(--brand-color);
  font-size: 32px;
  content: '\e654';
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iI2VmNDU0YSIgZD0iTTQ2MS4yMjcgMTE1LjQ5OWE1Ny43NyA1Ny43NyAwIDAgMSAxMDEuNTQ2IDBsNDEwLjYyNCA3MzIuNTg2YzIyLjU3MSA0MC4yNzgtNS42MzIgOTAuNTgyLTUwLjc3MyA5MC41ODJIMTAxLjM3NmMtNDUuMTQxIDAtNzMuMzQ0LTUwLjMwNC01MC43NzMtOTAuNTM5bDQxMC42NjYtNzMyLjU4N3ptOC4xMDYgNjk1LjE2OEE0Mi42NjcgNDIuNjY3IDAgMCAwIDUxMiA4NTMuMzMzaC40MjdhNDIuNjY3IDQyLjY2NyAwIDEgMCAwLTg1LjMzM0g1MTJhNDIuNjY3IDQyLjY2NyAwIDAgMC00Mi42NjcgNDIuNjY3ek01NTQuNjY3IDM4NGE0Mi42NjcgNDIuNjY3IDAgMSAwLTg1LjMzNCAwdjI1NmE0Mi42NjcgNDIuNjY3IDAgMSAwIDg1LjMzNCAwVjM4NHoiPjwvcGF0aD48L3N2Zz4=);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .cht-auto-toast--warn:before {
  left: 16px;
}

[dir="rtl"] .cht-auto-toast--warn:before {
  right: 16px;
}

.cht-auto-toast--success:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iIzIwYjI2YyIgZD0iTTUxMiA0Mi42NjdDMjUyLjggNDIuNjY3IDQyLjY2NyAyNTIuOCA0Mi42NjcgNTEyUzI1Mi44IDk4MS4zMzMgNTEyIDk4MS4zMzMgOTgxLjMzMyA3NzEuMiA5ODEuMzMzIDUxMiA3NzEuMiA0Mi42NjcgNTEyIDQyLjY2N3ptMjIyLjU1IDM5Mi40NDhMNDg1LjI0NyA2OTAuODE2YTQzLjA5MyA0My4wOTMgMCAwIDEtNjAuNTg3IDEuMTFsLTEzNC4xLTEyNy43MDNhNDIuNjY3IDQyLjY2NyAwIDEgMSA1OC44OC02MS43ODFsMTAzLjg1IDk4LjkwMSAyMjAuMTYtMjI1Ljc5MmE0Mi42NjcgNDIuNjY3IDAgMSAxIDYxLjEgNTkuNTYzeiI+PC9wYXRoPjwvc3ZnPg==);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .cht-auto-toast--success:before {
  left: 16px;
}

[dir="rtl"] .cht-auto-toast--success:before {
  right: 16px;
}
.toastify.on {
  opacity: 1;
}

[dir="ltr"] .toastify-center {
  left: 50%;
  transform: translate(-50%, 0px) !important;
}

[dir="rtl"] .toastify-center {
  right: 50%;
  transform: translate(50%, 0px) !important;
}
@media only screen and (max-width: 500px) {
  .toastify {
    width: 70%;
    max-width: 70%;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}
img[src*="https://cnv.event.prod.bidr.io"] {
  display: none;
}

.cht-border-color {
  border-color: var(--cht-gray-t4-dis);
}
#login-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 30, 0.5);
  z-index: 1003;
  display: flex;
  align-items: center;
  justify-content: center;
}
#uniframe-cht-login,
#credential_picker_container {
  color-scheme: light;
}
.thidparty-login-page #uniframe-cht-login {
  justify-content: flex-start;
}
.cht-login-register-dark #uniframe-cht-login {
  color-scheme: dark;
}
.cht-login-register-dark #modal-root .video-mask {
  background-color: var(--cht-modal-mask-bg);
}
.cht-login-register-dark .by-lang-selector__wrapper {
  background-color: var(--cht-gray-ele-edge);
}
.cht-login-register-dark .by-lang-selector__wrapper .by-lang-selector__header {
  border-bottom: none;
}
.cht-login-register-dark .by-lang-selector__wrapper .by-lang-selector__header span {
  color: var(--cht-gray-t1-title);
}
.cht-login-register-dark .by-lang-selector__wrapper .by-lang-selector__item {
  color: var(--cht-gray-t1-title);
}
.cht-login-register-dark .by-lang-selector__wrapper .by-lang-selector__item.by-lang-selector__active {
  color: #ffb11a;
}
.cht-login-register-dark .google-btn-box:hover,
.cht-login-register-dark .apple-btn:hover {
  background-color: transparent !important;
  color: var(--cht-gray-t2);
}
.cht-login-register-dark .google-btn-box:hover + .google-btn,
.cht-login-register-dark .apple-btn:hover + .google-btn,
.cht-login-register-dark .google-btn-box:focus + .google-btn,
.cht-login-register-dark .apple-btn:focus + .google-btn {
  background-color: transparent !important;
  color: var(--cht-gray-t2);
}
.cht-login-register-dark .google-btn-container .google-btn-box {
  background-color: var(--cht-brand-600-hover) !important;
  color: #121212;
}
.cht-login-register-dark .google-btn-container .google-btn-box:hover + .google-btn,
.cht-login-register-dark .google-btn-container .google-btn-box:focus + .google-btn {
  background-color: var(--cht-brand-600-hover) !important;
  color: #121212;
}
#uniframe-cht-login,
.cht-modal-box {
  font-family: var(--cht-font-family);
}
#uniframe-cht-login,
.h5Page {
  width: 100%;
  display: flex;
  justify-content: center;
  /**
    å®‰å…¨é£ŽæŽ§ç»„ä»¶æ&nbsp;·å¼
  */
}
#uniframe-cht-login .by-link-btn a,
.h5Page .by-link-btn a {
  color: var(--cht-brand-700-normal);
}
#uniframe-cht-login .by-link-btn a:hover,
.h5Page .by-link-btn a:hover {
  color: var(--cht-brand-600-hover);
}
#uniframe-cht-login .by-link-btn a:active,
.h5Page .by-link-btn a:active {
  color: var(--cht-brand-800-pressed);
}
#uniframe-cht-login .by-link-btn .by-right-arrow,
.h5Page .by-link-btn .by-right-arrow {
  background: url(https://www.bybit.com/common-static/cht-static/user-svc/img/right_arrow_icon.png) 2px 2px no-repeat;
  height: 16px;
  width: 16px;
  background-size: 11px 11px;
}
#uniframe-cht-login .by-link-btn:hover .by-right-arrow,
.h5Page .by-link-btn:hover .by-right-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMDU4NiA4LjY2Nzk3TDcuNTI5OTcgMTIuMTk2NkM3LjI2OTYyIDEyLjQ1NjkgNy4yNjk2MiAxMi44NzkgNy41Mjk5NyAxMy4xMzk0QzcuNzkwMzIgMTMuMzk5NyA4LjIxMjQzIDEzLjM5OTcgOC40NzI3OCAxMy4xMzk0TDEzLjEzNDcgOC40Nzc0MkMxMy4zOTc3IDguMjE0NDUgMTMuMzk3NyA3Ljc4ODEyIDEzLjEzNDcgNy41MjUxOEw4LjQ3Mjc4IDIuODYzMjNDOC4yMTI0MyAyLjYwMjg4IDcuNzkwMzIgMi42MDI4OCA3LjUyOTk3IDIuODYzMjNDNy4yNjk2MiAzLjEyMzU4IDcuMjY5NjIgMy41NDU2OSA3LjUyOTk3IDMuODA2MDRMMTEuMDU4NiA3LjMzNDY0TDMuMjkzMDUgNy4zMzQ2NEMyLjk0Nzg3IDcuMzM0NjQgMi42NjgwNSA3LjYzMzExIDIuNjY4MDUgOC4wMDEzQzIuNjY4MDUgOC4zNjk0OSAyLjk0Nzg3IDguNjY3OTcgMy4yOTMwNSA4LjY2Nzk3TDExLjA1ODYgOC42Njc5N1oiIGZpbGw9IiNGRkMzNUMiLz4KPC9zdmc+Cg==) 16px 16px;
}
#uniframe-cht-login .by-link-btn:active .by-right-arrow,
.h5Page .by-link-btn:active .by-right-arrow {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMDU4NiA4LjY2Nzk3TDcuNTI5OTcgMTIuMTk2NkM3LjI2OTYyIDEyLjQ1NjkgNy4yNjk2MiAxMi44NzkgNy41Mjk5NyAxMy4xMzk0QzcuNzkwMzIgMTMuMzk5NyA4LjIxMjQzIDEzLjM5OTcgOC40NzI3OCAxMy4xMzk0TDEzLjEzNDcgOC40Nzc0MkMxMy4zOTc3IDguMjE0NDUgMTMuMzk3NyA3Ljc4ODEyIDEzLjEzNDcgNy41MjUxOEw4LjQ3Mjc4IDIuODYzMjNDOC4yMTI0MyAyLjYwMjg4IDcuNzkwMzIgMi42MDI4OCA3LjUyOTk3IDIuODYzMjNDNy4yNjk2MiAzLjEyMzU4IDcuMjY5NjIgMy41NDU2OSA3LjUyOTk3IDMuODA2MDRMMTEuMDU4NiA3LjMzNDY0TDMuMjkzMDUgNy4zMzQ2NEMyLjk0Nzg3IDcuMzM0NjQgMi42NjgwNSA3LjYzMzExIDIuNjY4MDUgOC4wMDEzQzIuNjY4MDUgOC4zNjk0OSAyLjk0Nzg3IDguNjY3OTcgMy4yOTMwNSA4LjY2Nzk3TDExLjA1ODYgOC42Njc5N1oiIGZpbGw9IiNGMDk2MEUiLz4KPC9zdmc+Cg==) 16px 16px;
}
@media screen and (max-width: 600px) {
  #uniframe-cht-login .registerLoginSkeleton,
  .h5Page .registerLoginSkeleton {
    width: calc(100% - 64px);
  }
}
#uniframe-cht-login .cht-modal-body,
.h5Page .cht-modal-body,
#uniframe-cht-login .cht-tr-modal-body,
.h5Page .cht-tr-modal-body {
  overflow: hidden auto;
  max-height: calc(100vh - 98px);
}
#uniframe-cht-login .cht-tr-modal-body .cht-account-btn,
.h5Page .cht-tr-modal-body .cht-account-btn {
  position: sticky;
  z-index: 1;
  bottom: 0;
  background-color: var(--cht-gray-bg-card);
  padding-top: 12px;
}
#uniframe-cht-login .cht-tr-modal-body .cht-account-btn .by-button-continue,
.h5Page .cht-tr-modal-body .cht-account-btn .by-button-continue {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 880px) {
  #uniframe-cht-login .by-login-reg-widget,
  .h5Page .by-login-reg-widget {
    margin-top: 20px;
  }

  [dir="ltr"] [dir="ltr"] #uniframe-cht-login .by-login-reg-widget,
  [dir="ltr"] [dir="ltr"] .h5Page .by-login-reg-widget {
    margin-left: 0;
  }

  [dir="rtl"] [dir="ltr"] #uniframe-cht-login .by-login-reg-widget,
  [dir="rtl"] [dir="ltr"] .h5Page .by-login-reg-widget {
    margin-right: 0;
  }

  [dir="rtl"] #uniframe-cht-login .by-login-reg-widget,
  [dir="rtl"] .h5Page .by-login-reg-widget {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #uniframe-cht-login .right-panel-hide,
  .h5Page .right-panel-hide {
    display: none;
  }
}
#uniframe-cht-login input:-internal-autofill-selected,
.h5Page input:-internal-autofill-selected {
  background-color: var(--cht-gray-ele-line);
}
#uniframe-cht-login .log-newui,
.h5Page .log-newui {
  width: 446px;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
}
@media screen and (max-width: 446px) {
  #uniframe-cht-login .log-newui,
  .h5Page .log-newui {
    width: 100%;
  }

  [dir="ltr"] [dir="ltr"] #uniframe-cht-login .log-newui .by-close,
  [dir="ltr"] [dir="ltr"] .h5Page .log-newui .by-close {
    right: 44px;
  }

  [dir="rtl"] [dir="ltr"] #uniframe-cht-login .log-newui .by-close,
  [dir="rtl"] [dir="ltr"] .h5Page .log-newui .by-close {
    left: 44px;
  }

  [dir="rtl"] #uniframe-cht-login .log-newui .by-close,
  [dir="rtl"] .h5Page .log-newui .by-close {
    left: 44px;
  }
}
#uniframe-cht-login .log-newui-head,
.h5Page .log-newui-head {
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 0 32px;
}
#uniframe-cht-login .log-newui-head-title,
.h5Page .log-newui-head-title {
  padding-bottom: 6px;
  color: #17181e;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
}
#uniframe-cht-login .log-newui-head-title:lang(ru-RU),
.h5Page .log-newui-head-title:lang(ru-RU) {
  font-size: 24px;
  line-height: 26px;
}
#uniframe-cht-login .log-newui-verified,
.h5Page .log-newui-verified {
  margin-bottom: 8px;
  padding: 0 32px;
}
#uniframe-cht-login .log-newui-verified-wrap,
.h5Page .log-newui-verified-wrap {
  display: flex;
  height: 24px;
  color: var(--cht-gray-t1-title);
  font-size: 12px;
  height: auto;
  line-height: 24px;
  background-color: rgba(36, 174, 100, 0.08);
  border-radius: 12px;
}
#uniframe-cht-login .log-newui-verified-wrap-label,
.h5Page .log-newui-verified-wrap-label {
  display: flex;
  padding: 0 8px;
  color: #fff;
  background-color: #24ae64;
  border-radius: 12px;
}
#uniframe-cht-login .log-newui-verified-wrap-label .icon,
.h5Page .log-newui-verified-wrap-label .icon {
  display: inline-block;
  margin: auto 4px;
}
#uniframe-cht-login .log-newui-verified-wrap-label .icon path,
.h5Page .log-newui-verified-wrap-label .icon path {
  fill: #fff;
}
#uniframe-cht-login .log-newui-verified-wrap-label .icon:hover &gt; path,
.h5Page .log-newui-verified-wrap-label .icon:hover &gt; path {
  fill: #fff;
}
#uniframe-cht-login .log-newui-verified-wrap-label .tooltip,
.h5Page .log-newui-verified-wrap-label .tooltip {
  position: absolute;
}

#uniframe-cht-login .log-newui-verified-wrap-label .tooltip-content,
.h5Page .log-newui-verified-wrap-label .tooltip-content {
  position: absolute;
  top: -52px;
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 16px;
  color: #fff;
  background-color: var(--cht-bg-tip);
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}

[dir="ltr"] [dir="ltr"] #uniframe-cht-login .log-newui-verified-wrap-label .tooltip-content,
[dir="ltr"] [dir="ltr"] .h5Page .log-newui-verified-wrap-label .tooltip-content {
  left: -10px;
  text-align: left;
}

[dir="rtl"] [dir="ltr"] #uniframe-cht-login .log-newui-verified-wrap-label .tooltip-content,
[dir="rtl"] [dir="ltr"] .h5Page .log-newui-verified-wrap-label .tooltip-content {
  right: -10px;
  text-align: right;
}

[dir="rtl"] #uniframe-cht-login .log-newui-verified-wrap-label .tooltip-content,
[dir="rtl"] .h5Page .log-newui-verified-wrap-label .tooltip-content {
  right: -10px;
  text-align: right;
}

#uniframe-cht-login .log-newui-verified-wrap-label .tooltip-content::after,
.h5Page .log-newui-verified-wrap-label .tooltip-content::after {
  position: absolute;
  top: 100%;
  border-color: var(--cht-bg-tip) transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: ' ';
}

[dir="ltr"] [dir="ltr"] #uniframe-cht-login .log-newui-verified-wrap-label .tooltip-content::after,
[dir="ltr"] [dir="ltr"] .h5Page .log-newui-verified-wrap-label .tooltip-content::after {
  left: 20px;
  margin-left: -5px;
}

[dir="rtl"] [dir="ltr"] #uniframe-cht-login .log-newui-verified-wrap-label .tooltip-content::after,
[dir="rtl"] [dir="ltr"] .h5Page .log-newui-verified-wrap-label .tooltip-content::after {
  right: 20px;
  margin-right: -5px;
}

[dir="rtl"] #uniframe-cht-login .log-newui-verified-wrap-label .tooltip-content::after,
[dir="rtl"] .h5Page .log-newui-verified-wrap-label .tooltip-content::after {
  right: 20px;
  margin-right: -5px;
}
#uniframe-cht-login .log-newui-verified-wrap-label:hover .tooltip-content,
.h5Page .log-newui-verified-wrap-label:hover .tooltip-content,
#uniframe-cht-login .log-newui-verified-wrap-label[poptooltip] .tooltip-content,
.h5Page .log-newui-verified-wrap-label[poptooltip] .tooltip-content {
  visibility: visible;
  opacity: 1;
}

#uniframe-cht-login .log-newui-verified-wrap-url,
.h5Page .log-newui-verified-wrap-url {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[dir="ltr"] [dir="ltr"] #uniframe-cht-login .log-newui-verified-wrap-url,
[dir="ltr"] [dir="ltr"] .h5Page .log-newui-verified-wrap-url {
  padding: 0 16px 0 8px;
}

[dir="rtl"] [dir="ltr"] #uniframe-cht-login .log-newui-verified-wrap-url,
[dir="rtl"] [dir="ltr"] .h5Page .log-newui-verified-wrap-url {
  padding: 0 8px 0 16px;
}

[dir="rtl"] #uniframe-cht-login .log-newui-verified-wrap-url,
[dir="rtl"] .h5Page .log-newui-verified-wrap-url {
  padding: 0 8px 0 16px;
}
#uniframe-cht-login .log-newui-verified-wrap-url .highlight,
.h5Page .log-newui-verified-wrap-url .highlight {
  color: #24ae64;
}
#uniframe-cht-login .log-newui-tab,
.h5Page .log-newui-tab {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 44px;
  padding: 0 32px;
}
#uniframe-cht-login .log-newui-tab-label,
.h5Page .log-newui-tab-label {
  line-height: 28px;
}

[dir="ltr"] [dir="ltr"] #uniframe-cht-login .log-newui-tab-control,
[dir="ltr"] [dir="ltr"] .h5Page .log-newui-tab-control {
  float: right;
}

[dir="rtl"] [dir="ltr"] #uniframe-cht-login .log-newui-tab-control,
[dir="rtl"] [dir="ltr"] .h5Page .log-newui-tab-control {
  float: left;
}

[dir="rtl"] #uniframe-cht-login .log-newui-tab-control,
[dir="rtl"] .h5Page .log-newui-tab-control {
  float: left;
}
#uniframe-cht-login .log-newui-form,
.h5Page .log-newui-form {
  padding: 20px 32px 0 32px;
}
#uniframe-cht-login .log-newui-form-field .flex,
.h5Page .log-newui-form-field .flex {
  display: flex;
}
#uniframe-cht-login .log-newui-form-field-term,
.h5Page .log-newui-form-field-term {
  display: flex;
  padding: 8px 0;
}

#uniframe-cht-login .log-newui-form-field-term-text,
.h5Page .log-newui-form-field-term-text {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] #uniframe-cht-login .log-newui-form-field-term-text,
[dir="ltr"] [dir="ltr"] .h5Page .log-newui-form-field-term-text {
  padding-left: 8px;
}

[dir="rtl"] [dir="ltr"] #uniframe-cht-login .log-newui-form-field-term-text,
[dir="rtl"] [dir="ltr"] .h5Page .log-newui-form-field-term-text {
  padding-right: 8px;
}

[dir="rtl"] #uniframe-cht-login .log-newui-form-field-term-text,
[dir="rtl"] .h5Page .log-newui-form-field-term-text {
  padding-right: 8px;
}
#uniframe-cht-login .log-newui-form-field-term-text a,
.h5Page .log-newui-form-field-term-text a {
  color: var(--cht-brand-700-normal) !important;
}
#uniframe-cht-login .log-newui-form-field-term-text a:hover,
.h5Page .log-newui-form-field-term-text a:hover,
#uniframe-cht-login .log-newui-form-field-term-text a:active,
.h5Page .log-newui-form-field-term-text a:active {
  color: #f17402 !important;
}
#uniframe-cht-login .log-newui-form-field-country,
.h5Page .log-newui-form-field-country {
  width: 164px;
}

#uniframe-cht-login .log-newui-form-field-mobile,
.h5Page .log-newui-form-field-mobile {
  width: 100%;
}

[dir="ltr"] [dir="ltr"] #uniframe-cht-login .log-newui-form-field-mobile,
[dir="ltr"] [dir="ltr"] .h5Page .log-newui-form-field-mobile {
  margin-left: 8px;
}

[dir="rtl"] [dir="ltr"] #uniframe-cht-login .log-newui-form-field-mobile,
[dir="rtl"] [dir="ltr"] .h5Page .log-newui-form-field-mobile {
  margin-right: 8px;
}

[dir="rtl"] #uniframe-cht-login .log-newui-form-field-mobile,
[dir="rtl"] .h5Page .log-newui-form-field-mobile {
  margin-right: 8px;
}

[dir="ltr"] [dir="ltr"] #uniframe-cht-login .log-newui-form-field-forgot,
[dir="ltr"] [dir="ltr"] .h5Page .log-newui-form-field-forgot {
  text-align: right;
}

[dir="rtl"] [dir="ltr"] #uniframe-cht-login .log-newui-form-field-forgot,
[dir="rtl"] [dir="ltr"] .h5Page .log-newui-form-field-forgot {
  text-align: left;
}

[dir="rtl"] #uniframe-cht-login .log-newui-form-field-forgot,
[dir="rtl"] .h5Page .log-newui-form-field-forgot {
  text-align: left;
}
#uniframe-cht-login .log-newui-form-field-forgot-btn,
.h5Page .log-newui-form-field-forgot-btn {
  color: var(--cht-brand-700-normal);
  font-weight: 600;
  cursor: pointer;
}
#uniframe-cht-login .log-newui-form-field-forgot-btn:hover,
.h5Page .log-newui-form-field-forgot-btn:hover,
#uniframe-cht-login .log-newui-form-field-forgot-btn:active,
.h5Page .log-newui-form-field-forgot-btn:active {
  color: #f17402;
}
#uniframe-cht-login .log-newui-form-field[has-bottom],
.h5Page .log-newui-form-field[has-bottom] {
  padding-bottom: 20px;
}
#uniframe-cht-login .log-newui-footer,
.h5Page .log-newui-footer {
  display: flex;
  padding: 24px 32px;
}
@media screen and (max-width: 600px) {
  #uniframe-cht-login .log-newui-footer,
  .h5Page .log-newui-footer {
    display: block;
  }
}
#uniframe-cht-login .log-newui-footer.block,
.h5Page .log-newui-footer.block {
  display: block;
}
#uniframe-cht-login .log-newui-footer.no-top-padding,
.h5Page .log-newui-footer.no-top-padding {
  padding-top: 0;
}
#uniframe-cht-login .log-newui-footer.sm-bottom-padding,
.h5Page .log-newui-footer.sm-bottom-padding {
  padding-bottom: 16px;
}

#uniframe-cht-login .log-newui-footer-submit,
.h5Page .log-newui-footer-submit {
  width: 100%;
}

[dir="ltr"] [dir="ltr"] #uniframe-cht-login .log-newui-footer-submit,
[dir="ltr"] [dir="ltr"] .h5Page .log-newui-footer-submit {
  padding-right: 0;
}

[dir="rtl"] [dir="ltr"] #uniframe-cht-login .log-newui-footer-submit,
[dir="rtl"] [dir="ltr"] .h5Page .log-newui-footer-submit {
  padding-left: 0;
}

[dir="rtl"] #uniframe-cht-login .log-newui-footer-submit,
[dir="rtl"] .h5Page .log-newui-footer-submit {
  padding-left: 0;
}
#uniframe-cht-login .log-newui-footer-submit-btn,
.h5Page .log-newui-footer-submit-btn {
  font-weight: 600;
}
#uniframe-cht-login .log-newui-footer-register,
.h5Page .log-newui-footer-register {
  display: inline-flex;
  width: 100%;
  padding-top: 24px;
}
@media screen and (max-width: 600px) {
  #uniframe-cht-login .log-newui-footer-register,
  .h5Page .log-newui-footer-register {
    display: inline-block;
  }
}
#uniframe-cht-login .log-newui-footer-register-text,
.h5Page .log-newui-footer-register-text {
  display: inline-block;
  color: #999;
  cursor: default;
}

#uniframe-cht-login .log-newui-footer-register-link,
.h5Page .log-newui-footer-register-link {
  display: inline-block;
  color: var(--cht-brand-700-normal);
  font-weight: 600;
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] #uniframe-cht-login .log-newui-footer-register-link,
[dir="ltr"] [dir="ltr"] .h5Page .log-newui-footer-register-link {
  padding-left: 8px;
}

[dir="rtl"] [dir="ltr"] #uniframe-cht-login .log-newui-footer-register-link,
[dir="rtl"] [dir="ltr"] .h5Page .log-newui-footer-register-link {
  padding-right: 8px;
}

[dir="rtl"] #uniframe-cht-login .log-newui-footer-register-link,
[dir="rtl"] .h5Page .log-newui-footer-register-link {
  padding-right: 8px;
}
#uniframe-cht-login .log-newui-verify,
.h5Page .log-newui-verify {
  padding: 16px 32px;
}
#uniframe-cht-login .log-newui-verify-error,
.h5Page .log-newui-verify-error {
  max-height: 36px;
  color: #fe4539;
}
#uniframe-cht-login .log-newui-verify-bottom,
.h5Page .log-newui-verify-bottom {
  padding-top: 8px;
  color: #666;
}
#uniframe-cht-login .log-newui-verify-bottom-issue,
.h5Page .log-newui-verify-bottom-issue {
  padding: 8px 0;
}
#uniframe-cht-login .log-newui-verify-bottom-issue-btn,
.h5Page .log-newui-verify-bottom-issue-btn {
  color: var(--cht-brand-700-normal) !important;
  font-weight: 600;
  cursor: pointer;
  transition: color 1s ease;
}
#uniframe-cht-login .log-newui-verify-bottom-issue-btn:hover,
.h5Page .log-newui-verify-bottom-issue-btn:hover,
#uniframe-cht-login .log-newui-verify-bottom-issue-btn:active,
.h5Page .log-newui-verify-bottom-issue-btn:active {
  color: #f17402 !important;
}
#uniframe-cht-login .log-newui-verify-bottom-issue-btn:visited,
.h5Page .log-newui-verify-bottom-issue-btn:visited {
  color: #f17402 !important;
}
#uniframe-cht-login .log-email-authentication,
.h5Page .log-email-authentication {
  width: 100%;
}
#uniframe-cht-login .log-email-authentication .log-newui-head,
.h5Page .log-email-authentication .log-newui-head {
  padding: 0px;
}
#uniframe-cht-login .log-email-authentication .log-newui-verify,
.h5Page .log-email-authentication .log-newui-verify {
  padding: 16px 0px;
}
#uniframe-cht-login .log-newui-widget,
.h5Page .log-newui-widget {
  display: block;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 880px) {
  #uniframe-cht-login .log-newui-widget,
  .h5Page .log-newui-widget {
    display: none;
  }
}
@media screen and (min-width: 748px) {
  #uniframe-cht-login .log-newui-widget[small],
  .h5Page .log-newui-widget[small] {
    display: block;
  }
}
@media screen and (max-width: 747px) {
  #uniframe-cht-login .log-newui-widget[small],
  .h5Page .log-newui-widget[small] {
    display: none;
  }
}

#uniframe-cht-login .log-newui-widget-item,
.h5Page .log-newui-widget-item {
  margin: 12px;
}

[dir="ltr"] [dir="ltr"] #uniframe-cht-login .log-newui-widget-item,
[dir="ltr"] [dir="ltr"] .h5Page .log-newui-widget-item {
  text-align: left;
}

[dir="rtl"] [dir="ltr"] #uniframe-cht-login .log-newui-widget-item,
[dir="rtl"] [dir="ltr"] .h5Page .log-newui-widget-item {
  text-align: right;
}

[dir="rtl"] #uniframe-cht-login .log-newui-widget-item,
[dir="rtl"] .h5Page .log-newui-widget-item {
  text-align: right;
}
#uniframe-cht-login .by-mini-reg__panel[newui],
.h5Page .by-mini-reg__panel[newui] {
  width: 446px;
  padding: 0;
}
@media screen and (max-width: 446px) {
  #uniframe-cht-login .by-mini-reg__panel[newui],
  .h5Page .by-mini-reg__panel[newui] {
    width: 100%;
  }
}
#uniframe-cht-login .log-newui[small] .log-newui-head,
.h5Page .log-newui[small] .log-newui-head {
  margin-bottom: 12px;
}
#uniframe-cht-login .log-newui[small] .log-newui-head.padding-y,
.h5Page .log-newui[small] .log-newui-head.padding-y {
  margin-top: 56px;
}
#uniframe-cht-login .log-newui[small] .log-newui-head-title,
.h5Page .log-newui[small] .log-newui-head-title {
  padding-bottom: 0;
  line-height: 32px;
}
@media screen and (max-width: 600px) {
  #uniframe-cht-login .log-newui[small] .log-newui-head-title,
  .h5Page .log-newui[small] .log-newui-head-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 446px) {
  #uniframe-cht-login .log-newui[small] .log-newui-head-title,
  .h5Page .log-newui[small] .log-newui-head-title {
    font-size: 22px;
    line-height: 24px;
  }
}
#uniframe-cht-login .log-newui[small] .log-newui-tab-label,
.h5Page .log-newui[small] .log-newui-tab-label {
  line-height: 20px;
}
#uniframe-cht-login .log-newui[small] .log-newui-form,
.h5Page .log-newui[small] .log-newui-form {
  padding: 8px 32px 0 32px;
}
#uniframe-cht-login .log-newui[small] .log-newui-footer,
.h5Page .log-newui[small] .log-newui-footer {
  padding: 12px 32px 8px 32px;
}
#uniframe-cht-login .log-newui[small] .log-newui-footer.no-top-padding,
.h5Page .log-newui[small] .log-newui-footer.no-top-padding {
  padding-top: 0;
}
#uniframe-cht-login .log-newui[small] .log-newui-footer.sm-bottom-padding,
.h5Page .log-newui[small] .log-newui-footer.sm-bottom-padding {
  padding-bottom: 8px;
}
#uniframe-cht-login .by-tabs-tab-btn,
.h5Page .by-tabs-tab-btn {
  line-height: 22px;
  font-weight: 500;
}
#uniframe-cht-login .by-tabs-nav,
.h5Page .by-tabs-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  height: 28px;
}
#uniframe-cht-login .by-tabs-nav-list,
.h5Page .by-tabs-nav-list {
  display: flex;
  height: 100%;
}
#uniframe-cht-login .by-tabs-nav-more,
.h5Page .by-tabs-nav-more {
  display: none;
}
#uniframe-cht-login .by-tabs-tab,
.h5Page .by-tabs-tab {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #6e747b;
  font-size: 14px;
  flex-shrink: 0;
}
#uniframe-cht-login .by-tabs-tab-active,
.h5Page .by-tabs-tab-active {
  position: relative;
  color: var(--cht-gray-t1-title);
}
#uniframe-cht-login .by-tabs-tab-active .by-tabs-tab-btn,
.h5Page .by-tabs-tab-active .by-tabs-tab-btn {
  font-weight: 600;
}

#uniframe-cht-login .by-tabs-tab-active::after,
.h5Page .by-tabs-tab-active::after {
  content: '';
  margin-top: 4px;
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 100%;
  background-color: var(--cht-brand-700-normal);
}

[dir="ltr"] [dir="ltr"] #uniframe-cht-login .by-tabs-tab-active::after,
[dir="ltr"] [dir="ltr"] .h5Page .by-tabs-tab-active::after {
  left: 0;
}

[dir="rtl"] [dir="ltr"] #uniframe-cht-login .by-tabs-tab-active::after,
[dir="rtl"] [dir="ltr"] .h5Page .by-tabs-tab-active::after {
  right: 0;
}

[dir="rtl"] #uniframe-cht-login .by-tabs-tab-active::after,
[dir="rtl"] .h5Page .by-tabs-tab-active::after {
  right: 0;
}
#uniframe-cht-login .log-newui-verify-bottom &gt; div &gt; div,
.h5Page .log-newui-verify-bottom &gt; div &gt; div {
  padding: 0;
  width: 100%;
}

.registerBox .tooltipBox {
  width: 204px;
  top: 58px;
}

[dir="ltr"] [dir="ltr"] .registerBox .tooltipBox {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir="ltr"] .registerBox .tooltipBox {
  right: auto;
  left: 0;
}

[dir="rtl"] .registerBox .tooltipBox {
  right: auto;
  left: 0;
}

.registerBox .tooltipBox::after {
  bottom: 100%;
  border-color: transparent transparent var(--cht-gray-t1-title) transparent !important;
  top: auto;
}

[dir="ltr"] [dir="ltr"] .registerBox .tooltipBox::after {
  left: 50%;
  right: auto;
}

[dir="rtl"] [dir="ltr"] .registerBox .tooltipBox::after {
  right: 50%;
  left: auto;
}

[dir="rtl"] .registerBox .tooltipBox::after {
  right: 50%;
  left: auto;
}
.text-18 {
  font-size: 18px;
  line-height: 24px;
}
.text-20 {
  font-size: 20px;
  line-height: 28px;
}
.text-24 {
  font-size: 24px;
  line-height: 32px;
}

.cbCDYDNnhnt3b1Q6X_Gb {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-color: currentColor;
  border-color: initial;
  border-width: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  border-radius: 4px;
  font-family: var(--cht-font-family);
}
.cbCDYDNnhnt3b1Q6X_Gb[data-loading='true'] {
  pointer-events: none;
}
.cbCDYDNnhnt3b1Q6X_Gb.ZuzYOdNzumbtOYJr0dbc {
  background-color: var(--cht-brand-700-normal);
  font-size: 16px;
  border-radius: 8px;
}
.cbCDYDNnhnt3b1Q6X_Gb.ZuzYOdNzumbtOYJr0dbc:hover {
  background-color: var(--cht-brand-600-hover);
}
.cbCDYDNnhnt3b1Q6X_Gb.ZuzYOdNzumbtOYJr0dbc:active {
  background-color: var(--cht-brand-800-pressed);
}
.cbCDYDNnhnt3b1Q6X_Gb.ZuzYOdNzumbtOYJr0dbc.VHp_tsBeJ9umgt9YmGfW {
  color: #121212;
  opacity: 0.35;
  pointer-events: none;
}
@media screen and (max-width: 446px) {
  .cbCDYDNnhnt3b1Q6X_Gb.ZuzYOdNzumbtOYJr0dbc {
    font-size: 16px;
    line-height: 24px;
  }
}
._F8nMLwe1pBQbSKLYt2N {
  background-color: var(--cht-brand-700-normal);
  padding: 5px 12px;
  height: 46px;
  line-height: 46px;
}
._F8nMLwe1pBQbSKLYt2N:hover {
  background-color: #f9b833;
}
.uu1HRzN2wQ7fjmTJn9Wq {
  border: 1px solid var(--cht-gray-t4-dis);
  color: var(--cht-gray-t1-title);
  height: 44px;
  line-height: 44px;
  background-color: transparent;
}
.uu1HRzN2wQ7fjmTJn9Wq:hover {
  color: var(--cht-gray-t2);
}
.uGLTQqcUQOwwUNS6_hDQ {
  background: var(--cht-gray-ele-border);
  border: 1px solid var(--cht-gray-ele-border);
  color: #121214;
  height: 44px;
  line-height: 44px;
}
.uGLTQqcUQOwwUNS6_hDQ:hover {
  background: var(--cht-brand-700-normal);
  border: 1px solid var(--cht-brand-700-normal);
}
.hxRbWKhuyUsJwJ1CTRtg {
  cursor: pointer;
  font-weight: 600;
  color: var(--cht-brand-700-normal);
}
.hxRbWKhuyUsJwJ1CTRtg a {
  color: var(--cht-brand-700-normal);
}
.VHp_tsBeJ9umgt9YmGfW {
  color: var(--cht-gray-t2);
  background: #f5f5f5;
}
.VHp_tsBeJ9umgt9YmGfW:hover {
  color: var(--cht-gray-t2);
  background: #f5f5f5;
}
.hM6kVlT9wRUPgUGTktJJ {
  display: inline-block;
  height: 28px;
  line-height: normal;
  line-height: initial;
}

.E4DKj7RiWDrenee1ZcXM {
  width: 12px;
  height: 12px;
  display: inline-block;
}

[dir="ltr"] .E4DKj7RiWDrenee1ZcXM {
  animation: M10leKjblqg4FHDdtDGz 0.8s linear infinite;
}

[dir="rtl"] .E4DKj7RiWDrenee1ZcXM {
  animation: JbUSI1G06XMRyYYMj2JA 0.8s linear infinite;
}
.anhIuINxC3baM77FmmeW {
  border: 2px solid #f3f3f3;
  border-top: 2px solid var(--cht-brand-700-normal);
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
@keyframes M10leKjblqg4FHDdtDGz {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes JbUSI1G06XMRyYYMj2JA {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.x9KJU_K2YHNNkOuY0mWu {
  position: fixed;
  top: 0;
  z-index: 1003;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  will-change: opacity, width, height;
}

[dir="ltr"] [dir="ltr"] .x9KJU_K2YHNNkOuY0mWu {
  left: 0;
}

[dir="rtl"] [dir="ltr"] .x9KJU_K2YHNNkOuY0mWu {
  right: 0;
}

[dir="rtl"] .x9KJU_K2YHNNkOuY0mWu {
  right: 0;
}
.x9KJU_K2YHNNkOuY0mWu.fdWz1qkFxgkAU2c8zNgA {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.x9KJU_K2YHNNkOuY0mWu .gTRQSlEt_zVj_b0GTucw {
  width: 100%;
  height: 100%;
  position: absolute;
  background: none;
}
.iXIaf1J3B_XVLWnkZwMQ {
  width: 440px;
  margin: 0 auto;
  position: relative;
  outline: 0;
  color: var(--cht-gray-t1-title);
  padding: 24px;
  background: var(--cht-gray-ele-edge);
  mix-blend-mode: normal;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
}

._7vXMKEzvIpPdUFIZ1uKg &gt; div {
  padding: 24px 32px !important;
  border-radius: 16px !important;
}
.AmS3qdAeQrO9BOlSNmCI {
  text-align: center;
}
.AmS3qdAeQrO9BOlSNmCI img {
  margin-bottom: 16px;
}
.Wt5ZEI2AN4mMr79CRSsV {
  color: var(--cht-gray-t1-title);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.ITKGXSdrwUOZHfvLbLJT {
  color: var(--cht-gray-t2);
  font-family: var(--cht-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin-top: 8px;
}
.va1pdZZijk9xF2kowOAy {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  padding: 8px 24px;
  margin-top: 24px;
}

.ysC5Dnji70YbeW_gvuya {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ysC5Dnji70YbeW_gvuya input {
  position: relative;
  width: 12px;
  height: 12px;
  color: var(--cht-gray-t1-title);
  border: 1px solid var(--cht-gray-ele-border);
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.ysC5Dnji70YbeW_gvuya input::before {
  position: absolute;
  content: '';
  display: block;
  top: -1px;
  left: 3px;
  width: 4px;
  height: 8px;
  border-style: solid;
  border-color: #121212;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.ysC5Dnji70YbeW_gvuya input:checked {
  color: #101014;
  border-color: var(--cht-brand-700-normal);
  background: var(--cht-brand-700-normal);
}
.ysC5Dnji70YbeW_gvuya input:checked::before {
  opacity: 1;
}
.ysC5Dnji70YbeW_gvuya input:checked ~ label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.WzZzcmyoWnCbBCD9L8PG {
  display: flex;
  align-items: flex-start;
}
.YbsEjduYRdACyiyF07wF .WzZzcmyoWnCbBCD9L8PG:not(:first-child) {
  margin-top: 8px;
}
.YbsEjduYRdACyiyF07wF .WzZzcmyoWnCbBCD9L8PG:first-child a,
.YbsEjduYRdACyiyF07wF .WzZzcmyoWnCbBCD9L8PG:last-child a,
.YbsEjduYRdACyiyF07wF .WzZzcmyoWnCbBCD9L8PG:first-child svg,
.YbsEjduYRdACyiyF07wF .WzZzcmyoWnCbBCD9L8PG:last-child svg {
  color: var(--cht-brand-900-text) !important;
  font-weight: 500 !important;
}

[dir="ltr"] [dir="ltr"] .YbsEjduYRdACyiyF07wF .WzZzcmyoWnCbBCD9L8PG:first-child ._5ZzEiqo4UX_KettGfI1,
[dir="ltr"] [dir="ltr"] .YbsEjduYRdACyiyF07wF .WzZzcmyoWnCbBCD9L8PG:last-child ._5ZzEiqo4UX_KettGfI1 {
  margin-left: 0;
}

[dir="rtl"] [dir="ltr"] .YbsEjduYRdACyiyF07wF .WzZzcmyoWnCbBCD9L8PG:first-child ._5ZzEiqo4UX_KettGfI1,
[dir="rtl"] [dir="ltr"] .YbsEjduYRdACyiyF07wF .WzZzcmyoWnCbBCD9L8PG:last-child ._5ZzEiqo4UX_KettGfI1 {
  margin-right: 0;
}

[dir="rtl"] .YbsEjduYRdACyiyF07wF .WzZzcmyoWnCbBCD9L8PG:first-child ._5ZzEiqo4UX_KettGfI1,
[dir="rtl"] .YbsEjduYRdACyiyF07wF .WzZzcmyoWnCbBCD9L8PG:last-child ._5ZzEiqo4UX_KettGfI1 {
  margin-right: 0;
}

._5ZzEiqo4UX_KettGfI1 {
  line-height: 18px;
  color: var(--cht-gray-t2);
  font-weight: 400;
  font-size: 12px;
}

[dir="ltr"] [dir="ltr"] ._5ZzEiqo4UX_KettGfI1 {
  margin-left: 8px;
  text-align: left;
}

[dir="rtl"] [dir="ltr"] ._5ZzEiqo4UX_KettGfI1 {
  margin-right: 8px;
  text-align: right;
}

[dir="rtl"] ._5ZzEiqo4UX_KettGfI1 {
  margin-right: 8px;
  text-align: right;
}

._5ZzEiqo4UX_KettGfI1 &gt; a {
  color: var(--cht-brand-900-text) !important;
  font-weight: 500 !important;
  line-height: 18px;
  letter-spacing: 0px;
}

[dir="ltr"] [dir="ltr"] ._5ZzEiqo4UX_KettGfI1 &gt; a {
  text-align: left;
}

[dir="rtl"] [dir="ltr"] ._5ZzEiqo4UX_KettGfI1 &gt; a {
  text-align: right;
}

[dir="rtl"] ._5ZzEiqo4UX_KettGfI1 &gt; a {
  text-align: right;
}

.JxueZC277wEmzYn7u5un &gt; div {
  padding: 24px 32px !important;
  border-radius: 16px !important;
}
.J6FsN3uCxQk9_JThqKlO {
  list-style-type: disc !important;
}

[dir="ltr"] [dir="ltr"] .J6FsN3uCxQk9_JThqKlO li {
  margin-left: 1em;
}

[dir="rtl"] [dir="ltr"] .J6FsN3uCxQk9_JThqKlO li {
  margin-right: 1em;
}

[dir="rtl"] .J6FsN3uCxQk9_JThqKlO li {
  margin-right: 1em;
}
.J6FsN3uCxQk9_JThqKlO b {
  color: var(--cht-gray-t1-title);
  font-weight: 600;
}
.UvJvujJGbDH6zg34Fwsg {
  text-align: center;
}
.UvJvujJGbDH6zg34Fwsg img {
  margin-bottom: 16px;
}
.GMbpFELmbvYyZXEzOYzz {
  color: var(--cht-gray-t1-title);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.t7Jj2ucqwnYj4ofaZu0e {
  color: var(--cht-gray-t2);
  font-family: var(--cht-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  margin-top: 8px;
}
.K5UtqzRFb4B6NK0GLY2z {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font-size: 16px;
  padding: 8px 24px;
  margin-top: 24px;
}

.vG50Sst7Di6QmJVnsy2f {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #000;
}

[dir="ltr"] [dir="ltr"] .xKLsXbCLJuXCx6XU3RnH {
  padding-left: 20%;
}

[dir="rtl"] [dir="ltr"] .xKLsXbCLJuXCx6XU3RnH {
  padding-right: 20%;
}

[dir="rtl"] .xKLsXbCLJuXCx6XU3RnH {
  padding-right: 20%;
}

.Yb83DAj3zqCjrRQrwf2l {
  position: absolute;
  top: 10%;
}

[dir="ltr"] [dir="ltr"] .Yb83DAj3zqCjrRQrwf2l {
  left: 10%;
}

[dir="rtl"] [dir="ltr"] .Yb83DAj3zqCjrRQrwf2l {
  right: 10%;
}

[dir="rtl"] .Yb83DAj3zqCjrRQrwf2l {
  right: 10%;
}
.TLVVk1XYRK_kprBsZKmw {
  height: 22.78px;
  width: 12px;
}
.ZUyM38pmZGYx601Tqmju {
  font-weight: 500;
  outline: none;
  border: none;
  width: 100%;
  line-height: 40px;
  background: transparent;
}
.ZUyM38pmZGYx601Tqmju[suffix] {
  width: 92%;
}
.iAK_vXqL_tcFbN3Eo_Sy[disabled],
.iAK_vXqL_tcFbN3Eo_Sy[disabled] .ZUyM38pmZGYx601Tqmju {
  pointer-events: none;
  background-color: var(--gray-level-00);
  color: var(--gray-level-04);
  cursor: not-allowed;
}

.fRGhdCnyuMTY_a4fEaC1 {
  position: absolute;
  top: 50%;
  transform: translateY(-10px);
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] .fRGhdCnyuMTY_a4fEaC1 {
  right: 12px;
}

[dir="rtl"] [dir="ltr"] .fRGhdCnyuMTY_a4fEaC1 {
  left: 12px;
}

[dir="rtl"] .fRGhdCnyuMTY_a4fEaC1 {
  left: 12px;
}
._82CBW7BTp9T5zNPMsdkH {
  position: absolute;
  top: 50%;
  transform: translateY(-10px);
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] .bcZM9xGp2A1ixPAR4LRk {
  right: 50px;
}

[dir="rtl"] [dir="ltr"] .bcZM9xGp2A1ixPAR4LRk {
  left: 50px;
}

[dir="rtl"] .bcZM9xGp2A1ixPAR4LRk {
  left: 50px;
}
.Dt2MfeWSfKuizh_ncwGR {
  font-size: 20px;
  color: #999;
}
.qnlXSoUtiMuHuMaSWZ97 {
  font-size: 12px;
  color: #999;
}
.iAK_vXqL_tcFbN3Eo_Sy[error] {
  border: 1px solid #FE4539;
  padding: 1px 16px;
}

.I4L4hTTnWYKKrmWnPsrO {
  color: #ff493d;
  font-size: 12px;
  line-height: 14px;
  padding-top: 2px;
  height: 32px;
  width: 100%;
}

[dir="ltr"] [dir="ltr"] .I4L4hTTnWYKKrmWnPsrO {
  text-align: left;
}

[dir="rtl"] [dir="ltr"] .I4L4hTTnWYKKrmWnPsrO {
  text-align: right;
}

[dir="rtl"] .I4L4hTTnWYKKrmWnPsrO {
  text-align: right;
}
.I4L4hTTnWYKKrmWnPsrO[flex] {
  height: 16px;
}
.I4L4hTTnWYKKrmWnPsrO[flex][error] {
  height: 32px;
}
.gx_Nlefng5Z3cG_Qik66 input::-webkit-outer-spin-button,
.gx_Nlefng5Z3cG_Qik66 input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.gx_Nlefng5Z3cG_Qik66[data-small] .vG50Sst7Di6QmJVnsy2f {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}
@media screen and (max-width: 600px), (max-height: 619px) {
  .gx_Nlefng5Z3cG_Qik66[data-small] .vG50Sst7Di6QmJVnsy2f {
    height: 14px;
    line-height: 14px;
    font-size: 11px;
  }
}
@media screen and (max-width: 446px), (max-height: 619px) {
  .gx_Nlefng5Z3cG_Qik66[data-small] .vG50Sst7Di6QmJVnsy2f {
    display: none;
  }
}
.gx_Nlefng5Z3cG_Qik66[data-small] .iAK_vXqL_tcFbN3Eo_Sy {
  height: 44px;
}
@media screen and (max-width: 600px), (max-height: 619px) {
  .gx_Nlefng5Z3cG_Qik66[data-small] .iAK_vXqL_tcFbN3Eo_Sy {
    height: 40px;
  }
}
@media screen and (max-width: 446px), (max-height: 619px) {
  .gx_Nlefng5Z3cG_Qik66[data-small] .iAK_vXqL_tcFbN3Eo_Sy {
    font-size: 14px;
    height: 36px;
  }
}
@media screen and (max-width: 600px), (max-height: 619px) {
  .gx_Nlefng5Z3cG_Qik66[data-small] .ZUyM38pmZGYx601Tqmju {
    line-height: 32px;
  }
}
@media screen and (max-width: 446px), (max-height: 619px) {
  .gx_Nlefng5Z3cG_Qik66[data-small] .ZUyM38pmZGYx601Tqmju {
    height: 30px;
  }
}
.gx_Nlefng5Z3cG_Qik66[data-small] .I4L4hTTnWYKKrmWnPsrO {
  height: 30px;
}
@media screen and (max-width: 600px), (max-height: 619px) {
  .gx_Nlefng5Z3cG_Qik66[data-small] .I4L4hTTnWYKKrmWnPsrO {
    font-size: 9px;
    line-height: 9px;
    height: 22px;
  }
}
.gx_Nlefng5Z3cG_Qik66[data-small] .I4L4hTTnWYKKrmWnPsrO[data-flex] {
  height: 15px;
}
@media screen and (max-width: 600px), (max-height: 619px) {
  .gx_Nlefng5Z3cG_Qik66[data-small] .I4L4hTTnWYKKrmWnPsrO[data-flex] {
    height: 13px;
  }
}
.gx_Nlefng5Z3cG_Qik66[data-small] .I4L4hTTnWYKKrmWnPsrO[data-flex][data-error] {
  height: 30px;
}
@media screen and (max-width: 600px), (max-height: 619px) {
  .gx_Nlefng5Z3cG_Qik66[data-small] .I4L4hTTnWYKKrmWnPsrO[data-flex][data-error] {
    height: 22px;
  }
}

.wIiidb_LhFgHLbf7wgEF {
  position: relative;
  flex: 1 1;
}
.isdNukqQoILxHJPbBJCN {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  padding: 0;
  position: absolute;
  top: 70px;
  list-style: none;
  width: 100%;
  background-color: var(--cht-gray-t1-title-revert);
  z-index: 1003;
  color: var(--cht-gray-t1-title);
  transition: opacity 0.15s ease-in-out, height 0.25s linear;
  max-height: 340px;
  border-radius: 4px;
}
.isdNukqQoILxHJPbBJCN .nwpPVR6AC2UT0AZ0WpmQ {
  line-height: 16px;
  padding: 16px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
}
.isdNukqQoILxHJPbBJCN .nwpPVR6AC2UT0AZ0WpmQ:hover {
  background: var(--cht-trans-hover);
}

.isdNukqQoILxHJPbBJCN .kped5RKaTOnxb0sSG_m7 {
  display: inline-block;
  max-width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--cht-gray-t1-title);
}

[dir="ltr"] [dir="ltr"] .isdNukqQoILxHJPbBJCN .kped5RKaTOnxb0sSG_m7 {
  text-align: left;
}

[dir="rtl"] [dir="ltr"] .isdNukqQoILxHJPbBJCN .kped5RKaTOnxb0sSG_m7 {
  text-align: right;
}

[dir="rtl"] .isdNukqQoILxHJPbBJCN .kped5RKaTOnxb0sSG_m7 {
  text-align: right;
}

.BYVfVXxiLaAir8MDNHBW {
  position: relative;
}
.n8JHMr4qHx7PK6BM00aJ {
  color: var(--cht-gray-t2);
  /* Regular/14 */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: auto !important;
}

.OqrPQHRKe688rCNzsBan .DbM9SkEAObt1i96jLciA .yHQreHc9bak2_3CJby8a {
  position: absolute;
}

[dir="ltr"] [dir="ltr"] .OqrPQHRKe688rCNzsBan .DbM9SkEAObt1i96jLciA .yHQreHc9bak2_3CJby8a {
  margin-left: -1px;
}

[dir="rtl"] [dir="ltr"] .OqrPQHRKe688rCNzsBan .DbM9SkEAObt1i96jLciA .yHQreHc9bak2_3CJby8a {
  margin-right: -1px;
}

[dir="rtl"] .OqrPQHRKe688rCNzsBan .DbM9SkEAObt1i96jLciA .yHQreHc9bak2_3CJby8a {
  margin-right: -1px;
}

.OqrPQHRKe688rCNzsBan .ro5p_n6wz_aABg2JMKM2 {
  position: absolute;
  width: 320px;
  padding: 16px;
  background-color: var(--cht-gray-bg-float);
  color: var(--cht-gray-t2);
  text-align: center;
  border-radius: 8px;
  box-shadow: var(--cht-shadow-l2);
  z-index: 10;
}

[dir="ltr"] [dir="ltr"] .OqrPQHRKe688rCNzsBan .ro5p_n6wz_aABg2JMKM2 {
  left: calc(50% - 160px);
}

[dir="rtl"] [dir="ltr"] .OqrPQHRKe688rCNzsBan .ro5p_n6wz_aABg2JMKM2 {
  right: calc(50% - 160px);
}

[dir="rtl"] .OqrPQHRKe688rCNzsBan .ro5p_n6wz_aABg2JMKM2 {
  right: calc(50% - 160px);
}
.OqrPQHRKe688rCNzsBan .D51ei4ULodzfyYo_BwaH {
  display: flex;
  padding-bottom: 8px;
  align-items: center;
}
.OqrPQHRKe688rCNzsBan .D51ei4ULodzfyYo_BwaH:last-child {
  padding-bottom: 0;
}
.OqrPQHRKe688rCNzsBan .D51ei4ULodzfyYo_BwaH .aS3Yr7ewJMsDCeIATZSg {
  display: inline-flex;
  height: 16px;
  width: 16px;
  border: var(--cht-gray-t4-dis) solid 1px;
  border-radius: 9px;
}
.OqrPQHRKe688rCNzsBan .D51ei4ULodzfyYo_BwaH .UFHl412JwhFbK2eusRO0 {
  color: #ededed;
  border: none;
}

.OqrPQHRKe688rCNzsBan .D51ei4ULodzfyYo_BwaH .BboJIOtHGEWz0d214Y7z {
  width: auto;
  max-width: 228px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  display: inline-flex;
}

[dir="ltr"] [dir="ltr"] .OqrPQHRKe688rCNzsBan .D51ei4ULodzfyYo_BwaH .BboJIOtHGEWz0d214Y7z {
  text-align: left;
  padding-left: 8px;
}

[dir="rtl"] [dir="ltr"] .OqrPQHRKe688rCNzsBan .D51ei4ULodzfyYo_BwaH .BboJIOtHGEWz0d214Y7z {
  text-align: right;
  padding-right: 8px;
}

[dir="rtl"] .OqrPQHRKe688rCNzsBan .D51ei4ULodzfyYo_BwaH .BboJIOtHGEWz0d214Y7z {
  text-align: right;
  padding-right: 8px;
}

.OqrPQHRKe688rCNzsBan .ro5p_n6wz_aABg2JMKM2::after {
  content: " ";
  position: absolute;
  top: 30%;
  margin-top: -5px;
  border-width: 8px;
  border-style: solid;
  bottom: 100%;
  border-color: transparent transparent var(--cht-gray-bg-float) transparent !important;
  top: auto;
}

[dir="ltr"] [dir="ltr"] .OqrPQHRKe688rCNzsBan .ro5p_n6wz_aABg2JMKM2::after {
  right: 100%;
  border-color: transparent var(--cht-gray-bg-float) transparent transparent;
  left: 50%;
  right: auto;
}

[dir="rtl"] [dir="ltr"] .OqrPQHRKe688rCNzsBan .ro5p_n6wz_aABg2JMKM2::after {
  left: 100%;
  border-color: transparent transparent transparent var(--cht-gray-bg-float);
  right: 50%;
  left: auto;
}

[dir="rtl"] .OqrPQHRKe688rCNzsBan .ro5p_n6wz_aABg2JMKM2::after {
  left: 100%;
  border-color: transparent transparent transparent var(--cht-gray-bg-float);
  right: 50%;
  left: auto;
}

.xS9w2ZCjOZv84QL0svUY {
  display: flex;
  align-items: flex-start;
}
.CeIx1rTRurC5o0pkmkCb .xS9w2ZCjOZv84QL0svUY:not(:first-child) {
  margin-top: 8px;
}
.CeIx1rTRurC5o0pkmkCb .xS9w2ZCjOZv84QL0svUY:first-child a,
.CeIx1rTRurC5o0pkmkCb .xS9w2ZCjOZv84QL0svUY:last-child a,
.CeIx1rTRurC5o0pkmkCb .xS9w2ZCjOZv84QL0svUY:first-child svg,
.CeIx1rTRurC5o0pkmkCb .xS9w2ZCjOZv84QL0svUY:last-child svg {
  color: var(--cht-brand-900-text) !important;
  font-weight: 500 !important;
}

[dir="ltr"] [dir="ltr"] .CeIx1rTRurC5o0pkmkCb .xS9w2ZCjOZv84QL0svUY:first-child .FtFugheQqgtyuh1NxWgU,
[dir="ltr"] [dir="ltr"] .CeIx1rTRurC5o0pkmkCb .xS9w2ZCjOZv84QL0svUY:last-child .FtFugheQqgtyuh1NxWgU {
  margin-left: 0;
}

[dir="rtl"] [dir="ltr"] .CeIx1rTRurC5o0pkmkCb .xS9w2ZCjOZv84QL0svUY:first-child .FtFugheQqgtyuh1NxWgU,
[dir="rtl"] [dir="ltr"] .CeIx1rTRurC5o0pkmkCb .xS9w2ZCjOZv84QL0svUY:last-child .FtFugheQqgtyuh1NxWgU {
  margin-right: 0;
}

[dir="rtl"] .CeIx1rTRurC5o0pkmkCb .xS9w2ZCjOZv84QL0svUY:first-child .FtFugheQqgtyuh1NxWgU,
[dir="rtl"] .CeIx1rTRurC5o0pkmkCb .xS9w2ZCjOZv84QL0svUY:last-child .FtFugheQqgtyuh1NxWgU {
  margin-right: 0;
}

.FtFugheQqgtyuh1NxWgU {
  line-height: 18px;
  color: var(--cht-gray-t2);
  font-weight: 400;
  font-size: 12px;
}

[dir="ltr"] [dir="ltr"] .FtFugheQqgtyuh1NxWgU {
  margin-left: 8px;
}

[dir="rtl"] [dir="ltr"] .FtFugheQqgtyuh1NxWgU {
  margin-right: 8px;
}

[dir="rtl"] .FtFugheQqgtyuh1NxWgU {
  margin-right: 8px;
}

.FtFugheQqgtyuh1NxWgU &gt; a {
  color: var(--cht-brand-900-text) !important;
  font-weight: 500 !important;
  line-height: 18px;
  letter-spacing: 0px;
}

[dir="ltr"] [dir="ltr"] .FtFugheQqgtyuh1NxWgU &gt; a {
  text-align: left;
}

[dir="rtl"] [dir="ltr"] .FtFugheQqgtyuh1NxWgU &gt; a {
  text-align: right;
}

[dir="rtl"] .FtFugheQqgtyuh1NxWgU &gt; a {
  text-align: right;
}

.PTo5XUQUTe479nMlZzaZ {
  margin-bottom: 20px;
  line-height: 22px;
}
.PTo5XUQUTe479nMlZzaZ .fOfBEsBz5q48azGOmVYb {
  font-size: 14px;
  cursor: pointer;
  color: var(--cht-gray-t1-title);
}
.PTo5XUQUTe479nMlZzaZ .fOfBEsBz5q48azGOmVYb.aWa9fHjXalDbZCc67oog {
  color: var(--cht-gray-t2);
}
.PTo5XUQUTe479nMlZzaZ .fOfBEsBz5q48azGOmVYb + img {
  cursor: pointer;
}
.PTo5XUQUTe479nMlZzaZ .fOfBEsBz5q48azGOmVYb.QCsbHmuQq86HWQabx5gH {
  color: var(--cht-brand-700-normal);
}
.idSksGN0vumCTtJJCdXe {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
  align-items: center;
  font-size: 16px;
  color: var(--cht-gray-t1-title) !important;
  background-color: var(--cht-gray-ele-line);
  padding: 1px 0;
  font-weight: 500;
  transition: border-color 0.15s ease-in-out;
}
.idSksGN0vumCTtJJCdXe.XnWsvhjCxLFAlS1BSfRR {
  border: 1px solid var(--cht-red-700-normal);
}
.GxARe3ys8AgKwAgJT89Q {
  border-radius: 4px;
  display: inline-block;
  padding: 0 16px;
  transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
  position: relative;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}
.GxARe3ys8AgKwAgJT89Q,
.GKkXnyskhmLoB70wm7Rh {
  font-weight: 400;
  font-size: 14px;
  width: 92% !important;
  line-height: 22px;
  color: var(--cht-gray-t1-title) !important;
  outline: none;
  border: none;
  box-sizing: border-box;
}
.GxARe3ys8AgKwAgJT89Q::-moz-placeholder, .GKkXnyskhmLoB70wm7Rh::-moz-placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.GxARe3ys8AgKwAgJT89Q::placeholder,
.GKkXnyskhmLoB70wm7Rh::placeholder {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.UU7DdVSJ87IRV5DGC24m {
  display: inline-flex;
}

[dir="ltr"] [dir="ltr"] .UU7DdVSJ87IRV5DGC24m {
  float: right;
  padding-right: 12px;
}

[dir="rtl"] [dir="ltr"] .UU7DdVSJ87IRV5DGC24m {
  float: left;
  padding-left: 12px;
}

[dir="rtl"] .UU7DdVSJ87IRV5DGC24m {
  float: left;
  padding-left: 12px;
}
.lmeePcDnT2HzouaxjaPF {
  font-size: 12px;
  line-height: 44px;
  cursor: pointer;
}
.K8kW2xH3lXh0yA3ivScl {
  color: #2ec068 !important;
}
.G2O6pyUBlS4hxHx9uEC0 {
  margin-top: 4px;
  color: var(--cht-red-700-normal);
}
.ZXI8NiAZ15TfOGoz_KwO {
  line-height: 18px;
  font-weight: 400;
  font-size: 12px;
}
.pRTngsW4rqU2SzgfhEm9 {
  display: none;
}

.AzUlIItjASXc4EnwmdGO {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--cht-gray-t2);
  font-size: 14px;
  flex-shrink: 0;
  font-weight: 500;
  position: relative;
}

[dir="ltr"] [dir="ltr"] .AzUlIItjASXc4EnwmdGO {
  margin-right: 20px;
}

[dir="rtl"] [dir="ltr"] .AzUlIItjASXc4EnwmdGO {
  margin-left: 20px;
}

[dir="rtl"] .AzUlIItjASXc4EnwmdGO {
  margin-left: 20px;
}
.AzUlIItjASXc4EnwmdGO span {
  line-height: 22px;
}
.S2RgFl_rkdle34FiKXSs {
  color: var(--cht-gray-t1-title);
  font-weight: 600;
}
.S2RgFl_rkdle34FiKXSs::after {
  content: '';
  margin-top: 4px;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--cht-brand-700-normal);
}

.cN6S5rMmhESKQ_IaliW4 {
  position: relative;
}
.W_9B6Rmh2EmYsZd2ZeYr {
  display: flex;
  align-items: center;
}

.Pe7Ag5ai1AdrWMwGzgJo {
  margin-top: 4px;
  display: inline-block;
}

[dir="ltr"] [dir="ltr"] .Pe7Ag5ai1AdrWMwGzgJo {
  margin-right: 16px;
}

[dir="rtl"] [dir="ltr"] .Pe7Ag5ai1AdrWMwGzgJo {
  margin-left: 16px;
}

[dir="rtl"] .Pe7Ag5ai1AdrWMwGzgJo {
  margin-left: 16px;
}
.o7wRRRM4BJZ3FeFHUN8P {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%) rotateZ(0);
  cursor: pointer;
  transition: transform 0.25s linear;
  pointer-events: none;
  fill: var(--gray-level-05);
}
.Vv6668SeE89LbMry0VbF {
  position: absolute;
  z-index: 1003;
  width: 100%;
  max-height: 340px !important;
  padding: 0 !important;
  list-style: none;
  background-color: var(--cht-gray-bg-float);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.15s ease-in-out, height 0.25s linear;
}
.Vv6668SeE89LbMry0VbF ul {
  max-height: 280px;
  margin: 0;
  overflow-y: auto;
  padding-inline-start: 0;
}
.a5kf6qzUAYl_teIQpQJj {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 8px 12px;
}
.xraPMrWKwEqBFv95iqhy {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  height: 40px;
  margin: 4px 0 0px;
  line-height: 1.6;
  border: 1px solid var(--cht-gray-ele-line);
  background-color: var(--cht-gray-ele-line);
  border-radius: 4px;
}
.a5kf6qzUAYl_teIQpQJj img {
  width: 1em;
  height: 1em;
}
.sq6G_WivdMowoY5eeMU5 {
  flex: 1 1;
  height: 32px;
  border: white;
  outline: none;
  background-color: var(--cht-gray-ele-line);
  padding: 0;
  color: var(--cht-gray-t1-title);
}

[dir="ltr"] [dir="ltr"] .oUKKdrgDtscfFXVP0n_1 {
  margin-left: 8.5px;
  margin-right: 5px;
}

[dir="rtl"] [dir="ltr"] .oUKKdrgDtscfFXVP0n_1 {
  margin-right: 8.5px;
  margin-left: 5px;
}

[dir="rtl"] .oUKKdrgDtscfFXVP0n_1 {
  margin-right: 8.5px;
  margin-left: 5px;
}

.hxFsFXxnNPCzyEoLMAMo {
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] .hxFsFXxnNPCzyEoLMAMo {
  margin-right: 8.5px;
  margin-left: 4px;
}

[dir="rtl"] [dir="ltr"] .hxFsFXxnNPCzyEoLMAMo {
  margin-left: 8.5px;
  margin-right: 4px;
}

[dir="rtl"] .hxFsFXxnNPCzyEoLMAMo {
  margin-left: 8.5px;
  margin-right: 4px;
}
.cN6S5rMmhESKQ_IaliW4[visible] .Vv6668SeE89LbMry0VbF {
  height: auto;
  visibility: visible;
  opacity: 1;
}
/* .by-select[visible] .by-select__arrow {
  transform: translateY(-50%) rotateZ(-180deg);
} */
.VcHEyMPjzjZJYPxKRwkS {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: var(--cht-gray-t1-title);
  cursor: pointer;
}
.LeHaiVcjxQtBEl9I0o9t {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px 16px 16px;
  color: var(--cht-gray-t2);
  cursor: pointer;
}

.VcHEyMPjzjZJYPxKRwkS img {
  height: 17px;
}

[dir="ltr"] [dir="ltr"] .VcHEyMPjzjZJYPxKRwkS img {
  margin-right: 5px;
}

[dir="rtl"] [dir="ltr"] .VcHEyMPjzjZJYPxKRwkS img {
  margin-left: 5px;
}

[dir="rtl"] .VcHEyMPjzjZJYPxKRwkS img {
  margin-left: 5px;
}
.VcHEyMPjzjZJYPxKRwkS:hover {
  background-color: var(--cht-trans-hover);
}
.VcHEyMPjzjZJYPxKRwkS[active] {
  color: var(--cht-brand-900-text);
}
.GUVHysPwcmtuycVWXaxW {
  cursor: pointer;
}
.ezLAJ9QuICjLb18DoDtL {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.ezLAJ9QuICjLb18DoDtL img {
  height: 15px;
}

[dir="ltr"] [dir="ltr"] .ezLAJ9QuICjLb18DoDtL img {
  margin-right: 5px;
}

[dir="rtl"] [dir="ltr"] .ezLAJ9QuICjLb18DoDtL img {
  margin-left: 5px;
}

[dir="rtl"] .ezLAJ9QuICjLb18DoDtL img {
  margin-left: 5px;
}

.cN6S5rMmhESKQ_IaliW4 {
  width: 115px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

[dir="ltr"] [dir="ltr"] .cN6S5rMmhESKQ_IaliW4 {
  margin-right: 10px;
}

[dir="rtl"] [dir="ltr"] .cN6S5rMmhESKQ_IaliW4 {
  margin-left: 10px;
}

[dir="rtl"] .cN6S5rMmhESKQ_IaliW4 {
  margin-left: 10px;
}

.cN6S5rMmhESKQ_IaliW4 .o7wRRRM4BJZ3FeFHUN8P {
  line-height: 16px;
  color: #999;
  transition: all 0.4s ease;
  fill: #999;
}

[dir="ltr"] [dir="ltr"] .cN6S5rMmhESKQ_IaliW4 .o7wRRRM4BJZ3FeFHUN8P {
  right: 8px;
  border-right: none;
}

[dir="rtl"] [dir="ltr"] .cN6S5rMmhESKQ_IaliW4 .o7wRRRM4BJZ3FeFHUN8P {
  left: 8px;
  border-left: none;
}

[dir="rtl"] .cN6S5rMmhESKQ_IaliW4 .o7wRRRM4BJZ3FeFHUN8P {
  left: 8px;
  border-left: none;
}

.cN6S5rMmhESKQ_IaliW4 .NtgForvaGCSM9bPGIXl7 {
  top: 12px;
}

[dir="ltr"] [dir="ltr"] .cN6S5rMmhESKQ_IaliW4 .NtgForvaGCSM9bPGIXl7 {
  right: 12px;
  transform: rotateZ(180deg);
}

[dir="rtl"] [dir="ltr"] .cN6S5rMmhESKQ_IaliW4 .NtgForvaGCSM9bPGIXl7 {
  left: 12px;
  transform: rotateZ(-180deg);
}

[dir="rtl"] .cN6S5rMmhESKQ_IaliW4 .NtgForvaGCSM9bPGIXl7 {
  left: 12px;
  transform: rotateZ(-180deg);
}
.cN6S5rMmhESKQ_IaliW4 .Vv6668SeE89LbMry0VbF {
  width: 260px;
  margin-top: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 1000px) {
  .cN6S5rMmhESKQ_IaliW4 .Vv6668SeE89LbMry0VbF {
    width: 382px;
  }
}
@media screen and (max-width: 446px) {
  .cN6S5rMmhESKQ_IaliW4 .Vv6668SeE89LbMry0VbF {
    width: calc(100vw - 64px);
  }
}
.cN6S5rMmhESKQ_IaliW4 .ezLAJ9QuICjLb18DoDtL {
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out;
}
.cN6S5rMmhESKQ_IaliW4 .Nk2j_ce_qlfp4ObHXPb6 {
  border: 2px solid var(--cht-brand-700-normal);
}
.cN6S5rMmhESKQ_IaliW4 ::-webkit-scrollbar {
  width: 10px;
}
.cN6S5rMmhESKQ_IaliW4 ::-webkit-scrollbar-track {
  border-radius: 5px;
}
.cN6S5rMmhESKQ_IaliW4 ::-webkit-scrollbar-thumb {
  background: #afafaf;
  border-radius: 5px;
}
.cN6S5rMmhESKQ_IaliW4 ::-webkit-scrollbar-thumb:hover {
  background: #949494;
}
.cN6S5rMmhESKQ_IaliW4[newui][small] {
  margin-top: 16px;
}
@media screen and (max-width: 600px) {
  .cN6S5rMmhESKQ_IaliW4[newui][small] {
    margin-top: 14px;
  }
}
@media screen and (max-width: 446px), (max-height: 619px) {
  .cN6S5rMmhESKQ_IaliW4[newui][small] {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .cN6S5rMmhESKQ_IaliW4[newui][small] .o7wRRRM4BJZ3FeFHUN8P {
    top: 20px;
  }
  .cN6S5rMmhESKQ_IaliW4[newui][small] .o7wRRRM4BJZ3FeFHUN8P[focus] {
    top: 10px;
  }
}
@media screen and (max-width: 446px), (max-height: 619px) {
  .cN6S5rMmhESKQ_IaliW4[newui][small] .o7wRRRM4BJZ3FeFHUN8P {
    top: 18px;
  }
  .cN6S5rMmhESKQ_IaliW4[newui][small] .o7wRRRM4BJZ3FeFHUN8P[focus] {
    top: 10px;
  }
}
.cN6S5rMmhESKQ_IaliW4[newui][small] .Vv6668SeE89LbMry0VbF {
  max-height: 300px !important;
}
.cN6S5rMmhESKQ_IaliW4[newui][small] .Vv6668SeE89LbMry0VbF ul {
  max-height: 240px;
}

.taVst07VB5p4bVrC4nPM {
  font-size: 50vh;
  color: transparent;
  width: 100%;
  height: 100%;
}
.hHGzuZC1d_gdr5_xeY1A {
  color: #fff;
  font-size: 28px;
  position: absolute;
  margin-top: -312px;
  text-align: center;
  width: 400px;
}

.Y9PsSVk_4o9EQFCfkto6 {
  padding: 40px;
  position: absolute;
  top: 0;
}

[dir="ltr"] [dir="ltr"] .Y9PsSVk_4o9EQFCfkto6 {
  left: 0;
}

[dir="rtl"] [dir="ltr"] .Y9PsSVk_4o9EQFCfkto6 {
  right: 0;
}

[dir="rtl"] .Y9PsSVk_4o9EQFCfkto6 {
  right: 0;
}
.Y9PsSVk_4o9EQFCfkto6 .ysClZ2JLzcc0SN8oB4Dg {
  position: relative;
  display: block;
  width: 100%;
  min-height: 20px;
  overflow: hidden;
  background-color: rgba(56, 68, 82, 0.06);
  border-radius: 8px;
  animation: hmGV2DhB7IZ7Xw_NslBx 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.Y9PsSVk_4o9EQFCfkto6 .ysClZ2JLzcc0SN8oB4Dg.pige4mQeBXi4N2uGeaPa {
  height: 32px;
  margin-bottom: 32px;
}
.Y9PsSVk_4o9EQFCfkto6 .ysClZ2JLzcc0SN8oB4Dg.DEJVdAI746IiNh0i9Mp5 {
  height: 18px;
  margin-bottom: 12px;
}
.Y9PsSVk_4o9EQFCfkto6 .ysClZ2JLzcc0SN8oB4Dg.Q_YFhveA8WAPHTBmNxVY {
  height: 280px;
  width: 304px;
  margin-top: 40px;
}
.Y9PsSVk_4o9EQFCfkto6 .mMnysI4z2arb4Kyda7Y8 .DEJVdAI746IiNh0i9Mp5:last-child {
  width: 50%;
}

.mn9P8kXxcvduYb0HkwcX {
  position: absolute;
  top: 0;
}

[dir="ltr"] [dir="ltr"] .mn9P8kXxcvduYb0HkwcX {
  left: 0;
}

[dir="rtl"] [dir="ltr"] .mn9P8kXxcvduYb0HkwcX {
  right: 0;
}

[dir="rtl"] .mn9P8kXxcvduYb0HkwcX {
  right: 0;
}
.mn9P8kXxcvduYb0HkwcX .ysClZ2JLzcc0SN8oB4Dg {
  position: relative;
  display: block;
  min-height: 20px;
  overflow: hidden;
  background-color: rgba(56, 68, 82, 0.06);
  border-radius: 8px;
  animation: hmGV2DhB7IZ7Xw_NslBx 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.mn9P8kXxcvduYb0HkwcX .ysClZ2JLzcc0SN8oB4Dg.pige4mQeBXi4N2uGeaPa {
  height: 32px;
}
.mn9P8kXxcvduYb0HkwcX .ysClZ2JLzcc0SN8oB4Dg.DEJVdAI746IiNh0i9Mp5 {
  height: 22px;
}
.mn9P8kXxcvduYb0HkwcX .ysClZ2JLzcc0SN8oB4Dg.HxI1YastAKyzAzoJHnTF {
  height: 48px;
  margin: 8px 0 16px;
}
.mn9P8kXxcvduYb0HkwcX .ysClZ2JLzcc0SN8oB4Dg.oJpkmdq9lgDqTStlGpIz {
  height: 48px;
  margin: 24px 0;
}
.mn9P8kXxcvduYb0HkwcX .ysClZ2JLzcc0SN8oB4Dg.bDqc1VACoR2jECnX_gri {
  height: 36px;
  margin-top: 32px;
}
@keyframes hmGV2DhB7IZ7Xw_NslBx {
  /* éª¨æž¶å±åŠ¨ç”» */
  50% {
    opacity: 0.5;
  }
}

.FsDmhZXZgbb75905CLlB #uniframe-cht-login {
  display: block !important;
}
.FsDmhZXZgbb75905CLlB .iframe {
  cursor: pointer;
}
.FsDmhZXZgbb75905CLlB .cht-thirdparty-box-row .cht-thirdparty-row {
  font-size: 12px;
  line-height: 18px;
  width: auto !important;
  height: 24px !important;
  box-shadow: none !important;
  padding: 2px 8px;
  border: none !important;
  gap: 4px !important;
  border-radius: 4px;
  font-weight: 400;
  background-color: transparent !important;
}
.FsDmhZXZgbb75905CLlB .cht-thirdparty-box-row .cht-thirdparty-row:hover {
  background-color: #25282C !important;
}
.FsDmhZXZgbb75905CLlB .cht-thirdparty-box-row .cht-thirdparty-row:hover span:last-child {
  color: #ADB1B8 !important;
}
.FsDmhZXZgbb75905CLlB .cht-thirdparty-box-row .cht-thirdparty-row span:first-child {
  width: 22px;
  height: 22px;
}
.FsDmhZXZgbb75905CLlB .cht-thirdparty-new-col {
  flex-direction: column;
}
.FsDmhZXZgbb75905CLlB .cht-thirdparty-new-col &gt; div {
  width: 100%;
}
.FsDmhZXZgbb75905CLlB .cht-thirdparty-new-col .cht-text-tab-gray,
.FsDmhZXZgbb75905CLlB .cht-thirdparty-new-col .cht-thirdparty-col,
.FsDmhZXZgbb75905CLlB .cht-thirdparty-new-col button {
  width: 100%;
}
.FsDmhZXZgbb75905CLlB .cht-thirdparty-new-col button {
  gap: 6px;
  min-height: 48px;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 24px;
}
.FsDmhZXZgbb75905CLlB .y21aaYUmfEWWbGGFSlXg {
  border-top: 1px solid var(--cht-gray-ele-line);
  text-align: center;
  display: flex;
  justify-content: center;
}
.FsDmhZXZgbb75905CLlB .y21aaYUmfEWWbGGFSlXg .KzBdDEP2dOWM3W8_WeHI {
  display: inline-block;
  padding: 0px 16px;
  background: var(--cht-gray-bg-card);
  font-weight: 400;
  color: var(--cht-gray-t2);
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .mhLy0OmUFJP1OweIUNIF {
  height: auto;
  background: transparent;
  border: 1px solid #595D61;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .mhLy0OmUFJP1OweIUNIF:hover {
  box-shadow: 0px 0px 0px 3px var(--cht-brand-100-bg);
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .mhLy0OmUFJP1OweIUNIF.pVSiUthfTG4I2uAD9mOy {
  border-radius: 4px;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .mhLy0OmUFJP1OweIUNIF.pVSiUthfTG4I2uAD9mOy:hover {
  box-shadow: none;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .U_eF_2nbNUSUujBuPI8o {
  color: white;
  background: #16171A;
  border: 1px solid #595D61;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .lMjEAaMSwAqR68d34NlD {
  width: 18px !important;
  height: 18px !important;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .E87tUkx2W8BUeQrdOhiU {
  font-family: var(--cht-font-family);
}

.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC {
  opacity: 0.0001;
  position: absolute;
  top: 0;
  transform: scaleX(10) scaleY(2);
}

[dir="ltr"] [dir="ltr"] .FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC {
  left: 0;
}

[dir="rtl"] [dir="ltr"] .FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC {
  right: 0;
}

[dir="rtl"] .FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC {
  right: 0;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:hover + .E87tUkx2W8BUeQrdOhiU,
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:focus + .E87tUkx2W8BUeQrdOhiU {
  background-color: rgba(56, 68, 82, 0.06);
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:hover + .E87tUkx2W8BUeQrdOhiU.U_eF_2nbNUSUujBuPI8o,
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:focus + .E87tUkx2W8BUeQrdOhiU.U_eF_2nbNUSUujBuPI8o {
  background-color: #16171A;
  color: #ADB1B8;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:hover + .E87tUkx2W8BUeQrdOhiU.U_eF_2nbNUSUujBuPI8o.bj6pIk2ZHUXgKmkHwSkE,
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:focus + .E87tUkx2W8BUeQrdOhiU.U_eF_2nbNUSUujBuPI8o.bj6pIk2ZHUXgKmkHwSkE {
  background-color: #25282C !important;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:hover.E87tUkx2W8BUeQrdOhiU,
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:focus.E87tUkx2W8BUeQrdOhiU {
  background-color: rgba(56, 68, 82, 0.06);
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:hover.E87tUkx2W8BUeQrdOhiU.U_eF_2nbNUSUujBuPI8o,
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:focus.E87tUkx2W8BUeQrdOhiU.U_eF_2nbNUSUujBuPI8o {
  background-color: #16171A;
  color: #ADB1B8;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:hover.E87tUkx2W8BUeQrdOhiU.U_eF_2nbNUSUujBuPI8o.bj6pIk2ZHUXgKmkHwSkE,
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC:focus.E87tUkx2W8BUeQrdOhiU.U_eF_2nbNUSUujBuPI8o.bj6pIk2ZHUXgKmkHwSkE {
  background-color: #25282C !important;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .V1Q7btMPmRvLlh6ztOSC &gt; div {
  height: 100%;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .BYEr27eMQXYuJcvRYXSV {
  flex: 1 1;
  line-height: 46px;
  height: 46px;
  background: #F8FAFC;
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  color: #15192A;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] .FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .BYEr27eMQXYuJcvRYXSV:not(:first-child) {
  margin-left: 10px;
}

[dir="rtl"] [dir="ltr"] .FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .BYEr27eMQXYuJcvRYXSV:not(:first-child) {
  margin-right: 10px;
}

[dir="rtl"] .FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .BYEr27eMQXYuJcvRYXSV:not(:first-child) {
  margin-right: 10px;
}
.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .BYEr27eMQXYuJcvRYXSV:hover {
  background: #f0f0f0;
}

.FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .BYEr27eMQXYuJcvRYXSV .lMjEAaMSwAqR68d34NlD {
  width: 16px;
  height: 16px;
  line-height: 46px;
  border-radius: 8px;
  background: #E4E4E4;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

[dir="ltr"] [dir="ltr"] .FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .BYEr27eMQXYuJcvRYXSV .lMjEAaMSwAqR68d34NlD {
  margin-right: 8px;
}

[dir="rtl"] [dir="ltr"] .FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .BYEr27eMQXYuJcvRYXSV .lMjEAaMSwAqR68d34NlD {
  margin-left: 8px;
}

[dir="rtl"] .FsDmhZXZgbb75905CLlB .ezOSvAllv4tZcXa09IMf .BYEr27eMQXYuJcvRYXSV .lMjEAaMSwAqR68d34NlD {
  margin-left: 8px;
}

.iS7sosek3Pit6yTUzCOE,
#iS7sosek3Pit6yTUzCOE {
  position: absolute;
  top: 0;
  opacity: 0.01;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}

[dir="ltr"] [dir="ltr"] .iS7sosek3Pit6yTUzCOE,
[dir="ltr"] [dir="ltr"] #iS7sosek3Pit6yTUzCOE {
  right: 0;
}

[dir="rtl"] [dir="ltr"] .iS7sosek3Pit6yTUzCOE,
[dir="rtl"] [dir="ltr"] #iS7sosek3Pit6yTUzCOE {
  left: 0;
}

[dir="rtl"] .iS7sosek3Pit6yTUzCOE,
[dir="rtl"] #iS7sosek3Pit6yTUzCOE {
  left: 0;
}
.yGmoXgkC4oYxaPDjpHl3 .ajRbVzjUxbQ_veM_KV7v {
  border-top: 1px solid var(--cht-gray-ele-line);
  text-align: center;
  display: flex;
  justify-content: center;
}
.yGmoXgkC4oYxaPDjpHl3 .ajRbVzjUxbQ_veM_KV7v .G0kdJXr6Jx_70dIoyFZd {
  display: inline-block;
  padding: 0px 16px;
  background: #fff;
  font-weight: 400;
  color: var(--cht-gray-t2);
}
.yGmoXgkC4oYxaPDjpHl3 .mAZg7OEiZJxqefURlVsR:hover .cht-bg-modal-bg {
  border: 1px solid var(--cht-gray-t4-dis);
  background-color: rgba(56, 68, 82, 0.06);
  color: var(--cht-gray-t2);
}
.yGmoXgkC4oYxaPDjpHl3 .mAZg7OEiZJxqefURlVsR:hover .THwO0qQoORGw1sP6tyeO {
  box-shadow: 0px 0px 0px 3px var(--cht-brand-100-bg);
}
.yGmoXgkC4oYxaPDjpHl3 .mAZg7OEiZJxqefURlVsR:hover .THwO0qQoORGw1sP6tyeO.RbMrBfNtmiGe8fQzqyyk {
  background-color: #25282C !important;
  color: #ADB1B8;
}
.yGmoXgkC4oYxaPDjpHl3 .mAZg7OEiZJxqefURlVsR:focus .cht-bg-modal-bg {
  border: 1px solid var(--cht-gray-t4-dis);
  background-color: rgba(56, 68, 82, 0.06);
  color: var(--cht-gray-t2);
}
.yGmoXgkC4oYxaPDjpHl3 .mAZg7OEiZJxqefURlVsR:focus .THwO0qQoORGw1sP6tyeO {
  box-shadow: 0px 0px 0px 3px var(--cht-brand-100-bg);
}
.yGmoXgkC4oYxaPDjpHl3 .mAZg7OEiZJxqefURlVsR:focus .THwO0qQoORGw1sP6tyeO.RbMrBfNtmiGe8fQzqyyk {
  background-color: #25282C !important;
  color: #ADB1B8;
}
.yGmoXgkC4oYxaPDjpHl3 .aU9c3AyZ2ZVFdOOaE7IJ {
  overflow: hidden;
}
.yGmoXgkC4oYxaPDjpHl3 .aU9c3AyZ2ZVFdOOaE7IJ:hover .cht-bg-modal-bg {
  border: 1px solid var(--cht-gray-t4-dis);
  background-color: rgba(56, 68, 82, 0.06);
  color: var(--cht-gray-t2);
}
.yGmoXgkC4oYxaPDjpHl3 .aU9c3AyZ2ZVFdOOaE7IJ:hover .THwO0qQoORGw1sP6tyeO {
  box-shadow: 0px 0px 0px 3px var(--cht-brand-100-bg);
}
.yGmoXgkC4oYxaPDjpHl3 .aU9c3AyZ2ZVFdOOaE7IJ:hover .THwO0qQoORGw1sP6tyeO.RbMrBfNtmiGe8fQzqyyk {
  background-color: #25282C !important;
  color: #ADB1B8;
  box-shadow: none;
}
.yGmoXgkC4oYxaPDjpHl3 .aU9c3AyZ2ZVFdOOaE7IJ:focus .cht-bg-modal-bg {
  border: 1px solid var(--cht-gray-t4-dis);
  background-color: rgba(56, 68, 82, 0.06);
  color: var(--cht-gray-t2);
}
.yGmoXgkC4oYxaPDjpHl3 .aU9c3AyZ2ZVFdOOaE7IJ:focus .THwO0qQoORGw1sP6tyeO {
  box-shadow: 0px 0px 0px 3px var(--cht-brand-100-bg);
}
.yGmoXgkC4oYxaPDjpHl3 .aU9c3AyZ2ZVFdOOaE7IJ:focus .THwO0qQoORGw1sP6tyeO.RbMrBfNtmiGe8fQzqyyk {
  background-color: #25282C !important;
  color: #ADB1B8;
  box-shadow: none;
}
.yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .VBRfzgaR54Sh8mRzmb7V {
  font-family: var(--cht-font-family);
  border: 1px solid var(--cht-gray-t4-dis);
}
.yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .THwO0qQoORGw1sP6tyeO {
  color: var(--cht-gray-t1-title-revert);
  background: #16171A;
  border: 1px solid #595D61;
}
.yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .THwO0qQoORGw1sP6tyeO:hover {
  box-shadow: 0px 0px 0px 3px var(--cht-brand-100-bg);
}
.yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .THwO0qQoORGw1sP6tyeO:focus {
  box-shadow: 0px 0px 0px 3px var(--cht-brand-100-bg);
}
.yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .UVoOkx0JhWihRQ7REhcn {
  width: 18px;
  height: 18px;
}
.yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .uZvfGPFQ8NpurheTWOgq {
  flex: 1 1;
  line-height: 46px;
  height: 46px;
  background: var(--cht-gray-bg-page);
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  color: #15192a;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] .yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .uZvfGPFQ8NpurheTWOgq:not(:first-child) {
  margin-left: 10px;
}

[dir="rtl"] [dir="ltr"] .yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .uZvfGPFQ8NpurheTWOgq:not(:first-child) {
  margin-right: 10px;
}

[dir="rtl"] .yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .uZvfGPFQ8NpurheTWOgq:not(:first-child) {
  margin-right: 10px;
}
.yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .uZvfGPFQ8NpurheTWOgq:hover {
  background: #f0f0f0;
}

.yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .uZvfGPFQ8NpurheTWOgq .Q6Rs6kG9pVrkCR_ux3fs {
  width: 16px;
  height: 16px;
  line-height: 46px;
  border-radius: 8px;
  background: #e4e4e4;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

[dir="ltr"] [dir="ltr"] .yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .uZvfGPFQ8NpurheTWOgq .Q6Rs6kG9pVrkCR_ux3fs {
  margin-right: 8px;
}

[dir="rtl"] [dir="ltr"] .yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .uZvfGPFQ8NpurheTWOgq .Q6Rs6kG9pVrkCR_ux3fs {
  margin-left: 8px;
}

[dir="rtl"] .yGmoXgkC4oYxaPDjpHl3 .W6t37k1B5yOhMUS1V4mb .uZvfGPFQ8NpurheTWOgq .Q6Rs6kG9pVrkCR_ux3fs {
  margin-left: 8px;
}

.CravNh6rmkSNHpX1gfjn {
  position: fixed;
  top: 0;
  z-index: 1003;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  will-change: opacity, width, height;
}

[dir="ltr"] [dir="ltr"] .CravNh6rmkSNHpX1gfjn {
  left: 0;
}

[dir="rtl"] [dir="ltr"] .CravNh6rmkSNHpX1gfjn {
  right: 0;
}

[dir="rtl"] .CravNh6rmkSNHpX1gfjn {
  right: 0;
}
.CravNh6rmkSNHpX1gfjn.nfJ92lwB14jAG2cdfUMv {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  .CravNh6rmkSNHpX1gfjn.nfJ92lwB14jAG2cdfUMv[attached] {
    top: 68px;
    align-items: flex-start;
  }
}
.Qr399wYXVqNpoRgBa4FU {
  display: flex;
  flex-flow: column;
  width: 492px;
  padding: 24px;
  font-size: 16px;
  font-family: var(--cht-font-family);
  font-style: normal;
  background-color: var(--cht-gray-bg-card);
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 600px) {
  .Qr399wYXVqNpoRgBa4FU {
    width: 94vw;
  }
}

[dir="ltr"] [dir="ltr"] .AruUpIKQJkPwh98lQZ8t {
  text-align: right;
}

[dir="rtl"] [dir="ltr"] .AruUpIKQJkPwh98lQZ8t {
  text-align: left;
}

[dir="rtl"] .AruUpIKQJkPwh98lQZ8t {
  text-align: left;
}

.AruUpIKQJkPwh98lQZ8t .T78ViAST5TJAeWZEOseh {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 15px;
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] .AruUpIKQJkPwh98lQZ8t .T78ViAST5TJAeWZEOseh {
  margin: 0 0 8px 8px;
}

[dir="rtl"] [dir="ltr"] .AruUpIKQJkPwh98lQZ8t .T78ViAST5TJAeWZEOseh {
  margin: 0 8px 8px 0;
}

[dir="rtl"] .AruUpIKQJkPwh98lQZ8t .T78ViAST5TJAeWZEOseh {
  margin: 0 8px 8px 0;
}

.KuBViyIog4aI3vqzdMgr {
  padding-top: 16px;
  padding-bottom: 24px;
  color: var(--cht-gray-t1-title);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
}

[dir="ltr"] [dir="ltr"] .KuBViyIog4aI3vqzdMgr {
  text-align: left;
}

[dir="rtl"] [dir="ltr"] .KuBViyIog4aI3vqzdMgr {
  text-align: right;
}

[dir="rtl"] .KuBViyIog4aI3vqzdMgr {
  text-align: right;
}
.KuBViyIog4aI3vqzdMgr.EMP5k_HOj1XeBBNMNaSD {
  text-align: center;
}

.PkbM5vAOVHzZsgWXYL4h,
.u_849kwxqoUeKqDKdP2V {
  padding-bottom: 16px;
  color: var(--cht-gray-t2);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

[dir="ltr"] [dir="ltr"] .PkbM5vAOVHzZsgWXYL4h,
[dir="ltr"] [dir="ltr"] .u_849kwxqoUeKqDKdP2V {
  text-align: left;
}

[dir="rtl"] [dir="ltr"] .PkbM5vAOVHzZsgWXYL4h,
[dir="rtl"] [dir="ltr"] .u_849kwxqoUeKqDKdP2V {
  text-align: right;
}

[dir="rtl"] .PkbM5vAOVHzZsgWXYL4h,
[dir="rtl"] .u_849kwxqoUeKqDKdP2V {
  text-align: right;
}
.PkbM5vAOVHzZsgWXYL4h .Ji4U8c7jbZe_bC079Nb4,
.u_849kwxqoUeKqDKdP2V .Ji4U8c7jbZe_bC079Nb4 {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px 4px;
}
.PkbM5vAOVHzZsgWXYL4h .Ji4U8c7jbZe_bC079Nb4:focus-within,
.u_849kwxqoUeKqDKdP2V .Ji4U8c7jbZe_bC079Nb4:focus-within {
  border-color: #ffb11a;
  outline: #f5e8ce solid 2px;
}
.PkbM5vAOVHzZsgWXYL4h .Ji4U8c7jbZe_bC079Nb4 input,
.u_849kwxqoUeKqDKdP2V .Ji4U8c7jbZe_bC079Nb4 input {
  outline: none;
}
.PkbM5vAOVHzZsgWXYL4h .xPRNTVOhSbJzpjWhrDje,
.u_849kwxqoUeKqDKdP2V .xPRNTVOhSbJzpjWhrDje {
  border-color: #f7497b;
}
.PkbM5vAOVHzZsgWXYL4h .NSK8VTwqO54J2EEwJguw,
.u_849kwxqoUeKqDKdP2V .NSK8VTwqO54J2EEwJguw {
  display: none;
}
.u_849kwxqoUeKqDKdP2V {
  flex-grow: 1;
}
.u_849kwxqoUeKqDKdP2V .vUCrx_zw2v7fmxNy3vzn {
  padding-bottom: 16px;
}
.u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT {
  width: 400px;
  max-height: 160px;
  overflow: auto;
  overflow-y: scroll;
  line-height: 20px;
}
@media screen and (max-width: 600px) {
  .u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT {
    width: 268px;
  }
}

.u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT ul {
  -moz-column-count: 1;
  column-count: 1;
  list-style-type: disc;
}

[dir="ltr"] [dir="ltr"] .u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT ul {
  padding-left: 20px;
}

[dir="rtl"] [dir="ltr"] .u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT ul {
  padding-right: 20px;
}

[dir="rtl"] .u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT ul {
  padding-right: 20px;
}

.u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style-position: outside;
  list-style-type: disc;
}

[dir="ltr"] [dir="ltr"] .u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT li {
  padding-right: 10px;
}

[dir="rtl"] [dir="ltr"] .u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT li {
  padding-left: 10px;
}

[dir="rtl"] .u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT li {
  padding-left: 10px;
}
.u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT::-webkit-scrollbar {
  width: 8px;
}
.u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT::-webkit-scrollbar-track {
  border-radius: 4px;
}
.u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT::-webkit-scrollbar-thumb {
  background: #afafaf;
  border-radius: 5px;
}
.u_849kwxqoUeKqDKdP2V .tWnGCWpBavqVd0i98agT::-webkit-scrollbar-thumb:hover {
  background: #949494;
}
.Y2j0p90H8SgApxn81OH6 {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}
@media screen and (max-width: 600px) {
  .Y2j0p90H8SgApxn81OH6 {
    display: block;
    margin-bottom: 0;
  }
}
.Y2j0p90H8SgApxn81OH6.ZA3P5OrkYwcgdZPcwKd_ {
  justify-content: flex-end;
}
.Y2j0p90H8SgApxn81OH6.EMP5k_HOj1XeBBNMNaSD {
  justify-content: center;
}
.Y2j0p90H8SgApxn81OH6 button {
  display: inline-block;
  width: 200px;
  height: 42px;
  color: #17181e;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .Y2j0p90H8SgApxn81OH6 button {
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
  }
}
.Y2j0p90H8SgApxn81OH6 button :hover,
.Y2j0p90H8SgApxn81OH6 button :focus {
  outline: none;
}
.Y2j0p90H8SgApxn81OH6 button.FshQ_4QC9hVPJw55ZO4b {
  background: var(--cht-brand-700-normal);
  border: none;
}
.Y2j0p90H8SgApxn81OH6 button.FshQ_4QC9hVPJw55ZO4b:hover {
  background: #f9b833;
}
.Y2j0p90H8SgApxn81OH6 button.FshQ_4QC9hVPJw55ZO4b:active {
  background: #c68500;
}
.Y2j0p90H8SgApxn81OH6 button.FshQ_4QC9hVPJw55ZO4b.y6hGZVQOh7BhoVB6U6Ls {
  width: 100%;
}
.Y2j0p90H8SgApxn81OH6 button.EFwuJGkEs4RcTkOTU3vg {
  color: var(--cht-brand-700-normal);
  background-color: transparent;
  border: 1px solid var(--cht-brand-700-normal);
}
.Y2j0p90H8SgApxn81OH6 button.EFwuJGkEs4RcTkOTU3vg:hover {
  color: #f9b833;
  border: 1px solid #f9b833;
}
.Y2j0p90H8SgApxn81OH6 button.EFwuJGkEs4RcTkOTU3vg:active {
  color: #c68500;
  border: 1px solid #c68500;
}
.Qr399wYXVqNpoRgBa4FU .T78ViAST5TJAeWZEOseh.POyFAoQYlbuuJvtLBzQO {
  color: #089f3c;
  font-size: 60px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body.s1WnZul1W7LsWKXhGgMO .CravNh6rmkSNHpX1gfjn[visible][attached] {
    top: 144px !important;
  }
}

.NBEMEnnrIB6cyX5Wf0BA {
  position: fixed;
  top: 0;
  z-index: 1003;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.1s ease-in, width 0s linear 0.1s, height 0s linear 0.1s;
  will-change: opacity, width, height;
}

[dir="ltr"] [dir="ltr"] .NBEMEnnrIB6cyX5Wf0BA {
  left: 0;
}

[dir="rtl"] [dir="ltr"] .NBEMEnnrIB6cyX5Wf0BA {
  right: 0;
}

[dir="rtl"] .NBEMEnnrIB6cyX5Wf0BA {
  right: 0;
}
.NBEMEnnrIB6cyX5Wf0BA.yn_7BsorgJfYnpd9a6JQ {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}
.NBEMEnnrIB6cyX5Wf0BA[visible] {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}
.oKrLvNIqLDcKoe_6wrV1 {
  width: 472px;
  padding-top: 16px;
  padding-bottom: 40px;
  font-size: 14px;
  background-color: var(--cht-gray-ele-edge);
  border-radius: 12px;
  box-shadow: 0px 2px 8px 0px var(--cht-modal-mask-bg);
}
.aZkPv_yY85g26PsuWzQu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 24px 32px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}
.a2mwxtREILxlb4cvyfN_ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
}
.rHVAzh83z3B0SrspUkXA {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}
.Ay4oC7q6ttVUgkCuGtU4 {
  box-sizing: border-box;
  padding: 0 32px 37px;
  color: var(--cht-gray-t1-title);
  font-weight: 400;
  line-height: 20px;
}
.ezTzKZyrkc160JrFcg0Q {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 32px;
}
.osuoe2QGMM7hEzfzhCOF {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1px solid #979797;
  border-radius: 2px;
  cursor: pointer;
}
.osuoe2QGMM7hEzfzhCOF.Gy9ehabDKS545a6LJyha {
  border: 0;
}
.osuoe2QGMM7hEzfzhCOF[isSelected] {
  border: 0;
}

.tw2u5QBiXclua4ryU_sA {
  color: #666666;
  font-size: 12px;
}

[dir="ltr"] [dir="ltr"] .tw2u5QBiXclua4ryU_sA {
  margin-left: 6px;
}

[dir="rtl"] [dir="ltr"] .tw2u5QBiXclua4ryU_sA {
  margin-right: 6px;
}

[dir="rtl"] .tw2u5QBiXclua4ryU_sA {
  margin-right: 6px;
}
.sC4r0PDcQj3MY_BowkyT {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 52px;
  padding: 0 32px;
  line-height: 20px;
}
.dtFlLoGoj9QiHO61BqpH {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 32px;
  overflow: hidden;
  color: #101014;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background: #ffb11a;
  border-radius: 4px;
  cursor: pointer;
}
.dtFlLoGoj9QiHO61BqpH:hover {
  opacity: 0.9;
}
.FP6s60jxMJCbVIz6DFzQ {
  width: 14px;
  height: 14px;
}
.RAlb1fLlhu3PIZ5gDTVF {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  background-color: #faad15;
  border-radius: 2px;
}
.XX5wia95n52fBhFTGB65 {
  color: #ffffff;
  font-size: 12px;
}

.QtYVqerllFlfUgP5fO42 .V4kwldGfJT4J1zm2JG8T {
  border-top: 1px solid var(--cht-gray-ele-line);
  text-align: center;
  display: flex;
  justify-content: center;
}
.QtYVqerllFlfUgP5fO42 .V4kwldGfJT4J1zm2JG8T .jiRP0CKZ2WecJryyaWfY {
  display: inline-block;
  padding: 0px 16px;
  background: #fff;
  font-weight: 400;
  color: var(--cht-gray-t2);
}
.QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .tcpxT6aQx_1iVY3rJ6pg {
  font-family: var(--cht-font-family);
  border: 1px solid var(--cht-gray-t4-dis);
}
.QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .IjlHYiiUHP7x_QgxilxF {
  color: var(--cht-gray-t1-title-revert);
  background: #16171A;
  border: 1px solid #595D61;
}
.QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .IjlHYiiUHP7x_QgxilxF:hover {
  box-shadow: 0px 0px 0px 3px var(--cht-brand-100-bg);
}
.QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .IjlHYiiUHP7x_QgxilxF:focus {
  box-shadow: 0px 0px 0px 3px var(--cht-brand-100-bg);
}
.QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .XKNI11mn3wEy8GbU616A {
  width: 18px;
  height: 18px;
}
.QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .WZlNZQawsJbZ2hiQcFmk {
  flex: 1 1;
  line-height: 46px;
  height: 46px;
  background: var(--cht-gray-bg-page);
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  color: #15192a;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] .QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .WZlNZQawsJbZ2hiQcFmk:not(:first-child) {
  margin-left: 10px;
}

[dir="rtl"] [dir="ltr"] .QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .WZlNZQawsJbZ2hiQcFmk:not(:first-child) {
  margin-right: 10px;
}

[dir="rtl"] .QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .WZlNZQawsJbZ2hiQcFmk:not(:first-child) {
  margin-right: 10px;
}
.QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .WZlNZQawsJbZ2hiQcFmk:hover {
  background: #f0f0f0;
}

.QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .WZlNZQawsJbZ2hiQcFmk .BkLQL4akxy0gmhY7hmNk {
  width: 16px;
  height: 16px;
  line-height: 46px;
  border-radius: 8px;
  background: #e4e4e4;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

[dir="ltr"] [dir="ltr"] .QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .WZlNZQawsJbZ2hiQcFmk .BkLQL4akxy0gmhY7hmNk {
  margin-right: 8px;
}

[dir="rtl"] [dir="ltr"] .QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .WZlNZQawsJbZ2hiQcFmk .BkLQL4akxy0gmhY7hmNk {
  margin-left: 8px;
}

[dir="rtl"] .QtYVqerllFlfUgP5fO42 .TCCNIEqkQLVd0jrnOma0 .WZlNZQawsJbZ2hiQcFmk .BkLQL4akxy0gmhY7hmNk {
  margin-left: 8px;
}

.kyaOdzZ1lMp9ykmfuSCg {
  border-radius: 8px;
  gap: 4px;
  padding: 12px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  overflow: hidden;
  background: var(--cht-brand-100-bg);
}

.kyaOdzZ1lMp9ykmfuSCg::after {
  content: '';
  position: absolute;
  top: 0;
  width: 21px;
  height: 7px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDIxIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMTk0NV8yOTIyKSI+CjxwYXRoIGQ9Ik0yMS4yODMgLTAuMDc3MDUxMlY2Ljk5ODMxTC0wLjIwNzM2MSA2Ljk5ODMxVi0wLjA3NzA1MTJMMjEuMjgzIC0wLjA3NzA1MTJaIiBmaWxsPSIjRkY5QzJFIi8+CjxwYXRoIGQ9Ik0yMS4yODMgLTAuMDc3MDc2N1YzLjQ2MDZMLTAuMjA3MzYxIDMuNDYwNlYtMC4wNzcwNzY3TDIxLjI4MyAtMC4wNzcwNzY3WiIgZmlsbD0iIzRCQkZGOSIvPgo8cGF0aCBkPSJNNi45MTQzMSAtMC4wNzcwNjY5TDYuOTE0MzEgNi45OTk5N0wxNC4wMzc4IDYuOTk5OTdMNi45MTQzMSAtMC4wNzcwNjY5WiIgZmlsbD0iIzg1RTg4OCIvPgo8cGF0aCBkPSJNNi45MTQyMyA2Ljk5OTk3TC0wLjIwNzUyIDYuOTk5OTdMLTAuMjA3NTIgLTEwLjgxMjdINi45MTQyM0w2LjkxNDIzIDYuOTk5OTdaIiBmaWxsPSIjRkY5QzJFIi8+CjxwYXRoIGQ9Ik0zLjM1MzM2IDYuOTk5OTdMLTAuMjA3NTIgNi45OTk5N0wtMC4yMDc1MiAtMTAuODEyN0gzLjM1MzM2TDMuMzUzMzYgNi45OTk5N1oiIGZpbGw9IiM0QkJGRjkiLz4KPHBhdGggZD0iTTYuOTE0MzEgNi45OTk5N0w2LjkxNDMxIC0wLjA3NTM4OEg2LjkxNkwxNC4wMzYxIDYuOTk5OTdMNi45MTQzMSA2Ljk5OTk3WiIgZmlsbD0iIzg1RTg4OCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzExOTQ1XzI5MjIiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMzAuMjIyMiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIC0xIDYuOTk5OTcpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+) center center no-repeat;
}

[dir="ltr"] [dir="ltr"] .kyaOdzZ1lMp9ykmfuSCg::after {
  right: 11px;
}

[dir="rtl"] [dir="ltr"] .kyaOdzZ1lMp9ykmfuSCg::after {
  left: 11px;
}

[dir="rtl"] .kyaOdzZ1lMp9ykmfuSCg::after {
  left: 11px;
}
.kyaOdzZ1lMp9ykmfuSCg .aVI9SM_GQUO54mnKces9 {
  color: var(--cht-gray-t1-title);
  font-family: var(--cht-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.vdCGOW7MMDVQUO4_v83V {
  width: 500px;
  border-radius: 16px 16px 0px 0px;
  margin: 0px auto;
  /** å›&nbsp;æ­¤æ—&nbsp;ç”¨ä¿¡æ¯ */
}
.vdCGOW7MMDVQUO4_v83V.lkqd03rusLmDoRUQRHWR {
  width: 580px;
}
.vdCGOW7MMDVQUO4_v83V.HCoxv9BdvnqZAoVWcHm8 {
  zoom: 0.7 !important;
}
.vdCGOW7MMDVQUO4_v83V.ZvHy90QDrWh2DMQjXs0p {
  margin-top: -32px;
}
.vdCGOW7MMDVQUO4_v83V .mT30r1kfXuej1zqqKFcf {
  display: flex;
  justify-content: center;
}
.vdCGOW7MMDVQUO4_v83V .mT30r1kfXuej1zqqKFcf .LAZBFye_lLyjQ_Ax0ugF {
  width: 80px;
  height: 80px;
}
.vdCGOW7MMDVQUO4_v83V .mT30r1kfXuej1zqqKFcf .e7Uxe94NI0znC1Okj7Pp {
  width: 32px;
  height: 32px;
  margin: 24px 32px;
}
.vdCGOW7MMDVQUO4_v83V .mT30r1kfXuej1zqqKFcf .s_puz33c39BgcAm3F__E {
  width: 80px;
  height: 80px;
}
.vdCGOW7MMDVQUO4_v83V .bUGuj4vYLrUNUiTA8ElQ {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #121214;
  text-align: center;
  margin: 20px 24px 8px;
}
.vdCGOW7MMDVQUO4_v83V .gI2L9gWxHypDg8Npvvfk {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #71757a;
  text-align: center;
  margin-bottom: 28px;
}
.vdCGOW7MMDVQUO4_v83V .RWSJpl3W1uw5ka9uv_kk {
  color: var(--cht-gray-t2);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin: 0px 32px;
  margin-bottom: 16px;
}
.vdCGOW7MMDVQUO4_v83V .RWSJpl3W1uw5ka9uv_kk .h3uqQLJ6W_bfcIidCpkA {
  color: #121214 !important;
  cursor: pointer;
  font-weight: 600;
  font-family: var(--cht-font-family);
}
.vdCGOW7MMDVQUO4_v83V .iRVvkalNelxw1jIwjCBW {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  background: #f5f7fa;
  border-radius: 0px 0px 16px 16px;
  text-align: center;
  color: var(--cht-gray-t2);
}

.vdCGOW7MMDVQUO4_v83V .iRVvkalNelxw1jIwjCBW .MDjLfVtB8dHXmfwvRFOF {
  color: #121214;
}

[dir="ltr"] [dir="ltr"] .vdCGOW7MMDVQUO4_v83V .iRVvkalNelxw1jIwjCBW .MDjLfVtB8dHXmfwvRFOF {
  margin-left: 4px;
}

[dir="rtl"] [dir="ltr"] .vdCGOW7MMDVQUO4_v83V .iRVvkalNelxw1jIwjCBW .MDjLfVtB8dHXmfwvRFOF {
  margin-right: 4px;
}

[dir="rtl"] .vdCGOW7MMDVQUO4_v83V .iRVvkalNelxw1jIwjCBW .MDjLfVtB8dHXmfwvRFOF {
  margin-right: 4px;
}

.MUvIG4Bp4UWRZw_YJdWL {
  position: relative;
  flex: 1 1;
}
.kpyFNzmfLCkZfxNb55m3 {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  padding: 0;
  position: absolute;
  top: 70px;
  list-style: none;
  width: 100%;
  background-color: var(--cht-gray-t1-title-revert);
  z-index: 1003;
  color: var(--cht-gray-t1-title);
  transition: opacity 0.15s ease-in-out, height 0.25s linear;
  max-height: 340px;
  border-radius: 4px;
}
.kpyFNzmfLCkZfxNb55m3 .vChDQo7AADzFJEnLXnE1 {
  line-height: 16px;
  padding: 16px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
}
.kpyFNzmfLCkZfxNb55m3 .vChDQo7AADzFJEnLXnE1:hover {
  background: var(--cht-trans-hover);
}

.kpyFNzmfLCkZfxNb55m3 .mpo3b7fCPECUfI03q9Al {
  display: inline-block;
  max-width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--cht-gray-t1-title);
}

[dir="ltr"] [dir="ltr"] .kpyFNzmfLCkZfxNb55m3 .mpo3b7fCPECUfI03q9Al {
  text-align: left;
}

[dir="rtl"] [dir="ltr"] .kpyFNzmfLCkZfxNb55m3 .mpo3b7fCPECUfI03q9Al {
  text-align: right;
}

[dir="rtl"] .kpyFNzmfLCkZfxNb55m3 .mpo3b7fCPECUfI03q9Al {
  text-align: right;
}

.SsS3tB_ZKdZK746Ky3KB {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
}

.pncya6khhLhjMdcsd0ix {
  position: relative;
  width: 100%;
}

[dir="ltr"] [dir="ltr"] .pncya6khhLhjMdcsd0ix {
  margin-right: 12px;
}

[dir="rtl"] [dir="ltr"] .pncya6khhLhjMdcsd0ix {
  margin-left: 12px;
}

[dir="rtl"] .pncya6khhLhjMdcsd0ix {
  margin-left: 12px;
}

[dir="ltr"] [dir="ltr"] .pncya6khhLhjMdcsd0ix:last-child {
  margin-right: 0px;
}

[dir="rtl"] [dir="ltr"] .pncya6khhLhjMdcsd0ix:last-child {
  margin-left: 0px;
}

[dir="rtl"] .pncya6khhLhjMdcsd0ix:last-child {
  margin-left: 0px;
}
.qTVwd5WBREGGn8HZNyT4 {
  position: absolute;
  width: 100%;
  height: 56px;
  padding: 8px;
  color: var(--cht-gray-t1-title);
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  border: 1px solid var(--cht-gray-ele-border);
  border-radius: 4px;
  /* Firefox - Input[type=number] hide arrows */
  -moz-appearance: textfield;
  caret-color: transparent;
  box-sizing: border-box;
  /* Input[type=number] hide arrows */
}
.qTVwd5WBREGGn8HZNyT4:focus,
.qTVwd5WBREGGn8HZNyT4:focus-within,
.qTVwd5WBREGGn8HZNyT4:focus-visible {
  border: 2px solid var(--cht-brand-700-normal) !important;
  outline: none !important;
}
.qTVwd5WBREGGn8HZNyT4[disabled] {
  color: #999;
}
.qTVwd5WBREGGn8HZNyT4::-webkit-outer-spin-button,
.qTVwd5WBREGGn8HZNyT4::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
@media screen and (max-width: 450px) {
  .qTVwd5WBREGGn8HZNyT4 {
    height: 52px;
    padding: 4px;
  }
}
@media screen and (max-width: 396px) {
  .qTVwd5WBREGGn8HZNyT4 {
    height: 44px;
  }
}
@media screen and (max-width: 348px) {
  .qTVwd5WBREGGn8HZNyT4 {
    height: 44px;
    font-size: 24px;
  }
}

.E5Il9YbcwqpKTWYzOKGa {
  color: var(--cht-gray-t2);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.E5Il9YbcwqpKTWYzOKGa.GMLEQAdRFGOQcYGYZYjM {
  padding: 16px 16px 24px;
  background-color: var(--cht-gray-ele-edge);
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
}
.tVu8XJXlLFUSRwy00eAC {
  display: flex;
  gap: 4px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--cht-gray-t4-dis);
  background: var(--cht-gray-bg-card);
  color: var(--cht-gray-t1-title);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
.tVu8XJXlLFUSRwy00eAC:hover {
  color: var(--cht-gray-t2);
}
.tVu8XJXlLFUSRwy00eAC.YN64ATpu_rXBFWUcoWPo {
  color: var(--cht-gray-t3);
  pointer-events: none;
  cursor: not-allowed;
}
.vnt5yrSIBQmTWpIURYdV {
  width: 446px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--cht-font-family);
  font-style: normal;
  line-height: 18px;
}
@media screen and (max-width: 446px) {
  .vnt5yrSIBQmTWpIURYdV {
    width: 100%;
  }
}
.vRlspQs2OMu9Nzwh4VUe {
  margin-top: 8px;
  margin-bottom: 16px;
}
.SLCZWsEaCWe1nEZMgPQw {
  padding-bottom: 8px;
  color: var(--cht-gray-t1-title);
  font-weight: bold;
}
.SLCZWsEaCWe1nEZMgPQw:lang(ru-RU) {
  font-size: 24px;
}
.tOPZVWwNXCacqoagF6Gj {
  color: var(--cht-gray-t1-title);
  word-break: break-word;
}
.rGdqCJrQnKSFERJ45Gqq {
  margin-bottom: 4px;
  padding: 0 32px;
}
.EHfSB7qvCUvfJuOsSml4 {
  display: flex;
  height: 24px;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  background-color: rgba(36, 174, 100, 0.08);
  border-radius: 12px;
}
.tESMLv6cVw72rbNLftVj {
  display: flex;
  padding: 0 8px;
  color: #fff;
  background-color: #24ae64;
  border-radius: 12px;
}
.tESMLv6cVw72rbNLftVj .fY5_1bsE503N6Kz69L7g {
  display: inline-block;
  margin: auto 4px;
}
.tESMLv6cVw72rbNLftVj .fY5_1bsE503N6Kz69L7g path {
  fill: #fff;
}
.tESMLv6cVw72rbNLftVj .fY5_1bsE503N6Kz69L7g:hover &gt; path {
  fill: #fff;
}
.tESMLv6cVw72rbNLftVj .mDIe47xHki6VeZdgqNa6 {
  position: absolute;
}

.tESMLv6cVw72rbNLftVj .L9xVdOd7PEKqY070XfQI {
  position: absolute;
  top: -52px;
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 16px;
  color: #fff;
  background-color: var(--cht-gray-t1-title);
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}

[dir="ltr"] [dir="ltr"] .tESMLv6cVw72rbNLftVj .L9xVdOd7PEKqY070XfQI {
  left: -10px;
  text-align: left;
}

[dir="rtl"] [dir="ltr"] .tESMLv6cVw72rbNLftVj .L9xVdOd7PEKqY070XfQI {
  right: -10px;
  text-align: right;
}

[dir="rtl"] .tESMLv6cVw72rbNLftVj .L9xVdOd7PEKqY070XfQI {
  right: -10px;
  text-align: right;
}

.tESMLv6cVw72rbNLftVj .L9xVdOd7PEKqY070XfQI::after {
  position: absolute;
  top: 100%;
  border-color: var(--cht-gray-t1-title) transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: ' ';
}

[dir="ltr"] [dir="ltr"] .tESMLv6cVw72rbNLftVj .L9xVdOd7PEKqY070XfQI::after {
  left: 20px;
  margin-left: -5px;
}

[dir="rtl"] [dir="ltr"] .tESMLv6cVw72rbNLftVj .L9xVdOd7PEKqY070XfQI::after {
  right: 20px;
  margin-right: -5px;
}

[dir="rtl"] .tESMLv6cVw72rbNLftVj .L9xVdOd7PEKqY070XfQI::after {
  right: 20px;
  margin-right: -5px;
}
.tESMLv6cVw72rbNLftVj:hover .L9xVdOd7PEKqY070XfQI,
.tESMLv6cVw72rbNLftVj[poptooltip] .L9xVdOd7PEKqY070XfQI {
  visibility: visible;
  opacity: 1;
}

.ftERr3TffpuhtLuicfdc {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[dir="ltr"] [dir="ltr"] .ftERr3TffpuhtLuicfdc {
  padding: 0 16px 0 8px;
}

[dir="rtl"] [dir="ltr"] .ftERr3TffpuhtLuicfdc {
  padding: 0 8px 0 16px;
}

[dir="rtl"] .ftERr3TffpuhtLuicfdc {
  padding: 0 8px 0 16px;
}
.ftERr3TffpuhtLuicfdc .Cu4p9KB42L8D4O_zFtwV {
  color: #24ae64;
}
.LIQM4li66Ja9OWXHus2f {
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
}
.PbSa_PvnGbo1jTgONWrF {
  line-height: 28px;
}

[dir="ltr"] [dir="ltr"] .ho6M56_v_9_A905VsmBr {
  float: right;
}

[dir="rtl"] [dir="ltr"] .ho6M56_v_9_A905VsmBr {
  float: left;
}

[dir="rtl"] .ho6M56_v_9_A905VsmBr {
  float: left;
}
.GvN7RyVxkCYpLbAbqDTQ {
  padding: 8px 32px 0 32px;
}
.GvN7RyVxkCYpLbAbqDTQ .DpT9H8OaKmIdznNCOAKu {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  cursor: pointer;
}
.GvN7RyVxkCYpLbAbqDTQ .BrPo1x94nednN5OyBihz {
  color: var(--cht-brand-700-normal);
  font-size: 14px;
}
.GvN7RyVxkCYpLbAbqDTQ .hm9jDd47CKycNdRs01op {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  cursor: pointer;
}
.GvN7RyVxkCYpLbAbqDTQ .vPFfEta2ZPQu5niRvS53 {
  font-size: 14px;
}
.NQflbzXlRKb5b1df5xRp .B4xywYuPM8NJTq6txhmL {
  display: flex;
}
.QqcLrnBft_qGfn8N0hku {
  display: flex;
  padding: 8px 0;
}

.rLYEL_l83iqWbnCdHbNl {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] .rLYEL_l83iqWbnCdHbNl {
  padding-left: 8px;
}

[dir="rtl"] [dir="ltr"] .rLYEL_l83iqWbnCdHbNl {
  padding-right: 8px;
}

[dir="rtl"] .rLYEL_l83iqWbnCdHbNl {
  padding-right: 8px;
}
.rLYEL_l83iqWbnCdHbNl a {
  color: var(--cht-brand-700-normal) !important;
}
.rLYEL_l83iqWbnCdHbNl a:hover,
.rLYEL_l83iqWbnCdHbNl a:active {
  color: #f17402 !important;
}
.ciuw81ucooI5Ko3tQ5ie {
  width: 164px;
}

.SzL4S8Tu5T072hpizWAG {
  width: 100%;
}

[dir="ltr"] [dir="ltr"] .SzL4S8Tu5T072hpizWAG {
  margin-left: 8px;
}

[dir="rtl"] [dir="ltr"] .SzL4S8Tu5T072hpizWAG {
  margin-right: 8px;
}

[dir="rtl"] .SzL4S8Tu5T072hpizWAG {
  margin-right: 8px;
}
.N6KgzGEFhTMxdOFPFZs5 {
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
}
@media screen and (max-width: 600px) {
  .N6KgzGEFhTMxdOFPFZs5 {
    display: block;
  }
}
.IZ6wgCdjjaxnZFuyFuzx {
  width: 100%;
}
.R7yy0jSRwB_nSfMaDC4t {
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .IZ6wgCdjjaxnZFuyFuzx {
    width: 100%;
  }

  [dir="ltr"] [dir="ltr"] .IZ6wgCdjjaxnZFuyFuzx {
    padding-right: 0;
  }

  [dir="rtl"] [dir="ltr"] .IZ6wgCdjjaxnZFuyFuzx {
    padding-left: 0;
  }

  [dir="rtl"] .IZ6wgCdjjaxnZFuyFuzx {
    padding-left: 0;
  }
}
.zIha3yEPi6dj007KDb33 {
  margin-top: 24px;
  line-height: 20px;
}
.zIha3yEPi6dj007KDb33:lang(ja-JP) {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .zIha3yEPi6dj007KDb33 {
    display: block;
    width: 100%;
    padding-top: 24px;
  }
}
.C5cXlyEj9dq_8hXZIjHP {
  color: #999;
  cursor: default;
}
@media screen and (max-width: 600px) {
  .C5cXlyEj9dq_8hXZIjHP {
    display: inline-block;
  }
}
.GAGW_odAlZEL4119pFv7 {
  color: var(--cht-brand-700-normal);
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .GAGW_odAlZEL4119pFv7 {
    float: none;
    width: auto;
  }

  [dir="ltr"] [dir="ltr"] .GAGW_odAlZEL4119pFv7 {
    padding-left: 8px;
  }

  [dir="rtl"] [dir="ltr"] .GAGW_odAlZEL4119pFv7 {
    padding-right: 8px;
  }

  [dir="rtl"] .GAGW_odAlZEL4119pFv7 {
    padding-right: 8px;
  }
}
.JbJ0Q8zur6OtJdfbjBds {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  color: #666;
}
.QmAguEaBffgPAhbgedad {
  cursor: pointer;
  font-weight: 600;
  color: var(--cht-brand-900-text);
  display: inline-block;
}
.iiLlSqcaw2docGF2fIsR {
  display: inline-block;
}

.zlUHacCgawDinXtAAuac {
  display: inline-block;
  color: var(--cht-gray-t2);
}

[dir="ltr"] [dir="ltr"] .zlUHacCgawDinXtAAuac {
  padding-right: 4px;
}

[dir="rtl"] [dir="ltr"] .zlUHacCgawDinXtAAuac {
  padding-left: 4px;
}

[dir="rtl"] .zlUHacCgawDinXtAAuac {
  padding-left: 4px;
}
.UCIFiA00OuEfHhvtOsKq {
  display: inline-block;
  color: var(--cht-brand-900-text);
  font-weight: 600;
  cursor: pointer;
  transition: color 1s ease;
}
.UCIFiA00OuEfHhvtOsKq.YN64ATpu_rXBFWUcoWPo {
  color: var(--cht-gray-t4-dis);
  pointer-events: none;
}
.UCIFiA00OuEfHhvtOsKq:hover,
.UCIFiA00OuEfHhvtOsKq:active {
  color: #f17402;
}

.xZr3xtQQfyu17ia0MD6W .b0Tad5p_93GBQRDRP720 {
  border-radius: 16px;
}
.xZr3xtQQfyu17ia0MD6W .cht-modal-box {
  border-radius: 16px;
  background-color: var(--cht-gray-bg-card);
}
.xZr3xtQQfyu17ia0MD6W .a0wM0O0KIDEjBg1TJCjQ {
  font-size: 18px;
  line-height: 26px;
}
.a0wM0O0KIDEjBg1TJCjQ {
  color: var(--cht-gray-t1-title);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.a0wM0O0KIDEjBg1TJCjQ .lPvfuRZs_iIDOegQ8IMl {
  width: 412px;
}
.Get_PNVXHYOgde6PEWSy {
  margin-top: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
._71fJzaQNB9ZGr6p4qvLH {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 12px;
  background: var(--cht-gray-ele-edge);
  border-radius: 8px;
}
._71fJzaQNB9ZGr6p4qvLH svg {
  flex-shrink: 0;
}
.CLFtk7wRMw4QCNQkN2jQ {
  margin-top: 16px;
  padding: 16px 8px;
  background: var(--cht-gray-bg-page);
  border-radius: 8px;
}

.CLFtk7wRMw4QCNQkN2jQ &gt; div {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--cht-gray-t1-title);
  margin-bottom: 8px;
}

[dir="ltr"] [dir="ltr"] .CLFtk7wRMw4QCNQkN2jQ &gt; div {
  padding-left: 20px;
}

[dir="rtl"] [dir="ltr"] .CLFtk7wRMw4QCNQkN2jQ &gt; div {
  padding-right: 20px;
}

[dir="rtl"] .CLFtk7wRMw4QCNQkN2jQ &gt; div {
  padding-right: 20px;
}
.CLFtk7wRMw4QCNQkN2jQ &gt; div span {
  font-weight: 600;
}

.CLFtk7wRMw4QCNQkN2jQ &gt; div::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--cht-gray-t1-title);
  position: absolute;
  border-radius: 50%;
  margin-top: 9px;
}

[dir="ltr"] [dir="ltr"] .CLFtk7wRMw4QCNQkN2jQ &gt; div::before {
  margin-left: -12px;
}

[dir="rtl"] [dir="ltr"] .CLFtk7wRMw4QCNQkN2jQ &gt; div::before {
  margin-right: -12px;
}

[dir="rtl"] .CLFtk7wRMw4QCNQkN2jQ &gt; div::before {
  margin-right: -12px;
}
.CLFtk7wRMw4QCNQkN2jQ &gt; div:last-child {
  margin-bottom: 0;
}
.sKi62MqwswM8SMrx49mN {
  margin-top: 24px;
  width: 100%;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
}

.Jc5ZnvSMHjlyOiCuRDNV {
  position: absolute;
  top: 24px;
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] .Jc5ZnvSMHjlyOiCuRDNV {
  right: 24px;
}

[dir="rtl"] [dir="ltr"] .Jc5ZnvSMHjlyOiCuRDNV {
  left: 24px;
}

[dir="rtl"] .Jc5ZnvSMHjlyOiCuRDNV {
  left: 24px;
}

.lJ24MYI1eGLSDkfBU5lA {
  color: var(--cht-gray-t1-title) !important;
}
.T8yi_mDNP4b2oab_CVdY {
  font-size: 50vh;
  color: transparent;
  width: 100%;
  height: 100%;
}
.D3tdvgnGgjzuFda7bnpf {
  color: #f7a600;
  font-size: 28px;
  position: absolute;
  margin-top: -312px;
  text-align: center;
  width: 400px;
}
.hZeSAL_CGK8DxTeyVOu7 {
  background-color: var(--cht-gray-bg-card);
  box-sizing: border-box;
  color: var(--cht-gray-t1-title);
  font-size: 14px;
  border-color: var(--cht-gray-ele-line);
}
.hZeSAL_CGK8DxTeyVOu7 .vzTEcYBfS3oPCvTlVh8w {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.hZeSAL_CGK8DxTeyVOu7 .I9IuiGelLtobCxwl58Fj {
  display: flex;
}
@media screen and (max-width: 446px) {
  .hZeSAL_CGK8DxTeyVOu7 {
    width: 100%;
  }
}

.d6b8RhkEVN9M_E1wjM3C .cht-modal-box {
  border-radius: 16px;
}

.d6b8RhkEVN9M_E1wjM3C .YI1nZDRc5wQkG86s8SuA {
  position: relative;
}

[dir="ltr"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .YI1nZDRc5wQkG86s8SuA {
  padding-left: 58px;
}

[dir="rtl"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .YI1nZDRc5wQkG86s8SuA {
  padding-right: 58px;
}

[dir="rtl"] .d6b8RhkEVN9M_E1wjM3C .YI1nZDRc5wQkG86s8SuA {
  padding-right: 58px;
}

.d6b8RhkEVN9M_E1wjM3C .zXNmwjNlrc3CKPUT7Ijb {
  position: absolute;
  top: 0;
  width: 54px !important;
  height: 54px !important;
  border-radius: 50%;
  overflow: hidden;
}

[dir="ltr"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .zXNmwjNlrc3CKPUT7Ijb {
  left: 0;
}

[dir="rtl"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .zXNmwjNlrc3CKPUT7Ijb {
  right: 0;
}

[dir="rtl"] .d6b8RhkEVN9M_E1wjM3C .zXNmwjNlrc3CKPUT7Ijb {
  right: 0;
}

.d6b8RhkEVN9M_E1wjM3C .vp8Dq_AroUKw42800yji {
  padding: 8px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--cht-gray-t1-title);
  background: var(--cht-gray-ele-line);
}

[dir="ltr"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .vp8Dq_AroUKw42800yji {
  border-radius: 0px 12px 12px 12px;
}

[dir="rtl"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .vp8Dq_AroUKw42800yji {
  border-radius: 12px 0px 12px 12px;
}

[dir="rtl"] .d6b8RhkEVN9M_E1wjM3C .vp8Dq_AroUKw42800yji {
  border-radius: 12px 0px 12px 12px;
}

.d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd {
  position: relative;
  margin-top: 12px;
  background: var(--cht-gray-ele-line);
}

[dir="ltr"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd {
  padding: 12px 12px 12px 84px;
  border-radius: 0px 12px 12px 12px;
}

[dir="rtl"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd {
  padding: 12px 84px 12px 12px;
  border-radius: 12px 0px 12px 12px;
}

[dir="rtl"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd {
  padding: 12px 84px 12px 12px;
  border-radius: 12px 0px 12px 12px;
}

.d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd &gt; img {
  position: absolute;
  top: 50%;
  width: 48px;
  transform: translateY(-50%);
}

[dir="ltr"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd &gt; img {
  left: 20px;
}

[dir="rtl"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd &gt; img {
  right: 20px;
}

[dir="rtl"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd &gt; img {
  right: 20px;
}
.d6b8RhkEVN9M_E1wjM3C .Xd0oQvby7GcLWh8TsQHc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--cht-gray-t1-title);
}
.d6b8RhkEVN9M_E1wjM3C .E5QFUnJ4VePu9X2eVcfT {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: var(--cht-gray-t2);
}
.d6b8RhkEVN9M_E1wjM3C .adtXt_k08qlS8t764tiA {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  gap: 24px;
}
.d6b8RhkEVN9M_E1wjM3C .adtXt_k08qlS8t764tiA &gt; button {
  border-radius: 8px;
  width: 100%;
  margin: 0;
  color: #121214;
}
.d6b8RhkEVN9M_E1wjM3C .adtXt_k08qlS8t764tiA &gt; button:last-child {
  border-color: var(--cht-gray-t4-dis);
  color: var(--cht-gray-t1-title);
}
.d6b8RhkEVN9M_E1wjM3C .KdnS4QHF8KyN7afBbuBE {
  display: inline-flex;
  align-items: center;
  width: 186px;
  height: 48px;
  margin: 0 12px;
  font-weight: 600;
  font-size: 16px;
  word-break: break-all;
  overflow: hidden;
  line-height: 1;
}
.d6b8RhkEVN9M_E1wjM3C .KdnS4QHF8KyN7afBbuBE span {
  overflow: hidden;
}
@media screen and (max-width: 1439.98px) {
  .d6b8RhkEVN9M_E1wjM3C .YI1nZDRc5wQkG86s8SuA {
    position: relative;
  }

  [dir="ltr"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .YI1nZDRc5wQkG86s8SuA {
    padding-left: 36px;
  }

  [dir="rtl"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .YI1nZDRc5wQkG86s8SuA {
    padding-right: 36px;
  }

  [dir="rtl"] .d6b8RhkEVN9M_E1wjM3C .YI1nZDRc5wQkG86s8SuA {
    padding-right: 36px;
  }
  .d6b8RhkEVN9M_E1wjM3C .zXNmwjNlrc3CKPUT7Ijb {
    width: 32px !important;
    height: 32px !important;
    border: 2px solid var(--cht-brand-700-normal);
    border: 2px solid var(--Brand-700-normal, var(--cht-brand-700-normal));
  }
  .d6b8RhkEVN9M_E1wjM3C .vp8Dq_AroUKw42800yji {
    padding: 8px;
    font-size: 14px;
    line-height: 22px;
  }

  [dir="ltr"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd {
    padding: 12px 8px 12px 84px;
  }

  [dir="rtl"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd {
    padding: 12px 84px 12px 8px;
  }

  [dir="rtl"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd {
    padding: 12px 84px 12px 8px;
  }

  .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd &gt; img {
    width: auto;
    height: 48px;
  }

  [dir="ltr"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd &gt; img {
    left: 22px;
  }

  [dir="rtl"] [dir="ltr"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd &gt; img {
    right: 22px;
  }

  [dir="rtl"] .d6b8RhkEVN9M_E1wjM3C .sHN1Ur7B1aLHtOTjrtkd &gt; img {
    right: 22px;
  }
  .d6b8RhkEVN9M_E1wjM3C .Xd0oQvby7GcLWh8TsQHc {
    font-size: 14px;
    line-height: 22px;
  }
  .d6b8RhkEVN9M_E1wjM3C .E5QFUnJ4VePu9X2eVcfT {
    font-size: 12px;
    line-height: 18px;
  }
  .d6b8RhkEVN9M_E1wjM3C .adtXt_k08qlS8t764tiA {
    margin-top: 24px;
  }
  .d6b8RhkEVN9M_E1wjM3C .KdnS4QHF8KyN7afBbuBE {
    width: 144px;
    height: 40px;
    margin: 0 4px;
    font-size: 14px;
  }
}

@keyframes sLR23gKIywyOmpnwvepK {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

.Zt1MB7bsYOgw7lnyHXkA .iHnOEIK2X0n_2bLcRMyJ {
  display: flex;
  top: 14px;
}

[dir="ltr"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .iHnOEIK2X0n_2bLcRMyJ {
  right: 14px;
}

[dir="rtl"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .iHnOEIK2X0n_2bLcRMyJ {
  left: 14px;
}

[dir="rtl"] .Zt1MB7bsYOgw7lnyHXkA .iHnOEIK2X0n_2bLcRMyJ {
  left: 14px;
}
@media screen and (max-width: 600px) {
  .Zt1MB7bsYOgw7lnyHXkA .iHnOEIK2X0n_2bLcRMyJ {
    top: 10px;
  }

  [dir="ltr"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .iHnOEIK2X0n_2bLcRMyJ {
    right: 10px;
  }

  [dir="rtl"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .iHnOEIK2X0n_2bLcRMyJ {
    left: 10px;
  }

  [dir="rtl"] .Zt1MB7bsYOgw7lnyHXkA .iHnOEIK2X0n_2bLcRMyJ {
    left: 10px;
  }
}
.Zt1MB7bsYOgw7lnyHXkA .cht-modal-box {
  width: 480px;
  border-radius: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .Zt1MB7bsYOgw7lnyHXkA .cht-modal-box {
    width: calc(100% - 64px);
    padding: 28px 16px 24px 16px;
  }
}
.Zt1MB7bsYOgw7lnyHXkA .MsuaBfAzmNZtNsOvReTA {
  height: 48px;
  animation-name: sLR23gKIywyOmpnwvepK;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.Zt1MB7bsYOgw7lnyHXkA .FFn8Oe776lBGWxdO4aUa {
  margin-top: 0;
}
.Zt1MB7bsYOgw7lnyHXkA .CBnMo1nUmtj6EuMHaeJW {
  margin-top: 32px;
}
@media screen and (max-width: 600px) {
  .Zt1MB7bsYOgw7lnyHXkA .CBnMo1nUmtj6EuMHaeJW {
    margin-top: 24px;
  }
}

.Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB {
  margin-top: 32px;
  border-radius: 8px;
  border: 1px solid var(--cht-brand-700-normal);
  /* å·¦ä¾§å›¾æ&nbsp;‡ */
  /* å³ä¾§å›¾æ&nbsp;‡ */
}

[dir="ltr"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB {
  background: linear-gradient(133deg, rgba(255, 215, 72, 0.2) -1.87%, rgba(247, 166, 0, 0.2) 101.87%);
}

[dir="rtl"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB {
  background: linear-gradient(-133deg, rgba(255, 215, 72, 0.2) -1.87%, rgba(247, 166, 0, 0.2) 101.87%);
}

[dir="rtl"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB {
  background: linear-gradient(-133deg, rgba(255, 215, 72, 0.2) -1.87%, rgba(247, 166, 0, 0.2) 101.87%);
}
@media screen and (max-width: 600px) {
  .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB {
    margin-top: 24px;
  }
}
.Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB .wcqb4DvshI2zOJEK4rBD {
  content: '';
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  color: var(--cht-gray-ele-edge);
}

[dir="ltr"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB ._AE0tzhUkRbXMNq9txLy {
  left: -1px;
}

[dir="rtl"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB ._AE0tzhUkRbXMNq9txLy {
  right: -1px;
}

[dir="rtl"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB ._AE0tzhUkRbXMNq9txLy {
  right: -1px;
}

.Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB .KxBmZYvCg3KHVLjMDVYu {
  z-index: 100;
}

[dir="ltr"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB .KxBmZYvCg3KHVLjMDVYu {
  right: -1px;
}

[dir="rtl"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB .KxBmZYvCg3KHVLjMDVYu {
  left: -1px;
}

[dir="rtl"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB .KxBmZYvCg3KHVLjMDVYu {
  left: -1px;
}
.Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB .kQk4CXxgE2aqa4ovup_C svg {
  transform: scaleX(-1);
}
.Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB::before,
.Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: var(--cht-gray-ele-edge);
}

[dir="ltr"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB::before {
  left: -9px;
}

[dir="rtl"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB::before {
  right: -9px;
}

[dir="rtl"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB::before {
  right: -9px;
}

[dir="ltr"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB::after {
  right: -9px;
}

[dir="rtl"] [dir="ltr"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB::after {
  left: -9px;
}

[dir="rtl"] .Zt1MB7bsYOgw7lnyHXkA .jxIDsVQTPZlKDe5IKcKB::after {
  left: -9px;
}
.Zt1MB7bsYOgw7lnyHXkA .MsuaBfAzmNZtNsOvReTA {
  color: #121214 !important;
}
.MNltet1U5UlUdDDls4yF .cht-modal-box {
  border-radius: 16px;
}
.AKMlwK5tdsn1zWJQk98f {
  position: relative;
  width: 130px;
  height: 142px;
  margin: 0 auto;
  text-align: center;
}
.AKMlwK5tdsn1zWJQk98f img {
  max-height: 100%;
  max-width: 100%;
}
.FFn8Oe776lBGWxdO4aUa {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: var(--cht-gray-t1-title);
}
.pUkqQ1uFTrJyDeEajxqn {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--cht-gray-t2);
}
.CBnMo1nUmtj6EuMHaeJW {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 24px;
}
.CBnMo1nUmtj6EuMHaeJW &gt; button {
  border-radius: 8px;
  width: 100%;
  margin: 0;
  color: #121214;
}
.CBnMo1nUmtj6EuMHaeJW &gt; button:last-child {
  border-color: var(--cht-gray-t4-dis);
  color: var(--cht-gray-t1-title);
}
.MsuaBfAzmNZtNsOvReTA,
.SNxh0IaA8X2JcQKRgvNr {
  min-width: 176px;
  height: 48px;
  word-break: break-word;
  line-height: 1 !important;
  border-radius: 8px !important;
}
.SNxh0IaA8X2JcQKRgvNr {
  border: 1px solid var(--cht-gray-t4-dis);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--cht-gray-t1-title);
}
.MNltet1U5UlUdDDls4yF .ant-modal-content {
  padding: 24px 32px;
}
@media screen and (max-width: 1439.98px) {
  .AKMlwK5tdsn1zWJQk98f {
    width: 116px;
    height: 127px;
  }
  .FFn8Oe776lBGWxdO4aUa {
    margin-top: 8px;
    font-size: 18px;
    line-height: 26px;
  }
  .pUkqQ1uFTrJyDeEajxqn {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
  }
  .CBnMo1nUmtj6EuMHaeJW {
    margin-top: 24px;
  }
  .MsuaBfAzmNZtNsOvReTA,
  .SNxh0IaA8X2JcQKRgvNr {
    height: 40px;
  }

  [dir="ltr"] [dir="ltr"] .SNxh0IaA8X2JcQKRgvNr {
    margin-left: 8px;
  }

  [dir="rtl"] [dir="ltr"] .SNxh0IaA8X2JcQKRgvNr {
    margin-right: 8px;
  }

  [dir="rtl"] .SNxh0IaA8X2JcQKRgvNr {
    margin-right: 8px;
  }
  .MNltet1U5UlUdDDls4yF .ant-modal-content {
    padding: 24px 20px;
  }
}

.BLbeZOfG42l_b9rzovn1 {
  padding: 32px;
}
.BLbeZOfG42l_b9rzovn1 .nMEHDddK94ds0cRwdWpI {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #121214;
}
.BLbeZOfG42l_b9rzovn1 .VUhyXIXU3aw6sBcBu1g4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #121214;
  margin-top: 24px;
}
.BLbeZOfG42l_b9rzovn1 .yUwhKmTukVLa8BjwrmlZ {
  margin-top: 16px;
  width: 436px;
  box-sizing: border-box;
  background: var(--cht-gray-ele-line);
  border-radius: 8px;
  padding: 18px;
  color: #121214;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.BLbeZOfG42l_b9rzovn1 .yUwhKmTukVLa8BjwrmlZ &gt; div {
  clear: both;
}
.BLbeZOfG42l_b9rzovn1 .yUwhKmTukVLa8BjwrmlZ &gt; div + div {
  margin-top: 16px;
}
.BLbeZOfG42l_b9rzovn1 .yUwhKmTukVLa8BjwrmlZ &gt; div span {
  cursor: pointer;
}
.BLbeZOfG42l_b9rzovn1 .yUwhKmTukVLa8BjwrmlZ .wMuywiJMwJrj6SgBNiPK {
  height: auto;
}

.anXEESUFaFYsTSdSnoPS {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.e9GLWd0o6KArPhIpDsCc .US59pwOskpeXKS63lh1K {
  display: flex;
  flex-flow: row;
  align-items: center;
  cursor: pointer;
}
.e9GLWd0o6KArPhIpDsCc .A_GEevLRWE3Er0WPHP50 input[type=radio] {
  position: absolute;
  opacity: 0;
}

.e9GLWd0o6KArPhIpDsCc .A_GEevLRWE3Er0WPHP50 input[type=radio] + .US59pwOskpeXKS63lh1K:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #ffb11a;
  display: inline-block;
  width: 13px;
  height: 13px;
  position: relative;
  top: 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  transition: all 300ms ease;
}

[dir="ltr"] [dir="ltr"] .e9GLWd0o6KArPhIpDsCc .A_GEevLRWE3Er0WPHP50 input[type=radio] + .US59pwOskpeXKS63lh1K:before {
  margin-right: 0.5em;
}

[dir="rtl"] [dir="ltr"] .e9GLWd0o6KArPhIpDsCc .A_GEevLRWE3Er0WPHP50 input[type=radio] + .US59pwOskpeXKS63lh1K:before {
  margin-left: 0.5em;
}

[dir="rtl"] .e9GLWd0o6KArPhIpDsCc .A_GEevLRWE3Er0WPHP50 input[type=radio] + .US59pwOskpeXKS63lh1K:before {
  margin-left: 0.5em;
}
.e9GLWd0o6KArPhIpDsCc .A_GEevLRWE3Er0WPHP50 input[type=radio]:checked + .US59pwOskpeXKS63lh1K:before {
  background-color: #ffb11a;
  box-shadow: inset 0 0 0 3px #fff;
}
.e9GLWd0o6KArPhIpDsCc .A_GEevLRWE3Er0WPHP50 input[type=radio]:focus + .US59pwOskpeXKS63lh1K:before {
  outline: none;
  border-color: #ffb11a;
}

[dir="ltr"] [dir="ltr"] .e9GLWd0o6KArPhIpDsCc .A_GEevLRWE3Er0WPHP50 input[type=radio] + .US59pwOskpeXKS63lh1K:empty:before {
  margin-right: 0;
}

[dir="rtl"] [dir="ltr"] .e9GLWd0o6KArPhIpDsCc .A_GEevLRWE3Er0WPHP50 input[type=radio] + .US59pwOskpeXKS63lh1K:empty:before {
  margin-left: 0;
}

[dir="rtl"] .e9GLWd0o6KArPhIpDsCc .A_GEevLRWE3Er0WPHP50 input[type=radio] + .US59pwOskpeXKS63lh1K:empty:before {
  margin-left: 0;
}
.RwMcvFOhUUp109vigRA_ {
  line-height: 24px;
  height: 24px;
}
.RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf + label::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #c3c3c3;
  border-radius: 2px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
}

[dir="ltr"] [dir="ltr"] .RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf + label::before {
  margin-right: 0.5em;
}

[dir="rtl"] [dir="ltr"] .RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf + label::before {
  margin-left: 0.5em;
}

[dir="rtl"] .RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf + label::before {
  margin-left: 0.5em;
}
.RwMcvFOhUUp109vigRA_.uWuu2NdF14QSRmwoRA8d .BZIBVMBfnvBxF6Hmh0vf + label::before {
  cursor: no-drop;
  background-color: transparent;
  border-color: var(--cht-gray-t4-dis) !important;
}
.RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf:checked + label::before {
  color: #fff;
  display: inline-block;
  border: 1px solid #F7A600;
  background: #F7A600;
  border-radius: 2px;
  width: 13px;
  height: 13px;
}

.RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf:checked + label::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  top: 50%;
  inset-inline-start: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #101014;
  border-top: 0;
  border-inline-start: 0;
  opacity: 1;
}

[dir="ltr"] [dir="ltr"] .RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf:checked + label::after {
  left: 0;
  margin-left: 4px;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
}

[dir="rtl"] [dir="ltr"] .RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf:checked + label::after {
  right: 0;
  margin-right: 4px;
  transform: rotate(-45deg) scale(1) translate(50%, -50%);
}

[dir="rtl"] .RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf:checked + label::after {
  right: 0;
  margin-right: 4px;
  transform: rotate(-45deg) scale(1) translate(50%, -50%);
}
.RwMcvFOhUUp109vigRA_ .BZIBVMBfnvBxF6Hmh0vf:not(:disabled):not(:checked) + label:hover::before {
  border-color: #F7A600;
}

.RwMcvFOhUUp109vigRA_ .ggOloCICugpi8kR21Ata + label::after {
  content: '';
  background: #F7A600;
  position: absolute;
  width: 6px;
  height: 6px;
}

[dir="ltr"] [dir="ltr"] .RwMcvFOhUUp109vigRA_ .ggOloCICugpi8kR21Ata + label::after {
  left: 0px;
  margin-left: 5px;
}

[dir="rtl"] [dir="ltr"] .RwMcvFOhUUp109vigRA_ .ggOloCICugpi8kR21Ata + label::after {
  right: 0px;
  margin-right: 5px;
}

[dir="rtl"] .RwMcvFOhUUp109vigRA_ .ggOloCICugpi8kR21Ata + label::after {
  right: 0px;
  margin-right: 5px;
}

.zWtMnq70RFHjDlivyjXx {
  padding: 32px;
  color: #121214;
}
.zWtMnq70RFHjDlivyjXx .njF7DIy6LOQDsomlVA_P {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.zWtMnq70RFHjDlivyjXx .o7GX3O4Prtf4HSfBf5C8 {
  font-size: 14px;
  line-height: 1;
  margin: 6px 0 32px;
}
.zWtMnq70RFHjDlivyjXx .mRuC96zAzS9dYdVPfM7i {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.zWtMnq70RFHjDlivyjXx .mRuC96zAzS9dYdVPfM7i .lvjKl4V2iSz4OLypa5ik {
  display: flex;
}

.zWtMnq70RFHjDlivyjXx .mRuC96zAzS9dYdVPfM7i .DOlKaGxs8K7iFICfZok2 {
  display: inline-block;
  min-width: 100px;
}

[dir="ltr"] [dir="ltr"] .zWtMnq70RFHjDlivyjXx .mRuC96zAzS9dYdVPfM7i .DOlKaGxs8K7iFICfZok2 {
  margin-right: 12px;
}

[dir="rtl"] [dir="ltr"] .zWtMnq70RFHjDlivyjXx .mRuC96zAzS9dYdVPfM7i .DOlKaGxs8K7iFICfZok2 {
  margin-left: 12px;
}

[dir="rtl"] .zWtMnq70RFHjDlivyjXx .mRuC96zAzS9dYdVPfM7i .DOlKaGxs8K7iFICfZok2 {
  margin-left: 12px;
}

.zWtMnq70RFHjDlivyjXx .mRuC96zAzS9dYdVPfM7i .R3jGBJkOldSJ4o2LhOfl {
  display: inline-block;
}

[dir="ltr"] [dir="ltr"] .zWtMnq70RFHjDlivyjXx .mRuC96zAzS9dYdVPfM7i .R3jGBJkOldSJ4o2LhOfl {
  margin-right: 24px;
}

[dir="rtl"] [dir="ltr"] .zWtMnq70RFHjDlivyjXx .mRuC96zAzS9dYdVPfM7i .R3jGBJkOldSJ4o2LhOfl {
  margin-left: 24px;
}

[dir="rtl"] .zWtMnq70RFHjDlivyjXx .mRuC96zAzS9dYdVPfM7i .R3jGBJkOldSJ4o2LhOfl {
  margin-left: 24px;
}
.zWtMnq70RFHjDlivyjXx .mRuC96zAzS9dYdVPfM7i .EcQuPoZtJtyPWt1FqBSS {
  color: #F7A600;
  cursor: pointer;
}
.zWtMnq70RFHjDlivyjXx .PqPLWG4qgUQthF8qiJsX {
  display: flex;
}
.zWtMnq70RFHjDlivyjXx .PqPLWG4qgUQthF8qiJsX .l4dqPEMPierq3cMAteAI {
  font-size: inherit;
}

.zWtMnq70RFHjDlivyjXx .PqPLWG4qgUQthF8qiJsX input {
  margin-top: 0;
  margin-bottom: 0;
}

[dir="ltr"] [dir="ltr"] .zWtMnq70RFHjDlivyjXx .PqPLWG4qgUQthF8qiJsX input {
  margin-right: 5px;
}

[dir="rtl"] [dir="ltr"] .zWtMnq70RFHjDlivyjXx .PqPLWG4qgUQthF8qiJsX input {
  margin-left: 5px;
}

[dir="rtl"] .zWtMnq70RFHjDlivyjXx .PqPLWG4qgUQthF8qiJsX input {
  margin-left: 5px;
}
.zWtMnq70RFHjDlivyjXx .yu0L6swKOahCh4IvwLu7 {
  margin-top: 24px;
}
.zWtMnq70RFHjDlivyjXx .yu0L6swKOahCh4IvwLu7 + .fv_6LCLuWFHVg_Cf_aau {
  margin-top: 6px;
}

.rc-tooltip.rc-tooltip-zoom-appear,
.rc-tooltip.rc-tooltip-zoom-enter {
  opacity: 0;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}

[dir="ltr"] .rc-tooltip-placement-right,
[dir="ltr"] .rc-tooltip-placement-rightTop,
[dir="ltr"] .rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}

[dir="rtl"] .rc-tooltip-placement-right,
[dir="rtl"] .rc-tooltip-placement-rightTop,
[dir="rtl"] .rc-tooltip-placement-rightBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}

[dir="ltr"] .rc-tooltip-placement-left,
[dir="ltr"] .rc-tooltip-placement-leftTop,
[dir="ltr"] .rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}

[dir="rtl"] .rc-tooltip-placement-left,
[dir="rtl"] .rc-tooltip-placement-leftTop,
[dir="rtl"] .rc-tooltip-placement-leftBottom {
  padding: 0 5px 0 9px;
}

.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}

[dir="ltr"] .rc-tooltip-inner {
  text-align: left;
}

[dir="rtl"] .rc-tooltip-inner {
  text-align: right;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}

[dir="ltr"] .rc-tooltip-placement-top .rc-tooltip-arrow,
[dir="ltr"] .rc-tooltip-placement-topLeft .rc-tooltip-arrow,
[dir="ltr"] .rc-tooltip-placement-topRight .rc-tooltip-arrow {
  margin-left: -5px;
}

[dir="rtl"] .rc-tooltip-placement-top .rc-tooltip-arrow,
[dir="rtl"] .rc-tooltip-placement-topLeft .rc-tooltip-arrow,
[dir="rtl"] .rc-tooltip-placement-topRight .rc-tooltip-arrow {
  margin-right: -5px;
}

[dir="ltr"] .rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}

[dir="rtl"] .rc-tooltip-placement-top .rc-tooltip-arrow {
  right: 50%;
}

[dir="ltr"] .rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}

[dir="rtl"] .rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  right: 15%;
}

[dir="ltr"] .rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}

[dir="rtl"] .rc-tooltip-placement-topRight .rc-tooltip-arrow {
  left: 15%;
}

.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  margin-top: -5px;
}

[dir="ltr"] .rc-tooltip-placement-right .rc-tooltip-arrow,
[dir="ltr"] .rc-tooltip-placement-rightTop .rc-tooltip-arrow,
[dir="ltr"] .rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}

[dir="rtl"] .rc-tooltip-placement-right .rc-tooltip-arrow,
[dir="rtl"] .rc-tooltip-placement-rightTop .rc-tooltip-arrow,
[dir="rtl"] .rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  right: 4px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}

.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  margin-top: -5px;
}

[dir="ltr"] .rc-tooltip-placement-left .rc-tooltip-arrow,
[dir="ltr"] .rc-tooltip-placement-leftTop .rc-tooltip-arrow,
[dir="ltr"] .rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}

[dir="rtl"] .rc-tooltip-placement-left .rc-tooltip-arrow,
[dir="rtl"] .rc-tooltip-placement-leftTop .rc-tooltip-arrow,
[dir="rtl"] .rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  left: 4px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}

[dir="ltr"] .rc-tooltip-placement-bottom .rc-tooltip-arrow,
[dir="ltr"] .rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
[dir="ltr"] .rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  margin-left: -5px;
}

[dir="rtl"] .rc-tooltip-placement-bottom .rc-tooltip-arrow,
[dir="rtl"] .rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
[dir="rtl"] .rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  margin-right: -5px;
}

[dir="ltr"] .rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}

[dir="rtl"] .rc-tooltip-placement-bottom .rc-tooltip-arrow {
  right: 50%;
}

[dir="ltr"] .rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}

[dir="rtl"] .rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  right: 15%;
}

[dir="ltr"] .rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

[dir="rtl"] .rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  left: 15%;
}

:root {
  --cht-font-family: 'IBM Plex Sans', -apple-system, system-ui,
    blinkmacsystemfont, 'Segoe UI', roboto, ubuntu;
}

:root,
:root.cht-login-register-light,
:root .cht-login-register-component-light,
:root.cht-login-register-dark .cht-login-register-component-light {
  color-scheme: light;
  /*
   * UED Custom Color Group
   */

  /* Text &amp; Icon */
  --cht-gray-t1-title: #121214;
  --cht-gray-t2: #81858c;
  --cht-gray-t3: #adb1b8;
  --cht-gray-t4-dis: #d5dae0;
  --cht-gray-t1-title-revert: #fff;

  /* Element &amp; Background */
  --cht-gray-ele-border: #e9edf2;
  --cht-gray-ele-line: #f3f5f7;
  --cht-gray-ele-edge: #f9fafb;
  --cht-gray-bg-page: #f5f7fa;
  --cht-gray-bg-area: #fff;
  --cht-gray-bg-card: #fff;
  --cht-gray-bg-float: #fff;
  --cht-trans-mask: rgb(56 58 61 / 60%);
  --cht-trans-hover: rgb(56 68 82 / 6%);

  /* brand color */
  --cht-brand-600-hover: #ffc35c;
  --cht-brand-700-normal: #f7a600;
  --cht-brand-800-pressed: #f0960e;
  --cht-brand-900-focus: #eb8d13;
  --cht-brand-900-text: #d6850d;
  --cht-brand-100-bg: rgb(247 166 0 / 12%);

  /* red */
  --cht-red-600-hover: #fc7272;
  --cht-red-700-normal: #ef454a;
  --cht-red-800-pressed: #cc3939;
  --cht-red-900-focus: #cc3939;
  --cht-red-100-bg: rgb(239 69 74 / 12%);

  /* green */
  --cht-green-600-hover: #41bf7e;
  --cht-green-700-normal: #20b26c;
  --cht-green-800-pressed: #00944f;
  --cht-green-900-focus: #00944f;
  --cht-green-100-bg: rgb(32 178 108 / 12%);

  /* gradient */
  --cht-gradient-reddish: linear-gradient(90deg, #f90 0%, #ff6a59 100%);
  --cht-gradient-brand: linear-gradient(97.12deg, #ffd748 0.93%, #f7a600 100%);
  --cht-gradient-tab-scroll-left: linear-gradient(270deg,
      rgba(255, 255, 255, 0%) 0%,
      #fff 100%);
  --cht-gradient-tab-scroll-right: linear-gradient(270deg,
      #fff 0%,
      rgba(255, 255, 255, 0%) 100%);

  /* box shadow (Web Only) */
  --cht-shadow-l1: 0 0 4px 0 rgba(18, 18, 20, 10%);
  --cht-shadow-l2: 0 0 24px 0 rgba(18, 18, 20, 10%);
  --cht-focused-halo-brand: 0 0 0 5px var(--cht-brand-100-bg);
  --cht-focused-halo-green: 0 0 0 5px var(--cht-green-100-bg);
  --cht-focused-halo-red: 0 0 0 5px var(--cht-red-100-bg);

  /* underline */
  --cht-underline-dashed: 1px dashed #d5dae0;

  /* Tag Colors */
  --cht-tag-text-primary: #e18e12;
  --cht-tag-text-neutral: var(--cht-black);

  /* --cht-tag-bg-neutral-light */

  /* empty state */
  --cht-empty-svg-border: #595d61;
  --cht-empty-svg-line: #595d61;
  --cht-empty-svg-opacity: 1;
  --cht-empty-svg-filter-1: url('#filter0_i_2694_140312');

  /* Checkbox */
  --cht-checkbox-type-checked: var(--cht-static-white);

  /* hex to rgb */
  --cht-gray-ele-line-rgb: 243, 245, 247;

  /* non exist in design */
  --cht-black-white: #fff;

  /* Badge */
  --cht-badge-type-secondary-text-color: var(--cht-static-black);
  --cht-badge-type-secondary-bg-color: rgba(56, 68, 82, 6%);
  --cht-badge-sup-type-secondary-text-color: #adb1b8;
  --cht-badge-sup-text-color: var(--cht-brand-900-text);
  --cht-gray-bg-page: #F5F7FA;
  --cht-alert-aff-bg: #e9edf2;
  --cht-modal-mask-bg: rgba(0, 0, 0, .2);
}

/* _base.css */
.CqkcOprF4dYN6sBvi97k {
  background: var(--cht-gray-ele-line);
  border-radius: 8px;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .AiKnWeKWBCrCHxCGhjjk {
  direction: rtl;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .AiKnWeKWBCrCHxCGhjjk {
  direction: ltr;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .AiKnWeKWBCrCHxCGhjjk {
  direction: ltr;
}
.CqkcOprF4dYN6sBvi97k table {
  width: 100%;
  border-spacing: 0px;
}

.CqkcOprF4dYN6sBvi97k th,
.CqkcOprF4dYN6sBvi97k td {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  padding: 8px;
  white-space: normal;
  word-break: break-word;
  border-top: 0;
  transition: box-shadow 0.3s;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k th,
[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k td {
  border-left: 0;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k th,
[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k td {
  border-right: 0;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k th,
[dir="rtl"] .CqkcOprF4dYN6sBvi97k td {
  border-right: 0;
}
.CqkcOprF4dYN6sBvi97k th .D0kTXwNUDyLPfpzYf4R8,
.CqkcOprF4dYN6sBvi97k td .D0kTXwNUDyLPfpzYf4R8 {
  line-height: 22px;
}

.CqkcOprF4dYN6sBvi97k th {
  color: var(--cht-gray-t2);
  font-size: 12px;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k th {
  text-align: left;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k th {
  text-align: right;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k th {
  text-align: right;
}
.CqkcOprF4dYN6sBvi97k th &gt; div {
  color: var(--cht-gray-t2) !important;
}
.CqkcOprF4dYN6sBvi97k td {
  color: #121214;
  font-size: 12px;
  padding-top: 12px;
  padding-bottom: 10px;
  line-height: 18px;
}
.CqkcOprF4dYN6sBvi97k .NvcBAOyB6WGMIHkNdFLx {
  border-bottom: 1px solid #e9edf2;
}
.CqkcOprF4dYN6sBvi97k .NvcBAOyB6WGMIHkNdFLx:last-child {
  border-bottom: 0px;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .j_KXPhmylWc4FiEvQ045,
[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .YlM8xiljvJtDd0bV_iMt {
  border-right: 0;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .j_KXPhmylWc4FiEvQ045,
[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .YlM8xiljvJtDd0bV_iMt {
  border-left: 0;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .j_KXPhmylWc4FiEvQ045,
[dir="rtl"] .CqkcOprF4dYN6sBvi97k .YlM8xiljvJtDd0bV_iMt {
  border-left: 0;
}
.CqkcOprF4dYN6sBvi97k .kV9mMhiuKEoSoICgs80E,
.CqkcOprF4dYN6sBvi97k .EEu5wy6y7EKuXXfPXvwc {
  z-index: 1;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .EEu5wy6y7EKuXXfPXvwc:last-child:not(.Bc1BXnXoyhjKv7CBgljw) {
  border-right-color: transparent;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .EEu5wy6y7EKuXXfPXvwc:last-child:not(.Bc1BXnXoyhjKv7CBgljw) {
  border-left-color: transparent;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .EEu5wy6y7EKuXXfPXvwc:last-child:not(.Bc1BXnXoyhjKv7CBgljw) {
  border-left-color: transparent;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .AiKnWeKWBCrCHxCGhjjk .kV9mMhiuKEoSoICgs80E:last-child {
  border-left-color: transparent;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .AiKnWeKWBCrCHxCGhjjk .kV9mMhiuKEoSoICgs80E:last-child {
  border-right-color: transparent;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .AiKnWeKWBCrCHxCGhjjk .kV9mMhiuKEoSoICgs80E:last-child {
  border-right-color: transparent;
}

.CqkcOprF4dYN6sBvi97k .cM0Vtp9SkBF2BwJYmJYW::after,
.CqkcOprF4dYN6sBvi97k .iTFIP2SQ2LjBcOliHtWW::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  width: 20px;
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .cM0Vtp9SkBF2BwJYmJYW::after,
[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .iTFIP2SQ2LjBcOliHtWW::after {
  right: -1px;
  transform: translateX(100%);
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .cM0Vtp9SkBF2BwJYmJYW::after,
[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .iTFIP2SQ2LjBcOliHtWW::after {
  left: -1px;
  transform: translateX(-100%);
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .cM0Vtp9SkBF2BwJYmJYW::after,
[dir="rtl"] .CqkcOprF4dYN6sBvi97k .iTFIP2SQ2LjBcOliHtWW::after {
  left: -1px;
  transform: translateX(-100%);
}
.CqkcOprF4dYN6sBvi97k .xZjg2VEGfJ0nhpHuVGAi::after {
  display: none;
}
.CqkcOprF4dYN6sBvi97k .AiKnWeKWBCrCHxCGhjjk .MNOZlW7OEygZwOgDeXVb,
.CqkcOprF4dYN6sBvi97k .AiKnWeKWBCrCHxCGhjjk .SZc2mO3Uj1Gac2izQUXM {
  box-shadow: none;
}

.CqkcOprF4dYN6sBvi97k .MNOZlW7OEygZwOgDeXVb::after,
.CqkcOprF4dYN6sBvi97k .SZc2mO3Uj1Gac2izQUXM::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  width: 20px;
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .MNOZlW7OEygZwOgDeXVb::after,
[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .SZc2mO3Uj1Gac2izQUXM::after {
  left: -1px;
  transform: translateX(-100%);
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .MNOZlW7OEygZwOgDeXVb::after,
[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .SZc2mO3Uj1Gac2izQUXM::after {
  right: -1px;
  transform: translateX(100%);
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .MNOZlW7OEygZwOgDeXVb::after,
[dir="rtl"] .CqkcOprF4dYN6sBvi97k .SZc2mO3Uj1Gac2izQUXM::after {
  right: -1px;
  transform: translateX(100%);
}
.CqkcOprF4dYN6sBvi97k .gWmbfXXzbrlCcrgMLnXU.FO4ELZhFPdTm7M53Gpm5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.CqkcOprF4dYN6sBvi97k .gWmbfXXzbrlCcrgMLnXU.FO4ELZhFPdTm7M53Gpm5.cM0Vtp9SkBF2BwJYmJYW,
.CqkcOprF4dYN6sBvi97k .gWmbfXXzbrlCcrgMLnXU.FO4ELZhFPdTm7M53Gpm5.iTFIP2SQ2LjBcOliHtWW,
.CqkcOprF4dYN6sBvi97k .gWmbfXXzbrlCcrgMLnXU.FO4ELZhFPdTm7M53Gpm5.MNOZlW7OEygZwOgDeXVb .gWmbfXXzbrlCcrgMLnXU.FO4ELZhFPdTm7M53Gpm5.SZc2mO3Uj1Gac2izQUXM {
  overflow: visible;
}
.CqkcOprF4dYN6sBvi97k .gWmbfXXzbrlCcrgMLnXU.FO4ELZhFPdTm7M53Gpm5.cM0Vtp9SkBF2BwJYmJYW .Mxx3uy0AIhbxWjNmVyQr,
.CqkcOprF4dYN6sBvi97k .gWmbfXXzbrlCcrgMLnXU.FO4ELZhFPdTm7M53Gpm5.iTFIP2SQ2LjBcOliHtWW .Mxx3uy0AIhbxWjNmVyQr,
.CqkcOprF4dYN6sBvi97k .gWmbfXXzbrlCcrgMLnXU.FO4ELZhFPdTm7M53Gpm5.MNOZlW7OEygZwOgDeXVb .gWmbfXXzbrlCcrgMLnXU.FO4ELZhFPdTm7M53Gpm5.SZc2mO3Uj1Gac2izQUXM .Mxx3uy0AIhbxWjNmVyQr {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .VeEW7VJ2bMl3DB5ryrbZ .cM0Vtp9SkBF2BwJYmJYW::after,
[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .VeEW7VJ2bMl3DB5ryrbZ .iTFIP2SQ2LjBcOliHtWW::after {
  box-shadow: inset 10px 0 8px -8px green;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .VeEW7VJ2bMl3DB5ryrbZ .cM0Vtp9SkBF2BwJYmJYW::after,
[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .VeEW7VJ2bMl3DB5ryrbZ .iTFIP2SQ2LjBcOliHtWW::after {
  box-shadow: inset -10px 0 8px -8px green;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .VeEW7VJ2bMl3DB5ryrbZ .cM0Vtp9SkBF2BwJYmJYW::after,
[dir="rtl"] .CqkcOprF4dYN6sBvi97k .VeEW7VJ2bMl3DB5ryrbZ .iTFIP2SQ2LjBcOliHtWW::after {
  box-shadow: inset -10px 0 8px -8px green;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .rZbn7YSBOcbKceMEMC6Q .MNOZlW7OEygZwOgDeXVb::after,
[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .rZbn7YSBOcbKceMEMC6Q .SZc2mO3Uj1Gac2izQUXM::after {
  box-shadow: inset -10px 0 8px -8px green;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .rZbn7YSBOcbKceMEMC6Q .MNOZlW7OEygZwOgDeXVb::after,
[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .rZbn7YSBOcbKceMEMC6Q .SZc2mO3Uj1Gac2izQUXM::after {
  box-shadow: inset 10px 0 8px -8px green;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .rZbn7YSBOcbKceMEMC6Q .MNOZlW7OEygZwOgDeXVb::after,
[dir="rtl"] .CqkcOprF4dYN6sBvi97k .rZbn7YSBOcbKceMEMC6Q .SZc2mO3Uj1Gac2izQUXM::after {
  box-shadow: inset 10px 0 8px -8px green;
}
.CqkcOprF4dYN6sBvi97k .RGlykJwRFfPh2m2v2XM4 {
  width: 60px;
}

.CqkcOprF4dYN6sBvi97k thead .jE9CkEEdBoKAzHBOeaCW::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  content: '';
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k thead .jE9CkEEdBoKAzHBOeaCW::after {
  left: -1px;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k thead .jE9CkEEdBoKAzHBOeaCW::after {
  right: -1px;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k thead .jE9CkEEdBoKAzHBOeaCW::after {
  right: -1px;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .W1HNen_cuDuiNMZ6wMGt .jE9CkEEdBoKAzHBOeaCW::after {
  right: -1px;
  left: auto;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .W1HNen_cuDuiNMZ6wMGt .jE9CkEEdBoKAzHBOeaCW::after {
  left: -1px;
  right: auto;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .W1HNen_cuDuiNMZ6wMGt .jE9CkEEdBoKAzHBOeaCW::after {
  left: -1px;
  right: auto;
}

.CqkcOprF4dYN6sBvi97k .OA97vNXIKNTBiYfFLcvI {
  border-bottom: 0;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .OA97vNXIKNTBiYfFLcvI {
  border-right: 0;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .OA97vNXIKNTBiYfFLcvI {
  border-left: 0;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .OA97vNXIKNTBiYfFLcvI {
  border-left: 0;
}

.CqkcOprF4dYN6sBvi97k .IKpueNJXG5mqM5kozFcK {
  border-bottom: 0;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .IKpueNJXG5mqM5kozFcK {
  border-right: 0;
  border-radius: 5px 0 0 0;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .IKpueNJXG5mqM5kozFcK {
  border-left: 0;
  border-radius: 0 5px 0 0;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .IKpueNJXG5mqM5kozFcK {
  border-left: 0;
  border-radius: 0 5px 0 0;
}

.CqkcOprF4dYN6sBvi97k .UOgw_Sh1kbYgvFiSBZg0 {
  border-bottom: 0;
  border-top: 0;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .UOgw_Sh1kbYgvFiSBZg0 {
  border-right: 0;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .UOgw_Sh1kbYgvFiSBZg0 {
  border-left: 0;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .UOgw_Sh1kbYgvFiSBZg0 {
  border-left: 0;
}

.CqkcOprF4dYN6sBvi97k .Z8pXMy3IyJsl8_h44cSb .UOgw_Sh1kbYgvFiSBZg0::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  content: '';
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .Z8pXMy3IyJsl8_h44cSb .UOgw_Sh1kbYgvFiSBZg0::after {
  right: 0;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .Z8pXMy3IyJsl8_h44cSb .UOgw_Sh1kbYgvFiSBZg0::after {
  left: 0;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .Z8pXMy3IyJsl8_h44cSb .UOgw_Sh1kbYgvFiSBZg0::after {
  left: 0;
}
.CqkcOprF4dYN6sBvi97k .An8irBKwMc0JfWXhIx2H .gWmbfXXzbrlCcrgMLnXU {
  box-shadow: inset 0 8px 8px -8px green;
}

.CqkcOprF4dYN6sBvi97k .N2GSCk4Us1j8ltLY2_vQ {
  box-sizing: border-box;
  margin: -16px -8px;
  padding: 16px 8px;
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .N2GSCk4Us1j8ltLY2_vQ {
  margin-right: -10px;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .N2GSCk4Us1j8ltLY2_vQ {
  margin-left: -10px;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .N2GSCk4Us1j8ltLY2_vQ {
  margin-left: -10px;
}

.CqkcOprF4dYN6sBvi97k .N2GSCk4Us1j8ltLY2_vQ::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  content: '';
}

[dir="ltr"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .N2GSCk4Us1j8ltLY2_vQ::after {
  right: 1px;
}

[dir="rtl"] [dir="ltr"] .CqkcOprF4dYN6sBvi97k .N2GSCk4Us1j8ltLY2_vQ::after {
  left: 1px;
}

[dir="rtl"] .CqkcOprF4dYN6sBvi97k .N2GSCk4Us1j8ltLY2_vQ::after {
  left: 1px;
}
.CqkcOprF4dYN6sBvi97k .JXlvlauYEjEtKmjYskdT {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #aaa;
  line-height: 16px;
  vertical-align: middle;
  border: 1px solid currentColor;
  cursor: pointer;
}
.CqkcOprF4dYN6sBvi97k .JXlvlauYEjEtKmjYskdT.JmDj2MYPq1fTXwlqO3fE::after {
  content: '-';
}
.CqkcOprF4dYN6sBvi97k .JXlvlauYEjEtKmjYskdT.hHVr3cwnlusBV7DmdL6n::after {
  content: '+';
}
.CqkcOprF4dYN6sBvi97k .JXlvlauYEjEtKmjYskdT.e57j8PdvUufPI5LAEUf0 {
  visibility: hidden;
}
.CqkcOprF4dYN6sBvi97k .vWzAksOwvNdqrFmSObEr {
  padding: 16px 8px;
  border-bottom: 0;
}
.CqkcOprF4dYN6sBvi97k .hsPiyKagyIj7nugu2umH {
  padding: 16px 8px;
  border-top: 0;
}
.CqkcOprF4dYN6sBvi97k tfoot td {
  background: #fff;
}
.CqkcOprF4dYN6sBvi97k .lVxiWmGQDizW4PYYy1ab {
  position: sticky;
  z-index: 2;
}
.CqkcOprF4dYN6sBvi97k .MywWO4BrdLAT8Ykhseye {
  position: sticky;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  border-top: 1px solid #f3f3f3;
  opacity: 0.6;
  transition: transform 0.1s ease-in 0s;
}
.CqkcOprF4dYN6sBvi97k .MywWO4BrdLAT8Ykhseye:hover {
  transform: scaleY(1.2);
  transform-origin: center bottom;
}
.CqkcOprF4dYN6sBvi97k .lJ3_S7tYVazuhlgiqoW0 {
  height: 8px;
  background-color: #bbb;
  border-radius: 4px;
}

[dir="ltr"] [dir="ltr"] .i67ExEfSDe8FTk3kQ1a2 .TRA_8WYPN4Duqf0DBp9B {
  right: 0 !important;
}

[dir="rtl"] [dir="ltr"] .i67ExEfSDe8FTk3kQ1a2 .TRA_8WYPN4Duqf0DBp9B {
  left: 0 !important;
}

[dir="rtl"] .i67ExEfSDe8FTk3kQ1a2 .TRA_8WYPN4Duqf0DBp9B {
  left: 0 !important;
}

[dir="ltr"] [dir="ltr"] .i67ExEfSDe8FTk3kQ1a2 .WRABebThD3_MZRUM2Dxg {
  left: 0 !important;
}

[dir="rtl"] [dir="ltr"] .i67ExEfSDe8FTk3kQ1a2 .WRABebThD3_MZRUM2Dxg {
  right: 0 !important;
}

[dir="rtl"] .i67ExEfSDe8FTk3kQ1a2 .WRABebThD3_MZRUM2Dxg {
  right: 0 !important;
}

:root.cht-login-register-dark,
:root[cht-login-register-dark=true],
:root [cht-login-register-dark=true],
:root.cht-login-register-component-dark,
:root .cht-login-register-component-dark,
:root.cht-login-register-light .cht-login-register-component-dark {
  color-scheme: dark;

  /*
   * UED Custom Color Group
  */

  /* Text &amp; Icon */
  --cht-gray-t1-title: #fff;
  --cht-gray-t2: #adb1b8;
  --cht-gray-t3: #71757a;
  --cht-gray-t4-dis: #595d61;
  --cht-gray-t1-title-revert: #121214;

  /* Element &amp; Background */
  --cht-gray-ele-border: #404347;
  --cht-gray-ele-line: #25282c;
  --cht-gray-ele-edge: #1e2023;
  --cht-gray-bg-page: #000;
  --cht-gray-bg-area: #101014;
  --cht-gray-bg-card: #16171a;
  --cht-gray-bg-float: #333537;
  --cht-trans-mask: rgb(1 3 5 / 80%);
  --cht-trans-hover: rgb(192 210 231 / 12%);

  /* brand color */
  --cht-brand-600-hover: #ffc35c;
  --cht-brand-700-normal: #f7a600;
  --cht-brand-800-pressed: #f0960e;
  --cht-brand-900-focus: #f0960e;
  --cht-brand-900-text: #f7a600;
  --cht-brand-100-bg: rgb(247 166 0 / 16%);

  /* red */
  --cht-red-600-hover: #fc7272;
  --cht-red-700-normal: #ef454a;
  --cht-red-800-pressed: #cc3939;
  --cht-red-900-focus: #cc3939;
  --cht-red-100-bg: rgb(239 69 74 / 16%);

  /* green */
  --cht-green-600-hover: #41bf7e;
  --cht-green-700-normal: #20b26c;
  --cht-green-800-pressed: #00944f;
  --cht-green-900-focus: #00944f;
  --cht-green-100-bg: rgb(32 178 108 / 16%);

  /* gradient */
  --cht-gradient-reddish: linear-gradient(90deg, #f90 0%, #ff6a59 100%);
  --cht-gradient-brand: linear-gradient(133deg,
      #ffd748 -1.87%,
      #f7a600 101.87%);
  --cht-gradient-tab-scroll-left: linear-gradient(270deg,
      rgba(1, 1, 1, 0%) 0%,
      #010101 100%);
  --cht-gradient-tab-scroll-right: linear-gradient(270deg,
      #010101 0%,
      rgba(1, 1, 1, 0%) 100%);

  /* box shadow  (Web Only) */
  --cht-shadow-l1: 0 0 4px 0 rgba(18, 18, 20, 10%);
  --cht-shadow-l2: 0 0 24px 0 rgba(18, 18, 20, 10%);
  --cht-focused-halo-brand: 0 0 0 5px var(--cht-brand-100-bg);
  --cht-focused-halo-green: 0 0 0 5px var(--cht-green-100-bg);
  --cht-focused-halo-red: 0 0 0 5px var(--cht-red-100-bg);

  /* underline */
  --cht-underline-dashed: 1px dashed #595d61;

  /* Tag Colors */
  --cht-tag-text-primary: var(--cht-brand-700-normal);
  --cht-tag-text-neutral: var(--cht-static-white);

  /* empty */
  --cht-empty-svg-border: #71757a;
  --cht-empty-svg-line: #f7a600;
  --cht-empty-svg-opacity: 0.41;
  --cht-empty-svg-filter-1: url('#filter1_i_8929_6128');
  --cht-empty-svg-filter-0: url('#filter0_i_8929_6128');

  /* Checkbox */
  --cht-checkbox-type-checked: var(--cht-static-black);

  /* hex to rgb */
  --cht-gray-ele-line-rgb: 32, 33, 36;

  /* non exist in design */
  --cht-black-white: #000;

  /* Badge */
  --cht-badge-type-secondary-text-color: #fff;
  --cht-badge-type-secondary-bg-color: rgba(192, 210, 231, 12%);
  --cht-badge-sup-type-secondary-text-color: #71757a;
  --cht-badge-sup-text-color: #f7a600;
  --cht-alert-aff-bg: #25282c;
  --cht-modal-mask-bg: rgba(1, 3, 5, .8);
}

/* _base.css */
.lgYBAXA8g0RTQraVe12C {
  width: 160px;
  height: 160px;
}
@keyframes dnxfW2Lpg6LczNmjC8Ld {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes qINte97IPbPiDbIJJnM1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.loH29J6stekAszkyrlEv,
.THDwJESQ9FAmKGIkAQhj {
  transition: opacity 0.5s;
}
.l6A9p19ZDWcSeEa9FYYb,
.kdk2br85ay9cX9jApu7C {
  opacity: 0;
}
.c5ZR0CJ7UuhLzQqfZRNe,
.c5ZR0CJ7UuhLzQqfZRNe {
  transition: all 0.5s;
}

[dir="ltr"] [dir="ltr"] .YibScj6ISe1ZG884VBqh,
[dir="ltr"] [dir="ltr"] .wZHjZEM6KKEa84hAyOmH {
  transform: translateX(-50px);
}

[dir="rtl"] [dir="ltr"] .YibScj6ISe1ZG884VBqh,
[dir="rtl"] [dir="ltr"] .wZHjZEM6KKEa84hAyOmH {
  transform: translateX(50px);
}

[dir="rtl"] .YibScj6ISe1ZG884VBqh,
[dir="rtl"] .wZHjZEM6KKEa84hAyOmH {
  transform: translateX(50px);
}
.GCYMIonrHsX3cSAjCwoF .WpaRpDvx0pdBiJOvJvLH {
  padding: 0;
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk {
  max-width: 320px;
  box-sizing: content-box;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0;
  text-align: center;
  border-radius: 8px;
}

.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .QpKe0k6vGJHhK4Wc61pB {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .QpKe0k6vGJHhK4Wc61pB {
  right: 0;
}

[dir="rtl"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .QpKe0k6vGJHhK4Wc61pB {
  left: 0;
}

[dir="rtl"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .QpKe0k6vGJHhK4Wc61pB {
  left: 0;
}

.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .TCe7VEhqP2w_rb9pEXeg {
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  top: 0;
  padding: 8px 16px;
  color: var(--cht-brand-700-normal);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), var(--cht-brand-700-normal);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.5s;
}

[dir="ltr"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .TCe7VEhqP2w_rb9pEXeg {
  right: 40px;
}

[dir="rtl"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .TCe7VEhqP2w_rb9pEXeg {
  left: 40px;
}

[dir="rtl"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .TCe7VEhqP2w_rb9pEXeg {
  left: 40px;
}

.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .TCe7VEhqP2w_rb9pEXeg:before {
  position: absolute;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: rgba(254, 246, 229);
  content: '';
}

[dir="ltr"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .TCe7VEhqP2w_rb9pEXeg:before {
  right: -5px;
  transform: rotate(45deg);
}

[dir="rtl"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .TCe7VEhqP2w_rb9pEXeg:before {
  left: -5px;
  transform: rotate(-45deg);
}

[dir="rtl"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .TCe7VEhqP2w_rb9pEXeg:before {
  left: -5px;
  transform: rotate(-45deg);
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .WSwjtEsXHiX_O6UBbSoj {
  opacity: 1;
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .sEVvkpKFeOD3R1I_bRIX {
  font-weight: 600;
  font-size: 24px;
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X {
  justify-content: center;
  position: relative;
  display: flex;
}

[dir="ltr"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X:hover .BjTG75jE98oD4CAd1v3g {
  transform: translateX(-60px);
}

[dir="rtl"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X:hover .BjTG75jE98oD4CAd1v3g {
  transform: translateX(60px);
}

[dir="rtl"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X:hover .BjTG75jE98oD4CAd1v3g {
  transform: translateX(60px);
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X:hover .xbuU7dg7aGJ4yLF5Ru3v {
  opacity: 1;
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X .BjTG75jE98oD4CAd1v3g {
  position: relative;
  width: 160px;
  height: 160px;
  transform: translateX(0px);
  transition: transform 0.3s ease;
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X .BjTG75jE98oD4CAd1v3g .fWh209MW2hppHosJVeRZ {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background: var(--cht-trans-mask);
}

[dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X .BjTG75jE98oD4CAd1v3g .fWh209MW2hppHosJVeRZ .O0b69e23jRPQbgTQAcBg {
  animation: dnxfW2Lpg6LczNmjC8Ld 2s linear infinite;
}

[dir="rtl"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X .BjTG75jE98oD4CAd1v3g .fWh209MW2hppHosJVeRZ .O0b69e23jRPQbgTQAcBg {
  animation: qINte97IPbPiDbIJJnM1 2s linear infinite;
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X .BjTG75jE98oD4CAd1v3g .fWh209MW2hppHosJVeRZ .Opzwj5XH9M2fkA5oHPVj {
  margin-top: 8px;
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X .lSLAOF1eh85CgeFh0MOw {
  width: 160px;
  height: 160px;
}

.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X .xbuU7dg7aGJ4yLF5Ru3v {
  position: absolute;
  top: 0;
  width: 90px;
  height: 160px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

[dir="ltr"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X .xbuU7dg7aGJ4yLF5Ru3v {
  right: 24px;
}

[dir="rtl"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X .xbuU7dg7aGJ4yLF5Ru3v {
  left: 24px;
}

[dir="rtl"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X .xbuU7dg7aGJ4yLF5Ru3v {
  left: 24px;
}

[dir="ltr"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X.aR54IIKg2jXGYXHwtPgZ .BjTG75jE98oD4CAd1v3g {
  transform: translateX(-60px);
}

[dir="rtl"] [dir="ltr"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X.aR54IIKg2jXGYXHwtPgZ .BjTG75jE98oD4CAd1v3g {
  transform: translateX(60px);
}

[dir="rtl"] .GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X.aR54IIKg2jXGYXHwtPgZ .BjTG75jE98oD4CAd1v3g {
  transform: translateX(60px);
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .pnV7gIXIkN6wgi4YMh1X.aR54IIKg2jXGYXHwtPgZ .xbuU7dg7aGJ4yLF5Ru3v {
  opacity: 1;
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .DinZGFkY0ale2aXP1sT4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .KxzX5U_OVLQjIpKmgj_v {
  font-size: 12px;
  line-height: 18px;
  color: var(--cht-gray-t1-title);
  font-weight: 400;
}
.GCYMIonrHsX3cSAjCwoF .ORmwjc3mCMVBJ9SuzNnk .vK_3B6PAtiz2ZN18MaK5 {
  margin: 0;
  color: var(--cht-gray-t2);
  font-size: 12px;
  line-height: 18px;
}
.TXNidPS2MD4N1NHg9I_u {
  display: inline-flex;
  width: 100%;
  padding-top: 24px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .TXNidPS2MD4N1NHg9I_u {
    display: inline-block;
  }
}
.EISWecQphjQjn78ZVO9t {
  display: inline-block;
  color: #999;
  cursor: default;
}

.Iy8iK8dfwQDyd9HP1wtJ {
  display: inline-block;
  color: var(--cht-brand-700-normal);
  font-weight: 600;
  cursor: pointer;
}

[dir="ltr"] [dir="ltr"] .Iy8iK8dfwQDyd9HP1wtJ {
  padding-left: 8px;
}

[dir="rtl"] [dir="ltr"] .Iy8iK8dfwQDyd9HP1wtJ {
  padding-right: 8px;
}

[dir="rtl"] .Iy8iK8dfwQDyd9HP1wtJ {
  padding-right: 8px;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  
}
.by-width {
    width: 100%
}
@media (min-width: 880px) {
    .by-width {
        width: 440px
    }
}
.cht-by-input {
    height: 48px;
    border-radius: 0.5rem;
    font-weight: 500
}
.by-input-text {
    display: flex;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 22px
}
.by-link-btn {
    font-weight: 600;
    color: var(--cht-brand-900-text)
}
.by-link-btn:hover {
    color: var(--cht-brand-600-hover)
}
.by-link-btn:active {
    color: var(--cht-brand-800-pressed)
}
.by-click-btn {
    display: flex;
    height: 40px;
    width: 40px;
    cursor: pointer;
    justify-content: center;
    border-radius: 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--cht-gray-t4-dis);
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--cht-gray-t1-title)
}
.by-click-btn:hover {
    background-color: rgba(56, 68, 82, 0.06)
}
.by-border-radius {
    border-radius: 0.75rem
}
@media (min-width: 600px) {
    .by-border-radius {
        border-radius: 1rem
    }
}
.by-header-padding {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px
}
@media (min-width: 600px) {
    .by-header-padding {
        padding-left: 24px;
        padding-right: 24px
    }
}
.by-header-model-padding {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px
}
@media (min-width: 600px) {
    .by-header-model-padding {
        padding-left: 24px;
        padding-right: 24px
    }
}
.by-border-padding {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 24px
}
@media (min-width: 600px) {
    .by-border-padding {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px;
        padding-bottom: 32px
    }
}
.by-border-model-padding {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 24px
}
@media (min-width: 600px) {
    .by-border-model-padding {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px;
        padding-bottom: 32px
    }
}
.by-btn-margin {
    margin-bottom: 16px
}
@media (min-width: 600px) {
    .by-btn-margin {
        margin-bottom: 20px
    }
}
.by-border-box {
    box-sizing: border-box
}
@media (min-width: 460px) {
    .by-border-box {
        box-sizing: content-box
    }
}

.by-close {
    top: 20px
}

[dir="ltr"] [dir="ltr"] .by-close {
    right: 24px
}

[dir="rtl"] [dir="ltr"] .by-close {
    left: 24px
}

[dir="rtl"] .by-close {
    left: 24px
}
.by-login-reg-layout {
    width: 100%
}
@media (min-width: 460px) {
    .by-login-reg-layout {
        max-width: 460px
    }
}
@media (min-width: 600px) {
    .by-login-reg-layout {
        max-width: 600px
    }
}
@media (min-width: 880px) {
    .by-login-reg-layout {
        max-width: 880px
    }
}
.by-login-reg-layout {
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    max-width: 880px;
    font-size: 16px;
    line-height: 24px;
    color: var(--cht-gray-t1-title);
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
@media (min-width: 460px) {
    .by-login-reg-layout {
        padding-left: 0px;
        padding-right: 0px
    }
}
@media (min-width: 880px) {
    .by-login-reg-layout {
        display: flex
    }
}
.by-login-reg-title {
    word-break: break-all;
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    border-bottom-color: var(--cht-gray-ele-line);
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: var(--cht-gray-t1-title)
}
@media (min-width: 600px) {
    .by-login-reg-title {
        font-size: 20px;
        line-height: 28px
    }
}

.by-login-reg-widget {
    margin-top: 16px;
    flex: 1 1 auto;
    flex-grow: 0;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between
}

[dir="ltr"] [dir="ltr"] .by-login-reg-widget {
    margin-left: 40px
}

[dir="rtl"] [dir="ltr"] .by-login-reg-widget {
    margin-right: 40px
}

[dir="rtl"] .by-login-reg-widget {
    margin-right: 40px
}
@media (min-width: 460px) {
    .by-login-reg-widget {
        margin-top: 0px
    }
}
@media (min-width: 880px) {
    .by-login-reg-widget {
        display: flex
    }
}
.cht-font-xss {
    font-size: 12px;
    line-height: 18px
}
.cht-pointer-events-none {
    pointer-events: none
}
.cht-absolute {
    position: absolute
}
.cht-relative {
    position: relative
}
.cht-top-8 {
    top: 32px
}

[dir="ltr"] [dir="ltr"] .cht-right-6 {
    right: 24px
}

[dir="rtl"] [dir="ltr"] .cht-right-6 {
    left: 24px
}

[dir="rtl"] .cht-right-6 {
    left: 24px
}

[dir="ltr"] [dir="ltr"] .cht-left-0 {
    left: 0px
}

[dir="rtl"] [dir="ltr"] .cht-left-0 {
    right: 0px
}

[dir="rtl"] .cht-left-0 {
    right: 0px
}

[dir="ltr"] [dir="ltr"] .cht-right-0 {
    right: 0px
}

[dir="rtl"] [dir="ltr"] .cht-right-0 {
    left: 0px
}

[dir="rtl"] .cht-right-0 {
    left: 0px
}

[dir="ltr"] [dir="ltr"] .cht-right-3 {
    right: 12px
}

[dir="rtl"] [dir="ltr"] .cht-right-3 {
    left: 12px
}

[dir="rtl"] .cht-right-3 {
    left: 12px
}

[dir="ltr"] [dir="ltr"] .cht-right-10 {
    right: 40px
}

[dir="rtl"] [dir="ltr"] .cht-right-10 {
    left: 40px
}

[dir="rtl"] .cht-right-10 {
    left: 40px
}
.cht-top-6 {
    top: 24px
}

[dir="ltr"] [dir="ltr"] .cht-right-8 {
    right: 32px
}

[dir="rtl"] [dir="ltr"] .cht-right-8 {
    left: 32px
}

[dir="rtl"] .cht-right-8 {
    left: 32px
}
.cht-bottom-\[20\%\] {
    bottom: 20%
}
.cht-bottom-0 {
    bottom: 0px
}
.cht-m-0 {
    margin: 0px
}
.cht-mx-8 {
    margin-left: 32px;
    margin-right: 32px
}
.cht-my-6 {
    margin-top: 24px;
    margin-bottom: 24px
}
.cht-mx-0 {
    margin-left: 0px;
    margin-right: 0px
}
.cht-my-3 {
    margin-top: 12px;
    margin-bottom: 12px
}
.cht-my-4 {
    margin-top: 16px;
    margin-bottom: 16px
}
.cht-mx-6 {
    margin-left: 24px;
    margin-right: 24px
}
.cht-mx-\[44px\] {
    margin-left: 44px;
    margin-right: 44px
}

[dir="ltr"] [dir="ltr"] .cht-mr-5 {
    margin-right: 20px
}

[dir="rtl"] [dir="ltr"] .cht-mr-5 {
    margin-left: 20px
}

[dir="rtl"] .cht-mr-5 {
    margin-left: 20px
}

[dir="ltr"] [dir="ltr"] .cht-mr-1 {
    margin-right: 4px
}

[dir="rtl"] [dir="ltr"] .cht-mr-1 {
    margin-left: 4px
}

[dir="rtl"] .cht-mr-1 {
    margin-left: 4px
}
.cht-mt-0 {
    margin-top: 0px
}
.cht-mt-5 {
    margin-top: 20px
}
.cht-mb-2 {
    margin-bottom: 8px
}
.cht-mt-2 {
    margin-top: 8px
}

[dir="ltr"] [dir="ltr"] .cht-ml-2 {
    margin-left: 8px
}

[dir="rtl"] [dir="ltr"] .cht-ml-2 {
    margin-right: 8px
}

[dir="rtl"] .cht-ml-2 {
    margin-right: 8px
}

[dir="ltr"] [dir="ltr"] .cht-ml-1 {
    margin-left: 4px
}

[dir="rtl"] [dir="ltr"] .cht-ml-1 {
    margin-right: 4px
}

[dir="rtl"] .cht-ml-1 {
    margin-right: 4px
}

[dir="ltr"] [dir="ltr"] .cht-ml-2\.5 {
    margin-left: 0.625rem
}

[dir="rtl"] [dir="ltr"] .cht-ml-2\.5 {
    margin-right: 0.625rem
}

[dir="rtl"] .cht-ml-2\.5 {
    margin-right: 0.625rem
}
.cht-mb-4 {
    margin-bottom: 16px
}
.cht-mt-\[21px\] {
    margin-top: 21px
}
.cht-mb-3 {
    margin-bottom: 12px
}
.cht-mt-\[-9px\] {
    margin-top: -9px
}

[dir="ltr"] [dir="ltr"] .cht-mr-\[6px\] {
    margin-right: 6px
}

[dir="rtl"] [dir="ltr"] .cht-mr-\[6px\] {
    margin-left: 6px
}

[dir="rtl"] .cht-mr-\[6px\] {
    margin-left: 6px
}

[dir="ltr"] [dir="ltr"] .cht-mr-\[-16px\] {
    margin-right: -16px
}

[dir="rtl"] [dir="ltr"] .cht-mr-\[-16px\] {
    margin-left: -16px
}

[dir="rtl"] .cht-mr-\[-16px\] {
    margin-left: -16px
}
.cht-mt-6 {
    margin-top: 24px
}
.cht-mt-8 {
    margin-top: 32px
}

[dir="ltr"] [dir="ltr"] .cht-ml-\[24px\] {
    margin-left: 24px
}

[dir="rtl"] [dir="ltr"] .cht-ml-\[24px\] {
    margin-right: 24px
}

[dir="rtl"] .cht-ml-\[24px\] {
    margin-right: 24px
}
.cht-mt-4 {
    margin-top: 16px
}
.cht-mb-6 {
    margin-bottom: 24px
}
.cht-box-border {
    box-sizing: border-box
}
.cht-block {
    display: block
}
.cht-flex {
    display: flex
}
.cht-inline-flex {
    display: inline-flex
}
.cht-grid {
    display: grid
}
.cht-hidden {
    display: none
}
.cht-h-10 {
    height: 40px
}
.cht-h-\[18px\] {
    height: 18px
}
.cht-h-\[22px\] {
    height: 22px
}
.cht-h-fit {
    height: -moz-fit-content;
    height: fit-content
}
.cht-h-12 {
    height: 48px
}
.cht-h-\[17px\] {
    height: 17px
}
.cht-h-\[20px\] {
    height: 20px
}
.cht-h-\[548px\] {
    height: 548px
}
.cht-h-\[440px\] {
    height: 440px
}
.cht-h-\[40px\] {
    height: 40px
}
.cht-h-screen {
    height: 100vh
}
.cht-h-\[182px\] {
    height: 182px
}
.cht-h-\[43px\] {
    height: 43px
}
.cht-h-full {
    height: 100%
}
.cht-h-\[64px\] {
    height: 64px
}
.cht-min-h-0 {
    min-height: 0px
}
.cht-min-h-1 {
    min-height: 86px
}
.cht-min-h-5 {
    min-height: 430px
}
.cht-min-h-\[16px\] {
    min-height: 16px
}
.cht-min-h-\[32px\] {
    min-height: 32px
}
.cht-min-h-\[730px\] {
    min-height: 730px
}
.cht-min-h-\[540px\] {
    min-height: 540px
}
.cht-w-6 {
    width: 480px
}
.cht-w-5 {
    width: 400px
}
.cht-w-full {
    width: 100%
}
.cht-w-auto {
    width: auto
}
.cht-w-10 {
    width: 40px
}
.cht-w-\[18px\] {
    width: 18px
}
.cht-w-\[22px\] {
    width: 22px
}
.cht-w-\[17px\] {
    width: 17px
}
.cht-w-\[21px\] {
    width: 21px
}
.cht-w-\[400px\] {
    width: 400px
}
.cht-w-\[200px\] {
    width: 200px
}
.cht-w-\[50px\] {
    width: 50px
}
.cht-w-\[150px\] {
    width: 150px
}
.cht-w-\[40px\] {
    width: 40px
}
.cht-w-screen {
    width: 100vw
}
.cht-w-\[304px\] {
    width: 304px
}
.cht-w-max {
    width: -moz-max-content;
    width: max-content
}
.cht-w-\[64px\] {
    width: 64px
}
.cht-w-\[206px\] {
    width: 206px
}
.cht-w-\[244px\] {
    width: 244px
}
.cht-min-w-\[380px\] {
    min-width: 380px
}
.cht-min-w-\[72px\] {
    min-width: 72px
}
.cht-flex-auto {
    flex: 1 1 auto
}
.cht-flex-1 {
    flex: 1 1
}
.cht-shrink-0 {
    flex-shrink: 0
}
.cht-cursor-pointer {
    cursor: pointer
}
.cht-flex-row {
    flex-direction: row
}
.cht-flex-col {
    flex-direction: column
}
.cht-items-start {
    align-items: flex-start
}
.cht-items-end {
    align-items: flex-end
}
.cht-items-center {
    align-items: center
}
.cht-justify-end {
    justify-content: flex-end
}
.cht-justify-center {
    justify-content: center
}
.cht-justify-between {
    justify-content: space-between
}
.cht-justify-items-stretch {
    justify-items: stretch
}
.cht-gap-1 {
    gap: 4px
}
.cht-gap-4 {
    gap: 16px
}
.cht-gap-\[6px\] {
    gap: 6px
}
.cht-gap-2 {
    gap: 8px
}
.cht-gap-\[2px\] {
    gap: 2px
}
.cht-gap-6 {
    gap: 24px
}
.cht-gap-10 {
    gap: 40px
}
.cht-gap-3 {
    gap: 12px
}
.cht-gap-x-1 {
    -moz-column-gap: 4px;
         column-gap: 4px
}
.cht-gap-x-4 {
    -moz-column-gap: 16px;
         column-gap: 16px
}
.cht-gap-x-10 {
    -moz-column-gap: 40px;
         column-gap: 40px
}
.cht-gap-x-6 {
    -moz-column-gap: 24px;
         column-gap: 24px
}

.cht-space-x-\[26px\] &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0
}

[dir="ltr"] [dir="ltr"] .cht-space-x-\[26px\] &gt; :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(26px * var(--tw-space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse)))
}

[dir="rtl"] [dir="ltr"] .cht-space-x-\[26px\] &gt; :not([hidden]) ~ :not([hidden]) {
    margin-left: calc(26px * var(--tw-space-x-reverse));
    margin-right: calc(26px * calc(1 - var(--tw-space-x-reverse)))
}

[dir="rtl"] .cht-space-x-\[26px\] &gt; :not([hidden]) ~ :not([hidden]) {
    margin-left: calc(26px * var(--tw-space-x-reverse));
    margin-right: calc(26px * calc(1 - var(--tw-space-x-reverse)))
}

.cht-space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0
}

[dir="ltr"] [dir="ltr"] .cht-space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    margin-right: calc(8px * var(--tw-space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)))
}

[dir="rtl"] [dir="ltr"] .cht-space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    margin-left: calc(8px * var(--tw-space-x-reverse));
    margin-right: calc(8px * calc(1 - var(--tw-space-x-reverse)))
}

[dir="rtl"] .cht-space-x-2 &gt; :not([hidden]) ~ :not([hidden]) {
    margin-left: calc(8px * var(--tw-space-x-reverse));
    margin-right: calc(8px * calc(1 - var(--tw-space-x-reverse)))
}
.cht-self-center {
    align-self: center
}
.cht-overflow-hidden {
    overflow: hidden
}
.cht-break-normal {
    overflow-wrap: normal;
    word-break: normal
}
.cht-rounded-none {
    border-radius: 0px
}
.cht-rounded-2xl {
    border-radius: 1rem
}
.cht-rounded-lg {
    border-radius: 0.5rem
}
.cht-rounded-xl {
    border-radius: 0.75rem
}
.cht-rounded-\[4px\] {
    border-radius: 4px
}
.cht-rounded {
    border-radius: 0.25rem
}
.cht-rounded-\[8px\] {
    border-radius: 8px
}
.cht-rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px
}
.cht-border {
    border-width: 1px
}
.cht-border-2 {
    border-width: 2px
}
.cht-border-0 {
    border-width: 0px
}
.cht-border-t {
    border-top-width: 1px
}
.cht-border-b {
    border-bottom-width: 1px
}
.cht-border-solid {
    border-style: solid
}
.cht-border-none {
    border-style: none
}
.cht-border-transparent {
    border-color: transparent
}
.cht-border-\[\#ff493d\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 73 61 / var(--tw-border-opacity))
}
.cht-border-error-color {
    border-color: var(--cht-red-900-focus)
}
.cht-border-t-line-gray {
    border-top-color: var(--cht-gray-ele-line)
}
.cht-border-b-line-gray {
    border-bottom-color: var(--cht-gray-ele-line)
}
.cht-bg-modal-bg {
    background-color: var(--cht-gray-bg-card)
}
.cht-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.cht-bg-inputbg {
    background-color: var(--cht-gray-ele-line)
}
.cht-bg-bgcolor {
    background-color: var(--cht-gray-t1-title-revert)
}
.cht-bg-input-bg {
    background-color: var(--cht-gray-ele-line)
}
.cht-bg-transparent {
    background-color: transparent
}
.cht-p-0 {
    padding: 0px
}
.cht-p-5 {
    padding: 20px
}
.cht-p-10 {
    padding: 40px
}
.cht-p-3 {
    padding: 12px
}
.cht-p-4 {
    padding: 16px
}
.cht-px-0 {
    padding-left: 0px;
    padding-right: 0px
}
.cht-py-4 {
    padding-top: 16px;
    padding-bottom: 16px
}
.cht-py-2 {
    padding-top: 8px;
    padding-bottom: 8px
}
.cht-py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px
}
.cht-px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px
}
.cht-py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px
}
.cht-px-1 {
    padding-left: 4px;
    padding-right: 4px
}
.cht-px-2 {
    padding-left: 8px;
    padding-right: 8px
}
.cht-py-3 {
    padding-top: 12px;
    padding-bottom: 12px
}
.cht-px-5 {
    padding-left: 20px;
    padding-right: 20px
}
.cht-px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px
}
.cht-px-\[36px\] {
    padding-left: 36px;
    padding-right: 36px
}
.cht-pt-\[80px\] {
    padding-top: 80px
}
.cht-pt-\[10px\] {
    padding-top: 10px
}
.cht-pt-1 {
    padding-top: 4px
}
.cht-pt-\[0px\] {
    padding-top: 0px
}

[dir="ltr"] [dir="ltr"] .cht-pl-0 {
    padding-left: 0px
}

[dir="rtl"] [dir="ltr"] .cht-pl-0 {
    padding-right: 0px
}

[dir="rtl"] .cht-pl-0 {
    padding-right: 0px
}

[dir="ltr"] [dir="ltr"] .cht-pr-2 {
    padding-right: 8px
}

[dir="rtl"] [dir="ltr"] .cht-pr-2 {
    padding-left: 8px
}

[dir="rtl"] .cht-pr-2 {
    padding-left: 8px
}

[dir="ltr"] [dir="ltr"] .cht-pl-1 {
    padding-left: 4px
}

[dir="rtl"] [dir="ltr"] .cht-pl-1 {
    padding-right: 4px
}

[dir="rtl"] .cht-pl-1 {
    padding-right: 4px
}
.cht-pb-8 {
    padding-bottom: 32px
}
.cht-pt-0\.5 {
    padding-top: 0.125rem
}
.cht-pt-0 {
    padding-top: 0px
}
.cht-pb-3 {
    padding-bottom: 12px
}
.cht-pt-\[38px\] {
    padding-top: 38px
}

[dir="ltr"] [dir="ltr"] .cht-pl-2 {
    padding-left: 8px
}

[dir="rtl"] [dir="ltr"] .cht-pl-2 {
    padding-right: 8px
}

[dir="rtl"] .cht-pl-2 {
    padding-right: 8px
}

[dir="ltr"] [dir="ltr"] .cht-pr-1 {
    padding-right: 4px
}

[dir="rtl"] [dir="ltr"] .cht-pr-1 {
    padding-left: 4px
}

[dir="rtl"] .cht-pr-1 {
    padding-left: 4px
}
.cht-pb-10 {
    padding-bottom: 40px
}
.cht-pb-0 {
    padding-bottom: 0px
}

[dir="ltr"] [dir="ltr"] .cht-text-left {
    text-align: left
}

[dir="rtl"] [dir="ltr"] .cht-text-left {
    text-align: right
}

[dir="rtl"] .cht-text-left {
    text-align: right
}
.cht-text-center {
    text-align: center
}

[dir="ltr"] [dir="ltr"] .cht-text-right {
    text-align: right
}

[dir="rtl"] [dir="ltr"] .cht-text-right {
    text-align: left
}

[dir="rtl"] .cht-text-right {
    text-align: left
}
.cht-text-base {
    font-size: 16px;
    line-height: 24px
}
.cht-text-sm {
    font-size: 14px;
    line-height: 22px
}
.cht-text-xs {
    font-size: 12px;
    line-height: 16px
}
.cht-text-\[12px\] {
    font-size: 12px
}
.cht-text-\[40px\] {
    font-size: 40px
}
.cht-text-2xl {
    font-size: 24px;
    line-height: 32px
}
.cht-text-lg {
    font-size: 18px;
    line-height: 26px
}
.cht-text-\[24px\] {
    font-size: 24px
}
.cht-font-semibold {
    font-weight: 600
}
.cht-font-medium {
    font-weight: 500
}
.cht-font-bold {
    font-weight: 700
}
.cht-font-normal {
    font-weight: 400
}
.cht-leading-\[18px\] {
    line-height: 18px
}
.cht-leading-none {
    line-height: 1
}
.cht-text-title-black {
    color: var(--cht-gray-t1-title)
}
.cht-text-base {
    color: var(--cht-gray-t1-title)
}
.cht-text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}
.cht-text-link {
    color: var(--cht-brand-900-text)
}
.cht-text-tab-gray {
    color: var(--cht-gray-t2)
}
.cht-text-\[\#121212\] {
    --tw-text-opacity: 1;
    color: rgb(18 18 18 / var(--tw-text-opacity))
}
.cht-text-base-color {
    color: var(--cht-gray-t1-title)
}
.cht-text-error-text {
    color: var(--cht-red-700-normal)
}
.cht-text-primary-color {
    --tw-text-opacity: 1;
    color: rgb(225 142 18 / var(--tw-text-opacity))
}
.cht-text-\[\#ff493d\] {
    --tw-text-opacity: 1;
    color: rgb(255 73 61 / var(--tw-text-opacity))
}
.cht-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.cht-underline {
    text-decoration-line: underline
}
.cht-outline-0 {
    outline-width: 0px
}
.cht-transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
.cht-ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
.\[key\:string\] {
    key: string
}
.placeholder\:cht-text-base::-moz-placeholder {
    font-size: 16px;
    line-height: 24px
}
.placeholder\:cht-text-base::placeholder {
    font-size: 16px;
    line-height: 24px
}
.placeholder\:cht-font-normal::-moz-placeholder {
    font-weight: 400
}
.placeholder\:cht-font-normal::placeholder {
    font-weight: 400
}
.placeholder\:cht-text-base::-moz-placeholder {
    color: var(--cht-gray-t1-title)
}
.placeholder\:cht-text-base::placeholder {
    color: var(--cht-gray-t1-title)
}
.placeholder\:cht-text-gray-400::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity))
}
.placeholder\:cht-text-gray-400::placeholder {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity))
}
.placeholder\:cht-text-placeholder-color::-moz-placeholder {
    color: var(--cht-gray-t2)
}
.placeholder\:cht-text-placeholder-color::placeholder {
    color: var(--cht-gray-t2)
}
.focus-within\:cht-border-2:focus-within {
    border-width: 2px
}
.focus-within\:cht-border-solid:focus-within {
    border-style: solid
}
.focus-within\:cht-border-\[var\(--cht-brand-700-normal\)\]:focus-within {
    border-color: var(--cht-brand-700-normal)
}
@media (min-width: 460px) {
    .xs\:cht-flex {
        display: flex
    }
}
@media (min-width: 600px) {
    .sm\:cht-m-0 {
        margin: 0px
    }
    .sm\:cht-mx-\[0px\] {
        margin-left: 0px;
        margin-right: 0px
    }
    .sm\:cht-mx-0 {
        margin-left: 0px;
        margin-right: 0px
    }
    .sm\:cht-mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .sm\:cht-my-5 {
        margin-top: 20px;
        margin-bottom: 20px
    }
    .sm\:cht-mt-5 {
        margin-top: 20px
    }
    .sm\:cht-mb-4 {
        margin-bottom: 16px
    }
    .sm\:cht-mt-\[27px\] {
        margin-top: 27px
    }
    .sm\:cht-mt-\[-11px\] {
        margin-top: -11px
    }
    .sm\:cht-mb-6 {
        margin-bottom: 24px
    }
    .sm\:cht-block {
        display: block
    }
    .sm\:cht-h-12 {
        height: 48px
    }
    .sm\:cht-min-h-5 {
        min-height: 430px
    }
    .sm\:cht-w-6 {
        width: 480px
    }
    .sm\:cht-w-auto {
        width: auto
    }
    .sm\:cht-gap-x-10 {
        -moz-column-gap: 40px;
             column-gap: 40px
    }
    .sm\:cht-rounded-\[16px\] {
        border-radius: 16px
    }
    .sm\:cht-p-5 {
        padding: 20px
    }
    .sm\:cht-py-5 {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .sm\:cht-py-3 {
        padding-top: 12px;
        padding-bottom: 12px
    }
    .sm\:cht-pb-4 {
        padding-bottom: 16px
    }
    .sm\:cht-text-sm {
        font-size: 14px;
        line-height: 22px
    }
    .sm\:cht-text-2xl {
        font-size: 24px;
        line-height: 32px
    }
    .sm\:cht-text-base {
        font-size: 16px;
        line-height: 24px;
        color: var(--cht-gray-t1-title)
    }
}
@media (min-width: 880px) {
    .md\:cht-mx-\[auto\] {
        margin-left: auto;
        margin-right: auto
    }
    .md\:cht-block {
        display: block
    }
    .md\:cht-w-\[480px\] {
        width: 480px
    }
    .md\:cht-min-w-\[420px\] {
        min-width: 420px
    }
    .md\:cht-flex-row {
        flex-direction: row
    }
    .md\:cht-items-start {
        align-items: flex-start
    }
}
.joj4naZsRv8FjMCw8W_t {
  padding: 0 16px;
  background-color: #000000;
}
.joj4naZsRv8FjMCw8W_t .rsVhhzi_v8TYRUJ7tep1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
}
.joj4naZsRv8FjMCw8W_t .rsVhhzi_v8TYRUJ7tep1 .ZKTAIAe_e4AGxXUzR0Bp {
  color: #adb1b8;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.joj4naZsRv8FjMCw8W_t .rsVhhzi_v8TYRUJ7tep1 .jCVLKKfnqPHPPX8hIB6A {
  line-height: 32px;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  -webkit-text-fill-color: transparent !important;
}

[dir="ltr"] [dir="ltr"] .joj4naZsRv8FjMCw8W_t .rsVhhzi_v8TYRUJ7tep1 .jCVLKKfnqPHPPX8hIB6A {
  background: linear-gradient(133deg, #ffd748 -1.87%, #f7a600 101.87%);
  background: var(--Gradient-Brand, linear-gradient(133deg, #ffd748 -1.87%, #f7a600 101.87%));
}

[dir="rtl"] [dir="ltr"] .joj4naZsRv8FjMCw8W_t .rsVhhzi_v8TYRUJ7tep1 .jCVLKKfnqPHPPX8hIB6A {
  background: linear-gradient(-133deg, #ffd748 -1.87%, #f7a600 101.87%);
  background: var(--Gradient-Brand, linear-gradient(-133deg, #ffd748 -1.87%, #f7a600 101.87%));
}

[dir="rtl"] .joj4naZsRv8FjMCw8W_t .rsVhhzi_v8TYRUJ7tep1 .jCVLKKfnqPHPPX8hIB6A {
  background: linear-gradient(-133deg, #ffd748 -1.87%, #f7a600 101.87%);
  background: var(--Gradient-Brand, linear-gradient(-133deg, #ffd748 -1.87%, #f7a600 101.87%));
}

[dir] .joj4naZsRv8FjMCw8W_t .rsVhhzi_v8TYRUJ7tep1 .jCVLKKfnqPHPPX8hIB6A {
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

:root {
  --base-color-white: #fff;
  --primary-color: #F7A600;
  --brand-color: #ffb11a;
  --error-color: #f7497b;
  /* Gray level color */
  --gray-level-00: #f3f3f3;
  --gray-level-01: #e9e9e9;
  --gray-level-03: #d9d9d9;
  --gray-level-04: #b2b2b2;
  --gray-level-05: #808695;
  --gray-level-07: #504949;
}

.dhh5K5yyva98ZWuf97LA {
  justify-content: space-between;
  align-items: flex-end;
}
.gDjs06oVC1CdDwuIBKZr {
  margin-top: 8px;
  justify-content: space-between;
  align-items: flex-start;
}
.jLl0mdpR0DYs5aejPo_a {
  width: 45.73%;
  height: auto;
}
.dDdLbEnNd0MBKiMeAYAs {
  width: 49.39%;
  height: auto;
}
.xVqlCdFV6VFXdFNjOEgs {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  width: 45.73%;
  color: #adb1b8;
}
@media (max-width: 768px) {
  .xVqlCdFV6VFXdFNjOEgs {
    font-size: 14px;
    line-height: 18px;
  }
}

.pHh7Rhoyt6txbpWgy82R {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  width: 49.39%;
  -webkit-text-fill-color: transparent !important;
}

[dir="ltr"] [dir="ltr"] .pHh7Rhoyt6txbpWgy82R {
  background: linear-gradient(133deg, #ffd748 -1.87%, #f7a600 101.87%);
  background: var(--Gradient-Brand, linear-gradient(133deg, #ffd748 -1.87%, #f7a600 101.87%));
}

[dir="rtl"] [dir="ltr"] .pHh7Rhoyt6txbpWgy82R {
  background: linear-gradient(-133deg, #ffd748 -1.87%, #f7a600 101.87%);
  background: var(--Gradient-Brand, linear-gradient(-133deg, #ffd748 -1.87%, #f7a600 101.87%));
}

[dir="rtl"] .pHh7Rhoyt6txbpWgy82R {
  background: linear-gradient(-133deg, #ffd748 -1.87%, #f7a600 101.87%);
  background: var(--Gradient-Brand, linear-gradient(-133deg, #ffd748 -1.87%, #f7a600 101.87%));
}

[dir] .pHh7Rhoyt6txbpWgy82R {
  background-clip: text !important;
  -webkit-background-clip: text !important;
}
@media (max-width: 768px) {
  .pHh7Rhoyt6txbpWgy82R {
    font-size: 14px;
    line-height: 18px;
  }
}

#tg-widget-container,
#tg-widget-container iframe,
.tg-widget-container,
.tg-widget-container iframe {
  position: absolute;
  top: 0;
  opacity: 0.01;
  transform: scaleX(10) scaleY(2);
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}

[dir="ltr"] #tg-widget-container,
[dir="ltr"] #tg-widget-container iframe,
[dir="ltr"] .tg-widget-container,
[dir="ltr"] .tg-widget-container iframe {
  right: 0;
}

[dir="rtl"] #tg-widget-container,
[dir="rtl"] #tg-widget-container iframe,
[dir="rtl"] .tg-widget-container,
[dir="rtl"] .tg-widget-container iframe {
  left: 0;
}
.cht-auth-page b {
  color: var(--cht-brand-700-normal);
}
.cht-auth-page button {
  height: 40px !important;
}
span.highlight {
  color: var(--cht-brand-700-normal);
  font-weight: 600;
}
.tr-card-static {
  position: static !important;
}

.toastify {
  position: fixed;
  z-index: 2147483648;
  display: flex !important;
  display: inline-block;
  min-width: 180px;
  max-width: calc(50% - 20px);
  color: var(--cht-gray-t1-title);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  background: var(--cht-gray-bg-float);
  border-radius: 8px;
  box-shadow: var(--cht-shadow-l2);
  cursor: pointer;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[dir="ltr"] .toastify {
  padding: 12px 16px 12px 40px;
}

[dir="rtl"] .toastify {
  padding: 12px 40px 12px 16px;
}

.cht-auto-toast:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .cht-auto-toast:before {
  left: 16px;
}

[dir="rtl"] .cht-auto-toast:before {
  right: 16px;
}

.cht-auto-toast--error:before {
  color: #ff3b30;
  font-size: 32px;
  content: '\e656';
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iI2VmNDU0YSIgZD0iTTUxMiA5ODEuMzMzYzI1OS4yIDAgNDY5LjMzMy0yMTAuMTMzIDQ2OS4zMzMtNDY5LjMzM1M3NzEuMiA0Mi42NjcgNTEyIDQyLjY2NyA0Mi42NjcgMjUyLjggNDIuNjY3IDUxMiAyNTIuOCA5ODEuMzMzIDUxMiA5ODEuMzMzek0zNTMuODM1IDM1My44MzVhNDIuNjY3IDQyLjY2NyAwIDAgMSA2MC4zMyAwTDUxMiA0NTEuNjY5bDk3LjgzNS05Ny44MzRhNDIuNjY3IDQyLjY2NyAwIDEgMSA2MC4zMyA2MC4zM0w1NzIuMzMxIDUxMmw5Ny44MzQgOTcuODM1YTQyLjY2NyA0Mi42NjcgMCAwIDEtNjAuMzMgNjAuMzNMNTEyIDU3Mi4zMzFsLTk3LjgzNSA5Ny44MzRhNDIuNjY3IDQyLjY2NyAwIDAgMS02MC4zMy02MC4zM0w0NTEuNjY5IDUxMmwtOTcuODM0LTk3LjgzNWE0Mi42NjcgNDIuNjY3IDAgMCAxIDAtNjAuMzN6Ij48L3BhdGg+PC9zdmc+);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .cht-auto-toast--error:before {
  left: 16px;
}

[dir="rtl"] .cht-auto-toast--error:before {
  right: 16px;
}

.cht-auto-toast--warn:before {
  color: var(--brand-color);
  font-size: 32px;
  content: '\e654';
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iI2VmNDU0YSIgZD0iTTQ2MS4yMjcgMTE1LjQ5OWE1Ny43NyA1Ny43NyAwIDAgMSAxMDEuNTQ2IDBsNDEwLjYyNCA3MzIuNTg2YzIyLjU3MSA0MC4yNzgtNS42MzIgOTAuNTgyLTUwLjc3MyA5MC41ODJIMTAxLjM3NmMtNDUuMTQxIDAtNzMuMzQ0LTUwLjMwNC01MC43NzMtOTAuNTM5bDQxMC42NjYtNzMyLjU4N3ptOC4xMDYgNjk1LjE2OEE0Mi42NjcgNDIuNjY3IDAgMCAwIDUxMiA4NTMuMzMzaC40MjdhNDIuNjY3IDQyLjY2NyAwIDEgMCAwLTg1LjMzM0g1MTJhNDIuNjY3IDQyLjY2NyAwIDAgMC00Mi42NjcgNDIuNjY3ek01NTQuNjY3IDM4NGE0Mi42NjcgNDIuNjY3IDAgMSAwLTg1LjMzNCAwdjI1NmE0Mi42NjcgNDIuNjY3IDAgMSAwIDg1LjMzNCAwVjM4NHoiPjwvcGF0aD48L3N2Zz4=);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .cht-auto-toast--warn:before {
  left: 16px;
}

[dir="rtl"] .cht-auto-toast--warn:before {
  right: 16px;
}

.cht-auto-toast--success:before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iIzIwYjI2YyIgZD0iTTUxMiA0Mi42NjdDMjUyLjggNDIuNjY3IDQyLjY2NyAyNTIuOCA0Mi42NjcgNTEyUzI1Mi44IDk4MS4zMzMgNTEyIDk4MS4zMzMgOTgxLjMzMyA3NzEuMiA5ODEuMzMzIDUxMiA3NzEuMiA0Mi42NjcgNTEyIDQyLjY2N3ptMjIyLjU1IDM5Mi40NDhMNDg1LjI0NyA2OTAuODE2YTQzLjA5MyA0My4wOTMgMCAwIDEtNjAuNTg3IDEuMTFsLTEzNC4xLTEyNy43MDNhNDIuNjY3IDQyLjY2NyAwIDEgMSA1OC44OC02MS43ODFsMTAzLjg1IDk4LjkwMSAyMjAuMTYtMjI1Ljc5MmE0Mi42NjcgNDIuNjY3IDAgMSAxIDYxLjEgNTkuNTYzeiI+PC9wYXRoPjwvc3ZnPg==);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .cht-auto-toast--success:before {
  left: 16px;
}

[dir="rtl"] .cht-auto-toast--success:before {
  right: 16px;
}
.toastify.on {
  opacity: 1;
}
.toast-close {
  padding: 0 5px;
  opacity: 0.4;
}

[dir="ltr"] .toastify-right {
  right: 15px;
}

[dir="rtl"] .toastify-right {
  left: 15px;
}

[dir="ltr"] .toastify-left {
  left: 15px;
}

[dir="rtl"] .toastify-left {
  right: 15px;
}
.toastify-bottom {
  bottom: -150px;
}
.toastify-rounded {
  border-radius: 25px;
}

[dir="ltr"] .toastify-center {
  left: 50%;
  transform: translate(-50%, 0px) !important;
}

[dir="rtl"] .toastify-center {
  right: 50%;
  transform: translate(50%, 0px) !important;
}
@media only screen and (max-width: 500px) {
  .toastify {
    width: 70%;
    max-width: 70%;
  }
}
@media only screen and (max-width: 360px) {
  .toastify-right,
  .toastify-left {
    right: 0;
    left: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}
input {
  outline: none;
}

input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}

[dir="ltr"] input::-webkit-credentials-auto-fill-button {
  /* é¿å…å&nbsp;ç”¨ input å…ƒç´&nbsp;é¢å¤–çš„ paddingï¼Œæ­£å¸¸æƒ…å†µä¸‹å­˜åœ¨ display: none!; å°±å¯ä»¥äº† */
  right: 0;
}

[dir="rtl"] input::-webkit-credentials-auto-fill-button {
  left: 0;
}

[dir="ltr"] .tap-rtl .by-tabs-nav .by-tabs-nav-wrap .by-tabs-nav-list .by-tabs-tab {
  margin-right: 20px;
}

[dir="rtl"] .tap-rtl .by-tabs-nav .by-tabs-nav-wrap .by-tabs-nav-list .by-tabs-tab {
  margin-left: 20px;
}

[dir="ltr"] .rotate-90 {
  transform: rotate(90deg);
}

[dir="rtl"] .rotate-90 {
  transform: rotate(-90deg);
}

[dir="ltr"] .rotate-180 {
  transform: rotate(180deg);
}

[dir="rtl"] .rotate-180 {
  transform: rotate(-180deg);
}
[dir='rtl'] input,
[dir='rtl'] textarea {
  direction: ltr;
  text-align: right;
}
img[src*="https://cnv.event.prod.bidr.io"] {
  display: none;
}
.by-input-required::before {
  content: '*';
}

.register-login-modal-root {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 30, 0.5);
  z-index: 1003;
  display: flex;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .register-login-modal-root {
  left: 0;
}

[dir="rtl"] .register-login-modal-root {
  right: 0;
}
@media screen and (max-width: 480px) {
  .register-login-modal-root .cht-by-input {
    height: 40px;
  }
  .register-login-modal-root .by-input-text {
    font-size: 12px;
  }
  .register-login-modal-root .by-button-continue {
    height: 40px;
    font-size: 14px !important;
  }
  .register-login-modal-root .by-click-btn {
    height: 40px;
    font-size: 14px;
  }
}

</pre></body></html>