.toastDefault[data-v-e83e6d1e] {
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background: rgba(0, 0, 0, 0.8);
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #fff;
  padding: 0 0.15rem;
  font-size: 0.16rem;
  font-weight: 400;
  z-index: 9999;
  white-space: nowrap;
  border-radius: 0.06rem;
}
.lock[data-v-e83e6d1e] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
.toast[data-v-e83e6d1e] {
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.6rem;
  display: block;
  font-size: 0.16rem;
  font-weight: 400;
  z-index: 9999;
  text-align: center;
}
.toast.hideIcon > div[data-v-e83e6d1e] {
  padding-left: 0.16rem;
}
.toast > div[data-v-e83e6d1e] {
  display: inline-block;
  line-height: 0.24rem;
  padding: 0.08rem 0.16rem 0.08rem 0.45rem;
  border-radius: 0.08rem;
  box-shadow: 0 0.02rem 0.03rem 0 rgba(0, 0, 0, 0.13);
  position: relative;
  text-align: left;
  max-width: 100%;
}
.toast > div img[data-v-e83e6d1e] {
  width: 0.21rem;
  height: 0.21rem;
  position: absolute;
  left: 0.16rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.toast > div span[data-v-e83e6d1e] {
  white-space: normal;
  word-break: break-all;
}
.toast.success > div[data-v-e83e6d1e] {
  background-color: #edfeee;
  color: #1da949;
  border: 0.005rem solid #b3e6c0;
}
.toast.error > div[data-v-e83e6d1e] {
  background-color: #fff0f1;
  color: #d02b2b;
  border: 0.005rem solid #f2b9ba;
}
.toast.warning > div[data-v-e83e6d1e] {
  background-color: #eeeeee;
  color: #2a2a2a;
  border: 0.005rem solid #dddddd;
}
.loadingMask[data-v-d6773c3a] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5999;
}
.loading[data-v-d6773c3a] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 0.08rem;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 5999;
}
.loadingSpinner[data-v-d6773c3a] {
  position: relative;
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  vertical-align: middle;
  -webkit-animation: rotateAnimation-d6773c3a 2s linear infinite;
          animation: rotateAnimation-d6773c3a 2s linear infinite;
  color: #ffffff;
}
.loadingCircular[data-v-d6773c3a] {
  display: block;
  width: 100%;
  height: 100%;
}
.loadingCircular circle[data-v-d6773c3a] {
  -webkit-animation: circularAnimation-d6773c3a 1.5s ease-in-out infinite;
          animation: circularAnimation-d6773c3a 1.5s ease-in-out infinite;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.loadingText[data-v-d6773c3a] {
  margin-top: 0.08rem;
  color: #ffffff;
  font-size: 0.14rem;
  text-align: center;
}
@-webkit-keyframes rotateAnimation-d6773c3a {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes rotateAnimation-d6773c3a {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-webkit-keyframes circularAnimation-d6773c3a {
0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
}
100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
}
}
@keyframes circularAnimation-d6773c3a {
0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
}
100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
}
}
.fadeEnterActive[data-v-d6773c3a],
.fadeLeaveActive[data-v-d6773c3a] {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fadeEnter[data-v-d6773c3a],
.fadeLeaveTo[data-v-d6773c3a] {
  opacity: 0;
}
@font-face {
  font-family: 'DINPro';
  src: url('/fonts/DINPro-Regular.woff2') format('woff2');
  /* Regular 字体 */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('/fonts/DINPro-Medium.woff2') format('woff2');
  /* Medium 字体 */
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('/fonts/DINPro-Bold.woff2') format('woff2');
  /* Bold 字体 */
  font-weight: bold;
  font-style: normal;
}
input,
textarea {
  outline: none;
}
input[type='password']::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  opacity: 0;
}
input[type='password']::-webkit-strong-password-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  opacity: 0;
}
input[type='password']::-ms-reveal {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}
.layoutCounter .globalBtnDisabled {
  background: -webkit-linear-gradient(left, rgba(91, 119, 239, 0.7) 0%, rgba(61, 64, 233, 0.7) 100%) !important;
  background: linear-gradient(90deg, rgba(91, 119, 239, 0.7) 0%, rgba(61, 64, 233, 0.7) 100%) !important;
  color: #fff !important;
}
.layoutWalletEmbedded .globalBtnDisabled,
.layoutWallet .globalBtnDisabled {
  background: #d5d6da !important;
  color: #fff !important;
}
.layoutCounter[data-v-3f317fe2] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  font-family: Pingfang SC, -apple-system, BlinkMacSystemFont, Hssselvetica Neue, Helvetica, Segoe UI, Arial, Roboto, Hiragino Sans GB, Microsoft Yahei, sans-serif;
  color: #2a2a2a;
}
.walletFooter[data-v-4e80c9e5] {
  height: 0.78rem;
  background: #f2f2f2;
  z-index: 3;
}
.walletFooter.hideRound > ul[data-v-4e80c9e5] {
  border-radius: 0;
}
.walletFooter > ul[data-v-4e80c9e5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 0.18rem 0.18rem 0 0;
  box-shadow: -0.05px 0.1rem 0px #0000000a;
  overflow: hidden;
}
.walletFooter > ul > li[data-v-4e80c9e5] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  position: relative;
  padding-top: 0.46rem;
  color: #9da0a7;
}
.walletFooter > ul > li.active[data-v-4e80c9e5] {
  font-weight: 500;
  color: #178aff;
}
.walletFooter > ul > li > img[data-v-4e80c9e5] {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0.16rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.walletFooter > ul > li > span[data-v-4e80c9e5] {
  font-size: 0.12rem;
  height: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.walletFooter > ul > li .tradeTotalInfo[data-v-4e80c9e5] {
  position: absolute;
  top: 0.1rem;
  right: 0.46rem;
  background: #fb2826;
  color: #fff;
  border-radius: 100%;
  min-width: 0.2rem;
  height: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 0.12rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.paymentSelectPopup[data-v-297e9ae5] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0.005rem;
  overflow: hidden;
  display: none;
}
.paymentSelectPopup.show[data-v-297e9ae5] {
  display: block;
}
.paymentSelectPopup .mask[data-v-297e9ae5] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.paymentSelectPopup .mask.open[data-v-297e9ae5] {
  background: rgba(0, 0, 0, 0.65);
}
.paymentSelectPopup .content[data-v-297e9ae5] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: bottom 0.18s ease-out;
  transition: bottom 0.18s ease-out;
}
.paymentSelectPopup .content > div[data-v-297e9ae5] {
  background: #fff;
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  will-change: transform;
  border-radius: 0.16rem 0.16rem 0 0;
  padding: 0.16rem 0.16rem 0.32rem;
}
.paymentSelectPopup .content > div.padding[data-v-297e9ae5] {
  padding: 0;
}
.paymentSelectPopup .content > div.open[data-v-297e9ae5] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/* 仅 Android UC/夸克：用 text 类型 + 掩码替代 type=password，避免小米安全键盘 */
.pwdMask[data-v-310bb1d5] {
  -webkit-text-security: disc;
}
.iosSafariPwd[data-v-310bb1d5] {
  background: transparent;
  color: transparent;
  caret-color: transparent;
  /* 或改为 white 让光标可见 */
}
.walletAuthPopup {
  width: 100%;
  overflow: hidden;
  background: -webkit-linear-gradient(bottom, rgba(23, 138, 255, 0) 61.84%, rgba(23, 138, 255, 0.2) 107.17%), #fff;
  background: linear-gradient(0deg, rgba(23, 138, 255, 0) 61.84%, rgba(23, 138, 255, 0.2) 107.17%), #fff;
  position: relative;
  border-radius: 0.16rem 0.16rem 0 0;
  padding: 0.28rem 0.28rem 0.16rem;
}
.walletAuthPopup .closeIcon {
  position: absolute;
  top: 0.16rem;
  right: 0.16rem;
  width: 0.24rem;
  height: 0.24rem;
  z-index: 2;
  cursor: pointer;
}
.walletAuthPopup .header {
  margin-bottom: 0.2rem;
}
.walletAuthPopup .header .headerTitle {
  position: relative;
}
.walletAuthPopup .header .headerTitle h2 {
  font-size: 0.24rem;
  font-weight: 500;
  margin: 0 0 0.08rem 0;
  line-height: 0.29rem;
  color: transparent;
}
.walletAuthPopup .header .headerTitle .headerTitleText {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.29rem;
  white-space: nowrap;
}
.walletAuthPopup .header p {
  font-size: 0.14rem;
  color: #000;
  margin: 0;
  line-height: 0.17rem;
}
.walletAuthPopup .header p > span {
  color: #178aff;
  cursor: pointer;
}
.walletAuthPopup > form > ul > li {
  margin-bottom: 0.19rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 0.5rem;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-radius: 0.1rem;
  border: 1px solid #c9c9c9;
  padding: 0 0.2rem 0 0.18rem;
}
.walletAuthPopup > form > ul > li:last-of-type {
  margin-bottom: 0.22rem;
}
.walletAuthPopup > form > ul > li > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 0.22rem;
  margin-right: 0.18rem;
  padding: 0 0.18rem 0 0;
  border-right: 0.0055rem solid #dbdbdb;
}
.walletAuthPopup > form > ul > li > span > img {
  display: block;
  width: 0.22rem;
  height: 100%;
  object-fit: contain;
}
.walletAuthPopup > form > ul > li:focus-within {
  border-color: #178aff;
}
.walletAuthPopup > form > ul > li > p {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
}
.walletAuthPopup > form > ul > li > p input {
  position: absolute;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.16rem;
  color: #000;
  padding: 0 0.12rem 0 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.walletAuthPopup > form > ul > li > p input:first-child {
  z-index: 1;
}
.walletAuthPopup > form > ul > li > p input::-webkit-input-placeholder {
  color: #979797;
}
.walletAuthPopup > form > ul > li > p input::placeholder {
  color: #979797;
}
.walletAuthPopup > form > ul > li > input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.16rem;
  color: #000;
  padding: 0 0.12rem 0 0;
}
.walletAuthPopup > form > ul > li > input::-webkit-input-placeholder {
  color: #979797;
}
.walletAuthPopup > form > ul > li > input::placeholder {
  color: #979797;
}
.walletAuthPopup > form > ul > li > img {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  cursor: pointer;
}
.walletAuthPopup > form > .rememberRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  line-height: 0.22rem;
  margin: 0 0 0.22rem;
  color: #3f3f3f;
}
.walletAuthPopup > form > .rememberRow > div {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.14rem;
}
.walletAuthPopup > form > .rememberRow > div > img {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.06rem;
}
.walletAuthPopup > form > .rememberRow > span {
  font-size: 0.14rem;
  cursor: pointer;
}
.walletAuthPopup > form > button {
  width: 100%;
  height: 0.48rem;
  background: #d5d6da;
  color: #fff;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  line-height: 0.48rem;
  position: relative;
}
.walletAuthPopup > form > button:not(.disabled) {
  background: #178aff;
  cursor: pointer;
}
.walletAuthPopup > form > button:not(.disabled):hover {
  background: #0d7ae5;
}
.walletAuthPopup > form > button:not(.disabled):active {
  background: #0b6bc2;
}
.walletAuthPopup > form > button.loading {
  opacity: 0.6;
  cursor: not-allowed;
}
.walletAuthPopup > form > button > span {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}
@-webkit-keyframes spin {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.safeTipPopup[data-v-fc5f2f8d] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2999;
  background: rgba(0, 0, 0, 0.65);
}
.safeTipPopup > .container[data-v-fc5f2f8d] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.9rem;
  border-radius: 0.12rem;
  overflow: hidden;
  background: #fff;
  padding-top: 0.16rem;
}
.safeTipPopup > .container .header[data-v-fc5f2f8d] {
  height: 0.38rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 0.2rem;
  color: #15161f;
  font-weight: 500;
  padding-bottom: 0.08rem;
  border-bottom: 0.01rem solid #f2f2f2;
}
.safeTipPopup > .container .content[data-v-fc5f2f8d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.safeTipPopup > .container .content .auth-icon[data-v-fc5f2f8d] {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.08rem 0;
}
.safeTipPopup > .container .content .warning-text[data-v-fc5f2f8d] {
  text-align: center;
  color: #fb2826;
  font-size: 0.16rem;
  line-height: 1.5;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #f2f2f2;
  width: 2.36rem;
}
.safeTipPopup > .container .content .agreement[data-v-fc5f2f8d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  width: 2.36rem;
  padding: 0.16rem 0;
}
.safeTipPopup > .container .content .agreement .check-icon[data-v-fc5f2f8d] {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.08rem;
}
.safeTipPopup > .container .content .agreement span[data-v-fc5f2f8d] {
  font-size: 0.14rem;
  color: #979797;
}
.safeTipPopup > .container .footer[data-v-fc5f2f8d] {
  height: 0.56rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-top: 0.01rem solid #f2f2f2;
}
.safeTipPopup > .container .footer .btn[data-v-fc5f2f8d] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 0.17rem;
  cursor: pointer;
}
.safeTipPopup > .container .footer .btn.cancel[data-v-fc5f2f8d] {
  color: #000;
  border-right: 0.01rem solid #f2f2f2;
}
.safeTipPopup > .container .footer .btn.confirm[data-v-fc5f2f8d] {
  color: #178aff;
  font-weight: 500;
}
.safeTipPopup > .container .footer .btn.confirm.disabled[data-v-fc5f2f8d] {
  opacity: 0.5;
  cursor: not-allowed;
}
.walletFormList > h2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 0.22rem;
  height: 0.39rem;
  margin-top: 0.08rem;
  font-size: 0.18rem;
  color: #000;
}
.walletFormList > dl {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 0.22rem;
  height: 0.55rem;
  margin-top: 0.08rem;
}
.walletFormList > dl > dt {
  font-size: 0.16rem;
  color: #2a2a2a;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  white-space: nowrap;
}
.walletFormList > dl > dt > img {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.04rem;
}
.walletFormList > dl > dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  font-size: 0.16rem;
}
.walletFormList > dl > dd > div {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  text-align: right;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.walletFormList > dl > dd > div > input {
  font-size: 0.16rem;
  color: #333;
  background: transparent;
  text-align: right;
  padding-right: 0.12rem;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
}
.walletFormList > dl > dd > div > input::-webkit-input-placeholder {
  color: #8b8b8b;
}
.walletFormList > dl > dd > div > input::placeholder {
  color: #8b8b8b;
}
.walletFormList > dl > dd > div > input.pwd {
  letter-spacing: 0.04rem;
}
.walletFormList > dl > dd > div > p {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  margin: 0;
}
.walletFormList > dl > dd > div > p > input {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 0.16rem;
  color: #333;
  background: transparent;
  text-align: right;
  padding-right: 0.12rem;
}
.walletFormList > dl > dd > div > p > input:first-child {
  z-index: 1;
}
.walletFormList > dl > dd > div > p > input::-webkit-input-placeholder {
  color: #8b8b8b;
}
.walletFormList > dl > dd > div > p > input::placeholder {
  color: #8b8b8b;
}
.walletFormList > dl > dd > div > p > input.pwd {
  letter-spacing: 0.04rem;
}
.walletFormList > dl > dd > div > img {
  width: 0.22rem;
  height: auto;
}
.walletFormList > dl > dd > button {
  background: #f4f4f4;
  border-radius: 0.15rem;
  color: #005ce0;
  font-size: 0.14rem;
  white-space: nowrap;
  height: 0.24rem;
  padding: 0 0.11rem;
  min-width: 0.92rem;
}
.walletFormList > dl > dd > button.disabled {
  color: #8b8b8b;
}
.walletFormList > dl > dd > button > span:nth-child(2) {
  margin-left: 0.04rem;
}
.countryPopup[data-v-79ee13f5] {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow: hidden;
  display: none;
}
.countryPopup.show[data-v-79ee13f5] {
  display: block;
}
.countryPopup .mask[data-v-79ee13f5] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.countryPopup .mask.open[data-v-79ee13f5] {
  background: rgba(0, 0, 0, 0.65);
}
.countryPopup .content[data-v-79ee13f5] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  overflow: hidden;
}
.countryPopup .content > div[data-v-79ee13f5] {
  position: relative;
  height: 100%;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  will-change: transform;
  background: #fff;
  border-radius: 0.16rem 0.16rem 0 0;
}
.countryPopup .content > div.open[data-v-79ee13f5] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.countryPopup .content > div h2[data-v-79ee13f5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.18rem;
  font-weight: 400;
  color: #2a2a2a;
  position: relative;
  height: 0.51rem;
}
.countryPopup .content > div h2 > span[data-v-79ee13f5] {
  display: block;
  position: absolute;
  right: 0.16rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.24rem;
  height: 0.24rem;
}
.countryPopup .content > div h2 > span img[data-v-79ee13f5] {
  display: block;
  width: 100%;
  height: 100%;
}
.countryPopup .content > div > ul[data-v-79ee13f5] {
  position: absolute;
  left: 0.16rem;
  right: 0.16rem;
  bottom: 0;
  overflow-y: auto;
  top: 0.59rem;
}
.countryPopup .content > div > ul h3[data-v-79ee13f5] {
  margin-top: 0.08rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #000;
  height: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.countryPopup .content > div > ul .item[data-v-79ee13f5] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 0.4rem;
  border-bottom: 0.01rem solid #dedede;
}
.countryPopup .content > div > ul .item[data-v-79ee13f5] :nth-child(1) {
  font-size: 0.16rem;
  font-weight: 400;
  color: #2a2a2a;
}
.countryPopup .content > div > ul .item[data-v-79ee13f5] :nth-child(2) {
  font-size: 0.14rem;
  font-weight: 400;
  color: #8b8b8b;
}
.bgTransparent[data-v-56297c9e] {
  background-color: transparent !important;
}
.btnCaptcha[data-v-e989661e] {
  width: 3.82rem;
  height: 0.48rem;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  font-weight: 400;
  background: #178aff;
  color: #fff;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 0.26rem;
  cursor: pointer;
}
.btnCaptcha.disable[data-v-e989661e] {
  background: #d5d6da;
  color: #fff;
}
.btnCaptcha.loading[data-v-e989661e] {
  opacity: 0.6;
}
.btnCaptcha > span[data-v-e989661e] {
  width: 0.2rem;
  height: 0.2rem;
  border: 0.02rem solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spin-e989661e 0.8s linear infinite;
          animation: spin-e989661e 0.8s linear infinite;
}
@-webkit-keyframes spin-e989661e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-e989661e {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.walletAuthPopup {
  width: 100%;
  overflow: hidden;
  background: -webkit-linear-gradient(bottom, rgba(23, 138, 255, 0) 61.84%, rgba(23, 138, 255, 0.2) 107.17%), #fff;
  background: linear-gradient(0deg, rgba(23, 138, 255, 0) 61.84%, rgba(23, 138, 255, 0.2) 107.17%), #fff;
  position: relative;
  border-radius: 0.16rem 0.16rem 0 0;
  padding: 0.28rem 0.28rem 0.16rem;
}
.walletAuthPopup .walletFormList {
  margin-bottom: 0.2rem;
}
.walletAuthPopup .accountRow dd {
  font-size: 0.16rem;
  color: #000;
  line-height: 0.22rem;
  padding: 0.12rem 0 0.06rem;
  word-break: break-all;
}
.walletAuthPopup .closeIcon {
  position: absolute;
  top: 0.26rem;
  right: 0.26rem;
  width: 0.24rem;
  height: 0.24rem;
}
.walletAuthPopup .header {
  margin-bottom: 0.08rem;
}
.walletAuthPopup .header h2 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #000;
  margin: 0 0 0.08rem 0;
  line-height: 0.29rem;
}
.walletAuthPopup .forgotActionBtn {
  width: 100%;
}
.forgetPasswordList {
  padding-top: 0.02rem;
}
.forgetPasswordList .tip {
  font-size: 0.14rem;
  line-height: 1.2;
  color: #fb2826;
  margin-bottom: 0.2rem;
}
.forgetPasswordList .tip > span {
  color: #178aff;
  cursor: pointer;
}
.forgetPasswordList .forgotPhoneForm > dl {
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 0.5rem;
  border: 1px solid #c9c9c9;
  border-radius: 0.08rem;
  padding: 0.1rem 0.2rem 0.1rem 0.18rem;
  box-sizing: border-box;
}
.forgetPasswordList .forgotPhoneForm > dl:not(:last-child) {
  margin-bottom: 0.19rem;
}
.forgetPasswordList .forgotPhoneForm > dl:first-child > dt {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.16rem;
  color: #000;
  white-space: nowrap;
  padding-right: 0.08rem;
  margin-right: 0.16rem;
  border-right: 1px solid #dbdbdb;
  cursor: pointer;
}
.forgetPasswordList .forgotPhoneForm > dl:first-child > dt > img {
  width: 0.08rem;
  height: 0.09;
  margin-left: 0.08rem;
}
.forgetPasswordList .forgotPhoneForm > dl > dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  min-width: 0;
}
.forgetPasswordList .forgotPhoneForm > dl > dd > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  min-width: 0;
}
.forgetPasswordList .forgotPhoneForm > dl > dd > div > p {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  margin: 0;
}
.forgetPasswordList .forgotPhoneForm > dl > dd > div > p input {
  position: absolute;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.16rem;
  padding: 0 0.12rem 0 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.forgetPasswordList .forgotPhoneForm > dl > dd > div > p input:first-child {
  z-index: 1;
}
.forgetPasswordList .forgotPhoneForm > dl > dd > div > p input::-webkit-input-placeholder {
  color: #c0c4cc;
}
.forgetPasswordList .forgotPhoneForm > dl > dd > div > p input::placeholder {
  color: #c0c4cc;
}
.forgetPasswordList .forgotPhoneForm > dl > dd > div > input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.16rem;
  color: #000;
  text-align: left;
}
.forgetPasswordList .forgotPhoneForm > dl > dd > div > input::-webkit-input-placeholder {
  color: #c0c4cc;
}
.forgetPasswordList .forgotPhoneForm > dl > dd > div > input::placeholder {
  color: #c0c4cc;
}
.forgetPasswordList .forgotPhoneForm > dl > dd > button {
  height: 100%;
  border: none;
  background: transparent;
  color: #178aff;
  font-size: 0.16rem;
  white-space: nowrap;
  cursor: pointer;
}
.forgetPasswordList .forgotPhoneForm > dl > dd > button.disabled {
  color: #979797;
  cursor: not-allowed;
}
.forgetPasswordList .fogotResetForm .subTitle {
  font-size: 0.14rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0.2rem;
}
.forgetPasswordList .fogotResetForm > ul > li {
  margin-bottom: 0.14rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 0.5rem;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-radius: 0.1rem;
  border: 1px solid #c9c9c9;
  padding: 0 0.2rem 0 0.18rem;
  background: #fff;
}
.forgetPasswordList .fogotResetForm > ul > li:last-of-type {
  margin-bottom: 0;
}
.forgetPasswordList .fogotResetForm > ul > li > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 0.22rem;
  margin-right: 0.18rem;
  padding: 0 0.18rem 0 0;
  border-right: 0.0055rem solid #dbdbdb;
}
.forgetPasswordList .fogotResetForm > ul > li > span > img {
  display: block;
  width: 0.22rem;
  height: 100%;
  object-fit: contain;
}
.forgetPasswordList .fogotResetForm > ul > li:focus-within {
  border-color: #178aff;
}
.forgetPasswordList .fogotResetForm > ul > li > p {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  margin: 0;
}
.forgetPasswordList .fogotResetForm > ul > li > p input {
  position: absolute;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.16rem;
  padding: 0 0.12rem 0 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.forgetPasswordList .fogotResetForm > ul > li > p input:first-child {
  z-index: 1;
}
.forgetPasswordList .fogotResetForm > ul > li > p input::-webkit-input-placeholder {
  color: #c0c4cc;
}
.forgetPasswordList .fogotResetForm > ul > li > p input::placeholder {
  color: #c0c4cc;
}
.forgetPasswordList .fogotResetForm > ul > li > input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.16rem;
  color: #000;
  padding: 0 0.12rem 0 0;
}
.forgetPasswordList .fogotResetForm > ul > li > input::-webkit-input-placeholder {
  color: #c0c4cc;
}
.forgetPasswordList .fogotResetForm > ul > li > input::placeholder {
  color: #c0c4cc;
}
.forgetPasswordList .fogotResetForm .eyeIcon {
  width: 0.22rem;
}
.walletAuthPopup .contactService {
  margin-top: 0.16rem;
  height: 0.44rem;
}
.walletAuthPopup .contactService > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: #3f3f3f;
  font-size: 0.16rem;
  height: 100%;
}
.walletAuthPopup .contactService > div img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.06rem;
}
.layoutWallet[data-v-4d28a6c4] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  font-family: Pingfang SC, -apple-system, BlinkMacSystemFont, Hssselvetica Neue, Helvetica, Segoe UI, Arial, Roboto, Hiragino Sans GB, Microsoft Yahei, sans-serif;
  color: #2a2a2a;
}
.page[data-v-4d28a6c4] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  min-height: 0;
}
.layoutWalletEmbedded[data-v-c5585f8d] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  font-family: Pingfang SC, -apple-system, BlinkMacSystemFont, Hssselvetica Neue, Helvetica, Segoe UI, Arial, Roboto, Hiragino Sans GB, Microsoft Yahei, sans-serif;
  color: #2a2a2a;
}
