.container {
  width: 100% !important;
}
.container .book_item {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  background-color: #FAFAFA;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.container .book_item .book_cover {
  width: 155px;
  height: 158px;
  position: relative;
  margin-top: 20px;
  margin-left: 60px;
  padding-top: 3px;
  cursor: pointer;
}
.container .book_item .book_cover::before {
  content: '';
  width: 240px;
  height: 130px;
  background-color: #D8D8D8;
  position: absolute;
  left: -40px;
  bottom: -10px;
}
.container .book_item .book_cover:hover .cover_default {
  transform: translateX(0) translateY(0) scale(1.1);
}
.container .book_item .book_cover:hover .cover_1 {
  width: 106px;
  height: 146px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  transform: translateX(0) translateY(0) scale(1.1);
  top: 0;
  z-index: 3;
}
.container .book_item .book_cover:hover .cover_2 {
  width: 100px;
  height: 137px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  transform: translateX(-34px) translateY(5px) scale(1.05);
  top: 9px;
  z-index: 2;
}
.container .book_item .book_cover:hover .cover_3 {
  width: 90px;
  height: 123px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  transform: translateX(-73px) translateY(7px) scale(1.05);
  top: 23px;
  z-index: 1;
}
.container .book_item .book_cover .cover_pic {
  position: absolute;
  display: block;
  right: 0;
  transition: all 0.3s ease;
}
.container .book_item .book_cover .cover_default {
  width: 106px;
  height: 146px;
  left: 20px;
}
.container .book_item .book_cover .cover_1 {
  width: 106px;
  height: 146px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  top: 0;
  z-index: 3;
}
.container .book_item .book_cover .cover_2 {
  width: 100px;
  height: 137px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  transform: translateX(-24px);
  top: 9px;
  z-index: 2;
}
.container .book_item .book_cover .cover_3 {
  width: 90px;
  height: 123px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  transform: translateX(-53px);
  top: 23px;
  z-index: 1;
}
.container .book_item .book_info {
  width: 250px;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.container .book_item .book_info .book_title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #9BC4C5;
  overflow: hidden;
  text-overflow: ellipsis;
  /*超出内容为省略号*/
  display: -webkit-box;
  /*内容不换行*/
  -webkit-line-clamp: 2;
  /*超出几行*/
  -webkit-box-orient: vertical;
  /*从上到下垂直排列子元素*/
}
.container .book_item .book_info .book_desc {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  /*超出内容为省略号*/
  display: -webkit-box;
  /*内容不换行*/
  -webkit-line-clamp: 2;
  /*超出几行*/
  -webkit-box-orient: vertical;
  /*从上到下垂直排列子元素*/
}
.container .section_header {
  width: 100%;
  height: 150px;
  background-image: url('../../images/series/section_header.png');
  background-size: 1920px 150px;
  background-repeat: no-repeat;
  background-position: center center;
}
.container .section_header .content_box {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.container .section_header .content_box .logo {
  width: 163px;
  height: 103px;
  margin-top: 30px;
}
.container .section_header .content_box .logo img {
  width: 100%;
  height: 100%;
}
.container .section_header .content_box .search_box {
  width: 590px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .section_header .content_box .search_box .label {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: unset;
  color: #FFFFFF;
  padding: 0;
  user-select: none;
}
.container .section_header .content_box .search_box .search_container {
  width: 480px;
  height: 44px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border: 1px solid #707070;
}
.container .section_header .content_box .search_box .search_container .search_input {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: unset;
  color: #A7A7A7;
  outline: medium;
  border: none;
  width: calc(100% - 50px);
  height: 30px;
  border-right: 1px solid #707070;
}
.container .section_header .content_box .search_box .search_container .searchBtn {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-right: 16px;
  cursor: pointer;
}
.container .bread_crumbs {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 23px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: unset;
  color: #000000;
}
.container .section_block {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}
.container .section_block > .label {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  padding-left: 17px;
  position: relative;
}
.container .section_block > .label::before {
  content: '';
  width: 6px;
  height: 24px;
  background-color: #C1A877;
  border-radius: 3px;
  position: absolute;
  left: 0;
}
.container .section_block .section_container {
  width: 100%;
}
.container .section_block .section_container_zhongdian {
  width: 100%;
  margin-top: 30px;
}
.container .section_block .section_container_zhongdian .swiper_zhongdian .swiper_slide {
  height: 220px;
}
.container .section_block .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info {
  height: 166px;
  margin-top: 24px;
  position: relative;
}
.container .section_block .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info .book_title {
  height: 44px;
  cursor: pointer;
}
.container .section_block .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info .item_desc {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*超出内容为省略号*/
  display: -webkit-box;
  /*内容不换行*/
  -webkit-line-clamp: 3;
  /*超出几行*/
  -webkit-box-orient: vertical;
  /*从上到下垂直排列子元素*/
}
.container .section_block .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info .footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .section_block .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info .footer .count {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: #9BC4C5;
}
.container .section_block .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info .footer .collect_box {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: #5E9798;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.container .section_block .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info .footer .collect_box .icon {
  font-size: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.container .section_block .section_container_zhongdian .swiper_pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .section_block .section_container_zhongdian .swiper_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #D8D8D8;
}
.container .section_block .section_container_zhongdian .swiper_pagination .swiper-pagination-bullet-active {
  background-color: #9BC4C5;
}
.container .section_all_books {
  margin-top: 30px;
}
.container .section_all_books .section_container {
  margin-top: 50px;
}
.container .section_all_books .section_container .filter_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .section_all_books .section_container .filter_box .main_part {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.container .section_all_books .section_container .filter_box .main_part .type_box {
  margin-right: 35px;
  cursor: pointer;
}
.container .section_all_books .section_container .filter_box .main_part .type_box:last-child {
  margin-right: 0;
}
.container .section_all_books .section_container .filter_box .main_part .type_box .label {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: unset;
  color: #333333;
  padding: 0;
}
.container .section_all_books .section_container .filter_box .main_part .type_box .icon_sort_box {
  margin-left: 5px;
  padding-top: 3px;
}
.container .section_all_books .section_container .filter_box .main_part .type_box .icon_sort_arrow {
  font-size: 0;
  width: 5px;
  height: 12px;
  object-fit: contain;
  filter: grayscale(70%);
  transition: all 0.3s ease;
  opacity: 0.5;
}
.container .section_all_books .section_container .filter_box .main_part .type_box .on_invert {
  transform: rotate(180deg);
  margin-top: 0;
  margin-left: -2px;
}
.container .section_all_books .section_container .filter_box .main_part .type_box .icon_active {
  filter: grayscale(0);
  opacity: 1;
}
.container .section_all_books .section_container .filter_box .part_append {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .section_all_books .section_container .filter_box .part_append span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: unset;
  color: #000000;
}
.container .section_all_books .section_container .filter_box .part_append .num {
  color: #D97D54;
  margin: 0 5px;
}
.container .section_all_books .section_container .list_box {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.container .section_all_books .section_container .list_box .item_box {
  width: calc((100% - 30px * 3) / 4);
  height: 320px;
  margin-right: 30px;
  padding: 12px 17px 20px 17px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #FAFAFA;
  position: relative;
}
.container .section_all_books .section_container .list_box .item_box:nth-child(4n) {
  margin-right: 0;
}
.container .section_all_books .section_container .list_box .item_box:nth-child(n + 5) {
  margin-top: 40px;
}
.container .section_all_books .section_container .list_box .item_box .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #9BC4C5;
  width: 100%;
  height: 44px;
  min-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*超出内容为省略号*/
  display: -webkit-box;
  /*内容不换行*/
  -webkit-line-clamp: 2;
  /*超出几行*/
  -webkit-box-orient: vertical;
  /*从上到下垂直排列子元素*/
  cursor: pointer;
}
.container .section_all_books .section_container .list_box .item_box .book_item {
  height: 168px;
  margin-top: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.container .section_all_books .section_container .list_box .item_box .book_item .book_cover {
  margin: 0 auto;
}
.container .section_all_books .section_container .list_box .item_box .book_item .book_cover::before {
  left: -40px;
}
.container .section_all_books .section_container .list_box .item_box .footer {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .section_all_books .section_container .list_box .item_box .footer .count {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: #9BC4C5;
}
.container .section_all_books .section_container .list_box .item_box .footer .collect_box {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: #5E9798;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}
.container .section_all_books .section_container .list_box .item_box .footer .collect_box .icon {
  font-size: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.container .section_all_books .section_container .pagesCont .layui-box .layui-laypage-curr .layui-laypage-em {
  background-color: #9BC4C5 !important;
}
@media (max-width: 750px) {
  .container .book_item {
    padding: 10px;
  }
  .container .book_item .book_cover {
    width: 90px;
    height: 90px;
    margin: 0;
    margin-top: 10px;
    margin-left: 0;
  }
  .container .book_item .book_cover::before {
    display: none;
  }
  .container .book_item .book_cover:hover .cover_1 {
    width: 70px;
    height: 94px;
    transform: translateX(0);
    top: 0;
  }
  .container .book_item .book_cover:hover .cover_2 {
    width: 60px;
    height: 80px;
    transform: translateX(-20px);
    top: 14px;
  }
  .container .book_item .book_cover:hover .cover_3 {
    width: 50px;
    height: 67px;
    transform: translateX(-40px);
    top: 27px;
  }
  .container .book_item .book_cover .cover_default {
    width: 70px;
    height: 94px;
    left: 10px;
  }
  .container .book_item .book_cover .cover_1 {
    width: 70px;
    height: 94px;
    transform: translateX(0);
    top: 0;
  }
  .container .book_item .book_cover .cover_2 {
    width: 60px;
    height: 80px;
    transform: translateX(-20px);
    top: 14px;
  }
  .container .book_item .book_cover .cover_3 {
    width: 50px;
    height: 67px;
    transform: translateX(-40px);
    top: 27px;
  }
  .container .book_item .book_info {
    width: calc(100% - 80px - 15px);
    margin: 0;
    margin-left: 10px;
    margin-top: 10px;
  }
  .container .book_item .book_info .book_title {
    font-size: 12px;
    line-height: 16px;
    height: 32px !important;
  }
  .container .book_item .book_info .item_desc {
    line-height: 16px !important;
    height: 32px;
    margin-top: 5px !important;
  }
  .container .book_item .book_info .collect_box {
    bottom: 5px !important;
  }
  .container .section_header .content_box {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .container .section_header .content_box .logo {
    width: 80px;
    height: 51px;
    margin-left: 10px;
  }
  .container .section_header .content_box .search_box {
    width: calc(100% - 20px);
    margin: 0 10px;
    margin-top: 20px;
  }
  .container .section_header .content_box .search_box .search_container {
    width: calc(100% - 80px);
  }
  .container .bread_crumbs {
    width: calc(100% - 20px);
  }
  .container .section {
    width: calc(100% - 20px);
  }
  .container .section_container_zhongdian .swiper_zhongdian .swiper_slide {
    height: 120px !important;
  }
  .container .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info {
    height: 110px !important;
    margin-top: 0 !important;
  }
  .container .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info .item_desc {
    -webkit-line-clamp: 2;
  }
  .container .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info .footer {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .container .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info .footer .collect_box {
    margin-top: 2px;
  }
  .container .section_container_zhongdian .swiper_zhongdian .swiper_slide .book_item .book_info .footer .collect_box .icon {
    width: 14px !important;
    height: 14px !important;
    margin-right: 5px !important;
  }
  .container .section_all_books .section_container .list_box .item_box {
    width: calc((100% - 10px * 1) / 2);
    height: 220px;
    margin-right: 10px;
  }
  .container .section_all_books .section_container .list_box .item_box:nth-child(2n) {
    margin-right: 0;
  }
  .container .section_all_books .section_container .list_box .item_box:nth-child(n + 3) {
    margin-top: 15px;
  }
  .container .section_all_books .section_container .list_box .item_box .book_item {
    margin-top: 20px;
  }
  .container .section_all_books .section_container .list_box .item_box .footer {
    margin-top: 20px;
  }
  .container .section_all_books .section_container .list_box .item_box .footer .collect_box .icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
  .container .section_all_books .section_container .pagesCont {
    margin-top: 30px;
  }
}
