.edit-task-warp{
    overflow: hidden;
    border-radius: 5px;
    margin: 40px auto 0 auto;
}
.edit-task-top{
    height: 9px;
    background: url(../../../images/caidai.png) 100% 100%;
}
.edit-task-top-title{
    text-align: center;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    color: #666;
}
.edit-task-modal-close{
    position: absolute;
    right: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
.edit-task-body{
    overflow-y: auto;
    max-height: 750px;
}