footer {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  width: 100%;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .FtLogo {
  max-width: 300px;
  max-height: 30px;
}

footer .footerNav {
  margin-top: 50px;
  display: flex;
}


footer .footerNav a {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  margin: 0 35px;
  margin-bottom: 20px;
  position: relative;
}

footer .footerNav a:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: -35px;
  margin-top: -2px;
  margin-left: -2px;
}

footer .footerNav a:first-child:after {
  display: none;
}

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

footer .contact h1 {
  font-size: 30px;
  line-height: 35px;
  margin-top: 35px;
  color: #333;
}

footer .contact h2 {
  font-size: 16px;
  line-height: 25px;
  margin-top: 15px;
  color: #999;
  text-transform: uppercase;
  font-family: arial;
  letter-spacing: 2px;
  font-weight: bold;
}

footer .anniu {
  margin-top: 50px;
  text-align: center;
  display: flex;
}

footer .anniu .a1 {
  width: 260px;
  height: 45px;
  font-size: 14px;
  color: #333;
  background: #fff;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .anniu .a2 {
  width: 260px;
  height: 45px;
  font-size: 14px;
  color: #fff;
  background: #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 备案 */
.footer {
  background: #f2f2f2;
  border-top: 1px solid #ccc;
  padding: 25px;
  width: 100%;
  color: #808080;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

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

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

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

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

@media (max-width: 992px) {
  footer .footerNav a {
    font-size: 14px;
    margin: 0 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 750px) {
  footer {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .FtLogo {
    margin-top: 0.4rem;
  }

  footer .footerNav {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .footerNav a {
    font-size: .26rem;
    line-height: .45rem;
    margin: 0 0.3rem;
    margin-bottom: 0.3rem;
  }

  footer .footerNav a::after {
    display: none;
  }

  footer .contact h1 {
    font-size: .32rem;
    line-height: .45rem;
    margin-top: 0.3rem;
    font-weight: bold;
  }

  footer .contact h2 {
    font-size: .26rem;
    line-height: .45rem;
    margin-top: 0.15rem;
    letter-spacing: 0px;
  }

  footer .anniu {
    width: 90%;
  }

  footer .anniu .a1 {
    width: 50%;
    margin: 0 0.1rem;
    font-size: .26rem;
    line-height: .8rem;
    height: 0.8rem;
  }

  footer .anniu .a2 {
    width: 50%;
    margin: 0 0.1rem;
    font-size: .26rem;
    line-height: .8rem;
    height: 0.8rem;
  }

  .footer,
  .footer a {
    font-size: .26rem;
    line-height: .6rem;
  }
}