body{
    background-color: #F7F8FA;
}
.task-list-filter-box{
    padding: 0 24px;
    background: #fff;
    width: 100%;
}
.task-list-filter-type{
    display: flex;
    /* align-items: center; */
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.task-list-filter-type>a{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    color: #262626;
    right: 0;
    text-decoration: none;
}
.task-list-filter-type:last-child{
    border-bottom: 0;
}
.task-list-filter-type>span{
    white-space: nowrap;
    width: 70px;
    line-height: 24px;
}
.task-list-filter-type-list{
    max-width: 86%;
    display: flex;
    flex-wrap: wrap;
    height: 24px;
    overflow: hidden;
}
.task-list-filter-type-list>a{
    text-decoration: none;
    height: 24px;
    padding: 0 18px;
    font-size: 14px;
    color: #262626;
    margin-right: 8px;
    margin-bottom: 8px;
}
.task-list-filter-type-list>a.active{
    background: #402D98;
    color: #fff;
}
.salary-range{
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    height: 24px;
    position: relative;
}
.salary-range>div{
    position: relative;
    width: 90px;
    height: 100%;
}
.salary-range>div>input{
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 4px 2px 4px 15px;
    font-size: 14px;
}
.salary-range>div>span{
    position: absolute;
    left: 2px;
    top: 2px;
}
.salary-range>span{
    line-height: 24px;
}
.salary-range>button{
    position: absolute;
    right: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    color: #262626;
    text-decoration: none;
}
.task-list-filter-select{
    width: 120px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding:0;
    font-size: 14px;
    margin-right: 30px;
}
.pt-task-list-content-box{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
.pt-task-list-box{
    width: 870px;
}
.pt-task-list-head-box{
    background: #fff;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    height: 48px;
}
.pt-task-list-head-type{
    display: flex;
    align-items: center;
}
.pt-task-list-head-type>p{
    font-size: 14px;
    color: #8c8c8c;
}
.pt-task-list-head-type>p>span{
    color: #262626;
}
.pt-task-head-type-list{
    display: flex;
    flex-wrap: wrap;
}
.pt-task-head-type-list>a{
    height: 22px;
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    padding: 0 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #262626;
    text-decoration: none;
}
.pt-task-head-type-list>a>i{
    margin-left: 4px;
    color: #8c8c8c;
}
.pt-task-list-head-sort{
    display: flex;
    align-items: center;
}
.pt-task-list-head-sort>a{
    text-decoration: none;
    color: #595959;
    margin-left: 30px;
    position: relative;
}
.pt-task-list-head-sort>a:first-child{
    margin-left: 0;
}
.pt-task-list-head-sort>a .sort-up{
    position: absolute;
    bottom: 1px;
    color: #8C8C8C;
}
.pt-task-list-head-sort>a .sort-down{
    position: absolute;
    top: 1px;
    color: #8C8C8C;
}
.pt-task-list-head-sort>a.active{
    color: #402D98;
}
.pt-task-list-head-sort>a .active{
    color: #402D98;
}
.pt-task-list{
    padding: 24px 24px 0;
    margin-top: 24px;
    background: #fff;
}
.pt-task-list-info{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}
.pt-task-list-left-info{
    width: 60%;
}
.pt-task-list-left-info>p{
    font-size: 16px;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}
.pt-task-list-left-info>span{
    color: #8c8c8c;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 24px;
    display: block;
}
.pt-task-list-left-info-detail{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 20px 0;
}
.pt-task-list-left-info-detail>p{
    color: #ED761F;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    margin-right: 16px;
}
.pt-task-list-left-info-detail>p>span{
    font-size: 14px;
    margin-left: 4px;
}
.pt-task-list-left-info-detail>span{
    color: #595959;
    line-height: 14px;
}
.pt-task-list-left-info-type{
    display: flex;
    flex-wrap: wrap;
}
.pt-task-list-left-info-type>span{
    height: 22px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    line-height: 20px;
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.pt-task-list-right-info{
    display: flex;
    justify-content: space-between;
    width: 300px;
    position: relative;
}
.pt-task-list-right-info>img{
    position: absolute;
    right: 130px;
    bottom: -10px;
}
.pt-task-list-right-info>div{
    width: 200px;
}
.pt-task-list-right-info>div>p{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.pt-task-list-right-info>div>p>span{
    font-size: 15px;
    color: #262626;
    margin-right: 4px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pt-task-list-right-info>div>span{
    font-size: 14px;
    line-height: 14px;
    color: #8c8c8c;
    display: block;
}
.pt-task-list-right-info>span{
    width: 64px;
    height: 64px;
    overflow: hidden;
}
.pt-task-list-right-info>span>img{
    display: block;
    width: 100%;
    height: 100%;
}
.pt-task-list-footer{
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pt-task-list-footer>p{
    font-size: 12px;
    color: #8c8c8c;
    display: flex;
    align-items: center;
}
.pt-task-list-footer>p>span{
    height: 22px;
    border: 1px solid #888;
    border-radius: 2px;
    color: #888;
    padding: 0 8px;
    line-height: 20px;
}
.pt-task-list-footer>p>span.xb{
    border-color: #FAAD14;
    color: #FAAD14;
}
.pt-task-list-footer>p>span.gz{
    border-color: #402D98;
    color: #402D98;
}
.pt-task-list-footer>span{
    color: #D9D9D9;
    /*cursor: pointer;*/
}
.pt-task-list-footer>span.active{
    color: #FAAD14;
}
.pt-task-list-page{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
    background: #fff;
    padding: 10px 24px;
}
.staff-task-detail-ab{
    display: block;
    margin: 0 0 24px;
}
.similar-task-box{
    background: #fff;
}
.similar-task-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 16px;
}
.similar-task-head>span{
    font-size: 15px;
}
.similar-task-head>a{
    color: #BFBFBF;
    text-decoration: none;
}
.similar-task-list{
    padding: 0 16px;
}
.similar-task-list>a{
    display: block;
    padding: 16px 0;
    border-bottom: 1px dashed #F0F0F0;
    text-decoration: none;
}
.similar-task-list>a>h4{
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
    margin-bottom: 8px;
    font-size: 14px;
}
.similar-task-list>a>span{
    color: #ED761F;
    line-height: 14px;
    display: block;
    margin-bottom: 8px;
}
.similar-task-list>a>p{
    color: #8C8C8C;
    font-size: 12px;
    line-height: 12px;
}
.pt-task-sidebar{
    width: 280px;
}
#cityModal .modal-content{
    border: 0;
    border-radius: 2px;
    overflow: hidden;
}
#cityModal .modal-dialog{
    width: 800px;
}
#cityModal .modal-body{
    padding: 16px 40px;
}
.city-head-box{
    background: #F8F8F8;
    border-radius: 2px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
}
.city-head-box>span{
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    color: #262626;
    padding: 0 8px;
    cursor: pointer;
}
.city-head-box>span.active{
    border-color: #402D98;
    color: #402D98;
}
.city-list{
    position: relative;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
}
.city-list>span{
    position: absolute;
    left: 0;
    top: 29px;
    font-size: 14px;
    color: #402D98;
}
.city-list>a{
    width: 20%;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    margin-top: 32px;
    color: #262626;
    cursor: pointer;
}
.city-list-box>div{
    display: none;
}
.pt-task-new-pay{
    background: url(../../img/newpay.jpg) no-repeat;
    border: 0;
}
.pt-task-new-pay-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pt-task-new-pay-info>p{
    font-size: 12px;
    color: #8c8c8c;
    line-height: 12px;
}
.pt-task-new-pay-info>span{
    font-size: 14px;
    line-height: 14px;
    color: #ED761F;
}