    footer {
      border-top: 6px solid var(--color);
      position: relative;
      z-index: 10;
      background: #212527;
      padding: 60px 0;
    }

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

    .footer1 {
      width: 37%;
    }

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

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

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

    .footer1 form input {
      height: 45px;
      border-radius: 2px;
      background: #0000;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      color: #fff;
      font-size: 14px;
      width: 100%;
      outline: 0;
      padding-left: 15px;
    }

    .footer1 form input::-placeholder {
      color: #fff !important;
    }

    .footer1 form input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px #212527 inset !important;
    }

    .footer1 .Code {
      display: flex;
      width: 100%;
    }

    .footer1 .Code input {
      width: calc(100% - 120px);
    }

    .footer1 .Code img {
      width: 120px;
      height: 100%;
      background: #fff;
    }

    .footer1 form button {
      margin-top: 15px;
      width: 100%;
      height: 45px;
      color: #fff;
      background: var(--color);
      display: flex;
      align-items: center;
      justify-content: center;
    }


    .footer2 {
      width: 50%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .footer2 .a1 {
      color: #fff;
      font-size: 16px;
      line-height: 1.5;
      opacity: 0.5;
    }

    .footerConract {
      margin-top: 60px;
      display: flex;
      flex-direction: column;
      width: 100%;
    }

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

    .footerConract .desc {
      font-size: 16px;
      color: #fff;
      opacity: 0.7;
      line-height: 2;
    }


    @media (max-width: 1200px) {
      .footer2 {
        width: 60%;
      }

      .footer2 .a1 {
        font-size: 14px;
      }

      .footer1 form input {
        height: 35px;
      }

      .footerConract {
        margin-top: 30px;
      }

      .footerConract .desc {
        font-size: 14px;
        line-height: 1.5;
      }
    }

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

      .footer2 {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        width: 100%;
        grid-gap: 10px;
      }

      .footer1 {
        display: none;
      }
    }

    @media (max-width: 460px) {
      .footerConract {
        margin-top: 15px;
      }
    }

    /* 备案 */
    /* 备案 */
    .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) {
      .footer * {
        line-height: 1.5;
      }
    }