.book-page .nc-tabs {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.book-page .nc-tabs-nav.large .nc-tab {
  background-color: #f3f3f3;
}

.book-list {
  padding: 0 0.75rem;
}
.book-list .book-link {
  display: flex;
  justify-content: space-between;
}
.book-list .book-item {
  box-sizing: border-box;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}
.book-list .book-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.book-list .book-item .img {
  flex: none;
  width: 3.55rem;
  height: 4.85rem;
  overflow: hidden;
  border-radius: 0.45rem;
}
.book-list .book-item .img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.book-list .book-item .info {
  width: 12rem;
  padding-top: 0.3rem;
  margin-left: 0.5rem;
}
.book-list .book-item .info .title {
  margin-bottom: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.9rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.book-list .book-item .info .desc {
  font-size: 0.65rem;
  line-height: 1rem;
  color: #999;
}