.breadcrumb {
    background-color: #fff;
    border: 1px solid #dcdfe6;
    padding: 10px !important;
    line-height: 16px;
}
.storage-list {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    border-style: solid;
    border-color: #dcdfe6;
    border-width: 1px 0 0 1px;
    background-color: #FFF;
}
.storage-list li {
    float: left;
    opacity: 1;
    border-style: solid;
    border-color: #dcdfe6;
    border-width: 0 1px 1px 0;
}
.storage-list > li:hover {
    background-color: #f8f8f9;
}
.storage-list li dl dt .picture {
    border: none;
}
.storage-list li dl dt .covers .el-image,
.storage-list li dl dt .picture .el-image {
    background-color: #F5F7FA;
    text-align: center;
    vertical-align: middle;
    /*display: table-cell;*/
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}
.storage-list li:after {
    content: "";
    height: 100%;
}

.storage-list li:after,
.storage-list li span {
    display: inline-block;
    vertical-align: middle;
}
.storage-list li span {
    line-height: normal;
    color: #909399;
    transition: color .15s linear;
}

.storage-list .storage-name {
    color: #303133;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    width: 80px;
    height: 20px;
}
.check {
    position: absolute !important;
    margin-top: 2px;
    margin-left: 2px;
    width: 78px;
    height: 80px;
    z-index: 9;
}
.check .el-checkbox__label {
    padding-right: 10px;
    line-height: 16px;
    font-size: 12px;
    float: right;
    background: #dcdfe6;
}

.el-image /deep/ .el-image__inner {
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 80px;
}

.m-5{
    margin:5px !important;
}
.m-l-5{
    margin-left: 5px !important;
}





