﻿@media screen and (max-width: 999px) {
  .wp {
    width: 100%;
    padding: 0 0.16rem;
  }
  .header {
    height: 1.01rem;
    position: fixed;
    top: 0;
  }
  .header .wp {
    width: 96.8%;
  }
  .header .mask {
    background-image: none;
    background-color: #5d382d;
    height: 1.01rem;
  }
  .header .header-content {
    padding: 0;
  }
  .header .header-content .logo {
    margin: 0;
    margin-top: 0.19rem;
  }
  .header .nav-wrap,
  .header .slider-wrap {
    display: none !important;
  }
  .mobile-menu-toggle,
  .mobile-menu-container {
    display: block;
  }
  .footer {
    height: 2.06rem;
  }
  .footer .footer-content {
    padding: 0.29rem 0 0.16rem;
  }
  .footer .footer-content .footer-logo {
    margin-bottom: 0.18rem;
  }
  .footer .footer-content .footer-logo img {
    width: 0.9rem;
    height: 0.29rem;
  }
  .footer .footer-content .line {
    height: 0.02rem;
    width: 1.8rem;
    margin-bottom: 0.1rem;
  }
  .footer .footer-content .contact-info ul li {
    font-size: 0.14rem;
    line-height: 0.25rem;
  }
}