.waiting_main {
  background: url(/res/waiting/waiting_bg.png) no-repeat;
  background-size: cover;
  padding-top: 72px;
  padding-bottom: 184px;
}

.waiting_img {
  display: block;
  margin: 0 auto;
  width: 800px;
}

.waiting_img img {
  width: 100%;
}

.waiting_text {
  height: 22px;
  line-height: 22px;
  font-size: 20px;
  font-weight: 600;
  color: #005bac;
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .waiting_main {
    background: url(/res/waiting/waiting_bg_m.png) no-repeat;
    background-size: cover;
    padding-top: 1.5rem;
    padding-bottom: 2.4rem;
  }
  .waiting_img {
    width: 100%;
  }
  .waiting_text {
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.28rem;
    margin-top: 0.16rem;
  }
}
