@charset "UTF-8";
.guide-app .icon-redbag {
  width: 1rem;
  height: 1rem;
}
.guide-app .icon-right-arrow {
  width: 0.625rem;
  height: 0.625rem;
}
.guide-app .footer-app-title {
  font-size: 13px;
  line-height: 20px;
}

/* 我的书架页面的一些样式 */
.page-chapter {
  background-color: var(--background-bw-white);
}

.page-chapter .header {
  border-bottom: 0 none;
}

.chapter-tab-x {
  display: none;
}
.chapter-tab-x.active {
  display: block;
}
.aside .chapter-tab-x {
  position: absolute;
  top: 2.8125rem;
  left: 0;
  bottom: 0;
  right: 0;
}

.aside .chapter-tab-x:not(.scrollable) {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.chapter-sub-title {
  font-size: 0.875rem;
  font-weight: bold;
}

.chapter-tab-x .module-header {
  height: 28px;
  line-height: 28px;
  padding: 8px 1rem;
  border-top: 0;
  position: static;
}

.chapter-bar {
  padding: 4px 1rem 4px;
  line-height: 28px;
  color: var(--surface-gray-500);
  background-color: var(--surface-gray-50);
  font-size: 13px;
}

.chapter-ol {
  border-bottom: 1px solid var(--surface-gray-100);
}

.chapter-li .radio {
  display: none;
  margin-top: 0.375rem;
  margin-left: 0.5rem;
}

.enabled .chapter-li .radio {
  display: block;
}

.enabled .chapter-li-a {
  padding-left: 3rem;
}

.chapter-li::after {
  content: "";
  display: block;
  margin-left: 1rem;
  border-top: 1px solid var(--surface-gray-100);
  transform: scaleY(0.75);
  margin-top: -1px;
}

.chapter-li:last-child::after,
.chapter-li:nth-last-of-type(1)::after {
  display: none;
}

.chapter-li-a {
  display: block;
  font: 14px/20px a;
  padding: 12px 1rem;
}
.chapter-li-a .icon-lock {
  display: none;
}
.chapter-ol-catalog .chapter-li-a {
  padding-right: 2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chapter-ol-catalog .chapter-li-a.unpay {
  padding-right: 5rem;
}
.chapter-li-a {
  overflow: hidden;
}

@media screen and (max-width: 320px) {
  .chapter-li-a {
    padding: 11px 1rem;
  }
  .chapter-bar {
    line-height: 26px;
    font-size: 14px;
  }
  .chapter-tab-x .module-header {
    padding: 7px 1rem;
  }
}
@media screen and (min-width: 414px) {
  .chapter-li-a {
    font: 15px/22px a;
  }
  .chapter-bar {
    line-height: 30px;
    font-size: 14px;
  }
  .chapter-tab-x .module-header {
    padding: 9px 1rem;
  }
}
/* table of size
         320    321-413    414
header   42px    44px      46px
bar      34px    36px      38px
list     42px    44px      46px
time     62px    64px      66px
*/
.chapter-li-a.unpay {
  position: relative;
  color: var(--surface-gray-500);
}
.chapter-li-a.unpay .icon-lock {
  display: inline;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.chapter-li-a.unpay .chapter-time {
  color: var(--black-8);
}

.chapter-index,
.chapter-title {
  font-weight: 500;
}

.chapter-title {
  margin-left: 1ch;
}
.chapter-title:first-child {
  margin-left: 0;
}

.chapter-time {
  font-size: 12px;
  line-height: 20px;
  color: var(--surface-gray-500);
}
.chapter-time time {
  margin-right: 0.5ch;
}

.chapter-mark,
.chapter-mark-time,
.chapter-mark-del {
  font-size: 0.8125rem;
}

.chapter-mark {
  margin: 0.25rem 0;
}

.chapter-mark-time {
  color: var(--surface-gray-500);
}

.chapter-mark-del {
  position: absolute;
  right: 0.25rem;
  padding: 0.5rem 0.75rem 0.5rem;
  margin-top: -2.5rem;
}
.chapter-mark-del .icon {
  margin-right: 0.25rem;
}

.chapter-li-r {
  position: absolute;
  right: 1rem;
  font-size: 0.8125rem;
}