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

    footer .container {
      border-top: 1px solid #5b5953;
      display: flex;
      justify-content: space-between;
    }

    .footerNav {
      padding-top: 45px;
      width: 600px;
      display: flex;
      justify-content: space-between;
    }

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

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

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


    .footerConract {
      padding-top: 45px;
      font-size: 14px;
      line-height: 1.5;
      color: #fff;
    }

    @media (max-width:1200px) {
      .footerNav {
        width: 400px;
      }
    }

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

      .footerConract {
        text-align: center;
        margin: 0 auto;
      }
    }

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

    /* 备案 */
    /* 备案 */
    .footer {
      padding: 30px 0 60px;
      background: #000;
      position: relative;
      z-index: 3;
      width: 100%;
    }

    .footer * {
      color: #8d8d8d !important;
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
    }

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

    }




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