  /* 底部导航 */
  footer {
    background: var(--shenlan);
    position: relative;
    padding: 0 var(--container);
    padding-top: 150px;
  }

  .footer1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 90px 0;
  }

  .footerLt {
    width: 450px;
  }

  .footerRt {
    width: calc(100% - 450px - 240px);
  }

  /* 左侧logo和文字 */
  .footerLogoText {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
  }

  .footerLogoText .logo {
    width: 160px;
  }

  .footerLogoText p {
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
  }

  .footerIcon {
    display: flex;
    grid-gap: 20px;
  }

  .footerIcon .item {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 12px;
    border-radius: 50%;
    background: #ffffff80;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footerIcon .item .icon {
    width: 100%;
  }

  .footerIcon .item .ewm {
    display: none;
    position: absolute;
    width: 100px;
    top: -120px;
  }

  .footerIcon .item:hover .ewm {
    display: block;
  }

  /* 导航 */
  .footerNav {
    display: flex;
    justify-content: space-between;
  }

  .footerNav span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 15px;
  }

  .footerNav span .a1 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }

  .footerNav span .a2 {
    font-size: 14px;
    color: #fff;
  }

  /* 表单 */
  .footerMassage h1 {
    color: #FFF;
    font-family: Fontquan-XinYilogoTi;
    font-size: 60px;
    letter-spacing: -2px;
  }

  .footerMassage p {
    color: #FFF;
    font-size: 14px;
  }

  .footerMassage form {
    margin-top: 30px;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
  }

  .footerMassage form input {
    width: 75%;
    height: 60px;
    outline: none;
    background: #fff;
    padding-left: 30px;
  }

  .footerMassage form button {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 25%;
    height: 60px;
    background: var(--lan);
  }

  /* 联系方式 */
  .footerContact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 75px;
  }

  .footerContact span {
    width: 100%;
  }

  .footerContact span h1 {
    color: #FFF;
    font-family: "LINE Seed Sans";
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1;
  }

  .footerContact span p {
    color: #FFF;
    font-size: 14px;
    line-height: 1.5;
  }

  @media (max-width: 1440px) {
    .footer1 {
      grid-gap: 60px 0;
    }

    .footerMassage h1 {
      font-size: 52px;
      letter-spacing: 0;
    }

    .footerLt {
      width: 380px;
    }

    .footerRt {
      width: calc(100% - 380px - 120px);
    }

    .footerContact {
      grid-gap: 45px;
    }
  }

  @media (max-width: 1200px) {
    footer {
      padding-top: 120px;
    }

    .footerLt {
      width: 480px;
    }

    .footerRt {
      width: 100%;
    }
  }

  @media (max-width: 720px) {
    footer {
      padding-top: 60px;
    }

    .footerLt {
      width: 100%;
    }

    .footerRt {
      width: 100%;
    }

    .footerMassage h1 {
      font-size: 32px;
    }

    .footerContact {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 30px;
    }

    .footerNav {
      width: 100%;
      display: flex;
      flex-direction: column;
      grid-gap: 20px;
    }

    .footerNav span {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      grid-gap: 5px 15px;
    }

    .footerNav span .a1 {
      width: 100%;
      padding: 0;
    }
  }

  /* 备案 */
  .footer2 {
    margin-top: 75px;
    padding: 30px 0;
    border-top: 1px solid #ffffff80;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .Copyright {
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }

  .Copyright a {
    color: #F9F9F9;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    opacity: 0.5;
  }


  @media (max-width: 1200px) {
    .Copyright a {
      font-size: 14px;
    }
  }

  @media (max-width: 720px) {
    .footer2 {
      flex-wrap: wrap;
    }

    .Copyright {
      width: 100%;
    }
  }

  /* IndexRight */
  .IndexRight {
    position: fixed;
    z-index: 99999;
    right: 40px;
    top: 60vh;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
  }

  .IndexRight a {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }

  .IndexRight a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  @media (max-width: 1200px) {
    .IndexRight {
      width: 100%;
      flex-direction: row;
      grid-gap: 0;
      right: 0;
      top: auto;
      bottom: 0;
    }

    .IndexRight a {
      width: 100%;
      height: 30px;
      padding: 6px;
    }
  }