button.H-ghn1e7 {
    position: relative;
    border: 1px solid;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: 0.2s;
  }

  .primary.H-ghn1e7 {
    border-color: var(--blue-main);
    background: var(--blue-main);
    color: #fff;
    fill: #fff;
  }

  .primary.H-ghn1e7:hover {
    border-color: var(--blue-main-hover);
    background: var(--blue-main-hover);
    color: #fff;
  }

  .primary.H-ghn1e7:active {
    border-color: var(--blue-main-active);
    background: var(--blue-main-active);
    color: #fff;
  }

  .default.H-ghn1e7 {
    border-color: var(--blue-main);
    background: #fff;
    color: var(--blue-main);
    fill: var(--blue-main);
  }

  .default.H-ghn1e7:hover {
    border-color: var(--blue-main-hover);
    background: #fff;
    color: var(--blue-main-hover);
  }

  .default.H-ghn1e7:hover:before {
    position: absolute;
    inset: -1px;
    z-index: 1;
    background: var(--blue-main);
    border-radius: inherit;
    opacity: 0.08;
    transition: opacity 0.2s;
    content: "";
    pointer-events: none;
  }

  .default.H-ghn1e7:active {
    border-color: var(--blue-main-active);
    background: #fff;
    color: var(--blue-main-active);
  }

  .default.H-ghn1e7:active:before {
    position: absolute;
    inset: -1px;
    z-index: 1;
    background: var(--blue-main);
    border-radius: inherit;
    opacity: 0.16;
    transition: opacity 0.2s;
    content: "";
    pointer-events: none;
  }

  .text.H-ghn1e7 {
    border: none;
    background: transparent;
    color: var(--blue-main);
    fill: var(--blue-main);
  }

  .text.H-ghn1e7:hover {
    color: var(--blue-main-hover);
  }

  .text.H-ghn1e7:hover:before {
    position: absolute;
    inset: -1px;
    z-index: 1;
    background: var(--blue-main);
    border-radius: inherit;
    opacity: 0.04;
    transition: opacity 0.2s;
    content: "";
    pointer-events: none;
  }

  .text.H-ghn1e7:active {
    color: var(--blue-main-active);
  }

  .text.H-ghn1e7:active:before {
    position: absolute;
    inset: -1px;
    z-index: 1;
    background: var(--blue-main);
    border-radius: inherit;
    opacity: 0.08;
    transition: opacity 0.2s;
    content: "";
    pointer-events: none;
  }

  .danger-primary.H-ghn1e7 {
    border-color: var(--red-main);
    background: var(--red-main);
    color: #fff;
    fill: #fff;
  }

  .danger-primary.H-ghn1e7:hover {
    border-color: var(--red-main-hover);
    background: var(--red-main-hover);
    color: #fff;
  }

  .danger-primary.H-ghn1e7:active {
    border-color: var(--red-main-active);
    background: var(--red-main-active);
    color: #fff;
  }

  .danger-default.H-ghn1e7 {
    border-color: var(--red-main);
    background: #fff;
    color: var(--red-main);
    fill: var(--red-main);
  }

  .danger-default.H-ghn1e7:hover {
    border-color: var(--red-main-hover);
    background: #fff;
    color: var(--red-main-hover);
  }

  .danger-default.H-ghn1e7:hover:before {
    position: absolute;
    inset: -1px;
    z-index: 1;
    background: var(--red-main);
    border-radius: inherit;
    opacity: 0.08;
    transition: opacity 0.2s;
    content: "";
    pointer-events: none;
  }

  .danger-default.H-ghn1e7:active {
    border-color: var(--red-main-active);
    background: #fff;
    color: var(--red-main-active);
  }

  .danger-default.H-ghn1e7:active:before {
    position: absolute;
    inset: -1px;
    z-index: 1;
    background: var(--red-main);
    border-radius: inherit;
    opacity: 0.16;
    transition: opacity 0.2s;
    content: "";
    pointer-events: none;
  }

  .large.H-ghn1e7 {
    border-radius: 8px;
    padding: 0 24px;
    height: 48px;
    font-size: 16px;
  }

  .medium.H-ghn1e7 {
    border-radius: 8px;
    padding: 0 16px;
    height: 40px;
    font-size: 14px;
  }

  .small.H-ghn1e7 {
    border-radius: 4px;
    padding: 0 12px;
    height: 32px;
    font-size: 14px;
  }

  .large.H-ghn1e7 > .px-loading-wrap {
    width: 16px;
    height: 16px;
  }

  .medium.H-ghn1e7 > .px-loading-wrap,
  .small.H-ghn1e7 > .px-loading-wrap {
    width: 14px;
    height: 14px;
  }

  .loading.H-ghn1e7 {
    opacity: 0.2;
    pointer-events: none;
  }

  .disabled.H-ghn1e7 {
    opacity: 0.2;
    cursor: not-allowed;
  }

  .block.H-ghn1e7 {
    width: 100%;
  }

  .iconfont.H-ghn1e7 {
    font-family: 'phemex-icon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }


  .light-gray.H-vgsesw {
    color: #c5c8ce;
  }
  .item.H-vgsesw {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    height: 48px;
    background-color: var(--TW);
  }
  .item.error.H-vgsesw {
    border: 1px solid #f66;
  }
  .item.H-vgsesw:focus-within,
  .item.H-vgsesw:hover {
    border: 1px solid #003fe6;
  }
  .ipt.H-vgsesw {
    border: none;
    height: 88%;
    outline: none;
  }
  .ipt.H-vgsesw::-webkit-input-placeholder {
    color: var(--T3);
  }
  .placeholder-color.H-vgsesw::-webkit-input-placeholder {
    color: #c5c8ce;
  }
  input[disabled].H-vgsesw {
    background: transparent;
  }
  .disabled.H-vgsesw {
    background: #efefef;
  }
  .disabled.H-vgsesw input.autofill:where(.H-vgsesw):-webkit-autofill {
    box-shadow: 0 0 0 1000px #efefef inset;
  }
  .modal-ui.H-vgsesw input:where(.H-vgsesw)::placeholder {
    color: #9fa3ab;
  }


  .wrap.H-19cq0r7 {
    padding: 16px 20px;
    border-radius: 2px;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .before.H-19cq0r7 {
    content: '';
    position: absolute;
    top: 13px;
    right: -13px;
    display: block;
    width: 0;
    height: 0;
    border: 7px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent transparent #fff;
  }
  .right.H-19cq0r7 .before:where(.H-19cq0r7) {
    display: none;
  }
  @media screen and (max-width: 640px) {
    .wrap.H-19cq0r7 {
      padding: 8px 12px;
      box-shadow: none;
    }
    .before.H-19cq0r7 {
      display: none;
    }
  }


  .light-gray.H-edr56z {
    color: #c5c8ce;
  }
  .item.H-edr56z {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    height: 48px;
    background-color: var(--TW);
  }
  .error.H-edr56z .item:where(.H-edr56z) {
    border: 1px solid #f66;
  }
  .item.H-edr56z:focus-within,
  .item.H-edr56z:hover {
    border: 1px solid #003fe6;
  }
  .ipt.H-edr56z {
    border: none;
    height: 88%;
    outline: none;
  }
  .ipt.H-edr56z::-webkit-input-placeholder {
    color: var(--T3);
  }
  input[disabled].H-edr56z {
    background: transparent;
  }
  .disabled.H-edr56z {
    background: #efefef;
  }
  .disabled.H-edr56z input.autofill:where(.H-edr56z):-webkit-autofill,
  .disabled.H-edr56z input.autofill:where(.H-edr56z):-webkit-autofill:hover,
  .disabled.H-edr56z input.autofill:where(.H-edr56z):-webkit-autofill:focus {
    box-shadow: 0 0 0 1000px #efefef inset;
  }
  .password.H-edr56z {
    position: absolute;
    top: 0;
    left: -250px;
  }
  .left.H-edr56z {
    top: 0;
    right: -10px;
    transform: translateX(100%);
  }
  .modal-wrap.H-edr56z {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .modal-hint.H-edr56z {
    position: fixed;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translate(20px, -43px);
  }
  .modal-ui.H-edr56z input:where(.H-edr56z)::placeholder {
    color: #9fa3ab;
  }
  @media screen and (max-width: 640px) {
    .password.H-edr56z {
      position: static;
    }
  }


  .drawer-mask.H-p8iaqs {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease-in;
  }

  .drawer.H-p8iaqs {
    position: fixed;
    height: 100%;
    background: #fff;
    overflow: auto;
    transition: all 0.3s ease-in;
  }

  .drawer.H-p8iaqs:focus {
    outline: none;
  }

  .drawer.H-p8iaqs::-moz-focus-inner {
    border: 0;
  }

  .drawer.H-p8iaqs:-moz-focusring {
    outline: none;
  }

  .iconfont.H-p8iaqs {
    font-family: 'phemex-icon' !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }

  .close-icon.H-p8iaqs {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 20px;
    color: #9fa3ab;
    cursor: pointer;
  }

  .drawer-content.H-p8iaqs {
    padding: 24px
  }

  .left.H-p8iaqs {
    left: 0;
  }

  .right.H-p8iaqs {
    right: 0;
  }


  .modal-mask.H-59o4mn {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .modal.H-59o4mn {
    position: relative;
    max-height: calc(100vh - 3em);
    border-radius: 12px;
    background: #fff;
    overflow: auto;
  }

  .modal.H-59o4mn:focus {
    outline: none;
  }

  .modal.H-59o4mn::-moz-focus-inner {
    border: 0;
  }

  .modal.H-59o4mn:-moz-focusring {
    outline: none;
  }

  .iconfont.H-59o4mn {
    font-family: 'phemex-icon' !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }

  .close-icon.H-59o4mn {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 20px;
    color: #9fa3ab;
    cursor: pointer;
  }

  .modal-content.H-59o4mn {
    padding: 24px
  }


  .wrap.H-19qbux9 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .wrap.H-19qbux9 .disabled:where(.H-19qbux9) {
    opacity: 0.8;
    pointer-events: none;
  }
  .digits.H-19qbux9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
  }
  .digit-box.H-19qbux9 {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin: 0 8px;
    border-bottom: solid 1px #e5e5e5;
    width: 48px;
    height: 48px;
  }
  .digits.H-19qbux9:hover .digit-box:where(.H-19qbux9),
  .active.digit-box.H-19qbux9 {
    border-bottom-color: #003fe6;
  }
  .disabled.digits.H-19qbux9:hover .digit-box:where(.H-19qbux9),
  .disabled.H-19qbux9 .digit-box:where(.H-19qbux9) {
    border-bottom-color: #e5e5e5;
  }
  .fail.H-19qbux9 .digit-box:where(.H-19qbux9),
  .fail.H-19qbux9:hover .digit-box:where(.H-19qbux9) {
    border-bottom: solid 1px #dc4a45;
  }
  .txt.H-19qbux9 {
    display: inline-block;
    line-height: 48px;
    font-size: 14px;
    font-weight: var(--fw2);
    color: #383838;
    pointer-events: none;
  }
  input.H-19qbux9 {
    width: 1px;
    height: 45px;
    border: none;
    text-align: center;
    outline: none;
    border-radius: 0;
    background: transparent;
    -moz-appearance: textfield;
  }
  input.H-19qbux9::-webkit-outer-spin-button,
  input.H-19qbux9::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }
  .explain.H-19qbux9 {
    text-align: left;
    margin: 6px 0 0 8px;
    font-size: 12px;
    color: #dc4a45;
  }
  .loading.H-19qbux9 svg {
    animation: H-19qbux9-rotate 1s linear infinite;
  }
  @keyframes H-19qbux9-rotate {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @media screen and (max-width: 640px) {
    .digit-box.H-19qbux9 {
      margin: 0 8px;
      width: 32px;
      height: 48px;
    }
  }


  .main.H-1wl74s2 {
    padding: 36px 16px;
  }
  .back.H-1wl74s2 {
    top: 24px;
    left: 24px;
  }
  .back.H-1wl74s2 .iconfont:where(.H-1wl74s2) {
    transform: rotate(180deg);
  }
  .email-gif.H-1wl74s2 {
    width: 100px;
    height: 100px;
  }
  .verify-code.H-1wl74s2 .txt {
    font-weight: var(--fw3);
    font-size: 36px;
    color: #003fe6;
  }


  .main.H-1khoyy6 {
    padding: 36px 16px;
  }
  .back.H-1khoyy6 {
    top: 24px;
    left: 24px;
  }
  .back.H-1khoyy6 .iconfont:where(.H-1khoyy6) {
    transform: rotate(180deg);
  }
  .verify-code.H-1khoyy6 .txt {
    font-weight: var(--fw3);
    font-size: 36px;
    color: #003fe6;
  }


  .dash-line.H-1uko3ya {
    border-top: 1px dashed #dbdfe7;
  }


  .main.H-18iic8w {
    padding: 36px 16px;
  }
  .back.H-18iic8w {
    top: 24px;
    left: 24px;
  }
  .back.H-18iic8w .iconfont:where(.H-18iic8w) {
    transform: rotate(180deg);
  }
  .link.H-18iic8w {
    margin: auto;
    border: 1px solid #dbdfe7;
    border-radius: 12px;
    width: 180px;
    line-height: 28px;
  }
  .input-wrap.H-18iic8w {
    border: 1px solid #e9ecef;
    height: 48px;
  }
  .input-wrap.H-18iic8w:focus-within,
  .input-wrap.H-18iic8w:hover {
    border: 1px solid #003fe6;
  }
  .input-icon.H-18iic8w {
    color: #c5c8ce;
  }
  .input-wrap.H-18iic8w input:where(.H-18iic8w) {
    border: none;
    height: 88%;
    outline: none;
    box-shadow: 0 0 0 1000px #fff inset;
  }


  .gift-icon.H-7w133n {
    position: absolute;
    top: -18px;
    right: 0;
    width: 112px;
    height: 18px;
    background: #f66;
  }
  .gift-icon.H-7w133n img:where(.H-7w133n) {
    margin-right: -10px;
    width: 40px;
    height: 40px;
    animation: H-7w133n-shake 2s infinite;
  }
  @keyframes H-7w133n-shake {
    0%,
    65% {
      transform: rotate(0deg);
    }
    70% {
      transform: rotate(6deg);
    }
    75% {
      transform: rotate(-6deg);
    }
    80% {
      transform: rotate(6deg);
    }
    85% {
      transform: rotate(-6deg);
    }
    90% {
      transform: rotate(6deg);
    }
    95% {
      transform: rotate(-6deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @media screen and (max-width: 640px) {
    .gift-icon.H-7w133n {
      display: none;
    }
  }