.task-detail .tt-task-create .wangEditor-container {
    border-top: 0;
}

.share-new {
    .task-create-laytout-input {
        border-bottom: 0;
    }
}

.task-detail-layout {
    @include feedSetFont();
    .module-content {
        padding: 0 24px 20px 30px;
    }
    .vertical-control {
        vertical-align: middle;
        font-size: 18px;
    }
    .evaluation-item-box {
        margin: 0 20px 20px 20px;
    }
    .reward-content {
        padding-bottom: 0;
    }
    .workhourlist {
        margin-top: 2px;
    }
}

.ux_edittask_accept_wrap {
    position: relative;
    .ux_edittask_accept {
        margin-bottom: 5px;
        position: relative;
        z-index: 2;
        background: #fff;
        @include box-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
    }
    .ux_edittask_accept_local {
        padding: 20px 0 27px 0;
    }
    .width238 {
        position: relative;
        width: 238px;
        margin: 0 auto;
    }
    .ux_edittask_accept_other {
        padding: 24px 0 24px 62px;
        width: 430px;
        margin: 0 auto;
        span {
            color: $gay2;
            font-size: 18px;
            font-family: $ie_yaheifFontFamily;
            line-height: 30px;
            float: left;
        }
    }
}
.task-unaccept-notice{
    position: relative;
    height: 400px;
    &-title{
        height: 66px;
        background: #1E86EF;
        line-height: 66px;
        color: #fff;
        font-size: 20px;
        border-radius: 8px 8px 0 0;
        span{
            padding:20px;
        }
    }
    &-context{
        padding: 38px 0 0 40px;
        .notice{
            font-size: 24px;
            color: #232E42;
            margin-bottom: 20px;
        }
        .notice-message{
            font-size: 18px;
            color: #273245;
            letter-spacing: 1px;
            line-height: 30px;
            padding: 16px 0;
            .blue{
                vertical-align: text-bottom;
                margin: 10px;
                font-size: 18px;
                color: #1687d9;
            }
        }
        .notice-person{
            font-size: 18px;
            color: #273245;
            letter-spacing: 1px;
            line-height: 30px;
            width: 384px;
            .notice-time{
                font-size: 20px;
                color: #1687d9;
                letter-spacing: 1px;
                line-height: 30px;
            }
        }
    }
    &-btn{
        text-align: center;
        margin: 93px 0 0 0;
        height: 40px;
        line-height: 40px;
        position: absolute;
        bottom: 24px;
        left: 125px;
    }
    &-canclbtn{
        width: 134px;
        height: 40px;
        border: 1px solid #E6E8EB;
        border-radius: 4px;
        display: inline-block;
        font-size: 18px;
        color: #33383D;
        letter-spacing: 0;
        margin: 0 10px;
    }
    &-surebtn{
        width: 134px;
        height: 40px;
        display: inline-block;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0;
        background: #1E86EF;
        border-radius: 4px;
        margin: 0 10px;
        &:hover{
            color:#fff;
        }
    }
}
.task-accept-pop {
    position: absolute;
    z-index: 999;
    display: block;
}

.task-extra-info {
    margin: 15px;
    .extra_info_fb {
        padding: 15px;
        background-color: #ebf6ff;
        @include clearfix();
        li {
            float: left;
            width: 50%;
            color: #323232;
        }
    }
}

.task-detail-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    &::-webkit-scrollbar {
        width: 7px;
    }
    &::-webkit-scrollbar:horizontal {
        height: 7px;
    }
    &::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    /* Handle */
    &::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        min-height: 28px;
        padding: 100px 0 0;
        box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
}
.task-detail-objectValue{
    background: rgba(194,224,255,.15);
    position: relative;
    margin: 16px 0 32px 0;
    border-radius: 6px;
    width: 760px;
    .ux-okr-value{
        display: flex;
        height: 30px;
        padding: 20px 16px 25px 43px;
        position: relative;
        align-items: center;
    }
    .ux-okr-value-logo{
        position: absolute;
        background: rgba(194,224,255,0.6);
        color: #fff;
        font-size: 12px;
        width: 16px;
        height: 100%;
        border-radius: 6px 0 0 6px;
        left: 0px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .object-value{
        width: 300px;
        display: flex;
        align-items: center;
        &-logo{
            padding-right: 8px;
            font-size: 15px;
            color: #00C4CB;
        }
        &-text{
            font-size: 14px;
            color: #83898F;
        }
        &-danwei{
            font-size: 13px;
            color: #BFC3C7;
            padding: 0 4px;
        }
        &-input{
            font-size: 20px;
            color: #55C5C6;
            border: 1px solid #3396FA;
            border-radius: 2px;
            width: 120px;
            height: 26px;
            line-height: 30px;
            margin: 0 4px 0 22px;
            display: none;
        }
        &-number{
            font-size: 20px;
            color: #55C5C6;
            padding: 0 5px 0 15px;
            display: inline-block;
            max-width: 122px;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: top;
        }
    }
    .actual-value{
        width: 370px;
        display: flex;
        align-items: center;
        flex: 1;
        &-logo{
            color: #53BAFF;
            padding-right: 12px;
            font-size: 15px;
        }
        &-text{
            font-size: 14px;
            color: #83898F ;
        }
        &-danwei{
            font-size: 13px;
            color: #BFC3C7;
            padding: 0 8px;
        }
        &-input{
            font-size: 20px;
            color: #55C5C6;
            border: 1px solid #3396FA;
            border-radius: 2px;
            width: 120px;
            height: 26px;
            line-height: 30px;
            margin: 0 4px 0 22px;
            display: none;
        }
        &-number{
            font-size: 20px;
            color: #55C5C6;
            padding: 0 5px 0 15px;
            display: inline-block;
            max-width: 122px;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: top;
        }
    }
    .showChanges{
        position: absolute;
        bottom: 4px;
        right: 14px;
        color: #1D86F0 ;
    }
    .edit-able{
        display: inline-block;
        visibility: hidden;
        width: 12px;
        height: 12px;
        border-radius: 2px;
        border: 1px solid transparent;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        color: #647481;
        cursor: pointer;
        line-height: 12px;
        &:hover{
            background-color: #f5f8fa !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            border: 1px solid #dddddd \9\0;
            border: 1px solid #dddddd \9;
            color: #1687d9;
        }
    }
    .objectvalue-delete{
        cursor: pointer;
    }
    .objectValue-note{
        display: none;
        width: 100%;
        border-top: 1px solid #e3ecf1;
        padding: 20px 32px 20px 30px;
    }
    &:hover{
        .edit-able{
            visibility: visible;
        }
    }
}
.ux_editask_base{
	position:relative;
	font-size:14px;
	margin-left: 12px;
	.attachment-height{
		min-height:26px;
    }
    .relation-box{
        display: flex;
        align-items: center;
        a{
            display: inline-block;
            max-width: 92%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding-right: 10px;
        }
        .delete-relation{
            color:#a9b8bf;
            cursor: pointer;
            visibility: hidden;
            &:hover{
                color:#f04d4d;
            }
        }
        .relation-name{
            color:#00599b;
        }
    }
    
	.task-relate{
		margin-top: 22px;
		dt,dd{
			display: inline-block;
		}
		&__text{
			margin-left: 26px;
		}
		&__wiki{
			margin-left: 10px;
			font-size: 12px;
			visibility: hidden;
			vertical-align: middle;
		}
	}

	&__item{
		position: relative;
		padding:10px 30px 0 120px;
		.sys-icon-xiangmu{
			color:#1687D9;
			font-size:14px;
		}
		.tt_upload_type_container{
			font-size: 12px;
		}
	}

	.left-eb{
		position: absolute;
		left: 0;
		top: 10px;
		display: inline-block;
		margin-right: -90px;
	}
	.ico-eb{
		margin-right: 10px;
		font-size:14px;
		color:#1687D9;
	}
	&__toggle{
		font-size:12px;
		color:#1D86F0;
        cursor:pointer;
        text-align: center;
		&:hover{
			color:#1687D9;
		}
		.txt{
			padding-right:2px;
		}
		.icon{
			margin-bottom:2px;
			font-size: 16px;
			vertical-align: text-bottom;
		}
	}
	&__partner{
		// margin-top: -5px;
		.last-add{
			border-left-width:0;
			background-color:white;
			// &:hover{
			// 	background-color:white;
			// 	border-color:white;
			// 	border-left-width:0;
			// }
			a {
				vertical-align: bottom;
			}
		}
		.disabled:hover{border-color:white;}	
	}
	&__users-radius{
		// margin-left:-5px;
		&_item{
			display:inline-block;
			// padding: 0px 5px 0 5px;
			border: 1px solid white;
            line-height: 22px;
            position: relative;
            float: left;
			// vertical-align: middle;
		}
		.eidt-del{
			em{
				margin-top: -2px;
				margin-left: 5px;
				color:#A9B8BF;
				visibility: hidden;
				&:hover{
					color:#CC2929;
				}
			}
			&:hover{
				em{
					visibility: visible;
				}
			}
		}
	}
	
	&__attachments{
		padding: 0 50px 10px 20px;
		.tu-icon{

			&-jpg,&-png,&-gif,&-jpeg{
				color:#44CF85;
			}
			&-exe,&-pdf,&-txt,&-doc,&-docx,&-ppt,&-pptx,&-xls,&-xlsx{
				color:#49B9DD;
			}
			&-rar,&-zip{
      			color:#FFBA46;
			}
			&-mp3,&-wma,&-wav,&-flac,&-ape,&-ogg,&-aac,&-m4a{
      			color:#8479D6;
			}
			&-mp4,&-mkv,&-rm,&-rmvb,&-avi,&-3gp,&-flv,&-wmv,&-asf,&-mpeg,&-mpg,&-mov,&-ts,&-m4v{
      			color:#3EBBA8;
			}
			&-none{
      			color:#FF730C;
			}
		}
	}
	.edit-able{
		display: inline-block;
		visibility: hidden;
	    width: 12px;
	    height: 12px;
	    border-radius: 2px;
	    border: 1px solid transparent;
	    margin-left: 10px;
	    text-align: center;
	    vertical-align: middle;
	    font-size: 12px;
	    color: #647481;
	    cursor: pointer;
	    line-height: 12px;
	    background-color: white;
	    &:hover{
	    	background-color: #F5F8FA !important;
		    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
		    border: 1px solid #dddddd \9\0;
		    border: 1px solid #dddddd \9;
		    color: #1687D9;
	    }
	    &_del{
	    	color: #35434C;
	    }
	   &_handler:hover{
	   		.edit-able{
				visibility: visible;
			}
			.task-relate__wiki{
				visibility: visible;
			}
	   }
	   &_show{
	   		.edit-able{
				visibility: visible;
			}
	   }
	   &_active{
		    visibility:visible;
	   		background-color: #E4EBF0;
		    color: #667580;
	   }
	}
	.margin-left-0{
		margin-left: 0;
	}
	.pointer{
		cursor: pointer;
	}
	.all-more{
		.item-am{
			@include clearfix();
		}
		.base-item-warp{
			float: left;
			width:50%;
			min-width:340px;
		}
    }
    .task-attribute-all{
        display:none;
        transition: height 0.2s ease-in;
        -webkit-transition: height 0.2s ease-in;
        -moz-transition: height 0.2s ease-in;
        -o-transition: height 0.2s ease-in;
    }
	.task-class-name{
		word-break: break-all;
		word-wrap: break-word;
    }
    .task-relate-name{
        display:inline-block;
        max-width: 580px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
	.due-num{
		font-size: 20px;
		color: #EB4447
	}

	.remain-num{
		font-size: 15px;
        color: #3296FA;
	}
	.left{
		margin-left: 50px;
	}
	.slide-border{
		margin-top:5px;
		border-bottom:1px solid #E3ECF1;
	}
	
	.apply-eb{
		float: left;
	}
}
.ux-edittask__info-config{
    display:flex;
    .riskLevel-style{
        cursor:pointer;
    }
    .action-list-icon_1{
        color: rgba(255,62,62,1);
        background:rgba(255,62,62,.1)
    }
    .action-list-icon_2{
        color: rgba(246, 158, 23,1);
        background:rgba(246, 158, 23,.1)
    }
    .action-list-icon_3{
        color: rgb(85, 198, 198);
        background: rgba(85, 198, 198,.1)
    }
    .action-list-icon_4{
        color:rgb(108, 201, 92);
        background:rgba(108, 201, 92,.1)
    }
    .action-list-icon_5{
        color:rgb(100, 116, 129);
        background:rgba(100, 116, 129,.1)
    }
    .lianghua-config{
        background:rgba(0,196,203,.1);
        color:rgba(0,196,203,1)
    }
    .shenpi-config{
        background: rgba(50,150,250,0.1);
        color:rgba(50,150,250,1)
    }
    .fankui-config{
        background:rgba(56,186,114,0.1);
        color:rgba(0,196,203,1)
    }
    .yugu-config{
        background: rgba(208,162,248,.1);
        color:rgba(208,162,248,1)
    }
    .close-config{
        color:rgba(157,160,163,1);
        background:rgba(157,160,163,.1);
    }
    p{
        width: 60px;
        height:24px;
        line-height: 24px;
        font-size: 12px;
        border-radius: 16px;
        text-align: center;
        margin:0 12px;
    }
    span{
        margin-right:5px; 
    }
}
.task-relate-user{
    position: relative;
    .task-config-line{
        width: 820px;
        height: 1px;
        background: #F0F2F5;
        margin: 22px 0 10px 0;
        position: relative;
        left: -20px;
    }
    .task-config-name{
        position: relative;
        width: 80px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        color: #9DA0A3;
        background: #FBF2DF;
        border-radius: 0 15px 15px 0;
        left: -20px;
        text-align: center;
    }
    .task-config-userslect-name{
        font-size: 13px;
        color: #9DA0A3;
        line-height: 20px;
        margin-top: 18px;
    }
    .task-config-userslect{
        flex:1;
        position: relative;
        &-add{
            width: 30px;
            height: 30px;
            border: 1px dashed #99A3AD ;
            color: #99A3AD ;
            font-size: 14px;
            border-radius: 30px;
            text-align: center;
            line-height: 30px;
            cursor: pointer;
            margin: 10px 12px 0 0;
        }
        &:hover{
            .edit-able{
                visibility: visible;
            }
        }
        em{
            position: absolute;
            top: -2px;
            right: -6px;
            display: none;
        }
        .task-config-userslectPhoto{
            margin: 10px 12px 0 0;
            display: inline-block;
            position: relative;
            text-align: center;
            &:hover{
                em{
                    display: block;
                }
            }
            &-name{
                font-size: 12px;
                display: inline-block;
                max-width: 36px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
        }
        .task-principalUser-name{
            display: inline-block;
            white-space: nowrap;
            max-width: 300px;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 30px;
            vertical-align: bottom;
        }
    }
}
.task-attribute{
    position: relative;
    .task-config-line{
        width: 820px;
        height: 1px;
        background: #F0F2F5;
        margin: 22px 0 10px 0;
        position: relative;
        left: -20px;
    }
    .task-config-name{
        position: relative;
        width: 80px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        color: #9DA0A3;
        background: #FBF2DF;
        border-radius: 0 15px 15px 0;
        left: -20px;
        text-align: center;
    }
    .tu-icon-mubiao-s{
        color: #83BA5A;
        font-size: 14px;
    }
    .task-class-tex{
        em{
            visibility: hidden;
            color: #BFC3C7;
            &:hover{
                color: #CC2929
            }
        }
    }
}
.task-otherattr{
    position: relative;
    .task-config-line{
        width: 820px;
        height: 1px;
        background: #F0F2F5;
        margin: 22px 0 10px 0;
        position: relative;
        left: -20px;
    }
    .task-config-name{
        position: relative;
        width: 80px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        color: #9DA0A3;
        background: #FBF2DF;
        border-radius: 0 15px 15px 0;
        left: -20px;
        text-align: center;
    }
}
.tt-task-detail-topbar {
    position: relative;
    padding: 0px 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    &__main {
        padding: 10px 0;
        &-status,
        &-apply {
            float: left;
        }
        &-status {
            position: relative;
            &-set {
                height: 20px;
                line-height: 20px;
                padding: 5px 0;
                color: #647481;
                &-icon {
                    font-size: 18px;
                    color: #1687d9;
                    vertical-align: middle;
                    margin-right: 5px;
                    &_disable {
                        color: #a9b8bf;
                        font-size: 18px;
                        vertical-align: middle;
                        margin-right: 5px;
                        cursor: default;
                        &:hover {
                            color: #a9b8bf;
                        }
                    }
                }
            }
            &-risklevel-0{
                font-size: 14px;
                color: #A9B6BF ;
                padding-left: 10px;
            }
            &-risklevel-1{
                font-size: 14px;
                color: #00C830 ;
                padding-left: 10px;
            }
            &-risklevel-2{
                font-size: 14px;
                color: #FFA52E ;
                padding-left: 10px;
            }
            &-risklevel-3{
                font-size: 14px;
                color: #FF6767;
                padding-left: 10px;
            }
        }
        &-apply {
            margin-left: 20px;
        }
        &-action {
            float: right;
            margin-right: 60px;
            &-setOkrValue{
                font-size: 14px;
                color: rgba(92,173,255,1);
                background: rgba(92,173,255,.15);
                letter-spacing: 0;
                display: inline-block;
                width: 100px;
                height: 28px;
                line-height: 28px;
                border-radius: 2px;
                text-align: center;
                margin: 0 14px;
            }
            .taskvalueaddHover{
                background: #1587D9;
                box-shadow: 0 1px 3px 0 rgba(80,92,103,0.40);
                color: #fff;
                border: 1px solid transparent;
            }
            &-list {
                float: left;
                & &-icon {
                    float: left;
                    width: 27px;
                    height: 27px;
                    line-height: 27px;
                    text-align: center;
                    border: 1px solid #a9b8bf;
                    font-size: 14px;
                    border-radius: 50%;
                    margin-right: 10px;
                    color: #4c5d68;
                    cursor: pointer;
                    background-color: #fff;
                }
                & &-icon {
                    &_star,
                    &_watch {
                        &:hover,
                        &.active {
                            border-color: #fac574;
                            box-shadow: 0 0 0 1px #fac574;
                            color: #f69e17;
                        }
                    }
                    &_1{
                        color: #FF3E3E;
                        border: 1px solid #FF3E3E;
                    }
                    &_2{
                        color: #F69E17;
                        border: 1px solid #F69E17;
                    }
                    &_3{
                        color: #55C6C6;
                        border: 1px solid #55C6C6;
                    }
                    &_4{
                        color: #6CC95C;
                        border: 1px solid #6CC95C;
                    }
                    &_5{
                        color: #647481;
                        border: 1px solid #647481;
                    }
                    &_taoshang {
                        &:hover {
                            border-color: #fac574;
                            box-shadow: 0 0 0 1px #fac574;
                            color: #f69e17;
                        }
                    }
                    &_webim {
                        &:hover {
                            border-color: #87cece;
                            box-shadow: 0 0 0 1px #87cece;
                            color: #54baba;
                        }
                    }
                    &_dashang {
                        &:hover {
                            border-color: #fc8f5d;
                            box-shadow: 0 0 0 1px #fc8f5d;
                            color: #fc5c11;
                        }
                    }
                    &_follow {
                        &:hover {
                            border-color: #5babe4;
                            box-shadow: 0 0 0 1px #5babe4;
                            color: #5babe4;
                        }
                    }
                    &_delete {
                        &:hover {
                            border-color: #f17c7e;
                            box-shadow: 0 0 0 1px #f17c7e;
                            color: #eb4447;
                        }
                    }
                    &_quit {
                        &:hover {
                            border-color: #f17c7e;
                            box-shadow: 0 0 0 1px #f17c7e;
                            color: #eb4447;
                        }
                    }
                }
                & &_isfollow {
                    border-color: #5babe4;
                    box-shadow: 0 0 0 1px #5babe4;
                    color: #5babe4;
                }
                &-line {
                    float: left;
                    height: 20px;
                    width: 1px;
                    margin-top: 5px;
                    margin-right: 10px;
                    background-color: #e3ecf1;
                }
            }
        }
    }
    .btnlist_pdtb {
        @include clearfix();
        padding-left: 8px;
        li {
            float: left;
            margin: 12px 16px 0px;
            font-size: $fontSizeMini;
            color: $gay2;
            a {
                width: 23px;
                height: 21px;
                display: inline-block;
                vertical-align: middle;
                line-height: 21px;
                text-align: center;
            }
            .status_bpdtb {
                vertical-align: middle;
                margin-right: 5px;
            }
            .del_bpdtb {
                @include bgIcos(-158px, -280px);
                &:hover {
                    background-position: -158px -320px;
                }
            }
            .tu-icon-dashang-solid {
                color: #eb393a;
            }
            .tu-icon-taoshang-solid {
                color: #f79400;
            }
        }
        .past_pdtb {
            color: $gay4;
        }
    }
    .close_pdtb {
        float: right;
        margin: 6px 20px 0 0;
        display: inline-block;
        text-indent: -9999px;
        @include bgIcos(-193px, -273px);
        width: 32px;
        height: 32px;
        &:hover {
            background-position: -200px -320px;
        }
    }
    .icon-clock-active {
    }
}
.milestone-topbar{
    background: transparent;
}
.ux-edittask__info {
    position: relative;
    display:flex;
    padding: 12px 60px 10px 20px;
    // border-top: 1px solid #e3ecf1;
    @include setFontTitle(20px, 28px);
    &-name {
        position: relative;
        flex:1;
    }
    &-name-base {
        color: #35434c;
        width: 97%;
        display: block;
        background-color: transparent;
        border: none;
        outline: none;
        font-size: 20px;
        line-height: 36px;
        min-height: 36px;
    }
    & &-name-input {
        @extend .ux-edittask__info-name-base;
        display: none;
        border-bottom: 2px solid #acb7bf;
        padding: 0 10px;
        &:focus {
            border-bottom: 2px solid #1687d9;
            color: #00599b;
        }
        &.error {
            border-bottom: 2px solid #cc2929;
        }
    }
    &-name-extra {
        display: none;
        position: relative;
        z-index: 3;
        background: #fff;
        border: 1px solid #dae1e6;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
        padding: 10px;
        box-sizing: border-box;
    }
    &-name-btns {
        margin-top: 10px;
        text-align: right;
        button {
            margin: 0 2px;
        }
    }
    &-name-error {
        position: absolute;
        top: 0;
        color: #eb4447;
        font-size: 12px;
        line-height: 20px;
    }
    &-name-title {
        @extend .ux-edittask__info-name-base;
        border-bottom: 1px solid transparent;
        word-wrap: break-word;
        word-break: normal;
        padding: 0 10px;
        &:hover {
            border-bottom: 1px solid #acb7bf;
            cursor: text;
        }
    }
    &-status {
        position: absolute;
        right: 12px;
    } // .icon-status{
    // 	position: absolute;
    // 	right: 0;
    // 	top:0;
    // }
    // .tu-icon-illustration{
    // 	&:before{
    // 		font-size:18px;
    // 		margin-right:5px;
    // 		color: #2DAB92;
    // 		vertical-align: middle;
    // 	}
    // }
    .ux-milestone-icon{
        background:rgba(9, 147, 246, .1);
        border-radius: 20px;
        position: relative;
        color: #0993F6;
        font-size: 14px;
        width: 68px;
        text-align: center;
    }
    .avatar-item{
        width: 34px;
        height: 34px;
        border-radius: 34px;
        display: inline-block;
        overflow: hidden;
        font-size: 14px;
        line-height: 34px;
        text-align: center;
        vertical-align: middle;
        color: #fff;
    }
    .ux-edittask__description {
        margin-top: 10px;
        @include setFontTitle(14px, 26px);
        color: #34434e;
        td {
            border: 1px solid #ddd;
            padding: 5px !important;
            vertical-align: top;
        }
        img {
            max-width: 100%;
            max-height: 100%;
        }
        &-add {
            padding-left: 10px;
        }
        &_show {
            border: 1px solid #f5f8fa;
            padding-left: 5px;
            &:hover {
                border-color: #a9b8bf;
            }
        }
        &_editor {
            height: 225px;
            max-height: 362px;
        }
        &_edit {
            padding: 0;
            display: none;
        }
        &-title {
            line-height: 28px;
            word-wrap: break-word;
        }
    }
}
.ux-edittask-milestone__info{
    display: flex;
    align-items: baseline;
    background: transparent;
    padding:16px 36px;
}
.ux-edittask__description-line{
    width:760px;
    height:1px;
    background:rgba(240,242,245,0.4) ;
    margin:auto;
}
.ux-edittask__description-text{
    color: #9DA0A3;
    font-size: 12px;
    margin: 12px 0;
}
.ux-edittask__description-add{
    color:#1D86F0;
    font-size:12px;
    margin:12px 0;
}
.ux_editask_base {
    position: relative;
    font-size: 14px;
    margin-left: 20px;
    .attachment-height {
        min-height: 26px;
    }
    .task-relate {
        margin-top: 22px;
        em{
            visibility: hidden;
            color: #BFC3C7;
            &:hover{
                color: #CC2929
            }
        }
        &:hover{
            em{
                visibility: visible
            }
        }
        dt,
        dd {
            display: inline-block;
        }
        &__text {
            margin-left: 26px;
        }
        &__wiki {
            margin-left: 10px;
            font-size: 12px;
            visibility: hidden;
            vertical-align: middle;
        }
    }
    &__item {
        position: relative;
        padding: 10px 30px 0 120px;
        .sys-icon-xiangmu {
            color: #1687d9;
            font-size: 14px;
        }
        .tt_upload_type_container {
            font-size: 12px;
        }
    }
    .left-eb {
        position: absolute;
        left: 0;
        top: 10px;
        display: inline-block;
        margin-right: -90px;
        color:#9DA0A3
    }
    .ico-eb {
        margin-right: 6px;
        font-size: 14px;
        color: #9DA0A3 ;
    }
    &__toggle {
        font-size: 12px;
        color: #1D86F0;
        cursor: pointer;
        text-align: center;
        &:hover {
            color: #1687d9;
        }
        .txt {
            padding-right: 2px;
            font-size: 12px;
        }
        .icon {
            margin-bottom: 2px;
            font-size: 16px;
            vertical-align: text-bottom;
        }
        &-box{
            width: calc(100% + 20px);
            position: relative;
            left: -20px;
            background: #FAFBFC;
            height: 9px;
            margin: 20px 0 15px 0;
        }
    }
    &__partner {
        // margin-top: -5px;
        .last-add {
            border-left-width: 0;
            background-color: white;
            // &:hover{
            // 	background-color:white;
            // 	border-color:white;
            // 	border-left-width:0;
            // }
            a {
                vertical-align: bottom;
            }
        }
        .disabled:hover {
            border-color: white;
        }
    }
    &__users-radius {
        // margin-left:-5px;
        &_item {
            display: inline-block; // padding: 0px 5px 0 5px;
            border: 1px solid white;
            line-height: 22px; // vertical-align: middle;
            position: relative;
            float: left;
        }
        .eidt-del {
            em {
                margin-top: -2px;
                margin-left: 5px;
                color: #a9b8bf;
                &:hover {
                    color: #CC2929;
                }
            }
            &:hover {
                em {
                    display: block;
                    left: 16px;
                    top: 8px
                }
            }
        }
    }
    &__attachments {
        padding: 0 50px 10px 20px;
    }
    .edit-able {
        display: inline-block;
        visibility: hidden;
        width: 12px;
        height: 12px;
        border-radius: 2px;
        border: 1px solid transparent;
        margin-left: 10px;
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        color: #647481;
        cursor: pointer;
        line-height: 12px;
        background-color: white;
        &:hover {
            background-color: #f5f8fa !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            border: 1px solid #dddddd \9\0;
            border: 1px solid #dddddd \9;
            color: #1687d9;
        }
        &_del {
            color: #35434c;
        }
        &_handler:hover {
            .edit-able {
                visibility: visible;
            }
            .task-relate__wiki {
                visibility: visible;
            }
        }
        &_show {
            .edit-able {
                visibility: visible;
            }
        }
        &_active {
            visibility: visible;
            background-color: #e4ebf0;
            color: #667580;
        }
    }
    .margin-left-0 {
        margin-left: 0;
    }
    .pointer {
        cursor: pointer;
    }
    .edit-task-link {
        display: inline-block;
        max-width: 580px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .all-more {
        .item-am {
            @include clearfix();
        }
        .base-item-warp {
            float: left;
            width: 50%;
            min-width: 340px;
        }
    }
    .task-class-name {
        word-break: break-all;
        word-wrap: break-word;
    }
    .due-num {
        font-size: 20px;
        color: #eb4447;
    }
    .remain-num {
        font-size: 15px;
        color: #3296FA;
    }
    .left {
        margin-left: 50px;
    }
    .slide-border {
        margin-top: 5px;
        border-bottom: 1px solid #e3ecf1;
    }
    .apply-eb {
        float: left;
    }
    .tast-progress {
        background: red;
    }
}
.push-nav-tabs{
    width: 390px;
    margin: 14px auto;
    display: flex;
    border-bottom: 1px solid rgba(240,242,245,1);
    height: 42px;
    .item-tab{
        flex: 1;
        text-align: center;
        &:hover{
            border-bottom: 2px solid #c2e2f9;
        }
    }
    .active{
        border-bottom: 2px solid rgba(29,134,240,0.9) !important;
        a{
            color:rgba(29,134,240,1) !important;
        }
    }
}
// .add-area-milestone{
//     width: 390px;
//     height: 53px;
//     border: 1px dashed rgba(194,224,255,1);
//     margin: auto;
//     .tu-btn.disabled{
//         background-color: rgba(133,194,255,1);
//         color: #fff;
//         box-shadow: none;
//         cursor: default;
//     }
// }
.task-detail-moduletitle {
    @include clearfix();
    border-top: 1px solid #e3ecf1;
    height: 40px;
    background: #f5f8fa;
    .icon {
        float: left;
        position: relative;
        margin: 5px 10px 5px 15px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        color: white;
        &_purple {
            background-color: #8379d6;
        }
        &_green {
            background-color: #2dab92;
        }
    }
    .text {
        float: left;
        line-height: 40px;
        color: #35434c;
    }
}

.task-detail-show-more {
    background-color: #f2f8fd;
    color: #8a8a8a;
    line-height: 30px;
    @include border-radius(30px);
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    margin: 10px 0 20px 0;
}

.task-detail-share {
    .topinput {
        border: 1px solid #C2CBD1;
        border-radius: 2px;
        padding: 10px 15px;
        line-height: 24px;
        color: #647481;
        font-size: 14px;
        cursor: pointer;
    }
    .project_task_container {
        .tt_createnewitem {
            padding-top: 20px;
            background: #fbf9e3;
            border-radius: 10px;
            .ux_add_input {
                margin: 0 7px;
                background: #fff;
            }
            .ux_tools {
                margin: 0 7px;
                background: #fff;
            }
            .ux_show_content {
                margin: 0 7px;
                background: #fff;
            }
            .ux_show_file {
                margin-top: 10px;
            }
        }
    }
}

.tt_share_list_container {
    position: relative;
    .tu-btn.disabled{
        background-color: rgba(133,194,255,1) !important;
        color: #fff !important;
        box-shadow: none;
        cursor: default;
        border-radius: 4px;
    }
    .task_item {
        position: relative;
        margin-top: 10px;
        padding-left: 10px;
        padding-top: 20px;
        background: rgba(189,222,255,0.10);
        border-radius: 4px;
        .item-left-line {
            position: absolute;
            left: 9px;
            width: 2px;
            height: calc(100%  + 25px);
            background: #E4EBF0;
            &.last {
                background:none;
            }
            &-icon {
                position: absolute;
                left: -9px;
                top: 0;
                display: inline-block;
                width: 20px;
                height: 20px;
                line-height: 20px;
                border-radius: 50%;
                background: #E4EBF0;
                color: #8F9CA6;
                text-align: center;
                font-size: 12px;
                &.first {
                    background: #1687D9;
                    color: #fff;
                }
            }
        }
        .item-user {
            line-height: 24px;
            color: #8F9CA6;
            position: relative;
            &-name {
                color: #F5B333;
            }
            &:hover {
                .del, .edit {
                    display: block;
                }
            }
            .edit, .del {
                position: absolute;
                display: none;
                top: 5px;
                right: 0;
                font-size: 16px;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                color: #647481;
                &:hover {
                    cursor: pointer;
                    background-color: #f5f8fa;
                    border-radius: 2px;
                    color: #1687D9;
                    @include box-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
                }
            }
            .edit {
                right: 40px;
            }
        }
        .bar {
            position: relative;
            font-size: 12px;
            line-height: 20px;
            padding-top: 10px;
            color: #647481;
            justify-content: flex-end;
            @include clearfix;
            .editable {
                color: #8F9CA6;
                &:hover {
                    color: #005999;
                }
            }
            .left {
                float: left;
            }
            .right{
                float: right;
            }
        }
    }
    .item-content {
        padding: 10px;
        padding-right: 15px;
        line-height: 24px;
        color: #34434e;
        td {
            border: 1px solid #ddd;
            padding: 5px !important;
            vertical-align: top;
        }
        img {
            width: 100%;
            height: 100%;
        }
        ul li {
            list-style: disc outside none;
        }
        ol li {
            list-style: decimal outside none;
        }
    }
    .redactor_toolbar {
        padding-left: 0 !important;
        margin-bottom: 0 !important;
        background: transparent !important;
    }
    .item-content {
        .redactor_editor,
        .redactor_toolbar {
            background-color: $inputBackgroundFocus !important;
        }
    }
}

.task-detail-module {
    margin: 15px 0 30px;
    .tt-task-create {
        margin-bottom: 20px;
    }
}

.task-detail-common-list-module {
    @include feedSetFont();
    line-height: 30px;
    margin-top: 2px;
    .task-detail-common-list-item {
        position: relative; // margin-top: 10px;
        border-bottom: 1px solid #e3ecf1;
        .title-icon-wraper {
            background-color: $blueDark6;
            width: 30px;
            height: 30px;
            border-radius: 15px;
            display: inline-block;
            float: left;
            margin-top: 1px;
            text-align: center;
            position: relative;
            margin-right: -40px;
            right: 40px;
            text-overflow: ellipsis;
        }
        .title-icon {
            vertical-align: top;
            margin-top: 5px;
            font-size: 18px;
            color: white;
        }
        .icon-plane-small {
            margin-top: 7px;
        }
        &:hover {
            .common-list-item-right {
                .item-delete {
                    display: inline-block;
                }
            }
        }
    }
    .common-list-item {
        font-size: 14px;
        padding: 10px 0 10px 10px;
        &:hover {
            // 	background-color: #F5F8FA;
            .common-item-title {
                border-color: #f5f8fa;
            }
        }
        .common-item-title-wraper {
            float: left;
            color: #555;
            position: relative;
        }
        .common-item-title {
            float: left;
            width: 65%;
            border: solid 1px white; // line-height:22px;
            // padding: 5px;
            border-radius: 2px;
            @include text-overflow();
            &.editable {
                &:hover {
                    border-color: #a9b8bf;
                }
            }
        }
        .common-item-title-edit {
            float: left;
            display: none;
            width: 65%;
            padding: 3px 0;
            line-height: 0;
        }
        .input-default {
            //padding: 0;
        }
    }
    .common-list-item-right {
        width: 80px;
        float: right;
        .toggle-item-detail {
            float: left;
            font-size: 12px;
            color: #647481;
            cursor: pointer;
            &:hover {
                color: $blueDark2;
            }
        }
        .item-delete-wraper {
            float: left;
            display: inline;
            width: 30px;
            height: 30px;
            margin-right: 5px;
            line-height: 30px;
            text-align: center;
            font-size: 16px;
            &:hover {
                background-color: #fff;
                border-radius: 3px;
                @include box-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
                cursor: pointer;
            }
            a {
                color: #647481;
            }
        }
        .item-delete {
            display: none;
            color: $linkColor;
            font-size: 18px;
            vertical-align: text-bottom;
        }
    }
}

.common-list-item-detail {
    @include feedSetFont(12px, 30px);
    position: relative;
    clear: both;
    display: none;
    margin-top: 5px;
    color: #555;
    &__right {
        display: inline-block;
        width: 60%;
    }
    &__left {
        float: left;
        width: 40%;
    }
    & &__bottom {
        width: 100%;
        clear: both;
        .detail-item-right {
            width: 85%;
        }
    }
    .no-message {
        font-size: 12px;
        color: #a9b8bf;
    }
    .detail-item-left {
        display: inline-block;
        width: 72px;
        padding-left: 20px;
        font-size: 12px;
        color: $gay3;
        vertical-align: top;
    }
    .detail-item-right {
        position: relative;
        display: inline-block;
        color: $gay2;
        font-size: 12px;
        width: 65%;
        .contractUserTitle {
            font-size: 14px;
            line-height: 26px;
            color: $gray;
            display: inline-block;
            padding-left: 5px;
            width: 96%;
            word-break: break-all;
            &:hover {
                border-bottom: 1px solid #c5c5c5;
            }
        }
        .contract-wraper {
            display: none;
            line-height: 0;
        }
        .detail-description {
            border-bottom: 1px solid #f5f8fa;
            td {
                border: 1px solid #ddd;
                padding: 5px !important;
                vertical-align: top;
            }
            img {
                width: 100%;
                height: 100%;
            }
            &.editable {
                &:hover {
                    border-color: #a9b8bf;
                }
            }
        }
        .richeditor-area-wrap {
            margin-top: 5px;
        }
    }
    .item-time {
        &__edit {
            display: none;
            margin-left: 10px;
        }
        &:hover .item-time__edit {
            display: inline-block;
        }
    }
    .redactor_box {
        border: 1px solid #ffffff;
        position: relative;
    }
    .redactor_editor {
        border: 1px solid #ffffff;
    }
    .focus {
        border: 1px solid #99c8f2;
        background-color: #f2f9ff !important;
        .redactor_toolbar {
            background-color: #f2f9ff !important;
        }
        .redactor_editor {
            background-color: #f2f9ff !important;
            border: 1px solid #f2f9ff;
        }
    }
    .upload_form_container {
        left: -60px;
    }
    .upload_file_input {
        width: 120px;
    }
}

.ux_edittask_upload {
    span {
        color: $gay3;
        font-size: 12px;
    }
}

.task-detial-adddo {
    padding: 20px;
    .tu-btn {
        margin-right: 5px;
    }
}

.task-accept-pop {
    @include feedSetFont(12px, 30px);
    .title {
        background: $gay7;
        color: $black;
        font-size: 14px;
        height: 52px;
        line-height: 52px;
        padding-left: 15px;
        font-weight: bold;
    }
    .pop_container {
        padding: 10px 36px 0 40px;
        width: 320px;
        font-size: 12px;
        h2 {
            color: $black;
            font-size: 12px;
        }
        .classes {
            line-height: 24px;
            color: $gay2;
        }
        .input-default {
            input {
                font-size: 12px;
                color: $gay2;
            }
        }
        &__icon {
            color: #1687d9;
        }
    }
    .start-end-date {
        margin-bottom: 20px;
        position: relative;
        .input {
            font-size: 12px;
            line-height: 24px;
            color: #555;
        }
    }
    .uibutton {
        height: 26px;
        padding: 10px 28px;
    }
}

.work-hour-list {
    @include feedSetFont(12px, 30px);
    position: relative;
    .work_hour_content_wraper {
        display: none;
    }
    .icon-arrow {
        font-size: 14px;
        color: #99A3AD;
    }
    .work_hour {
        display: inline-block;
        height: 20px;
        float: right;
        line-height: 20px;
        padding: 0 10px;
        font-size: 12px;
        border-radius: 3px;
        text-align: center;
        font-family: Arial;
        color: #fff;
        background-color: #F5B333;
        &:hover {
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        }
    }
    .pointer {
        cursor: pointer;
    }
    .title_wh {
        @include clearfix;
        @include feedSetFont(14px, 30px);
        padding: 10px 40px 10px 0;
        &:hover {
            background-color: #f5f8fa;
        }
        .left {
            position: relative;
            float: left;
            padding-left: 40px;
            .avatar {
                position: absolute;
                left: 0;
            }
        }
        .work_hour_wraper {
            float: left;
            padding-top: 3px;
            margin-left: 10px;
            .work_hour {
                float: left;
            }
        }
        .right {
            float: right;
            font-size: 12px;
            cursor: pointer;
            .work_hour {
            }
            .toggle {
                cursor: pointer;
                color: #555;
                margin-right: 40px;
            }
            .del {
                margin-left: 25px;
            }
            .txt {
                color: #99A3AD ;
            }
        }
    }
    .task_item {
        padding: 8px 0px 8px 40px;
    }
    .item-box {
        position: relative;
        padding-right: 280px;
        &:hover {
            .task_item_right {
                .del_il a {
                    display: inline-block;
                    font-size: 12px;
                }
            }
        }
    }
    .item_left {
        font-size: 12px;
        color: #35434c;
        margin-left: -5px;
        .name_il,
        .name_input {
            height: 24px;
            line-height: 24px;
            font-family: $baseFontFamily;
            border: 1px solid #fff;
            padding: 4px;
            border-radius: 2px;
        }
        .name_il {
            &:hover {
                border-color: #a9b8bf;
            }
        }
        .name_input {
            display: none;
            input {
                font-size: 12px;
            }
        }
        .name_input.input-focus {
            border: 1px solid #2d83cf;
        }
    }
    .task_item_right {
        position: absolute;
        right: 0;
        top: 2px;
        line-height: 30px;
        padding-right: 40px;
        .date_il {
            float: left;
            font-size: 12px;
            margin: 0px 35px;
            border-radius: 10px;
            color: #3B4247;
            display: inline-block;
        }
        .work_hour {
            float: left;
            margin-top: 5px;
        }
        .detail_il {
            float: right;
            font-size: 12px;
            color: $gay3;
            cursor: pointer;
        }
        .txt {
            color: #99A3AD;
            // &:hover {
            //     color: #1687d9;
            // }
        }
        .del_il {
            position: absolute;
            right: 15px;
            width: 13px;
            height: 13px;
            top: 10px;
            line-height: 13px;
            text-align: center;
            font-size: 12px;
            &:hover {
                background-color: #fff;
                border-radius: 3px;
                @include box-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
                cursor: pointer;
            }
            a {
                display: none;
                color: #99A3AD
            }
        }
        .date_il,
        .detail_il,
        .text {
            &:hover {
                color: #1687d9;
            }
        }
    }
}

.work-hour-item-detail {
    margin-top: 5px;
    padding: 10px 20px;
    color: #555;
    background-color: rgba(194, 224, 255, 0.15) ;
    border-radius: 2px;
    .upload_form_container {
        left: -60px;
    }
    .upload_file_input {
        width: 120px;
    }
    .description {
        padding-left: 50px;
        td {
            border: 1px solid #ddd;
            padding: 5px !important;
            vertical-align: top;
        }
        img {
            width: 100%;
            height: 100%;
        }
    }
    .title {
        color: #647481;
        float: left;
        margin-left: -50px;
    }
    .content {
        color: $gay2;
        .editor-style p,
        .editor-style li {
            line-height: 30px;
            margin: 0;
        }
    }
    .des_edit {
        display: none;
    }
}

/*noaccess*/

.noaccess {
    padding-top: 120px;
    .img_na {
        margin: 0 auto;
        background: url(#{$baseImgUrl}/none-permission.png) no-repeat; 
        width: 203px;
        height: 167px;
    }
    .text_ma {
        color: #4cb0f8;
    }
}

.tt_sharerange {
    display: block;
    position: relative;
    background: #f5f8fa;
    padding: 5px 0 5px 80px;
    line-height: 16px;
    h4 {
        float: left;
        color: #34434e;
        @include feedSetFont(16px, 30px);
        position: relative;
        margin-right: -80px;
        right: 80px;
        text-indent: 20px;
        font-weight: normal;
    }
    .list_sr {
        @include clearfix();
        .item_sr,
        .button_sr {
            position: relative;
            margin: 0 5px 0px 0;
            float: left;
            width: 30px;
            height: 30px;
            img {
                width: 30px;
                height: 30px;
            }
        }
    }
    .add_sr {
        float: left;
    }
    .item_sr {
        &:hover .del_sr {
            display: block;
        }
    }
    .del_sr {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: $gay5;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        cursor: pointer;
        .ico {
            width: 9px;
            height: 9px;
            display: inline-block;
            margin: 10px 0 0 10px;
            @include bgIcos(-600px, -120px);
        }
    }
    .empty_sr {
        @include setFont(12px, 14px);
        height: 30px;
        width: auto;
        margin: 9px 0 0 0;
        color: $gay2;
    }
}

.task-quick-do-titaw {
    position: fixed;
    bottom: 20%;
    right: 18px;
    font-size: 12px;
    color: $gay3;
    z-index: 1008;
    .radius_all {
        height: 20px;
        width: 20px;
        @include border-radius(12px);
        border: 2px solid $gay5;
        text-align: center;
        background: $white;
        margin-top: 10px;
        .base-all-icon {
            display: inline-block;
            margin-top: 5px;
        }
    }
    .radius_all_current {
        background: $gay5;
    }
    .radius-tq {
        height: 24px;
        width: 24px;
        @include border-radius(12px);
        background-color: $gay5;
        text-align: center;
        cursor: pointer;
        &:hover {
            background-color: $blueDark4;
        }
    }
    .border {
        margin-top: 3px;
        margin-bottom: 3px;
        height: 11px;
        background: $gay5;
        width: 2px;
        clear: both;
        margin-left: 11px;
        padding: 0;
    }
    .ico {
        width: 14px;
        height: 14px;
        display: inline-block;
        margin-top: 5px;
        background: url(#{$baseImgUrl}/base-all-icon.png) no-repeat;
    }
    .ico-apply {
        background-position: 0 -120px;
    }
    .ico-hour {
        background-position: 1px -40px;
    }
    .ico-meet {
        background-position: 1px -60px;
    }
    .ico-share {
        background-position: 0 -99px;
    }
    .ico-task {
        background-position: 0 -20px;
    }
    .ico-travel {
        background-position: 1px -79px;
    }
    .ico-all {
        background-position: 1px 0;
    }
    .ico-all-active {
        .ico-all {
            background-position: 1px -160px;
        }
        background-color: #c5c5c5;
    }
}
.task-progress-content {
    display: inline-block;
    .task-progress-bar {
        display: inline-block;
        width: 90px;
        height: 6px;
        background: #d8d8d8;
        margin-right: 16px;
        border-radius: 8px;
        .task-progress-inner {
            position: relative;
            height: 100%;
            border-radius: 8px;
            &-tail {
                position: absolute;
                top: -6px;
                right: 0;
                height: 18px;
                width: 6px;
                border-radius: 8px;
                &-hide {
                    display: none
                }
            }
        }
    }
    .task-progress-unit {
        font-family:PingFangSC-Regular;
        font-size:14px;
        text-align:left;
    }
    .task-progress-num {
        display: inline-block;
        height: 26px;
    }
    .task-progress-input {
        border:1px solid #1787d9;
        border-radius:2px;
        width:38px;
        height:24px;
        padding: 0;
    }
    
}
.tu-icon-progress::before{
    content:'';
    display:inline-block;
    width: 18px;
    height: 18px;
    background: url(#{$baseImgUrl}/progress_1.png) no-repeat;
    background-size: 100% 100%;
}
.tu-detail-priority{
    font-size: 30px;
}
