.jbox {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.jbox-title {
    position: relative;
    color: #000;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5
}

.jbox-title-txt {
    font-size: 14px;
    padding-left: 10px
}

.jbox-close {
    position: absolute;
    right: 5px;
    top: 4px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(/Public/plugins/jbox/Images/remove-black.png) center no-repeat;
    z-index: 999999
}
.jbox-container {
    padding: 15px;
    overflow-y: auto;
    overflow-x: auto
}

.jbox-buttons {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    text-align: right
}

.jbox-buttons a {
    margin-left: 5px
}

#jbox-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 999999
}
#jbox-overlay{
    z-index: 99990 !important;
}
#jbox-loading::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "请稍后，数据加载中...";
    width: 300px;
    height: 30px;
    margin: 36px 0 0 -150px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

#jbox-loading i {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background: url(/Public/plugins/jbox/Images/loading.gif) center rgba(0, 0, 0, .5) no-repeat;
    background-size: 40px auto;
    border-radius: 10px
}