html,body {
    height: 100%;
}

.grbox{
    background: rgba(255,255,255,1);
    margin-top: 10px;
    padding-bottom:40px;
}
.rz-tab {
    padding-top:28px;
    width: 1200px;
    margin: 0px auto;
    /* padding-bottom:30px; */
}
.rz-tab .rz-link {
    display: inline-block;
    width:90px;
    height:30px;
    line-height: 30px;
    text-align: center;
    color:rgba(74,74,74,1);
    font-size: 14px;
    background:#fff;
    cursor: pointer;
}
.rz-tab .rz-link.active {
    background:#c21a05;
    box-shadow:-1px 0px 0px 0px rgba(218,218,218,0.50);
    color: #fff;
}
.jlbox{
    overflow: hidden;
    border: 1px solid rgba(224,227,232,1);
    margin: 0px auto;
    width: 1200px;
    /* height: 100px; */
    box-shadow:0px 0px 4px 0px rgba(224,227,232,1);
}
.tbbox{
    width: 100%;
    padding: 10px;
}
.tbbox th{
    height:36px;
    background:rgba(194,26,5,1);
    line-height: 36px;
    color:rgba(255,255,255,1);
    
}
.tbbox tr{
    height: 40px;
    line-height: 40px;
}
.tbbox tr td{
    text-align: center
}
.upload{
    color:rgba(194,26,5,1);
}
.unUpload{
    color: #cccccc
}

.no-content-label {
    display: none;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}