.footer {
  height: 60px;
  width: 100%;
  min-width: 1200px;
  line-height: 60px;
  font-size: 14px;
  color: #999999;
  background-color: #4f4a5c;
  text-align: center;
}
.footer a {
  color: #999999;
}
.footer a:hover {
  color: #2f54eb;
}