      /* 底部导航 */
      footer {
        padding-top: 100px;
        padding-bottom: 175px;
        padding-left: var(--container);
        padding-right: var(--container);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }



      .footer1 .footerLogo {
        display: block;
      }

      .footer1 .footerLogo img {
        max-width: 100%;
      }

      .footer1 .footerDesc {
        margin-top: 30px;
        font-size: 16px;
        line-height: 2;
        color: #606060;
      }


      /* 底部导航 */
      .footerNav {
        display: flex;
        justify-content: space-between;
        grid-gap: 110px;
      }

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

      .footerNav span .a1 {
        font-size: 18px;
        line-height: 1;
        color: #424242;
        opacity: 0.9;
        padding-bottom: 15px;
        margin-bottom: 10px;
        position: relative;
        font-family: PuHuiTi85;
      }

      .footerNav span .a1::after {
        content: "";
        display: block;
        width: 18px;
        height: 2px;
        background: #424242;
        position: absolute;
        left: 0;
        bottom: 0;
      }

      .footerNav span .a2 {
        font-family: PuHuiTi85;
        font-size: 16px;
        line-height: 1;
        color: #424242;
        opacity: 0.6;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
      }

      .footerIcon {
        display: flex;
        align-items: flex-start;
        grid-gap: 30px;
      }

      .footerIcon .item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
      }

      @media (max-width: 1600px) {
        .footerNav {
          grid-gap: 60px;
        }
      }

      @media (max-width: 1440px) {
        .footer1 {
          width: 360px;
        }

        .footerNav {
          grid-gap: 30px;
        }

        .footerIcon .item img {
          width: 110px;
        }
      }

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

        .footer1 {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
        }

        .footer1 .footerDesc {
          text-align: center;
        }

        .footerNav {
          margin: 45px 0;
          width: 100%;
          grid-gap: 30px;
        }

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

        .footerNav span .a1 {
          text-align: center;
          display: flex;
          justify-content: center;
          margin-bottom: 0;
        }

        .footerNav span .a1::after {
          left: auto;
        }

        .footerIcon {
          display: flex;
          justify-content: center;
          width: 100%;
        }
      }

      @media (max-width: 720px) {
        .footerNav {
          grid-gap: 0;
        }

        .footerNav span .a1,
        .footerNav span .a2 {
          padding: 0;
          font-size: 14px;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
        }

        .footerNav span .a1::after {
          display: none;
        }

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



      /* 备案 */
      /* 备案 */
      .footer {
        padding-left: var(--container);
        padding-right: var(--container);
        padding-top: 20px;
        padding-bottom: 20px;
        background: #161616;
        position: relative;
        z-index: 3;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
      }

      .footer *:hover,
      .footer * {
        color: rgb(255, 255, 255, 0.6);
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
      }

      .footer .beian,
      .footer .beian * {
        text-align: right;
      }

      @media (max-width: 1200px) {
        .footer .beian {
          width: 100%;
        }

        .footer .beian,
        .footer .beian * {
          text-align: center;
        }

        .bb {
          margin: 0 auto;
        }
      }