    footer {
      position: relative;
      z-index: 10;
      background: url(/assets/images/foot_bj.jpg) no-repeat center;
      background-size: cover;
      padding: 30px 0;
    }

    .footer1 {
      border-top: 1px solid #5b5953;
      padding: 45px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footerNav {
      width: calc(100% - 200px);
      display: flex;
      justify-content: space-between;
    }

    .footerNav span {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .footerNav span .a1 {
      font-size: 14px;
      color: #fff;
      padding: 5px 0px;
      border-bottom: 1px solid #5b5953;
      line-height: 2;
    }

    .footerNav span .a2 {
      font-size: 12px;
      color: #f19e1f;
      line-height: 2;
    }


    .footer1 .ewm img {
      width: 120px;
    }

    @media (max-width:1200px) {

      .footer1 {
        padding: 45px 30px;
      }
    }

    @media (max-width:720px) {
      .footerNav {
        width: 100%;
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
      }

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

      .footerNav span .a1 {
        width: 100%;
        padding: 0;
      }

      .footer1 .ewm img {
        margin-top: 45px;
      }
    }

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

    /* 备案 */
    /* 备案 */
    .Copyright {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .Copyright a {
      color: var(--color);
      font-size: 16px;
      line-height: 1.5;
      display: flex;
      align-items: center;
      opacity: 0.75;
    }

    .Copyright a p {
      display: block;
      margin: 0 5px;
    }

    .Copyright a:last-child p {
      display: none;
    }

    .Copyright a:hover {
      color: var(--color);
    }

    @media (max-width: 1200px) {
      .Copyright a {
        font-size: 14px;
        display: contents;
      }

      .Copyright a p {
        display: contents;
      }
    }