    footer {
      position: relative;
      z-index: 10;
      background: #121212;
      padding: 75px 0 45px;
    }

    footer .container {
      display: flex;
      justify-content: space-between;
    }

    .footer1 {
      width: 400px;
    }

    .footer1 .logo {
      width: 100px;
    }

    .footer1 h1.h1 {
      font-weight: 700;
      font-size: 20px;
      line-height: 1;
      text-align: left;
      color: #FFFFFF;
      margin-top: 15px;
      padding-bottom: 45px;
    }

    .footerContact {
      display: flex;
      flex-direction: column;
      grid-gap: 30px;
    }

    .footerContact p {
      font-size: 16px;
      line-height: 1;
      color: #FFFFFF;
    }

    .footer2 {
      width: 800px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-end;
    }

    .footerNav {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }

    .footerNav span {

      display: flex;
      flex-direction: column;
      grid-gap: 36px;
    }

    .footerNav span .a1 {
      font-size: 18px;
      line-height: 1;
      color: #fff;
      padding-bottom: 10px;
      text-align: center;
    }


    .footerNav span .a2 {
      font-size: 16px;
      line-height: 1;
      color: #9D9D9D;
      text-align: center;
    }

    .footerIcon {
      display: flex;
      align-items: flex-end;
      grid-gap: 15px;
    }

    @media (max-width: 1440px) {
      .footer2 {
        width: calc(100% - 400px);
        padding-left: 60px;
      }
    }

    @media (max-width: 1200px) {


      .footer2 {
        padding-left: 0px;
      }

      .footerNav {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
        grid-gap: 30px;
      }

      .footerNav span {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-start;
        grid-gap: 20px;
      }

      .footerNav span .a1 {
        width: 100%;
        padding-bottom: 0;
        text-align: left;
      }
    }


    @media (max-width: 720px) {
      footer {
        padding: 45px 0;
      }

      footer .container {
        display: flex;
        flex-wrap: wrap;
      }

      .footer1 {
        width: 100%;
        margin-bottom: 45px;
      }

      .footer2 {
        width: 100%;
        padding-left: 0px;
        display: flex;
        align-items: flex-start;
      }

      .footerIcon {
        margin-top: 30px;
      }

      .footerContact p {
        line-height: 1.5;
      }

      .footerContact {
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
      }
    }

    @media (max-width: 460px) {}

    /* 备案 */
    /* 备案 */
    .footer {
      background: #121212;
      position: relative;
      z-index: 3;
      width: 100%;
    }

    .footer * {
      color: #C7C7C7;
      font-size: 14px;
      line-height: 2;
      text-align: left;
    }

    .footer .container {
      padding-top: 20px;
      padding-bottom: 20px;
      display: flex;
      justify-content: space-between;
    }




    @media (max-width: 460px) {
      .footer .container {
        display: flex;
        flex-direction: column;
      }
    }
