﻿.t_source_table table tr td {
    padding: 20px 0 20px 40px;
}
.order-num-box {
    vertical-align: top;
}
.order-num-box .order-num {
    width:180px;
    height:30px;
    background:#1788E8;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding:0 25px;
    border-radius:50px;
    line-height:30px;
    text-align:center;
}
.time-box{
    display:flex;
    align-items:center;
}
.time-box .line{
    width:2px;
    background:#F2F2F2;
    margin-right:32px;
}
    .time-box ul li {
        min-height: 35px;
        font-size: 14px;
        line-height: 1;
        position: relative;
        display: flex;
        align-items: center;
    }
.time-box ul li .tip1 {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: -36.5px;
}
.time-box ul li .tip2 {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:#F2F2F2;
    position:absolute;
    top:13px;
    left:-36.5px;
}
.bgc1 {
    background: #1788E8;
}
.bgc2 {
    background: #F13A47;
}