body {
  background-color: #F6F6FF;
}
body header {
  height: 4.4rem;
  background-color: #fff;
}
body header .top-bg-card {
  position: relative;
  height: 2.3rem;
  background: url('../../images/qrcode/bg-card.jpg') center center no-repeat;
  background-size: cover;
}
body header .top-bg-card .store-info {
    position: absolute;
    left: 50%;
    top: 1.15rem;
    transform: translateX(-50%);
    text-align: center;
}
body header .top-bg-card .store-info .store-img {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    border: 4px solid #fff;
}
body header .top-bg-card .store-info .store-name {
    margin-top: 0.1rem;
    font-size: 0.34rem;
    color: #1F1F1F;
}

body header .top-bg {
  position: relative;
  height: 2.3rem;
  background: url('../../images/qrcode/bg.jpg') center center no-repeat;
  background-size: cover;
}
body header .top-bg .store-info {
  position: absolute;
  left: 50%;
  top: 1.15rem;
  transform: translateX(-50%);
  text-align: center;
}
body header .top-bg .store-info .store-img {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 4px solid #fff;
}
body header .top-bg .store-info .store-name {
  margin-top: 0.1rem;
  font-size: 0.34rem;
  color: #1F1F1F;
}
body .pay-info-wrap {
  margin-top: 0.1rem;
  background-color: #fff;
}
body .pay-info-wrap .pay-money {
  padding: 0.4rem 0.45rem 0.3rem;
}
body .pay-info-wrap .pay-money .pay-money-title {
  font-size: 0.3rem;
  color: #8D8B8C;
}
body .pay-info-wrap .pay-money .pay-money-input {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0;
}
body .pay-info-wrap .pay-money .pay-money-input span {
  font-size: 0.34rem;
  color: #1F1F1F;
}
body .pay-info-wrap .pay-money .pay-money-input input {
  margin-left: 0.2rem;
  padding: 0;
  flex: 1;
  border: none;
  font-size: 0.34rem;
  color: #1F1F1F;
}
body .pay-info-wrap .pay-remark {
  padding: 0.3rem 0.45rem;
  height: 1.45rem;
  border-top: 1px solid #F7F6FE;
}
body .pay-info-wrap .pay-remark textarea {
  padding: 0;
  width: 100%;
  font-size: 0.3rem;
  color: #1F1F1F;
  resize: none;
  border: none;
}
body .pay-info-wrap .pay-remark textarea::-webkit-input-placeholder {
  color: #908E8F;
}
body .sure-btn {
  margin: 0.75rem auto 0;
  width: 6.65rem;
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  background-color: #5887F3;
  box-shadow: 0 5px 5px #CBDCFA;
}
