@keyframes btnTrans-49d0fc04 {
0% {
    transform: scale(0.88);
}
50% {
    transform: scale(100%);
}
100% {
    transform: scale(0.88);
}
}
.page[data-v-49d0fc04] {
  padding: 0 10px;
  overflow: hidden;
  background: linear-gradient(0deg, #ffffff 27%, #f4dacb 100%);
  word-wrap: break-word;
  padding-bottom: 50px;
}
.page .payment-tips[data-v-49d0fc04] {
  font-size: 12px;
  color: #f56c6c;
  margin: 10px 0;
}
.page .flex-row[data-v-49d0fc04] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.page .operate-border[data-v-49d0fc04] {
  box-shadow: 0px 0px 7px 0px #f56c6c60;
  border-radius: 9px;
}
.page .operate-app[data-v-49d0fc04] {
  flex: 1;
  margin: 5px;
}
.page .operate-app .operate-app-left[data-v-49d0fc04] {
  margin: 10px;
  flex: 1;
}
.page .operate-app .operate-app-left img[data-v-49d0fc04] {
  height: 20px;
}
.page .operate-app .operate-app-right[data-v-49d0fc04] {
  width: 11px;
  height: 11px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-width: 3px;
  border-radius: 3px;
  transform: rotate(45deg);
  margin: 13px;
}
.page .border-bottom[data-v-49d0fc04] {
  border-bottom: 1px solid #ecf1ff;
}
.page .payment-input[data-v-49d0fc04] {
  border: 1px solid #f56c6c;
  display: flex;
  margin-top: 10px;
  border-radius: 5px;
  align-items: center;
  padding: 10px;
}
.page .payment-input_title[data-v-49d0fc04] {
  font-size: 15px;
  color: #333333;
  line-height: 19px;
  margin-bottom: 12px;
}
.page .payment-input input[data-v-49d0fc04] {
  border: none;
  padding-left: 10px;
  outline: none;
  background: none;
  flex: 1;
  font-size: 16px;
  color: #333;
}
.page .payment-input[data-v-49d0fc04]::-moz-placeholder {
  color: #999999;
  text-align: right;
  font-size: 15px;
}
.page .payment-input[data-v-49d0fc04]::placeholder {
  color: #999999;
  text-align: right;
  font-size: 15px;
}
.page .payment-btn[data-v-49d0fc04] {
  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-49d0fc04] {
  margin-top: 15px;
}
.page .payment-footer_title[data-v-49d0fc04] {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 19px;
  text-align: center;
  font-weight: 600;
}
.page .payment-footer_links[data-v-49d0fc04] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.page .payment-footer_links img[data-v-49d0fc04] {
  height: 31px;
  margin: 0 5px;
}
.page .payment-help[data-v-49d0fc04] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  color: #b05923;
  line-height: 19px;
}
.page .payment-help img[data-v-49d0fc04] {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.page .payment-tip[data-v-49d0fc04] {
  font-size: 13px;
  color: #999999;
  margin-top: 10px;
}
.page .payment-card[data-v-49d0fc04] {
  border-radius: 15px;
  padding: 15px;
}
.page .payment-card_upi[data-v-49d0fc04] {
  flex: 1;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
  color: #333333;
  margin-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 0;
}
.page .payment-card_upi_copy[data-v-49d0fc04] {
  background: #f4dacb;
  border-radius: 9px;
  font-size: 19px;
  padding: 5px 15px;
  color: #b05923;
  animation: btnTrans-49d0fc04 1s linear infinite;
  position: relative;
}
.page .payment-card_upi_copy img[data-v-49d0fc04] {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -15px;
  right: -5px;
}
.page .payment-card_title[data-v-49d0fc04] {
  font-size: 15px;
  color: #333333;
  line-height: 19px;
  margin-bottom: 12px;
}
.page .payment-card_tips_title[data-v-49d0fc04] {
  font-size: 19px;
  color: #333333;
  font-weight: 600;
  line-height: 24px;
}
.page .payment-card_left[data-v-49d0fc04] {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.page .payment-card_content[data-v-49d0fc04] {
  flex: 1;
  font-size: 17px;
  text-align: right;
  padding: 0 5px;
  font-weight: 600;
}
.page .payment-card_right[data-v-49d0fc04] {
  color: #b05923;
  background: #f4dacb;
  border-radius: 8px;
  font-size: 18px;
  padding: 2px 8px;
  cursor: pointer;
}
.page .payment-card_detail[data-v-49d0fc04] {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  padding: 5px 0;
  line-height: 20px;
}
.page .payment-card .flex-row[data-v-49d0fc04] {
  font-size: 16px;
  font-weight: 550;
  color: #333;
}
.page .payment-card-dark[data-v-49d0fc04] {
  background: #f5e9e4;
  padding-bottom: 0;
  margin: 10px 0;
}
.page .payment-card-light[data-v-49d0fc04] {
  background: #fff;
}
.page .payment-methods[data-v-49d0fc04] {
  background: #b05923;
  box-shadow: 0px 4px 7px 0px #f4ae85;
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
  margin: 15px 0;
}
.page .payment-methods_copy[data-v-49d0fc04] {
  background: #f4dacb;
  border-radius: 6px;
  color: #b05923;
  padding: 2px 8px;
  cursor: pointer;
  font-size: 16px;
}
.page .payment-methods_title[data-v-49d0fc04] {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 25px;
}
.page .payment-methods_money[data-v-49d0fc04] {
  font-size: 52px;
  font-weight: 400;
  color: #ffffff;
  padding: 15px;
}
.page .header-title[data-v-49d0fc04] {
  font-size: 21px;
  padding: 10px 0;
  margin-top: 10px;
  font-weight: 600;
  color: #333333;
}
.page .header-content[data-v-49d0fc04] {
  font-size: 13px;
  color: #333333;
  line-height: 15px;
}
.page .header-content strong[data-v-49d0fc04] {
  font-weight: 600;
}
.page .dialog-box[data-v-49d0fc04] {
  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-49d0fc04] {
  background: linear-gradient(0deg, #ffffff 27%, #f4dacb 100%);
  padding: 20px 17px;
  width: 100%;
  overflow: auto;
  border-radius: 5px;
  max-height: 90vh;
}
.page .dialog-box .dialog .dialog-content[data-v-49d0fc04] {
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  border-radius: 5px;
}
.page .dialog-box .dialog .dialog-content span[data-v-49d0fc04] {
  color: #b05923;
}
.page .dialog-box .dialog .dialog-btn[data-v-49d0fc04] {
  text-align: center;
  margin-top: 25px;
}
.page .dialog-box .dialog .dialog-btn span[data-v-49d0fc04] {
  background: #b05923;
  padding: 10px 36px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 19px;
}
.page .dialog-box .dialog .dialog-img[data-v-49d0fc04] {
  width: 100%;
  display: block;
  margin: 10px auto;
}
.page .dialog-box .dialog .dialog-title[data-v-49d0fc04] {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #b05923;
  line-height: 21px;
  margin-top: 31px;
}
