
.center-homepage-album-title{
  padding:15px;
  /*padding-left:2%;*/
  border-bottom: 1px solid rgb(244,244,244);
  font-weight: bolder;
  color:black;
  margin-top:10px;
  background-color: white;
}

.center-homepage-album-showPageList {
  margin-top: 15px;
}


@media (max-width:1300px) { 
  .center-homepage-album-showPageTop{
      /*margin:14px 3%;
      width:90%;*/
      margin: 0;
      width: 100%;
      padding: 20px;
      height:430px;
      /*left: 50%;
      margin-left: -45%;*/
  }
  .center-homepage-album-showPageTop2{
    /*margin:2%;*/
    /*margin-top: 10px;*/
    /*width:96%;*/
    padding:20px;
    width: 100%;
    height:430px;
    margin: 0;
    float: left;
  }
  .center-homepage-album-showPageList{
    width:94%;
    margin-left: 3%;
    /*height:260px;*/
    
  }
  .center-homepage-album-showPageList li{
    float: left;
    margin-bottom: 10px;
    width:90%;
    margin-right: 3%;
  }
  .album-bookDescribe{
    /*float: right;*/
    margin-left: 115px;
  }
    .albumIframLoading{
    position: absolute;
    left:50%;
    margin-left: -30px;
    top:194px;
    color:#B4B4B4;
    z-index: 1;
  }
}

/*@media (min-width: 768px) and (max-width: 970px) { 
  .center-homepage-album-showPageTop{
      margin:3%;
      margin-top: 10px;
      width:90%;
      height:430px;
  }
  .center-homepage-album-showPageList{
    width:94%;
    margin-left: 3%;
    height:260px;
    margin-top: 10px;
  }
  .center-homepage-album-showPageList li{
    float: left;
    margin-bottom: 10px;
    width:30%;
    margin-right: 3%;
  }
  .album-bookDescribe{
    float: right;
  }
}
@media (min-width: 970px) and (max-width: 1170px) {
      .center-homepage-album-showPageTop{
      margin:2%;
      margin-top: 10px;
      width:65%;
      height:430px;
      float: left;
    } 
    .center-homepage-album-showPageList{
    width:30%;
    margin-left: 1%;
    height:430px;
    float:right;
    margin-top: 10px;
  }
  .center-homepage-album-showPageList li{
    float: left;
    margin-bottom: 10px;
  }
    .album-bookDescribe{
      float: right;
      width: 200px;
      margin-left: 10px;
    }
}
*/
@media (min-width: 1479px) and (max-width: 1600px) { 
    .center-homepage-album-showPageTop{
    /*margin:14px 2%;*/
    margin:14px 0;
    width:69%;
    height:430px;
    float: left;
  }
  .center-homepage-album-showPageTop2{
    /*margin:2%;*/
    /*margin-top: 10px;*/
    /*width:96%;*/
    padding:20px;
    width: 100%;
    height:580px;
    margin: 0;
    float: left;
  }
    .center-homepage-album-showPageList{
    width:31%;
    height:430px;
    float:right;
    border-left:1px solid rgb(244,244,244);
  }
  .center-homepage-album-showPageList li{
    float: left;
    margin-bottom: 10px;
    min-height: 120px;
    width:100%;
    margin-right: 3%;
  }
    .album-bookDescribe{
    float: left;
    width: 190px;
    margin-left: 10px;
  }
    .albumIframLoading{
    position: absolute;
    left:50%;
    margin-left: -30px;
    top:269px;
    color:#B4B4B4;
    z-index: 1;
  }
}
@media (min-width: 1301px) and (max-width: 1478px){ 
    .center-homepage-album-showPageTop{
    /*margin:14px 2%;*/
    margin:14px 0;
    width:64%;
    height:430px;
    float: left;
  }
  .center-homepage-album-showPageTop2{
    /*margin:2%;*/
    /*margin-top: 10px;*/
    /*width:96%;*/
    padding:20px;
    width: 100%;
    height:580px;
    margin: 0;
    float: left;
  }
    .center-homepage-album-showPageList{
    width:36%;
    height:430px;
    float:right;
    border-left:1px solid rgb(244,244,244);
  }
  .center-homepage-album-showPageList li{
    float: left;
    margin-bottom: 10px;
    min-height: 120px;
    width:100%;
    margin-right: 3%;
  }
    .album-bookDescribe{
    float: left;
    min-width: 189px;
    max-width: 98%;
    margin-left: 10px;
  }
  .albumIframLoading{
  position: absolute;
  left:50%;
  margin-left: -30px;
  top:269px;
  color:#B4B4B4;
  z-index: 1;
}
}

/*为了100%右边的内容*/
.center-homepage-album-showPageList li{
      position: relative;
}
.album-bookDescribe{
    float: left;
    width: 100%;
    margin-left: 10px;
  }
.album-bookDesribe-title,.album-bookDescribe-content{
  padding-left: 10px;
}
  /*end*/

 
.center-homepage-album-showPageTop{
  position: relative;
}
.center-homepage-album-showPageTop iframe{
  position: relative;
  z-index: 2;
  background-color:white;
}

.album-cover{
  float: left;
  width: 105px;
  height: 136px;
  position: relative;
}
.album-cover img{
  width: 100%;
  display: none;
  border: 1px solid #ccc;
}
.album-coverTopShow-mask{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    overflow: visible;
    cursor: pointer;
    border: 0px solid rgba(0,0,0,0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgba(0,0,0,0.6);
}
.album-coverTopShow-mask:hover{
    opacity: 1;
    /*border-left: 65px solid rgba(0,0,0,0.6);
    border-right: 65px solid rgba(0,0,0,0.6);
    border-top: 86px solid rgba(0,0,0,0.6);
    border-bottom: 86px solid rgba(0,0,0,0.6);*/
}
.album-coverTopShow-mask:hover .album-readIcon{
  position: relative;
  width: 100%;
  height: 100%;
}
.album-coverTopShow-mask:hover .album-readIcon .album-readIconSpan{
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.album-coverTopShow-mask:hover .album-readIcon .album-readWordSpan{
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.album-coverTopShow-mask .album-readIcon .album-readIconSpan{
    background: url("/images/books/book.png");
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 44px;
    opacity: 0;
    color: white;
    display: inline-block;
    width: 19px;
    height: 19px;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.album-coverTopShow-mask .album-readIcon .album-readWordSpan{
    position: absolute;
    top: 50%;
    margin-top:8px;
    left: 34px;
    opacity: 0;
    color: white;
    display: inline-block;
    width: 19px;
    height: 19px;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
@media (min-width:1601px) { 
  .center-homepage-album-showPageTop{
    /*margin:14px 2%;*/
    margin:14px 0;
    width:69%;
    height:520px;
    float: left;
  }
  .center-homepage-album-showPageTop2{
    /*margin:2%;*/
    /*margin-top: 10px;*/
    /*width:96%;*/
    padding:20px;
    width: 100%;
    height:620px;
    margin: 0;
    float: left;
  }
    .center-homepage-album-showPageList{
    width:31%;
    height:520px;
    float:right;
    border-left:1px solid rgb(244,244,244);
  }
  .center-homepage-album-showPageList li{
    float: left;
    margin-bottom: 10px;
    min-height: 150px;
    width:100%;
    margin-right: 3%;
  }
    .albumIframLoading{
    position: absolute;
    left:50%;
    margin-left: -30px;
    top:269px;
    color:#B4B4B4;
    z-index: 1;
  }
    .album-cover{
    width: 128px;
    height: 166px;
  }
  .album-coverTopShow-mask .album-readIcon .album-readIconSpan{
    left: 56px;
  }
  .album-coverTopShow-mask .album-readIcon .album-readWordSpan{
    left: 46px;
  }
} 


.album-bookDesribe-title{
  color:black;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break:break-all;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 4px;
  max-height: 15px;
}
.album-bookDescribe-content{
  font-size:12px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 110px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.center-homepage-album-centent{
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.center-homepage-album-floder{
  /* 设置阴影 */
  -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
  padding-left:2%;
  padding-right:2%;
  padding-bottom:20px;
  margin-top:20px;
  background-color: white;
}
.center-homepage-album-floder-title{
  border-bottom: 1px solid rgb(244,244,244);
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative;
}
.center-homepage-album-floder-title-header{
  float: left;
  color:black;
  border-left: 6px solid rgb(27,127,204);
  padding-left:10px;
  width: 80%;
}
.center-homepage-album-floder-title-headerTop{
  min-height: 20px;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center-homepage-album-floder-title-headerBottom{
  min-height: 20px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 13px;
  color:#999;
}
@media (max-width: 600px) { 
  .center-homepage-album-floder-title-header{
      float: left;
      color:black;
      width: 50%;
      overflow: hidden;
   }
   .center-homepage-album-floder-title-header p{
     overflow: hidden;
     text-overflow: ellipsis;
   }
}
.center-homepage-album-floder-title-header .center-homepage-album-floder-title-headerTop b{
  font-size:16px;
}
.center-homepage-album-footer{
  width:100%;
}
.albumFooterLoading{
  text-align: center;
  color:#B4B4B4;
  margin-top:20px;
  height: 100px;
  padding: 135px 0 190px 0px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}
.center-homepage-album-floder-title-readAll{
      color: #333;
    border: 1px solid rgb(201,201,201);
    padding: 3px 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0px;
    font-size: 12px;
    margin-top: -14px;
}
.center-homepage-album-floder-title-readAll:hover{
  color:#868686;
}
.albumCarousel-inner{
  min-height: 212px;
  padding:0 50px;
  text-align: center;
}
.albumCarouselLine{
  bottom:-45px;
  
}
.albumCarouselLine li{
  border:2px solid rgb(204,204,204);
  margin-right: 5px;
}
.carousel-indicators .active{
  margin-right: 5px;
}
.albumCarouselLine li.active{
  border:2px solid rgb(27,127,204);
}
.carousel-indicators{
  width: 100%;
  margin-left:-50%;
}
.center-homepage-album-floder-content{
  margin-top: 20px;
  width: 100%;
  padding-bottom: 20px;
}
.album-bookItem-books{
  display: inline-block;
  width: 130px;
  margin-right:15px;
  
}
.album-bookItem-books:first-child{
  /*margin-left: 50px;*/
}
.album-bookItem-books:last-child{
  margin-right: 0px;
}
.album-bookItem-books-img{
  width:130px;
  height: 170px;
  text-align: left;
  overflow: hidden;
}
.album-bookItemImgBox{
  position: relative;
}
.album-bookItem-books-img .books-img{
  /*width:100%;*/
  display: none;
  border:1px solid #ccc;
}
.album-bookItem-books-name{
  color: black;
  font-size:12px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
  word-wrap: break-word; 
  word-break: normal;
  height: 40px;
}
.cc-book-label-img {
    position: absolute;
    right: -1px;
    top: -1px;
    max-width: 60px;
}
.album-leftTurn{
  position: absolute;
  left: 0;
  top:70px;
  width: 34px;
  height: 38px;
  background-color: rgb(102,102,102);
  color: white;
}
.album-leftTurn i{
  left: 8px;
  top: 11px;
  font-size: 17px;
}
.album-rightTurn{
  position: absolute;
  right: 0;
  top:70px;
  width: 34px;
  height: 38px;
  background-color: rgb(102,102,102);
  color: white;
}

.album-leftTurn:hover,
.album-rightTurn:hover {
  color: #f1f1f1;
  background-color: rgb(111, 111, 111);
}

.album-leftTurn:active,
.album-rightTurn:active {
  color: #ffffff;
  background-color: rgb(102,102,102);
}

.album-rightTurn i{
  left: 8px;
  top: 11px;
  font-size: 17px;
}
.album-scale-mask{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    overflow: visible;
    cursor: pointer;
    border: 0px solid rgba(0,0,0,0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: rgba(0,0,0,0.6);
}
.album-scale-mask:hover{
    opacity: 1;
    /*border-left: 65px solid rgba(0,0,0,0.6);
    border-right: 65px solid rgba(0,0,0,0.6);
    border-top: 86px solid rgba(0,0,0,0.6);
    border-bottom: 86px solid rgba(0,0,0,0.6);*/
}
.album-scale-mask:hover .album-readIcon{
  position: relative;
  width: 100%;
  height: 100%;
}
.album-scale-mask:hover .album-readIcon .album-readIconSpan{
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.album-scale-mask:hover .album-readIcon .album-readWordSpan{
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.album-scale-mask .album-readIcon .album-readIconSpan{
    background: url("/images/books/book.png");
    position: absolute;
    top:50%;
    margin-top:-15px;
    left: 50%;
    margin-left: -6px;
    opacity: 0;
    color: white;
    display: inline-block;
    width: 19px;
    height: 19px;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.album-scale-mask .album-readIcon .album-readWordSpan{
    position: absolute;
    top: 50%;
    margin-top:3px;
    left: 50%;
    margin-left: -17px;
    opacity: 0;
    color: white;
    display: inline-block;
    width: 19px;
    height: 19px;
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}




/*folderDetail*/
.bookFolderDetails-Case{
  text-align: center;
}
.bookFolderDetails{
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    background-color: white;
}
.center-homepage-floder-title{
    position: relative;
    padding: 15px;
    /*padding-left: 2%;*/
    border-bottom: 1px solid rgb(244,244,244);
    font-weight: bolder;
    color: black;
    margin-top: 10px;
    background-color: white;
}
.center-homepage-floder-name{
  display: inline-block;
}
.center-homepage-floder-back{
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height:30px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  background: url('/images/books/bookFolderDetailsIcons.png') no-repeat -60px -34px;
  cursor: pointer;
}
.center-homepage-floder-back:hover{
  background-position: -60px -67px;
}
.bookFloder-bookInfoCase{
  padding:20px 8px;
  padding-left: 2%;
  border-bottom: 1px solid #f4f4f4;
  transition: all 0.5s;
}
.bookFloder-bookInfoCase:hover{
  background-color: #F9F9F9;
}
.bookFloder-bookImg{
  float: left;
  /*text-align: center;*/
}
.bookFloder-bookImg img{
  display: none;
  border:1px solid #ccc;
}
.bookFloder-bookInfo{
  float: left;
}
.bookFloder-bookInfo h4{
  color:black;
  text-align: left;
}
.bookFloder-bookInfo .bookFloder-bookDesc{
  text-align: left;
  height: 95px;
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.bookFloder-function{
  margin-top:5px;
}
/**/
@media (min-width: 992px){
  .bookFloder-bookImg{
    max-width:130px;
    height: 170px;
    text-align: left;
  }
  .bookFloder-bookImg img{
    display: none;
    border:1px solid #ccc;
  }
  .bookFloder-bookInfo{
    float: left;
  }
  .bookFloder-bookInfo h4{
    color:black;
    text-align: left;
  }
  .bookFloder-bookInfo .bookFloder-bookDesc{
    text-align: left;
    height: 95px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .bookFloder-function{
    margin-top:5px;
  }
}
/**/
.bookFloder-star{
  float: left;
  cursor: pointer;
}
.bookFloder-starIcon{
  width:30px;
  height:30px;
  float: left;
  background: url('/images/books/bookFolderDetailsIcons.png') no-repeat -1px -34px;
}
.bookFloder-starIcon:hover{
  background-position:-1px -65px;
}
.bookFloder-likeit{
  background-position:-1px -65px;
}
.bookFloder-star .bookFloder-starWord{
  float: left;
  margin-left: 10px;
  margin-top:5px;
}
.bookFloder-star.followBook{
  background-position:2px 2px;
}
.bookFloder-star.noFollowBook{
  background-position:-1px -1px;
}

.bookFloder-share{
  float: left;
  margin-left: 20px;
  cursor: pointer;
}
.bookFloder-share .bookFloder-shareWord{
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
.bookFloder-shareIcon{
  width:30px;
  height:30px;
  float: left;
  background: url('/images/books/bookFolderDetailsIcons.png') no-repeat -33px -33px;
}
.bookFloder-shareIcon:hover{
  background-position: -33px -66px;
  cursor: pointer;
}
.likeLoading{
  width: 30px;
  height: 30px;
  float: left;
  display: none;
}
.likeLoading i{
  font-size: 18px;
  position: relative;
  margin: 6px 6px;
}
.album-current-title{
  border-bottom: 2px solid rgb(53,128,205);
  background-color: #ffffff;
  height: 38px;
  line-height: 38px;
  color:rgb(53,128,205);
}
.album-not-current-title:hover{
    border-bottom: 2px solid rgb(53,128,205);
    height: 38px;
    line-height: 38px;
    color:rgb(53,128,205);
}
.clear{
  clear:both;
}