.show-task-value-text{
    font-size: 14px;
    color: #333;
    height: 44px;
    line-height: 44px;
}
.show-task-value-max-wid{
    max-width:100%;
    padding-left: 10px;
}
.show-task-value-content{
    position: relative;
    width: 100%;
    margin: 10px 0;
}
.show-task-value-content-overflow-table-warp{
    width: 100%;
    overflow: auto;
}
.show-task-value-content-shoppingCart-all-count{
    position: relative;
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #eee;
    border-top: none;
    background: #FBFBFB;
    text-align: right;
    padding: 0 8px;
}
.show-task-value-content-empty{
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    color: #999;
}
/*.show-task-value-content-file-item{*/
/*    position: relative;*/
/*    width: 80px;*/
/*    padding: 5px 5px 0 5px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 3px;*/
/*    margin: 10px 10px 0 0;*/
/*}*/

/*.show-task-value-content-file-item-down{*/
/*    position: absolute;*/
/*    display: none;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    text-align: center;*/
/*    line-height: 78px;*/
/*    font-size: 24px;*/
/*    font-weight: 800;*/
/*    background: rgba(0,0,0,.3);*/
/*}*/
/*.show-task-value-content-file-item:hover>.show-task-value-content-file-item-down{*/
/*    display: block;*/
/*}*/
/*.show-task-value-content-file-item-head{*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    text-align: center;*/
/*    line-height: 50px;*/
/*}*/
/*.show-task-value-content-file-item-name{*/
/*    width: 100%;*/
/*    height: 28px;*/
/*    line-height: 28px;*/
/*    font-size: 12px;*/
/*    color: #666;*/
/*    text-align: center;*/
/*}*/
/*.show-task-value-content-file-icon{*/
/*    font-size: 42px;*/
/*}*/


.set-child-form-content-warp{
    overflow: auto;
}
.show-task-value-content-overflow-table{
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 0;
}
.show-task-value-content-overflow-table > thead > tr > th{
    position: relative;
    border: 1px solid #E1E1E1;
    background-color: #F4F4F4;
    padding: 7px;
}

.show-task-value-content-overflow-table > tbody > tr > td {
    padding: 0 7px;
    max-width: 200px;
    valign:middle;
    height: 38px;
    line-height: 38px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    border: 1px solid #E1E1E1;
}
.show-task-value-content-overflow-table > tbody > tr:hover .show-task-value-content-overflow-table-del-btn{
    display: inline-block;
}