.up_box{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.up_box_hover{
    background-color: rgba(0, 50, 200, 0.5);
}

.up_filetitle{
    height: 50px;
    background: #c9a788;
    line-height: 3.0em;
    color: #fff;
    font-size: 16px;
    padding-left: 25px;
}

.up_filefirst{
    background: #e2d5c9;
    height: 2.8em;
}
.up_fileselect{
    color: #555;
    float: left;
    line-height: 2.8em;
    width: 20%;
    text-align: center;
}
.up_filename{
    color: #555;
    float: left;
    line-height: 2.8em;
    width: 40%;
    text-align: center;
}

.up_fileresult{
    background: none;
    color: #555;
    float: left;
    line-height: 2.8em;
    width: 20%;
    text-align: center;
}
.up_fileconfigure{
    box-sizing: border-box;
    color: #555;
    float: left;
    line-height: 2.8em;
    width: 20%;
    text-align: center;
    border-left: 1px solid #C9A788;
    cursor: pointer;
}
.addconfigure{
    font-size: 16px;
}

.up_titletxt{
    float: left;
    width: 400px;
    height: 100%;
}

.up_deletefiles{
    float: right;
    width: 100px;
    height: 40;
    text-align: center;
    font-size: 14px;
    margin: 5px;
}