body {
    background-color: #F2F2F2 !important;
}

@media(min-width:768px) {
    .main_box {
        min-height: 500px;
        margin-top: 60px;
    }

    .data_box {
        min-height: 250px;
        background-color: #FFF;
        box-shadow: 0 0 5px #DDD;
        border-radius: 8px;
    }

    .zp_box {
        min-height: 250px;
        background-color: #FFF;
        box-shadow: 0 0 5px #DDD;
        border-radius: 8px;
    }

    .zp_box h3 {
        font-weight: 500;
    }

    .zp_main {
        background-color: #FFF;
        width: 100%;
        min-height: 600px;
        border-radius: 8px;
    }

    .control-label {
        padding: 6px 12px 6px 0;
    }

    #filepath {
        display: none;
    }

    select {
        padding: 3px 6px;
        border: 1px solid #DDD;
        cursor: pointer;
    }

    .form-textarea {
        min-height: 100px;
        width: 100%;
    }

    .form-textarea textarea {
        width: 100%;
        border: 1px solid #DDD;
        padding: 12px;
        font-size: 18px;
        line-height: 35px;
        border-radius: 8px;
    }
}

.makeItem {
    display: none;
}

.makeItem_on {
    display: block !important;
}

.pic_box {
    min-height: 300px;
    border: 1px dashed #DDD;
}

.pic_item {
    margin: 10px 15px 10px 0;
    width: 130px;
    height: 130px;

    float: left;
    padding: 10px;
    position: relative;
}


.pic_view {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.pic_view img {
    height: 100%;
}

.pic_btns {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}


.list-group-item {
    padding: 15px !important;
}

.list-group-item i {
    color: #CCC;
}

.form-control {
    height: 45px;
    font-size: 18px;
    border-radius: 4px;
}

.yinshua{
    min-height: 500px;
    line-height: 30px;

}


/* 修复弹窗关闭按钮显示问题 */

/*.layui-layer-close2::after {
    content: "✕" !important;
    font-size: 14px !important;      /* 改小：20 → 16 */
    font-weight: bold !important;
    color: #333 !important;
    background: transparent !important;
    position: absolute !important;
    right: 25px !important;           /* 向左移动：增加这个 */
    top: 20px !important;            /* 向上移动：调整这个值（负值向上） */
}
.layui-layer-close2:hover::after {
    color: #ff0000 !important;
} */

