* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #f1f1f1;
  color: #333;
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.wrap {
  width: 1030px;
  margin: 0 auto;
}

.topbar {
  display: none;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  overflow: hidden;
}

.top-links,
.top-nav {
  display: flex;
  align-items: center;
}

.top-links a,
.top-nav a {
  padding: 0 10px;
  white-space: nowrap;
}

.top-links a:first-child {
  padding-left: 0;
}

.top-nav a {
  border-left: 1px solid #ddd;
}

.top-nav a:first-child {
  border-left: 0;
}

.brand-row {
  background: #0788af;
  border-bottom: 0;
}

.brand-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 1250px;
  height: 75px;
}

.logo {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 75px;
  white-space: nowrap;
}

.language {
  position: absolute;
  right: 58px;
  top: 20px;
  display: block;
  color: #fff;
  font-size: 13px;
  width: 65px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
}

.language button {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.language span {
  display: none;
}

.desktop-menu {
  position: absolute;
  right: 142px;
  top: 0;
  display: flex;
  height: 75px;
  align-items: center;
}

.desktop-menu a {
  display: block;
  height: 33px;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  line-height: 33px;
  white-space: nowrap;
}

.desktop-menu a:nth-child(n+2) {
  min-width: 78px;
}

.desktop-menu a:nth-child(n+5) {
  min-width: 110px;
}

.user-link {
  position: absolute;
  right: 15px;
  top: 19px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e6eef1;
}

.menu-btn {
  display: none;
}

.mobile-tabs {
  display: none;
}

.page-main {
  width: 1112px;
  margin-top: 19px;
  padding-top: 56px;
  padding-bottom: 46px;
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.hero-logo {
  width: 300px;
  height: 120px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-logo a {
  color: #0788af;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.search-box {
  display: flex;
  width: 600px;
  height: 50px;
  margin: 0 auto 70px;
  border: 1px solid #e7edf1;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
  overflow: hidden;
}

.search-box input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 18px;
  outline: 0;
}

.search-box button {
  width: 57px;
  border: 0;
  background: #fff;
  color: #666;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 216px);
  gap: 19px;
  width: 924px;
  min-height: 50px;
  margin: 0 auto 60px;
  padding: 0;
  background: transparent;
}

.quick-grid a {
  display: block;
  height: 50px;
  padding: 0 12px;
  background: #0788af;
  border: 0;
  border-radius: 8px;
  text-align: center;
}

.quick-grid strong {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
}

.quick-grid span {
  display: none;
  color: #888;
  font-size: 13px;
}

.rank-grid {
  display: grid;
  grid-template-columns: repeat(3, 296px);
  gap: 64px;
  width: 1030px;
  margin: 0 auto;
  align-items: start;
}

.rank-box {
  min-width: 0;
  background: transparent;
  border: 0;
}

.rank-title {
  height: 27px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
}

.ranking {
  margin-top: 10px;
}

.ranking ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ranking li {
  height: 42px;
  border-bottom: 1px solid #f1f1f1;
}

.ranking li:last-child {
  border-bottom: 0;
}

.ranking a,
.empty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  color: #333;
}

.rank-left {
  display: flex;
  align-items: center;
  min-width: 0;
  padding-left: 0;
}

.rank-left i {
  width: auto;
  min-width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 2px;
  background: #e8e8e8;
  color: #777;
  flex: 0 0 auto;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  text-align: center;
}

.ranking li:nth-child(1) .rank-left i {
  background: #ff1d16;
  color: #fff;
}

.ranking li:nth-child(2) .rank-left i {
  background: #ff7900;
  color: #fff;
}

.ranking li:nth-child(3) .rank-left i {
  background: #d8d800;
  color: #fff;
}

.rank-left strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
}

.rank-right {
  flex: 0 0 68px;
  padding-right: 0;
  color: #777;
  font-size: 13px;
  text-align: right;
}

.empty-row {
  padding: 0 14px;
  color: #888;
}

.empty-row em {
  font-style: normal;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin: 28px 0 18px;
  color: #555;
}

.footer {
  padding: 18px 0 26px;
  color: #777;
  text-align: center;
  font-size: 13px;
}

.footer p {
  margin: 5px 0;
}

.footer a {
  margin: 0 6px;
}

.side-menu,
.shade {
  display: none;
}

.list-main {
  width: 1112px;
  margin-top: 19px;
  padding: 18px 32px 28px;
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.filter-panel {
  display: grid;
  grid-template-columns: 88px 88px 1fr;
  gap: 0;
  margin: -18px -32px 18px;
  padding-left: 0;
  border-bottom: 1px solid #e5edf1;
  background: #eef8fc;
}

.filter-row {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #d8edf5;
}

.category-row {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-content: start;
  gap: 0;
  padding: 0 12px;
  border-right: 0;
  background: #fff;
}

.filter-row a {
  display: block;
  min-height: 34px;
  padding: 0 12px;
  color: #4a6a75;
  font-size: 13px;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
}

.category-row a {
  text-align: left;
}

.filter-row a.is-active {
  background: #0788af;
  color: #fff;
}

.book-list {
  background: #fff;
}

.book-item {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 90px;
  gap: 16px;
  min-height: 132px;
  padding: 14px 0;
  border-bottom: 1px solid #edf0f2;
}

.book-cover {
  display: block;
  width: 72px;
  height: 96px;
  margin-left: 0;
  background: #f1f1f1;
  overflow: hidden;
}

.book-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.book-info {
  min-width: 0;
  padding-top: 1px;
}

.book-info h2 {
  margin: 0 0 7px;
  color: #222;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.book-meta {
  display: flex;
  gap: 16px;
  margin: 0 0 8px;
  color: #8a8a8a;
  font-size: 12px;
}

.book-intro {
  margin: 0;
  color: #777;
  font-size: 12px;
  line-height: 22px;
}

.book-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
}

.read-btn,
.shelf-btn {
  display: block;
  width: 72px;
  height: 28px;
  border: 0;
  border-radius: 2px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}

.read-btn {
  background: #ff1d16;
  color: #fff;
}

.shelf-btn {
  background: #f5f5f5;
  color: #666;
  cursor: pointer;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 24px 0 4px;
  color: #666;
}

.pager a,
.pager span {
  min-width: 64px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
  background: #fff;
  line-height: 28px;
  text-align: center;
}

.book-empty {
  padding: 40px 0;
  color: #777;
  text-align: center;
}

@media (max-width: 760px) {
  body {
    background: #f1f1f1;
    font-size: 14px;
  }

  .wrap {
    width: auto;
    margin: 0 16px;
  }

  .topbar {
    display: none;
  }

  .brand-inner {
    width: auto;
    height: 50px;
    justify-content: center;
  }

  .logo {
    position: absolute;
    left: 54px;
    top: 0;
    font-size: 20px;
    line-height: 50px;
  }

  .language {
    right: 0;
    top: 7px;
    font-size: 12px;
    height: 34px;
    border-color: rgba(255, 255, 255, .85);
    line-height: 32px;
  }

  .menu-btn {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 54px;
    height: 50px;
    padding: 0;
    border: 0;
    background: linear-gradient(#fff, #fff) 15px 16px / 24px 2px no-repeat,
      linear-gradient(#fff, #fff) 15px 24px / 24px 2px no-repeat,
      linear-gradient(#fff, #fff) 15px 32px / 24px 2px no-repeat;
  }

  .desktop-menu,
  .user-link,
  .mobile-tabs {
    display: none;
  }

  .page-main {
    width: auto;
    margin: 0;
    padding-top: 71px;
    padding-bottom: 16px;
    border: 0;
    box-shadow: none;
  }

  .hero-logo {
    width: 200px;
    height: 83px;
    margin-bottom: 40px;
  }

  .hero-logo a {
    font-size: 36px;
  }

  .search-box {
    width: auto;
    height: 50px;
    margin: 0 30px 19px;
  }

  .search-box button {
    width: 57px;
  }

  .quick-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 14px;
    width: auto;
    min-height: 120px;
    margin: 0 16px 10px;
    padding: 5px 11px;
    background: transparent;
  }

  .quick-grid a {
    height: 50px;
    padding: 0 8px;
    border-radius: 6px;
  }

  .quick-grid strong {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 50px;
  }

  .rank-grid {
    display: block;
    width: auto;
    margin: 0 16px;
  }

  .rank-box {
    margin-bottom: 0;
  }

  .rank-box + .rank-box {
    margin-top: 0;
  }

  .rank-title {
    height: 27px;
    padding: 0;
    font-size: 16px;
    line-height: 27px;
  }

  .ranking {
    margin-top: 10px;
  }

  .ranking li,
  .ranking a,
  .empty-row {
    height: 42px;
  }

  .rank-left {
    padding-left: 0;
  }

  .rank-left strong {
    font-size: 15px;
  }

  .rank-right {
    flex-basis: 82px;
    padding-right: 0;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 16px 28px;
    margin-top: 26px;
  }

  .list-main {
    width: auto;
    margin: 15px 0 0;
    padding: 0 16px 18px;
    border: 0;
    box-shadow: none;
  }

  .filter-panel {
    display: block;
    margin: 0 -16px 10px;
    padding: 0 16px;
    border-bottom: 0;
    background: #fff;
  }

  .filter-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 0;
    border-bottom: 1px solid #eef0f2;
  }

  .category-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .filter-row a {
    min-height: 36px;
    padding: 0 12px;
    line-height: 36px;
    text-align: left;
  }

  .book-item {
    grid-template-columns: 64px minmax(0, 1fr) 66px;
    gap: 10px;
    min-height: 112px;
    padding: 12px 0;
  }

  .book-cover {
    width: 58px;
    height: 78px;
  }

  .book-info h2 {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
  }

  .book-meta {
    gap: 8px;
    margin-bottom: 5px;
    font-size: 11px;
  }

  .book-intro {
    display: -webkit-box;
    overflow: hidden;
    font-size: 11px;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .book-actions {
    gap: 6px;
  }

  .read-btn,
  .shelf-btn {
    width: 60px;
    height: 26px;
    font-size: 11px;
    line-height: 26px;
  }

  .side-menu {
    position: fixed;
    z-index: 30;
    top: 0;
    left: -300px;
    display: block;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 12px rgba(0, 0, 0, .16);
    transition: left .18s ease;
  }

  .side-menu.is-open {
    left: 0;
  }

  .side-close {
    position: absolute;
    top: 0;
    right: -54px;
    display: none;
    width: 54px;
    height: 54px;
    border: 0;
    background: #333;
    color: #fff;
    font-size: 28px;
    line-height: 54px;
  }

  .side-menu.is-open .side-close {
    display: block;
  }

  .side-user {
    display: flex;
    align-items: center;
    height: 126px;
    padding: 20px;
    background: #f4f4f4;
  }

  .avatar {
    width: 60px;
    height: 60px;
    margin-right: 14px;
    border-radius: 50%;
    background: #ddd;
  }

  .side-auth a {
    display: inline-block;
    margin-right: 10px;
    color: #555;
  }

  .side-nav a {
    display: block;
    height: 44px;
    padding: 0 22px;
    border-bottom: 1px solid #eee;
    line-height: 44px;
  }

  .shade {
    position: fixed;
    z-index: 20;
    inset: 0;
    display: none;
    background: rgba(0, 0, 0, .35);
  }

  body.menu-open .shade {
    display: block;
  }
}

.mybox {
  background: #fff;
  border: 1px solid #d6d6d6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}

.detail-main,
.catalog-main,
.reader-main,
.search-main {
  width: 1112px;
  margin-top: 19px;
}

.detail-layout {
  display: grid;
  grid-template-columns: 734px 356px;
  gap: 22px;
  align-items: start;
}

.detail-left {
  min-width: 0;
}

.crumb {
  height: 49px;
  margin: 0;
  padding: 0 16px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.book-profile {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  min-height: 236px;
  padding: 16px;
  border-top: 0;
}

.profile-cover {
  display: block;
  width: 140px;
  height: 186px;
  background: #f1f1f1;
  overflow: hidden;
}

.profile-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-info {
  min-width: 0;
}

.profile-info h1 {
  margin: 2px 0 14px;
  color: #222;
  font-size: 24px;
  line-height: 32px;
}

.profile-info p {
  margin: 0 0 9px;
  color: #666;
  font-size: 14px;
}

.profile-actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.primary-btn,
.plain-btn {
  display: inline-block;
  min-width: 92px;
  height: 34px;
  padding: 0 14px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.primary-btn {
  border-color: #ff1d16;
  background: #ff1d16;
  color: #fff;
}

.plain-btn {
  background: #f7f7f7;
  color: #666;
}

.detail-tabs {
  margin-top: 22px;
  padding: 14px 16px 20px;
}

.ad-space {
  height: 246px;
  margin-top: 22px;
  background: #fff;
}

.detail-tabs h2,
.detail-side h2 {
  height: 30px;
  margin: 0;
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 13px 0 18px;
}

.tag-list a {
  height: 26px;
  padding: 0 11px;
  border-radius: 2px;
  background: #f2f8fb;
  color: #0788af;
  font-size: 13px;
  line-height: 26px;
}

.tab-head {
  display: flex;
  height: 38px;
  border-bottom: 1px solid #eee;
}

.tab-head a {
  width: 70px;
  height: 38px;
  color: #555;
  font-size: 15px;
  line-height: 38px;
  text-align: center;
}

.tab-head a.is-active {
  border-bottom: 2px solid #0788af;
  color: #0788af;
}

.latest-chapters {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.latest-chapters li {
  display: flex;
  height: 36px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 36px;
}

.latest-chapters a {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.latest-chapters span {
  flex: 0 0 92px;
  color: #999;
  font-size: 12px;
  text-align: right;
}

.full-catalog-link {
  display: block;
  height: 38px;
  margin-top: 14px;
  background: #f7f7f7;
  color: #0788af;
  line-height: 38px;
  text-align: center;
}

.profile-intro {
  margin: 16px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 26px;
}

.detail-side {
  min-height: 702px;
  padding: 14px 16px;
}

.side-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 38px;
  margin-top: 8px;
  border-bottom: 1px solid #eee;
  color: #0788af;
  line-height: 38px;
  text-align: center;
}

.side-rank {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.side-rank li {
  height: 34px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 34px;
}

.side-rank a {
  display: flex;
  justify-content: space-between;
  min-width: 0;
  gap: 10px;
}

.side-rank em {
  color: #888;
  font-size: 12px;
  font-style: normal;
}

.catalog-box {
  padding-bottom: 16px;
}

.catalog-tools {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 35px;
  padding: 0 16px;
  color: #0788af;
}

.catalog-tools button {
  border: 0;
  background: transparent;
  color: #0788af;
  cursor: pointer;
}

.catalog-bookmark {
  height: 47px;
  margin: 0 16px 15px;
  border: 1px solid #eee;
  background: #fafafa;
  color: #666;
  line-height: 45px;
  text-align: center;
}

.catalog-panel {
  margin: 0 16px;
}

.catalog-panel h1 {
  height: 47px;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
  font-size: 18px;
  line-height: 47px;
}

.chapter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.chapter-grid li {
  min-width: 0;
  height: 52px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 52px;
}

.chapter-grid a {
  display: block;
  min-width: 0;
  padding-right: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reader-box {
  padding: 0 16px 28px;
}

.reader-tools,
.chapter-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  gap: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.reader-tools a,
.reader-tools button,
.chapter-nav a,
.chapter-nav button {
  min-width: 80px;
  height: 36px;
  border: 0;
  border-left: 1px solid #eee;
  background: transparent;
  color: #0788af;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.reader-tools a:first-child,
.reader-tools button:first-child,
.chapter-nav a:first-child {
  border-left: 0;
}

.chapter-head {
  padding: 26px 0 20px;
  text-align: center;
}

.chapter-head h1 {
  margin: 0 0 12px;
  color: #222;
  font-size: 26px;
  line-height: 36px;
}

.chapter-head p {
  margin: 0;
  color: #888;
  font-size: 13px;
}

.chapter-content {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  color: #222;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 20px;
  line-height: 2.05;
}

.chapter-content h2 {
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 400;
}

.chapter-content p {
  margin: 0 0 22px;
  text-indent: 2em;
}

.chapter-nav {
  margin-top: 30px;
}

.reader-recs {
  margin-top: 20px;
  padding: 16px;
  background: #fff;
  border: 1px solid #d6d6d6;
}

.reader-recs ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reader-recs li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.reader-recs a {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.reader-recs em {
  color: #888;
  font-size: 12px;
  font-style: normal;
}

.search-panel {
  padding: 16px 32px 28px;
}

.search-page-form {
  display: flex;
  width: 600px;
  height: 42px;
  margin: 8px auto 24px;
  border: 1px solid #dce8ee;
  border-radius: 21px;
  overflow: hidden;
}

.search-page-form input {
  flex: 1;
  min-width: 0;
  padding: 0 18px;
  border: 0;
  outline: 0;
}

.search-page-form button {
  width: 92px;
  border: 0;
  background: #0788af;
  color: #fff;
  cursor: pointer;
}

.search-panel h1 {
  height: 38px;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  line-height: 38px;
}

.search-empty {
  padding: 42px 0;
  color: #777;
  text-align: center;
}

.reader-main.is-night,
body.reader-night {
  background: #1f2326;
}

body.reader-night .reader-box,
body.reader-night .reader-recs {
  background: #252a2e;
  border-color: #343b40;
  color: #cfd3d5;
}

body.reader-night .chapter-content,
body.reader-night .chapter-head h1 {
  color: #d9dcde;
}

body.reader-night .crumb,
body.reader-night .chapter-head p {
  color: #a3aaad;
}

@media (max-width: 760px) {
  .detail-main,
  .catalog-main,
  .reader-main,
  .search-main {
    width: auto;
    margin: 15px 0 0;
  }

  .detail-layout {
    display: block;
  }

  .mybox {
    border-left: 0;
    border-right: 0;
    box-shadow: none;
  }

  .crumb {
    height: 50px;
    padding: 0 16px;
    font-size: 13px;
    line-height: 50px;
  }

  .book-profile {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
    min-height: 201px;
    padding: 16px;
  }

  .profile-cover {
    width: 96px;
    height: 128px;
  }

  .profile-info h1 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 27px;
  }

  .profile-info p {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .profile-actions {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  .primary-btn,
  .plain-btn {
    min-width: 78px;
    height: 30px;
    padding: 0 9px;
    font-size: 12px;
    line-height: 28px;
  }

  .detail-tabs {
    margin-top: 15px;
    padding: 14px 16px 18px;
  }

  .ad-space {
    height: 230px;
    margin-top: 15px;
  }

  .latest-chapters li {
    height: 36px;
    line-height: 36px;
  }

  .detail-side {
    min-height: 0;
    margin-top: 15px;
    padding: 14px 16px;
  }

  .catalog-tools {
    flex-wrap: wrap;
    height: auto;
    min-height: 38px;
  }

  .catalog-bookmark {
    margin: 0 16px 15px;
  }

  .chapter-grid {
    display: block;
  }

  .chapter-grid li {
    height: 48px;
    line-height: 48px;
  }

  .reader-box {
    padding: 0 16px 22px;
  }

  .reader-tools,
  .chapter-nav {
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
  }

  .reader-tools a,
  .reader-tools button,
  .chapter-nav a,
  .chapter-nav button {
    min-width: 65px;
    flex: 1 0 33.333%;
  }

  .chapter-head {
    padding: 22px 0 18px;
  }

  .chapter-head h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .chapter-content {
    width: auto;
    font-size: 18px;
    line-height: 2;
  }

  .reader-recs {
    margin-top: 15px;
    padding: 12px 16px;
    border-left: 0;
    border-right: 0;
  }

  .reader-recs ul {
    display: block;
  }

  .reader-recs li {
    height: 32px;
    border-bottom: 1px solid #eee;
    line-height: 32px;
  }

  .search-panel {
    padding: 16px 16px 22px;
  }

  .search-page-form {
    width: auto;
    margin: 0 0 16px;
  }

  .search-results .book-item {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .search-results .book-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: flex-start;
  }
}
