.folderBox {
    padding-top: 100px;
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
}

.library-info .sort-name-handler .sortTop {
    padding-right: 15px;
    background: url(../../../public/images/common_all_03.png) no-repeat center right;
}

.library-info .sort-name-handler .sortBottom {
    padding-right: 15px;
    background: url(../../../public/images/common_all_05.png) no-repeat center right;
}

.library-info .sort-updated-handler .sortTop {
    padding-right: 15px;
    background: url(../../../public/images/common_all_03.png) no-repeat center right;
}

.library-info .sort-updated-handler .sortBottom {
    padding-right: 15px;
    background: url(../../../public/images/common_all_05.png) no-repeat center right;
}

.folderUl {
    overflow: visible;
    flex-wrap: wrap;
}

.folderUl li {
    flex: 0 0 25%;
    overflow: hidden;
}

.folderUl li .filesbox {
    flex: 100%;
    overflow: hidden;
    height: 125px;
    cursor: pointer;
    margin: 10px 15px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    border: 2px solid #f7f7f7;
}

.folderUl li .filesbox .fileconbox {
    padding-top: 10px;
}

.folderUl li .filesbox a {
    display: block;
}

.folderUl li .filesbox p {
    margin: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    justify-content: center;
}

.folderUl li .filesbox p bdo {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.folderUl li .filesbox .folderspan {
    background: url(/public/images/common_all.png) -10px -413px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 40px;
}

.folderUl li .filesbox .list-item-info,
.folderUl li .filesbox .icon-ziyuan1 {
    display: none;
}

.folderUl li .filesbox .info-size,
.folderUl li .filesbox .info-creator,
.folderUl li .filesbox .info-updated {
    display: none;
}

.folderUl li .filesbox:hover .arrowBtnBox {
    visibility: visible;
}

.folderUl li .filesbox .icon-ziyuan1 {
    display: none;
    position: absolute;
}

.folderUl li .filesbox:hover .icon-ziyuan1 {
    display: block;
}

.folderUl li .filesbox.selectedLi {
    border: 2px solid #3DA8F5;
}

.folderUl2 li {
    flex: 0 0 100% !important;
    overflow: unset !important;
}

.folderUl2 li .filesbox {
    overflow: unset;
    flex: 0 0 100%;
    padding: 0 15px;
    border: 1px solid #d5d5d5;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0;
    line-height: 48px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    border-radius: 0;
    box-sizing: border-box;
}

.folderUl2 li .filesbox:hover {
    background: #f5f5f5;
}

.folderUl2 li .filesbox.selectedLi {
    border: 1px solid #d5d5d5;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #f5f5f5;
}

.folderUl2 li .filesbox .fileconbox {
    display: inline-flex;
    display: -ms-inline-flexbox;
    padding: 0;
    flex: 1;
    -ms-flex: 1;
    margin-right: 30px;
}

.folderUl2 li .filesbox .folderIcon {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 35px;
    background-size: 26px;
    margin: auto 10px auto 0;
}

.folderUl2 li .filesbox .folderIcon .lock-pic {
    background: url(/public/images/file-lock.png) no-repeat center center;
    background-size: 18px;
}

.folderUl2 li .filesbox a {
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
}

.folderUl2 li .filesbox p {
    margin: 0;
}

.folderUl2 li .filesbox .list-item-info {
    flex: 11;
    -ms-flex: 11;
    -webkit-flex: 11;
    display: inline-flex;
    display: -ms-inline-flexbox;
    line-height: 39px;
}

.folderUl2 li .filesbox .folderspan {
    display: none;
}

.folderUl2 li .filesbox.notFloder {
    display: none;
}

.folderUl2 li .filesbox .li-istick {
    position: relative;
}

.folderUl2 li .filesbox .icon-ziyuan1 {
    display: block;
    position: relative;
}

.folderUl2 li .filesbox .list-item-info {
    display: inline-flex;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;

}

.folderUl2 li .filesbox .info-size {
    flex: 0 0 100px;
    display: block;
}

.folderUl2 li .filesbox .info-creator {
    flex: 0 0 130px;
    display: block;
}

.folderUl2 li .filesbox .info-updated.hinted {
    flex: 0 0 160px;
    display: block;
}

.folderUl li .filesbox .arrowBtnBox {
    visibility: hidden;
    width: auto;
}

.folderUl2 li .filesbox .arrowBtnBox {
    width: 90px;
}

.fileChoiceClass {
    border: 2px solid #2a90fc;
}

.folderToolBar {
    position: relative;
    left: 100%;
    display: none;
}

.folderToolBar.active {
    left: 20px;
    top: 0px;
    z-index: 2;
}

.folderToolBar a {
    display: grid;
    width: 80px;
    height: 32px;
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

.folderToolBar a:first-child {
    border-bottom: 0px;
}

.folderToolBar a:hover {
    background-color: #eee;
}

.folderIcon {
    background: url(/public/images/document_folder_btn.png);
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    background-size: cover;
}

.folderIconPrivatr {
    background: url(/public/images/document_folder2_btn.png);
    background-size: cover;
}

.folderIconSystem {
    background: url(/public/images/document_folder1_btn.png);
    background-size: cover;
}

.folderIconAdd {
    background: url(/public/images/document_new_btn.png);
    background-size: cover;
    margin: 13px auto;
}

.fileToolBar {
    height: 42px;
    padding-left: 15px;
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.fileToolBarPro {
    top: 0;
}

.filestitle,
.filestitle2 {
    float: left;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    line-height: 42px;
    vertical-align: middle;
}

.fileBreadcrumb {
    flex: 1;
    margin-right: 20px;
}

.folderBreadcrumb {
    position: absolute;
    left: 20px;
    right: 220px;
    top: 0;
    bottom: 0;
    z-index: 1;
}

#folderParentListBtn {
    width: 20px;
    margin-left: 10px;
    background: url(../images/bottom.png) no-repeat center center;
    background-size: 12px;
}

#folderParentListUl {
    position: absolute;
    top: 44px;
    left: 0;
    width: 300px;
    background: white;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#folderParentListUl li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding: 6px 8px;
}

#folderParentListUl li:hover {
    background: #f5f5f5;
}

.fileBreadLink {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
}

.fileBreadLink::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    line-height: 20px;
    height: 20px;
    margin: auto 0;
    content: '>';
    text-align: center;
}

.fileBreadLink span:hover {
    color: #2a90fc;
}

.searchSpan {
    display: inline-block;
    margin: 8px 20px;
    float: right;
}

.searchSpan input {
    line-height: normal;
    border: 0;
    background: #fff;
    border: 1px solid #ddd;
}

.searchSpan .inputText {
    height: 26px;
    padding: 0 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    vertical-align: top;
    outline: none;
}

.searchSpan .inputBtn {
    height: 26px;
    background: url(/public/images/icon_search.png) center no-repeat;
    margin-left: -5px;
    width: 30px;
    background-size: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    outline: none;
}

.fileUpload {
    font-size: 14px;
    padding: 0;
    width: 50px;
    background: 0;
    border: 0;
    color: #2a90fc;
    line-height: 42px;
    outline: none;
    cursor: pointer;
}

.fileUpload:hover {
    color: #6bb3ff;
}

.fileUpload:active {
    color: #247cdb;
}

.fileUploadControlList {
    z-index: 2;
    top: 40px;
    right: 0;
    position: absolute;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: height 0.3s;
    height: 0;
    overflow: hidden;
}

.fileUploadControlListOpen {
    height: 58px;
}

.fileUploadControlList li {
    padding: 5px 10px;
}

.morechoicebtn {
    outline: none;
    color: #acacac;
    border: 0;
    border-left: 2px solid #ddd;
    background: #f2f2f2;
    padding-left: 10px;
    margin: 10px 15px 10px 10px;
}

.morechoicebtn:hover {
    color: #6bb3ff;
}

.morechoicebtn:active {
    color: #247cdb;
}

.fileListWrap {
    font-size: 14px;
    background-color: #fff;
    padding: 10px;
    display: none;
}

.fileListTab {
    height: 30px;
    margin: 0px 10px;
}

.folderNav {
    float: left;
    line-height: 24px;
    margin-top: 3px;
}

.folderNav>a {
    color: #22a0db;
    cursor: pointer;
    margin-right: 10px;
}

.folderNav>a:hover {
    text-decoration: underline;
}

.folderNav>span {
    margin-left: 10px;
}

.folderNavR {
    float: right;
}

.folderNavR>div {
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.folderNavR>div::after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #ccc;
    display: inline-block;
    transform: rotate(30deg);
    position: relative;
    left: 15px;
    top: -2px;
}

.folderNavR>a {
    color: #4385f5;
    cursor: pointer;
}

.folderNavR>a:hover {
    text-decoration: underline;
}

.addFolderLayer {
    height: 180px;
    position: fixed;
    top: -200px;
    left: 500px;
    right: -500px;
    background: #fff;
    z-index: 2;
    overflow: hidden;
    width: 500px;
    -webkit-box-shadow: -1px 5px 10px 0 #e1e6ee;
    -moz-box-shadow: -1px 5px 10px 0 #e1e6ee;
    box-shadow: -1px 5px 10px 0 #e1e6ee;
    transition: right 0.5s;
    border-radius: 10px;
}

.addFolderLayer.active {
    top: 200px;
}

.addTitle {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
    color: #333;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
}

.addTitle span {
    display: inline-block;
    float: right;
    width: 25px;
    cursor: pointer;
}

.fieldTable tr td:first-child {
    padding: 15px 0px 15px 10px;
}

.fieldTable tr:last-child td:first-child {
    padding: 0px 0px 0px 10px;
}

.fieldTable tr td:last-child {
    width: 75%;
}

.fieldTable input {
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.toolDiv button {
    outline: none;
    height: 32px;
    width: 80px;
    margin-top: 15px;
    margin-left: 10px;
    cursor: pointer;
}

.btnOk {
    border: 1px solid transparent;
    background: #1081ff;
    color: white;
}

.btnCancle {
    border: 1px solid #ccc;
}

.fileListTable {
    width: 100%;
}

.fileListItem h3 {
    padding: 10px 0 10px 15px;
    margin-bottom: 0;
    margin-top: 0;
    color: #666;
    font-size: 11px;
    font-weight: 400;
    background: #f5f5f5;
}

.fileListTable {
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #dce2ed;
    border-collapse: collapse;
}

.fileListTable li {
    border-left: 3px solid #fff;
}

.fileListTable li:hover {
    border-left: 3px solid #4285f3;
}

.fileListTable div {
    border-bottom: 1px solid #dce2ed;
}

.fileName {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 77%;
}

.fileName a {
    padding-left: 50px;
    text-decoration: none;
    color: #333;
    display: block;
    background-size: 30px;
}

.fileDOC {
    background: url(/public/images/fileIconDoc.png);
    background-size: cover;
}

.fileXLS {
    background: url(/public/images/fileIconXls.png);
    background-size: cover;
}

.filePPT {
    background: url(/public/images/fileIconPpt.png);
    background-size: cover;
}

.fileTXT {
    background: url(/public/images/fileIconTxt.png);
    background-size: cover;
}

.filePDF {
    background: url(/public/images/fileIconPdf.png);
    background-size: cover;
}

.fileRAR {
    background: url(/public/images/fileIconRar.png);
    background-size: cover;
}

.fileZIP {
    background: url(/public/images/fileIconZip.png);
    background-size: cover;
}

.folderUl .fileconbox .folderBtn {
    font-size: 50px;
    display: block;
}

.folderUl2 .fileconbox .folderBtn {
    font-size: 24px;
    margin-right: 10px;
}

.folderUl2 .fileNameBox {
    flex-grow: 1;
    box-sizing: border-box;
    padding-right: 15px;
    display: flex;
    display: -ms-flex;
    overflow: hidden;
}

.fileconbox i.icon-doc {
    color: #5f8ed3;
}

.fileconbox i.icon-xls {
    color: #f97ae2;
}

.fileconbox i.icon-ppt {
    color: #d9e021;
}

.fileconbox i.icon-pdf {
    color: #00a990;
}

.fileconbox i.icon-txt {
    color: #8cc63f;
}

.fileconbox i.icon-rar {
    color: #2e3192;
}

.fileconbox i.icon-zip {
    color: #a67c52;
}

.fileconbox i.icon-jpg {
    color: #f7931e;
}

.fileconbox i.icon-png {
    color: #7babff;
}

.fileconbox i.icon-gif {
    color: #fc7e7e;
}

.fileconbox i.icon-bmp {
    color: #81abf7;
}

.fileSize {
    width: 8%;
    text-align: center;
}

.fileTime {
    width: 15%;
    text-align: center;
}

.createfloder {
    margin-left: auto;
    font-size: 14px;
    line-height: 42px;
    color: #2a90fc;
}

.createfloder .icon-jia {
    float: left;
    margin-right: 5px;
    font-size: 18px;
    color: #2a90fc;
}

.createfloder:hover,
.createfloder:hover .icon-jia {
    color: #6bb3ff;
}

.createfloder:active,
.createfloder:active .icon-jia {
    color: #247cdb;
}

.library-handler {
    padding: 15px;
    line-height: 22px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    display: flex;
    display: -webkit-flex;
    box-sizing: border-box;
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    background: white;
    z-index: 1;
}

.library-handler-pro {
    top: 43px;
}

.library-info {
    flex: 3;
    -ms-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -webkit-box-flex: 3;
    margin-right: 30px;
    display: none;
}

.flex-fill {
    display: inline-flex;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
}

.view-mode-handlers {
    width: 90px;
    flex-grow: 90px;
    text-align: right;
}

.view-mode-handlers a:hover {
    color: #6bb3ff;
    ;
}

.view-mode-handlers a:active {
    color: #247cdb;
}

.flex-horiz .library-info-name {
    flex: 1;
    padding-right: 15px;
}

.flex-horiz .library-info-size {
    flex: 0 0 100px;
}

.flex-horiz .library-info-author {
    flex: 0 0 130px;
}

.flex-horiz .library-info-update {
    flex: 0 0 160px;
}

.select-num-hint {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
}

.is-available {
    margin-right: 15px;
}

.is-tick,
.li-istick {
    color: #d5d5d5;
}

.is-tick:hover,
.li-istick:hover {
    color: #2a90fc;
}

.li-istick {
    margin-right: 15px;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 5px;
}

.folderUl2 li .filesbox .li-istick {
    top: 0;
    left: 0;
}

.selectedLi .li-istick {
    color: #2a90fc
}

.mode-handler {
    cursor: pointer;
    font-size: 22px;
}

.view-mode-handlers a.active {
    color: #2a90fc;
}

.arrow-downAndedit {
    position: relative;
    width: 24px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 3px #a6a6a6;
    background-color: #fff;
    margin: 0 auto;
    margin-left: 8px;
    display: inline-block;
    font-size: 20px;
    color: #a6a6a6;
}

.filedown {
    margin-left: 0px !important;
}

.speech-bubble {
    position: relative;
    background-color: #292929;
    width: 200px;
    height: 150px;
    line-height: 150px;
    color: white;
    text-align: center;
    border-radius: 10px;
    font-family: sans-serif;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid;
}

.speech-bubble-bottom:after {
    border-top-color: #292929;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}

.toolDiv {
    text-align: center;
}

/*文件编辑*/

.delSelectFileDiv {
    z-index: 999;
    top: auto;
    left: 800px;
    bottom: 128px;
    position: fixed;
}

.list>li>a {
    display: block;
    padding: 5px 15px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.list .list-divider {
    border-top: 1px solid #eee;
    margin: 5px 0;
}

.collection-menu-list .color-choise>ul {
    margin-top: 10px;
}

.collection-menu-list .color-choise .color {
    text-align: center;
    display: block;
    float: left;
    margin: 0 15px 0 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.collection-menu-list .color-choise .color .icon-tick {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.icon.icon-white {
    color: #fff;
}

.collection-menu-list .color-blue {
    background-color: #3da8f5;
}

.collection-menu-list .color-green {
    background-color: #75c940;
}

.collection-menu-list .color-cyan,
.collection-menu-list .color-gray {
    background-color: #2fbdb3;
}

.collection-menu-list .color-purple {
    background-color: #797ec9;
}

.collection-menu-list .color-yellow {
    background-color: #ffaf38;
}

.collection-menu-list .color-red {
    background-color: #ff4f3e;
}

.collection-menu-list .color-choise .color:last-child {
    margin-right: 0;
}

.icon-remove {
    width: 20px;
    cursor: pointer;
}

a.icon {
    color: #a6a6a6;
    transition: color 218ms ease;
}

div img {
    cursor: pointer;
    transition: all 0.6s;
}

.collection-menu-list .color-choise .color:hover {
    transform: scale(1.4);
}

.popover-content>.list>li:hover>a,
.popover-content>.list>li>a {
    color: gray;
    line-height: 24px;
}

.fileFunctionList li a i {
    margin-right: 5px;
}

.list>li:focus>a,
.list>li:hover>a {
    text-decoration: none;
    color: gray;
    background-color: #f7f7f7;
}

.maxH261 {
    max-height: 261px;
}

.icon-tick.active {
    background: url("/public/images/colorTip1.png") no-repeat center center;
    background-size: 60% 60%;
}

.editFileBtn {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.folder-blue {
    background: url(/public/images/folder-blue.png) no-repeat center center;
    background-size: 60px;
}

.folder-cyan {
    background: url(/public/images/folder-cyan.png) no-repeat center center;
    background-size: 60px;
}

.folder-green {
    background: url(/public/images/folder-green.png) no-repeat center center;
    background-size: 60px;
}

.folder-purple {
    background: url(/public/images/folder-purple.png) no-repeat center center;
    background-size: 60px;
}

.folder-red {
    background: url(/public/images/folder-red.png) no-repeat center center;
    background-size: 60px;
}

.folder-yellow {
    background: url(/public/images/folder-yellow.png) no-repeat center center;
    background-size: 60px;
}

.folderNewli {
    position: relative;
    text-align: center;
    cursor: Default !important;
}

.folderNewli .fileconbox {
    height: 125px;
    margin: 10px 15px;
    border: 2px solid #f7f7f7;
    border-radius: 5px;
}

.folderNewli .fileNameBox {
    padding-top: 10px;
}

.newFolderName {
    font-size: 14px;
    width: 120px;
    padding: 0 4px;
    border-color: #f5f5f5;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    margin-top: 6px;
}

.folderUl2 .folderNewli {
    margin: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
}

.folderUl2 .folderNewli .fileconbox {
    height: auto;
    border: 0;
    margin: 0;
    border-radius: 0;
}

.folderUl2 .folderNewli .fileNameBox {
    padding-top: 0;
}

.folderUl2 .folderNewli .newFolderName {
    margin: auto 0;
}

.folderUl2 .folderNewli .fileconbox .folderBtn {
    width: 30px;
    height: 49px;
    background-size: 26px;
    margin: auto 10px auto 47px;
}

.editNameInput {
    text-align: left;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 4px;
    margin-right: 10px;
    box-sizing: border-box;
    width: 100%;
}

.delFileDiv {
    height: 155px;
    z-index: 999;
    top: auto;
    left: 452px;
    bottom: 30px;
    position: fixed;
}

.folderUl2 .editNameInput,
.folderUl2-my .editNameInput {
    width: 100%;
    margin: auto 10px auto 0;
}

.collection-menu-list li a i {
    margin-right: 5px;
}

.delSelectFileDiv {
    display: none;
}

.deleteFileBtn,
.deleteSelectFileBtn {
    width: 100%;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background-color: #ff4f3e;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.thin-scroll p {
    margin-bottom: 15px;
}

.delete-title {
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background: none;
    border: 0 none;
}

.delete-btn {
    width: 15px;
    height: 15px;
    background-color: red;
    margin-top: 10px;
    cursor: pointer;
}

.delete-back {
    float: left;
    background: url(/public/images/delete-back.png) no-repeat center center;
    background-size: 100% 100%;
}

.delete-clos,
.deleteSelect-clos {
    float: right;
    background: url(/public/images/delete-clos.png) no-repeat center center;
    background-size: 100% 100%;
}

/*可见性设置弹框*/

#visibilityDiv {
    z-index: 55;
}

.tip_mask {
    width: 100%;
    height: 100%;
    background: rgba(84, 84, 84, 0.28);
    z-index: 99;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.tip_tips {
    background: white;
    height: 480px;
    width: 600px;
    border-radius: 4px;
    top: 80px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-bottom: 5px;
    position: fixed;
    flex-direction: column;
}

.tips-top {
    line-height: 45px;
    background: #fff;
    color: #000000;
    padding-left: 15px;
    text-align: center;
    border-bottom: 2px solid #F9F7F7;
    border-radius: 4px 4px 0 0;
}

.tips-content {
    padding: 20px 20px 4px 20px;
    font-size: 15px;
    text-align: center;
}

.tips-line {
    height: 1px;
    background: darkgrey;
}

.tips-btn {
    height: 35px;
    float: right;
    width: 50px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background: #3b99d8;
    color: white;
    margin-right: 15px;
    margin-top: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.tips-close {
    float: right;
    color: #e23535;
    margin-right: 8px;
    cursor: pointer;
}

.showSelectType {
    text-align: left;
    height: 42px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding-left: 14px;
    cursor: pointer;
    line-height: 42px;
}

.showSelectType.notClick {
    color: #959595;
    cursor: no-drop;
}

.file-showTypeText {
    margin-right: auto;
}

.selectChangeShow {
    width: 20px;
    background: url(/public/images/shouqi.png)no-repeat center center;
    background-size: 20px;
    margin-right: 8px;
}

.selectFlip {
    transform: rotate(180deg);
    transition-duration: 0.2s;
}

.selectOptionUl {
    position: absolute;
    z-index: 2;
    height: 80px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    top: 46px;
    left: 20px;
    right: 20px;
}

.selectOptionLi1 {
    width: 551px;
    height: 40px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    line-height: 42px;
    text-align: left;
    padding-left: 14px;
}

.selectOptionLi2 {
    width: 551px;
    height: 40px;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
    line-height: 42px;
    text-align: left;
    padding-left: 14px;
}

.selectOptionLi1:hover {
    background-color: #f5f5f5;
}

.selectOptionLi2:hover {
    background-color: #f5f5f5;
}

.showSelectInfo {
    flex-grow: 1;
    overflow: hidden;
    margin: 20px 20px 4px 20px;
    flex-direction: column;
}

.edit-bar {
    width: 100%;
    height: 40px;
    text-align: left;
    line-height: 40px;
}

.addPersonShow {
    width: 112px;
    height: 20px;
    float: right;
    margin-top: 8px;
    line-height: 20px;
    cursor: pointer;
}

.addSign {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #3da8f5;
    margin-right: 5px;
    float: left;
}

.addPersonShow.notClick {
    color: #959595;
    cursor: no-drop;
}

.addPersonShow.notClick .addSign {
    color: #959595;
}

.personList {
    width: 100%;
    height: 30px;
    text-align: left;
    line-height: 30px;
    margin-bottom: 5px;
}

.personSign {
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 2px;
    margin-right: 8px;
    border-radius: 50%;
}

.addPersonDiv {
    width: 252px;
    height: 326px;
    position: fixed;
    z-index: 58;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}

.queryPersonDiv {
    width: 222px;
    height: 35px;
    border-radius: 4px;
    margin: 15px 15px 0;
}

.queryPersonInput {
    width: 222px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    line-height: 26px;
    color: #383838;
    padding-left: 10px;
    box-sizing: border-box;
}

.tipWord {
    width: 222px;
    height: 35px;
    margin: 10px 15px 0;
    line-height: 40px;
    color: #a6a6a6;
}

.file-public {
    width: 95%;
    height: 266px;
    margin: 10px auto 0;
    padding-top: 80px;
}

.public-imgdiv {
    width: 100%;
    height: 120px;
}

.public-img {
    width: 120px;
    height: 120px;
    background: url(/public/images/file-gongkai.png);
    background-size: 100% 100%;
    margin: 0 auto;
}

.public-textdiv {
    width: 100%;
    text-align: center;
}

.public-text {
    font-size: 18px;
    color: #a6a6a6;
}

.public-tipdiv {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.public-tip {
    font-size: 14px;
    color: #a6a6a6;
}

.showTypeSelectTip {
    width: 30px;
    height: 30px;
    background-color: red;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    background: url(/public/images/folder-gou.png);
    background-size: 100% 100%;
}

.fileDownTipShow {
    height: 40px;
    width: 48px;
    background-color: red;
    position: absolute;
    z-index: 9999;
    background: url(/public/images/folder-down.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 34px;
    color: white;
    font-size: 12px;
    display: block !important;
    top: -36px;
    left: -12px;
}

.fileDownTip {
    display: none;
}

.fileMoreFunTipShow {
    height: 34px;
    width: 64px;
    background-color: red;
    position: absolute;
    z-index: 9999;
    background: url(/public/images/folder-morefun.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 26px;
    color: white;
    font-size: 12px;
    display: block !important;
    top: -36px;
    left: -20px;
}

.fileNameTipShow {
    height: 34px;
    width: auto;
    background-color: #303030;
    position: absolute;
    z-index: 9999;
    text-align: center;
    line-height: 26px;
    color: white;
    font-size: 12px;
    display: block !important;
}

.fileMoreFunTip {
    display: none;
}

.renameTip {
    display: none;
}

.renameTipShow {
    height: 40px;
    width: 56px;
    background-color: red;
    position: absolute;
    z-index: 9999;
    background: url(/public/images/folder-down.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 34px;
    color: white;
    font-size: 12px;
    display: block !important;
    top: -36px;
    left: -12px;
}

.selectFun {
    flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
}

.allDown {
    margin-left: 20px;
    cursor: pointer;
}

.allMove {
    margin-left: 20px;
    cursor: pointer;
}

.allCopy {
    margin-left: 20px;
    cursor: pointer;
}

.allDelete {
    margin-left: 20px;
    cursor: pointer;
}

.allVisibility {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-left: 20px;
    cursor: pointer;
}

.allControl {
    width: 20px;
    height: 20px;
    font-size: 18px;
}

.showPersonLists {
    overflow-y: auto;
    flex-grow: 1;
}

.addPersonListDiv {
    margin: 0 15px;
    max-height: 176px;
    overflow-y: auto;
}

.visualAddBtnDiv {
    padding: 10px 15px;
    border-top: 1px solid #e5e5e5;
}

.visualAddBtn {
    width: 100%;
    position: relative;
    padding: 10px 16px;
    margin: 0;
    font-size: 14px;
    height: 34px;
    line-height: 20px;
    color: #fff;
    vertical-align: top;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    outline: 0;
    box-sizing: border-box;
    transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
    background-color: #3da8f5;
    cursor: pointer;
}

.personList:hover {
    background-color: #f5f5f5;
}

.addVisualUserList,
.addVisualUserSearch {
    cursor: pointer;
}

.userSelectTip {
    width: 30px;
    height: 30px;
    background-color: red;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    background: url(/public/images/folder-gou.png);
    background-size: 100% 100%;
}

.showPersonLists::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.showPersonLists::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #25B5EB;
}

.showPersonLists::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.addPersonListDiv::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.addPersonListDiv::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #25B5EB;
}

.addPersonListDiv::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.lock-pic {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(/public/images/file-lock.png) no-repeat center 16px;
    background-size: 35px;
    opacity: 0.24;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.showVisualList:hover .userDeleteTip {
    display: block;
}

.userDeleteTip {
    width: 30px;
    height: 30px;
    background-color: red;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    background: url(/public/images/showUserDel1.png) no-repeat center center;
    background-size: 20px;
    cursor: pointer;
    display: none;
}

.userDeleteTip:hover {
    background: url(/public/images/showUserDel2.png) no-repeat center center;
    background-size: 20px;
}

.fileCreate {
    float: right;
    margin-right: 5px;
    color: #a6a6a6;
}

#editFileDiv {
    z-index: 54;
    top: 150px;
    left: 297.5px;
    position: fixed;
}

.progress {
    width: 280px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #DADADA;
    height: 2px;
    margin-top: 5px;
}

.progress-bar {
    background-color: #3DA8F5;
    border-radius: 5px;
    height: 2px;
    text-align: left;
}

.progressDiv {
    width: 360px;
    /*height: 200px;*/
    background-color: #f7f7f7;
    text-align: center;
    z-index: 999;
    right: 30px;
    bottom: 30px;
    position: fixed;
    display: block;
    box-shadow: 0 7px 21px rgba(0, 0, 0, .1);
    transition: bottom 218ms ease;
    display: none;
}

.progressTitle {
    width: 100%;
    height: 36px;
    background-color: white;
    border-bottom: 1px solid #e1e1e1;
}

.progressTitle p {
    text-align: left;
    width: 70%;
    padding-left: 15px;
    height: 36px;
    line-height: 36px;
    float: left;
}

.upFileTipClose {
    width: 16px;
    height: 16px;
    background-color: red;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    background: url(/public/images/delete-clos.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.upFileInfoBtn {
    width: 20px;
    height: 20px;
    background-color: red;
    float: right;
    margin-top: 8px;
    margin-right: 20px;
    background: url(/public/images/info-hide.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.fileInfoDiv {
    width: 90%;
    margin: 0 auto;
    height: 40px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin-bottom: 40px;
    margin-top: 20px;
}

.upfileImgDiv {
    width: 35px;
    height: 40px;
    float: left;
    font-size: 32px;
}

.upfileNameDiv {
    width: 280px;
    text-align: left;
}

.rightInfo {
    padding-left: 10px;
}

.fileUploadTip {
    width: 18px;
    height: 18px;
    background-color: red;
    margin-left: 6px;
    margin-right: 2px;
    background: url(/public/images/file-up.png) no-repeat center center;
    background-size: 100% 100%;
}

.addPersonListDiv {
    height: 200px;
    overflow-y: auto;
}

.visvaltip-wraning {
    margin: 20px 20px 0;
    padding: 10px 15px 10px 10px;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #2a90fc;
    background-color: #3da8f51a;
}

.FileEmptyBox {
    background: url('../../../public/images/my-files-empty.png') no-repeat center 20px;
    text-align: center;
    height: 50px;
    background-size: 80px;
    padding-top: 100px;
}

.moveFile {
    z-index: 58;
}

.passiveSwitchBtn {
    border: 0;
    color: #2a90fc;
    margin-left: 10px;
    background: white;
}

.visualSpanTip {
    display: block;
    font-size: 12px;
    padding-left: 22px;
    color: #959595;
    line-height: 20px;
}

.sort-updated-handler:hover,
.sort-name-handler:hover {
    color: #2a90fc;
}

.checkAll.icon-ziyuan,
.checkAll:hover {
    color: #2a90fc;
}

.allDown:hover,
.allMove:hover,
.allCopy:hover,
.allDelete:hover {
    color: #2a90fc;
}

.correlationResultList li.historyNotToClick {
    cursor: no-drop;
}

.previewer-thumbnail {
    margin: auto;
}

.fileDetailShowImgBox {
    margin: auto;
}

.fileDetailHideImg {
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
}

.thisFileLocked {
    flex: 0 0 16px;
    background: url(../images/lock.png) no-repeat center center;
    background-size: 18px;
}

#copyOrMoveSuccessBgBox {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 57;
    position: fixed;
    background: transparent;
}

#copyOrMoveSuccessBox {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 200px;
    background: white;
}

.copyOrMoveSuccessBtn {
    width: 20px;
    height: 20px;
    margin: auto 0;
    background: url(../../../public/images/close-icon.png) no-repeat center center;
    background-size: 12px;
    margin: 10px 0 10px 370px;
}

.copyOrMoveSuccessCon {
    padding-top: 70px;
    border-top: 1px solid #d5d5d5;
    text-align: center;
}

.copyOrMoveSuccessCon #gotoTarget {
    color: #2a90fc;
}

.fileEditList .fileEditListLi {
    line-height: 30px;
    padding: 0 15px;
}

.fileEditList .fileEditListLi:hover {
    background: #f5f5f5;
}

.lastFolderBreadcrumb {
    color: #333;
    line-height: 40px;
}

.lastFolderBreadcrumb.on span,
.lastFolderBreadcrumb span:hover {
    color: #2a90fc;
}

.fileCollectFileList .collectFileLi {
    padding: 10px;
}

.fileCollectFileList .collectFileLi:hover {
    background: #f5f5f5;
    color: #2a90fc;
}

.fileCollectFileList .collectFileLi:hover .fileFileName {
    color: #2a90fc;
}

.fileCollectFileList .collectFileLi:hover .innerWindowHead {
    color: #4d4d4d;
}

.file-search-bar{display: flex;align-items: center;margin-right: 12px;}
.file-search-bar button{height: 32px;line-height: 32px;background-color: #2A90FC;color: #fff;
border: none;outline: none;border-radius: 3px;padding: 0 12px;cursor: pointer;
}
.file-search-bar button:hover{background-color: #6BB3FF;}
.file-search-bar input{height: 32px;line-height: 32px;border:1px solid #D9D9D9;outline: none;box-sizing: border-box;
	padding: 0 8px;border-radius: 3px;margin-right: 10px;min-width: 200px;color: #3D3D3D;
}

@media screen and (min-width: 1401px) and (max-width:1600px) {
    .folderUl li {
        flex: 0 0 16.66%;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
    .folderUl li {
        flex: 0 0 12.5%;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
    .folderUl li {
        flex: 0 0 11.11%;
    }
}

@media screen and (min-width: 2561px) and (max-width: 3840px) {
    .folderUl li {
        flex: 0 0 6.25%;
    }
}