.filesOnline {
    display: none;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    position: fixed;
    z-index: 57;
    top: 0;
    left: 0;
    right: 0;
}

.filesOnlineFlex {
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
}

.filesOnlineTop {
    flex-shrink: 0;
    width: 100%;
    padding: 0 15px;
    height: 56px;
    background: white;
    border-bottom: 1px solid #d5d5d5;
}

.filesNamePath {
    flex: 1;
    -ms-flex: 1;
    margin-right: auto;
    overflow: hidden;
}

.filesNameControl,
.fileBread {
    margin-top: 13px;
}

.filesNameControl .fileNameSpan {
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}

.filesNameControl .fileNameSpan bdo {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filesNameControl input {
    border: 0;
    background: #eee;
    width: 85%;
    line-height: 30px;
    border-radius: 2px;
}

.filesNameControl i {
    color: #959595;
    margin-left: 5px;
    cursor: pointer;
    line-height: 30px;
}

.fileBread a {
    color: #959595;
    margin: 0 3px;
}

.fiesOtherPrerate {
    margin: 0 30px;
    display: inline-flex;
    display: -webkit-inline-flex;
    position: relative;
}

.fiesOtherPrerate i {
    margin-right: 5px;
}

button.filesControlBtn {
    border: 0;
    background: white;
    margin-right: 30px;
}

.filesControlBtn {
    color: #959595;
    font-size: 14px;
    line-height: 56px;
    cursor: pointer;
}

.filesControlBtn:hover {
    color: #2a90fc;
}

.fiesOtherPrerateBlueColor.on {
    color: #2a90fc;
}

.previewUpload i,
.previewDownload i {
    font-size: 18px;
}

.filePreviewClose i {
    font-size: 14px;
}

.fileSmallMenu {
    right: 46px;
    top: 56px;
}

.collectFileMoreBtn {
    flex: 0 0 28px;
    height: 28px;
    background: url(../images/more.png) no-repeat center center;
    background-size: 14px;
    margin-left: 10px;
}

.collectFileMoreList,
.fileSmallMenu {
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 7px 21px rgba(0, 0, 0, .1);
}

.collectFileMoreList {
    top: 30px;
    right: 0;
    z-index: 99;
}

.collectFileMoreList.on,
.fileSmallMenu.on {
    opacity: 1;
    visibility: visible;
}

.collectFileList li .collectFileMoreList li {
    line-height: 30px;
    padding: 0 15px;
    margin: 0;
    cursor: pointer;
}

.collectFileList li .collectFileMoreList li:hover {
    background: #f5f5f5;
}

.collectFileList li .collectFileMoreList li button {
    font-size: 12px;
}

.fileOlineContent {
    flex: 1;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    overflow: hidden;
}

.filesOnlineRight {
    background: white;
    flex: 0 0 430px;
    width: 430px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, .12);
    flex-direction: column;
    overflow-x: hidden;
    /* transform: translate(0); */
    transition-delay: flex;
    /* transition-delay: transform; */
    transition-duration: 0.3s;
}

.filesOnlineRight.filesOnlineRightHide {
    flex: 0;
    /* transform: translate(430px); */
}

.fileOlineContentSection {
    flex: 1;
    overflow-y: auto;
    padding: 0 15px;
    flex-direction: column;
}

.filesMessages {
    color: #959595;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.versionMenu {
    right: 0;
    top: 25px;
}

.filesMessages ul li {
    margin-top: 10px;
    font-size: 12px;
    position: relative;
    line-height: 24px;
    border-radius: 4px;
}

.filesMessages ul li:hover {
    background: #eee;
}

.filesMessages ul li.on:hover {
    background: white;
}

.filesMessages ul li i {
    font-size: 14px;
}

.filesMessages ul li.on .signIcon {
    color: #2a90fc;
}

.filesMessages ul li i.icon-down,
.filesMessages ul li.mainVersion:hover i.icon-down {
    display: none;
}

.filesMessages ul li:hover .onlineFileSize {
    display: none;
}

.filesMessages ul li.mainVersion:hover .onlineFileSize {
    display: inline;
}

.filesMessages ul li:hover i.icon-down {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0 5px;
}

.filesMessages ul li i.icon-down:hover {
    color: #2a90fc;
}

.filesMessages ul li span.mainFilesType {
    margin-left: 10px;
}

.filesMessages ul li span.onlineFileSize {
    float: right;
}

.filesMessagesTitle {
    font-size: 14px;
    margin-top: 15px;
}

.filesMessagesTitle i.icon-wenjianjiai {
    margin-right: 5px;
}

.onlineFileName {
    margin: 0 5px;
}

.mainFilesType {
    padding: 2px 4px;
    background: #e6e3e3;
    border-radius: 4px;
}

.fileCorrelation {
    color: #959595;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.fileCorrelation i {
    font-size: 18px;
    margin-right: 5px;
    float: left;
}

.filesOprateHistory {
    padding-bottom: 10px;
}

.filesOprateHistory li {
    margin-top: 15px;
    color: #959595;
    font-size: 12px;
}

.filesOprateHistory li i {
    margin-right: 5px;
}

.filesOprateHistory li i.icon-jia1 {
    font-size: 14px;
}

.filesOprateHistory li span.fileControlTime {
    float: right;
}

.filesConBox {
    padding: 20px 40px;
    background: #eee;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
}

.filesConBox img {
    cursor: zoom-in;
}

.work-thumbnail {
    background-color: #c6c6d2;
    margin: 0 auto;
    width: 230px;
    height: 230px;
    display: table;
    color: white;
    text-align: center;
}

.work-name {
    word-break: break-all;
    display: table-cell;
    vertical-align: middle;
}

.work-title {
    width: 230px;
    margin: 0 auto;
    background: orange;
    text-align: center;
    color: white;
    line-height: 44px;
}

.previewer-download-link {
    display: block;
    margin: 25px auto 0;
    line-height: 44px;
    color: #dde1e6;
    text-align: center;
    text-decoration: none;
    background-color: #4d4d51;
    width: 230px;
    height: 44px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3), 0 1px 1px hsla(0, 0%, 100%, .3);
}

.filesOnlineCon {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.filesOnlineControlBtn {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    background: rgba(0, 0, 0, .4);
    padding: 10px;
    color: white;
    border-radius: 5px;
}

.filesConBox:hover .filesOnlineControlBtn {
    display: block;
}

.filesOnlineControlBtn ul {
    width: 100%;
}

.filesOnlineControlBtn li {
    flex: 1;
    align-self: center;
    text-align: center;
}

.filesOnlineControlBtn li i {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.filesOnlineControlBtn li i.icon-fangda1 {
    font-size: 18px;
}

.reCollectThisFileBtn {
    margin-left: auto;
    flex: 0 0 35px;
}

.fileFileName {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #959595;
    margin-right: auto;
}

.fileParentFolderBtn {
    cursor: pointer;
    border: 0;
    background: white;
    height: 30px;
    line-height: 30px;
    margin-top: 13px;
    margin-right: 5px;
}

.fileParentFolderBtn.on,
.fileParentFolderBtn:hover {
    color: #2a90fc;
}

.thisFilesParentFolderList {
    width: 250px;
    position: fixed;
    z-index: 2;
    top: 55px;
    left: 15px;
    background: white;
    box-shadow: 0 7px 21px rgba(0, 0, 0, .1);
}

.thisFilesParentFolderList li {
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.thisFilesParentFolderList li:hover {
    background: #f5f5f5;
}

.filesNameControl {
    overflow: hidden;
    flex: 1;
}

.fileParentFolderBtnTwo {
    border: 0;
    flex: 0 0 20px;
    height: 30px;
    margin-top: 13px;
    margin-right: 5px;
    background: url(../images/right.png) no-repeat center center;
    background-size: 8px;
}

.moreParentFolderBtn {
    cursor: pointer;
    background: url(../images/bottom.png) no-repeat center center;
    background-size: 12px;
}

.recoveryThisFile {
    color: #959595;
    margin-right: 30px;
    padding-left: 25px;
    height: 56px;
    background: url(../images/p10b.png) no-repeat center left;
    background-size: 16px;
}

.realDeleteThisFile {
    color: #959595;
    margin-right: 30px;
    padding-left: 25px;
    height: 56px;
    background: url(../images/p9.png) no-repeat center left;
    background-size: 18px;
}

.recoveryThisFile:hover {
    color: #2a90fc;
    background: url(../images/p10.png) no-repeat center left;
    background-size: 16px;
}

.realDeleteThisFile:hover {
    color: #2a90fc;
    background: url(../images/p9b.png) no-repeat center left;
    background-size: 18px;
}

.fileDeleteTip {
    line-height: 56px;
}

.noShowContentTip {
    margin: 10px;
    padding-left: 20px;
    color: #959595;
    background: url(../images/lock.png) no-repeat left center;
    background-size: 18px;
}

/* 设置文件私密或公开 */
#setFileShowStatus{
    /* display: block; */
    z-index: 60;
}
#setFileShowStatus .popover-header{
    padding: 5px 10px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    position: relative;
}
#setFileShowStatus .popover-header h3{
    width: 100%;
    line-height: 30px;
    font-weight: 700;
}
#setFileShowStatus .popover-header .icon-close{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
#setFileShowStatus .setFileMask{
    width: 100%;
    height: 100%;
}
#setFileShowStatus .setFileIns{
    width: 320px;
    height: 220px;
}
#setFileShowStatus .pop-con{
    padding: 15px 20px;
}
#setFileShowStatus .pop-con-tit{
    font-weight: 700;
    padding: 4px 0 10px;
}
#setFileShowStatus .pop-con-ls{
    margin-top: 10px;
    margin-left: 30px;
    display: flex;
    align-items: center;
}
#setFileShowStatus .pop-con-ls input{
    margin-right: 6px;
}
#setFileShowStatus .fileBtnBox{
    text-align: center;
    margin-top: 10px;
}
#setFileShowStatus .btn-permary{
    background-color: #2A90FC;
    color: #fff;
}