@empty-prefix-cls: ~'@{ant-prefix}-exception';

.@{empty-prefix-cls} {
    & {
        min-height: 500px;
        height:100%;
        padding-top: 110px;
        background-color: #fff;
    }
    &-desc{
        text-align: center;
        margin-top: 16px;
        max-width: 92%;
        margin-left: auto;
        margin-right: auto;
        >h1{
            font-family: PingFangSC-Medium;
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 2px !important;
            text-align: center;
        }
        >div{
            font-family: PingFangSC-Regular;
            font-size: 14px;
            color: @text-color-secondary;
            text-align: center;
        }
    }
}
