

.up_fileselect{
    position: relative;
    color: #555;
    float: left;
    line-height: 2.8em;
    height: 2.8em;
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.up_progress{
    position: absolute;
    left: 0;
    top: 0;
    height: 2.8em;
    background-color: rgba(255, 0, 0, 0.5);
}
.up_filename{
    position: relative;
    color: #555;
    float: left;
    line-height: 2.8em;
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.up_fileresult{
    background: none;
    color: #555;
    float: right;
    line-height: 2.8em;
    width: 25%;
    text-align: center;
    cursor: pointer;
}
// .up_fileconfigure{
//     background: none;
//     color: #555;
//     float: right;
//     line-height: 2.8em;
//     width: 20%;
//     text-align: center;
//     cursor: pointer;
// }

.up_filesize{
    margin-inline-start: 40px;
    color: #555;
    float: left;
    line-height: 2.8em;
    width: 30%;
    text-align: center;
}
.up_ontouchbox{
    position: absolute;
    left: 0;
    top: 0;
    height: 2.8em;
    width: 50%; 
    z-index: 10;
}
.up_progressbox{
    position: absolute;
    left: 0;
    top: 0;
    height: 2.8em;
    width: 100%;
    z-index: 99;
}

.up_fileitem{
    position: relative;
    background: #eedaca;
    height: 2.8em;
    width:80%;
    border-top: 1px solid #ffffff;
}

.up_selectimg{
    width: 1.5em;
    height: 1.5em;
}

.up_itemimg{
    float: left;
    max-width: 4em;
    max-height: 2em;
    margin-top: 0.4em;
    padding-right: 0.2em;
}