
.refunds {
  background: linear-gradient(#FC5A56, #FB8883);
  height: 100%;
}
.refunds-container {
  height: 80%;
  width: 90%;
  margin: auto;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  top: 20px;
}
.refunds-c-top {
  font-size: 18px;
  padding: 15px;
}
.refunds-c-center {
  text-align: center;
}
.refunds-c-center .text{
  font-size: 90px;
}
.refunds-c-bottom {
  position: relative;
  margin: auto;
  top: 25px;
  width: 90%;
}
.pay-btn {
  background-color: #f15a4a;
  border: 1px solid #f15a4a;
}
/* .refunds-c-bottom {
  bottom: 15px;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 42px;
} */
/* .refunds-c-bottom span {
  background-color: #FB8883;
  width: 90%;
  height: 100%;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  line-height: 42px;
  font-size: 18px;
  letter-spacing: 16px;
  box-shadow: 1px 3px rgb(222 222 222 / .5);
} */
.payment-tips {
  font-size: 22px;
  text-align: center;
  padding-top: 12px;
  color: #1989fa;
}
.payment-icon {
  vertical-align: text-bottom;
  margin-right: 8px;
}
.desc .van-empty__description {
  color: #ffffff;
}

