.area {
    display: flex;
    margin-top: 30px;
    min-height: 90vh;
}

.area-left, .area-right {
    width: 50%;
    margin: 0 auto;
}

input {
    display:none;
    text-align: center;
}

.area-left .file-select-left, .area-right .file-select-right {
    width : 90%;
    text-align : center;
    vertical-align : center;
    border : 2px dashed #ccc;
    border-radius : 6px;
    height : 104px;
    line-height : 104px;
    cursor : pointer;
    margin-left : 5%;
    color : #1e90ff;
}


.file-list-left , .file-list-right {
    width:100%;
    height:100%;
}

.file-list-right {
    border-left: 1px solid #ccc;
}