@charset "UTF-8";
.res-layout {
    position: relative;
    padding: 10px;
    background: #fff;
    width: 100%;
}

.res-layout .file-tree {
    margin-top: 10px;
    max-height: 260px;
    overflow-y: scroll;
}

.res-layout .file-tree .file-item {
    position: relative;
    overflow: visible;
}

.res-layout .file-tree .file-item dt .planbg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: solid 1px #99f29b;
    background: #efe;
    background: linear-gradient(to right, #f6fff6, #c6fcc6);
}

.res-layout .file-tree .file-item dt h6 {
    margin-left: 8px;
    border-top: solid 1px #ffffff;
    height: 46px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    font-size: 14px;
}

.res-layout .file-tree .file-item dt h6 img.type {
    width: 28px;
    margin: 3px 6px 8px 0;
}

.res-layout .file-tree .file-item dt h6 span {
    flex: 1;
    color: #646464;
    max-width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.res-layout .file-tree .file-item dt h6 i {
    margin-left: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.res-layout .file-tree .file-item dt h6 i:hover, .res-layout .file-tree .file-item dt h6 .active {
    color: #F56C6C;
}

.res-layout .summary {
    display: flex;
    width: 100%;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.res-layout .summary .msg {
    flex: 1;
    height: 48px;
    padding-left: 58px;
    background: url(/assets/images/upload-right.png) no-repeat left;
}

.res-layout .summary .msg .red {
    color: #ff1000 !important;
}

.res-layout .summary .msg dt {
    color: #646464;
    line-height: 30px;
    font-size: 16px;
}

.res-layout .summary .msg dd {
    color: #909090;
    font-size: 12px;
    line-height: 16px;
}

.file-layout {
    /*height: 0;*/
    overflow: hidden;
    transition: height 0.5s;
    text-align: center;
}

.file-layout .format img {
    width: 28px;
}

.upd-layout {
    position: relative;
    padding: 10px;
    background: #fff;
    width: 100%;
    display: flex;
}

.upd-layout li {
    width: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.5s;
}

.upd-layout li .public-bg {
    background: url(/assets/images/upload-open.png) no-repeat left center;
}

.upd-layout li .public-bg:hover, .upd-layout li .public-bg.active {
    background: url(/assets/images/upload-open-green.png) no-repeat left center;
}

.upd-layout li .private-bg {
    background: url(/assets/images/upload-lock.png) no-repeat left center;
}

.upd-layout li .private-bg:hover, .upd-layout li .private-bg.active {
    background: url(/assets/images/upload-lock-green.png) no-repeat left center;
}

.upd-layout li dt {
    position: relative;
    height: 64px;
    padding-left: 70px;
    padding-top: 4px;
}

.upd-layout li dt h5 {
    font-size: 18px;
}

.upd-layout li dt img {
    width: 64px;
    height: 64px;
}

.upd-layout li dt p {
    margin-top: 8px;
    text-indent: 1rem;
    width: 180px;
    font-size: 12px;
}

.upd-layout li dt:hover, .upd-layout li dt.active {
    color: #13AE2F;
}

.upd-banner {
    background-color: #fff;
    color: #909090;
    border-radius: 2px;
}

.upd-banner h1 {
    color: #2A6AF4;
    padding: 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.upd-banner h1 span {
    margin-right: 4px;
}

.upd-msg {
    margin: 20px 0;
    background-color: #fff;
    color: #909090;
    border-radius: 2px;
}

.upd-msg .msgtip {
    font-size: 14px;
    padding: 15px;
}

.upd-msg .msgcon dt {
    font-size: 16px;
    line-height: 30px;
}

.upd-msg .msgcon dd {
    text-indent: 1em;
    font: 14px/25px "微软雅黑", "Hei", "宋体";
}

.upd-msg .msgcon .orange {
    color: #2A6AF4;
}

.upd-msg .msgtop {
    position: relative;
    padding: 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.upd-msg .msgtop img {
    position: absolute;
    width: 30px;
    top: 8px;
}

.upd-msg .msgtop h2 {
    margin-left: 43px;
    color: #2A6AF4;
}

.upd-container {
    display: flex;
}

.upd-container .pin-nav {
    flex: 0 0 112px;
    width: 112px;
}

.upd-container .upd-main {
    flex: 1;
    margin: 0 15px;
    border-radius: 2px;
    overflow: hidden;
}

.upd-container .upd-aside {
    flex: 0 0 248px;
    width: 248px;
}

.spec-block {
    color: #2A6AF4;
    background: #fff;
    border-radius: 2px;
    font-size: 13px;
}

.spec-block .spec-block__fooder {
    color: #909090;
    padding: 10px 15px;
    font-size: 10px;
}

.spec-block .spec-block__fooder p {
    text-align: center;
}

.spec-block .spec-block__title {
    padding: 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.spec-block .spec-item {
    color: #909090;
    display: flex;
    padding: 10px 15px;
    cursor: pointer;
}

.spec-block .spec-item:hover {
    background: rgba(216, 216, 216, 0.1);
}