@CHARSET "UTF-8";
.error-ctx {
    position: relative;
    width: 100%;
    height: 100%;
}

.error-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11rem;
    height: 9rem;
}

.error-warp {
    position: relative;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
}

.error-img {
    width: 100%;
    height: 6rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://eclp-static.s3.cn-north-1.jdcloud-oss.com/eclp1/newportal/20190320/images/icons/505.png");
}

.error-text {
    width: 100%;
    height: 3rem;
    line-height: 0.83rem;
    padding-top: 0.633rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.33);
    font-size: 0.466rem;
}