_error.css 835 Bytes
.error {
    overflow: hidden;
    margin: 85px 0 515px;

    .err-404-img {
        width: 244px;
        height: 105px;
        background: resolve("layout/404.svg") no-repeat center center;
        margin: 0 auto;
    }

    .tips {
        width: 100%;
        display: block;
        margin: 400px auto;
        text-align: center;

        span {
            display: block;
        }

        a:hover {
            color: #219dd6;
        }

        .tip {
            height: 30px;
            line-height: 30px;
            font-size: 20px;
        }
    }

    .tips-english {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }

    .err-500-img {
        width: 244px;
        height: 105px;
        background: resolve("layout/500.svg") no-repeat center center;
        margin: 0 auto;
    }
}