.layui-header{
    height:50px;
}
.top{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    background: #393D49;
    line-height:50px;
    border-bottom: 1px solid #393D49;
}
.top_left{
    float: left;
    width: 13%;
    background: #fff;
    height:100%;
    background-image: url("/img/logobge.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.top_right{
    float: left;
    width:80%;
    text-align: right;
    color: #fff;
}
.body{
    width: 100%;
    height:100%;
}
.body_left{
    width:10%;
    position: fixed;
    left: 0;
    top:0;
    bottom: 0;
    background: #393D49 !important;
}
.body_right{
    position: fixed;
    width:89.9%;
    right: 0;
    top:0;
    bottom: 0;
    background: #f2f2f2;
  
   
}
.layui-nav-tree {
    width: 100% !important;
}
.layui-col-xs6{
    background-color: #f2f2f2;
    margin-bottom:10px;
    width:48.6%;
    height:80px;
    margin-right:10px;
    border-radius:5px;
    padding: 10px 15px;
}

.layadmin-backlog-body p cite{
    font-style: normal;
    font-size: 30px;
    font-weight: 300;
    color: #009688;
}

.layadmin-backlog-body h3{
    padding-bottom: 10px;
    font-size: 12px;
   
}

.layui-form-label{

    font-weight: bold !important;
}