.error-page {
  background: #f0f2f5;
  height: 100vh;
}
.exception {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 70vh;
}
.exception .imgBlock {
  -ms-flex: 0 0 62.5%;
  -webkit-box-flex: 0;
          flex: 0 0 55.5%;
  width: 62.5%;
  padding-right: 60px;
  zoom: 1;
}
.exception .img-exception {
  width: 100%;
  max-width: 430px;
  float: right;
  background: no-repeat 50% 50%;
  background-size: contain;
}
.exception .img-exception img {
  width: 75%;
}
.exception .content {
  -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
}
.exception .content h1 {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.exception .content .desc {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}

