<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 1300px) {
  .mini-flex {
    display: flex !important;
  }
  .mini-flex-wrap {
    flex-wrap: wrap;
  }
  .mini-justify-content {
    justify-content: space-between !important;
  }
  .mini-align-items {
    align-items: center !important;
  }
  .float-none {
    float: none !important;
  }
  .width-auto {
    width: auto !important;
  }
  .mini-container {
    width: 95%;
    margin: 0 auto;
  }
  .m-b-20 {
    margin-bottom: 20px !important;
  }
  .employer-frame {
    width: auto;
  }
  .employer-list li {
    display: inline-block;
    margin-right: 20px;
    padding: 0 20px;
  }
  .industry-list-box {
    left: -15px;
    right: -15px;
    width: auto;
  }
  .header-content {
    width: auto !important;
  }
  .first-footer {
    width: auto !important;
  }
  .home-banner-img {
    width: 100%;
  }
  .home-banner-img-box {
    width: calc(100% - 40px);
    padding: 0 20px 20px;
  }
  .home-banner-inner {
    width: calc(100% - 120px);
  }
  .sidebar-index-new {
    width: 100%;
    padding-top: 20px;
  }
  .viewRankList {
    width: 100%;
  }
  .viewRankList &gt; div {
    width: 30%;
  }
  .astruct {
    width: auto;
  }
}
</pre></body></html>