#httpFail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.httpFailContent {
    width: 7.5rem;
    height: 14.94rem;
    background: url(../images/httpFailBg.png) no-repeat center/100%;
}

.httpFail_close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 3.6rem;
}