/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-pro-exception {
  height: 100%;
}
.ant-pro-exception .imgBlock {
  padding-top: 8%;
  margin: 0 auto;
  width: 62.5%;
  zoom: 1;
}
.ant-pro-exception .imgBlock:before,
.ant-pro-exception .imgBlock:after {
  content: ' ';
  display: table;
}
.ant-pro-exception .imgBlock:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ant-pro-exception .imgEle {
  height: 360px;
  margin: 0 auto;
  width: 100%;
  max-width: 430px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.ant-pro-exception .content {
  text-align: center;
}
.ant-pro-exception .content h1 {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}
.ant-pro-exception .content .desc {
  color: #1870b9;
  font-size: 20px;
  margin-top: -115px;
}
.ant-pro-exception .content .actions :global(.ant-btn) {
  width: 100px;
  height: 34px;
  color: #777777;
  font-size: 17px;
  margin: 20px;
}
@media screen and (max-width: 1200px) {
  .ant-pro-exception .imgBlock {
    padding-right: 88px;
  }
}
@media screen and (max-width: 576px) {
  .ant-pro-exception {
    display: block;
    text-align: center;
  }
  .ant-pro-exception .imgBlock {
    padding-right: 0;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 480px) {
  .ant-pro-exception .imgBlock {
    margin-bottom: -24px;
    overflow: hidden;
  }
}
