
.modal-body{
    font-size: 14px;
}

/*状态*/
.status_eg{
    padding:20px
}

.status_eg >div{
    display: flex;
}

.divider,
.dash,
.dashed {
    margin: 10px -15px;
    border-bottom: 1px dashed #bfbfbf;
}

/* sop 状态  */
.sop-description-content {
    margin-right: 30px;
    /* margin-top: -15px; */
    float: left;
}

.sop-description-content .sop-status {
    height: 12px;
    width: 12px;
    margin-right: 5px;
    margin-left: 20px;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: 2px;
    vertical-align: top;
    behavior: url(../../../js/ie-css3.htc);
}

.sop-axis .sop-item a {
    color: inherit;
}

.status_cell .line {
    margin: 30px 0 0 0;
    position: relative;
}

.status_cell .line .ln {
    display:inline-block;
    margin-top:1px;
    vertical-align:top;
    margin-bottom: 50px;
}

.status_cell .line .sop-point,
.status_cell .line .sop-current,
.status_cell .line .sop-checked,
.status_cell .line .sop-red  {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -5px;
    position: relative;
    vertical-align: top;
    behavior: url(../../../js/ie-css3.htc);
}

.sop-point-status,
.status_cell .line .sop-point {
    border: 1px solid #34a8f3;
    background-color: #fff;
}

.sop-current-status,
.status_cell .line .sop-current {
    background-color: #ff8913;
}

.sop-checked-status,
.status_cell .line .sop-checked {
    background-color: #34a8f3;
}

.sop-red-status,
.status_cell .line .sop-red {
    background-color: #ea001b;
}

.status_cell .line .sop-time {
    position: absolute;
    color: #888;
    margin-top: -23px;
    margin-left: -55px;
    white-space: nowrap;
}

.status_cell .line .sop-name {
    position: absolute;
    color: #888;
    text-align: center;
    margin-top: 10px;
    margin-left: -60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    min-width: 100px;
}

.status_cell .line .sop-name a {
    color: #888;
}

.status_cell .line .sop-name a:hover {
    text-decoration: none;
}

.status_cell .line .sop-name.current a,
.status_cell .line .sop-time.current {
    color: #fe8913;
}

.status_cell .line .sop-name.active a,
.status_cell .line .sop-time.active {
    color: #0d6dff;
}

.status_cell .line .ln.sop-dashed:first-child,
.status_cell .line .ln.sop-line:first-child {
    width: 0;
    border: 0;
    margin-left: -4px;
}

.status_cell .line .sop-dashed {
    border: 1px dashed #34a8f3;
}

.status_cell .line .sop-line {
    border: 1px solid #34a8f3;
}

/* sop订单状态明细  */
.hovertree-tracklist {
    max-height: 500px;
    overflow: auto;
}

.hovertree-tracklist ul {
    margin-left: 50px;
}
.hovertree-tracklist li {
    position: relative;
    padding: 9px 0 0 25px;
    line-height: 18px;
    border-left: 1px solid #d9d9d9;
    color: #999;
}

.hovertree-tracklist li .node-icon {
    position: absolute;
    left: -5px;
    width: 10px;
    height: 10px;
    margin-top: 6px;
    background: #ddd;
    border: 2px solid #fff;
    border-radius: 6px;
    behavior: url(../../../js/ie-css3.htc);
}

.hovertree-tracklist li .time {
    margin-right: 20px;
    top: 4px;
    display: inline-block;
    vertical-align: middle;
}

.hovertree-tracklist li .txt {
    /* min-width: 200px; */
    margin-right: 20px;
    top: 4px;
    display: inline-block;
    vertical-align: middle;
}

.hovertree-tracklist li:first-child {
    color: #3eaf0e;
    padding-top: 0;
    border-left-color: #fff;
}

.hovertree-tracklist li:first-child .node-icon {
    background: #3eaf0e;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
}
