
.logs-div{flex: 3;padding: 5px 20px 60px 20px;overflow: auto;}
.logs-div::-webkit-scrollbar {/*滚动条整体样式*/
        width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

.logs-div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #999;
    }

.logs-div::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
}

.logs-status{position: absolute;top: 26px;left: 120px;font-weight: bold;font-size: 20px;color: #666;}
.logs-container{margin-top: 30px;border-top: solid #EEE 1px;display: flex;height:100%;}
.logs-sn{flex: 1;height: 100%;border-right: solid #EEE 1px;}
.logs-sn ul li{line-height: 28px;border: solid 1px #EEE;position: relative;border-radius: 7px;margin: 5px 18px;padding: 2px;background: #EEE;}
.logs-sn ul li:hover{background: #009688;color: #FFF;}
.logs-sn-active{background: #009688 !important;color: #FFF;}
.logs-sn-value{display: inline-block;width: 100%;text-align: center;}
.logs-sn-value:hover{cursor: pointer;}
.logs-sn-tip{position: absolute;right: 10px;}
.logs-sn-tip:hover{cursor: pointer;}
.content-self{background: #FFF;height: 642px;;box-shadow: 0px 10px 20px #dcd9d9;border-radius: 3px; padding-top: 30px;box-sizing: border-box;overflow: auto; width: 1200px; position: relative; overflow: hidden;}
.content-start{min-height: 662px; margin-top: 80px;background: #EEE;padding-top: 10px;}

.date{display: inline-block;width: 78px;font-size: 12px;color: #333;font-weight: bold;text-align: right;}
.week{display: inline-block;width: 32px;text-align: right;font-size: 12px;color: #333;font-weight: bold;box-sizing: border-box;margin-left: 20px;}
.time{display: inline-block;width: 48px;text-align: right;margin-left: 15px;}
.text{display: inline-block;width: 621px;vertical-align: text-top;line-height: 1.3em;margin-left: 4px;padding-left: 32px;box-sizing: border-box;}
.hidden{visibility:hidden;}
.input-clear-tip{position: absolute;top: 7px;left: 548px;font-size: 22px;color: #666;cursor: pointer;}

/**order-route-list start*/
#order-time-list{
    list-style-type: none;
    margin-left: 15px;
    margin-top: 10px;
    color: #333;
    font-size: 13px;
}

#order-time-list li{
    border-left: 1px solid #ccc;
    margin-top: 0;
    box-sizing: border-box;
    vertical-align: text-top;
    min-height: 30px;
}

#order-time-list li:before{
    position: absolute;
    margin-left: -6px;
    margin-top: 0px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: " ";
    background-color: #D1D1D1;
}

#order-time-list li:last-of-type:before{
    background-color: #e36161;
}
#order-time-list li:first-of-type:before{
    background-color: #FDD100;
}

#order-time-list li:last-of-type{
    border-left: none;
}

#order-time-list div{
    margin-left: 15px;
    margin-top: -20px;
}

.route-p, #order-time-list{
    color: #a09c9c;
    margin-right: 10px;
}
/**order-route-list end*/