    footer {
      background: #404040;
      position: relative;
      z-index: 10;
    }

    footer .container {
      display: flex;
      justify-content: space-between;
      grid-gap: 30px;
    }

    .FtLogo {
      width: 200px;
      background-color: #094db2;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .FtItem {
      min-width: 100px;
      padding: 30px 0;
      display: flex;
      flex-direction: column;
      grid-gap: 10px;
    }

    .FtItem h1 {
      font-size: 18px;
      font-weight: 700;
      color: #e6e6e6;
      margin-bottom: 10px;
    }

    .FtItem a {
      font-size: 16px;
      color: #e6e6e6;
      opacity: 0.8;
    }

    .FtItem .desc {
      font-size: 16px;
      color: #e6e6e6;
      opacity: 0.8;
    }

    .FtEwm {
      padding: 30px 0;
      width: 160px;
      font-size: 16px;
      color: #e6e6e6;
      text-align: center;
    }

    .FtEwm img {
      width: 100%;
      margin-bottom: 15px;
    }

    @media (max-width: 1200px) {
      footer .container {
        grid-gap: 15px;
      }

      .FtLogo {
        width: 140px;
      }

      .FtEwm {
        width: 120px;
      }

      .FtItem .desc {
        font-size: 14px;
        max-width: 200px;
        word-break: break-all;
      }

      .FtItem a {
        font-size: 14px;
      }
    }

    @media (max-width: 800px) {
      footer .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
      }

      .FtLogo {
        width: 100%;
        height: 150px;
      }

      .FtItem {
        display: none;
      }

      .FtCont {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 0;
      }

      .FtItem .desc {
        max-width: 100%;
        text-align: center;
      }

      .FtEwm {
        padding: 0;
        padding-bottom: 60px;
      }
    }

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