.content {
  width: 100%;
}
.content .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;
}
.content .book_cover {
  position: relative;
  margin-top: 10px;
  padding-top: 3px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .book_cover::before {
  content: '';
  width: 270px;
  height: 130px;
  background-color: #D8D8D8;
  position: absolute;
  right: 0;
  bottom: 0;
}
.content .book_cover:hover .cover_default {
  transform: translateX(0) translateY(0) scale(1.1);
}
.content .book_cover:hover .cover_1 {
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  transform: translateX(0) translateY(0) scale(1.1);
  top: 0;
  z-index: 3;
}
.content .book_cover:hover .cover_2 {
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  transform: translateX(-34px) translateY(8px) scale(1.05);
  top: 9px;
  z-index: 2;
}
.content .book_cover:hover .cover_3 {
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  transform: translateX(-73px) translateY(16px) scale(1.05);
  top: 23px;
  z-index: 1;
}
.content .book_cover .cover_pic {
  position: absolute;
  display: block;
  right: 50px;
  transition: all 0.3s ease;
}
.content .book_cover .cover_default {
  width: 106px;
  height: 146px;
  left: 20px;
}
.content .book_cover .cover_1 {
  width: 136px;
  height: 188px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  top: 0;
  z-index: 3;
}
.content .book_cover .cover_2 {
  width: 128px;
  height: 178px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  transform: translateX(-24px);
  top: 10px;
  z-index: 2;
}
.content .book_cover .cover_3 {
  width: 115px;
  height: 158px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.25);
  transform: translateX(-53px);
  top: 30px;
  z-index: 1;
}
.content .section {
  width: 1200px;
  margin: auto;
}
.content .section_detail_box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content .section_detail_box .book_info {
  width: 900px;
  height: 220px;
  border-bottom: 1px solid #D8D8D8;
}
.content .section_detail_box .book_info .title_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 15px;
}
.content .section_detail_box .book_info .title_box .title {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 52px;
  color: #9BC4C5;
  max-width: calc(100% - 80px);
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*超出内容为省略号*/
  display: -webkit-box;
  /*内容不换行*/
  -webkit-line-clamp: 1;
  /*超出几行*/
  -webkit-box-orient: vertical;
  /*从上到下垂直排列子元素*/
}
.content .section_detail_box .book_info .title_box .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;
  position: unset;
}
.content .section_detail_box .book_info .title_box .collect_box .icon {
  font-size: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.content .section_detail_box .book_info .author_box {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  margin-left: 30px;
  margin-top: 20px;
}
.content .section_detail_box .book_info .author_box .author {
  margin-right: 10px;
}
.content .section_detail_box .book_info .desc_box {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*超出内容为省略号*/
  display: -webkit-box;
  /*内容不换行*/
  -webkit-line-clamp: 2;
  /*超出几行*/
  -webkit-box-orient: vertical;
  /*从上到下垂直排列子元素*/
}
.content .section_detail_box .book_info .collect_box {
  position: absolute;
  bottom: 15px;
  right: 17px;
  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;
}
.content .section_detail_box .book_info .collect_box .icon {
  font-size: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.content .section_detail_box .book_cover {
  width: 270px;
  height: 210px;
  margin-left: auto;
}
.content .section_list_container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.content .section_list_container .filter_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .section_list_container .filter_box .main_part {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.content .section_list_container .filter_box .main_part .type_box {
  margin-right: 35px;
  cursor: pointer;
}
.content .section_list_container .filter_box .main_part .type_box:last-child {
  margin-right: 0;
}
.content .section_list_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;
}
.content .section_list_container .filter_box .main_part .type_box .icon_sort_box {
  margin-left: 5px;
  padding-top: 3px;
}
.content .section_list_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;
}
.content .section_list_container .filter_box .main_part .type_box .on_invert {
  transform: rotate(180deg);
  margin-top: 0;
  margin-left: -2px;
}
.content .section_list_container .filter_box .main_part .type_box .icon_active {
  filter: grayscale(0);
  opacity: 1;
}
.content .section_list_container .filter_box .part_append {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .section_list_container .filter_box .part_append span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: unset;
  color: #000000;
}
.content .section_list_container .filter_box .part_append .num {
  color: #D97D54;
  margin: 0 5px;
}
.content .section_list_container .list_box {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content .section_list_container .list_box .item_box {
  width: calc((100% - 26px) / 2);
  height: 210px;
  margin-right: 26px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px dashed #707070;
  padding-bottom: 30px;
}
.content .section_list_container .list_box .item_box:nth-child(2n) {
  margin-right: 0;
}
.content .section_list_container .list_box .item_box:nth-child(n + 3) {
  margin-top: 30px;
}
.content .section_list_container .list_box .item_box .bookCoverBox {
  width: 135px;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.content .section_list_container .list_box .item_box .bookCoverBox:hover {
  transform: translateX(0) translateY(0) scale(1.1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.content .section_list_container .list_box .item_box .bookCoverBox .bookCover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .section_list_container .list_box .item_box .book_type_vip {
  position: relative;
}
.content .section_list_container .list_box .item_box .book_type_vip::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('../../images/icon/icon_book_vip.png');
  background-size: 100% 100%;
  width: 30%;
  padding-bottom: calc(0.3 * 37.5%);
  min-width: 40px;
  min-height: 15px;
  margin-right: calc(-17.5% * 0.3);
  margin-top: calc(-17.5% * 0.3);
  z-index: 10;
}
.content .section_list_container .list_box .item_box .book_info {
  position: relative;
  width: calc(100% - 165px);
  height: 180px;
}
.content .section_list_container .list_box .item_box .book_info .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #9BC4C5;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  /*超出内容为省略号*/
  display: -webkit-box;
  /*内容不换行*/
  -webkit-line-clamp: 1;
  /*超出几行*/
  -webkit-box-orient: vertical;
  /*从上到下垂直排列子元素*/
}
.content .section_list_container .list_box .item_box .book_info .author_box {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #585858;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*超出内容为省略号*/
  display: -webkit-box;
  /*内容不换行*/
  -webkit-line-clamp: 1;
  /*超出几行*/
  -webkit-box-orient: vertical;
  /*从上到下垂直排列子元素*/
}
.content .section_list_container .list_box .item_box .book_info .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  /*超出内容为省略号*/
  display: -webkit-box;
  /*内容不换行*/
  -webkit-line-clamp: 3;
  /*超出几行*/
  -webkit-box-orient: vertical;
  /*从上到下垂直排列子元素*/
}
.content .section_list_container .list_box .item_box .book_info .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;
  position: absolute;
  right: 0;
  bottom: 0;
}
.content .section_list_container .list_box .item_box .book_info .collect_box .icon {
  font-size: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.content .section_list_container .pagesCont {
  margin-top: 70px;
}
.content .section_list_container .pagesCont .layui-box .layui-laypage-curr .layui-laypage-em {
  background-color: #9BC4C5 !important;
}
@media (max-width: 750px) {
  .content {
    width: 100%;
  }
  .content .bread_crumbs {
    width: calc(100% - 20px);
  }
  .content .book_cover {
    width: 90px !important;
    height: 100px !important;
  }
  .content .book_cover::before {
    display: none;
  }
  .content .book_cover:hover .cover_1 {
    width: 70px;
    height: 94px;
    transform: translateX(0);
    top: 0;
  }
  .content .book_cover:hover .cover_2 {
    width: 60px;
    height: 80px;
    transform: translateX(-20px);
    top: 14px;
  }
  .content .book_cover:hover .cover_3 {
    width: 50px;
    height: 67px;
    transform: translateX(-40px);
    top: 27px;
  }
  .content .book_cover .cover_pic {
    right: 0;
  }
  .content .book_cover .cover_default {
    width: 70px;
    height: 94px;
    left: 10px;
  }
  .content .book_cover .cover_1 {
    width: 70px;
    height: 94px;
    transform: translateX(0);
    top: 0;
  }
  .content .book_cover .cover_2 {
    width: 60px;
    height: 80px;
    transform: translateX(-20px);
    top: 14px;
  }
  .content .book_cover .cover_3 {
    width: 50px;
    height: 67px;
    transform: translateX(-40px);
    top: 27px;
  }
  .content .section {
    width: calc(100% - 20px);
  }
  .content .section_detail_box .book_info {
    width: calc(100% - 100px);
    height: 150px;
  }
  .content .section_detail_box .book_info .title {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .content .section_detail_box .book_info .author_box {
    margin-left: 15px !important;
    margin-top: 10px;
  }
  .content .section_detail_box .book_info .desc_box {
    font-size: 12px !important;
    margin-top: 15px !important;
    margin-left: 15px !important;
    margin-right: 20px !important;
  }
  .content .section_detail_box .book_info .collect_box .icon {
    width: 14px !important;
    height: 14px !important;
  }
  .content .section_list_container .list_box .item_box {
    width: calc((100% - 10px) / 2);
    height: 150px;
    margin-right: 10px;
    padding-bottom: 0;
  }
  .content .section_list_container .list_box .item_box:nth-child(n + 3) {
    margin-top: 15px;
  }
  .content .section_list_container .list_box .item_box .bookCover {
    width: 70px;
    height: 94px;
  }
  .content .section_list_container .list_box .item_box .book_info {
    width: calc(100% - 70px - 10px);
    height: 130px;
  }
  .content .section_list_container .list_box .item_box .book_info .author_box {
    line-height: 16px;
    margin-top: 10px;
  }
  .content .section_list_container .list_box .item_box .book_info .desc {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
    -webkit-line-clamp: 2;
  }
  .content .section_list_container .list_box .item_box .book_info .collect_box {
    right: 10px;
  }
  .content .section_list_container .pagesCont {
    margin-top: 30px;
  }
}
