.footer {
  width: 100%;
  height: 150px;
  background: #051924;
  text-align: center;
  position: relative;
}
.footer ul {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
}
.footer ul li {
  float: left;
  padding: 0px 10px;
  border-right: 1px solid #666;
  height: 16px;
}
.footer ul .last {
  border: none;
}
.footer ul a {
  color: #666;
  font-size: 12px;
}
.footer p {
  color: #666;
  font-size: 12px;
  position: absolute;
  top: 84px;
  width: 100%;
  text-align: center;
}

/*# sourceMappingURL=footer.css.map */
