.pay_body {
  min-height: 100%;
  background: #6f1ab5 url('../icons/bg.jpg') no-repeat top center;
  background-size:cover
}
.container .steps {
  padding-top: 85.3333%;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.container .qrcode {
  width: 3.2rem;
  height: 3.2rem;
  text-align: center;
  margin: auto;
  margin-top: 0.2rem;
  background-color: #fff;
  padding: 10px;
}
.container .button {
  width: 2.64rem;
  height: 0.7rem;
  background:  no-repeat top center;
  background-image: url('../icons/button.png');
  background-size: cover;
  display: block;
  margin: auto;
  margin-top: 0.2rem;
  cursor: pointer;
}
.container .button1 {
  width: 2.64rem;
  height: 0.7rem;
  background:  no-repeat top center;
  background-image: url('../icons/button_not.png');
  background-size: cover;
  display: block;
  margin: auto;
  margin-top: 0.2rem;
  cursor: pointer;
}
.container footer {
  font-size: 0.18rem;
  color: #fff;
  text-align: center;
  padding: 0.2rem;
}
