.show-task-info-bac{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1040;
}
.show-task-info-body{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55%;
    background: #fff;
    border-left: 1px solid #ddd;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    z-index: 1060;
}
.show-task-info-body-top{
    padding: 10px 20px;
}
.show-task-info-body-top-item{
    height: 30px;
    line-height: 30px;
}
.show-task-info-body-top-icon{
    width: 30px;
    height: 18px;
    color: #999;
    margin-top: 6px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}
.show-task-info-body-top-star-icon{
    width: 30px;
    height: 18px;
    color: #FFBC4D;
    margin-top: 6px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}
.show-task-info-body-top-icon:hover{
    color: #2783F2;
}
.show-task-info-body-head{
    padding: 0 20px;
}
.show-task-info-body-head-left{
    position: relative;
    width: 70px;
}
.show-task-info-status-select{
    position: relative;
    width: 70px;
    height: 30px;
    padding-left: 8px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #eee;
    color: #999;
}
.show-task-info-status-over-bac{
    background:  #61cf78;
    color: #fff;
}
.show-task-info-status-stop-bac{
    background: #edb75e;
    color: #fff;
}
.show-task-info-status-ing-bac{
    background: #33baff;
    color: #fff;
}
.show-task-info-status-select-item{
    position: relative;
    padding-right: 15px;
}
.show-task-info-body-head-right{
    position: relative;
    width: calc(100% - 70px);
    padding-left: 15px;
}
.show-task-info-body-head-right>input{
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #666;
    padding: 0 10px;
    border: 1px  solid  #fff;
    border-radius: 2px;
}
.show-task-info-body-head-right>input:hover {
    border: 1px  solid  #e1e1e1;
}
.show-task-info-body-head-right>input:focus {
    border: 1px  solid  #5cbfff;
}
.show-task-info-body-head-footer{
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}
.show-task-info-user-select{
    position: relative;
    height: 30px;
    padding-left: 8px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
    color: #999;
}
.show-task-info-body-main{
    position: relative;
    max-height: calc(100% - 177px);
    overflow-y: auto;
}
.show-task-info-body-item{
    padding: 0 20px;
    border-bottom: 1px dashed #F5F5F5;
}
.show-task-info-body-item-title{
    position: relative;
    width: 130px;
    height: 44px;
    line-height: 44px;
    color: #999;
    font-size: 14px;
}
.show-task-info-body-item-behavior{
    position: relative;
    width: calc(100% - 130px);
    padding-left: 10px;
}
.show-task-info-editor-bac{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.show-task-info-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 2px 0px 5px rgba(0,0,0,0.04);
    border-top: 1px solid #F3F3F3;
    z-index: 1;
}
.show-task-info-footer-head{
    width: 30px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
}
.show-task-info-footer-head>img{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.show-task-info-footer-right{
    width: 34px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #eee;
    border-radius: 2px;
    cursor: pointer;
    color: #999;
}
.show-task-info-footer-center{
    width: calc(100% - 94px);
}
.show-task-info-footer-center-input{
    position: relative;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    color: #999;
}
.show-task-info-footer-center-simditor{
    width: calc(100% - 100px);
}
.show-task-info-body-recording{}
.show-task-info-body-recording-top{
    border-bottom: 1px solid #eee;
}
.show-task-info-body-recording-top-item{
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.show-task-info-body-recording-top-item.active{
    color: #444;
    border-bottom: 2px solid #2783F2;
}
.show-task-info-body-flag{
    padding: 10px 0;
}

.show-task-info-body-record{
    padding: 10px 0;
}
.show-task-info-body-record-item{
    padding: 0 20px;
}
.show-task-info-body-record-item-title{
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
}
.show-task-info-body-record-item-value{
    width:calc(100% - 120px);
    padding-left: 20px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
}

.show-task-info-body-flag-item{
    width: 100%;
    padding: 0 10px 0 20px;
}