.wrap{
  background:url(../images/bg1.png) no-repeat center top;
}
/*轮播图*/
.swiper-img2{
  display:none;
}
/*轮播图演示end*/

.conent{
  padding-bottom:100px;
}
.conent .main{
  /* background:#fff;
  box-shadow:0px 3px 20px 0px rgba(230,230,230,1);
  border-radius:10px; */
}
.book-list{
  padding:40px 0 0;
}
.book-list li{
  position:relative;
  float:left;
  width:262px;
  height:380px;
  margin:0 18px 50px 0;
  padding:0 12px;
  background:#fff;
  box-shadow:0px 3px 20px 0px rgba(230,230,230,0.5);
  border-radius:10px;
  text-align:center;
}
.book-list li:nth-child(4n){
  margin-right:0;
}
.book-list-img{
  width:165px;
  margin:0 auto;
}

.book-list-txt{
  display:block;
  padding:5px 0 5px;
  color:#313131;
  font-size:21px;
}
.book-list-des{
  overflow:hidden;
  height:56px;
  color:#666;
  line-height:19px
}
.book-list-btn{
  display:block;
  position:absolute;
  left:50%;
  bottom:21px;
  margin:0 0 0 -80px;
  width:160px;
  color:#fff;
  text-align:center;
}



.cate-page{
  padding:0 0 50px;
  text-align:center;
}
.cate-page span,.cate-page a{
  display:inline-block;
  width:35px;
  margin-right:10px;
  border-radius:2px;
  border:1px solid rgba(153,153,153,1);
  font-size:16px;
  line-height:35px;
  cursor:pointer;
}
.cate-page span,.cate-page span:hover,.cate-page span.cur,.cate-page span.page0,.cate-page a:hover{
  background:rgba(51,51,51,1);
  border-radius:2px;
  border:1px solid rgba(51,51,51,1);
  color:#fff;
}


/*尺寸1024-1169*/
@media screen and (max-width:1218px) {
  .pic-module2{display:none;}
  .book-list li{width:224px;margin-right:10px;}
}
@media screen and (max-width:769px) {
  .ipadBox .book-list li{width:345px;}
  .ipadBox .book-list{padding-left:10px;}
}

.carousel .swiper-slide a{
  display: block;
  width: 100%;
}
.carousel .swiper-slide img{
  width: 100%;
}