.error {
  width: 400px;
  margin: 0 auto;
  padding: 80px 0;
}
.error.not-found .img {
  background-image: url('/assets/images/common/not-found.png');
}
.error.no-data .img {
  background-image: url('/assets/images/common/no-data.png');
}
.error .img {
  height: 300px;
  background: no-repeat center center;
  background-size: 100%;
  margin-bottom: 8px;
}
.error .tips {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #080B31;
  text-align: center;
  margin-bottom: 16px;
}
.error .back-home {
  width: 96px;
  background: #00B8BD;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto 16px;
  cursor: pointer;
}
