
    .offline-alert-mask {
        position: fixed;
        z-index: 10;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .8);
        top: 0;
        left: 0;
        display: none;
    }

    .offline-alert-mask .offline-content {
        width: 330px;
        background-color: white;
        text-align: center;
        padding: 0 36px 33px;
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 10px;
        transform: translate(-50%, -50%);
        padding-top: 40px;
        box-sizing: border-box;
    }

    .delay-text {
        font-size: 16px;
        color: #333;
        line-height: 1.5;
    }

    .delay-ewm {
        text-align:: center;
        margin: 10px auto;
    }

    .zhijie-baoming {
        width: 120px;
        color: white;
        background-color: #29CE84;
        font-size: 14px;
        height: 38px;
        border-radius: 4px;
        outline: none;
        cursor: pointer;
        border: none;
        margin-top:5px;
    }

    .close-delay {
        position: absolute;
        right: -40px;
        top: -33px;
        width: 30px;
        cursor: pointer;
    }
