@charset "UTF-8";
@font-face{font-family:"SourceHanSerifCN-Bold";src:url(/css/webfonts/SourceHanSerifCN-Bold.woff2)}

body, p, h1, h3, h4, h5, ul, ol, form {
  margin: 0; }
  
::-webkit-scrollbar {
  display: none;
}

ul, ol {
  list-style: none;
  padding: 0; }

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

a[href]:active,
button:active {
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)); }

em {
  font-style: normal; }

h1, h3, h4, h5, input {
  font-size: 100%; }

input {
  font-family: inherit;
  box-sizing: border-box; }

img {
  display: inline-block; }

p {
  word-break: break-all; }

html {
  font-size: 16px;
  /* iPhone6的375px尺寸作为16px基准，414px正好18px大小, 600 20px */
  font-size: calc(100% + 2 * (100vw - 375px) / 39);
  font-size: calc(16px + 2 * (100vw - 375px) / 39); }

@media screen and (max-width: 320px) {
  html {
    font-size: 16px; } }

@media screen and (min-width: 414px) {
  html {
    /* 414px-1000px每100像素宽字体增加1px(18px-22px) */
    font-size: calc(112.5% + 4 * (100vw - 414px) / 586);
    font-size: calc(18px + 4 * (100vw - 414px) / 586); } }

@media screen and (min-width: 600px) {
  html {
    /* 600px-1000px每100像素宽字体增加1px(20px-24px) */
    font-size: calc(125% + 4 * (100vw - 600px) / 400);
    font-size: calc(20px + 4 * (100vw - 600px) / 400); } }

@media screen and (min-width: 1000px) {
  html {
    /* 1000px往后是每100像素0.5px增加 */
    font-size: calc(137.5% + 6 * (100vw - 1000px) / 600);
    font-size: calc(22px + 6 * (100vw - 1000px) / 600); }
    body{max-width: 1000px;
      margin: auto;}
}

@media screen and (min-width: 1281px) {
    body{max-width: 1100px;
      margin: auto;}

}

@media screen and (min-width: 1681px) {
    body{max-width: 1200px;
      margin: auto;}

}

body {
  line-height: 1.5;
  fill: currentColor;
  color: #1A1A1A;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none; }

/* 公用的布局，小模块页面样式 */
body {
  background-color: #F6F7F9; }

.page {
  background-color: #FFF;
  box-shadow: 0 200px #FFF; }

.content {
  background-color: #F6F7F9;
  padding-bottom: .1px; }

.aside, .aside-overlay, .guide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.module {
  margin: 0.75rem 0;
  background-color: #FFF; }

.header {
  height: 2.75rem;
  box-sizing: border-box;
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #f0f1f2;
  background-color: #FFF;
  position: relative; }
  .header a {
    color: #FF3955; }

.header-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0.625rem 0.8125rem 0.625rem 0.875rem;
  color: #FF3955; }

.header-operate {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0.25rem 0.375rem; }

.header-operate > .icon {
  float: left;
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
  color: #FF3955; }

.header-operate svg {
  display: block;
  margin: 0.625rem auto; }

a.icon-more:empty {
  position: relative;
  width: 2.25rem;
  height: 2.25rem; }

a.icon-more:empty::before,
a.icon-more:empty::after {
  content: '';
  position: absolute;
  border-top: 1px solid;
  width: 1.125rem;
  top: 1.125rem;
  left: 50%;
  margin-left: -0.5625rem;
  margin-top: -1px;
  -webkit-transition: all .15s;
  transition: transform .15s; }

a.icon-more:empty::before {
  height: 4px;
  border-bottom: 1px solid;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

a.icon-more:empty::after {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

a.icon-more.active::before {
  height: 0;
  border-bottom: 0;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

a.icon-more.active::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg); }

.module-header {
  height: 1.75rem;
  border-top: 1rem solid transparent;
  padding: 0 1rem; }

.module-header::after {
  content: '';
  display: table;
  clear: both; }

.module-header-l {
  float: left; }

.module-header-r {
  float: right;
  position: relative;
  min-width: 4rem; }

.module-title {
  display: inline;
  color: #1A1A1A;
  font-family: "SourceHanSerifCN-Bold",PingFang SC,-apple-system,SF UI Text,Lucida Grande,STheiti,Microsoft YaHei,sans-serif;
  font-weight: 500; }

.module-title::before {
  content: '';
  height: 1em;
  width: 0.625rem;
  display: inline-block;
  box-sizing: border-box;
  border-left: 2px solid #FF3955;
  color: transparent;
  vertical-align: -.22ex; }

.module-title-desc {
  font-size: 0.8125rem;
  color: #808080;
  margin-left: .5rem; }

.module-loading {
  min-height: 100px;
  overflow: hidden; }

.book-layout {
  display: block;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: padding-left .15s;
  transition: padding-left .15s; }
  .book-layout > .icon-arrow-r {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    color: #808080;
    margin: auto; }

.book-li::after {
  content: '';
  display: block;
  border-bottom: 1px solid #f0f1f2;
  margin-left: 1rem;
  margin-top: -1px;
  -webkit-transition: margin-left .15s;
  transition: margin-left .15s; }
  .book-ol-author .book-li::after {
    margin-left: 4.75rem; }

.book-li:last-child::after {
  display: none; }

.book-title-x {
  overflow: hidden; }

.book-detail-info .book-title, .authorname{
  font-family: "SourceHanSerifCN-Bold",PingFang SC,-apple-system,SF UI Text,Lucida Grande,STheiti,Microsoft YaHei,sans-serif;font-weight: 500;color: #212832;}

.book-title {
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.book-cover {
  width: 4.125rem;
  height: 5.5rem;
  object-fit: cover;
  float: left;
  margin-right: .5rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.16);
  font-size: 0; }

.book-cell {
  overflow: hidden; }

.book-desc {
  margin: 0.375rem 0;
  line-height: 1.125rem;
  font-size: 0.8125rem;
  color: #808080;
  overflow: hidden; }
  .book-ol-author .book-desc {
    white-space: nowrap;
    text-overflow: ellipsis; }
    .book-ol-author .book-desc:last-child {
      margin-right: 1.5rem; }

.book-category {
  margin: 0.25rem 0;
  line-height: 1rem;
  font-size: 0.75rem;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.book-meta {
  font-size: .75rem;
  overflow: hidden; }

.book-meta-l {
  float: left; }

.book-meta-r {
  float: right;
  position: relative; }
  .book-author-vv {
    width: 3rem;
    height: 3rem;
    float: left;
    margin-right: .75rem;
    position: relative; }
  .book-author-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.book-author-vv .tag-honor {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.25rem; }

.book-ol-rank {
  padding-left: 3.125rem;
  counter-reset: bookrank; }

.book-li-more {
  display: block;
  line-height: 2.75rem;
  text-align: center;
  font-size: 0.8125rem;
  color: #808080; }
  .book-li-more[href] {
    color: #FF3955; }

.book-ol ~ .book-li-more::before {
  content: '';
  display: block;
  border-top: 1px solid #f0f1f2;
  margin-top: -1px;
  margin-left: 1rem; }

.book-ol-comment ~ .book-li-more::before {
  margin-left: 0; }

.module-slide-ol {
  display: block;
  padding-left: .5rem;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 7rem;
  position: relative; }
  .module-slide-ol::-webkit-scrollbar {
    display: none; }

.module-slide-ol:not(.WX) {
  -webkit-overflow-scrolling: touch; }

.module-slide-ol:only-child {
  display: block; }

.module-slide-li {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.module-slide-a {
  display: block;
  width: 4.125rem;
  padding: .75rem .5rem .5rem; }

.module-slide-img {
  display: block;
  width: inherit;
  height: 5.75rem;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(51, 55, 61, 0.1); }

/* 推荐区图片容器 - 使用长宽比保持正确比例 */
#book-friend-list-container .module-slide-a {
  position: relative;
}

#book-friend-list-container .module-slide-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.module-slide-caption {
  margin: .5rem 0 .25rem;
  font-size: 0.8125rem;
  max-height: 2.125rem;
  line-height: 1.125rem;
  overflow: hidden;
  font-weight: 500; }

.module-slide-author {
  font-size: .75rem;
  color: #808080;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.module-merge {
  margin: 0; }
/*  .module-field-img[data-src] {
    object-fit: contain; }*/

.footer {
  background-color: #FFF;clear: both;}

.footer-link {
  text-align: center;
  color: #808080;
  font-size: 0.875rem;
  display: flex;
  display: -webkit-box;
  display: box;
  justify-content: space-between;
  -webkit-box-pack: justify;
  box-pack: justify;
  padding: 0.5625rem 1.1875rem 0; }

.footer-link-a {
  display: block;
  padding: .5rem 0;
  -webkit-box-flex: 1;
  box-flex: 1; }

.footer-copy {
  padding-top: .25rem;
  padding-bottom: 1rem;
  font-size: .75rem;
  text-align: center;
  color: #808080;
  font-weight: 300; }

.footer-copy::first-letter {
  text-transform: uppercase; }

/* 侧边栏 */
.aside {
  -webkit-transition: visibility .25s;
  transition: visibility .25s;
  z-index: 3;
  visibility: hidden;
  overflow: hidden;
  position: fixed; }
  .aside.active {
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .aside.active ~ .page {
      pointer-events: none; }

.aside-overlay, .guide-overlay {
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }
  .active > .aside-overlay, .active > .guide-overlay {
    opacity: .6; }
    
#guideOverlay1{background-color: unset;}

.aside-content,
.aside-popup {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  -webkit-transition: -webkit-transform .15s;
  transition: transform .15s; }
  .active > .aside-content, .active >
  .aside-popup {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }

.aside-content {
  left: 2.5rem;
  top: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.aside-popup {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.guide {
  position: fixed;
  left: 0;
  top: 2.5rem;
  right: 0;
  bottom: 0;
  visibility: hidden;
  -wekit-transition: visibility .25s;
  transition: visibility .25s;
  z-index: 3;
  overflow: hidden; }

.active.guide {
  -wekit-transition: none;
  transition: none;
  visibility: visible; }

.guide-content {
  padding: 0 1rem;
  position: relative;
  background-color: #FFF;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .15s;
  transition: transform .15s;
  overflow: hidden; }
  .active > .guide-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

.guide-nav {
  text-align: justify;
  font-size: 0; }

.guide-nav::after {
  content: '';
  display: inline-block;
  height: 0;
  width: 100%;
  vertical-align: top; }

.guide-nav-a {
  display: inline-block;
  width: 3.5rem;
  height: 3.625rem;
  text-align: center;
  font-size: 0.75rem;
  position: relative; }

.guide-nav-a > .icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.625rem;
  margin: auto; }

.guide-nav-h {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1875rem;
  font-weight: normal; }

.guide-nav .guide-nav-a {
  margin: .75rem 1.5rem; }

@media screen and (max-width: 320px) {
  .guide-nav .guide-nav-a {
    margin-left: 1rem;
    margin-right: 1rem; } }

@media screen and (max-height: 284px) {
  .guide-nav .guide-nav-a {
    margin-top: .5rem;
    margin-right: .5rem; } }

.guide-footer {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem; }

/* 公用的UI组件样式 */

/* 2. 按钮 */
.btn-primary {
  display: inline-block;
  line-height: 2.25rem;
  padding-left: 2ch;
  padding-right: 2ch;
  background-color: #FF3955;
  color: #FFF;
  font-size: 0.875rem;
  border-radius: 99px;
  text-align: center; }

.btn-line-gray {
  display: inline-block;
  line-height: 1.6875rem;
  border: 1px solid;
  border-radius: 99px;
  padding: 0 0.625rem;
  font-size: 0.8125rem;
  text-align: center; }


.btn-line-gray {
  color: #808080; }

.btn-normal {
  display: inline-block;
  line-height: 1.728rem;
  padding: 0 1rem;
  height: 2.358rem;
  font-size: 0.725rem;
  border-radius: 0.125rem;
  font-weight: 500;
  background-color: currentColor;
  text-align: center;
  }


.btn-group-cell > .btn-normal .icon {
  width: 1.25rem;
  height: 1.25rem; }


  .btn-normal::first-line {
    color: #FFF; }

.btn-normal.white {
  box-shadow: inset 1px 0 #e3e4e6, inset 0 1px #e3e4e6, inset 0 -1px #e3e4e6, inset -1px 0 #e3e4e6; }
  .btn-normal.white::first-line {
    color: #1A1A1A; }

.btn-submit {
  display: block;
  line-height: 2.75rem; }

.btn-submit {
  background-color: #FF3955;
  color: #FFF; }

.btn-group {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto; }

.btn-group-cell {
  display: table-cell;
  font-size: 100%;
  font-weight: 400; }

.btn-group-cell > .btn-normal {
  display: block;
  width: calc(100% - .6667rem);
  margin-left: .3333rem;
  padding: 0;
}

.btn-group-cell:first-child > .btn-normal {
  margin-left: 0; }

.btn-group-cell:last-child > .btn-normal {
  margin-left: .6667rem; }

.tag-honor {
  display: inline-block;
  min-width: 2.5rem;
  height: 1rem;
  line-height: 14px;
  line-height: calc(1rem - 2px);
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 40px;
  font-size: .75rem;
  background-color: currentColor;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 50%);
  box-sizing: border-box;
  font-family: 'youyuan', 'pingfang sc';
  white-space: nowrap; }
  .tag-honor::first-line {
    color: #FFF; }

.corner {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 10px;
  text-align: center;
  overflow: hidden; }
  .corner > em {
    position: absolute;
    left: 0;
    right: -12px;
    bottom: 0;
    padding-top: 1px;
    line-height: 11px;
    font-size: 10px;
    color: inherit;
    background-color: currentColor;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .corner > em::first-line {
    color: #FFF; }

:checked + .radio {
  border-color: transparent;
  background-color: #FF3955; }

:checked ~ .switch {
  background-color: #FF3955;
  border-color: #FF3955; }

:checked ~ .switch::before {
  -webkit-transform: translateX(1.25rem);
  transform: translateX(1.25rem); }

:disabled ~ .switch {
  opacity: .5; }

:checked ~ .switch-light::before {
  -webkit-transform: translateX(1.375rem);
  transform: translateX(1.375rem); }

[data-size] {
  box-sizing: border-box; }

[data-size='14'] {
  width: 17.5rem; }

/* 文字颜色 */
.dark {
  color: #1A1A1A; }

.gray {
  color: #808080; }

.blue {
  color: #4284EE; }

.orange {
  color: #FF7E00; }

.red {
  color: #FF3955; }

.white {
  color: #FFF; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* chrysanthemum loading effect */

/* loading effect with scale(.5) */

.search-popup {
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20; }

.search-area {
  height: 2rem;
  background-color: #F6F7F9;
  border-radius: .25rem;
  position: absolute;
  left: 1rem;
  right: 3.75rem;
  top: 0;
  bottom: 0;
  margin: auto; }
  .search-area .icon-search {
    position: absolute;
    left: .5rem;
    top: 0;
    bottom: 0;
    color: #808080;
    margin: auto; }

.search-cancel {
  background-color: #FFF;
  width: 3.25rem;
  height: 2rem;
  line-height: 2rem;
  position: absolute;
  right: .25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.875rem;
  text-align: center; }

.search-input {
  border: 0 none;
  background: none;
  height: inherit;
  width: 100%;
  padding: 0 2rem;
  font-size: 0.875rem; }
  .search-input::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.search-reset {
  position: absolute;
  top: 0;
  right: 0;
  height: inherit;
  width: 2rem;
  border: 0 none;
  background: none;
  padding: 0;
  -webkit-animation: fadein .15s;
  animation: fadein .15s; }
  .search-reset .icon-clear {
    display: inline-block;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 1rem;
    background-color: #808080;
    color: #FFF;
    vertical-align: -.125rem; }
    .search-reset .icon-clear > svg {
      display: block;
      width: 0.375rem;
      height: 0.375rem;
      margin: .25rem auto 0; }

.search-popular {
  height: 0;
  overflow: hidden; }

.search-title-bar {
  line-height: 1.8125rem;
  padding: 0.9375rem 1rem 0;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden; }

.search-title {
  font-size: 13px;
  color: #808080;
  font-weight: 400;
  float: left; }

.search-tags {
  padding: .25rem .5rem .75rem 1rem; }
  .search-tags .btn-line-gray {
    margin: .5rem .5rem 0 0; }
.search-tags a{white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 23%;}

svg.icon,
.icon > svg {
  width: 1em;
  height: 1em;
  vertical-align: -.25ex;
  fill: currentColor; }

aria {
  position: absolute;
  clip: rect(0 0 0 0); }

aria {
  font-size: 0; }

.ell {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.char-dot {
  padding: 0 .5ch;
  color: #9E9E9E;
  font-family: Georgia, Helvetica, Arial; }

/*img[data-src] {
  object-fit: contain;
  background-color: #F6F7F9; }*/
.lazyloaded {
	opacity: 1;
	transition: opacity 500ms;
}

/* 我的书架页面的一些样式 */

/*我的书单*/

/*书单编辑按钮*/

.page-book-detail {
  z-index: 1;
  border-bottom: 0;
  background: none; }

.book-detail-btn {
  padding: 0 0.5rem 0.5rem;
  }

.page-book-detail .module-header {
  border-top: 0;
  padding: .5rem 1rem;
  line-height: 1.75rem;
  overflow: hidden; }

/*.page-book-detail .module-title, .page-book-end .module-title {
  font-family: inherit;
  font-weight: bold; }*/
  .page-book-detail .module-title::before {
    display: none; }

.page-book-detail .module-content::before {
  content: '';
  display: block;
  /*margin-left: 1rem;*/
  border-top: 1px solid #f0f1f2; }

.page-book-detail .book-li .book-layout {
  padding: 1rem; }

.book-detail-x {
  position: relative;
  overflow: hidden;
  margin-top: -2.75rem; }

.book-detail-x .book-cover {
  width: 5.25rem;
  height: 7.475rem;
  border-radius: 4px;
}

.book-cover-blur {
  position: absolute;
  top: -13.2rem;
  top: calc(50% - 87.5vw);
  width: 100%;
  height: 175vw;
  opacity: .02;
  opacity: calc(0.1 + 0.15);
  -webkit-filter: blur(calc(17px + 1px));
  filter: blur(calc(17px + 1px));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.book-detail-info {
  position: relative;
  padding-top: 2.75rem;
  background: #FFF;
  background: -webkit-linear-gradient(bottom, #FFF, rgba(255, 255, 255, 0) 108px) no-repeat center bottom;
  background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0) 8rem) no-repeat center bottom; }

.book-summary {
  margin: 0 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  box-shadow: 0 1px #f0f1f2, 0 -1px #f0f1f2;
  text-align: justify;
  overflow: hidden;
  position: relative; }
  .book-summary content {
    display: block; }

.book-summary-more {
  width: 2rem;
  height: 1.5rem;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 1rem);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 1rem);
  position: absolute;
  right: 1rem;
  bottom: 0;
  text-align: right;
  visibility: hidden; }
  .book-summary-more > .icon-arrow-r {
    float: right;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    color: #808080;
    margin-top: .5em; }

.book-status {
  display: block;
  line-height: 2.75rem;
  padding: 0 1rem; }
  .book-status .book-meta-r {
    max-width: 60%;
    max-width: calc(100% - (155rem / 16));
    padding-right: .75rem;
    position: relative; }
    .book-status .book-meta-r .icon-arrow-r {
      position: absolute;
      right: 0;
      top: 1rem;
      color: #808080; }

.book-spt {
  font-size: 1rem;
  vertical-align: top; }

.book-rand-a {
  font-size: 0.8125rem; }

.book-detail-info .book-cell {
      /* margin-top: .8rem;*/
      line-height: 1.5rem; }

.book-pay {
  display: block;
  padding: 0.75rem 0 0.5rem;
  text-align: center;
  position: relative; }
  .book-pay > .icon {
    display: block;
    font-size: 2.25rem;
    margin: 0 auto .125rem; }
  .book-pay-h {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.25em;
    position: relative;
    top: .125rem; }
  .book-pay-p {
    font-size: .75rem;
    -webkit-transform: scale(0.8333);
    transform: scale(0.8333);
    color: #808080;
    white-space: nowrap; }

/* 月票等购买的popup弹出框样式 */

.popup-pay-body {
  max-height: 100vh;
  overflow: auto; }

.popup-pay-content {
  display: none; }
  .popup-pay-content.active {
    display: block; }

.popup-pay-footer {
  line-height: 2.75rem;
  border-top: 1px solid #f0f1f2;
  overflow: hidden; }
  .popup-pay-footer .btn-submit {
    min-width: 6.125rem;
    padding: 0 1rem;
    height: 2.75rem;
    text-align: center; }

.popup-pay-submit {
  float: right;
  position: relative; }
  :checked ~ .popup-ticket-a {
    color: #FF3955;
    border: 1px solid #FF3955; }
    :checked ~ .popup-ticket-a > output {
      color: #FF3955; }
    :checked ~ .popup-ticket-a::after {
      border: 1px solid #FF3955; }
  :disabled + .popup-ticket-a {
    opacity: .4; }

.gift-options-lf {
  display: inline-block;
  float: left; }

/* 短信验证panel输入框 */

/* 输入内容编辑啊popup框 */
  
/* 我的书架页面的一些样式 */


/*激活卷名图片会放大*/
/*.chapter-ol .chapter-bar:hover .volume-cover-img img{transform: scale(1.1);will-change: transform;}*/
/* .chapter-ol-catalog .chapter-li-a {
    padding-right: 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
} */

@media screen and (max-width:600px) {
  .header{
    z-index: 10;
    border-bottom: 0;
    background: none; 
  }
	.book-detail-x .module-book-cover {
	width:46vw;
	margin:0 auto;
	height:auto;
	position:relative;
	z-index:1;
	border-radius:10px;
	box-sizing:content-box;
	border:2px solid rgba(255,255,255,.9);
	float:none;
	box-shadow:0 25px 50px -30px rgba(0,0,0,.5);
	-webkit-box-shadow:0 25px 50px -25px rgba(0,0,0,.9);
}
.module-item-cover {
	position:relative;
	height:0;
	padding-top:140%;
	background-position:50% 50%;
	background-size:cover;
	overflow:hidden;
	border-radius:8px;
}
.module-item-cover::before {
	content:'';
	opacity:.1;
	background-image:radial-gradient(transparent 0%,rgba(0,0,0,0.1) 44%,rgba(0,0,0,0.56) 100%);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	border-radius:9px;
	z-index:1;
	pointer-events:none;
}
.book-detail-x .module-item-cover img {
	height:100%;
	width:100%;
	top:0;
	left:0;
	margin-right:0;
	object-fit:cover;
	position:absolute;
}
.book-detail-info .book-cell {
	text-align:center;
	height:auto;
	padding:30px 0 10px;
	width:100%;
	line-height: 1.4rem;
}
.book-cell h1 {
	font-size:1.725rem;
	line-height: 1.3;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
	text-overflow:ellipsis;
	padding:0 30px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow:hidden;
	margin-bottom:10px;
}
.book-rand-a {
    margin-bottom: 10px;
}
.book-rand-a span:first-child{background: #ff3955;}
.book-rand-a span {
	background: #FF9800;
    color: #fff;
    margin: 0 3px 0 0;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 10px;
    display: inline-block;
}

@media (prefers-color-scheme: dark){
    .book-rand-a span:first-child {background: #9c2d3e;}
    .book-rand-a span, .book-rand-a span {background: #734400;color: #d0d0d0;}
}

}

@media screen and (min-width: 768px) {
.modal-content {
    max-width: 860px;
}
.group-list {
    display: flex;
    flex-wrap: wrap;
}
.group-list li {
        width: 34%;
    }
}
/* table of size
         320    321-413    414
header   42px    44px      46px
bar      34px    36px      38px
list     42px    44px      46px
time     62px    64px      66px
*/
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

.icon-account {
  background-image: url("../images/sprite-e6c4295a4f.png");
  background-position: -40px 0px;
  width: 36px;
  height: 36px;
}

.icon-checkin-egg {
  background-image: url("../images/sprite-e6c4295a4f.png");
  background-position: -151px -140px;
  width: 36px;
  height: 36px;
}

.icon-end {
  background-image: url("../images/sprite-e6c4295a4f.png");
  background-position: -120px 0px;
  width: 36px;
  height: 36px;
}

.icon-fans {
  background-image: url("../images/sprite-e6c4295a4f.png");
  background-position: 0px 0px;
  width: 36px;
  height: 36px;
}

.icon-fuli {
  background-image: url("../images/sprite-e6c4295a4f.png");
  background-position: -80px -80px;
  width: 36px;
  height: 36px;
}

.icon-gift {
  background-image: url("../images/sprite-e6c4295a4f.png");
  background-position: -40px -80px;
  width: 36px;
  height: 36px;
}

.icon-home {
  background-image: url("../images/sprite-e6c4295a4f.png");
  background-position: 0px -80px;
  width: 36px;
  height: 36px;
}

.icon-newbook {
  background-image: url("../images/sprite-e6c4295a4f.png");
  background-position: -80px -40px;
  width: 36px;
  height: 36px;
}

.icon-pay-like {
  background-image: url("../images/sprite-e6c4295a4f.png");
  background-position: -80px 0px;
  width: 36px;
  height: 36px;
}

.icon-rank {
  background-image: url("../images/sprite-e6c4295a4f.png");
  background-position: 0px -40px;
  width: 36px;
  height: 36px;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
  .icon-account {
    background-image: url("../images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }
  
.icon-checkin-egg {
    background-image: url("../images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }

  .icon-end {
    background-image: url("../images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }

  .icon-fans {
    background-image: url("../images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }

  .icon-fuli {
    background-image: url("../images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }

  .icon-gift {
    background-image: url("../images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }

  .icon-home {
    background-image: url("../images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }

  .icon-newbook {
    background-image: url("../images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }

  .icon-pay-like {
    background-image: url("../images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }

  .icon-rank {
    background-image: url("../images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }
}
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.modal {
	display:none;
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.65);
	align-items:flex-end;
	justify-content:center;
}
.modal-content {
	background-color:#fff;
	padding:20px;
	border-radius:10px 10px 0 0;
	width:100%;
    animation:slideUp 0.5s ease-out;
    text-align:center;
}
.group-list {
	list-style-type:none;
	padding:0;
	margin:0;
}
.group-list li {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	margin:10px 50px 10px 50px;
	border:1px solid #ccc;
	border-radius:50px;
	cursor:pointer;
	transition:background-color 0.3s ease;
}
/* 两两排列样式
.group-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.group-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 50px;
    margin: 10px 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color .3s ease;
}
*/
.group-list li:hover {
	background-color:#f0f0f0;
}
.group-list .icon{margin-right: 0.25rem;}
.group-list li label{cursor: pointer;}

/* 从底部上升的动画 */
@keyframes slideUp {
	from {
	transform:translateY(100%);
	opacity:0;
}
to {
	transform:translateY(0);
	opacity:1;
}
}/* 向下消失的动画 */

/*评分板*/
.subject-rating-root{display: block;margin:0;padding:1rem;padding-top: 0.5rem;}.rating-stars{display:inline-block;vertical-align:middle;width: 3.875rem;}.rateunit {position: relative;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAtxJREFUSA21l01oE0EUgLv5wdBEGhUhkj9zW8xBAkFs2lIQFIsHDxVFEJocvApePHrQoyCePOUgHgNKL3oS/EHBQ0CopAZyCCFJiSDV1ICQmMRvJBs2252wu00Hhnnz3rz3vTeTnWnn5hy2ZrO5Sf9WLBbnnYRwOXGq1WpJ/K7S1VAodM1JDEdgl8uV1cFyOtmyaBtcKBTcgG9pBEVRVqvV6mltbnW0Dc5kMpcJHtIBFI/Hk9XNLYm2wUTdB2EHNtArloijRbYW1+v142ztDv2IETIcDi9EIpG3Rr1sbqtiKrtpBh0Ft/UjswUGkJVVQELr5XL5qMxu1FsGj77dtDGAbj7v9/uv6+ZTRYVzO8eKRbYxyDktIAfp/0eqWEAXFONI72GUNtZ2Mf5gfRt5zzC2me+hbw8Gg49Ko9HYRXFMGu1wDDUX0CeHE1selarfu8Lh8ANKv82yv/Kls7MAfZzP53Pj75izXuOcCyACs8NMROozu0OhT4V2DBYTnrkUGb1i+0+J+Qxbh129EY1GX2sxJz4nsvnS7XYXMW5rCw46UsgOfUUPFTEnKtYgvDZBr9e7SeWrms7JCHALvytcpQ2j/0TFmjGRSPxqt9uXcBRn7qjh+67T6SybQUVAU7AwJJPJLhV/ELKThm9FVdXfMl8pWDiQ9bLM0YJ+ZdqaqWAcDwJWK5XKSRlcChZ/zrBdEZmjFb3P55MmLgXzq566VVbAJC6NIQUTWJqtgHL+FfqbaQk4Ak9x6nMLPQJ6lk/lImOO/lOSQKpUKplewaYV81SeIJBqDAZgq9/vn+cWukf/I+zAn/V6vTPYXhrXM3cHAgFxE+5rpmAqEts8vtUI2qXfb7Va6VgsVjRG4cJpkcA6fuK/iu96u9vtNj1nUzDbvKQ5A/xMlSkCP0yn0z1NbzayCy+Ai+qf6+wZnTwWZeCvODfod3k7l+LxuOVHA/guSW6QwBqUbWJ8GtN0wj/otREARiWDTAAAAABJRU5ErkJggg==);height: 0.775rem;background-size: 0.775rem;}.rateunit .rpercent {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAvVJREFUSA21lj1oFFEQx2d2jwTydXsRQUEw2BhiIcGgxkSwUbw7gkhCxCpJIXaCjWUKLQWxshbLgPEzZ2NhREGChSjY2BgMoiC3l3gazceO/3fHbi7Z9+7uncnC8ubNm5nf7Oy8t8vU4CXPUg+J+CCt5Y/wEP22DePYOih7edx5CNBzELvJ9UYaidEQmBIyHsGYJyLZQmAL25KpTJFLbZ0LxLSn7CtCf+QAny98toll/8QtqbMbUIVipiZn3AaqbO3BDschjowJMrCBW4FlqqMTrTUUB3AXPfVOxfVmjRWYWt2LqGyzNpxr12R2YNaUOcxCeFgeUXs4rTXWDS7tXaY+Y0CmFmpKjhrXtyywPOk4So7TjzbzKHCSaBEPd5IkHMWDT1lPnNjiv3kqsoJX8QO+i1hYwl0e1dwJNmSRVyy5VB7Gqc0RdngmMo9Sy+0dxujCzzqcKVyngC4hgTWdxfbrgls0509Emx4lT6PkUwC1bT8MEUXW0TtXOO3fUfEjsJpIzusldmYg7lXzbbyKiH4B0FwYcxNYKWXG2w94Din1hEb/OX6lIMhytvCuMk5sH8Ngnv4GAyjNbKVhQ7LIe5LlY1uhKlYMrJT4xBWo6J/B86t33uAlL2jVH+TM8oIugBasDHmUVtDtL3VOdemEPuEf5afJ1gguOTANmhxr6plPVrOpDiZuHIz/Mcm17TbBjWB54HWhs/eZHOvSc8KYuBFMTVS1VHWBA8cYwwzmGmVG8wD+vGoCbE7eDCZDc6ijj+QmFfOHOZ0/jcNhAnve1ycgvdiQ2iNYC5bp9l3E0h0LVjoQguM4+q5huy2rdRwOd0lW1Ck3HbNndqk12R/TQ6EFU7OLpsBva3ipD7wEk/TF7+Ps4ttQHY6c/fUNTz9MwfoIfgK+h/rSyK72PevBDg9EzkJviFZ78fm8wZdpNdJrBCR1n4prPSj9vYrlExVyJOrBgXxA5gt4yqs0lx/gTPFj5FFD4NGlPGf8MZx6acRQfq91Lv8AZLTfj0RLVbcAAAAASUVORK5CYII=);position: absolute;height: 0.775rem;background-size: 0.775rem;}.sub-score{background-color: rgba(144,119,71,.75);border-radius:0.45rem;padding:.75rem .85rem;}.sub-score p{margin:0}.sub-score .sub-content{display:flex;justify-content:space-between;align-items:center}.sub-score .sub-rating{display:inline-flex;width:50%;position:relative;vertical-align:bottom;justify-content:flex-start;align-items:center}.sub-score .sub-rating:after{content:'';width:.5px;height:38px;position:absolute;z-index:1;top:6px;right:0;background:rgba(255,255,255,0.2)}.sub-score .score-num{display:inline-block;font-size:2.125rem;line-height:3rem;margin-right:5px;color:#fff}.sub-score .star-display{display:inline-block;box-sizing:border-box}.sub-score .star-display .rating{position: unset;top: 0;right: 0;line-height:1}.sub-score .done-count{display:block;color:rgba(255,255,255,0.7);line-height:1;}.sub-score .done-count em{display:inline-block;font-size:.6rem;transform:scale(0.9);font-style:normal}.sub-score .sub-chart{display:inline-block;vertical-align:middle;width:50%}.sub-score .sub-chart .star-stats{line-height:0;position:relative;text-align:right}.sub-score .sub-chart .stars-wrap,.sub-score .sub-chart .chart-wrap{display:inline-block;/*vertical-align:middle;*/line-height:7px;margin-bottom:1px}.sub-score .sub-chart .stars-wrap{margin-right:5px}.sub-score .sub-chart .chart-wrap{width:6rem;height:.175rem;background:rgba(255,255,255,0.2);border-radius:3px;position:relative;z-index:0}.sub-score .sub-chart .rating-star-icon{display:inline-block;width:7px;height:7px;background-size:7px 7px;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTIuNSAoNjc0NjkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkltcG9ydGVkIExheWVycyBDb3B5QDN4PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IumhtemdojEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuNSI+CiAgICAgICAgPGcgaWQ9ImlQaG9uZS04IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjMxLjAwMDAwMCwgLTM1Ni4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9Iue8lue7hC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4wMDAwMDAsIDI5My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSLnvJbnu4QtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTg4LjUwMDAwMCwgMzEuNTAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Iue8lue7hCI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNC45ODc5NjYsMzQuNjYwODQ3IEMzNC45Mzk5MDIyLDM0LjQ4MjEzNDEgMzQuNzg4MjcxLDM0LjQ3NTk3OTggMzQuNzg4MjcxLDM0LjQ3NTk3OTggTDMyLjU3Njg4MzEsMzQuMzQ5OTYgTDMxLjczMjczMjUsMzIuMTEyNTkwMSBDMzEuNzMwMDYyMywzMi4xMDQwMDI3IDMxLjY3Njg0MDcsMzIgMzEuNTI3NjA1OCwzMiBDMzEuMzgyMDQ1MywzMiAzMS4zMjM4MDI4LDMyLjA5NzYzMzcgMzEuMzE5ODA4OSwzMi4xMTI1OTAxIEwzMC40ODQ3NjQ0LDM0LjM0MDEwODQgQzMwLjQ4NDc2NDQsMzQuMzQwMTA4NCAyOC4yMDQyMjUsMzQuNDc4MTI2NyAyOC4xOTI2MzEzLDM0LjQ3ODk2MTUgQzI4LjA2Nzc0NzgsMzQuNDg4MDAyMiAyOC4wMTUxODgxLDM0LjYwOTUxMzYgMjguMDA2MjQxNywzNC42NTE5MDE4IEMyNy45ODM0MTk0LDM0Ljc2MDI0NTkgMjguMDI4MjE5NiwzNC44NDI4Mjc5IDI4LjA1OTUwODksMzQuODc1NTMxNSBMMjkuODA2MjM1MiwzNi40MDg1OTMzIEwyOS4yNTQ4MjYsMzguNzQzODM1NSBDMjkuMjU0ODI2LDM4Ljc0MzgzNTUgMjkuMjIzMDgwMiwzOC44NjI0ODQ0IDI5LjM2NDE2NzUsMzguOTU2NTQwMSBDMjkuNDk1Mzk1NywzOS4wNDM5ODgyIDI5LjYxMjM1OTksMzguOTcyNDI2NyAyOS42MTIzNTk5LDM4Ljk3MjQyNjcgTDMxLjUzMzE1MTYsMzcuNzIyOTM5MyBMMzMuNDUwNDc0NCwzOC45NzE5OTc0IEMzMy40NTA0NzQ0LDM4Ljk3MTk5NzQgMzMuNTcyOTg0NCwzOS4wNDU5OTE5IDMzLjcwMjMxODMsMzguOTQyNjA5NCBDMzMuODM0Mjk5NiwzOC44MzcxMjc4IDMzLjc4NjgyOTIsMzguNjkxODEwMyAzMy43ODY4MjkyLDM4LjY5MTgxMDMgTDMzLjIzOTY4NzgsMzYuMzkyMTU4IEwzNC45MzY2MTU4LDM0LjkyNTI0MjkgQzM0LjkzNjYxNTgsMzQuOTI1MjQyOSAzNS4wMzMxMzEzLDM0LjgyODgyNTcgMzQuOTg3OTY2LDM0LjY2MDg0NyIgaWQ9IkltcG9ydGVkLUxheWVycy1Db3B5Ij48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=")}.sub-score .sub-chart .rating-progress{display:inline-block;max-width: 100%;background:#FFAC2C;height:.175rem;border-radius:3px;position:absolute;z-index:1;top:0;left:0}
.myrating .star-display{vertical-align: top;padding: 0 .15rem 0 .15rem;}.sub-score .myrating .rating{line-height: .875;}.myrating .rating-stars{width: 2.875rem;}.myrating .rateunit{height: .575rem;background-size: .575rem;}.myrating .rateunit .rpercent{height: .575rem;background-size: .575rem;}.myrating svg.icon{vertical-align: -.5ex;}
/*.sp-dark-mode .header, */
/*.sp-dark-mode .notice{background-color: rgba(255,230,230,0.1)}*/


:root {color-scheme: light dark;}
@media (prefers-color-scheme: dark) {
body {color: #9e9e9e;background-color: #1b1b1b;}
.page {background-color: #232323;box-shadow: 0 200px #232323;}
.content{background-color: #1b1b1b;color: #9E9E9E;}
.book-detail-info .book-title, .authorname{color: #c4c4c4;}
.guide-content, .module, .header, .search-popup, .footer{background-color: #232323;color: #9E9E9E;}
.header, hr{border-bottom: 1px solid #3d3d3d;}
.sub-score {background-color: rgba(127,121,101,.1);}
.search-area{background-color: #4c4949;color: #c7c7c7;}
.search-cancel{background-color: #4b4949;}
.book-detail-info{background: linear-gradient(to top, #232323, rgba(255, 255, 255, 0) 8rem) no-repeat center bottom;}
.btn-group-cell:first-child > .btn-normal {color: #9c2e3e;}
.book-summary{box-shadow: 0 1px #525252, 0 -1px #525252;}
.page-book-detail .module-content::before {border-top: 1px solid #525252;margin: 0 1rem;}
.book-li::after {border-bottom: 1px solid #353535;}
.module-title, .dark{color: #d8d6d6;}
.book-ol ~ .book-li-more::before{border-top: 1px solid #525252;}
.red{color: #d06f6f}
.white,.search-cancel{color: #a2a2a2;}
.btn-normal .white{color:#fff}
.btn-normal.white{box-shadow: inset 1px 0 #a2a2a2, inset 0 1px #a2a2a2, inset 0 -1px #a2a2a2, inset -1px 0 #a2a2a2;}
.modal-content{background-color: #232323;}.group-list li{border: 1px solid #525252;}
.aside-popup{background-color:#232323;}

}

.guide-content {
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	background-color: rgba(255, 255, 255, 0.1);
}

.book-detail-btn .icon {
	margin-right: 0.25rem;
}

.score-tip {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: rgba(255,255,255,.7);
	line-height: .65rem;
	font-size: .6rem;
}

.orange {
	color: rgba(255,126,0,.65);
}

@media (prefers-color-scheme: dark) {
	.guide-content {
		color: #eee;
	}
}
@media screen and (min-width:768px){
  .module-slide-ol{white-space: normal;padding-bottom: .75rem;}
  .module-slide-li {width: calc(20% - 3px);}
  .module-slide-a {width: auto;padding: 0.75rem 0.5rem 0.5rem;}
  .module-slide-a img {width: 100%;}
  
  /* 推荐区图片在大屏幕上保持正确比例 */
  #book-friend-list-container .module-slide-img {
    height: auto;
    aspect-ratio: 3 / 4;
  }
  
  .corner{width: 45px;height: 45px;}
  .corner>em{right: -20px;line-height: 22px;font-size: 15px;}
}



/*分卷封面*/
.volchapters {white-space: normal;padding-bottom: .75rem;}
.volchapters .module-slide-a {width: auto;padding: .75rem .5rem .5rem;}
.volchapters .module-slide-li{width: calc(33% - 5px);}
.volchapters .module-slide-caption{text-align: center;white-space: normal;word-wrap: break-word;word-break: keep-all;text-overflow: ellipsis;}
@media screen and (min-width: 768px) {.volchapters .module-slide-a {padding: 0.75rem 0.5rem 0.5rem;}.volchapters .module-slide-li {width: calc(20% - 8px);}}

/* 更大屏幕的优化 */
@media screen and (min-width: 1024px) {
  #book-friend-list-container .module-slide-li {
    width: calc(16.666% - 3px); /* 6列布局 */
  }
}

@media screen and (min-width: 1280px) {
  #book-friend-list-container .module-slide-li {
    width: calc(14.285% - 3px); /* 7列布局 */
  }
}


/* 章节列表弹窗样式 */
    #chapterModal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
      display: none;
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    #chapterModal.active {
      display: block !important;
      opacity: 1;
    }
    #chapterModal .aside-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
      cursor: pointer;
    }
    #chapterModal .aside-popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.9);
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.15);
      max-width: 600px;
      width: 90%;
      max-height: 80vh;
      z-index: 2;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
      overflow: hidden;
    }
    #chapterModal.active .aside-popup {
      transform: translate(-50%, -50%) scale(1);
    }
    #chapterModal .popup-pay-body {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: hidden;
    }
    #chapterModal .popup-pay-content {
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: hidden;
    }
    #chapterModal .chapter-header {
      flex-shrink: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      border-bottom: 1px solid #eee;
    }
    #chapterModal .chapter-header h3 {
      margin: 0;
      font-size: 18px;
    }
    #chapterModal .chapter-header .close-btn {
      font-size: 19px;
      color: #999;
      text-decoration: none;
      line-height: 1;
      cursor: pointer;
      transition: color 0.2s;
    }
    #chapterModal .chapter-header .close-btn:hover {
      color: #333;
    }
    #chapterModal .chapter-list-container {
      flex: 1;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 10px;
      -webkit-overflow-scrolling: touch;
    }
    #chapterModal ol {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    #chapterModal ol li {
      border-bottom: 1px solid #f0f0f0;
    }
    #chapterModal ol li a {
      display: block;
      padding: 12px 15px;
      color: #333;
      text-decoration: none;
      transition: background 0.2s;
    }
    #chapterModal ol li a:hover {
      background: #f5f5f5;
    }
    #chapterModal ol li a span:first-child {
      display: inline-block;
      min-width: 60px;
      color: #999;
      margin-right: 10px;
    }
    /* 滚动条美化 */
    #chapterModal .chapter-list-container::-webkit-scrollbar {
      width: 6px;
    }
    #chapterModal .chapter-list-container::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 3px;
    }
    #chapterModal .chapter-list-container::-webkit-scrollbar-track {
      background: #f1f1f1;
    }

     /* ==============================
       全局基础样式（兼容手机端新结构） 
       ============================== */
    /* 1. 标签行样式 */
    .zh-tags {
      display: flex;
      gap: 8px;
      margin-bottom: 10px;
      flex-wrap: wrap;
      justify-content: center; /* 手机端居中 */
    }
    .zh-tags .zh-tag {
      padding: 2px 8px;
      font-size: 12px;
      border-radius: 4px;
      border: 1px solid #02b389;
      background: #fff;
    }
    .zh-tags .tag-blue {
      color: #f36c06;
      border-color: #f36c06;
    }
    .zh-tags .tag-yellow {
      color: #d4a037;
      border-color: #d4a037;
    }
    .zh-tags .tag-gray {
       color: #02b389;
       border-color: #02b389;
     }
     .zh-tags .tag-red {
       color: #FF3955;
       border-color: #FF3955;
     }

    /* 2. 数据行样式 */
    .zh-stats {
      display: flex;
      align-items: baseline;
      margin-bottom: 12px;
      flex-wrap: wrap;
      font-size: 12px;
      justify-content: center; /* 手机端居中 */
    }
    .zh-stats .stat-item {
      position: relative;
      padding-right: 8px;
      margin-right: 8px;
      margin-bottom: 5px;
    }
    .zh-stats .stat-item:not(:last-child)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 10px;
      background: #e0e0e0;
    }
    .zh-stats .stat-num {
      font-size: 16px;
      font-family: Arial, sans-serif;
      color: #333;
      margin-right: 2px;
      font-weight: bold;
    }
    .zh-stats .stat-unit {
      color: #999;
    }

    /* 3. 最新章节行样式 */
    .zh-latest {
      font-size: 12px;
      color: #333;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; /* 手机端居中 */
    }
    .zh-latest .label {
      color: #666;
    }
    .zh-latest .chapter-link {
      color: #333;
      text-decoration: none;
      margin-right: 10px;
      transition: color 0.2s;
      max-width: 150px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      flex: 1;
    }
    .zh-latest .chapter-link:hover {
      color: #FF3955;
    }
    .zh-latest .time {
      color: #999;
      font-family: Arial, sans-serif;
    }
    
    /* 4. 修复按钮图标与文字不居中的问题 */
    .book-detail-btn .btn-group .btn-normal {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 3px; /* 图标与文字的间距 */
    }
    .book-detail-btn .btn-group .btn-normal .icon {
      margin-top: -2px; /* 微调图标垂直位置 */
    }
    
    /* 5. 修复手机端下按钮背景色和文字同色导致看不见的问题 */
    .book-detail-btn .btn-group .btn-normal.red {
      color: #fff;
      background-color: #FF3955;
    }
    .book-detail-btn .btn-group .btn-normal.white {
      color: #333;
      background-color: #fff;
    }

    @media screen and (min-width: 768px) {
      /* 1. 窗口设置大一点 */
      #chapterModal .aside-popup {
        max-width: 900px !important;
        width: 85% !important;
        max-height: 85vh !important;
      }
      /* 2. 章节列表布局改为两列 */
      #chapterModal .chapter-list-container ol {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
      }
      #chapterModal .chapter-list-container ol li {
        border-bottom: 1px dashed #eee;
      }
      /* 3. 强制显示右侧滚动条并优化样式 */
        #chapterModal .chapter-list-container {
          overflow-y: auto !important;
          padding-right: 15px; /* 增加内边距，给更宽的滚动条留出空间 */
          display: block !important;
        }
        #chapterModal .chapter-list-container::-webkit-scrollbar {
          width: 14px !important; /* 加宽滚动条 */
          display: block !important;
        }
        #chapterModal .chapter-list-container::-webkit-scrollbar-thumb {
          background: #FF3955 !important;
          border-radius: 7px !important; /* 调整圆角以匹配新宽度 */
          border: 3px solid #fff; /* 添加边框，让滚动条看起来不至于过于笨重，同时增加可点击区域 */
        }
        #chapterModal .chapter-list-container::-webkit-scrollbar-track {
           background: #f1f1f1 !important;
           border-radius: 7px !important; /* 调整圆角 */
         }

         /* ==============================
            电脑端大屏：书籍详情信息区优化 
            ============================== */
         /* 让布局更舒展，封面和右侧文字间距更大 */
         .book-detail-info .book-layout {
           display: flex;
           align-items: flex-start;
           gap: 30px;
           padding: 20px;
         }
         
         /* 增大书籍封面 */
         .book-detail-info .module-book-cover {
           flex-shrink: 0;
           width: 220px; /* 原来手机端比较小，电脑端放大 */
         }
         .book-detail-info .module-book-cover .module-item-cover {
           width: 100%;
           height: auto;
           box-shadow: 0 4px 15px rgba(0,0,0,0.15); /* 加点阴影提升质感 */
           border-radius: 8px;
           overflow: hidden;
         }
         .book-detail-info .book-cover {
           width: 100%;
           height: auto;
           display: block;
         }

         /* 右侧信息排版优化 */
         .book-detail-info .book-cell {
           flex: 1;
           display: flex;
           flex-direction: column;
           justify-content: center;
         }

         /* 标题和作者样式增强 */
         .book-detail-info .book-title {
           font-size: 28px;
           font-weight: 600;
           margin-bottom: 12px;
           color: #333;
         }
         .book-detail-info .book-rand-a {
           font-size: 16px;
           color: #666;
           margin-bottom: 20px;
         }

         /* 隐藏原来的竖线分隔符，改用 Flex 布局和间距 */

          /* ---------------- 纵横风格样式 (大屏强化) ---------------- */
           /* 1. 标签行样式 */
           .zh-tags {
             gap: 12px;
             margin-bottom: 10px;
             justify-content: flex-start; /* 电脑端恢复左对齐 */
           }
           .zh-tags .zh-tag {
             padding: 1px 10px;
             font-size: 14px;
           }
 
           /* 2. 数据行样式 */
           .zh-stats {
             margin-bottom: 20px;
             font-size: 13px;
             justify-content: flex-start; /* 电脑端恢复左对齐 */
           }
           .zh-stats .stat-item {
             padding-right: 15px;
             margin-right: 15px;
             margin-bottom: 0;
           }
           .zh-stats .stat-item:not(:last-child)::after {
             height: 14px;
           }
           .zh-stats .stat-num {
             font-size: 22px;
           }
 
           /* 3. 最新章节行样式 */
           .zh-latest {
             font-size: 14px;
             margin-bottom: 25px;
             justify-content: flex-start; /* 电脑端恢复左对齐 */
           }
           .zh-latest .chapter-link {
             max-width: 300px;
             flex: none;
           }

          /* 4. 按钮区域调整对齐 */
           .book-detail-info .book-detail-btn {
             margin-top: 0;
           }
           .book-detail-info .btn-group {
             display: flex;
             gap: 20px;
             justify-content: flex-start; /* 电脑端左对齐更好看 */
             width: auto;
           }
           .book-detail-info .btn-group-cell {
             flex: none; /* 取消平分宽度 */
             display: block; /* 覆盖 table-cell */
           }
           .book-detail-info .btn-group-cell > .btn-normal {
             display: flex; /* 使用 flex 让内部文字和 svg 图标居中 */
             align-items: center;
             justify-content: center;
             gap: 6px;
             width: auto;
             margin: 0;
             padding: 0 40px;
             height: 44px;
             font-size: 16px;
             border-radius: 8px;
             box-shadow: 0 4px 10px rgba(0,0,0,0.1);
             text-indent: 0;
           }
           .book-detail-info .btn-group-cell > .btn-normal .icon {
             margin-top: -2px;
           }
           
           /* 红底白字按钮（开始阅读） */
           .book-detail-info .btn-normal.red {
             background-color: #FF3955;
             color: #fff;
             border: none;
           }
          
          /* 白底黑字按钮（加入书架） */
          .book-detail-info .btn-normal.white {
            background-color: #fff;
            color: #333;
            border: 1px solid #ddd;
          }
      }

/* 桌面端导航菜单优化 */
   .header-nav {
     display: none;
   }

   @media screen and (min-width: 1024px) {
     .header {
       display: flex;
       align-items: center;
       justify-content: space-between;
       height: 3.1rem;
       padding: 0 2rem;
       margin: 0 auto;
       background: #fff;
       border-bottom: 1px solid #f0f1f2;
       position: fixed;
       top: 0;
       left: 0;
       right: 0;
       z-index: 10;
     }
     
     .page-book-detail .content {
       padding-top: 3.1rem;
     }

     .header-back, .header-operate {
       position: static;
       padding: 0;
       display: flex;
       align-items: center;
       height: auto;
     }

     .header-nav {
       display: flex;
       align-items: center;
       gap: 2.5rem;
       flex: 1;
       justify-content: center;
     }

     .header-nav-a {
       display: flex;
       flex-direction: row;
       align-items: center;
       text-decoration: none;
       color: #555;
       transition: all 0.3s;
       position: relative;
       gap: 0.1rem;
     }

     .header-nav-a .icon {
       transform: scale(0.8);
       transform-origin: center;
     }

     .header-nav-a:hover {
       color: #FF3955;
       transform: translateY(-2px);
     }

     .header-nav-h {
       font-size: 0.825rem;
       font-weight: 500;
       margin: 0;
       position: static;
     }
     .guide {
        top:0;
     }
   }

   /* 面包屑导航样式 */
   .breadcrumb-wrapper {
     background: transparent;
     padding: 12px 15px;
     border-bottom: none;
     position: relative;
     z-index: 2;
     width: 100%;
   }
   
   .breadcrumb {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     font-size: 14px;
     max-width: 1200px;
     margin: 0 auto;
   }
   
   .breadcrumb-item {
     display: inline-flex;
     align-items: center;
     gap: 4px;
     color: #666;
     text-decoration: none;
     transition: color 0.2s;
   }
   
   .breadcrumb-item:hover {
     color: #ff3955;
   }
   
   .breadcrumb-item .icon {
     width: 16px;
     height: 16px;
     fill: currentColor;
   }
   
   .breadcrumb-separator {
     display: inline-flex;
     align-items: center;
     margin: 0 8px;
     color: #ccc;
   }
   
   .breadcrumb-separator .icon {
     width: 8px;
     height: 12px;
     fill: currentColor;
   }
   
   .breadcrumb-current {
     color: #333;
     font-weight: 500;
     cursor: default;
   }
   
   .breadcrumb-current:hover {
     color: #333;
   }
   
   /* 修复 book-detail-x 的负 margin 导致遮盖面包屑的问题 */
   .book-detail-x {
     margin-top: 3px !important;
     border-radius: 8px;
   }
   
   .book-detail-info {
     padding-top: 1rem !important;
   }
   
   /* 响应式设计 */
   @media (max-width: 768px) {
     .breadcrumb-wrapper {
       padding: 10px 12px;
     }
     
     .breadcrumb {
       font-size: 13px;
     }
     
     .breadcrumb-item .icon {
       width: 14px;
       height: 14px;
     }
     
     .breadcrumb-separator {
       margin: 0 6px;
     }
   }
   
   /* 响应式设计 - 桌面端 */
   @media (min-width: 1024px) {
     .breadcrumb-wrapper {
       padding: 15px 20px;
     }
     
     .breadcrumb {
       font-size: 15px;
     }
   }
   
   /* 深色模式支持 */
   @media (prefers-color-scheme: dark) {
     .breadcrumb-wrapper {
       background: transparent;
       border-bottom: none;
     }
     
     .breadcrumb-item {
       color: #9E9E9E;
     }
     
     .breadcrumb-item:hover {
       color: #ff3955;
     }
     
     .breadcrumb-separator {
       color: #555;
     }
     
     .breadcrumb-current {
       color: #c4c4c4;
     }
     
     .breadcrumb-current:hover {
       color: #c4c4c4;
     }
   }