.buy-page[data-v-25b99da9] {
  min-height: 100vh;
  background: #fff8ef;
  color: #4d2e27;
}
.buy-page[data-v-25b99da9],
.buy-page *[data-v-25b99da9] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.buy-shell[data-v-25b99da9] {
  position: relative;
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #fff8ef;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.page-header[data-v-25b99da9] {
  position: relative;
  z-index: 20;
  height: 56px;
  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: transparent;
}
.back-btn[data-v-25b99da9] {
  position: absolute;
  left: 16px;
  top: 0;
  width: 40px;
  height: 56px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2b1a16;
  font-size: 27px;
  font-weight: 900;
  text-align: left;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.page-title[data-v-25b99da9] {
  color: #2f1b16;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.page-content[data-v-25b99da9] {
  position: relative;
  z-index: 5;
  padding: 58px 11px 24px;
}
.project-card[data-v-25b99da9] {
  position: relative;
  z-index: 6;
  margin: 0 2px;
  padding: 14px 12px 12px;
  overflow: hidden;
  border: 1px solid #edc49d;
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 239, 0.98) 100%);
  -webkit-box-shadow: 0 10px 22px rgba(143, 66, 28, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.98);
          box-shadow: 0 10px 22px rgba(143, 66, 28, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.98);
}
.project-card[data-v-25b99da9]::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px 0 0 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d51016), to(#ef9a2c));
  background: linear-gradient(180deg, #d51016 0%, #ef9a2c 100%);
  content: "";
}
.project-main[data-v-25b99da9] {
  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;
  gap: 10px;
}
.project-name[data-v-25b99da9] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  color: #4d2b23;
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rate-box[data-v-25b99da9] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #c40d13;
}
.rate-value[data-v-25b99da9] {
  font-size: 21px;
  font-weight: 900;
}
.rate-unit[data-v-25b99da9] {
  margin-left: 2px;
  font-size: 10px;
  font-weight: 900;
}
.project-meta[data-v-25b99da9] {
  margin-top: 11px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #f0d6bd;
  border-radius: 9px;
  background: #fff8ef;
}
.meta-item[data-v-25b99da9] {
  min-width: 0;
  padding: 8px 5px;
  text-align: center;
  border-right: 1px solid #efdcca;
}
.meta-item[data-v-25b99da9]:last-child {
  border-right: 0;
}
.meta-item span[data-v-25b99da9] {
  display: block;
  color: #99786a;
  font-size: 9px;
}
.meta-item strong[data-v-25b99da9] {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: #c10d13;
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-card[data-v-25b99da9] {
  margin-top: 13px;
  padding: 15px 12px 16px;
  border: 1px solid #efc6a1;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 254, 251, 0.99)), to(rgba(255, 247, 237, 0.99)));
  background: linear-gradient(180deg, rgba(255, 254, 251, 0.99) 0%, rgba(255, 247, 237, 0.99) 100%);
  -webkit-box-shadow: 0 9px 20px rgba(143, 66, 28, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.99);
          box-shadow: 0 9px 20px rgba(143, 66, 28, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.99);
}
.section-title[data-v-25b99da9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4c2b23;
  font-size: 14px;
  font-weight: 900;
}
.title-bar[data-v-25b99da9] {
  width: 4px;
  height: 18px;
  margin-right: 7px;
  border-radius: 3px;
  background: #d20e14;
}
.form-item[data-v-25b99da9] {
  margin-top: 14px;
}
.form-label[data-v-25b99da9] {
  margin-bottom: 7px;
  color: #68473d;
  font-size: 11px;
  font-weight: 900;
}
.amount-field[data-v-25b99da9],
.password-field[data-v-25b99da9] {
  min-height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #efcfb2;
  border-radius: 9px;
  background: #fffaf4;
  -webkit-box-shadow: inset 0 1px 0 #fff;
          box-shadow: inset 0 1px 0 #fff;
}
.currency-symbol[data-v-25b99da9] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 12px;
  color: #c60d13;
  font-size: 20px;
  font-weight: 900;
}
.amount-field input[data-v-25b99da9],
.password-field input[data-v-25b99da9] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 47px;
  padding: 0 11px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #4c2b23;
  font-size: 15px;
  font-weight: 800;
}
.amount-field input[data-v-25b99da9]::-webkit-input-placeholder, .password-field input[data-v-25b99da9]::-webkit-input-placeholder {
  color: #b8a398;
  font-weight: 400;
}
.amount-field input[data-v-25b99da9]::-moz-placeholder, .password-field input[data-v-25b99da9]::-moz-placeholder {
  color: #b8a398;
  font-weight: 400;
}
.amount-field input[data-v-25b99da9]:-ms-input-placeholder, .password-field input[data-v-25b99da9]:-ms-input-placeholder {
  color: #b8a398;
  font-weight: 400;
}
.amount-field input[data-v-25b99da9]::-ms-input-placeholder, .password-field input[data-v-25b99da9]::-ms-input-placeholder {
  color: #b8a398;
  font-weight: 400;
}
.amount-field input[data-v-25b99da9]::placeholder,
.password-field input[data-v-25b99da9]::placeholder {
  color: #b8a398;
  font-weight: 400;
}
.amount-edit[data-v-25b99da9] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 11px;
  color: #c27942;
  font-size: 9px;
  font-weight: 800;
}
.wallet-box[data-v-25b99da9] {
  margin-top: 14px;
  padding: 11px 10px;
  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;
  gap: 9px;
  border: 1px solid #efcba9;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff5e7 0%, #fffaf3 100%);
}
.wallet-box.selected[data-v-25b99da9] {
  border-color: #d30f15;
  -webkit-box-shadow: 0 0 0 1px rgba(211, 15, 21, 0.12);
          box-shadow: 0 0 0 1px rgba(211, 15, 21, 0.12);
}
.wallet-left[data-v-25b99da9] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wallet-icon[data-v-25b99da9] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 39px;
  height: 39px;
  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: 50%;
  background: #fff0e3;
}
.wallet-icon img[data-v-25b99da9] {
  width: 29px;
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wallet-info[data-v-25b99da9] {
  min-width: 0;
  margin-left: 8px;
}
.wallet-name[data-v-25b99da9] {
  color: #4f3028;
  font-size: 12px;
  font-weight: 900;
}
.wallet-desc[data-v-25b99da9] {
  margin-top: 4px;
  color: #a08274;
  font-size: 8px;
}
.wallet-money[data-v-25b99da9] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: right;
}
.wallet-money span[data-v-25b99da9] {
  display: block;
  color: #9f7e6f;
  font-size: 8px;
}
.wallet-money strong[data-v-25b99da9] {
  display: block;
  margin-top: 4px;
  color: #c20d13;
  font-size: 14px;
  font-weight: 900;
}
.wallet-check[data-v-25b99da9] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #d30f15;
  color: #fff;
  font-size: 11px;
  font-style: normal;
}
.wallet-check[data-v-25b99da9]:empty {
  background: #ead7c6;
}
.notice-box[data-v-25b99da9] {
  margin-top: 12px;
  padding: 9px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  background: #fff3e1;
  color: #8c6755;
  font-size: 9px;
  line-height: 1.65;
}
.notice-dot[data-v-25b99da9] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: 4px;
  margin-right: 6px;
  border-radius: 50%;
  background: #d20e14;
}
.notice-text[data-v-25b99da9] {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.notice-text strong[data-v-25b99da9] {
  color: #c30d13;
  font-weight: 900;
}
.submit-btn[data-v-25b99da9] {
  width: 100%;
  height: 47px;
  margin-top: 16px;
  border: 0;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e3171d), to(#b60005));
  background: linear-gradient(180deg, #e3171d 0%, #b60005 100%);
  -webkit-box-shadow: 0 7px 15px rgba(182, 0, 5, 0.18);
          box-shadow: 0 7px 15px rgba(182, 0, 5, 0.18);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
}
.submit-btn[data-v-25b99da9]:disabled {
  opacity: 0.65;
}
.safe-tip[data-v-25b99da9] {
  margin-top: 9px;
  color: #aa8e80;
  font-size: 8px;
  text-align: center;
}
.bottom-space[data-v-25b99da9] {
  height: 82px;
}
.submit-mask[data-v-25b99da9] {
  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(59, 29, 20, 0.38);
}
.loading-box[data-v-25b99da9] {
  width: 122px;
  height: 105px;
  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;
  border: 1px solid #efc49f;
  border-radius: 13px;
  background: #fff9f1;
  -webkit-box-shadow: 0 12px 28px rgba(68, 30, 17, 0.17);
          box-shadow: 0 12px 28px rgba(68, 30, 17, 0.17);
}
.spinner[data-v-25b99da9] {
  width: 29px;
  height: 29px;
  border: 3px solid #efd7c2;
  border-top-color: #c20d13;
  border-radius: 50%;
  -webkit-animation: buySpin-25b99da9 0.8s linear infinite;
          animation: buySpin-25b99da9 0.8s linear infinite;
}
.loading-text[data-v-25b99da9] {
  margin-top: 11px;
  color: #b10c11;
  font-size: 11px;
  font-weight: 900;
}
@-webkit-keyframes buySpin-25b99da9 {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes buySpin-25b99da9 {
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.buy-page[data-v-25b99da9] .van-number-keyboard {
  z-index: 3000 !important;
}
.buy-page[data-v-25b99da9] .van-key {
  color: #4d2e27;
}
.buy-page[data-v-25b99da9] .van-key--blue {
  background: #d70f15;
  color: #fff;
}
@media (max-width: 480px) {
.page-header[data-v-25b99da9] {
    height: 52px;
}
.back-btn[data-v-25b99da9] {
    height: 52px;
}
.page-title[data-v-25b99da9] {
    font-size: 17px;
}
.page-content[data-v-25b99da9] {
    padding: 52px 9px 20px;
}
.project-card[data-v-25b99da9] {
    margin: 0 1px;
    padding: 13px 10px 11px;
}
.rate-value[data-v-25b99da9] {
    font-size: 19px;
}
.form-card[data-v-25b99da9] {
    padding: 13px 10px 14px;
}
.amount-field[data-v-25b99da9],
  .password-field[data-v-25b99da9] {
    min-height: 47px;
}
.amount-field input[data-v-25b99da9],
  .password-field input[data-v-25b99da9] {
    height: 45px;
}
}
@media (max-width: 350px) {
.project-name[data-v-25b99da9] {
    font-size: 13px;
}
.meta-item strong[data-v-25b99da9] {
    font-size: 10px;
}
.wallet-money strong[data-v-25b99da9] {
    font-size: 12px;
}
}

