html {
  font-size: 14px;
}
body {
  font-family: "Microsoft Yahei, 微软雅黑, Arial";
  /* overflow-x: hidden; */
  /* position: relative; */
  background-color: #f5543b;
  margin: 0;
}

.banner{
    width: 100%;
}

.banner img{
    width: 100%;
}

.logo{
    width: 18.00rem;
    height:  5.4rem;
    margin: 0 auto;
    margin-top: -8rem;
    z-index: 9;
    position: relative;
    /* background: url(../images/wap/qrcode.png) center center no-repeat;
    background-size: cover; */
}

.logo img{
    width: 100%;
    height: 100%;
}

.title{
    width: 100%;
    margin-top: -3.8rem;
    z-index: 2;
    
}
.title img{
    width: 100%;
}

.step0{
    margin-top: -7rem !important;
}

.step{
    margin: 0 auto;
    width: 37rem;
    margin-bottom: 1.25rem;
}

.step img{
    width: 100%;
}

.stepend{
    margin-bottom: 3rem;
}
