.alipay-modal {
  box-sizing: border-box;
  position: absolute;
  top: 32rem;
  left: 50%;
  transform: translateX(-50%);
  width: 43.6rem;
  height: 47.2rem;
  background: #FFFFFF;
  box-shadow: 0 0.8rem 2.4rem 0.1rem rgba(92, 77, 68, 0.14);
  border-radius: 0.8rem;
  border: 0.1rem solid #E4E1E0;
  display: flex;
  display: none;
  flex-direction: column;
  align-items: center;
}
.alipay-modal>div:nth-child(1) {
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  width: 2rem;
  height: 2rem;
}
.alipay-modal>div:nth-child(1)>a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://elifetransfer.s3.us-east-2.amazonaws.com/art/icon/consumer_pc/close.png) no-repeat center;
  background-size: 1.6rem 1.6rem;
  pointer-events: auto;
  cursor: pointer;
}
.alipay-modal>dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4rem 0 0 0;
}
.alipay-modal>dl>dt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #5C4D44;
  line-height: 2.2rem;
}
.alipay-modal>dl>dd {
  margin: 1.6rem 0 0 0;
  font-weight: 600;
  color: #FE7A1F;
  line-height: 3.2rem;
  font-size: 2.4rem;
}
.alipay-modal>iframe, #wechat-qrcode {
  width: 220px;
  height: 220px;
  min-height: 220px;
  margin-top: 4rem;
  transform-origin: top center;
}

#wechat-qrcode img {
  width: 100%;
  height: 100%;
}

.alipay-modal>div:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 4rem;
}
.alipay-modal>div>i.alipay-scan {
  width: 3.4rem;
  height: 3.4rem;
  background: url(https://elifelimo.s3.us-east-2.amazonaws.com/art/home/v2/icons/icon_pay_scan.png) no-repeat;
  background-size: 100% 100%;
}
.alipay-modal>div>div {
  margin-left: 1.1rem;
}
.alipay-modal>div>div>label {
  display: block;
  line-height: 2.2rem;
  font-size: 1.6rem;
  color: #938982; 
}
.alipay-modal>div>div>label:nth-child(2) {
  margin-top: 0.2rem;
}

@media screen and (min-width: 320px) and (max-width: 767.9px) {
  .alipay-modal {
    width: 94%;
  }
  #alipay-qrcode {
    transform: scale(1.0);
  }
  #wechat-qrcode {
    transform: scale(1.0);
  }
}

@media screen and (min-width: 768px) {
  #alipay-qrcode {
    transform: scale( 0.536);
  }
  #wechat-qrcode {
    transform: scale( 0.536);
  }
}

@media screen and (min-width: 1024px) {
  #alipay-qrcode {
    transform: scale(0.728);
  }
  #wechat-qrcode {
    transform: scale(0.728);
  }
}

@media screen and (min-width: 1280px) {
  #alipay-qrcode {
    transform: scale(1.0);
  }
  #wechat-qrcode {
    transform: scale(1.0);
  }
}

@media screen and (min-width: 1440px) {
  #alipay-qrcode {
    transform: scale(1.0);
  }
  #wechat-qrcode {
    transform: scale(1.0);
  }
}