.lims-hidden{
    display:none;
}

layui-layout-admin.layui-body{
 padding-bottom: 0px !important;
}
.form-label{
    line-height: 32px;
    text-align: right;
    color:steelblue;
}
.form-content{
    line-height: 32px;
    text-align: left;
    color:#333;
}
.layui-layer-title {
    height: 40px !important;
    line-height: 40px !important;
}

.layui-layer-setwin{
    top:12px !important; /*由title由原来的50px改为40，top从17改为12*/
}

.layui-table, .layui-table-view {
    margin: 0 !important;
}

.layui-table-cell {
    font-size:12px;
    height: auto;
    line-height: 18px;
    padding:10px 5px;
    overflow:visible;
    text-overflow:inherit;
    white-space:normal;
    word-break: break-all;
}
th div span{
    font-size:12px;
    font-weight:700;
}
.layui-table td,
.layui-table th {
    min-width: 28px;
}