.content[data-v-a77da5b2] .van-empty__image {
  width: 90px;
  height: 90px;
}
.myIntegral .content[data-v-a77da5b2] {
  height: 100vh;
  background-color: #f6f6f6;
  padding: 10px 25px;
}
.myIntegral .content .all_integral[data-v-a77da5b2] {
  height: 110px;
  background-color: #ed4032;
  color: #fff;
  border-radius: 8px;
  text-align: center;
}
.myIntegral .content .all_integral div[data-v-a77da5b2]:nth-child(1) {
  line-height: 70px;
}
.myIntegral .content .integral_detail[data-v-a77da5b2] {
  margin-top: 20px;
  font-weight: bold;
}
.myIntegral .content .custom-image[data-v-a77da5b2] {
  margin-top: 60px;
}

.recharge-page[data-v-2eb2d6cd] {
  min-height: 100vh;
  min-height: 100dvh;
  background: #fff7ed;
  color: #4b2a23;
}
.recharge-shell[data-v-2eb2d6cd] {
  position: relative;
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  /* 不能使用 overflow: hidden；它会裁掉 sticky 的确认按钮。 */
  overflow: visible;
  background-color: #fff8ef;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-header[data-v-2eb2d6cd] {
  position: relative;
  z-index: 5;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.back-btn[data-v-2eb2d6cd],
.record-btn[data-v-2eb2d6cd] {
  position: absolute;
  top: 0;
  height: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
}
.back-btn[data-v-2eb2d6cd] {
  left: 16px;
  width: 36px;
  font-size: 24px;
  text-align: left;
}
.record-btn[data-v-2eb2d6cd] {
  right: 15px;
  font-size: 13px;
  font-weight: 800;
}
.page-title[data-v-2eb2d6cd] {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1px;
}
.page-content[data-v-2eb2d6cd] {
  position: relative;
  z-index: 3;
  /* 保留底部空间，避免应用固定 TabBar / iPhone 安全区挡住确认充值。 */
  padding: 37px 12px 126px;
  padding-bottom: calc(126px + env(safe-area-inset-bottom));
  scroll-padding-bottom: 126px;
}
.balance-card[data-v-2eb2d6cd] {
  position: relative;
  min-height: 104px;
  padding: 20px 128px 18px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.balance-label[data-v-2eb2d6cd] {
  color: #6f4a40;
  font-size: 12px;
  font-weight: 800;
}
.balance-value[data-v-2eb2d6cd] {
  margin-top: 8px;
  color: #c20e14;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}
.balance-value span[data-v-2eb2d6cd] {
  margin-right: 5px;
  font-size: 18px;
}
.method-card[data-v-2eb2d6cd] {
  margin-top: 12px;
  padding: 11px 11px 9px;
  border: 1px solid #efcba7;
  border-radius: 12px;
  background: rgba(255, 252, 247, 0.96);
  -webkit-box-shadow: 0 7px 16px rgba(151, 69, 29, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.96);
          box-shadow: 0 7px 16px rgba(151, 69, 29, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.96);
}
.section-title[data-v-2eb2d6cd] {
  color: #5b3129;
  font-size: 14px;
  font-weight: 900;
}
.recharge-mode-switch[data-v-2eb2d6cd] {
  margin-top: 10px;
  padding: 3px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  border-radius: 8px;
  background: #f7e7d7;
}
.mode-btn[data-v-2eb2d6cd] {
  height: 34px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #79594d;
  font-size: 13px;
  font-weight: 800;
}
.mode-btn.active[data-v-2eb2d6cd] {
  background: #fffaf4;
  -webkit-box-shadow: 0 2px 6px rgba(151, 69, 29, 0.13);
          box-shadow: 0 2px 6px rgba(151, 69, 29, 0.13);
  color: #bc0d12;
}
.mode-btn[data-v-2eb2d6cd]:disabled {
  opacity: 0.7;
}
.method-title[data-v-2eb2d6cd] {
  margin-top: 13px;
}
.channel-list[data-v-2eb2d6cd] {
  width: 100%;
}
.channel-tip[data-v-2eb2d6cd] {
  min-height: 52px;
  margin-top: 7px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f0ddcb;
  border-radius: 7px;
  background: #fffaf4;
  color: #80645a;
  font-size: 13px;
}
.channel-tip-empty[data-v-2eb2d6cd] {
  color: #b24a3e;
}
.method-row[data-v-2eb2d6cd] {
  width: 100%;
  min-height: 52px;
  margin-top: 7px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f0ddcb;
  border-radius: 7px;
  background: #fffaf4;
}
.method-row.active[data-v-2eb2d6cd] {
  border-color: #efba86;
  background: #fff4e7;
}
.method-row[data-v-2eb2d6cd]:disabled {
  opacity: 0.7;
}
.method-icon[data-v-2eb2d6cd] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.method-icon img[data-v-2eb2d6cd] {
  width: 31px;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
}
.method-name[data-v-2eb2d6cd] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #4f312a;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}
.radio[data-v-2eb2d6cd] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d9bfa8;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.radio.checked[data-v-2eb2d6cd] {
  border-color: #bf0d13;
  background: #bf0d13;
}
.amount-section[data-v-2eb2d6cd] {
  padding: 19px 1px 0;
}
.amount-title[data-v-2eb2d6cd] {
  margin-bottom: 11px;
}
.amount-grid[data-v-2eb2d6cd] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px 12px;
}
.amount-btn[data-v-2eb2d6cd] {
  height: 43px;
  border: 1px solid #ebcba9;
  border-radius: 7px;
  background: #fffaf3;
  color: #5a3831;
  font-size: 14px;
  font-weight: 800;
}
.amount-btn.active[data-v-2eb2d6cd] {
  border-color: #be0b11;
  background: -webkit-gradient(linear, left top, left bottom, from(#d91a1f), to(#b60005));
  background: linear-gradient(180deg, #d91a1f 0%, #b60005 100%);
  -webkit-box-shadow: 0 4px 9px rgba(182, 0, 5, 0.16);
          box-shadow: 0 4px 9px rgba(182, 0, 5, 0.16);
  color: #fff;
}
.amount-btn[data-v-2eb2d6cd]:disabled {
  opacity: 0.7;
}
.custom-box[data-v-2eb2d6cd] {
  height: 46px;
  margin-top: 12px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ebcba9;
  border-radius: 7px;
  background: #fffaf3;
}
.custom-box.active[data-v-2eb2d6cd] {
  border-color: #d89b67;
  background: #fff6ea;
}
.custom-pen[data-v-2eb2d6cd] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px;
  color: #7d665c;
  font-size: 21px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.custom-label[data-v-2eb2d6cd] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 12px;
  color: #674940;
  font-size: 12px;
  font-weight: 800;
}
.custom-input[data-v-2eb2d6cd] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 34px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #b60b10;
  font-size: 13px;
  font-weight: 800;
}
.custom-input[data-v-2eb2d6cd]::-webkit-input-placeholder {
  color: #ccb9ac;
  font-weight: 400;
}
.custom-input[data-v-2eb2d6cd]::-moz-placeholder {
  color: #ccb9ac;
  font-weight: 400;
}
.custom-input[data-v-2eb2d6cd]:-ms-input-placeholder {
  color: #ccb9ac;
  font-weight: 400;
}
.custom-input[data-v-2eb2d6cd]::-ms-input-placeholder {
  color: #ccb9ac;
  font-weight: 400;
}
.custom-input[data-v-2eb2d6cd]::placeholder {
  color: #ccb9ac;
  font-weight: 400;
}
.submit-btn[data-v-2eb2d6cd] {
  position: sticky;
  bottom: 64px;
  bottom: calc(64px + env(safe-area-inset-bottom));
  z-index: 4;
  width: calc(100% - 28px);
  height: 46px;
  margin: 37px auto 0;
  display: block;
  border: 0;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e11318), to(#ad0004));
  background: linear-gradient(180deg, #e11318 0%, #ad0004 100%);
  -webkit-box-shadow: 0 7px 15px rgba(175, 0, 4, 0.18);
          box-shadow: 0 7px 15px rgba(175, 0, 4, 0.18);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
}
.submit-btn[data-v-2eb2d6cd]:disabled {
  opacity: 0.65;
}
.loading-mask[data-v-2eb2d6cd] {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(54, 25, 17, 0.42);
}
.loading-box[data-v-2eb2d6cd] {
  width: 112px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border: 1px solid #efc89f;
  border-radius: 12px;
  background: #fff9f1;
  color: #a70d12;
  font-size: 12px;
  font-weight: 900;
}
.spinner[data-v-2eb2d6cd] {
  width: 26px;
  height: 26px;
  border: 3px solid #efd1bb;
  border-top-color: #c30d13;
  border-radius: 50%;
  -webkit-animation: spin-2eb2d6cd 0.8s linear infinite;
          animation: spin-2eb2d6cd 0.8s linear infinite;
}
@-webkit-keyframes spin-2eb2d6cd {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-2eb2d6cd {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@media (max-width: 480px) {
.page-header[data-v-2eb2d6cd] {
    height: 50px;
}
.back-btn[data-v-2eb2d6cd],
  .record-btn[data-v-2eb2d6cd] {
    height: 50px;
}
.page-content[data-v-2eb2d6cd] {
    padding: 34px 10px 122px;
    padding-bottom: calc(122px + env(safe-area-inset-bottom));
    scroll-padding-bottom: 122px;
}
.balance-card[data-v-2eb2d6cd] {
    min-height: 98px;
    padding: 18px 122px 17px 14px;
}
.balance-value[data-v-2eb2d6cd] {
    font-size: 25px;
}
.method-card[data-v-2eb2d6cd] {
    padding: 10px 9px 8px;
}
.method-row[data-v-2eb2d6cd],
  .channel-tip[data-v-2eb2d6cd] {
    min-height: 48px;
}
.amount-grid[data-v-2eb2d6cd] {
    gap: 9px 10px;
}
.amount-btn[data-v-2eb2d6cd] {
    height: 40px;
    font-size: 13px;
}
}


.ChangePassword .phone input[data-v-26bf6091] {
  width: 2rem;
  text-align: center;
}
.codeVal[data-v-26bf6091] {
  width: 1.5rem;
  height: 0.5rem;
}
.codeVal img[data-v-26bf6091] {
  width: 100%;
  height: 100%;
}

.password-page[data-v-050003de] {
  width: 7.5rem;
  max-width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff8ef;
  color: #3a241b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.password-page[data-v-050003de],
.password-page *[data-v-050003de] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.password-page[data-v-050003de] .van-nav-bar {
  height: 46px;
  line-height: 46px;
  background: #fffaf3 !important;
  border-bottom: 1px solid #efe2d3 !important;
}
.password-page[data-v-050003de] .van-hairline--bottom::after {
  display: none !important;
}
.password-page[data-v-050003de] .van-nav-bar__title {
  color: #3b241d !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}
.password-page[data-v-050003de] .van-nav-bar .van-icon {
  color: #2f211d !important;
  font-size: 21px !important;
}
.page-top[data-v-050003de] {
  height: 0.22rem;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaf3), to(#fff3df));
  background: linear-gradient(180deg, #fffaf3 0%, #fff3df 100%);
}
.page-top[data-v-050003de]::before,
.page-top[data-v-050003de]::after {
  display: none;
}
.form-card[data-v-050003de] {
  margin: -0.05rem 0.28rem 0;
  padding: 0.3rem 0.24rem 0.34rem;
  position: relative;
  z-index: 4;
  border-radius: 0.2rem;
  background: #fffdf9;
  border: 1px solid #eee0cf;
  -webkit-box-shadow: 0 0.08rem 0.22rem rgba(120, 67, 29, 0.09);
          box-shadow: 0 0.08rem 0.22rem rgba(120, 67, 29, 0.09);
}
.field-title[data-v-050003de] {
  margin: 0.19rem 0 0.08rem 0.04rem;
  color: #3d2922;
  font-size: 14px;
  font-weight: 700;
}
.field-title[data-v-050003de]:first-child {
  margin-top: 0;
}
.field-box[data-v-050003de] {
  width: 100%;
  height: 0.82rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.12rem;
  border: 1px solid #ead8c2;
  background: #fffaf3;
  overflow: hidden;
}
.field-box input[data-v-050003de] {
  width: 100%;
  height: 100%;
  padding: 0 0.18rem;
  border: 0;
  outline: 0;
  background: transparent !important;
  color: #3a241b !important;
  font-size: 14px;
  line-height: 0.82rem;
}
.field-box input[data-v-050003de]::-webkit-input-placeholder {
  color: #b7aaa1;
}
.field-box input[data-v-050003de]::-moz-placeholder {
  color: #b7aaa1;
}
.field-box input[data-v-050003de]:-ms-input-placeholder {
  color: #b7aaa1;
}
.field-box input[data-v-050003de]::-ms-input-placeholder {
  color: #b7aaa1;
}
.field-box input[data-v-050003de]::placeholder {
  color: #b7aaa1;
}
.submit-btn[data-v-050003de] {
  width: 100% !important;
  height: 0.82rem !important;
  margin-top: 0.32rem !important;
  border: 1px solid #e4a746 !important;
  border-radius: 0.43rem !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef2a20), to(#c90009)) !important;
  background: linear-gradient(180deg, #ef2a20 0%, #c90009 100%) !important;
  -webkit-box-shadow: 0 0.08rem 0.16rem rgba(165, 0, 0, 0.18) !important;
          box-shadow: 0 0.08rem 0.16rem rgba(165, 0, 0, 0.18) !important;
  color: #fff4dd !important;
  font-family: "STKaiti", "KaiTi", "SimKai", serif !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08rem !important;
}
.submit-btn[data-v-050003de] .van-button__text {
  color: #fff4dd !important;
}
.loading-mask[data-v-050003de] {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(58, 36, 27, 0.35);
}
.loading-box[data-v-050003de] {
  width: 1.75rem;
  height: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.14rem;
  background: rgba(102, 20, 13, 0.92);
  color: #fff;
  font-size: 13px;
  -webkit-box-shadow: 0 0.12rem 0.28rem rgba(0, 0, 0, 0.18);
          box-shadow: 0 0.12rem 0.28rem rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 360px) {
.form-card[data-v-050003de] {
    margin-left: 0.22rem;
    margin-right: 0.22rem;
}
}

.vip-page[data-v-68394c2b] {
  min-height: 100vh;
  background: #fff7ef;
  color: #4c1b13;
  position: relative;
}
.top-bg[data-v-68394c2b] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: url(../../h5/img/a.b80494a5.png) center top / cover no-repeat;
}
.page-shell[data-v-68394c2b] {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: auto;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-header[data-v-68394c2b] {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.back-btn[data-v-68394c2b] {
  width: 38px;
  height: 38px;
  border: 0;
  background: rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  color: #35100b;
  font-size: 20px;
}
.page-title[data-v-68394c2b] {
  font-size: 18px;
  font-weight: 900;
  color: #32100a;
}
.header-space[data-v-68394c2b] {
  width: 38px;
}
.vip-hero[data-v-68394c2b] {
  position: relative;
  height: 188px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 19px;
  background: #fff3dc url(../../h5/img/vip-banner.deedf6c4.png) center / 100% 100% no-repeat;
  -webkit-box-shadow: 0 10px 26px rgba(124, 43, 20, 0.2);
          box-shadow: 0 10px 26px rgba(124, 43, 20, 0.2);
}
.hero-content[data-v-68394c2b] {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px 23px;
}
.hero-copy[data-v-68394c2b] {
  width: 64%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #6a2c12;
  text-align: center;
}
.hero-copy > span[data-v-68394c2b] {
  font-size: 12px;
}
.hero-copy strong[data-v-68394c2b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  color: #6a2c12;
  font-family: "Arial Black", "Microsoft YaHei", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}
.hero-copy strong em[data-v-68394c2b],
.hero-copy strong b[data-v-68394c2b] {
  font: inherit;
  font-style: normal;
  line-height: 1;
}
.hero-copy p[data-v-68394c2b] {
  margin: 9px 0 0;
  font-size: 11px;
  font-weight: 700;
}
.summary-card[data-v-68394c2b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding: 16px 5px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(100, 39, 22, 0.08);
          box-shadow: 0 4px 15px rgba(100, 39, 22, 0.08);
}
.summary-card div[data-v-68394c2b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  min-width: 0;
}
.summary-card span[data-v-68394c2b],
.condition > span[data-v-68394c2b],
.benefit > span[data-v-68394c2b] {
  display: block;
  color: #a27d71;
  font-size: 10px;
}
.summary-card strong[data-v-68394c2b] {
  display: block;
  margin-top: 6px;
  color: #a5281d;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.summary-card > i[data-v-68394c2b] {
  width: 1px;
  background: #f1dfd8;
}
.next-card[data-v-68394c2b] {
  margin-top: 12px;
  padding: 17px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(100, 39, 22, 0.08);
          box-shadow: 0 4px 15px rgba(100, 39, 22, 0.08);
}
.section-head[data-v-68394c2b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-head strong[data-v-68394c2b],
.max-level strong[data-v-68394c2b] {
  display: block;
  font-size: 16px;
}
.section-head span[data-v-68394c2b],
.max-level span[data-v-68394c2b] {
  display: block;
  margin-top: 4px;
  color: #a17c72;
  font-size: 10px;
}
.section-head em[data-v-68394c2b] {
  padding: 5px 8px;
  border-radius: 10px;
  background: #fff0e8;
  color: #b1281d;
  font-style: normal;
  font-size: 10px;
}
.progress-item[data-v-68394c2b] {
  margin-top: 14px;
}
.progress-item > div[data-v-68394c2b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #775149;
  font-size: 11px;
}
.progress-item b[data-v-68394c2b] {
  color: #4c1b13;
}
.progress-item > p[data-v-68394c2b] {
  height: 7px;
  margin: 7px 0 0;
  overflow: hidden;
  border-radius: 9px;
  background: #f5e6df;
}
.progress-item > p i[data-v-68394c2b] {
  display: block;
  height: 100%;
  border-radius: 9px;
  background: -webkit-gradient(linear, left top, right top, from(#b52b21), to(#e96b3d));
  background: linear-gradient(90deg, #b52b21, #e96b3d);
}
.or[data-v-68394c2b] {
  text-align: center;
  margin: 5px 0 -7px;
  color: #c59483;
  font-size: 10px;
}
.max-level[data-v-68394c2b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.max-level img[data-v-68394c2b] {
  width: 50px;
  margin-right: 12px;
}
.rule-head[data-v-68394c2b] {
  margin-top: 18px;
}
.rule-head h3[data-v-68394c2b] {
  margin: 0;
  font-size: 17px;
}
.rule-head p[data-v-68394c2b] {
  margin: 5px 0 0;
  color: #a17b70;
  font-size: 10px;
  line-height: 1.5;
}
.level-list[data-v-68394c2b] {
  margin-top: 10px;
}
.level-card[data-v-68394c2b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
  border: 1px solid #efdfd7;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(99, 38, 21, 0.05);
          box-shadow: 0 3px 12px rgba(99, 38, 21, 0.05);
}
.level-card.current[data-v-68394c2b] {
  border: 2px solid #c03727;
  -webkit-box-shadow: 0 6px 18px rgba(183, 47, 35, 0.14);
          box-shadow: 0 6px 18px rgba(183, 47, 35, 0.14);
}
.level-card.next[data-v-68394c2b] {
  border-color: #e1aa61;
}
.level-card.locked[data-v-68394c2b] {
  opacity: 0.76;
}
.level-mark[data-v-68394c2b] {
  width: 112px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px 4px;
  background: linear-gradient(160deg, #fff0d6, #f9d799);
}
.current .level-mark[data-v-68394c2b] {
  background: linear-gradient(160deg, #fff0d6, #f9d799);
  color: #8b3b1f;
}
.level-crown[data-v-68394c2b] {
  width: 43px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.level-icon-wrap[data-v-68394c2b] {
  position: relative;
  width: 98px;
  height: 36px;
  margin-top: 3px;
}
.level-mark .level-icon[data-v-68394c2b] {
  display: block;
  width: 98px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.level-nine i[data-v-68394c2b] {
  position: absolute;
  top: 4px;
  right: 2px;
  width: 19px;
  height: 24px;
  background: #ffb91f;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
}
.level-mark > span[data-v-68394c2b] {
  margin-top: 3px;
  font-size: 9px;
}
.level-body[data-v-68394c2b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 13px;
  min-width: 0;
}
.condition p[data-v-68394c2b],
.benefit p[data-v-68394c2b] {
  margin: 4px 0 0;
  font-size: 11px;
  line-height: 1.65;
}
.condition b[data-v-68394c2b],
.benefit b[data-v-68394c2b] {
  color: #b2271c;
}
.condition em[data-v-68394c2b] {
  display: inline-block;
  margin: 0 5px;
  color: #c3907d;
  font-style: normal;
}
.benefit[data-v-68394c2b] {
  padding-top: 8px;
  margin-top: 7px;
  border-top: 1px dashed #efdcd5;
}
.benefit small[data-v-68394c2b] {
  display: block;
  margin-top: 3px;
  color: #9b766d;
  font-size: 9px;
}
.safe-bottom[data-v-68394c2b] {
  height: 38px;
}

.password-page[data-v-19d649e4] {
  width: 7.5rem;
  max-width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  background: #fff8ef;
  color: #3a241b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.password-page[data-v-19d649e4],
.password-page *[data-v-19d649e4] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.password-page[data-v-19d649e4] .van-nav-bar {
  height: 46px;
  line-height: 46px;
  background: #fffaf3 !important;
  border-bottom: 1px solid #efe2d3 !important;
}
.password-page[data-v-19d649e4] .van-hairline--bottom::after {
  display: none !important;
}
.password-page[data-v-19d649e4] .van-nav-bar__title {
  color: #3b241d !important;
  font-size: 17px !important;
  font-weight: 700 !important;
}
.password-page[data-v-19d649e4] .van-nav-bar .van-icon {
  color: #2f211d !important;
  font-size: 21px !important;
}
.page-top[data-v-19d649e4] {
  height: 0.22rem;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaf3), to(#fff3df));
  background: linear-gradient(180deg, #fffaf3 0%, #fff3df 100%);
}
.page-top[data-v-19d649e4]::before,
.page-top[data-v-19d649e4]::after {
  display: none;
}
.form-card[data-v-19d649e4] {
  margin: -0.05rem 0.28rem 0;
  padding: 0.3rem 0.24rem 0.34rem;
  position: relative;
  z-index: 4;
  border-radius: 0.2rem;
  background: #fffdf9;
  border: 1px solid #eee0cf;
  -webkit-box-shadow: 0 0.08rem 0.22rem rgba(120, 67, 29, 0.09);
          box-shadow: 0 0.08rem 0.22rem rgba(120, 67, 29, 0.09);
}
.field-title[data-v-19d649e4] {
  margin: 0.19rem 0 0.08rem 0.04rem;
  color: #3d2922;
  font-size: 14px;
  font-weight: 700;
}
.field-title[data-v-19d649e4]:first-child {
  margin-top: 0;
}
.field-box[data-v-19d649e4] {
  width: 100%;
  height: 0.82rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.12rem;
  border: 1px solid #ead8c2;
  background: #fffaf3;
  overflow: hidden;
}
.field-box input[data-v-19d649e4] {
  width: 100%;
  height: 100%;
  padding: 0 0.18rem;
  border: 0;
  outline: 0;
  background: transparent !important;
  color: #3a241b !important;
  font-size: 14px;
  line-height: 0.82rem;
}
.field-box input[data-v-19d649e4]::-webkit-input-placeholder {
  color: #b7aaa1;
}
.field-box input[data-v-19d649e4]::-moz-placeholder {
  color: #b7aaa1;
}
.field-box input[data-v-19d649e4]:-ms-input-placeholder {
  color: #b7aaa1;
}
.field-box input[data-v-19d649e4]::-ms-input-placeholder {
  color: #b7aaa1;
}
.field-box input[data-v-19d649e4]::placeholder {
  color: #b7aaa1;
}
.submit-btn[data-v-19d649e4] {
  width: 100% !important;
  height: 0.82rem !important;
  margin-top: 0.32rem !important;
  border: 1px solid #e4a746 !important;
  border-radius: 0.43rem !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef2a20), to(#c90009)) !important;
  background: linear-gradient(180deg, #ef2a20 0%, #c90009 100%) !important;
  -webkit-box-shadow: 0 0.08rem 0.16rem rgba(165, 0, 0, 0.18) !important;
          box-shadow: 0 0.08rem 0.16rem rgba(165, 0, 0, 0.18) !important;
  color: #fff4dd !important;
  font-family: "STKaiti", "KaiTi", "SimKai", serif !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  letter-spacing: 0.08rem !important;
}
.submit-btn[data-v-19d649e4] .van-button__text {
  color: #fff4dd !important;
}
.loading-mask[data-v-19d649e4] {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(58, 36, 27, 0.35);
}
.loading-box[data-v-19d649e4] {
  width: 1.75rem;
  height: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.14rem;
  background: rgba(102, 20, 13, 0.92);
  color: #fff;
  font-size: 13px;
  -webkit-box-shadow: 0 0.12rem 0.28rem rgba(0, 0, 0, 0.18);
          box-shadow: 0 0.12rem 0.28rem rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 360px) {
.form-card[data-v-19d649e4] {
    margin-left: 0.22rem;
    margin-right: 0.22rem;
}
}

