.web {
  width: 100%;
}
@media (max-width: 751px) {
  .web {
    display: none;
  }
}
.web .banner img {
  width: 19.2rem;
}
.web .main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}
.web .main-container .main-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 11.35rem;
}
.web .main-container .main-top img {
  width: 10.9rem;
}
.web .main-container .main-top .phone {
  position: relative;
  top: -0.8rem;
  width: 11.35rem;
  z-index: 1;
}
.web .main-container .main-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.web .main-container .main-middle img {
  width: 19.2rem;
}
.web .main-container .main-footer {
  display: flex;
  width: 100%;
  height: 16rem;
  justify-content: center;
  align-items: center;
}
.web .main-container .main-footer img {
  width: 11.1rem;
}
/*# sourceMappingURL=support.css.map */