@media screen and (min-width: 760px) {
  .dropdowns div{
    display: none
  }
    ul{
        list-style: none
    }
    .swiper-container {
      width: 100%;
      min-width: 1100px;
      margin-top: 0 !important;
    }
    .swiper-container img {
      width: 100%;
    }
  
    .title {
      text-align: center;
      margin-top: 60px;
    }
    .title h1 {
      font-size: 26px;
    }
    .title p {
      color: #999;
      font-size: 18px;
    }
  
    .Mtop {
      margin-top: 40px !important;
    }
  
    .gray {
      color: #999;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  
    .Mli {
      width: 1100px;
      margin: 0 auto;
      display: flex;
      margin-bottom: 30px;
    }
    .Mli .Mtop {
      margin-top: 100px !important;
    }
    .Mli .Mtop .Ttitle {
      border: 1px solid #eee;
      border-top: 0 !important;
      border-bottom: 1px solid #eee !important;
      padding-bottom: 10px;
      height: 207px;
    }
    .Mli .tex-box {
      width: 25%;
      text-align: center;
    }
    .Mli .tex-box .Ttitle {
      border: 1px solid #eee;
      border-bottom: 0;
      padding-bottom: 10px;
      height: 207px;
    }
    .Mli .tex-box h1 {
      color: #FF5D5E;
      font-weight: 900;
    }
    .Mli .tex-box p {
      padding: 5px 20px;
    }
    .Mli .tex-box img {
      width: 100%;
      height: 207px;
    }
  
    .state {
      width: 1100px;
      margin: 0 auto;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .state ul {
      display: flex;
      margin: 0 auto;
      margin-top: 30px;
      justify-content: center;
    }
    .state ul li {
      width: 20%;
      text-align: center;
    }
    .state ul li .mass {
      width: 80%;
      height: 140px;
    }
    .state ul li p {
      padding: 0 20px;
      color: #666;
    }
  
    .model_box {
      display: flex;
      justify-content: center;
      width: 1100px;
      margin: 0 auto;
      margin-top: 50px;
    }
    .model_box h4 {
      color: #FF5D5E;
      font-size: 28px;
      font-weight: 900;
    }
    .model_box .gif {
      padding: 30px;
      margin-left: 30px;
    }
  }
  .state-box {
    background: #eee;
    margin-top: 30px;
  }
  
  .wait {
    background: #fff !important;
    margin-bottom: 50px;
  }
  .wait h4 {
    margin-top: 20px;
  }
  
  @media screen and (max-width: 760px) {
    .swiper-container {
      width: 100%;
      margin-top: -20px !important;
    }
    .swiper-container img {
      width: 100%;
    }
  
    .title {
      text-align: center;
      margin-top: 60px;
      padding-top: 2rem;
    }
    .title h1 {
      font-size: 26px;
    }
    .title p {
      color: #999;
      font-size: 18px;
    }
  
    .Mtop {
      margin-top: 40px !important;
    }
  
    .gray {
      color: #999;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  
    .Mli {
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px;
      margin-top: 30px;
    }
    .Mli .Mtop .Ttitle {
      border: 1px solid #eee;
      border-top: 0 !important;
      border-bottom: 1px solid #eee !important;
      padding-bottom: 10px;
      height: 207px;
    }
    .Mli .tex-box {
      width: 100%;
      text-align: center;
    }
    .Mli .tex-box .Ttitle {
      border: 1px solid #eee;
      border-bottom: 0;
      padding-bottom: 10px;
      height: 207px;
    }
    .Mli .tex-box h1 {
      color: red;
      font-weight: 900;
    }
    .Mli .tex-box p {
      padding: 10px 20px;
    }
    .Mli .tex-box img {
      width: 100%;
      height: 207px;
    }
  
    .state {
      margin: 0 auto;
    }
    .state ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      margin: 0 auto;
    }
    .state ul li {
      width: 40%;
      text-align: center;
    }
    .state ul li h4 {
      font-size: 2rem;
      text-align: center;
    }
    .state ul li p {
      font-size: 1rem;
    }
    .state ul li img {
      width: 6rem;
      height: 6rem;
    }
  
    .model_box {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
      margin-top: 50px;
    }
    .model_box h4 {
      color: #FF5D5E;
      font-size: 28px;
      font-weight: 900;
    }
    .model_box img {
      width: 100%;
    }
    .model_box .gif {
      padding: 1rem;
      width: 100%;
    }
  }