/*六安个性化样式*/
.list-stage > li .stage-title {
    margin: 10px 0;
}
.list-stage .stage-bottom{
    display: block;
}
.list-stage .stage-bottom > li + li {
    border-left: 0px solid #5473e8;
}
.list-stage > li:hover {
    background-color: #e6e6e6;
    border-color: #5473e8;
}
.list-stage > li:hover .stage-bottom > li > a {
    color: #5473e8;
}
.list-stage > li:hover .stage-title {
     color: #333;
}
.list-stage .stage-bottom > li a {
    color: #333;
}
.list-stage > li{
    width: 200px;
    overflow: inherit;
}
.list-stage > li.active .stage-title{
    color: #fff;
}
.list-stage > li.active .stage-bottom > li a {
    color: #fff;
}
.list-stage> li.active  .stage-bottom > li + li {
    border-left: 1px solid #5473e8;
}
.list-stage > li.active:hover{
    cursor: pointer;
    background-color: #5473e8;
    border-color: #fff;
}
/*4个阶段流程图显示*/
.list-stage > li:nth-child(1) .JDflow:hover .JDflowInfo,
.list-stage > li:nth-child(2) .JDflow:hover .JDflowInfo,
.list-stage > li:nth-child(3) .JDflow:hover .JDflowInfo,
.list-stage > li:nth-child(4) .JDflow:hover .JDflowInfo
{
    display: block;
}
.list-stage > li:nth-child(1) .JDflowInfo,
.list-stage > li:nth-child(2) .JDflowInfo,
.list-stage > li:nth-child(3) .JDflowInfo,
.list-stage > li:nth-child(4) .JDflowInfo
{
    position: absolute;
    z-index: 100;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    display: none;
}
.list-stage > li:nth-child(1) .JDflowInfo{
    top: -165px;
    left: 90px;
}
.list-stage > li:nth-child(2) .JDflowInfo{
    top: -260px;
    left: 90px;
}
.list-stage > li:nth-child(3) .JDflowInfo{
    top: -268px;
    right: 90px;
}
.list-stage > li:nth-child(4) .JDflowInfo{
    top: -268px;
    right: 104px;
}
.list-stage > li:nth-child(1) .JDflowInfo:hover,
.list-stage > li:nth-child(2) .JDflowInfo:hover,
.list-stage > li:nth-child(3) .JDflowInfo:hover,
.list-stage > li:nth-child(4) .JDflowInfo:hover
{
    display: block;
}

/*折叠图标*/
.treeTable-icon .layui-icon-triangle-d:before {
    content: "\e623";
}
.open .treeTable-icon .layui-icon-triangle-d:before {
    content: "\e625";
}

#o-t-1 td.litd:hover {
    background-color: #f2f2f2;
}