    footer {
      position: relative;
      z-index: 10;
      background: #212527;
      padding-top: 45px;
    }

    .footer1 .Logo {
      width: 100%;
      text-align: center;
    }

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

    .footer1 form {
      padding: 30px 10vw;
      display: flex;
      flex-wrap: wrap;
      grid-gap: 20px;
      justify-content: center;
    }

    .footer1 form input {
      height: 38px;
      border-radius: 2px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.6);
      font-size: 14px;
      padding-left: 15px;
      width: calc(33.33% - 14px);
      outline: 0;
    }

    .footer1 form a {
      width: calc((33.33% - 14px) / 2);
      height: 38px;
    }

    .footer1 form #captchaImage {
      width: 100% !important;
      height: 100%;
      background: #fff;
      object-fit: contain;
    }

    .footer1 form button {
      width: calc(33.33% - 14px);
      height: 38px;
      border-radius: 3px;
      color: #fff;
      background: var(--color1);
      display: flex;
      align-items: center;
      justify-content: center;
    }


    .footer2 {
      padding: 60px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer2 {
      display: flex;
      justify-content: space-around;
    }

    .footer2 span {
      display: flex;
      flex-direction: column;
    }

    .footer2 span .h1 {
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 20px;
    }

    .footer2 span .a2 {
      font-size: 16px;
      color: #fff;
      opacity: 0.7;
      line-height: 2;
    }

    @media (max-width: 1200px) {
      .footer1 form {
        padding: 30px 0;
      }
    }

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

      .footer1 .Logo {
        margin-bottom: 30px;
        text-align: left;
      }

      .footer2 {
        padding: 30px 0;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        grid-gap: 20px;
      }

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

      .footer2 span .h1 {
        width: 100%;
        margin-bottom: 0px;
      }

      .footer2 span .a2 {
        opacity: 0.5;
      }
    }

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

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

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

    .footer .container {
      padding-top: 20px;
      padding-bottom: 20px;

    }




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



    .indexLeft {
      position: fixed;
      z-index: 99;
      bottom: 10vh;
      right: 30px;
      background: #ddd;
      border-radius: 50%;
      overflow: hidden;
      padding: 5px;
    }

    .indexLeft img {
      width: 100%;
    }

    @media (max-width: 720px) {
      .indexLeft {
        width: 35px;
        height: 35px;
        right: 15px;
      }
    }