/*order list style*/
.order-list-box{
    height: auto;
    /*padding: 0 15px;*/
    min-height: 575px;
}
.order-list{
    list-style: none;
    padding: 0;
    margin-left:-15px;
    margin-right:-15px;
}
.order-item{
    display: block;
    width: 260px;
    height: 270px;
    background: #fff;
    float: left;
    margin: 0 14.8px 30px;
    -ms-box-shadow: 0 5px 10px rgba(168,168,168,.1);
    -webkit-box-shadow: 0 5px 10px rgba(168,168,168,.1);
    box-shadow: 0 5px 10px rgba(168,168,168,.1);
}
.order-item.order-stop-item{
    position: relative;
}
.order-item.order-stop-item .icon{
    display: none;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.order-item.order-stop-item:hover .icon{
    display: block;
}
.order-item.order-stop-item .icon.icon-trash:hover{
    cursor: pointer;
    background: url("../img/icon/icon-trash-active.png") no-repeat center 1px;;
}
.order-cover-box{
    display: block;
    width: 100%;
    height: 160px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.order-cover-box img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transition: all .5s;
}
li.order-item:hover img{
	transform: scale(1.2);

}

.order-cover-box .order-label{
    position: absolute;
    top:0;
    left:0;
}
.order-cover-box:hover{
    cursor: pointer;
}
.order-item-info{
    height: 110px;
    border: 1.5px solid #fff;
    border-top: 0;
    padding: 20px;
    line-height: 21px;
}
.order-item-info .order-title{
    height: auto;
    overflow: hidden;
    margin-bottom: 8px;
}
.order-item-info .order-title a.nowrap-ellipsis{
    display: block;
    width: 160px;
    font-size: 16px;
    color: #3e4347;
}
.order-item-info .order-title a:hover{
    color: #00aad6;
    cursor: pointer;
    text-decoration: none;
}
.order-item:hover .order-item-info{
    border-color: #FFFFFF;
}
.order-label{
    display: inline-block;
    min-width: 48px;
    padding: 0 6px;
    text-align: center;
    height: 20px;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    line-height: 18px;
}
.order-label.order-label-waring{
    background: #ffc907;
    border-color: #ffc907;
    color: #fff;
}
.order-label.order-label-danger{
    background: #fe6e87;
    border-color: #fe6e87;
    color: #fff;
}
.order-label.order-label-gray{
    background: #dde0e5;
    border-color: #dde0e5;
    color: #60686e;
}
.order-label.order-label-green{
    background: #68c7b6;
    border-color: #68c7b6;
    color: #fff;
}
.order-label.order-label-blue{
    background: #39b7ea;
    border-color: #39b7ea;
    color: #fff;
}
.order-label.order-label-white{
    background: #fff;
    border-color: #dde0e5;
    color: #60686e;
}
.order-label.order-label-black5{
    background: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    color: #fff;
    font-size: 14px;
    border-radius: 0;
}

/*order detail style*/
.order-module-box{
    width: 100%;
    height: auto;
}
.order-module-box.bg-fff{
    background: #fff;
}
.order-module-body{
    padding: 30px 40px;
}
.order-module-body.pad-tb20{
    padding: 20px 40px;
}
.order-module-header{
    padding: 0 40px;
    border-bottom: 1px solid #dde0e5;
}
.order-module-header .title{
    display: inline-block;
    font-size: 16px;
    color: #60686e;
    height: 58px;
    padding: 20px 0;
    border-bottom: 2px solid #fff;
    margin-right: 30px;
    cursor: pointer;
}
.order-module-header .title.cursor{
    cursor: pointer;
}
.order-module-header .title.active{
    border-bottom: 2px solid #169fc1;
}
.order-progress-box{
    padding: 30px 0 10px;
}
.order-progress-box,.order-step-list{
    width: 100%;
    height: auto;
}
.order-step-item{
    display: block;
    height: auto;
    width: 50px;
    text-align: center;
    float: left;
    margin: 0 8%;
    position: relative;
}
.order-step-item:before{
    content: '';
    height: 8px;
    width: 92px;
    position: absolute;
    top:18px;
    left: auto;
    right: 92%;
    border-top: 1px solid #edf0f3;
    border-bottom: 1px solid #edf0f3;
    background: #fff;
    z-index: 2;
}
.order-step-item:after{
    content: '';
    height: 8px;
    width: 92px;
    position: absolute;
    top:18px;
    left: 92%;
    border-top: 1px solid #edf0f3;
    border-bottom: 1px solid #edf0f3;
    background: #fff;
    z-index: 2;
}
.step-cont{
    width: 44px;
    height: 44px;
    border: 1px solid #edf0f3;
    border-radius: 100%;
    background: #fff;
    margin: 0 auto 15px;
    text-align: center;
    padding: 1.5px;
}
.step-cont:before{
    content: '';
    height: 4px;
    width: 94px;
    position: absolute;
    top:20px;
    left: auto;
    right: 88%;
    border-top: 1px solid #ced0d5;
    border-bottom: 1px solid #ced0d5;
    background: #dde0e5;
    z-index: 3;
}
.step-cont:after{
    content: '';
    height: 4px;
    width: 94px;
    position: absolute;
    top:20px;
    left: 88%;
    border-top: 1px solid #ced0d5;
    border-bottom: 1px solid #ced0d5;
    background: #dde0e5;
    z-index: 4;
}
.step-cont span{
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #dde0e5;
    border: 1px solid #ced0d5;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
}
.order-step-item p{
    color: #60686e;
}
.order-step-list .order-step-item:first-child{
    margin-left: 0;
}
.order-step-list .order-step-item:last-child{
    margin-right: 0;
}
.order-step-list .order-step-item:first-child:before{
    display: none;
}
.order-step-list .order-step-item:last-child:after{
    display: none;
}
.order-step-list .order-step-item:first-child .step-cont:before{
    display: none;
}
.order-step-list .order-step-item:last-child .step-cont:after{
    display: none;
}
.order-step-list .order-step-item.active .step-cont:before,
.order-step-list .order-step-item.active .step-cont:after,
.order-step-list .order-step-item.active .step-cont span{
    border-color: #169fc1;
    background: #169fc1;
}
.order-step-list .order-step-item.errorActive .step-cont:before,
.order-step-list .order-step-item.errorActive .step-cont:after,
.order-step-list .order-step-item.errorActive .step-cont span {
    border-color: #dc374e;
    background: #dc374e;
}
.order-step-list .order-step-item.errorActive .step-cont:before,
.order-step-list .order-step-item.errorActive .step-cont:after,
.order-step-list .order-step-item.errorActive .step-cont span{
    border-color: #dc374e;
    background: #dc374e;
}
.order-step-list .order-step-item.errorActive .step-cont span{
    content: "\f107";
}
.order-step-list .order-step-item.errorActive .step-cont span.remove{
    font-size: 30px;
    font-weight: lighter;
    line-height: 1.1;
}
.order-step-list .order-step-item.errorActive .step-cont span.remove-stop{
    font-size: 50px;
    line-height: 0.56;
    font-weight: lighter;
}

/*order task detail style*/
.order-table.table{
    table-layout: fixed;
    border-bottom: 1px solid #eceff2;
    border-top: 1px solid #eceff2;
    margin-bottom: 15px;
}
.order-table.table>tbody>tr>td,
.order-table.table>tbody>tr>th,
.order-table.table>tfoot>tr>td,
.order-table.table>tfoot>tr>th,
.order-table.table>thead>tr>td,
.order-table.table>thead>tr>th {
    padding: 12px;
    line-height: 1;
    vertical-align: middle;
    border-top: 1px solid #eceff2;
    color: #60686e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.order-table.table>thead>tr>th {
    vertical-align: middle;
    border-top: 1px solid #eceff2;
    border-bottom: 1px solid #eceff2;
    font-weight: normal;
    color: #60686e;
}
.order-table.table>tbody>tr>td p{
    line-height: 1.42857143;
}
.order-table.table-striped>tbody>tr:nth-child(odd)>td,
.order-table.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f5f8f9;
}

/*上传源码*/
.task-files-box{
    height: auto;
    overflow: hidden;
}
.taskFile-item{
    height: auto;
    overflow: hidden;
}
.taskFile-item .icon-task-file{
    display: inline-block;
    width:17px;
    height: 18px;
    background: url("../img/icon/icon-files.png") no-repeat top left;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.taskFile-item .task-files-name{
    display: inline-block;
    max-width: 300px;
    color: #60686e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.taskFile-item span{
    color: #a6a9ac;
    font-size: 12px;
    position: relative;
    top: -5px;
    margin-left: 10px;
}
.taskFile-item .icon{
    display: none;
    vertical-align: top;
    position: relative;
    top: 1px;
}
.taskFile-item:hover .task-files-name{
    text-decoration: underline;
    color: #68c7b6;
    cursor: pointer;
}
.taskFile-item:hover .task-files-name span{
    color: #68c7b6;
}
.taskFile-item:hover .icon{
    display: inline-block;
    cursor: pointer;
}
.order-noData{
    display: block;
    float: none;
}
.text-size30{
    font-size:30px;
    font-weight:bold;
}
.pay-stage-list-box{
    border-top: 1px solid #eee;
    padding-top: 14px;
}
.pay-stage-list{
    display: flex;
    margin-bottom: 20px;
}
.pay-stage-list>span{
    white-space: nowrap;
    margin-right: 30px;
    line-height: 14px;
    font-size: 14px;
    color: #333;
}
.pay-stage-list>div{
    flex: 1;
}
.pay-stage-list-info>div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.pay-stage-list-info>div>p{
    color: #333;
    line-height: 14px;
}
.pay-stage-list-info>div>span{
    color: red;
    line-height: 14px;
}
.pay-stage-list-info>p{
    line-height: 24px;
}
.upload-results-btn{
    float: right;
    padding: 0 14px;
    line-height: 32px;
    border-radius: 3px;
    color: #fff !important;
    background: #ed761f;
    margin-top: 14px;
    text-decoration: none !important;
}
.select-deliver-jd{
    display: flex;
    align-items: center;
}
.select-deliver-jd>span{
    margin-right: 12px;
}
.select-deliver-jd>select{
    height: 36px;
    width: 250px;
    border:1px solid #eee;
    border-radius: 3px;
}
.results-info-list{
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.results-info-list:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom:0
}
.results-info-list>p{
    color: #333;
    line-height: 14px;
    margin-bottom: 14px;
}
.results-info-list>span{
    display: block;
    color: #666;
    line-height: 22px;
    margin-bottom: 14px;
}
.results-info-list>div{
    display: flex;
    flex-wrap: wrap;
}
.results-info-list>div>a{
    line-height: 22px;
    margin-right: 10px;
}
.view-works-box{
    display: flex;
}
.view-works-box>div{
    flex: 1;
}
.attendance-box{
    border-left: 1px solid #eee;
    padding-left: 15px;
}
.attendance-box>p{
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.attendance-box>p>span{
    color: #333;
    line-height: 14px;
}
.attendance-box>p>a{
    line-height: 14px;
    color: #ed761f;
}
.attendance-list{
    max-height: 300px;
    overflow-y: auto;
}
.attendance-list>p{
    display: flex;
    align-items: center;
    color: #333;
    margin-bottom: 8px;
}
.attendance-list>p:last-child{
    margin-bottom: 0;
}
.attendance-list>p>span{
    margin-right: 20px;
}