.app_box{
    position: absolute;
    // top: 50%;
    // left: 50%;
    width: 1000px;
    height: 600px;
    background: #eeeeee;
    // margin-left: -500px;
    // margin-top: -300px;
}

.app_left{
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 100%;
    background-color: rgb(250, 240, 202);
}

.app_search{
    
    width: 100%;
    height: 30px;
}

.app_input{
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 30px;
}
.app_searchBtn{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 36px;
}

.app_lfbox{
    width: 100%;
    height: 500px;
    margin-top: 60px;
}

.app_lfRootfile{
    width: 100%;
    height: 40px;
    color: #000000;
    font-size: 18px;
    line-height: 40px;
    background-color: rgb(204, 232, 255);
    
}

.app_lffile{
    width: 100%;
}

.app_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 600px;
    height: 100%;
}
.config_box{
    position: absolute;
    right: 0;
    bottom:0;
    border-left: 1px solid #C9A788;
    z-index: 1;
    width: 20%;
    height: 84%;
    box-sizing: border-box;
    overflow-y: scroll;
}

.createFileBox{
    width: 100%;
    height: 30px;
}

.app_addfilebox{
    margin-top: 10px;
    width: 100%;
    height: 30px;
}

.app_addfileInput{
    float: left;
    width: 280px;
    height: 30px;
}

.app_addfileBtn{
    float: right;
    width: 80px;
    height: 36px;
}

.app_texp{
    position: absolute;
    left: 1000px;
    top: 0;
    width: 400px;
    height: 100%;
}

