.info-mask{
    width:100%;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 8888;
    min-width: 1240px;
}

.info-head{
    width: 1200px;
    height: 60px;
    line-height: 60px;
    background: rgb(247,247,247);
    text-align: center;
    font-size: 20px;
    color: rgb(51,51,51);
    position: relative;
}
.info-closs{
    width: 60px;
    height: 60px;
    background:url("../images/info-closs.png") no-repeat right 20px center;
    position: absolute;
    right: 0;
}
.info-listhead{
    border-bottom: 1px solid rgb(217,217,217);
}
.driver-bar2{
    margin-left: 0;
}
.taskinfo{
    width: 1200px;
    overflow: hidden;
    position:absolute;
    top:50%;
    background: #fff;
    z-index: 9999;
    border-radius: 8px;
    margin-top: -350px;
}
.info-Search-inp{
    width: 280px;
    margin-right: 0;
}
.info-Search-inp input{
    width: 195px;
}

.info-search-Btn{
    width: 48px;
}
.info-clearn{
    width: 32px;
}
.info-form{
    height: 60px;
}
.info-form .layui-form-checkbox[lay-skin="primary"]{
    margin-top: 0;
}
.today{
    margin-left: 10px;
}
.time-form>a{
    color: rgb(52,193,99);
    display: inline-table;
    margin-right: 10px;
    height: 20px;
    border-bottom: 1px solid rgb(52,193,99);
    line-height: 20px;
}
/*.time-form>a:hover{*/
    /*color: rgb(52,193,99);*/
    /*border-bottom: 1px solid rgb(52,193,99);*/
/*}*/
.taskinfo .layui-form-info{
    /*height: calc(100vh - 490px);*/
    overflow: auto;
    border: 1px solid rgb(210,209,209);
    height: 350px;
}
.info-foot{
    height: 90px;
    line-height: 90px;
    margin-left: 20px;
    font-size: 14px;
    color: rgb(51,51,51);
}
.nowork-man{
    font-size: 20px;
    color: rgb(52,193,99);
    display: inline-block;
    text-align: center;
    width: 65px;
}
#closs-info{
    margin-left: 260px;
    background: none;
    border: 1px solid rgb(217,217,217);
    color: rgb(102,102,102);
}
#closs-info:hover{
    border: 1px solid rgb(52,193,99);
    color: rgb(52,193,99);
}
#allocation{
    width: 100px;
    background: none;
    border: 1px solid rgb(52,193,99);
    color: rgb(52,193,99);
}
#allocation:hover{
    border: none;
    background: rgb(52,193,99);
    color: #fff;
}
.qingchu2{
    width: 30px;
    background: url("../images/kongqingchu.png") no-repeat left center;
    margin: 0 !important;
}
.tomorrow{
    margin-right: 20px !important;
}
.table-info{
    border-bottom: 1px solid #eee;
}
@media screen and (min-width:1241px) {
    .taskinfo{
        left: 50%;
        margin-left: -600px;
    }
}
@media screen and (max-width: 1240px) {
    .taskinfo{
        left:20px;
    }
}
@media screen and (max-height:700px) {
    .taskinfo{
        margin-top:10px !important;
        top:0 !important;
    }
}

/*新加属性*/
#searchStatus2 .layui-form-checkbox>span{
    padding: 0 5px 0 5px !important
}
.cost-type .layui-form-select .layui-select-title>input{
    padding-left:10px !important;
    padding-right:0 !important;
}