.footer {
  height: auto;
  padding: 20px 0;
  background: #000;
  font-size: 14px;
  color: #fff;
}
.footer .footer-main {
  width: 1200px;
  margin: 0 auto;
}
.footer .footer-contactInfo p {
  padding: 10px 0;
}
.footer .copyright {
  text-align: center;
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #333;
}
