@media screen and (max-width: 800px) {
  .top-swiper {
    background-position: left;
    height: auto !important;
  }
  .top-swiper div,
  .top-swiper img {
    position: unset !important;
    display: block;
  }
  .top-swiper .top-swiper-info {
    padding: 15px;
  }
  .top-swiper .top-swiper-info h1 {
    font-size: 30px;
  }
  .top-swiper .top-swiper-info .stats {
    column-gap: 10px !important;
    display: flex !important;
  }
  .top-swiper .top-swiper-info .stats .stat-item {
    flex: 1;
  }
  .top-swiper .top-swiper-info .stats .desc {
    padding: 5px;
  }
  .top-swiper .top-swiper-view {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }
  .top-swiper .submit-btn {
    margin: auto;
  }
  .top-swiper img {
    display: inline-block !important;
    width: 32%;
  }
  .top-form {
    position: relative !important;
    margin: 0 15px;
    width: calc(100% - 30px);
    box-sizing: border-box;
  }
  .top-form .label-tel {
    top: 88px;
  }
  .top-form .label-name {
    top: 167px;
  }
  .top-form .label-company {
    top: 246px;
  }
  .top-form .title {
    text-align: center;
    margin-bottom: 20px;
    display: block;
  }
  .register p {
    padding: 0 5vw;
  }
  .register h2 {
    padding: 0 5vw;
    font-size: 24px;
  }
  .register .form {
    display: block;
  }
  .register .form .form-item {
    margin: 0 15px 15px;
  }
  .register .form .submit-btn {
    display: flex;
    justify-content: center;
  }
}
