html,body{
  background-color: #f9f8f7;
}
.main{
  margin: 50px auto 30px auto;
  width: 510px;
  text-align: center;
  background: #fff;
  border-top: 4px solid #6fd438;
  padding: 66px 0 90px 0;
}
.main .qrcode .tip{
  font-size: 16px;
  color: #999;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 215px;
  border-radius: 50px;
  display: inline-block;
  background: #f9f8f5;
}
.main .qrcode .tip::before{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../../img/shop/single/form/not-wx-tip.png);
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.main .qrcode img{
  width: 185px;
  height: 185px;
  display: block;
  margin: 30px auto 27px auto;
}
.main h3{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
footer{
  text-align: center;
  margin-bottom: 30px;
  color: #999;
}
