      /* 底部导航 */
      footer {
        padding-top: 145px;
        padding-bottom: 120px;
        padding-left: var(--container);
        padding-right: var(--container);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: url(/assets/images/dibulan.png) no-repeat;
        background-color: var(--color);
        background-position: 5vw 0;
      }

      .footer1 {
        width: 45%;
      }

      .footerNav {
        width: 55%;
      }

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

        .footerNav {
          width: 60%;
        }
      }

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

        .footer1 {
          width: 260px;
        }

        .footerNav {
          width: calc(100% - 300px);
        }
      }

      @media (max-width: 900px) {
        .footer1 {
          width: 100%;
          margin-bottom: 45px;
        }

        .footerNav {
          width: 100%;
        }
      }

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

      .footer1 .footerLogo {
        display: block;
        max-width: 200px;
      }

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

      .footer1 .footerDesc {
        font-family: PuHuiTi55;
        font-size: 16px;
        line-height: 1.5;
        color: #FFFFFF;
        margin: 50px 0;
      }

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

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

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

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

      @media (max-width: 900px) {
        .footer1 .footerLogo {
          margin-bottom: 30px;
        }
      }

      @media (max-width: 460px) {
        .footer1 .footerLogo {
          margin-bottom: 30px;
        }

        .footer1 .footerIcon {
          display: flex;
          justify-content: center;
          grid-gap: 30px;
        }
      }


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

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

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

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

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


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

        .footerNav span {
          width: 100%;
          grid-gap: 10px;
          margin-bottom: 30px;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
        }

        .footerNav span .a1 {
          width: 100%;
          margin-bottom: 0px;
        }
      }



      /* 备案 */
      /* 备案 */
      .footer {
        padding-left: var(--container);
        padding-right: var(--container);
        padding-bottom: 90px;
        background: var(--color);
        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) !important;
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
      }

      .footer .beian {
        width: 50%;
        padding: 10px 0;
      }

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

      @media (max-width: 1200px) {
        .footer {
          padding-bottom: 30px;
        }

        .footer .beian {
          width: 100%;
        }

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

        .bb {
          margin: 0 auto;
          padding: 10px 0;
        }
      }