@media screen and (min-width: 100px) and (max-width: 1200px) {
  /* .banner img {
    height: 150px !important;
  } */
  .banner .logo {
    width: 80px !important;
    height: 30px !important;
  }
  .yearBox {
    flex-wrap: wrap;
    justify-content: space-around !important;
  }
  .button {
    height: 80px !important;
    font-size: 14px !important;
    width: 45% !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
  }
  .main {
    width: 100% !important;
  }
  .title p {
    font-size: 20px !important;
  }
  .pc-foot {
    display: none !important;
  }
  .footer-boxs {
    display: block !important;
  }
}/*# sourceMappingURL=minsheng2023app.css.map */