<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body{
    font-family: Microsoft YaHei;
    color: #262626;
    font-size: 14px;
}
.my-project-box{
    background: #fff;
    height: 100%;
    position: relative;
}
.my-transaction-tab{
    display: flex;
    border-bottom: 1px solid #F0F0F0;
    padding: 0 24px;
}
.my-transaction-tab&gt;span{
    height: 56px;
    line-height: 56px;
    border-bottom: 2px solid transparent;
    font-size: 15px;
    color: #262626;
    cursor: pointer;
    margin-right: 24px;
}
.my-transaction-tab&gt;span:last-child{
    margin-right: 0;
}
.my-transaction-tab&gt;span.active{
    border-color: #402D98;
    color: #402D98;
}
.my-project-list-box{
    padding: 24px 24px 100px;
}
.my-project-list-head-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my-project-list-head-search&gt;a{
    width: 114px;
    height: 32px;
    background: #402D98;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.my-project-list-head-search&gt;a&gt;i{
    margin-right: 8px;
}
.my-project-list-head-search&gt;div{
    display: flex;
    align-items: center;
    position: relative;
}
.my-project-list-head-search&gt;div&gt;div{
    position: relative;
}
.my-project-list-head-search&gt;div&gt;div:first-child{
    margin-right: 24px;
}
.my-project-list-head-search&gt;div&gt;div&gt;span{
    color: #262626;
    font-size: 14px;
}
.my-project-list-head-search&gt;div&gt;div&gt;select{
    height: 32px;
    width: 200px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
}
.my-project-list-head-search&gt;div&gt;div&gt;input{
    width: 400px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    height: 32px;
}
.my-project-list-head-search&gt;div&gt;div&gt;a{
    position: absolute;
    border-radius: 0px 2px 2px 0px;
    width: 30px;
    height: 30px;
    top: 1px;
    right: 1px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    color: #595959;
    border-left: 1px solid #D9D9D9;
}
.my-project-list-table{
    margin-top: 24px;
}
.my-project-list-table .table&gt;thead&gt;tr&gt;th{
    border-width: 1px;
    border-color: #F0F0F0;
}
.my-project-list-table .table&gt;thead&gt;tr&gt;th{
    background: #FAFAFA;
    height: 56px;
    color: #262626;
    font-size: 14px;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 8px;
}
.my-project-list-table .table&gt;tbody&gt;tr&gt;td{
    border-color: #F0F0F0;
    padding: 20px 8px;
    vertical-align: inherit;
}
.my-project-title{
    width: 200px;
}
.my-project-title&gt;div{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #262626;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
}
.my-project-title&gt;p{
    color: #8C8C8C;
    font-size: 12px;
    line-height: 12px;
}
.my-project-status{
    display: flex;
    align-items: center;
}
.my-project-status&gt;p{
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.my-project-status&gt;p&gt;i{
    width: 6px;
    height: 6px;
    background: #BFBFBF;
    border-radius: 50%;
    margin-right: 8px;
}
.my-project-status&gt;p&gt;i.status-gz{
    background: #1890FF;
}
.my-project-status&gt;p&gt;i.status-sq{
    background: #52C41A;
}
.my-project-status&gt;p&gt;i.status-cg{
    background: #402D98;
}
.my-project-status&gt;p&gt;i.status-sh{
    background: #FFA940;
}
.my-project-status&gt;p&gt;i.status-qy{
    background: #F759AB;
}
.my-project-status&gt;p&gt;i.status-zz{
    background: #FF4D4F;
}
.my-project-status&gt;p&gt;i.status-zp{
    background: #52C41A;
}
.my-project-status&gt;span{
    height: 22px;
    background: #F6FFED;
    border: 1px solid #D9F7BE;
    border-radius: 2px;
    padding: 0 6px;
    color: #52C41A;
    font-size: 12px;
    line-height: 20px;
}
.my-project-operating{
    display: flex;
}
.my-project-operating&gt;a{
    text-decoration: none;
    color: #402D98;
    position: relative;
}
.my-project-operating&gt;a&gt;span{
    color: #402D98;
}
.job-remov-box{
    position: absolute;
    right: -12px;
    bottom: 34px;
    width: 240px;
    height: 102px;
    background: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    padding: 16px;
    display: none;
}
.job-remov-box::after{
    content: '';
    position: absolute;
    bottom: -7px;
    right: 20px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
}
.job-remov-box&gt;p{
    display: flex;
    align-items: center;
    color: #262626;
    margin-bottom: 24px;
}
.job-remov-box&gt;p&gt;i{
    color: #FAAD14;
    margin-right: 8px;
}
.job-remov-box&gt;div{
    display: flex;
    justify-content: flex-end;
}
.job-remov-box&gt;div&gt;button{
    height: 24px;
    line-height: 22px;
    padding: 0 8px;
    margin-left: 8px;
}
.my-project-operating&gt;a:first-child{
    margin-right: 10px;
}
.my-project-list-page{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 24px;
}
.btn-close{
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    line-height: 32px;
    padding: 0 18px;
    color: #262626;
    font-size: 14px;
}
.btn-determine{
    height: 32px;
    background: #402D98;
    border: 1px solid #402D98;
    border-radius: 2px;
    line-height: 32px;
    padding: 0 18px;
    color: #fff !important;
    font-size: 14px;
}
.release-project-process{
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.release-project-process&gt;div{
    margin-right: 100px;
}
.release-project-process&gt;div:last-child{
    margin-right: 0;
}
.release-project-process&gt;div{
    position: relative;
    display: flex;
    align-items: center;
    color: #8C8C8C;
}
.release-project-process&gt;div&gt;span{
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    color: #BFBFBF;
    text-align: center;
    line-height: 32px;
    margin-right: 8px;
}
.release-project-process&gt;div::after{
    content: '';
    position: absolute;
    right: -84px;
    width: 64px;
    height: 1px;
    background: #F0F0F0;
}
.release-project-process&gt;div:last-child::after{
    display: none;
}
.release-project-process&gt;div.active{
    color: #262626;
}
.release-project-process&gt;div.active::after{
    background: #402D98;
}
.release-project-process&gt;div.active&gt;span{
    background: #402D98;
    border: 1px solid #402D98;
    color: #fff;
}
.release-project-modal .modal-body{
    padding: 24px;
}
.release-project-content&gt;div{
    display: flex;
    margin-bottom: 24px;
}
.release-project-content&gt;div&gt;span{
    width: 100px;
    text-align: right;
    color: #262626;
    line-height: 32px;
}
.release-project-content&gt;div&gt;div{
    width: 520px;
    position: relative;
}
.release-project-content&gt;div&gt;div&gt;input,.release-project-content&gt;div&gt;div&gt;select{
    height: 32px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    font-size: 14px;
    padding: 0 10px;
}
.release-project-content&gt;div&gt;div&gt;span{
    position: absolute;
    right: 6px;
    top: 6px
}
.release-project-content&gt;div&gt;div&gt;textarea{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    font-size: 14px;
    padding: 6px 10px;
    height: 140px;
}
.release-project-annex&gt;a{
    text-decoration: none;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    width: 114px;
    color: #262626;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.release-project-annex&gt;a&gt;i{
    color: #595959;
    margin-right: 8px;
}
.release-project-annex&gt;div{
    margin-top: 24px;
}
.release-project-annex&gt;div&gt;div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 600px;
}
.release-project-annex&gt;div&gt;div:last-child{
    margin-bottom: 0;
}
.release-project-annex&gt;div&gt;div&gt;p{
  /*  display: flex;*/
    align-items: center;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.release-project-annex&gt;div&gt;div&gt;p&gt;img{
    margin-right: 6px;
}
.release-project-annex&gt;div&gt;div&gt;p&gt;span{
    color: #BFBFBF;
}
.release-project-annex&gt;div&gt;div&gt;a{
    color: #402D98;
    text-decoration: none;
}
.release-project-area{
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    cursor: pointer;
}
.release-project-area&gt;p{
    display: none;
    flex-wrap: wrap;
    position: relative;
    z-index: 4;
}
.release-project-area&gt;span{
    color: #777;
}
.release-project-area-list{
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    padding: 4px 0;
    background: #fff;
    z-index: 2;
    display: none;
}
.release-project-area-list&gt;p{
    padding: 5px 12px;
    color: rgba(0,0,0,.65);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
    transition: all .3s;
}
.release-project-area-list&gt;p:hover{
    color: #402D98;
    background: #eee;
}
.release-project-area-list&gt;p.active{
    color: #402D98;
    background: #eee;
}
.release-project-area&gt;p&gt;a{
    line-height: 24px;
    height: 24px;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 0 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 8px;
    text-decoration: none;
    color: #262626;
}
.release-project-area&gt;p&gt;a&gt;i{
    font-style: initial;
    margin-left: 4px;
    cursor: pointer;
}
.my-job-search{
    position: relative;
    width: 400px;
    margin-top: 24px;
}
.my-job-search&gt;input{
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    height: 32px;
}
.my-job-search&gt;a{
    position: absolute;
    border-radius: 0px 2px 2px 0px;
    width: 30px;
    height: 30px;
    top: 1px;
    right: 1px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    color: #595959;
    border-left: 1px solid #D9D9D9;
}
.my-job-filter{
    display: flex;
}
.my-job-filter&gt;a{
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    line-height: 30px;
    color: #262626;
    font-size: 14px;
    padding: 0 18px;
    cursor: pointer;
}
.my-job-filter&gt;a.active{
    border-color: #402D98;
    color: #402D98;
}
.release-project-modal .modal-lg{
    width: 800px !important;
}
.radio-type-box{
    display: flex;
}
.radio-type-box&gt;div{
    margin: 0 10px 0 0 !important;
    display: flex;
    align-items: center;
}

.task-detail-box{
    background: #F7F8FA;
    padding-bottom: 40px;
}
.width1200{
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.task-detail-breadcrumb .breadcrumb{
    background: none;
    margin-bottom: 0;
    padding: 13px 0;
}
.task-detail-breadcrumb .breadcrumb&gt;li{
    font-size: 12px;
}
.task-detail-breadcrumb .breadcrumb&gt;li&gt;a{
    color: #262626;
    text-decoration: none;
    font-size: 12px;
}
.task-detail-head-info{
    padding: 24px;
    background: #fff;
}
.task-detail-head-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.task-detail-head-title&gt;strong{
    color: #262626;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    font-family: Microsoft YaHei;
}
.task-detail-head-title&gt;span{
    color: #ED761F;
    font-size: 30px;
    line-height: 30px;
    font-family: Microsoft YaHei;
    position: relative;
}
.task-detail-head-title&gt;span&gt;img{
    position: absolute;
    left: -180px;
    top: -10px;
}
.task-detail-head-company{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.task-detail-head-company&gt;div,.task-detail-head-company&gt;div&gt;p{
    display: flex;
    align-items: center;
}
.task-detail-head-company&gt;div&gt;p{
    color: #262626;
    font-size: 14px;
}
.task-detail-head-company&gt;div&gt;p&gt;img{
    width: 32px;
    height: 32px;
    margin-right: 16px;
}
.task-detail-head-company&gt;div&gt;span{
    margin-left: 24px;
    color: #8C8C8C;
    border-left: 1px solid #8C8C8C;
    padding-left: 14px;
    line-height: 16px;
}
.task-detail-head-company&gt;span{
    color: #8C8C8C;
}
.task-detail-head-time{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 14px;
}
.task-detail-head-time&gt;p{
    line-height: 14px;
    color: #8C8C8C;
    margin-right: 30px;
    margin-bottom: 10px;
}
.task-detail-head-time&gt;p:last-child{
    margin-right: 0;
}
.task-detail-head-time&gt;p&gt;span{
    color: #402D98;
    font-weight: bold;
}
.task-detail-head-process{
    display: flex;
    margin-top: 20px;
}
.task-detail-head-process&gt;div{
    display: flex;
    position: relative;
    margin-right: 160px;
}
.task-detail-head-process&gt;div::after{
    content: '';
    position: absolute;
    width: 150px;
    height: 1px;
    background: #f0f0f0;
    right: -160px;
    top: 10px;
}
.task-detail-head-process&gt;div:last-child{
    margin-right: 0;
}
.task-detail-head-process&gt;div:last-child::after{
    display: none;
}
.task-detail-head-process&gt;div&gt;i{
    font-size: 20px;
    margin-right: 10px;
    color: #BFBFBF;
    line-height: 21px;
}
.task-detail-head-process&gt;div&gt;div&gt;p{
    color: #BFBFBF;
    line-height: 21px;
    white-space: nowrap;
}
.task-detail-head-process&gt;div&gt;div&gt;span{
    color: #BFBFBF;
    line-height: 12px;
    font-size: 12px;
    margin-top: 8px;
    white-space: nowrap;
}
.task-detail-head-process&gt;div.active::after{
    background: #402D98;
}
.task-detail-head-process&gt;div.active&gt;i{
    color: #402D98;
}
.task-detail-head-process&gt;div.active&gt;div&gt;p{
    color: #262626;
    white-space: nowrap;
}
.task-detail-head-status{
    height: 40px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding: 0 16px;
}
.select-search-area{
    margin-top:23px;
}
.select-search-area&gt;div{
    margin-right:23px;
}
.select-search-area&gt;div&gt;select{
    height: 32px;
    width: 155px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    font-size: 14px;
    padding: 0 10px;
}
.status-bg-zise{
    border: 1px solid #402d9891;
    background: rgba(64, 45, 152, .16);
}
.status-bg-zise&gt;p{
    color: #402D98;
}
.status-bg-zise&gt;p&gt;i{
    color: #402D98;
}
.status-bg-zise&gt;span{
    color: #402D98;
}
.status-bg-lvse{
    border: 1px solid #52C41A;
    background: rgba(82, 196, 26, .16);
}
.status-bg-lvse&gt;p{
    color: #52C41A;
}
.status-bg-lvse&gt;p&gt;i{
    color: #52C41A;
}
.status-bg-lvse&gt;span{
    color: #52C41A;
}
.status-bg-red{
   /* border: 1px solid #FF4D4F;
    background: rgba(255, 77, 79, .16);*/
}
.status-bg-red&gt;p{
    color: #FF4D4F;
}
.status-bg-red&gt;p&gt;i{
    color: #FF4D4F;
}
.status-bg-red&gt;div{
    display: flex;
}
.status-bg-red&gt;div&gt;a{
    color: #FF4D4F;
    text-decoration: none;
}
.status-bg-red&gt;div&gt;span{
    color: #FF4D4F;
    margin: 0 10px;
}
.task-detail-content{
    margin-top: 24px;
    background: #fff;
    min-height: 600px;
}
.task-detail-content-tab{
    display: flex;
    padding: 0 24px;
    border-bottom: 1px solid #f0f0f0;
}
.task-detail-content-tab&gt;span{
    height: 56px;
    line-height: 56px;
    border-bottom: 2px solid transparent;
    color: #262626;
    font-size: 15px;
    margin-right: 40px;
    cursor: pointer;
    transition: .3s ease;
    position: relative;
}
.task-detail-content-tab&gt;span&gt;i{
    position: absolute;
    width: 8px;
    height: 8px;
    background: #FF4D4F;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    top: 17px;
    right: -2px;
}
.task-detail-content-tab&gt;span.active{
    border-color: #402D98;
    color: #402D98;
}
.task-detail-desc-box{
    padding: 24px;
}
.task-detail-desc-box&gt;p{
    font-size: 15px;
    color: #262626;
    line-height: 15px;
    margin-bottom: 30px;
    font-weight: bold;
}
.task-detail-desc{
    color: #262626;
    line-height: 24px;
    margin-bottom: 30px;
}
.task-detail-annex{
    width: 600px;
}
.task-detail-annex&gt;div{
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}
.task-detail-annex&gt;div&gt;p{
    width: 50%;
    /*display: flex;*/
    align-items: center;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.task-detail-annex&gt;div&gt;p&gt;img{
    margin-right: 8px;
}
.task-detail-annex&gt;div&gt;p&gt;span{
    color: #BFBFBF;
}
.task-detail-annex&gt;div&gt;a{
    color: #402D98;
    text-decoration: none;
}
.task-detail-bidder{
    display: flex;
    align-items: center;
    position: relative;
}
.task-detail-bidder&gt;span{
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    border-radius: 0px 0px 8px 0px;
    position: absolute;
    top: -20px;
    left: -8px;
    font-size: 12px;
    color: #fff;
}
.bidder-qy{
    background: #FFA940;
}
.bidder-yqy{
    background: #52C41A;
}
.bidder-jqy{
    background: #FF4D4F;
}
.task-detail-bidder&gt;img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
}
.bid-record-box{
    min-height: 100%;
    position: relative;
}
.bid-record-box .my-project-list-table{
    margin-top: 0;
    padding: 24px 24px 100px;
}
.bid-record-pages{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 24px;
}
.sq-time{
    position: relative;
}
.sq-time&gt;img{
    position: absolute;
    left: -74px;
    top: -18px;
}
.plan-detail-head{
    display: flex;
}
.plan-detail-head&gt;div{
    flex: 1;
}
.plan-detail-head-left{
    display: flex;
    align-items: center;
}
.plan-detail-head-left&gt;span{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 16px;
    overflow: hidden;
}
.plan-detail-head-left&gt;span&gt;img{
    display: block;
    width: 100%;
    height: 100%;
}
.plan-detail-head-left&gt;div{
    flex: 1;
}
.plan-detail-head-left&gt;div&gt;strong{
    color: #262626;
    font-size: 15px;
    display: block;
    line-height: 15px;
    margin-bottom: 14px;
}
.plan-detail-head-left&gt;div&gt;p{
    display: flex;
    align-items: center;
    color: #8C8C8C;
    line-height: 14px;
}
.plan-detail-head-left&gt;div&gt;p&gt;img{
    margin-right: 8px;
}
.plan-detail-head-right{
    display: flex;
}
.plan-detail-head-right&gt;div:first-child{
    margin-right: 70px;
}
.plan-detail-head-right&gt;div&gt;span{
    font-size: 12px;
    color: #8C8C8C;
    display: block;
    line-height: 12px;
    margin-bottom: 24px;
}
.plan-detail-head-right&gt;div&gt;p{
    color: #262626;
    font-size: 20px;
    line-height: 20px;
}
.plan-detail-modal .modal-body{
    padding: 24px;
}
.plan-detail-title{
    color: #262626;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
}
.task-detail-settlement-box{
    padding: 24px;
}
.task-detail-settlement-info{
    display: flex;
    align-items: center;
    color: #262626;
    margin-bottom: 16px;
}
.task-detail-settlement-info&gt;img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 6px;
}
.task-detail-settlement-info&gt;span{
    color: #ED761F;
}
.ys-status{
    display: flex;
    align-items: center;
}
.ys-status&gt;i{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 8px;
}
.ystg{
    background: #52C41A;
}
.dys{
    background: #FFA940;
}
.ysjj{
    background: #FF4D4F;
}
.pay-status{
    height: 22px;
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    line-height: 20px;
    padding: 0 8px;
    color: #262626;
    font-size: 12px;
    display: inline-block;
}
.pay-status-js{
    background: #F6FFED;
    border: 1px solid #D9F7BE;
    color: #52C41A;
}
.stage-detail-modal .modal-lg{
    width: 720px !important;
}
.stage-detail-modal .modal-body{
    padding: 24px;
}
.stage-detail-title{
    color: #8C8C8C;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
}
.stage-detail-info{
    display: flex;
    flex-wrap: wrap;
}
.stage-detail-info&gt;div{
    width: 50%;
    margin-bottom: 30px;
}
.stage-detail-info&gt;div&gt;span{
    color: #8C8C8C;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
    display: block;
}
.stage-detail-info&gt;div&gt;p{
    color: #262626;
    line-height: 15px;
    font-size: 15px;
}
.stage-detail-desc{
    margin-bottom: 30px;
}
.stage-detail-desc&gt;div{
    color: #262626;
    line-height: 24px;
}
.stage-amount-modal .modal-lg{
    width: 480px;
    z-index: 11;
}
.stage-amount-modal::after{
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #000;
    opacity: .5;
}
.stage-amount-prompt{
    padding-top: 40px;
}
.stage-amount-prompt&gt;img{
    display: block;
    margin: 0 auto 20px;
}
.stage-amount-prompt&gt;strong{
    font-size: 15px;
    color: #262626;
    display: block;
    line-height: 15px;
    text-align: center;
}
.stage-amount-prompt&gt;p{
    text-align: center;
    color: #595959;
    font-size: 14px;
    line-height: 14px;
    margin-top: 14px;
}
.stage-amount-btn{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.stage-pay-modal .modal-lg{
    width: 720px;
}
.stage-pay-modal .modal-body{
    padding: 24px;
}
.stage-pay-info,.stage-pay-amount,.stage-pay-ys-zt,.stage-pay-js-zt{
    display: flex;
    margin-bottom: 20px;
}
.stage-pay-info&gt;span,.stage-pay-amount&gt;span,.stage-pay-ys-zt&gt;span,.stage-pay-js-zt&gt;span{
    width: 70px;
    text-align: right;
    line-height: 22px;
    white-space: nowrap;
}
.stage-pay-info&gt;div{
    flex: 1;
    line-height: 22px;
    color: #262626;
}
.stage-pay-ys-zt&gt;div{
    display: flex;
    align-items: center;
}
.stage-pay-ys-zt&gt;div&gt;i{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 8px;
}
.stage-pay-js-zt&gt;div&gt;span{
    height: 22px;
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    line-height: 20px;
    padding: 0 8px;
    color: #262626;
    font-size: 12px;
    display: inline-block;
}
.stage-pay-amount-modal .modal-lg{
    width: 520px;
}
.stage-pay-amount-modal .modal-body{
    padding: 24px;
}
.stage-pay-amount-info{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.stage-pay-amount-info&gt;img{
    margin-right: 24px;
    width: 64px;
}
.stage-pay-amount-info&gt;div{
    flex: 1;
}
.stage-pay-amount-info&gt;div&gt;p{
    display: flex;
    margin-bottom: 16px;
}
.stage-pay-amount-info&gt;div&gt;p&gt;strong{
    color: #262626;
    font-size: 15px;
    margin-right: 20px;
    line-height: 15px;
}
.stage-pay-amount-info&gt;div&gt;p&gt;a{
    color: #402D98;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
}
.stage-pay-amount-info&gt;div&gt;span{
    color: #8C8C8C;
    display: block;
    line-height: 14px;
}
.stage-pay-amount-inp{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.stage-pay-amount-inp&gt;span{
    color: #262626;
    width: 70px;
}
.stage-pay-amount-inp&gt;div{
    width: 320px;
    position: relative;
}
.stage-pay-amount-inp&gt;div&gt;input{
    width: 100%;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 0 8px;
}
.stage-pay-amount-inp&gt;div&gt;span{
    position: absolute;
    right: 1px;
    width: 30px;
    height: 30px;
    top: 1px;
    line-height: 30px;
    text-align: center;
    color: #8C8C8C;
    z-index: 2;
    cursor: pointer;
}
.job-detail-head-process-box{
    display: flex;
    justify-content: space-between;
}
.job-detail-head-process-box .task-detail-head-process&gt;div{
    margin-right:70px
}
.job-detail-head-process-box .task-detail-head-process&gt;div:last-child{
    margin-right: 0;
}
.job-detail-head-process-box .task-detail-head-process&gt;div::after{
    width: 50px;
    right: -60px;
}
.job-detail-head-process-box .task-detail-head-time{
    margin-top: 0;
    max-width: 60%;
}
.job-skill{
    width: 280px;
    display: flex;
    flex-wrap: wrap;
}
.job-skill&gt;span{
    height: 22px;
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.modal-content{
    box-shadow:none;
    border: none;
    border-radius: 2px;
}
.resume-detail-modal .modal-lg{
    width: 960px;
}
.resume-detail-modal .modal-body{
    padding: 30px 40px;
}
.resume-detail-head{
    display: flex;
    padding-bottom: 30px;
    border-bottom: 1px solid #F0F0F0;
}
.resume-detail-head&gt;span{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 24px;
}
.resume-detail-head&gt;span&gt;img{
    width: 100%;
    height: 100%;
    display: block;
}
.resume-detail-head&gt;div{
    flex: 1;
}
.resume-detail-head-title{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.resume-detail-head-title&gt;strong{
    color: #262626;
    font-size: 20px;
    line-height: 20px;
    font-family: Microsoft YaHei;
    margin-right: 16px;
}
.resume-detail-head-info{
    display: flex;
    align-items: center;
    color: #8C8C8C;
    line-height: 16px;
}
.resume-detail-head-info&gt;span{
    color: #F0F0F0;
    margin: 0 10px;
}
.resume-detail-head-info&gt;img{
    margin-right: 8px;
}
.resume-detail-head-lable{
    display: flex;
    margin-top: 14px;
}
.resume-detail-head-lable&gt;span{
    height: 22px;
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 0 8px;
    color: #262626;
    font-size: 12px;
    line-height: 20px;
    margin-right: 8px;
}
.resume-detail-content{
    padding-top: 24px;
}
.resume-detail-content&gt;span{
    display: block;
    width: 100px;
    height: 32px;
    background: #F5F5F5;
    text-align: center;
    line-height: 32px;
    color: #262626;
}
.resume-detail-word-info&gt;div{
    padding: 24px 0;
    border-bottom: 1px dashed #F0F0F0;
}
.resume-detail-word-info&gt;div&gt;div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.resume-detail-word-info&gt;div&gt;div&gt;p{
    display: flex;
    color: #262626;
    align-items: center;
}
.resume-detail-word-info&gt;div&gt;div&gt;p&gt;strong{
    font-size: 16px;
    line-height: 16px;
}
.resume-detail-word-info&gt;div&gt;div&gt;p&gt;span{
    padding-left: 16px;
    margin-left: 16px;
    line-height: 14px;
    height: 14px;
    border-left: 1px solid #F0F0F0;
}
.resume-detail-word-info&gt;div&gt;div&gt;span{
    color: #262626;
    line-height: 14px;
}
.resume-detail-word-info&gt;div&gt;p{
    color: #8C8C8C;
    line-height: 24px;
}
.word-detail-modal .modal-lg{
    width: 900px;
}
.word-detail-modal  .modal-body{
    padding: 30px 20px;
}
.word-detail-info{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.word-detail-info&gt;span{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 16px;
    overflow: hidden;
}
.word-detail-info&gt;span&gt;img{
    width: 100%;
    height: 100%;
}
.word-detail-body{
    display: flex;
}
.word-detail-body&gt;div{
    flex: 1;
    min-width: 50%;
    padding: 0 20px;
}
.word-detail-body&gt;div:first-child{
    border-right: 1px solid #f0f0f0;
}
.word-detail-body .task-detail-annex{
    width: 100%;
}
.kq-jl&gt;p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kq-jl&gt;p&gt;span{
    color: #262626;
    line-height: 14px;
}
.kq-jl&gt;p&gt;a{
    color: #402D98;
}
.kq-jl&gt;div&gt;div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    color: #262626;
    line-height: 14px;
}
.kq-jl&gt;div&gt;div&gt;p{
    display: flex;
    align-items: center;
}
.kq-jl&gt;div&gt;div&gt;p&gt;i{
    width: 4px;
    height: 4px;
    background: #402D98;
    margin-right: 8px;
}
.pay-amount-list&gt;div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.pay-amount-list&gt;div&gt;p{
    color: #262626;
    line-height: 14px;
}
.pay-amount-list&gt;div&gt;span{
    color: #8C8C8C;
    line-height: 14px;
}
.modal-body{
    max-height: 600px;
    overflow-x: auto;
}
.staff-task-detail-head-box{
    padding: 40px 0;
    background: url(../../img/ygtaskbg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 24px;
}
.staff-task-detail-head{
    display: flex;
    justify-content: space-between;
}
.staff-task-detail-head-info&gt;strong{
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.staff-task-detail-head-info&gt;p{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.staff-task-detail-head-info&gt;p&gt;strong{
    color: #ED761F;
    font-size: 30px;
    line-height: 22px;
}
.staff-task-detail-head-info&gt;p&gt;span{
    color: #8C8C8C;
    margin-left: 16px;
    line-height: 14px;
    padding-left: 16px;
    border-left: 1px solid #8C8C8C;
}
.staff-task-detail-content-box{
    display: flex;
}
.staff-task-detail-content{
    width: 890px;
}
.staff-task-detail-content .task-detail-head-info{
    padding: 16px 24px;
}
.staff-task-detail-content .task-detail-head-process{
    margin-top: 0;
    justify-content: space-between;
}
.staff-task-detail-content .task-detail-head-process&gt;div{
    margin-right: 0;
}
.staff-task-detail-content .task-detail-head-process&gt;div::after{
    width: 90px;
    right: -102px;
}
.staff-task-detail-right{
    margin-left: 20px;
    flex: 1;
}
.staff-task-detail-qy-info{
    padding: 16px;
    background: #fff;
}
.staff-task-detail-qy-info&gt;div{
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.staff-task-detail-qy-info&gt;div&gt;span{
    width: 60px;
    height: 60px;
    margin-right: 16px;
}
.staff-task-detail-qy-info&gt;div&gt;span&gt;img{
    width: 100%;
    height: 100%;
    display: block;
}
.staff-task-detail-qy-info&gt;div&gt;p{
    font-size: 15px;
    flex: 1;
    cursor: pointer;
}
.staff-task-detail-qy-info&gt;div&gt;p&gt;img{
    margin-left: 6px;
}
.staff-task-detail-qy-info&gt;p&gt;span{
    display: flex;
    align-items: center;
    margin-top: 16px;
    line-height: 14px;
}
.staff-task-detail-qy-info&gt;p&gt;span&gt;img{
    margin-right: 8px;
}
.staff-task-detail-head-operating{
    position: relative;
}
.staff-task-detail-head-operating&gt;img{
    position: absolute;
    top: -6px;
    left: -90px;
}
.staff-task-detail-head-operating&gt;div{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.staff-task-detail-head-operating&gt;div&gt;a{
    text-decoration: none;
    margin-left: 20px;
    color: #262626;
    display: flex;
    align-items: center;
}
.staff-task-detail-head-operating&gt;div&gt;a&gt;i{
    margin-right: 6px;
}
.staff-task-detail-head-operating&gt;div&gt;a.sc-active&gt;i{
    color: #FAAD14;
}
.staff-task-detail-head-operating&gt;button{
    width: 260px;
    height: 46px;
    background: #402D98;
    outline: none;
    border: none;
    color: #fff !important;
    font-size: 16px;
    margin-top: 40px;
    border-radius: 0;
}
.staff-task-detail-ab{
    display: block;
    margin: 24px 0;
}
.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&gt;span{
    font-size: 15px;
}
.similar-task-head&gt;a{
    color: #BFBFBF;
    text-decoration: none;
}
.similar-task-list{
    padding: 0 16px;
}
.similar-task-list&gt;a{
    display: block;
    padding: 16px 0;
    border-bottom: 1px dashed #F0F0F0;
    text-decoration: none;
}
.similar-task-list&gt;a&gt;h4{
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
    margin-bottom: 8px;
    font-size: 14px;
}
.similar-task-list&gt;a&gt;span{
    color: #ED761F;
    line-height: 14px;
    display: block;
    margin-bottom: 8px;
}
.similar-task-list&gt;a&gt;p{
    color: #8C8C8C;
    font-size: 12px;
    line-height: 12px;
}
.apply-bid-modal .modal-lg{
    width: 980px;
}
.apply-bid-modal .modal-body{
    padding: 30px 40px;
}
.apply-bid-date{
    display: flex;
}
.apply-bid-date&gt;div{
    width: 280px;
    margin-right: 40px;
}
.apply-bid-date&gt;div&gt;span{
    line-height: 14px;
    display: block;
    margin-bottom: 14px;
}
.apply-bid-date&gt;div&gt;div{
    position: relative;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
}
.apply-bid-date&gt;div&gt;div&gt;input{
    border: none;
    display: block;
    flex: 1;
}
.apply-bid-date&gt;div&gt;div&gt;span{
    position: absolute;
    right: 6px;
    top: 4px;
}
.apply-bid-date-box{
    width: 100%;
    display: flex;
    position: relative;
}
.apply-bid-date-box&gt;input{
    width: 50%;
    border:none;
}
.apply-bid-date-box&gt;span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #BFBFBF;
}
.apply-bid-jd{
    position: relative;
}
.apply-bid-jd&gt;span{
    position: absolute;
    top: 7px;
    right: 6px;
}
.apply-bid-jd&gt;input{
    border: none;
    height: 32px !important;
    border-radius: 2px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.apply-bid-jd&gt;input:hover{
    border: 1px solid #D9D9D9;
}
.apply-bid-modal .my-project-list-table .table&gt;tbody&gt;tr&gt;td{
    padding: 10px 8px;
}
.stage-del{
    text-decoration: none;
    color: #402D98;
}
.add-stage-box{
    border: 1px solid #f0f0f0;
    border-top: 0;
    display: flex;
    align-items: center;
    height: 50px;
    margin-bottom: 24px;
}
.add-stage-box&gt;a{
    color: #402D98;
    text-decoration: none;
    margin-left: 24px;
}
.deliver-desc{
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    width: 100%;
    padding: 6px 10px;
}
.job-detail-head-box{
    background: url(../../img/jobheadbg.jpg) no-repeat;
    margin-bottom: 0;
}
.job-detail-head-box .staff-task-detail-head-info&gt;strong{
    color: #fff;
}
.job-detail-head-box .task-detail-head-time&gt;p&gt;span{
    color: #ED761F;
}
.job-detail-head-box .staff-task-detail-head-info&gt;p&gt;a{
    text-decoration: none;
    color: #ED761F;
    margin-left: 6px;
}
.job-detail-head-box .staff-task-detail-head-operating&gt;div&gt;a{
    color: #fff;
}
.job-detail-content-box .staff-task-detail-content .task-detail-head-process&gt;div::after{
    width: 200px;
    right: -240px;
}
.job-detail-content-box .similar-task-list&gt;a{
    display: flex;
}
.job-detail-content-box .similar-task-list&gt;a&gt;div{
    flex: 1;
}
.job-detail-content-box .similar-task-list&gt;a&gt;span{
    width: 48px;
    height: 48px;
    margin-left: 10px;
}
.job-detail-content-box .similar-task-list&gt;a&gt;span&gt;img{
    width: 100%;
    height: 100%;
    display: block;
}
.job-detail-content-box .similar-task-list&gt;a&gt;div&gt;h4{
    overflow: hidden;
    line-height: 14px;
    height: 14px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #262626;
}
.job-detail-content-box .similar-task-list&gt;a&gt;div&gt;span{
    color: #ED761F;
    line-height: 14px;
    display: block;
    margin-bottom: 8px;
}
.job-detail-content-box .similar-task-list&gt;a&gt;div&gt;p{
    color: #8C8C8C;
    font-size: 12px;
    line-height: 12px;
}
.job-detail-head-box .task-detail-head-time&gt;p{
    color: #BFBFBF;
}
.job-detail-head-box .staff-task-detail-head-info&gt;p&gt;span{
    color: #BFBFBF;
}
.job-detail-head-box.active{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.enterprise-head-info{
    display: flex;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #f0f0f0;
}
.enterprise-head-info&gt;span{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.enterprise-head-info&gt;span&gt;img{
    width: 100%;
    height: 100%;
    display: block;
}
.enterprise-head-info&gt;div{
    flex: 1;
}
.enterprise-head-info&gt;div&gt;strong{
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
}
.enterprise-head-info&gt;div&gt;div{
    display: flex;
}
.enterprise-head-info&gt;div&gt;div&gt;span{
    display: flex;
    align-items: center;
    color: #8C8C8C;
    margin-right: 20px;
}
.enterprise-head-info&gt;div&gt;div&gt;span&gt;img{
    margin-right: 8px;
}
.enterprise-desc&gt;span{
    display: block;
    width: 100px;
    height: 32px;
    background: #F5F5F5;
    text-align: center;
    line-height: 32px;
    margin-bottom: 24px;
}
.enterprise-desc&gt;div{
    text-align: justify;
    line-height: 22px;
}
.salary-pay-box{
    padding: 24px;
}
.salary-pay-word{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.salary-pay-word&gt;p{
    display: flex;
    line-height: 14px;
}
.salary-pay-word&gt;p&gt;span{
    color: #8C8C8C;
}
.salary-pay-word&gt;a{
    text-decoration: none;
    width: 120px;
    height: 32px;
    background: #402D98;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
.upload-word-modal .modal-lg{
    width: 720px;
}
.upload-word-modal .modal-body{
    padding: 30px 40px;
}
.upload-word-info{
    margin-bottom: 24px;
}
.upload-word-info&gt;p{
    line-height: 14px;
    margin-bottom: 20px;
}
.upload-word-info&gt;select{
    width: 280px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    padding: 0 10px;
}
.upload-word-info&gt;textarea{
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    width: 100%;
    padding: 6px 10px;
}
.task-detail-head-status-box {
    display: flex;
    margin-top: 14px;
}
.task-detail-head-status-box .task-detail-head-status{
    margin-top: 0;
    flex: 1;
}
.task-detail-head-status-box&gt;a{
    height: 40px;
    border-radius: 2px;
    background: #402D98;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
    margin-left: 20px;
}
.task-detail-head-status-box .task-detail-head-status-amount{
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.task-detail-head-status-box .task-detail-head-status-amount&gt;span{
    margin: 0 10px;
}
.task-detail-head-status-box .task-detail-head-status-amount&gt;a{
    height: 40px;
    border-radius: 2px;
    background: #402D98;
    color: #fff;
    line-height: 40px;
    padding: 0 20px;
}
.task-head-share{
    position: relative;
}
.task-head-share&gt;a{
    text-decoration: none;
    margin-left: 20px;
    color: #262626;
    display: flex;
    align-items: center;
}
.task-head-share .bshare-custom{
    position: absolute;
    top: 22px;
    left: 20px;
    width: 130px;
    z-index: 2;
    display: none;
    padding-top: 8px;
}
.task-head-share:hover .bshare-custom{
    display: block;
}
.release-project-content&gt;div&gt;div .Validform_checktip{
    top: 36px;
}
.release-project-content&gt;div&gt;div&gt;textarea + .Validform_checktip{
    top: 146px;
}
.release-project-content&gt;div .radio-inline{
    display: flex;
    align-items: center;
}
.release-project-content&gt;div .radio-inline&gt;input{
    margin-top: 0;
}</pre></body></html>