footer {
  background: #003789;
  padding: 90px 0 75px;
}

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

.FtLogo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
}

.FtLogo img {
  max-width: 100%;
  max-height: 60px;
  margin-bottom: 30px;
}

.FtLogo .desc {
  color: #D6D6D6;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.FtNav {
  width: 650px;
  display: flex;
  justify-content: space-between;
}

.FtNavList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.FtNavList .a1 {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}

.FtNavList .a2 {
  color: #D6D6D6;
  font-size: 12px;
  line-height: 1;
  margin: 15px 0;
}

.ewm {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ewm img {
  width: 160px;
}

.ewm p {
  width: 100%;
  height: 40px;
  margin: 0;
  text-align: center;
  line-height: 40px;
  background: #fff;
  color: var(--color);
  margin-top: 5px;
  border-radius: 5px;
}

/* 备案 */
.footer {
  background: #2E2E2E;
  padding: 20px 0;
  width: 100%;
  color: #ffffff33;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

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

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

@media (max-width: 1200px) {
  .FtNav {
    padding: 0 60px;
  }
}

@media (max-width: 992px) {
  footer {
    padding: 45px 0;
  }

  footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .FtNav {
    display: none;
  }

  .FtLogo {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .FtLogo .desc {
    text-align: center;
    font-size: 18px;
  }
}

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