/**!
* [æµç¨‹]
* date: 2020-03-26
* author: [wangkai];
*/


.flow-box {
    padding: 12px 0 20px 0;
    border: 1px solid #e8e8e8;
    background-color: #fff;
}

/* æµç¨‹ */

.flow-list {
    text-align: center;
}

.flow-list>ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* white-space: nowrap; */
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.flow-node {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin-left: -10px;
}

.flow-node:first-child {
    margin-left: 0;
}

.flow-date {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.flow-name {
    position: relative;
    /* z-index: 200; */
    display: block;
    margin-top: -6px;
    width: 180px;
    height: 69px;
    background: url('../images/flow_ico.png') center no-repeat;
    font-size: 0;
    -webkit-text-size-adjust: none;
    white-space: normal;
    cursor: default;
}

.flow-node:first-child .flow-name {
    background-image: url('../images/flow_ico_s.png');
}

.flow-name>span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 24px;
    line-height: 18px;
    font-size: 15px;
    color: #999;
}

.flow-node:first-child .flow-name>span {
    padding-right: 30px;
}

.flow-name>i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.flow-node.active .flow-date,
.flow-node.current .flow-date {
    color: #333;
}

.flow-node.active .flow-name {
    background-image: url('../images/flow_ico_end.png');
}

/* .flow-node.active:first-child .flow-name {
    background-image: url('../images/flow_ico_se.png');
} */

/* .flow-node.active .flow-name>span {
    color: #005dc6;
} */

.flow-node.current .flow-name {
    background-image: url('../images/flow_ico_c.png');
}

.flow-node.current:first-child .flow-name {
    background-image: url('../images/flow_ico_sc.png');
}


.flow-node.current .flow-name>span {
    color: #fff;
}

.flow-node.active .flow-name>span {
    color: #fff;
}

.sub-flow {
    display: none;
    position: absolute;
    top: 69px;
    left: 50%;
    z-index: 10000;
    margin-left: -72px;
    width: 144px;
    font-size: 14px;
    text-align: left;
}

.sub-flow-wrap {
    padding: 9px 5px 5px 10px;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(142, 142, 142, 0.24);
}

.sub-flow-node {
    height: 25px;
    line-height: 25px;
    vertical-align: top;
}


.sub-flow-node>a {
    display: block;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bdcur{
    color: #2892fb !important;
}


.sub-flow-node>a:hover {
    color: #2892fb;
}

.sub-flow-more {
    display: block;
    margin-top: 2px;
    height: 24px;
    line-height: 24px;
}

.sub-flow-more>a {
    font-size: 12px;
    color: #999;
}

.flow-node.current .flow-name:hover .sub-flow {
    display: block;
}

/* è¡¨æ ¼ */

.info-box {
    margin-top: 20px;
    padding: 20px 20px;
}

.info-table {
    width: 100%;
    table-layout: fixed;
}

.info-table td {
    padding: 10px;
    border: 1px solid #dddddd;
    color: #666666;
    min-height: 20px;
    line-height: 20px;
}

.info-table td.istt {
    width: 140px;
    background-color: #efefef;
    color: #333333;
    text-align: right;
}

.pointer{
	cursor: pointer;
}