footer {
  width: 100%;
  background: #222;
}
footer .footer-contain {
  width: 14.4rem;
  height: 3.4rem;
  margin: 0 auto;
}
footer .footer-contain .footer-logo {
  padding: 0.6rem 0 0.4rem;
  box-sizing: border-box;
}
footer .footer-contain .footer-logo img {
  width: 1.56rem;
  height: 0.38rem;
}
footer .footer-contain .footer-box .nav {
  font-size: 0.16rem;
  font-weight: 500;
  color: #ccc;
  margin-bottom: 0.26rem;
}
footer .footer-contain .footer-box .nav .nav-item {
  cursor: pointer;
  white-space: nowrap;
  margin-right: 0.2rem;
}
footer .footer-contain .footer-box .nav .nav-item:hover {
  font-weight: bold;
}
footer .footer-contain .footer-box .nav .nav-item.active {
  font-weight: bold;
  color: #fff;
}
footer .footer-contain .footer-box .text {
  font-size: 0.12rem;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 0.08rem;
  box-sizing: border-box;
}
footer .footer-contain .footer-box .text a {
  color: #fff;
}
footer .footer-contain .footer-box .text a:hover {
  text-decoration: underline;
}
footer .footer-contain .ercode {
  padding-top: 0.1rem;
  box-sizing: border-box;
}
footer .footer-contain .ercode .ercode-box {
  text-align: center;
  margin-left: 0.3rem;
}
footer .footer-contain .ercode .ercode-box img {
  width: 1rem;
  height: 1rem;
}
footer .footer-contain .ercode .ercode-box p {
  font-size: 0.15rem;
  color: #FFFFFF;
}
/*# sourceMappingURL=footer.css.map */