footer {
  width: 100%;
  height: 406px;
  background: #1c1b1b;
}
footer a {
  color: #666666;
}
footer .footerContainer {
  width: 66%;
  margin: 0 auto;
  color: #666666;
  position: relative;
}
footer .footerContainer .leftList {
  width: 57%;
  float: left;
}
footer .footerContainer .rightBar {
  width: 43%;
  float: left;
  text-align: right;
}
footer .footerContainer .rightBar p {
  margin: 48px 0px 0px 20px;
  font-size: 14px;
  padding-right: 45px;
}
footer .footerContainer .barcodeBox {
  float: right;
  text-align: center;
  margin: 18px 5px 0px 45px;
  font-size: 12px;
}
footer .footerContainer .barcodeBox img {
  width: 120px;
}
footer .footerContainer .footerList {
  float: left;
  width: 25%;
  margin-top: 50px;
}
footer .footerContainer h5 {
  font-size: 16px;
  font-weight: normal;
  color: #a1a1a1;
  margin-bottom: 20px;
}
footer .footerContainer h5 a {
  color: #a1a1a1;
}
footer .footerContainer ul {
  font-size: 12px;
}
footer .footerContainer ul a {
  color: #666666;
}
footer .footerContainer ul a:hover {
  color: #fec33c;
}
footer .footerContainer ul li {
  margin-bottom: 12px;
}
footer .footerContainer .line {
  width: 100%;
  height: 1px;
  background: #484545;
  margin-top: 30px;
}
footer .footerContainer .complayInfo {
  margin-top: 40px;
}
footer .footerContainer .complayInfo p {
  margin-bottom: 10px;
  font-size: 12px;
}
footer .footerContainer .contact {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
footer .footerContainer .contact img {
  margin-left: 10px;
}

/*# sourceMappingURL=footer.css.map */
