<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1201px) {
  .header {
    height: 90px;
  }
  .header .nav-min-trigger {
    display: none;
  }
  .header .search {
    display: block;
  }
  .header-shrink {
    height: 60px;
  }
  .header-shrink .nav-max .menu-item-link {
    line-height: 60px;
    font-size: 1rem;
  }
  .nav-min {
    display: none;
  }
  .body-backdrop {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .header {
    height: 80px;
  }
  .header .nav-max {
    font-size: 14px;
  }
  .header .nav-max .menu-item-link {
    line-height: 80px;
  }
  .header .nav-min-trigger {
    display: none;
  }
  .nav-min {
    display: none;
  }
  .body-backdrop {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  html {
    font-size: 12px;
  }
  .header {
    height: 60px;
  }
  .header .top {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .nav-max {
    display: none;
  }
  .main .business-l {
    display: none;
  }
  .main .business-r-link {
    width: 100%;
    left: 0;
  }
  .main .subpage {
    position: relative;
    padding-left: 0;
  }
  .main .subpage-menu {
    width: 50%;
    margin-left: 0;
    position: fixed;
    left: -50%;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
  }
  .main .subpage-menu-header {
    height: 4rem;
    line-height: 4rem;
  }
  .main .subpage-menu .smh-trigger-close {
    display: block;
  }
  .main .subpage-menu .smh-trigger {
    display: block;
    left: 101%;
  }
  .quick {
    display: none;
  }
  .footer .member-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .side {
    display: none;
  }
  .pmu-item .item-link {
    padding: 1.5rem 2.5rem;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
  .header {
    height: 60px;
  }
  .header .top {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .nav-max {
    display: none;
  }
  .main .banner .swiper-slide .inner-img {
    height: 200px;
    object-fit: cover;
  }
  .main .banner .swiper-slide .inner-text-content {
    left: 50%;
    top: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
    padding: 1rem 2rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .main .business-l {
    display: none;
  }
  .main .business-r-link {
    width: 100%;
    left: 0;
  }
  .main .subpage {
    position: relative;
    padding-left: 0;
  }
  .main .subpage .side-stick {
    display: block;
  }
  .main .subpage-menu {
    width: 50%;
    margin-left: 0;
    position: fixed;
    left: -50%;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
  }
  .main .subpage-menu-header {
    height: 4rem;
    line-height: 4rem;
  }
  .main .subpage-menu .smh-trigger-close {
    display: block;
  }
  .main .subpage-menu .smh-trigger {
    display: block;
    left: 101%;
  }
  .pmu-item .item-link {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .quick {
    display: none;
  }
  .footer .member-title {
    width: 100%;
    text-align: center;
  }
  .footer .copyright-item {
    display: block;
    width: 100%;
  }
  .side {
    display: none;
  }
}
</pre></body></html>