/*头部*/
.header_bar {
    width: 100%;
    height: 76px;
    background: linear-gradient(0deg, #f7f7f7, white);
    box-shadow: 0px 5px 7px 0px #ededed;
}
.header_bar h1 {
    background: url("../img/header_logo.png") no-repeat left 6px;
    padding-left: 146px;
    height: 76px;
    font-weight: 400;
    color: #0054a6;
    line-height: 76px;
    font-size: 24px;
}
/*底部*/
.footer_bar{
    border-top: 1px solid #E5E5E5;
    color: #BCBCBC;
    padding-top: 19px;
    height: 90px;
    text-align: center;
}
/*首页内容*/
@charset "UTF-8";
.index {
    /*展示*/
}
.index .import {
    margin-bottom: 23px;
}
.index .import .drbtn {
    width: 160px;
    height: 40px;
    background: #6eb92b;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    position: relative;
}
.index .import .drbtn input {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.index .import .drbtn_p {
    line-height: 40px;
    margin-left: 25px;
}
.index .import .drbtn_p span {
    color: #6eb92b;
}
.index .content {
    min-height: calc(100vh - 53px - 87px);
    margin-bottom: 50px;
}
.index .content_div .content_ul {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 19px;
}
.index .content_div .content_ul .title {
    height: 40px;
    line-height: 40px;
}
.index .content_div .content_ul .content_list div {
    height: 100%;
}
.index .content_div .content_ul .content_list .fileName {
    cursor: pointer;
    padding-left: 5px;
    /*background: url("../img/list-icon.png") no-repeat left center;*/
}
.index .content_div .content_ul .content_list .fileName p {
    font-size: 16px;
    width: 622px;
}
.index .content_div .content_ul .content_list .fileName p:hover{
    text-decoration: underline;
}
.index .content_div .content_ul .content_list .fileName img {
    margin-right: 20px;
}
.index .content_div .content_ul .content_list .delete {
    cursor: pointer;
}
.index .content_div .content_ul .content_list .delete:hover {
    text-decoration: underline;
}
.index .content_div .content_ul li {
    border-bottom: 1px solid #E5E5E5;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
}
.index .content_div .content_ul li div {
    font-size: 16px;
    float: left;
}
.index .content_div .content_ul li .fileName {
    width: 69%;
    padding-left: 50px;
}
.index .content_div .content_ul li .version {
    width: 20%;
    text-align: center;
}
.index .content_div .content_ul li .edition {
    width: 13%;
    text-align: center;
}
.index .content_div .content_ul li .size {
    width: 13%;
    text-align: center;
}
.index .content_div .content_ul li .delete {
    width: 5%;
    text-align: center;
}
.index .no_more {
    color: #BCBCBC;
    text-align: center;
}

/*弹框*/
@charset "UTF-8";
.shade_all {
    /*最小化*/
}
.shade_all .shade {
    width: 900px;
    height: 530px;
    box-shadow: 0px 0px 10px 0px rgba(182, 184, 205, 0.66);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -265px;
    background: #fff;
    padding: 0 30px;
    /*头部*/
    /*上传按钮*/
    /*资源列表*/
}
.shade_all .shade .content{
    min-height:0;
    margin-bottom: 0;
}
.shade_all .shade .header_all {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 13px;
}
.shade_all .shade .header_all .header {
    color: #6EB92B;
    font-size: 20px;
    font-weight: 400;
    height: 65px;
    line-height: 65px;
}
.shade_all .shade .header_all .minimize {
    width: 40px;
    height: 65px;
    background: url("../img/minimize.png") no-repeat center center;
    cursor: pointer;
}
.shade_all .shade .header_all .close {
    width: 40px;
    height: 65px;
    background: url("../img/close.png") no-repeat center;
    cursor: pointer;
}
.shade_all .shade .updata_button {
    width: 120px;
    height: 34px;
    border: 1px solid #6EB92B;
    border-radius: 17px;
    font-size: 16px;
    color: #6EB92B;
    text-align: center;
    line-height: 34px;
    position: relative;
    margin-bottom: 12px;
}
.shade_all .shade .updata_button .h5-uploader-form {
    width: 120px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 17px;
    opacity: 0;
}
.shade_all .shade .updata_button .h5-uploader-form input {
    width: 120px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    border-radius: 17px;
    z-index: 10;
}
.shade_all .shade .zy_list {
    text-align: center;
}
.shade_all .shade .zy_list ul {
    height: 360px;
    overflow: auto;
    border: 1px solid #EDF6FC;
}
.shade_all .shade .zy_list .file_name {
    width: 70%;
    border-right: 1px solid #EDF6FC;
}
.shade_all .shade .zy_list .size {
    width: 15%;
    border-right: 1px solid #EDF6FC;
}
.shade_all .shade .zy_list .state {
    width: 15%;
}
.shade_all .shade .zy_list .header {
    height: 37px;
    background: #F8F8F8;
}
.shade_all .shade .zy_list .header div {
    line-height: 37px;
}
.shade_all .shade .zy_list .content {
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #EDF6FC;
    /*正在解压*/
}
.shade_all .shade .zy_list .content .completed {
    color: #6EB92B;
}
.shade_all .shade .zy_list .content .failed {
    color: #FF0000;
}
.shade_all .shade .zy_list .content .progress {
    color: #005AFF;
}
.shade_all .minimize_box {
    width: 730px;
    height: 90px;
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(182, 184, 205, 0.66);
    position: fixed;
    right: 0;
    bottom: 0;
}
.shade_all .minimize_box .minimize_p {
    font-size: 16px;
    line-height: 90px;
    margin-right: 5px;
    width: 193px;
    text-align: right;
    padding-right: 15px;
}
.shade_all .minimize_box .progress_margin {
    padding-top: 40px;
    padding-right: 35px;
}
.shade_all .minimize_box .progress_margin .progress_bar {
    width: 326px;
    height: 10px;
    border-radius: 5px;
    background: #E5E5E5;
}
.shade_all .minimize_box .progress_margin .progress_bar .bar {
    width: 50%;
    height: 10px;
    border-radius: 5px;
    background: #6EB92B;
}
.shade_all .minimize_box .maximization {
    margin-left: 40px;
    margin-top: 30px;
    cursor: pointer;
}
.shade_all .minimize_box .close {
    margin-left: 37px;
    margin-top: 30px;
    cursor: pointer;
}