.task-icon{
    width: 26px;
    background: url("../images/taskico.png") no-repeat center;
}
.driver-icon{
    width: 26px;
    background: url("../images/driverico.png") no-repeat center;
}
/*媒体查询*/
@media screen and (min-width: 1550px) {
    .timestart,.timeend{
        width: 170px !important;
    }
    .task-icon span,.driver-icon span{
        font-size: 16px;
    }
    .task-data span,.driver-data span{
        font-size: 14px;
    }
    .task-data .font-color,.driver-data .font-color{
        font-size: 20px;
        padding-left:8px;
        padding-right:18px;
    }
    .driver-bar{
        margin-left: 15px;
    }
    .task-icon,.driver-icon{
        margin-right:20px !important;
    }
    #horseman,#print,#alldele,#outorder{
        padding: 0 15px;
    }
}
.Search-inp input{
    width: 170px;
}

@media screen and (max-width: 1549px) {
    .task-icon,.driver-icon{
        margin-right: 20px !important;
    }
    .task-data span,.driver-data span{
        font-size: 13px;
    }
    .task-data .font-color,.driver-data .font-color{
        font-size: 18px;
        padding-left: 4px;
        padding-right: 20px;
    }
    .Search-inp{
        width: 205px;
    }
    .Search-inp input{
        width: 135px;
    }
    .search-Btn{
        width: 36px;
    }
    .driver-bar{
        margin-left: 10px;
    }
    .timestart,.timeend{
        width: 150px;
    }
}
.driver-bar2 .driver-data span{
    display: inline;
}
@media screen and (max-width: 1366px) {
    .task-icon,.driver-icon{
        margin-right:30px !important;
    }
    .task-data span,.driver-data span{
        display: block;
        height: 20px;
        line-height: 20px;
        padding: 0 !important;
        text-align: center;
        margin-left: 0;
    }
    .task-data span:first-child,.driver-data span:first-child{
        margin-top:18px;
    }
    .task-data,.driver-data{
        margin-right: 35px;
    }
    .driver-bar2 .driver-data span{
        display: inline;
        padding: 0 20px 0 4px;
    }
    .driver-bar2 .driver-icon{
        margin-right: 20px !important;
    }
    .driver-bar2 .driver-data{
        margin-right: 20px !important;
    }
    #shareKey{
        width:70px;
    }
}
#shareKey{
    float: right;
    display: block;
    margin-right: 10px;
    margin-top: 18px;
    width:90px;
}
#searchStatus > div {
    position: relative;
}
#searchStatus > div:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 13px;
    height: 2px;
}
#searchStatus > input[title="未分配"] ~ .layui-form-checkbox:before{
    background: #f27c1c;
}
#searchStatus > input[title="已分配"] ~ .layui-form-checkbox:before{
    background: #e9cd11;
}
#searchStatus > input[title="进行中"] ~ .layui-form-checkbox:before{
    background: #34c163;
}
#searchStatus > input[title="已完成"] ~ .layui-form-checkbox:before{
    background: #999999;
}
#searchStatus > input[title="超时"] ~ .layui-form-checkbox:before{
    background: rgb(237,49,12);
}
.qingchu {
    margin-left: 5px !important;
}