footer {
  background: #1B1F21;
  position: relative;
  padding: 75px 0;
}

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

.ftLogo {
  display: flex;
  flex-direction: column;
}

.ftCent h1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  margin-bottom: 30px;
}

.ftCent .desc {
  font-size: 16px;
  color: #fff;
}

.FtEwm {
  display: flex;
}

.FtEwm .icon {
  margin: 0 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.FtEwm .icon img {
  margin-bottom: 10px;
}

/* 备案 */
.footer {
  border-top: #1a1b1f 1px solid;
  background: #020307;
  padding: 20px 0;
  width: 100%;
  color: #535353;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.footer a {
  color: #535353;
  font-size: 14px;
  line-height: 2;
}

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

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

@media (max-width: 992px) {
  .FtEwm .icon {
    margin: 0 10px;
  }
}


@media (max-width: 640px) {
  footer {
    padding: 60px 0;
  }

  .ftCent {
    width: 100%;
  }

  .ftCent h1,
  .ftCent .desc {
    text-align: center;
  }

  .FtEwm {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* 版权 */
.footer {
  background: #1B1F21;
  border-top: 1px solid #5c5f60;
  padding: 20px 0;
}

.footer,
.footer a {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

@media (max-width: 640px) {

  .footer,
  .footer a {
    font-size: 14px;
  }
}