.list-header {
    height:40px;
    line-height:40px;
}
.list-body {
    padding-bottom:20px;
    min-height:400px;
}
.list-body .layui-laypage {
    margin-top:40px;
}
.album-box {
    display:block;
    position:relative;
    align-items:center;
    background-color:#fff;
}
.list-body .album-box {
    border-bottom:1px dashed #eaeaea;
}
.album-box:hover .fz16 {
    color:#44a4f8;
}
.album-ranking-wrap .content-padding {
    min-height:350px;
}
.album-content-header {
    padding:12px 12px 8px;
}
.album-content-body{
    padding: 12px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.album-content-body img{
    max-width: 100%;
}
.album-content-header .album-list-content .fz16 {
    width:75%;
}
.album-item-box {
    position:relative;
    width:100%;
}
.album-view-page {
    margin-right:28px;
    display:inline-block;
}
.album-book-img {
    width:132px;
    height:100px;
    border-radius:8px;
}
.album-item-box .cent {
    position:relative;
    margin-right:16px;
    width:132px;
    height:100px;
}
.album-item-box .cent p {
    position:absolute;
    left:32px;
    top:50%;
    transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    color:#fff;
    width:40px;
    line-height:20px;
    font-size:18px;
    font-weight:bold;
    letter-spacing:2px;
}
.album-paper {
    width:74px;
    height:28px;
    background:#EEEEEE;
    border-radius:4px;
    line-height:28px;
    text-align:center;
    display:inline-block;
}
.album-paper-sm {
    text-align:center;
    width:66px;
    height:24px;
    background:#EEEEEE;
    border-radius:4px;
    display:inline-block;
    line-height:24px;
}
.fz16 {
    height:28px;
    font-size:16px;
    line-height:28px;
    display:inline-block;
    color:#333;
}
.cent {
    display:flex;
    justify-content:center;
    align-item:center;
}
.album-update-time {
    display:inline-block;
    margin-right:28px;
}
.album-list-content {
    margin-bottom:4px;
    line-height:30px;
    font-size:12px;
    color:#666;
}
.list-body .album-list-content {
    width:75%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.album-buy-box {
    clear:both;
    margin-top:12px;
    background-color:#fff;
}
.album-buy-box button {
    height:42px;
    border-radius:21px;
}
.album-buy-box .btn-pack {
    background-color:#25c88a;
}
.album-buy-box .album-price {
    clear:both;
    color:#999;
    margin-left:12px;
}
.album-item-box .album-btn {
    box-sizing:content-box;
    color:#25c88a;
    min-width:90px;
    cursor:pointer;
    text-align:center;
    position:absolute;
    right:0;
}

.album-check-all {
    display:inline-block;
    position:absolute;
    right:32px;
    top:16px;
}
.album-book-bg-sm {
    width:81px;
    height:63px;
    border-radius:4px;
}
.album-right-info {
    margin-left:8px;
    width:calc(100% - 82px);
    color:#333;
}
.album-book-time {
    margin-top:5px;
    color:#666;
    font-size:12px;
}
.album-bt10 {
    margin-bottom:7px;
}
.album-bt3 {
    margin-bottom:3px;
}
.ml8 {
    margin-left:8px;
}
.album-right-header {
    display:flex;
    position:relative;
    width:100%;
    padding:16px 0;
    border-bottom:1px solid #EAEAEA;
}
.album-primary-btn {
    border:1px solid #1EB276 !important;
    color:#1EB276 !important;
}
.album-default-btn {
    border:1px solid #1E9FFF !important;
    color:#1E9FFF !important;
}
.album-details-con {
    position:relative;
    display:flex;
    align-items:center;
    padding:16px 0;
    border-bottom:1px dashed #eaeaea;
}
.album-right-con {
    display:flex;
    width:100%;
    padding:16px 0;
    border-bottom:1px solid #EAEAEA;
}
.album-details-right {
    min-height:500px;
    padding:18px 20px;
    background:#FFFFFF;
}
.layui-form-checkbox[lay-skin=primary] span {
    color:black;
}
.text-overflow {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.width70 {
    width:72%;
}
/*列表*/
.album-details-list {
    min-height:500px;
    background-color:#fff;
    padding:12px 0;
}
.album-details-list .doc-list {
    margin:0;
    padding:0 24px;
}
.tree-wrap{
    width: 100%;
    overflow: hidden;
}
.tree-wrap.active   .tree-list{
    display: block;
}
.tree-title{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #4F4F4F;
    line-height: 41px;
    margin: 0 16px;
    border-bottom: 1px solid #eaeaea;
}
.tree-title i{
    cursor: pointer;
    display: inline-block;
    background: url('/static/images/icons/tree-close.png') right center no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tree-wrap.active .tree-title i{
    background: url('/static/images/icons/tree-open.png') right center no-repeat;
}
.tree-list{
    display: none;
    margin: 14px 16px 0;
}
.tree-list>a{
    clear: both;
    overflow: hidden;
}
.tree-list.document-index-list .title{
    float: left;
    width: 80%;
}
.tree-list  .col-red{
    float: right;
    line-height: 28px;
}
.detail-type {
    width:100%;
    background:#fff;
    border-bottom:1px solid #eaeaea;
    padding:10px 16px 0;
}
.detail-type a {
    position:relative;
    display:inline-block;
    margin-bottom:-1px;
    margin-right:8px;
    min-width:120px;
    color:#999;
    text-align:center;
    font-size:16px;
    background-color:#fff;
    height:42px;
    line-height:42px;
    border:1px solid #eaeaea;
}
.detail-type a.on,.detail-type a:hover {
    color:#44a4f8;
}
.detail-type a.on:after {
    position:absolute;
    content:'';
    width:100%;
    height:2px;
    left:0;
    bottom:-1px;
    right:0;
    background-color:#fff;
}
.check-list-wrap{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.check-list-header{
    height: 60px;
    padding: 20px 30px 0;
    border-bottom: 1px solid #eee;
    color: #666;
    background-color: #fff;
}
.check-list-header .price {
    margin-left: 570px;
}
.check-list-header .action {
    margin-left: 96px;
}
.check-list-body{
    padding: 18px 0 30px 30px;
    min-height: 600px;
}
.check-list-body li{
    overflow: hidden;
    clear: both;
    height: 32px;
    line-height: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    cursor: pointer;
}
.check-list-body li:hover{
    color: #44A4F8;
}
.check-list-body .item-checkbox{
    display: inline-block;
    padding-top: 10px;
}
.check-list-body .item-name {
    display: inline-block;
    width: 560px;
    margin-right: 35px;
    box-sizing: content-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.check-list-body .item-name span{
    padding: 0 6px;
    height: 20px;
    text-align: center;
    color: #ccc;
    border-radius: 13px;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 18px;
    line-height: 16px\9;
    margin-left: 6px;
}
.check-list-body .item-price{
    color: #999;
    height: 28px;
    line-height: 28px;
    min-width: 60px;
    text-align: center;
}
.item-preview{
    margin-left: 41px;
    color: #999;
    font-size: 12px;
    line-height: 28px;
    cursor: pointer;
    padding: 0 6px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
}
.item-download{
    margin-left: 6px;
    color: #44A4F8;
    font-size: 12px;
    line-height: 28px;
    cursor: pointer;
    padding: 0 6px;
    border-radius: 6px;
    border: 1px solid #44A4F8;
}
.item-preview:hover{
    color: #333;
}
.download-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    box-shadow: 0 -2px 8px -1px rgba(238,238,238,0.9);
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    padding-left: 40px;
    z-index: 99;
}
.download-bar .vip-bar {
    position: absolute;
    right: 20px;
    top: -30px;
    width: 254px;
    height: 30px;
    line-height: 30px;
    background-color: #f4e0ba;
    border-radius: 4px;
    padding: 0 10px;
    overflow: hidden;
}
.download-bar .vip-bar .text {
    float: left;
    font-size: 12px;
}
.download-bar .vip-bar .text .save-coins {
    color: #e6321a;
}
.download-bar .vip-bar .open-vip-btn {
    float: right;
    display: inline-block;
    background: #0b1628;
    border-radius: 12px;
    text-align: center;
    color: #fbd6a3;
    font-size: 12px;
    padding: 0 10px;
    line-height: 20px;
    margin-top: 5px;
}
.download-bar .left-side {
    padding-top: 20px;
}
.download-bar .left-side .total-file span {
    color: #e00;
}
.download-bar .left-side .total-size {
    margin-left: 20px;
}
.download-bar .right-side .total-coins {
    margin-top: 20px;
    text-align: right;
}
.download-bar .right-side .download-btn {
    width: 320px;
    line-height: 40px;
    text-align: center;
    background-color: #e00;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    margin: 10px 20px 0 36px;
}
.coins-price span{
    font-size: 18px;
}
.download-bar-checkbox{
    margin-top: 18px;
    font-size: 18px;
}
.layui-layer-photos .layer-layer-photos-main img{
    background-color: #fff;
}