.shareBox_body-style__LHZpK{background:none}.shareBox_loading__m5TrV{padding:5px 10px;width:-moz-max-content;width:max-content;background:rgba(225,225,225,.7);color:#000;position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);border-radius:4px}.shareBox_share-box__j9fnf{width:251px;position:absolute;top:0;left:0;z-index:1000;background:#fff;padding-bottom:36px;z-index:-10;filter:opacity(0)}.shareBox_share-box__j9fnf .shareBox_title__Dn8yv{padding:0 18px 4px 20px;color:#000;font-size:28px;font-weight:900;line-height:36px;text-shadow:2px 1px 2px rgba(0,0,0,.3)}.shareBox_share-box__j9fnf .shareBox_title__Dn8yv span{padding-right:5px}.shareBox_share-box__j9fnf .shareBox_title__Dn8yv i{font-style:normal;padding-left:5px;color:#0173e5}.shareBox_share-box__j9fnf .shareBox_desc__21fw0{padding:0 18px 24px 20px;color:#895324;font-size:14px;font-weight:500;display:block}.shareBox_share-box__j9fnf .shareBox_list__OIXg9{display:block;padding:0 20px}.shareBox_share-box__j9fnf .shareBox_list__OIXg9 li{display:flex;align-items:center}.shareBox_share-box__j9fnf .shareBox_list__OIXg9 li .shareBox_logo__9BzwU{margin-right:15px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.shareBox_share-box__j9fnf .shareBox_list__OIXg9 li p{flex:1 1;padding:0 16px 0 0;color:#34220b;font-size:12px;font-weight:500;line-height:14px;height:40px;text-transform:capitalize;border-bottom:1px solid #ebebeb;position:relative;display:flex;flex-wrap:wrap;align-items:center}.shareBox_share-box__j9fnf .shareBox_list__OIXg9 li p span{display:block}.shareBox_share-box__j9fnf .shareBox_list__OIXg9 li p i{width:16px;height:16px;display:block;position:absolute;top:50%;right:0;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/select.b6207848.svg) no-repeat center/contain;transform:translateY(-50%)}.shareBox_share-box__j9fnf .shareBox_list__OIXg9 li:last-child p{border:none;opacity:.5}.shareBox_share-box__j9fnf .shareBox_list__OIXg9 li:last-child p i{background-image:none}@media screen and (max-width: 744px){.shareBox_body-style__LHZpK{background:#f2f2f2;min-height:100vh;height:100%}}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.description-dialog_dialog__42Htg{padding:16px;border-radius:8px;background-color:#fff;position:relative}.description-dialog_dialog__42Htg .dialog--header{display:flex;align-items:center;padding-right:24px;color:#1c1c1e;font-weight:500;font-size:16px;line-height:20px;margin-bottom:16px}.description-dialog_dialog__42Htg .dialog--content{color:#000;font-weight:400;font-size:14px;line-height:20px;max-height:200px;overflow:auto}.description-dialog_dialog__42Htg .dialog--content a{color:#0173e5}.description-dialog_dialog__42Htg .dialog--footer{margin-top:38px}.description-dialog_dialog__42Htg .dialog--footer button{width:100%;height:40px;border:none;background:#0173e5;border-radius:20px;font-size:14px;line-height:16px;color:#fff}.description-dialog_dialog--close__KAwqP{position:absolute;right:16px;top:16px;height:16px;width:16px;background-color:red;border:none;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/close_icon.b3f56d4a.svg) no-repeat center/contain;cursor:pointer;z-index:1}
.reconfirm-dialog_dialog__tZWFT{padding:24px;border-radius:8px;background-color:#fff;position:relative}.reconfirm-dialog_dialog__tZWFT .dialog--eader{display:flex;align-items:center;padding-right:24px;color:#1c1c1e;font-weight:500;font-size:20px;line-height:28px;margin-bottom:16px}.reconfirm-dialog_dialog__tZWFT .dialog--content{color:#000;font-weight:400;font-size:14px;line-height:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:32px}.reconfirm-dialog_dialog__tZWFT .dialog--content .tips{width:100%;padding:8px 12px 8px 32px;position:relative;font-size:12px;line-height:16px;border-radius:4px;background:#fff3ea}.reconfirm-dialog_dialog__tZWFT .dialog--content .tips::before{width:12px;height:12px;position:absolute;left:12px;top:10px;content:"";background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/tips_icon.ef4b0abf.svg) no-repeat center/100% 100%}.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange{width:100%;display:flex;align-items:flex-start;justify-content:space-between;margin-top:12px}.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .arrow{width:24px;height:24px;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/exchange_arrow_logo.42954f09.svg) no-repeat center/contain}.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .left,.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .right{flex:1 1;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .left .logo,.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .right .logo{text-align:center;color:#000;font-size:20px;font-style:normal;font-weight:700;margin-bottom:12px;display:flex;align-items:center}.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .left .logo span,.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .right .logo span{margin-left:4px}.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .left .num,.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .right .num{color:#000;font-size:14px;line-height:18px}.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .left .desc,.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .right .desc{color:#adadb4;font-size:12px}.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .right .logo{color:#0173e5}.reconfirm-dialog_dialog__tZWFT .dialog--content .list{width:100%;border-radius:8px;background:#fafafa;padding:16px;display:flex;flex-direction:column;margin-top:16px}.reconfirm-dialog_dialog__tZWFT .dialog--content .list li{width:100%;padding:4px;display:flex;align-items:center;justify-content:space-between}.reconfirm-dialog_dialog__tZWFT .dialog--content .list li .name{font-size:12px;color:#8a8a8e}.reconfirm-dialog_dialog__tZWFT .dialog--content .list li .detail{line-height:16px;color:#000;font-size:12px;word-break:break-all}.reconfirm-dialog_dialog__tZWFT .dialog--footer{width:100%;display:flex;align-items:center;justify-content:flex-end;padding:20px 0}.reconfirm-dialog_dialog__tZWFT .dialog--footer button{padding:12px 16px;border:none;background:#0173e5;border-radius:4px;font-size:14px;line-height:20px;color:#fff;cursor:pointer}.reconfirm-dialog_dialog__tZWFT .dialog--footer .cancle{background:none;color:#000;margin-right:12px}.reconfirm-dialog_dialog--close__POOyF{position:absolute;right:22px;top:22px;height:24px;width:24px;border:none;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/close_icon.b3f56d4a.svg) no-repeat center/contain;cursor:pointer;z-index:1}@media screen and (max-width: 744px){.reconfirm-dialog_portal__jwO_3 .ReactModal__Content{width:100% !important;left:0 !important;right:0 !important;bottom:0 !important;top:auto !important;transform:none !important}.reconfirm-dialog_dialog__tZWFT{border-radius:8px 8px 0 0}.reconfirm-dialog_dialog__tZWFT .dialog--header{font-size:16px;line-height:20px;font-weight:700}.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .left .logo,.reconfirm-dialog_dialog__tZWFT .dialog--content .exchange .right .logo{font-size:16px}.reconfirm-dialog_dialog__tZWFT .dialog--footer{justify-content:space-between}.reconfirm-dialog_dialog__tZWFT .dialog--footer button{border-radius:30px;width:calc(50% - 6px)}.reconfirm-dialog_dialog__tZWFT .dialog--footer .cancle{background:#f5f5f5;margin-right:0}.reconfirm-dialog_dialog--close__POOyF{height:20px;width:20px}}
.agreement_dialog__NjO_9{padding:22px 24px 24px;border-radius:8px;background-color:#fff;position:relative}.agreement_dialog__NjO_9 .dialog--hrader{display:flex;align-items:center;justify-content:space-between}.agreement_dialog__NjO_9 .dialog--hrader p{font-size:20px;font-weight:500;line-height:28px}.agreement_dialog__NjO_9 .dialog--content{margin:22px 0 16px;height:400px;overflow:auto}.agreement_dialog__NjO_9 .dialog--content p{font-size:14px;font-weight:400;line-height:20px}.agreement_dialog__NjO_9 .dialog--content p span{display:block;padding-left:30px}.agreement_dialog__NjO_9 .dialog--content .tips{font-weight:500}.agreement_dialog__NjO_9 .agree-checkbox{font-family:inherit !important}.agreement_dialog__NjO_9 .dialog--footer{width:100%;display:flex;align-items:center;justify-content:flex-end;padding-top:20px}.agreement_dialog__NjO_9 .dialog--footer button{min-width:88px;padding:12px 16px;border:none;border-radius:4px;font-size:14px;line-height:20px;color:#fff;cursor:pointer}.agreement_dialog__NjO_9 .dialog--footer button.btnconfirm{background:#0173e5}.agreement_dialog__NjO_9 .dialog--footer button.btndisabled{background:#adadb4;cursor:default}.agreement_dialog__NjO_9 .dialog--footer .cancle{background:none;color:#000;margin-right:12px}.agreement_dialog--close__jkHEt{position:absolute;right:24px;top:24px;height:24px;width:24px;background-color:red;border:none;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/close_icon.b3f56d4a.svg) no-repeat center/contain;cursor:pointer;z-index:1}@media screen and (max-width: 744px){.agreement_portal___Tvru .ReactModal__Content{width:100% !important;left:0 !important;right:0 !important;bottom:0 !important;top:auto !important;transform:none !important}.agreement_dialog__NjO_9{border-radius:8px 8px 0 0}.agreement_dialog__NjO_9 .dialog--footer{justify-content:space-between}.agreement_dialog__NjO_9 .dialog--footer button{border-radius:30px;width:calc(50% - 6px)}.agreement_dialog__NjO_9 .dialog--footer .cancle{background:#f5f5f5;margin-right:0}.agreement_dialog__NjO_9 .ant-checkbox{border-radius:100% 100%}.agreement_dialog__NjO_9 .ant-checkbox .ant-checkbox-inner{border-radius:100% 100%}}
.top_top__OIbr1{width:100%;padding:80px 0;background:#fafafa}.top_top__OIbr1 .top_content__IR__n{width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.top_top__OIbr1 .top_content__IR__n .top_large__GZiFs{display:flex !important}.top_top__OIbr1 .top_content__IR__n .top_small__a8m8M{display:none !important}.top_top__OIbr1 .top_content__IR__n .top_left-box__0cqga{width:412px}.top_top__OIbr1 .top_content__IR__n .top_left-box__0cqga .top_left-text__V0sPC h2{font-size:60px;font-weight:700;word-break:break-word}.top_top__OIbr1 .top_content__IR__n .top_left-box__0cqga .top_left-text__V0sPC h2 span{color:#0038ff}.top_top__OIbr1 .top_content__IR__n .top_left-box__0cqga .top_left-text__V0sPC .top_desc__9b9ww{width:100%;word-break:break-word;font-size:20px;line-height:20px;margin-top:16px;color:#8c8c93}.top_top__OIbr1 .top_content__IR__n .top_left-box__0cqga .top_logo__kK1NK{width:429px;height:260px;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/top_logo.504dfeab.png) no-repeat center/100%,100%;margin-top:40px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO{width:540px;padding:40px 40px 24px 40px;border-radius:16px;border:1px solid #e3e3e3;background:#fff;box-shadow:0px 6px 32px 0px rgba(82,93,107,.08),0px 6px 6px 0px rgba(0,0,0,.02)}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT{border-radius:16px 16px 0px 0px;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/early_bird_bg_pc.ff86d51a.svg) no-repeat top/100%,100%;width:538px;height:52px;display:flex;align-items:center;margin-left:-40px;margin-top:-40px;margin-bottom:16px;padding:0 40px;justify-content:space-between}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_early-bird-left__tTfzz{display:flex;align-items:center}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_early-bird-left__tTfzz .top_logo__kK1NK{width:16px;height:16px;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/early-bird.3afec1fb.svg) no-repeat center/100% 100%;margin-right:8px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_early-bird-left__tTfzz .top_text__KJ_Ft{display:flex;align-items:center;flex-wrap:wrap;flex:1 1}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_early-bird-left__tTfzz .top_text__KJ_Ft .top_text-desc__Aophe{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-size:14px;line-height:20px;color:#000;max-width:244px;margin-right:8px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_early-bird-left__tTfzz .top_text__KJ_Ft .top_text-progress__4bbhO{font-size:14px;font-weight:500;color:#fe8731;line-height:20px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_progress__JGpj0{width:180px;height:8px;background:#ffede0;border-radius:4px;display:flex;align-items:center}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_progress__JGpj0 .top_progress-line__izzDj{background:#fe8731;border-radius:4px;height:100%}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_progress__JGpj0 .top_progress-logo__hpPxr{width:16px;height:16px;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/lightning_logo.129782ac.svg) no-repeat center/100% 100%;margin-left:-8px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-top__4NbfT{display:flex;justify-content:space-between;align-items:center;width:100%;height:24px;margin-bottom:16px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-top__4NbfT h2{font-size:24px;font-weight:500;line-height:24px;color:#000}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-top__4NbfT span{color:#0173e5;font-size:12px;position:relative;padding-right:8px;cursor:pointer}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-top__4NbfT span::after{position:absolute;right:0;top:50%;transform:translateY(-50%);content:"";width:6px;height:12px;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/right_arrow.adc1aab9.svg) no-repeat 100% 100%}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI{position:relative}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA{padding:16px 12px;border-radius:8px;border:1px solid #ddd;background:#fff}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-top__XhADe{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-top__XhADe .top_left__vJge6{font-size:12px;font-weight:500;color:#000;width:auto}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-top__XhADe .top_right__ijKCe{color:#8a8a8e;font-size:12px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-top__XhADe .top_right__ijKCe em{font-weight:500;color:#000;font-style:normal}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-center__uFMMi{display:flex;align-items:self-start;justify-content:space-between}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-center__uFMMi .top_from-center-left__oZzTr{flex:1 1}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-center__uFMMi .top_from-center-left__oZzTr .top_my-input__nSoY3{padding:0 11px 0 0;font-size:20px;line-height:normal}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-center__uFMMi .top_from-center-left__oZzTr .top_error__01EyZ{font-size:12px;color:#e94359}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-center__uFMMi .top_from-center-left__oZzTr .top_about__GMC5I{font-size:12px;color:#8a8a8e;margin-top:2px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-center__uFMMi .top_from-center-right__CmLdW .top_max__PNWvf{padding:4px 7px;font-size:14px;color:#000;background:#f5f5f5;border-radius:20px;margin-right:8px;cursor:pointer;display:inline-block;text-align:center;min-width:48px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-center__uFMMi .top_from-center-right__CmLdW .top_ht-logo__GIVHW{font-size:14px;font-weight:500;padding-left:26px;position:relative;height:20px;line-height:20px;display:inline-block}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-center__uFMMi .top_from-center-right__CmLdW .top_ht-logo__GIVHW::before{width:20px;height:20px;position:absolute;content:"";left:0;top:50%;transform:translateY(-50%);background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/ht_logo.ab90469d.svg) no-repeat 100% 100%}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from-error__aYjFU{border-color:#e94359}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH{margin-top:12px;position:relative;background:#fafafa;border-radius:0px 0px 12px 12px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH::before{position:absolute;content:"";width:48px;height:48px;left:50%;top:-30px;transform:translateX(-50%);background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/exchange_logo.7e514aee.svg) no-repeat center/100% 100%}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_box__3eZWF{border-radius:12px;border:1px solid #ddd;background:#fafafa;padding:16px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_box__3eZWF .top_title__E4v_W{width:100%;font-size:12px;color:#000;margin-bottom:8px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_box__3eZWF .top_detail__mheRE{width:100%;display:flex;align-items:self-start;justify-content:space-between}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_box__3eZWF .top_detail__mheRE .top_htx-num__Kv8CZ{display:flex;flex-direction:column}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_box__3eZWF .top_detail__mheRE .top_htx-num__Kv8CZ .top_num__R8L0f{color:#000;flex:1 1;word-break:break-all;font-size:20px;line-height:normal}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_box__3eZWF .top_detail__mheRE .top_htx-num__Kv8CZ .top_about__GMC5I{font-size:12px;color:#8a8a8e}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_box__3eZWF .top_detail__mheRE .top_htx-logo__oJEnW{font-size:14px;font-weight:500;padding-left:26px;position:relative;height:20px;line-height:20px;display:inline-block}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_box__3eZWF .top_detail__mheRE .top_htx-logo__oJEnW::before{width:20px;height:20px;position:absolute;content:"";left:0;top:50%;transform:translateY(-50%);background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/htx_logo.dff4edee.svg) no-repeat 100% 100%}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_to-list__656Qx{width:100%;padding:16px;border-radius:0px 0px 12px 12px;background:#fafafa}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_to-list__656Qx .top_to-list-item__RFYrt{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:12px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_to-list__656Qx .top_to-list-item__RFYrt:last-child{margin-bottom:0}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_to-list__656Qx .top_to-list-item__RFYrt .top_title__E4v_W{color:#8a8a8e}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_to-list__656Qx .top_to-list-item__RFYrt .top_value__gN781{color:#565656;flex:1 1;text-align:right}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_to-list__656Qx .top_to-list-item-line__JRMiY .top_title__E4v_W{cursor:pointer;padding-bottom:2px;border-bottom:1px solid #8a8a8e}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_rate__ToBBZ{width:100%;margin-top:16px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_rate__ToBBZ .top_rate-top__pgwBM{display:flex;align-items:center;justify-content:space-between}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_rate__ToBBZ .top_rate-top__pgwBM .top_name__FLMGj{font-size:12px;display:flex}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_rate__ToBBZ .top_rate-top__pgwBM .top_name__FLMGj em{margin-left:4px;cursor:pointer}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_rate__ToBBZ .top_rate-top__pgwBM .top_value__gN781{font-size:20px;line-height:28px;font-weight:500}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_rate__ToBBZ .top_rate-desc__GgkNQ{width:100%;text-align:right;color:#fe8731;font-size:12px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_cost__TWK5e{width:100%;text-align:center;color:#e94359;font-size:12px;margin-top:12px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_btn__V1FUN{width:460px;padding:0 25px;border-radius:34.256px;height:60px;display:flex;align-items:center;justify-content:center;background:#0173e5;cursor:pointer;color:#fff;font-size:20px;line-height:28px;margin:16px auto 0}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_btn-loading__W88kU{height:60px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_disabled__D0_x2{background:#adadb4;cursor:default}.top_ant_popover__OplHG{max-width:280px}@media screen and (max-width: 744px){.top_top__OIbr1{padding:0;background:#f2f2f2}.top_top__OIbr1 .top_content__IR__n{width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.top_top__OIbr1 .top_content__IR__n .top_large__GZiFs{display:none !important}.top_top__OIbr1 .top_content__IR__n .top_small__a8m8M{display:flex !important}.top_top__OIbr1 .top_content__IR__n .top_left-box__0cqga{width:100%;padding-left:16px;display:flex;align-items:center;justify-content:space-between}.top_top__OIbr1 .top_content__IR__n .top_left-box__0cqga .top_left-text__V0sPC{flex:1 1;display:flex;flex-direction:column;padding:8px 0}.top_top__OIbr1 .top_content__IR__n .top_left-box__0cqga .top_left-text__V0sPC h2{font-size:26px;word-break:break-word;width:100%}.top_top__OIbr1 .top_content__IR__n .top_left-box__0cqga .top_left-text__V0sPC .top_desc__9b9ww{width:100%;word-break:break-word;font-size:16px;line-height:24px;font-weight:500;color:#565656;margin-top:8px}.top_top__OIbr1 .top_content__IR__n .top_left-box__0cqga .top_logo__kK1NK{width:162px;height:130px;margin-top:0;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/top_logo_small.b7fd704e.png) no-repeat center/100%,100%}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO{width:calc(100% - 16px);padding:0;border:none;background:#f2f2f2;box-shadow:none;margin:0 auto}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT{background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/early_bird_bg.5949d392.png) no-repeat top/100%,100%;width:100%;height:70px;margin-left:0;margin-top:0;margin-bottom:-16px;padding:12px 16px;justify-content:flex-start;flex-direction:column;border-radius:0}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_early-bird-left__tTfzz{display:flex;align-items:center;width:100%}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_early-bird-left__tTfzz .top_text__KJ_Ft{display:flex;align-items:center;flex-wrap:nowrap;justify-content:space-between;width:100%}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_early-bird-left__tTfzz .top_text__KJ_Ft .top_text-desc__Aophe{font-size:12px;line-height:18px;flex:1 1;max-width:500px;margin-right:0px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_early-bird-left__tTfzz .top_text__KJ_Ft .top_text-progress__4bbhO{font-size:12px;color:#565656;line-height:18px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_progress__JGpj0{width:100%;height:4px;border-radius:2px;margin-top:6px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_progress__JGpj0 .top_progress-line__izzDj{border-radius:2px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_early-bird__nRiJT .top_progress__JGpj0 .top_progress-logo__hpPxr{width:12px;height:12px;margin-left:-4px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp{border-radius:16px;padding:16px;background:#fff}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-top__4NbfT h2{font-size:18px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-center__uFMMi .top_from-center-left__oZzTr .top_my-input__nSoY3{font-size:18px;font-weight:500}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_from__krjlA .top_from-center__uFMMi .top_from-center-right__CmLdW .top_max__PNWvf{font-size:12px;min-width:auto;border-radius:4px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH .top_box__3eZWF .top_detail__mheRE .top_htx-num__Kv8CZ .top_num__R8L0f{font-size:18px;font-weight:500}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_to__ZojPH::before{width:32px;height:32px;top:-22px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_rate__ToBBZ{width:100%;margin-top:16px}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_update-center__I4fUI .top_rate__ToBBZ .top_rate-top__pgwBM .top_value__gN781{font-weight:500}.top_top__OIbr1 .top_content__IR__n .top_right-box__SaSaO .top_entering__iGKLp .top_btn__V1FUN{width:100%;padding:0 16px;border-radius:22;height:44px;font-size:14px;line-height:18px;margin:24px auto 0}}
.equity_equity__ilxD8{width:100%}.equity_equity__ilxD8 .equity_content__ndHFp{width:1200px;margin:80px auto 120px}.equity_equity__ilxD8 .equity_content__ndHFp h2{width:100%;text-align:center;font-size:40px;line-height:40px;color:#4c3d29;font-weight:500}.equity_equity__ilxD8 .equity_content__ndHFp .equity_list__guHkA{display:flex;align-items:center;margin-top:48px}.equity_equity__ilxD8 .equity_content__ndHFp .equity_list__guHkA li{width:228px;height:208px;padding:40px 24px;border-radius:16px;border:1px solid rgba(209,168,22,.2);background:linear-gradient(180deg, rgba(253, 249, 232, 0.5) 0%, rgba(253, 249, 232, 0.5) 100%);display:flex;flex-direction:column;align-items:center;margin-right:16px}.equity_equity__ilxD8 .equity_content__ndHFp .equity_list__guHkA li:last-child{margin-right:0}.equity_equity__ilxD8 .equity_content__ndHFp .equity_list__guHkA li .equity_logo___iVne{width:72px;height:72px;margin-bottom:16px}.equity_equity__ilxD8 .equity_content__ndHFp .equity_list__guHkA li p{width:100%;text-align:center;font-size:14px;line-height:16px;word-break:break-word;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}@media screen and (max-width: 744px){.equity_equity__ilxD8{width:100%;padding:12px 8px 0 8px;background:#f2f2f2}.equity_equity__ilxD8 .equity_content__ndHFp{width:100%;margin:0 auto;border-radius:12px;border:1px solid rgba(219,168,121,.3);background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/equity_bg.a2baf3b1.svg) no-repeat top/contain,linear-gradient(177deg, #fbf4ea 1.54%, #fff 38.18%);padding:24px 8px 32px 8px}.equity_equity__ilxD8 .equity_content__ndHFp h2{text-align:left;font-size:18px;line-height:24px;color:#000;font-weight:500;position:relative;word-break:break-word;padding-left:16px;font-weight:500}.equity_equity__ilxD8 .equity_content__ndHFp .equity_list__guHkA{width:100%;flex-wrap:wrap;display:flex;justify-content:space-between;align-items:flex-start;align-self:stretch;margin-top:24px}.equity_equity__ilxD8 .equity_content__ndHFp .equity_list__guHkA li{width:85px;height:auto;padding:0 8px;border-radius:0;border:none;background:none;margin-right:0}.equity_equity__ilxD8 .equity_content__ndHFp .equity_list__guHkA li .equity_logo___iVne{width:48px;height:48px;margin-bottom:8px}.equity_equity__ilxD8 .equity_content__ndHFp .equity_list__guHkA li p{font-size:12px}.equity_equity__ilxD8 .equity_content__ndHFp .equity_list__guHkA li:last-child{display:none}}
.qa_qa__k_FB0{width:100%;padding-bottom:100px}.qa_qa__k_FB0 .qa_content__BlQkP{width:1200px;margin:0 auto}.qa_qa__k_FB0 .qa_content__BlQkP h2{width:100%;text-align:left;font-size:24px;font-weight:700;margin-bottom:24px}.qa_qa__k_FB0 .qa_content__BlQkP ul li{border-top:1px solid #ddd}.qa_qa__k_FB0 .qa_content__BlQkP ul li .qa_question__THhnz{padding:32px 100px 32px 32px;position:relative;cursor:pointer;word-break:break-word;font-size:16px;line-height:24px;color:#000}.qa_qa__k_FB0 .qa_content__BlQkP ul li .qa_question__THhnz span{width:20px;height:20px;display:inline-block;border-radius:5px;font-size:14px;font-weight:500;background:#ebebeb;margin-right:12px;line-height:20px;text-align:center;position:absolute;left:0;top:50%;transform:translateY(-50%)}.qa_qa__k_FB0 .qa_content__BlQkP ul li .qa_question__THhnz::after{position:absolute;right:10px;width:22px;height:22px;content:"";top:50%;transform:translateY(-50%);background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/qa_open.fc0eadd9.svg) no-repeat center/100% 100%}.qa_qa__k_FB0 .qa_content__BlQkP ul li .qa_answer__g_Mhy{padding:0 0 32px 32px;font-size:12px;line-height:16px;color:#565656;word-break:break-word;display:none;position:relative}.qa_qa__k_FB0 .qa_content__BlQkP ul li .qa_answer__g_Mhy span{width:20px;height:20px;display:inline-block;line-height:20px;text-align:center;border-radius:5px;font-size:14px;font-weight:500;background:#ebebeb;position:absolute;left:0;top:0}.qa_qa__k_FB0 .qa_content__BlQkP ul li .qa_answer__g_Mhy p a{color:#0173e5}.qa_qa__k_FB0 .qa_content__BlQkP ul .qa_active__jdj_l .qa_question__THhnz{border:none}.qa_qa__k_FB0 .qa_content__BlQkP ul .qa_active__jdj_l .qa_question__THhnz::after{position:absolute;right:10px;width:22px;height:22px;content:"";top:50%;transform:translateY(-50%);background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/qa_close.853149d2.svg) no-repeat center/100% 100%}.qa_qa__k_FB0 .qa_content__BlQkP ul .qa_active__jdj_l .qa_answer__g_Mhy{display:block}@media screen and (max-width: 744px){.qa_qa__k_FB0{padding-bottom:50px;padding:32px 16px 0 16px;background:#f2f2f2;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.qa_qa__k_FB0 .qa_content__BlQkP{width:100%}.qa_qa__k_FB0 .qa_content__BlQkP h2{font-size:20px}.qa_qa__k_FB0 .qa_content__BlQkP ul li .qa_question__THhnz{padding:20px 38px 20px 32px}.qa_qa__k_FB0 .qa_content__BlQkP ul li .qa_answer__g_Mhy{padding:0 0 20px 32px}}
.error-dialog_dialog__ojI_k{padding:16px;border-radius:8px;background-color:#fff;position:relative}.error-dialog_dialog__ojI_k .dialog--header{display:flex;align-items:center;padding-right:24px;color:#1c1c1e;font-weight:500;font-size:16px;line-height:20px;margin-bottom:16px}.error-dialog_dialog__ojI_k .dialog--content{color:#000;font-weight:400;font-size:14px;line-height:20px;max-height:200px;overflow:auto}.error-dialog_dialog__ojI_k .dialog--footer{margin-top:38px}.error-dialog_dialog__ojI_k .dialog--footer button{width:100%;height:40px;border:none;background:#0173e5;border-radius:20px;font-size:14px;line-height:16px;color:#fff}.error-dialog_dialog--close__RiC3x{position:absolute;right:16px;top:16px;height:16px;width:16px;background-color:red;border:none;background:url(https://hbg-fed-static-prd.hbfile.net/token-static/_next/static/media/close_icon.b3f56d4a.svg) no-repeat center/contain;cursor:pointer;z-index:1}
