.choiceFileBox {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 811px;
    height: 515px;
    margin: auto;
    z-index: 100;
    position: absolute;
    border-radius: 4px;
    background: white;
}

.choiceFileBox .title {
    line-height: 30px;
    padding: 10px 15px;
    font-weight: 700;
    color: grey;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
}

.choiceFileBox .choiceFileHeader {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.choiceFileBox .searchFile {
    border: 1px solid #d9d9d9;
    margin: 10px 15px;
    border-radius: 4px;
}

.choiceFileBox .choiceFileHeader button {
    border: 0;
    outline: none;
    cursor: pointer;
    color: #a6a6a6;
}

.choiceFileBox .searchFile input {
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    line-height: 30px;
    padding-left: 10px;
}

.choiceFileBox .choiceFileHeader .searchBtn {
    height: 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 6px;
}

.choiceFileBox .choiceFileHeader .closeBtn {
    border: 0;
    background: white;
    margin: 10px 15px 10px 0;
}

.choiceFileBox .choiceFileBoxCon {
    height: 380px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    margin-bottom: 15px;
    overflow: hidden;
}

.choiceFileBox .classOneBox {
    border-right: 1px solid rgba(0, 0, 0, .12);
}

.choiceFileBox .classOne {
    width: 150px;
    padding: 10px 0;
}

.choiceFileBox .classOne li {
    padding: 0 15px;
    line-height: 30px;
    cursor: pointer;
    color: grey;
}

.choiceFileBox .classTwoBox,
.pubUploadFileCon .classTwoBox {
    overflow-x: auto;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
}

.choiceFileBox .classTwo,
.pubUploadFileCon .classTwo {
    height: 100%;
}

.choiceFileBox .classTwo li,
.pubUploadFileCon .classTwo li {
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, .12);
    width: 220px;
    min-width: 220px;
    color: grey;
    box-sizing: border-box;
}

.pubUploadFileCon .classTwo li.classOneLi {
    overflow-y: auto;
    height: 200px;
    overflow-x: hidden;
}

.choiceFileBox .classTwo li p,
.pubUploadFileCon .classTwo li p {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.choiceFileBox .classTitle,
.pubUploadFileCon .classTitle {
    font-weight: 600;
    padding: 10px 0 10px 15px;
}

.choiceFileBox .classThree li,
.pubUploadFileCon .classThree li {
    border-right: 0;
    padding: 0 15px;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.choiceFileBox .classThree li .iconfont,
.pubUploadFileCon .classThree li .iconfont {
    margin-right: 5px;
}

.choiceFileBox .relFileBtn {
    margin: 15px;
    width: 80px;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    color: white;
    float: right;
}

.choiceFileBox .moveFileBtn {
    margin: 15px;
    width: 80px;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
    color: white;
}

.choiceFileBox .canMoveFile {
    background-color: #3782f2;
    border-color: #3782f2;
}

.choiceFileBox .canClickBtn {
    background-color: #3782f2;
    border-color: #3782f2;
}

.choiceFileBox .pubClassUl li {
    border-left: 0;
}

.choiceFileBox .pubClassUl li.on,
.choiceFileBox .pubClassUl li:hover {
    color: #3da8f5;
    background: #eee;
}

.choiceFileBox .classThree li.on,
.choiceFileBox .classThree li:hover,
.uploadFileFloderUl li.on,
.uploadFileFloderUl li:hover {
    color: #3da8f5;
    background: #f5f5f5;
}

.choiceFileBox .classThree li.selected,
.choiceFileBox .classThree li.isFile.on,
.uploadFileFloderUl li.on {
    color: white;
    background: #72bdf3;
}

.choiceFileBox .classTwo li {
    overflow-x: hidden;
    overflow-y: auto;
}

.choiceFile .mask {
    z-index: 99;
}

.moveFile .mask {
    z-index: 99;
}

.choiceFileBox .moveFolderLi {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.choiceFileBox .folderSign {
    color: #3da8f5;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin: 5px 4px;
    background-size: 18px;
}

.copyFileTip,
.moveFileTip {
    margin: 15px;
    font-size: 12px;
    color: #959595;
    line-height: 34px;
}

.createNewFolderOnFolderList {
    margin: 10px 15px;
}

.createNewFolderBtnOnFolderList {
    font-size: 22px;
    color: grey;
}

.createNewFolderIptOnFolderList {
    width: 100%;
    padding-left: 5px;
    line-height: 24px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.choiceFileBox .moveFileClose {
    margin: 15px;
    width: 80px;
    background-color: #3782f2;
    border-color: #3782f2;
    color: white;
    margin-left: auto;
}

.choiceFileBox .operationFileName {
    margin: 0 6px;
}

.choiceFileBox li .disabled {
    cursor: default;
    color: #ccc;
}

.choiceFileBox .folder-white {
    background: url(../images/folder-white.png) no-repeat center center;
    background-size: 18px;
}

.choiceFolderName {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 160px;
}