@charset "UTF-8";
/* 分类页的一些样式 */
.module {
  margin: 0;
  background-color: var(--background-bw-white);
  overflow: hidden; }

.booklist-li-msg {
  float: left;
  width: 50%;
  overflow: hidden; }

.booklist-module {
  border-top: 1rem solid transparent; }

.booklist-ol {
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 0.5rem; }

.booklist1 {
  background: var(--orange-red-50);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem; }

.booklist2 {
  background: var(--cyan-50);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem; }

.booklist3 {
  background: var(--pink-50);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem; }

.booklist4 {
  background: var(--green-50);
  margin-right: 0.5rem; }

.booklist-sort {
  position: relative;
  display: block;
  overflow: hidden;
  height: 5rem;
  padding-top: 0.5rem;
  border-radius: 3px;
  text-align: center; }

.booklist-title {
  display: inline-block;
  width: 98%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--surface-gray-900);
  filter: opacity(50%); }

.book-list-container-roundabout {
  display: block;
  position: relative;
  width: 4.125rem;
  height: 3rem;
  margin: 0 auto; }
  .book-list-container-roundabout li {
    position: absolute;
    width: 2.25rem;
    top: 0.5rem; }
    .book-list-container-roundabout li:active {
      -webkit-tap-highlight-color: transparent; }
    .book-list-container-roundabout li img {
      width: 2.25rem;
      height: 3rem;
      box-shadow: 0 1px 2px 0 var(--black-16); }
    .book-list-container-roundabout li.book1 {
      left: 1.0625rem;
      top: 0.3125rem;
      z-index: 1; }
      .book-list-container-roundabout li.book1 img {
        width: 2.375rem;
        height: 3.1625rem; }
    .book-list-container-roundabout li.book2 {
      left: 2.4375rem; }
    .book-list-container-roundabout li.book3 {
      left: -0.3125rem; }

.rel {
  position: relative; }

.booklist-container {
  width: 156px;
  position: absolute;
  top: 0rem;
  left: .5rem; }

.booklist-container-title {
  font-size: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mybook-list {
  padding: 0 1rem; }
  .mybook-list .book-title-x {
    position: absolute;
    top: 1rem;
    left: 7.125rem;
    right: 4.125rem;
    width: 60%; }

.book-list-roundabout {
  display: block;
  position: relative; }
  .book-list-roundabout img {
    width: 100%; }
  .book-list-roundabout li {
    position: absolute;
    width: 84px;
    cursor: pointer;
    top: 25px; }
    .book-list-roundabout li:active {
      -webkit-tap-highlight-color: transparent; }
    .book-list-roundabout li img {
      width: 3.75rem;
      height: 5rem;
      box-shadow: 0 1px 3px var(--black-32); }
    .book-list-roundabout li.book1 {
      left: 8px;
      top: 18px;
      z-index: 1; }
      .book-list-roundabout li.book1 img {
        width: 4.125rem;
        height: 5.5rem; }
    .book-list-roundabout li.book2 {
      left: -10px; }
      .book-list-roundabout li.book2 img {
        height: 4.6875rem; }
    .book-list-roundabout li.book3 {
      left: 40px; }
      .book-list-roundabout li.book3 img {
        height: 4.6875rem; }

@media screen and (max-width: 320px) {
  .book-list-roundabout {
    display: block;
    position: relative; }
    .book-list-roundabout img {
      width: 100%; }
    .book-list-roundabout li {
      position: absolute;
      width: 76px;
      cursor: pointer;
      top: 25px; }
      .book-list-roundabout li:active {
        -webkit-tap-highlight-color: transparent; }
      .book-list-roundabout li img {
        width: 3.75rem;
        height: 5rem;
        box-shadow: 0 1px 3px var(--black-32); }
      .book-list-roundabout li.book1 {
        left: 10px;
        top: 18px;
        z-index: 1; }
        .book-list-roundabout li.book1 img {
          width: 3.75rem;
          height: 5.25rem; }
      .book-list-roundabout li.book2 {
        left: -10px; }
        .book-list-roundabout li.book2 img {
          height: 4.5rem; }
      .book-list-roundabout li.book3 {
        left: 35px; }
        .book-list-roundabout li.book3 img {
          height: 4.5rem; } }

.mybook-to-goon {
  display: block;
  min-height: 4.5rem;
  padding: 1rem 1rem 1rem 5.125rem;
  margin: 0 -1rem; }
  .mybook-to-goon.mybook-list-detail {
    padding: 1rem 1rem 1rem 8.125rem;
    min-height: 5.5rem; }
    .mybook-to-goon.mybook-list-detail .book-meta {
      margin: 1.2rem 0 0; }

.mybook-to-goon .book-meta {
  margin: .25rem 0; }

.mybook-to-new {
  position: absolute;
  left: 4.125rem;
  right: 0;
  top: -2.25rem;
  line-height: 1.5rem; }
  .mybook-to-new.mybook-list-detail {
    left: 7.125rem; }

.booklist-owner {
  max-width: 5.625rem;
  font-size: 0.75rem; }

.book-meta p {
  font-size: 0.75rem; }

.book-meta span {
  display: inline-block;
  vertical-align: middle; }

.book-meta .dn {
  display: none; }

.booklist-markdone {
  color: var(--green-500); }

.list-x {
  display: none; }
  .list-x.active {
    display: block; }

.booklist-avatar {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-top: -0.1rem;
  margin-right: 0.1rem;
  vertical-align: middle; }

.book-meta-r svg.icon-booksquare-mark {
  width: 1.1em;
  height: 1.1em; }

.book-meta-r svg.icon-booksquare-markdone {
  width: 1.1em;
  height: 1.1em; }
