/* 任务详情页面 */
.taskBorBottom {
    border-bottom: 1px solid #ddd;
}

.taskDetailBox {
    z-index: 57;
}

.taskDetail {
    top: 80px;
    width: 95%;
    bottom: 60px;
    max-width: 1300px;
    flex-direction: column;
}
.taskDetail-dy{
      width: 60%;
}


.taskDetailHead {
    flex: 0 0 41px;
}

.taskIcon {
    height: 26px;
    flex: 0 0 50px;
    padding: 0 4px;
    margin-top: 7px;
    color: #2a90fc;
    line-height: 26px;
    margin-right: 10px;
    border-radius: 4px;
    background: #d0e5fc;
}

.taskIcons {
    height: 26px;
    flex: 0 0 55px;
    padding: 0 4px;
    margin-top: 7px;
    color: #2a90fc;
    line-height: 26px;
    margin-right: 10px;
    border-radius: 4px;
    background: #d0e5fc;
}

.taskNextMan{
    margin-top: 10px;
    justify-content: space-between;
}
.taskNextRes{
     justify-content: space-between;
     align-items: center;
     margin-top: 10px;
}
.working-hours{
    width: 85px;
    height: 25px;
}
.completed-res{
     width: 85px;
     height: 25px;
}
.form-radio{
    width: 78px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-radio span {
    display: block;
}
.form-radio :hover{
  cursor:pointer
}
/* .form-radio label:hover{
  cursor:pointer
} */

.taskBreadCrumbNav {
    overflow: hidden;
    margin-right: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.taskFnMenuBtn {
    top: 0;
    right: 50px;
    border: 0;
    background: none;
    position: absolute;
}

.taskFnMenuBtn:hover {
    color: #2a90fc;
}

.taskFnMenuList {
    top: 40px;
    right: 50px;
    width: 250px;
    z-index: 2;
    line-height: 26px;
    border-radius: 4px;
    position: absolute;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.taskFnMenuListTitle {
    line-height: 50px;
    border-bottom: 1px solid #ededed;
}

.closeTaskFnMenuList {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}

.taskFnMenuList li {
    cursor: pointer;
    padding: 8px 20px;
}

.taskFnMenuList li button {
    border: 0;
    width: 210px;
    color: #4d4d4d;
    cursor: pointer;
    background: none;
    line-height: 20px
}

.taskFnMenuList li:hover,
.taskFnMenuList li:hover button {
    color: white;
    background: #2a90fc;
}

.taskFnMenuList li button.updataTaskVisibilityBtn {
    padding-top: 8px;
    border-top: 1px solid #ededed;
}

.taskFnMenuList li:hover button.updataTaskVisibilityBtn {
    border-top: 1px solid #2a90fc;
}

.taskVisibilityTipTxt {
    margin-left: 22px;
    color: #959595;
}

.taskFnMenuList li:hover .taskVisibilityTipTxt {
    color: white;
}

.taskDetailContent {
    flex: 1;
    overflow: hidden;
}

.taskDetailLeftSide {
    flex: 3;
    padding: 20px;
    overflow-y: auto;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
}
.taskMessageFooter{
     flex: 1;
    display: flex;
    justify-content: center;
}
.task-determine{
    margin-right: 30px;
}

.taskNameBox {
    margin-bottom: 20px;
}

.taskNameBox:hover {
    background: #f5f5f5;
}

.taskName {
    font-size: 18px;
}

.taskName:hover {
    color: #2a90fc
}

.taskNameEditBox {
    background: white;
}

.taskNameArea {
    width: 100%;
    height: 50px;
    padding: 5px;
    resize: none;
    border-radius: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.taskNameBtnBox {
    text-align: right;
}

.taskNameBtnBox button,
.taskRemarkBtnBox button {
    height: 30px;
    outline: none;
    padding: 0 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
}

.taskResultOption {
    padding-bottom: 10px;
}
.taskResultOption .taskResult span.sel-icon{
    width: 15px;
    height: 15px;
    background: url(../images/doen.png) no-repeat;
    display: inline-block;
    background-size: 100% 100%;
}
.taskResultOption .taskResultOptionContent{

}
.taskResultOption .taskResultOptionContent .taskResult{
    position: relative;
    display: inline-block;
}
.taskResultOption .taskResultOptionContent li{
    width: 100%;
    line-height: 30px;
}
.taskResultOption .taskResultOptionContent li:hover{
    background-color: #f2f2f2;
}
.taskResultOption .taskResultOptionContent ul{
    width: 80px;
    z-index: 999;
    background: #fff;
    position: absolute;
    top: 19px;
    left: -20px;
    display: none;
    position: absolute;
    border-radius: 4px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.taskResultOption .taskResultEdit {
    display: inline-block;
}
.taskResultOption .taskResulEditArea.noData {
    border: 1px solid #f23a3a;
}
.taskResultOption .taskResulEditArea {
    width: 270px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 0 5px;
}
.taskResultOption .taskResultEdit .taskresultcommit {}
.taskResultOption .taskResultEdit .taskresultcancel{}

.taskMessageOption {
    margin-bottom: 15px;
}

.taskMessageOptions{
    width: 125px;
    height: 100%;
}
.workingHours-details{
    width: 85px;
}
.completedRes-details{
     width: 85px;
}

.taskMessageOptionTwo {
    /* margin-bottom: 15px; */
}

.taskMessageOptionTitle {
    color: #959595;
    flex: 0 0 120px;
    line-height: 30px;
}
.taskMessageOptionTitleTwo {
    color: #959595;
    flex: 0 0 56px;
    line-height: 30px;
}
.taskMessageOptionTitles {
    color: #959595;
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.taskMessageOptionTitle .icon-work-time {
    width: 17px;
    height: 15px;
    background: url(../images/icon-work-time.png) no-repeat;
    display: inline-block;
}
.taskMessageOptionTitles .icon-work-time {
    width: 17px;
    height: 15px;
    background: url(../images/icon-work-time.png) no-repeat;
    display: inline-block;
}

.taskMessageOptionContent .icon-work-time-msg ,.taskMessageOptionContents .icon-work-time-msg{
    width: 17px;
    height: 17px;
    background: url(../images/icon-score-msg.png) no-repeat;
    display: inline-block;
    cursor: pointer;
}
.taskMessageOptionTitle .icon-score{
    width: 17px;
    height: 15px;
    background: url(../images/icon-work-time.png) no-repeat;
    display: inline-block;

}
.taskMessageOptionTitles .icon-score{
    width: 17px;
    height: 15px;
    background: url(../images/icon-work-time.png) no-repeat;
    display: inline-block;
}
.taskMessageOptionTitle .i-txt{
    font-size: 12px;
}
.taskMessageOptionTitles .i-txt{
    font-size: 12px;
}

/* .dynamicLink .link{
    color: #2440b3;
    text-decoration: underline;
} */

.taskMessageOptionTitleTwo,
.taskMessageOptionTitleThree {
    color: #959595;

}

.taskMessageOptionContent, .taskMessageOptionContents {
    flex: 1;
    /* line-height: 30px; */
	display: flex;
	align-items: center;
}

.taskMessageOptionContent .score-txt, .taskMessageOptionContents .score-txt,
 .taskMessageOptionContent .total-txt, .taskMessageOptionContents .total-txt{
    cursor: pointer;
    margin-right: 8px;
}
.taskMessageOptionContent .score-txt:hover, .taskMessageOptionContents .score-txt:hover,
.taskMessageOptionContent .total-txt:hover, .taskMessageOptionContents .total-txt:hover
{
    cursor: pointer;
    color: #2a90fc;
}
.taskMessageOptionContent .score-desc, .taskMessageOptionContents .score-desc{
    color: #c5c5c5;
}
.taskMessageOptionContent .score-box, .taskMessageOptionContents .score-box{
    display:  none;
}
.taskMessageOptionContent .score-box input, .taskMessageOptionContent .hours-box input, .taskMessageOptionContents .score-box input{
    width: 77px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 4px;
    border: solid 1px #d9d9d9;
    padding-left: 10px;
}
.taskMessageOptionContent .score-save, .taskMessageOptionContents .score-save,
.taskMessageOptionContent .total-save, .taskMessageOptionContents .total-save
{
    color: #2a90fc;
    cursor: pointer;
    margin: 0 8px;
}
.taskMessageOptionContent .score-cancel, .taskMessageOptionContents .score-cancel,
.taskMessageOptionContent .total-cancel, .taskMessageOptionContents .total-cancel
{
    color: #959595;
    cursor: pointer;
    margin-right: 8px;
}

.taskMessageOptionContent .repeat-icon, .taskMessageOptionContents .repeat-icon{
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    background: url(../images/repeat.png) no-repeat;
}

.taskMessageOptionContent .repeat-icon.repeat-blue, .taskMessageOptionContents .repeat-icon.repeat-blue{
    background: url(../images/repeat-blue.png) no-repeat;
} 

.taskMessageOptionContent .taskRistsel .sel-icon,
.taskMessageOptionContents .taskRistsel .sel-icon,
.taskMessageOptionContent .taskResultsel .sel-icon,
.taskMessageOptionContents .taskResultsel .sel-icon{
    width: 15px;
    height: 15px;
    background: url(../images/doen.png) no-repeat;
    display: inline-block;
    background-size: 100% 100%;
}
.taskMessageOptionContent .taskRistsel,
.taskMessageOptionContents .taskRistsel,
.taskMessageOptionContent .taskResultsel,
.taskMessageOptionContents .taskResultsel{
    display: flex;
    position: relative;
	justify-content: space-between;
	align-items: center;
	width: 80px;
	margin-right: 8px;
	cursor: pointer;
}
.taskMessageOptionContent .taskRistList,
.taskMessageOptionContents .taskRistList,
.taskMessageOptionContent .taskResultList,
.taskMessageOptionContents .taskResultList{
    position: absolute;
    width: 80px;
    background-color: #fff;
    z-index: 999;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-align: center;
	top:32px;
}
.taskMessageOptionContent .taskRistList li,
.taskMessageOptionContents .taskRistList li,
.taskMessageOptionContent .taskResultList li,
.taskMessageOptionContents .taskResultList li{
    /* width: 100%; */
    line-height: 30px;
	justify-content: center;
	padding: 0 5px;
}
.taskMessageOptionContent .taskRistList li:hover,
.taskMessageOptionContents .taskRistList li:hover,
.taskMessageOptionContent .taskResultList li:hover,
.taskMessageOptionContents .taskResultList li:hover{
    background-color: #f2f2f2;
}
.taskMessageOptionContent .taskRistEdit,
.taskMessageOptionContents .taskRistEdit,
.taskMessageOptionContent .taskResultEdit,
.taskMessageOptionContents .taskResultEdit{
    display: inline-block;
}
.taskMessageOptionContent .taskRistEdit input,
.taskMessageOptionContents .taskRistEdit input,
.taskMessageOptionContent .taskResultEdit input,
.taskMessageOptionContents .taskResultEdit input{
    width: 346px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    padding: 0 5px;
}
.taskMessageOptionContent .taskRistEdit input.noData,
.taskMessageOptionContents .taskRistEdit input.noData,
.taskMessageOptionContent .taskResultEdit input.noData,
.taskMessageOptionContents .taskResultEdit input.noData{
    width: 346px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid red;
    border-radius: 3px;
    padding: 0 5px;
}

.taskMessageOption .work-time-box {
    width: 600px;
    /* height: 100px; */
    background: #fff;
    position: absolute;
    top: 50px;
    left: 100px;
    min-height: 200px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
}

.taskMessageOption .work-time-box li{
    margin-top: 10px;
}
.taskMessageOption .work-time-box .head-box{
    text-align: center;
    position: relative;
    line-height: 40px;
}
.taskMessageOption .work-time-box .i-close{
    width: 10px;
    height: 11px;
    background: url(../images/close.png) no-repeat 100% 100%;
    position: absolute;
    top: 18px;
    right: 22px;
    display: inline-block;
    cursor: pointer;

}
.taskMessageOption .work-time-box .user-msg{
    display: inline-block;
    width: 200px;
    text-align: center;
}
.taskMessageOption .work-time-box img{
    vertical-align: sub;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.taskMessageOption .work-time-box .txt-work-time{
    display: inline-block;
    width: 100px;
    text-align: center;
}
.taskMessageOption .work-time-box .txt-create-time{
    display: inline-block;
    width: 200px;
    text-align: center;
}

.taskResultEdit .add-result-file{
    width: 102px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 4px;
    border: solid 1px #d9d9d9;
    color: #2a90fc;
    cursor: pointer;
}
.taskStatus {
    width: 90px;
    height: 30px;
    color: #4d4d4d;
    line-height: 30px;
    background: #f5f5f5;
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
}
.taskStatuss {
    width: 90px;
    height: 30px;
    color: #4d4d4d;
    background: #f5f5f5;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.taskStatusss{
    width: 90px;
    height: 30px;
    color: #4d4d4d;
    background: #f5f5f5;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.taskStatusGreen {
    color: #69b439;
    background: #75c94033;
}

.taskStatusList {
    left: 0;
    top: 36px;
    z-index: 1;
    border-radius: 4px;
    position: absolute;
    background: white;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    width: 125px;
}
.taskStatusList li {
    cursor: pointer;
    padding: 6px 10px;
	display: flex;
	align-items: center;
}

.taskStatusListTwo {
   transform: translate(-11%, -61%);
    z-index: 1;
    border-radius: 4px;
    position: absolute;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 125px;
}


.taskStatusListTwo li {
    cursor: pointer;
    padding: 6px 30px;
	display: flex;
	align-items: center;
}
.taskStatusList li span{
    margin-left: 6px;
}
.taskStatusListTwo li span{
    margin-left: 6px;
}
.taskStatusList li:first-child {
    color: grey;
}
.taskStatusListTwo li:first-child {
    color: grey;
}

.taskStatusList li.textGreen {
    color: #69b439;
}
.taskStatusListTwo li.textGreen {
    color: #69b439;
}

.taskStatusList li .icon-gou {
    color: #333;
    margin-left: 20px;
}
.taskStatusListTwo li .icon-gou {
    color: #333;
    margin-left: 20px;
}

.taskStatusList li:hover,
.taskPriorityList li:hover {
    background: #eee;
}
.taskStatusListTwo li:hover{
    background: #eee;
}
.taskStatusListhree{
    left: 0;
    top: 35px;
    z-index: 1;
    border-radius: 4px;
    position: absolute;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 125px;
}
.taskStatusListhree li {
    cursor: pointer;
    padding: 5px 10px;
	display: flex;
	align-items: center;
}
.taskStatusListhree li span{
    margin-left: 6px;
}
.taskStatusListhree li:first-child {
    color: grey;
}
.taskStatusListhree li.textGreen {
    color: #69b439;
}
.taskStatusListhree li .icon-gou {
    color: #333;
    margin-left: 20px;
}
.taskStatusListhree li:hover{
    background: #eee;
}
/*
.taskStatusList {
    left: 0;
    top: -220px;
    z-index: 1;
    border-radius: 4px;
    position: absolute;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 125px;
} */

.taskExcutorBtn {
    border: 0;
    color: #959595;
    background: none;
    line-height: 30px;
}

.taskExcutorBtns {
    border: 0;
    color: #959595;
    background: none;
    line-height: 30px;
}
.taskExcutorModifyBtns{
     border: 0;
    color: #959595;
    background: none;
    line-height: 30px;
}

.taskExcutorImg {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 50%;
}

.taskEndTimeIpt {
    border: 0;
    cursor: pointer;
    color: #959595;
    background: none;
    line-height: 28px;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
}

.taskStartTimeValue ,
.taskEndTimeValue,
.taskTimeValue,
.taskDates {
    cursor: pointer;
}

.taskStartTimeValue:hover ,
.taskEndTimeValue:hover ,
.taskTimeValue:hover,
.taskDates:hover {
    color: #2a90fc;
}

.delTaskEndTimeBtn,
.resetTaskExcutorBtn {
    border: 0;
    display: none;
    color: #4d4d4d;
    background: none;
}

.setContentColor {
    color: #4d4d4d;
}

.taskExcutorName:hover {
    color: #2a90fc;
}
.taskExcutorNames:hover {
    color: #2a90fc;
}
.taskExcutorModifyNames:hover{
    color: #2a90fc;
}

.taskEndTimeIpt.setContentColor:hover .delTaskEndTimeBtn,
.taskExcutorBtn.setContentColor:hover .resetTaskExcutorBtn {
    display: inline-block;
}

.taskEndTimeIpt.setContentColor:hover .delTaskEndTimeBtn:hover,
.taskExcutorBtn.setContentColor:hover .resetTaskExcutorBtn:hover {
    color: #2a90fc;
}

.taskStartTimeValue ,
.taskEndTimeValue ,
.taskTimeValue {
    outline: none;
    border: 0;
    width: 180px;
    background: white;
}

.setContentColor .taskStartTimeValue ,
.setContentColor .taskEndTimeValue ,
.setContentColor .taskTimeValue {
    width: 180px;
}

.taskRemark {
    color: #4d4d4d;
}

.taskRemark,
.taskRemarkTitle {
    line-height: 22px;
}

.taskRemark:hover {
    background: #f5f5f5;
}

.taskRemarkEditArea {
    width: 100%;
    resize: none;
    padding: 5px;
    height: 100px;
    color: #4d4d4d;
    line-height: 22px;
    border-radius: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.taskMsg {
    width: 100%;
    resize: none;
    padding: 5px;
    height: 100px;
    color: #4d4d4d;
    line-height: 22px;
    border-radius: 4px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.taskRemarkBtnBox {
    text-align: right;
}

.taskPriority,
.taskPriorityList li span {
    width: 90px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    background: white;
    box-sizing: border-box;
}

.normal {
    color: #a09e9e;
    border: 1px solid #a09e9e;
}

.urgent {
    color: #ffaf38;
    border: 1px solid #ffaf38;
}

.heightUrgent {
    color: #ef6c0e;
    border: 1px solid #ef6c0e;
}
.mostUrgent {
    color: #ff4f3e;
    border: 1px solid #ff4f3e;
}

.taskPriorityList {
    top: -162px;
    z-index: 1;
    left: 96px;
    position: absolute;
    border-radius: 4px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.taskPriorityList li {
    cursor: pointer;
    padding: 5px 10px;
}

.taskPriorityList li i {
    display: none;
    line-height: 30px;
    margin-left: 20px;
}

.taskPriorityList li.showThisTaskPriority i {
    display: inline;
}

.taskLabelList {
    flex-wrap: wrap;
}

.taskLabelList button {
    border: 0;
    background: none;
}

.taskLabelLi {
    cursor: pointer;
    margin-right: 15px;
    position: relative;
    margin-bottom: 5px;
}

.labelblue {
    background-color: #3da8f5;
}

.labelgreen {
    background-color: #75c940;
}

.labelcyan {
    background-color: #2fbdb3;
}

.labelpurple {
    background-color: #797ec9;
}

.labelyellow {
    background-color: #ffaf38;
}

.labelred {
    background-color: rgb(255, 79, 62);
}

.taskLabelLiName {
    color: white;
    padding: 0 10px;
    line-height: 24px;
    border-radius: 15px;
}

.taskLabelDelBtn {
    top: -5px;
    z-index: 1;
    right: -5px;
    opacity: 0;
    color: #aaa;
    cursor: pointer;
    position: absolute;
    transition: opacity 0.3s;
}

.taskLabelLi:hover .taskLabelDelBtn {
    opacity: 1;
}

.taskLabelListBtn {
    color: #4d4d4d;
    line-height: 30px;
}

.taskLabelListBtn:hover {
    color: #2a90fc;
}

.theTaskLabelBox {
    z-index: 1;
    width: 250px;
    overflow: hidden;
    border-radius: 4px;
    position: absolute;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.affiliatedTaskContentBox {
    padding: 10px 5px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.affiliatedTaskList {
    flex-direction: column;
}

.affiliatedDoneTaskList .affiliatedTaskStatusBtn,
.affiliatedDoneTaskList .affiliatedTaskName,
.affiliatedDoneTaskList .affiliatedTaskEndTimeBtn input,
.affiliatedDoneTaskList .affiliatedTaskExcutorBtn {
    opacity: 0.6;
}

.affiliatedTask {
    margin-bottom: 10px;
}

.affiliatedTaskStatusBtn {
    border: 0;
    height: 16px;
    color: grey;
    cursor: pointer;
    background: none;
    margin-right: 10px;
}

.subTaskTemplate .affiliatedTaskStatusBtn {
    margin-top: 7px;
}

.affiliatedTaskName {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    margin-right: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.affiliatedTaskNameBox {
    flex: 1;
    margin-right: auto;
}

.affiliatedTaskName:hover {
    color: #2a90fc;
}

.affiliatedTaskNameIpt {
    width: 100%;
    line-height: 30px;
    padding-left: 5px;
    border-radius: 2px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.affiliatedTaskNameIptborder{
    width: 70%;
}
.closeTask-chid{
    position: relative;
    bottom: 30px;
    left: 12px;
}

.subTaskNameBox {
    text-align: right;
}

.subTaskNameBox button {
    height: 30px;
    outline: none;
    padding: 0 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
}

.affiliatedTaskEndTime {
    border: 0;
    width: 90px;
    color: grey;
    height: 24px;
}

.affiliatedTaskEndTimeBtn,
.subTaskMenuBtn {
    border: 0;
    height: 22px;
    color: grey;
    font-size: 14px;
}
.close-choose{
    position: absolute;
    top: 30px;
    left: 75%;
}

.total-chired{
    position: absolute;
    top: 44px;
    right: 16px;
    z-index: 9;
}

.total-chired .total-input{
    width: 100px;
}

.subTaskMenuBtn:hover {
    color: #2a90fc;
}
.subTaskTemplate {
    position: relative;
}

.subTaskTemplate .affiliatedTaskEndTimeBtn {
    margin-top: 4px;
    position: relative;
    right: 145px;
}

/* .affiliatedTaskEndTimeBtn .subTaskTimeTxt {
    position: absolute;
    left: 17px;
} */
.affiliatedTaskEndTimeBtn input {
    width: 15px;
    padding-left: 25px;
    border: 0;
    cursor: pointer;
    background: url(../images/time.png) no-repeat center center;
    /* background-position: 1px; */
}

.affiliatedTaskEndTimeBtn input.on {
    background: white;
    width: 85px;
}
/* .subTaskTime-posit{
    position: relative;
    left: 16px;
} */

.affiliatedTaskEndTimeBtn input.on:hover {
    color: #2a90fc
}

.affiliatedTaskEndTimeBtn input.dangerColor.on:hover {
    color: #fe4343;
}

.affiliatedTaskExcutorBtn {
    border: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.taskType-posit{
    position: relative;
    right: 170px;
    margin-top: 3px;
}

.subTaskTemplate .affiliatedTaskExcutorBtn {
    margin-top: 5px;
    position: relative;
    right: 158px;
}

.subTaskBtnMenu {
    z-index: 1;
    width: 250px;
    border-radius: 4px;
    position: absolute;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.subTaskBtnUl li {
    color: grey;
    cursor: pointer;
    padding: 8px 20px;
}

.subTaskBtnUl li:hover {
    color: white;
    background: #2a89fc;
}

.subTaskBtnUl li button {
    border: 0;
    color: grey;
    font-size: 14px;
}

.subTaskBtnUl li:hover button {
    color: white;
}

.createAffiliatedTaskBtn {
    border: 0;
    width: 100%;
    color: grey;
    color: #2a90fc;
    text-align: left;
    background: none;
}

.taskFileType {
    margin-right: 10px;
    font-size: 28px;
}

.taskFileName {
    flex: 1;
    min-width: 0;
    color: #4d4d4d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.taskFileName:hover {
    color: #2a90fc;
}

.collectTaskProkect {
    margin: 0 10px;
    color: #959595;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.collectMenuList {
    position: absolute;
    top: 25px;
    right: 0;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.collectMenuList li button {
    line-height: 20px;
    padding: 4px 10px;
}

.collectMenuList li:hover {
    background: #f5f5f5;
}

.collectBtnMenu ul li {
    color: #959595;
    padding: 0 20px;
    font-size: 20px;
    cursor: pointer;
}

.collectBtnMenu ul li button {
    font-size: 14px;
    color: #959595;
    line-height: 28px;
}

.collectBtnMenu ul li:hover,
.collectBtnMenu ul li:hover button {
    color: white;
    background: #2a90fc;
}

.collectMenuListBtn:hover {
    color: #2a90fc;
}

.taskBillResetBtn {
    border: 0;
    color: #ff4f3e;
    background: none;
}

.theLabelHeadOne {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.theLabelNameIptOne {
    flex: 1;
    border: 0;
    line-height: 26px;
    background: white;
}

.createNewLabelBtn {
    border: 0;
    color: #2a90fc;
    background: none;
}

.theLabelList li {
    cursor: pointer;
    padding: 5px 10px;
    line-height: 22px;
    box-sizing: border-box;
}

.theLabelList li:hover {
    background: #f5f5f5;
}

.theLabelList li button {
    border: 0;
    color: #666;
    flex: 0 0 16px;
    background: none;
}

.theLabelColor {
    height: 8px;
    flex: 0 0 8px;
    display: block;
    margin-top: 8px;
    margin-right: 5px;
    border-radius: 50%;
}

.theLabelName {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    margin-right: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.theLabelEditBtn {
    margin-right: 10px;
    visibility: hidden;
}

.theLabelList {
    overflow-y: auto;
    max-height: 200px;
}

.theLabelList li:hover .theLabelEditBtn {
    visibility: visible;
}

.theLabelColorList li {
    height: 24px;
    color: white;
    flex: 0 0 24px;
    margin-left: 15px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
}

.theLabelColorList li i {
    display: none;
}

.theLabelColorList li.showThisColorClock i {
    display: inline;
}

.theLabelColorList {
    margin-top: 10px;
}

.theLabelNameIptTwo {
    width: 220px;
    line-height: 30px;
    padding-left: 5px;
    border-radius: 2px;
    margin: 10px 15px 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.theLabelBtnBox {
    margin: 10px 15px;
    justify-content: space-between;
}

.theLabelBtnBox button {
    flex: 1;
    line-height: 30px;
    border-radius: 4px;
}

.theLabelDelBtn {
    color: #ff4f3e;
    background: white;
    border: 1px solid #ff4f3e;
}

.theLabelSubmitBtn {
    border: 0;
    color: white;
    background: #2a90fc;
}

.taskDetailRightSide {
    flex: 2;
    /* overflow: hidden; */
    overflow-y: auto;
    flex-direction: column;
}

.taskScopeNum {}

.taskMessageBroad {
    padding: 15px;
    border-top: 1px solid #ddd;
}

.taskMessageArea {
    border: 0;
    width: 100%;
    resize: none;
    height: 55px;
    box-sizing: border-box;
}

.sendOutButton {
    display: flex;
    justify-content: right;
    margin: 10px 0 10px 0;
}

.taskMessageReset {
    height: 30px;
    outline: none;
    padding: 0 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
}

.recoveryThisTask {
    margin-left: auto;
    color: #959595;
    margin-right: 30px;
    padding-left: 25px;
    background: url(../../file/images/p10b.png) no-repeat center left;
    background-size: 16px;
}

.recoveryThisTask:hover {
    color: #2a90fc;
    background: url(../../file/images/p10.png) no-repeat center left;
    background-size: 16px;
}

.realDeleteThisTask {
    color: #959595;
    margin-right: 30px;
    padding-left: 25px;
    background: url(../../file/images/p9.png) no-repeat center left;
    background-size: 18px;
}

.realDeleteThisTask:hover {
    color: #2a90fc;
    background: url(../../file/images/p9b.png) no-repeat center left;
    background-size: 18px;
}

/* 任务详情页面 */


/* 新建任务 */

.createNewTaskBox {
    z-index: 54;
}

.createNewTask {
    top: 80px;
    bottom: auto;
    margin: auto;
    width: 550px;
    overflow-x: hidden;
    flex-direction: column;
}

.selProjectPhaseBox {
    display: flex;
    display: -webkit-flex;
    padding: 20px;
}
.selProjectPhaseBox .taskType{
    line-height: 30px;
}
.taskType-select{
    cursor: pointer;
    border: 1px solid #c1c1c1;
    outline: none;

}
 option{
cursor: pointer;
}
.selProjectPhaseBtn {
    flex: 0 1 auto;
    cursor: pointer;
    max-width: 350px;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
}

.selProjectCover {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.selProjectPhaseP {
    color: #333;
    margin: 0 10px;
    overflow: hidden;
    line-height: 30px;
    white-space: nowrap;
    display: inline-flex;
    text-overflow: ellipsis;
    display: -webkit-inline-flex;
}

.selProjectName,
.selPhaseName {
    min-width: 0;
    display: block;
    overflow: hidden;
    margin-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.selPhaseName {
    margin-right: 0;
    margin-left: 5px;
}

.middlePoint {
    font-size: 30px;
}

.choiceProjectPhaseBtn {
    border: 0;
    cursor: pointer;
    color: #979797;
    background: white;
}

.choiceProjectPhaseBox {
    top: 60px;
    left: 20px;
    z-index: 2;
    width: 250px;
    position: absolute;
    background: white;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.choiceProPhaseTitle {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

.closeProPhaseBox {
    top: 12px;
    right: 10px;
    cursor: pointer;
    position: absolute;
}

.choiceProBox,
.choicePhaseBox {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    padding: 14px 0;
    padding-top: 14px;
    margin: 0 10px;
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid #e8e8e8;
}

.choicePPTitle {
    flex: none;
    color: #000;
    margin-right: 10px;
}

.hasChoiceP {
    flex: 1;
    min-width: 0;
    color: #7d7d7d;
    overflow: hidden;
    text-align: right;
    margin-right: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.choicePPBtn {
    border: 0;
    cursor: pointer;
    color: #979797;
    margin-left: 10px;
    background: white;
}

.choiceProUl,
.choicePhaseUl {
    z-index: 2;
    left: 10px;
    width: 230px;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
    position: absolute;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.choiceProUl {
    top: 90px;
}

.choicePhaseUl {
    top: 136px;
}

.choiceProUl li,
.choicePhaseUl li {
    color: grey;
    width: 100%;
    cursor: pointer;
    padding: 8px 12px;
    line-height: 20px;
    box-sizing: border-box;
    display: inline-flex;
    display: -webkit-inline-flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.choiceProUl li img {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    margin-right: 10px;
}

.choiceProUl li span,
.choicePhaseUl li span {
    min-width: 0;
    margin-right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.choiceProUl li i,
.choicePhaseUl li i {
    flex: none;
}

.choiceProUl li:hover,
.choicePhaseUl li:hover {
    color: #2a90fc;
    background: #f5f5f5;
}

.choiceProUl p,
.choicePhaseUl p {
    padding: 10px;
}

.choicePPTip {
    font-size: 12px;
    line-height: 20px;
    color: #a6a6a6;
    margin: 0 10px;
    padding: 10px 0;
}

.ChoicePPSubmit {
    border: 0;
    width: 230px;
    color: white;
    margin: 0 10px;
    line-height: 40px;
    cursor: pointer;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    background-color: #2a90fc;
}

.notChoicePPSubmit {
    cursor: no-drop;
    background-color: #7d7d7d;
}

.taskTitleArea {
    width: 100%;
    padding: 5px;
    resize: unset;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #dedede;
}

.selTaskTimeAndExecutorBox {
    margin: 20px;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.totalManHoursBox {
    margin: 20px;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.totalManHoursBox .totalManHours {
    width: 60px;
    height: 100%;
    display: inline-block;
    color: #959595;
    line-height: 36px;
}

.totalManHoursBox .icon-work-time {
    width: 32px;
    height: 100%;
    background: url(../images/icon-work-time.png) no-repeat 0px 11px;
    display: inline-block;
}

.totalManHoursBox .totalHoursInput {
    width: 100px;
    background: none;
    outline: none;
    border: 0.013333rem solid #ccc;
    display: inline-block;
    padding: 6px;
  }

.selTaskExecutorBox {
    flex: 0 0 110px;
}

.selTaskEndTimeIcon {
    color: grey;
    line-height: 30px;
    margin-right: 10px;
}

.moreTaskOptionsBtn {
    border: 0;
    color: grey;
    cursor: pointer;
    padding: 5px 10px;
    margin-left: 20px;
    margin-bottom: 20px;
    background: white;
}

.moreTaskOptionsBtn i {
    margin-right: 15px;
}

.moreTaskOptionsBox {
    height: 0;
    margin: 0 20px;
    overflow: hidden;
    transition-duration: 0.3s;
    border-bottom: 1px solid #ddd;
    -webkit-transition-duration: 0.3s;
    transition-property: height, opacity;
    -o-transition-property: height, opacity;
    -moz-transition-property: height, opacity;
    -webkit-transition-property: height, opacity;
}

.moreTaskOptionsBox.openTaskOption {
    height: auto;
    overflow: initial;
}

.selTaskPriorityBox {
    line-height: 30px;
    position: relative;
}

.moreTaskOptionI {
    color: #959595;
}

.newTaskOptionSpan {
    display: block;
    flex: 0 0 80px;
    color: #959595;
    margin-right: 10px;
}

.selTaskLabelBox {
    margin-top: 20px;
    line-height: 30px;
    padding-bottom: 15px;
}

.taskLabelBox {
    max-height: 120px;
}

.createNewTaskBtnBox {
    text-align: right;
    padding: 15px 20px;
}

.createNewTaskBtnBox button {
    text-align: center;
}

.setNewTaskVisibilityBtn {
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    color: #4d4d4d;
    position: absolute;
}

.createNextNewTaskBtn {
    cursor: pointer;
    color: #b9b9b9;
    margin-right: 15px;
    background: white;
    border: 1px solid #b9b9b9;
}

.createNewTaskBtn {
    border: 0;
    color: white;
    cursor: pointer;
    background: #2a90fc;
}

.proMemberBox {
    z-index: 2;
    width: 250px;
    position: absolute;
    border-radius: 4px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);

}
.proMemberBox.proMemberBoxT{
    transform:translate(-100%,-100%)

}
.proMemberBox.proMemberBoxU{
    transform:translate(-100%,-100%)
}
.proMemberBox.proMemberBoxM{
      transform:translate(-60%,-110%)
}
.proMemberSearchBox {
    margin: 10px;
    width: 208px;
    border-radius: 2px;
    padding: 5px 10px;
    line-height: 26px;
    border: 1px solid #ddd;
}

.proMemberKeywordVal {
    flex: 1;
    margin-right: auto;
}

.proMemberKeywordDelBtn {
    color: #959595;
}

.proMemberIpt {
    border: 0;
    width: 208px;
    line-height: 26px;
    background: white;
    box-sizing: border-box;
}

.proMemberTitle,
.proMemberResultTitle {
    margin: 0;
    padding: 6px 10px;
}

.proMemberBox ul {
    overflow-y: auto;
    max-height: 155px;
}

.proMemberBox li,
.excutorShow {
    cursor: pointer;
    padding: 5px 10px;
    line-height: 32px;
}

.proMemberBox li:hover {
    background: #f5f5f5;
}

.proMemberImg,
.excutorShow .selExcutorImg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

.proMemberName,
.excutorShow .selExcutorName {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    margin-right: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.proMemberBox li i,
.excutorShow .selExcutorTick {
    margin-left: 10px;
}

.proMemberBtnBox {
    padding: 12px 15px;
    border-top: 1px solid #ededed;
}

.proMemberSubmitBtn {
    border: 0;
    width: 100%;
    color: white;
    line-height: 32px;
    border-radius: 2px;
}

.taskParticipantList {
    min-height: 26px;
}

.taskParticipantList li {
    width: 26px;
    height: 26px;
    position: relative;
    margin: 0 0 5px 10px;
}

.taskParticipantList li span {
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 50%;
}
.taskParticipantList1 {
    min-height: 26px;
}

.taskParticipantList1 li {
    width: 26px;
    height: 26px;
    margin: 0 0 5px 10px;
}

.taskParticipantList1 li span {
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 50%;
}
.taskParticipantList1chid{
    width: 130px;
    height: 95px;
    overflow-y: scroll;

}
.taskParticipantList1chid::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
.taskParticipantList1chid::-webkit-scrollbar-thumb {
    background-color: #a1a3a9;
    border-radius: 3px;
  }



.taskParticipantList1chid li {
    width: 20px;
    height: 20px;
    margin: 3px 0 0px 5px;

}

.taskParticipantList1chid li span {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
}

.delTaskParticipantBtn {
    position: absolute;
    top: -8px;
    right: -5px;
    color: #959595;
}

.delTaskParticipantBtn:hover {
    color: #2a90fc;
}

.addTaskParticipantBtn {
    font-size: 26px;
    height: 26px;
    width: 26px;
}
.closeTaskParticipantBtn {
    font-size: 26px;
    height: 26px;
    width: 26px;
}
.closeTaskParticipantBtnchid {
    font-size: 26px;
    height: 26px;
    width: 26px;
}

/* 新建任务 */


/* 重复任务 */
.popver.repeat-pop {
    z-index: 800;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}
.popver.repeat-pop .pick-list {
    margin-top: 180px;
    margin-left: 250px;
    width: 168px;
    height: 261px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    position: relative;
}

.popver.repeat-pop .pick-list li,
.popver.repeat-pop .sel-pick li,
.popver.repeat-pop .space-list li{
    display: block;
    padding: 5px 35px 5px 15px;
    clear: both;
    line-height: 24px;
    color: #595959;
    outline: 0 none;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.popver.repeat-pop .pick-list li:hover ,
.popver.repeat-pop .sel-pick li:hover ,
.popver.repeat-pop .space-list li:hover {
    background-color: #f2f2f2;
}

.popver.repeat-pop .pick-list li.active i ,
.popver.repeat-pop .sel-pick li.active i ,
.popver.repeat-pop .space-list li.active i {
    position: absolute;
    top: 8px;
    right: 15px;
    height: 14px;
    width: 14px;
    color: #8c8c8c;
    background: url(../images/gou.png) no-repeat;
}

.popver.repeat-pop .pick-list li.divider{
    margin: 5px;
    background-color: #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 0;
}

.popver.repeat-pop .custom-repeat-view {
    margin-top: 180px;
    margin-left: 250px;
    width: 250px;
    min-height: 140px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    padding: 14px;
    color: #808080;
    display: none;
}

.popver.repeat-pop .custom-repeat-view .title-box div,
.popver.repeat-pop .custom-repeat-view .space-box div{
    padding-left: 8px;
    line-height: 26px;
    width: 124px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.popver.repeat-pop .custom-repeat-view .title-box i,
.popver.repeat-pop .custom-repeat-view .space-box i{
    height: 10px;
    width: 10px;
    right: 8px;
    top: 8px;
    position: absolute;
    color: #8c8c8c;
    display: inline-block;
    background: url(../images/xiala.png) no-repeat;
}

.popver.repeat-pop .custom-content {
    position: relative;
}
.popver.repeat-pop .sel-pick {
    width: 168px;
    min-height: 100px;
	background-color: #ffffff;
	box-shadow: 0px 5px 29px 0px 
		rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    position: absolute;
    top: 30px;
    left: 50px;
    z-index: 50;
    display: none;
}

.popver.repeat-pop .space-box {
    margin-top: 14px;
}
.popver.repeat-pop .space-days {
    font-size: 14px;
    color: grey;
    margin: 14px 0;
    display: none;
}

.popver.repeat-pop .space-days li{
    font-size: 14px;
    margin: -1px 0 0 -1px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ededed;
    text-align: center;
    cursor: pointer;
}

.popver.repeat-pop .space-days li:hover{
    background-color: #f2f2f2;
}

.popver.repeat-pop .space-days li.active{
    background-color: #2a90fc;
    color: #fff;
}
.popver.repeat-pop .interval-box {
    margin: 10px 0;
}
.popver.repeat-pop .interval-box .interval-days {
    word-break: break-all;
}
.popver.repeat-pop .space-list {
	width: 124px;
    min-height: 180px;
	background-color: #ffffff;
	box-shadow: 0px 5px 29px 0px 
		rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    position: absolute;
    top: 70px;
    left: 50px;
    display: none;
}

.popver.repeat-pop .btn-box {
    text-align: right;
}
.popver.repeat-pop .btn-box button.btn-commit {
    width: 80px;
    height: 30px;
    background-color: #d9d9d9;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.popver.repeat-pop .btn-box button.btn-commit.active {
    background-color: #2a90fc;
}
.taskResultBtnBox{margin-top: 10px;}
.taskResultEdit button{height: 32px;line-height: 32px;box-sizing: border-box;border-radius: 3px;
background-color: #fff;color: #666;outline: none;border: 1px solid #ddd;padding: 0 12px;margin-right: 10px;
}
.taskRistSubmit{height: 32px;line-height: 32px;box-sizing: border-box;display: inline-block;padding: 0 12px;
border-radius: 3px;
}
.taskResultEdit .taskResultSubmit,.taskRistSubmit{background-color: #2A90FC;color: #fff;margin-left: 0;}
.taskResultEdit .taskResultSubmit:hover,.taskRistSubmit:hover{background-color: #6BB3FF;}
.taskResultEdit .taskResultReset:hover{background-color: #EDEDED;color: #959595;}
.taskResult .taskMessageOptionContent, .taskResult .taskMessageOptionContents{align-items: flex-start;}
.taskMessageOptionContent .taskResultEdit.hide, .taskMessageOptionContents .taskResultEdit.hide{display: none;}
.upLoadResultFileList{border: 1px solid #D9D9D9;border-radius: 4px;padding: 10px 14px;
margin-bottom: 15px;}
.upLoadResultFileListItem{display: flex;align-items: center;justify-content: space-between;
line-height: 22px;margin: 12px 0;color: #0B0B0B;
}
.upLoadResultFileListItem-left{display: flex;align-items: center;}
.upLoadResultFileListItem-left .iconfont{font-size: 16px;margin-right: 7px;}
.upLoadResultFileList h3{color: #959595;}
.upLoadResultFileListItem-right .cancel{color: #0B0B0B;cursor: pointer;margin-right: 5px;}
.upLoadResultFileListItem-right .cancel:hover{color: #959595;}
.upLoadResultFileListItem-right .comfrom{color: #2a90fc;cursor: pointer;}
.upLoadResultFileListItem-right .comfrom:hover{color: #6bb3ff;}
.my-flex{display: flex;align-items: center;}

.icon-end{display: inline-block;width: 16px;height: 16px;background: url(../images/end-icon.png);}
.icon-pause{display: inline-block;width: 16px;height: 16px;background: url(../images/puse-icon.png);}
.icon-working{display: inline-block;width: 16px;height: 16px;background: url(../images/working-icon.png);}