.error-page {
  text-align: center;
  padding-top: 80px;
}
.error-page > img {
  width: 360px;
}
.error-page > p {
  font-size: 14px;
  color: #999999;
  margin-top: 40px;
  text-align: center;
}
.error-page > a {
  display: block;
  margin: 20px auto 100px;
  width: 170px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background-color: #ED542A;
  color: #fff;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  border-radius: 4px;
}
.error-page > a:hover {
  background-color: #fd6a41;
}