footer {
  width: 100%;
  height: 160px;
  background: #f5f5f6;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer ul {
  height: 15px;
  padding-top: 60px;
  text-align: center;
  clear: both;
}
footer ul li {
  float: left;
  font-size: 13px;
  color: #87888a;
  overflow: hidden;
}
footer ul li a {
  text-decoration: none;
  border: none;
  color: #87888a;
}
footer .copyRight {
  width: 620px;
  padding-top: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  color: #87888a;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=foot.css.map */
