.zmax-attach::after {
    clear: both;
    content: "";
    display: block;
}

.zmax-attach {
    clear: both;
    padding: 5px;
}


.zmax-attach-head {
    border-bottom: 2px solid #888;
    padding: 5px;
}

.modal.zmaxactive {
    display: inline;
    padding-left: 15px;
}



.system-block-info {
    color: #ED2D07;
    padding: 35px 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    border-style: double;
    margin-top: 20px;
    border-radius: 7px;
    background-image: url("/plugins/content/zmaxbind/css/ong.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    width: 100%;
}

.continue_info {
    color: #666666;
    font-weight: bold;
    font-size: 18px;
}

.system-zmax-continue-read:hover .continue_info {
    color: #ED2D07;
}

.system-zmax-attach {
    border-bottom: 2px solid #888;
    line-height: 27px;
    padding-bottom: 2px;
}

.zmax-attach .zmax-col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.zmax-attach-detail .zmaxpackage {
    padding-left: 20px;
}


.zmax-attach-detail .zmax-col-md-12 {
    background: #f4f4f4 none repeat scroll 0 0;
    margin-top: 5px;
    padding: 5px;
}


.zmax-tab-panel.zmax-active {
    padding: 10px;
}

.system-zmax-more {
    display: none;
}

.zmax-attach-detail {
    display: none;
}

.zmaxui system-zmax-continue-read {

    background-color: #9d2830;
    color: #ffffff;
}

/* 警告框样式 */
.zmax-warning-box {
    display: none;
    border: 1px solid #ff9999;
    padding: 60px 20px 50px;
    text-align: center;
    background-color: #ffecec;
    margin-top: 20px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.zmax-warning-circle {
    position: absolute;
    right: -30px;
    top: 30%;
    transform: translateY(-50%);
    width: 230px;
    height: 230px;
    background-color: rgba(255, 0, 0, 0.06);
    border-radius: 50%;
    pointer-events: none;
}

.zmax-warning-icon {
    position: absolute;
    right: 62px;
    top: 35%;
    transform: translateY(-50%);
    height: 153px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
}

.zmax-warning-text {
    font-size: 36px;
    color: #d32f2f;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    font-family: "Microsoft YaHei", sans-serif;
    line-height: 1.4;
}

.zmax-confirm-btn {
    display: inline-block;
    background: linear-gradient(180deg, #ff6666 0%, #e60000 100%);
    color: white;
    padding: 12px 70px;
    font-size: 24px;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(200, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    margin-top: 15px;
}

.zmax-mobile-br {
    display: none;
}

@media screen and (max-width: 768px) {
    .zmax-warning-box {
        padding: 40px 10px 30px;
    }

    .zmax-warning-circle {
        right: -20px;
        width: 150px;
        height: 150px;
        top: 22%;
    }

    .zmax-warning-icon {
        right: 40px;
        height: 100px;
        top: 25%;
    }

    .zmax-warning-text {
        font-size: 30px;
        margin-bottom: 30px;
        padding: 0 5px;
    }

    .zmax-confirm-btn {
        padding: 10px 60px;
        font-size: 20px;
        width: 65%;
        box-sizing: border-box;
        margin-top: 25px;
    }

    .zmax-mobile-br {
        display: block;
    }
}