.page[data-v-faa9747e] {
  padding: 0 15px;
  overflow: hidden;
  background: linear-gradient(0deg, #ffffff 27%, #dde7ff 100%);
  word-break: break-all;
  padding-bottom: 50px;
}
.page .flex-row[data-v-faa9747e] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page .border-bottom[data-v-faa9747e] {
  border-bottom: 1px solid #ecf1ff;
}
.page .payment-input[data-v-faa9747e] {
  display: block;
  background: #ffffff;
  border: 1px solid #f56c6c;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px;
}
.page .payment-input input[data-v-faa9747e] {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  color: #333;
}
.page .payment-input[data-v-faa9747e]::-moz-placeholder {
  color: #999999;
}
.page .payment-input[data-v-faa9747e]::placeholder {
  color: #999999;
}
.page .payment-btn[data-v-faa9747e] {
  background: #b05923;
  border-radius: 11px;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  line-height: 16px;
  padding: 12px 0;
  position: fixed;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
.page .payment-footer[data-v-faa9747e] {
  margin-top: 15px;
}
.page .payment-footer_title[data-v-faa9747e] {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  text-align: center;
  font-weight: 600;
}
.page .payment-footer_links[data-v-faa9747e] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.page .payment-footer_links img[data-v-faa9747e] {
  width: 42px;
}
.page .payment-help[data-v-faa9747e] {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: #b05923;
  line-height: 19px;
}
.page .payment-help img[data-v-faa9747e] {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.page .payment-tip[data-v-faa9747e] {
  font-size: 15px;
  color: #333333;
  line-height: 19px;
  padding: 5px;
}
.page .payment-card[data-v-faa9747e] {
  border-radius: 15px;
  padding: 10px;
}
.page .payment-card_title[data-v-faa9747e] {
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  font-weight: 600;
}
.page .payment-card_left[data-v-faa9747e] {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.page .payment-card_content[data-v-faa9747e] {
  flex: 1;
  font-size: 17px;
  text-align: right;
  padding: 0 5px;
  font-weight: 600;
}
.page .payment-card_right[data-v-faa9747e] {
  color: #b05923;
  background: #ecf1ff;
  border-radius: 9px;
  font-size: 18px;
  padding: 2px 8px;
  cursor: pointer;
}
.page .payment-card_detail[data-v-faa9747e] {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  padding: 7px 0;
  line-height: 20px;
}
.page .payment-card .flex-row[data-v-faa9747e] {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 550;
  color: #333;
}
.page .payment-card-dark[data-v-faa9747e] {
  background: #f2f5ff;
  padding-bottom: 0;
}
.page .payment-card-light[data-v-faa9747e] {
  background: #fff;
}
.page .payment-methods[data-v-faa9747e] {
  background: #b05923;
  box-shadow: 0px 4px 7px 0px rgba(49, 87, 206, 0.31);
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.page .payment-methods_copy[data-v-faa9747e] {
  background: #ecf1ff;
  border-radius: 6px;
  color: #b05923;
  padding: 2px 8px;
  cursor: pointer;
  font-size: 16px;
}
.page .payment-methods_title[data-v-faa9747e] {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 25px;
}
.page .payment-methods_money[data-v-faa9747e] {
  font-size: 52px;
  font-weight: 400;
  color: #ffffff;
  padding: 15px;
}
.page .header-title[data-v-faa9747e] {
  font-size: 21px;
  padding: 10px 0;
  margin-top: 10px;
  font-weight: 600;
  color: #333333;
}
.page .header-content[data-v-faa9747e] {
  font-size: 14px;
  color: #333333;
  line-height: 15px;
}
.page .header-content strong[data-v-faa9747e] {
  font-weight: 600;
}
.page .dialog-box[data-v-faa9747e] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  padding: 21px;
  border-radius: 5px;
}
.page .dialog-box .dialog[data-v-faa9747e] {
  background: #ecf1ff;
  padding: 20px 17px;
  width: 100%;
  overflow: auto;
  border-radius: 5px;
  max-height: 90vh;
}
.page .dialog-box .dialog .dialog-content[data-v-faa9747e] {
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  border-radius: 5px;
}
.page .dialog-box .dialog .dialog-content span[data-v-faa9747e] {
  color: #b05923;
}
.page .dialog-box .dialog .dialog-btn[data-v-faa9747e] {
  text-align: center;
  margin-top: 25px;
}
.page .dialog-box .dialog .dialog-btn span[data-v-faa9747e] {
  background: #b05923;
  padding: 10px 36px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
}
.page .dialog-box .dialog .dialog-img[data-v-faa9747e] {
  width: 100%;
  display: block;
  margin: 10px auto;
}
.page .dialog-box .dialog .dialog-title[data-v-faa9747e] {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #4d75ef;
  line-height: 21px;
  margin-top: 31px;
}
