.wrap-m {
    display: none;
  }
  
  .top-main {
    display: block;
  }
  
  .copyright-wrap {
    display: none;
  }
  
  @media screen and (max-width: 1080px) {
    .top-main {
      display: none;
    }
    .gfooter {
      display: none;
    }
    .copyright-wrap {
      display: block;
      padding: .3rem 0;
      background: #f5f5f5;
      text-align: center;
    }
    .copyright-wrap p {
      color: #9a9a9a;
      font-size: .2rem;
    }
    .copyright-wrap a {
      color: #9a9a9a;
    }
    .wrap-m {
      display: block;
    }
    .wrap-m .mobile-header {
      position: fixed;
      width: 100%;
      height: 1rem;
      left: 0;
      top: 0;
      background: #fff;
      z-index: 1001;
      padding: 0 .3rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      opacity: 1;
    }
    .wrap-m .mobile-header .left-logo {
      width: 1.9rem;
      height: .58rem;
    }
    .wrap-m .mobile-header .left-logo img {
      width: auto;
      height: 100%;
    }
    .wrap-m .mobile-header .right-icon {
      width: .6rem;
      height: .6rem;
    }
    .wrap-m .mobile-header .right-icon img {
      width: 100%;
      height: 100%;
    }
    .wrap-m .menumask {
      position: fixed;
      width: 100%;
      height: calc(100vh - 1rem) !important;
      left: 0;
      top: -110vh;
      background: #f9fafd;
      z-index: 999;
      border-top: 2px solid #f5f2f2;
    }
  }
  