  /* 底部导航 */
  footer {
    position: relative;
    z-index: 10;
    background: #f5f8f8;
    padding: 0 var(--w1200);
  }

  .footer1 {
    padding: 45px 0;
    display: flex;
    justify-content: space-between;
  }

  .footerNav {
    width: auto;
  }

  .footerNav span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footerNav span a {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
  }

  .footerNav p {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 6px;
    color: #1d1d1f99;
    margin-bottom: 30px;
    text-align: center;
  }

  .Swiper0 {
    width: 275px;
  }

  .Slide0 {
    width: 100%;
  }

  .Slide0 img {
    width: 100%;
  }

  .Slide0 h1 {
    padding: 25px 30px;
    font-weight: bold;
    color: #1b1b1d;
    font-size: 20px;
  }

  .footerNav .ewm {
    width: 260px;
  }

  @media (max-width: 1200px) {
    .Swiper0 {
      width: 175px;
    }

    .Slide0 h1 {
      padding: 15px;
      font-size: 16px;
    }

    .footerNav .ewm {
      width: 160px;
    }
  }

  @media (max-width: 720px) {
    .footer1 {
      display: none;
    }
  }

  /* 备案 */
  /* 备案 */
  .beian {
    padding: 30px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .beian p,
  .beian a,
  .beian *:hover {
    color: #1b1b1d;
    font-size: 18px;
  }


  .IndexMore0 {
    position: fixed;
    z-index: 99;
    right: 60px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--color);
    border: 2px solid var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    box-shadow: 0 20px 40px var(--color);
    opacity: 0;
  }

  .IndexMore0.no {
    opacity: 1;
  }

  .IndexMore0 i {
    color: #fff;
  }

  @media (max-width: 720px) {
    .IndexMore0 {
      width: 45px;
      height: 45px;
      right: 15px;
      bottom: 30px;
    }
  }