@charset "UTF-8";
html,
body {
  min-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (min-width: 100px) and (max-width: 1024px) {
  .banner {
    height: 140px !important;
    background-size: cover !important;
  }
  .content {
    width: 100% !important;
    padding: 0 !important;
  }
  .nb,
  .nb1 {
    float: none;
    margin: 0 auto 10px !important;
  }
  .nb a,
  .nb1 a {
    font-size: 18px !important;
  }

  /* 底部start */
  .layout-footer .footer-mid {
    width: 100% !important;
    padding: 0 !important;
  }
  .layout-footer .footer-mid .footer-mid-left,
  .layout-footer .footer-mid .footer-mid-right {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 auto 10px;
    text-align: center;
  }
  .wzjc {
    height: auto;
  }
  /* 底部end */
}
