#footer {
  background-color: #171C25;
  color: rgba(255, 255, 255, 0.6);
}
#footer .content {
  width: 1200px;
  height: 264px;
  margin: 0 auto;
}
#footer .content .about-us {
  width: 300px;
  float: left;
}
#footer .content .about-us .title {
  margin-top: 59px;
  width: 56px;
  height: 15px;
  font-size: 14px;
  font-weight: 400;
}
#footer .content .about-us .list {
  zoom: 1;
  overflow: hidden;
  margin-top: 9px;
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
}
#footer .content .about-us .list .item {
  margin-top: 19px;
  display: block;
  color: #8c8c8c;
}
#footer .content .about-us .list .item:hover {
  color: #24cfb9;
  cursor: pointer;
}
#footer .content .contact {
  width: 400px;
  float: left;
}
#footer .content .contact .title {
  margin-top: 59px;
  width: 56px;
  height: 15px;
  font-size: 14px;
  font-weight: 400;
}
#footer .content .contact .list {
  zoom: 1;
  overflow: hidden;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.4;
}
#footer .content .contact .list .item {
  margin-top: 18px;
}
#footer .content .contact .kf {
  margin-top: 20px;
  width: 200px;
  height: 40px;
  border: 1px solid #24cfb9;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  color: #24cfb9;
  cursor: pointer;
}
#footer .content .contact .kf a {
  color: #24cfb9;
}
#footer .content .wechat-mp {
  width: 330px;
  float: left;
}
#footer .content .wechat-mp .picture {
  margin: 60px auto 0;
  width: 100px;
}
#footer .content .wechat-mp .picture img {
  width: 100px;
  height: 100px;
}
#footer .content .wechat-mp .title {
  margin-top: 27px;
  height: 13px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
}
#footer .content .qq-group {
  float: left;
  width: 160px;
}
#footer .content .qq-group .picture {
  margin: 60px auto 0;
  width: 100px;
}
#footer .content .qq-group .picture img {
  width: 100px;
  height: 100px;
}
#footer .content .qq-group .title {
  margin-top: 27px;
  height: 13px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
}
#footer .copyright {
  width: 1200px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
#footer .copyright a {
  color: rgba(255, 255, 255, 0.6);
}
/*# sourceMappingURL=footer.css.map */