@import '../../style/themes/default';
@exception-prefix-cls: ~'@{ant-prefix}-pro-exception';
.@{exception-prefix-cls} {
  // display: flex;
  // align-items: center;
  height: 100%;

  .imgBlock {
    padding-top: 8%;
    margin: 0 auto;
    width: 62.5%;
    zoom: 1;
    &:before,
    &:after {
      content: ' ';
      display: table;
    }
    &:after {
      clear: both;
      visibility: hidden;
      font-size: 0;
      height: 0;
    }
  }

  .imgEle {
    height: 360px;
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }

  .content {
    text-align: center;

    h1 {
      color: #434e59;
      font-size: 72px;
      font-weight: 600;
      line-height: 72px;
      //margin-bottom: 24px;
    }

    .desc {
      color: #1870b9;
      font-size: 20px;
      //line-height: 28px;
      margin-top: -115px;
    }

    .actions {
      //margin-top: 20px;
      // button:not(:last-child) {
      //   margin-right: 8px;
      //   width: 100px;
      // }
    }

    .actions :global(.ant-btn) {
      width: 100px;
      height: 34px;
      color: #777777;
      font-size: 17px;
      margin: 20px;
    }
  }
}

@media screen and (max-width: @screen-xl) {
  .@{exception-prefix-cls} {
    .imgBlock {
      padding-right: 88px;
    }
  }
}

@media screen and (max-width: @screen-sm) {
  .@{exception-prefix-cls} {
    display: block;
    text-align: center;
    .imgBlock {
      padding-right: 0;
      margin: 0 auto 24px;
    }
  }
}

@media screen and (max-width: @screen-xs) {
  .@{exception-prefix-cls} {
    .imgBlock {
      margin-bottom: -24px;
      overflow: hidden;
    }
  }
}
