
.up_box_hover{
  box-sizing: border-box;
  border-width: 2px;
  border-color: #6cb8ff;
  border-style: none dashed dashed dashed;
}


.up_filetitle{
    width: 100%;
    height: 50px;
    background: #6cb8ff;
    line-height: 3.0em;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.up_filefirst{
    background: #e3f1fd;
    height: 3.3em;
}
.up_fileselect{
    color: #555;
    float: left;
    line-height: 3.3em;
    width: 10%;
    text-align: center;
}
.up_filename{
    color: #555;
    float: left;
    line-height: 3.3em;
    width: 20%;
    text-align: center;
}
.up_filesize{
    background: none;
    color: #555;
    float: left;
    line-height: 3.3em;
    width: 20%;
    text-align: center;
}
.up_filecontrol{
    width: 50%;
    float: left;
    text-align: center;
    line-height: 3.3em;
}

.up_titletxt{
    width: 50%;
    min-width: 20%;
    float: left;
    font-size: 18px;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: start;
    text-indent: 15px;
}
.up_delete_currentfiles{
    float: right;
    width: 140px;
    height: 33px;
    text-align: center;
    font-size: 14px;
    margin: 8.5px;
    outline: none;
    border: 1px solid #ff4d4f;
    background-color: #fff;
    color: #ff4d4f;
    margin-right: 20px;
    cursor: pointer;
}
.up_deletefiles{
    float: right;
    width: 95px;
    height: 33px;
    text-align: center;
    font-size: 14px;
    margin: 8.5px;
    outline: none;
    // background-color: #ff4d4f;
    border: 1px solid #ff4d4f;
    background-color: #fff;
    color: #ff4d4f;
    margin-right: 20px;
    cursor: pointer;
}
.up_f_btns_box{
  width: 25%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}