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

body, p, h1, h2, h3, h4, h5, h6, ul, dl, ol, dd, form, figure, blockquote {
  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: none;
  background-image: none;
  }

body.iphone a[href]:active,
body.iphone button:active {
  background-image: none; }

em {
  font-style: normal; }

h1, h2, h3, h4, h5, h6, input, textarea, select {
  font-size: 100%; }

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

img {
  display: inline-block; }

p {
  word-break: break-all; }

main {
  display: block; }

output {
  speak: digits; }

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); } .talk .avatar em{min-width: 2rem;
    font-size: .575rem;}}

@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;}
    .talk .avatar em{min-width: 2rem;
    font-size: .575rem;}
}


@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; }

.noscroll,
.noscroll body {
  overflow: hidden; }

.noscroll body {
  position: relative; }

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

.page {
  background-color: #FFF;
  box-shadow: 0 200px #FFF; }
  .page.unlogin,
  .unlogin .page {
    min-height: 500px;
    min-height: calc(100vh - 8.75rem); }
  .page.login,
  .login .page {
    min-height: 556px;
    min-height: calc(100vh - (84rem / 16)); }

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

.wrap-collabsible input[type='checkbox'] {
  display: none;
}

.wrap-collabsible {
  margin: .25rem 0;
  display: inline-block;
}

.lbl-toggle {
  /*display: block;*/
  font-weight: bold;
  font-family: monospace;
  font-size: .875rem;
  text-transform: uppercase;
  text-align: center;
  padding: .25rem 1rem;
  color: #DDD;
  background:rgba(20, 63, 164, .5);
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
  color: #FFF;
}

.lbl-toggle::before {
  content: ' ';
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);
  transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 100vh;
 overflow: auto;
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
  background: rgba(172, 206, 255, .2);
  border-bottom: 1px solid rgba(0, 105, 255, .45);
  border-radius: 7px;
  padding: .25rem .5rem;
}

.collapsible-content p {
  margin-bottom: 0;
}

.full, .footer-backtop-circle svg, .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 .btn-group-small {
    margin-top: -2px; }
  .header a {
    color: #FF3955; }

.page .header[open] {
  background-color: #FFF; }

.header-index {
  border-bottom: none; }

.logo-a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5.625rem;
  padding: 0 1rem; }

.logo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: inherit;
  height: 1.125rem;
  background: url(/images/logo.png?v3) no-repeat center;
  background-size: contain;
  font-size: 1rem;
  color: transparent; }

.header-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0.625rem 0.8125rem 0.625rem 0.875rem;
  color: #FF3955; }
  .header-back .header-back-title {
    margin-left: 0.6875rem;
    font-size: 1rem;
    font-weight: 400; }
  .header-back + .header-back-title {
    position: absolute;
    left: 2.6875rem;
    line-height: 1.375rem;
    font-size: 1rem;
    font-weight: 400;
    max-width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.header-title {
  text-align: center; }

.header-operate {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0.25rem 0.375rem; }
.icon-regs{
  font-size: 14px;
  line-height: 2.25rem;
}
.header-operate > .icon,
.header-operate-a {
  float: left;
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
  color: #FF3955; }

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

.header-avatar {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.5rem auto;
  border-radius: 1rem; }

.header-operate-a {
  line-height: 2.25rem;
  font-size: 0.875rem;
  padding: 0 .25rem;
  text-align: center; }

.header-opt-a-l,
.header-opt-a-r {
  font-size: 0.875rem;
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  line-height: 2.75rem;
  /*padding: 0 1rem;*/ }
  .header-opt-a-l.mybook-list-tab,
  .header-opt-a-r.mybook-list-tab {
    font-weight: normal;
    color: #808080;
    margin-right: .5rem; }
    .header-opt-a-l.mybook-list-tab.active,
    .header-opt-a-r.mybook-list-tab.active {
      border-bottom: 1px solid #FF3955;
      color: #FF3955; }

.mybook-edit-header.hidden .header-opt-a-l,
.mybook-edit-header.hidden .header-opt-a-r {
  position: absolute;
  padding: 0 1rem; }

.header-opt-a-l {
  left: 0;
  font-weight: bold; }

.header-opt-a-r {
  right: 0; }
  .header-opt-a-r.mybook-list-edit {
    /*padding: 0 1rem;*/
    float: right; }

.havemsg {
    background-color: #f9ec7b;
    box-sizing: border-box;
    display: block;
    border-radius: 5em;
    font-size: 14px;
}

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-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-header-btn {
  line-height: 1.5rem;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
  color: #808080;
  font-size: 0.8125rem;
  position: absolute;
  right: -.75rem;
  top: -.5rem;
  white-space: nowrap; }

.module-header-btn .icon-arrow-r {
  margin-left: 0.25rem; }

.module-header-btn .icon-refresh {
  margin-right: .25rem; }

.loading .icon-refresh {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

.module-filter-header {
  padding: 0.6875rem 1rem;
  position: relative;
  left: 0;
  right: 0;
  z-index: 1; }
  .module-filter-header[style*='fixed'] {
    background-color: #FFF;
    border-bottom: 1px solid #f0f1f2; }

.module-filter-icon {
  position: absolute;
  right: .75rem;
  top: .4rem;
  padding: 0 .25rem .0625rem;
  color: #FF3955; }
  .module-filter-icon > svg {
    display: block;
    margin: auto;
    font-size: 20px; }
  .module-filter-icon > h3 {
    font: 400 12px/1 a;
    transform-origin: center top;
    transform: scale(0.8333); }

.book-ol.cover-mode li {
    width: calc(33% - 9px);
    display: inline-block;
}
.book-ol.cover-mode .book-cover {
    width: 6.325rem;
    height: 8.925rem;
    box-shadow: 0 4px 8px 4px rgba(51, 55, 61, 0.1);
}
.book-ol.cover-mode .book-cell {
    float: left;
    margin-left:auto;
    width: 6.625rem;
}

.book-ol.cover-mode .book-desc, .book-ol.cover-mode .book-meta {
    display: none;
}

.book-ol.cover-mode .book-title{
    font-size: .725rem;
    margin-top: 0.5rem;
    line-height: 1.4;
    min-height: 2.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.book-ol.cover-mode .book-layout{
    overflow: unset;
}

.module-toggle-icon {
    position: absolute;
    right: 2.75rem;
    top: 0.55rem;
    padding: 0 0.25rem 0.0625rem;
    color: #4284EE;
}
.module-toggle-icon>h3 {
    font: 400 12px/1 a;
    transform-origin: center top;
    transform: scale(.8333);
}
.module-toggle-icon>svg {
    display: block;
    margin: auto;
    font-size: 20px;
}

svg.icon.icon-toggle{
    width: 0.85em;
    height: 0.85em;
}

.module-time-range {
  line-height: 40px;
  position: relative;
  color: #808080;
  text-align: center;
  padding: .75rem 1rem 0;
  font: bold .75rem/1.5rem a; }

.module-tab {
  margin: 0.4375rem 1rem; }

.module-tab ~ .module-tab::before {
  content: '';
  display: block;
  border-top: 1px solid #f0f1f2;
  padding-top: 0.6875rem;
  position: relative;
  top: -0.4375rem; }

.module-bar {
  background-color: #F6F7F9;
  color: #808080;
  line-height: 2.75rem;
  text-align: center;
  font-size: 0.8125rem; }

.module-ad {
  display: block;
  margin: .75rem 0;
  padding: 7.575757% 50%;
  position: relative;
  overflow: hidden; }

.module-ad::after {
  content: '广告';
  position: absolute;
  border: 1px solid;
  padding: 1px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: .6;
  right: 0;
  font-size: 12px;
  line-height: 1;
  bottom: -1px;
  -webkit-transform: translateY(-3px) scale(0.75);
  transform: translateY(-3px) scale(0.75); }

.module-ad > img:only-child {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.module-loading {
  height: 200px;
  overflow: hidden; }
  .module-loading > .gray:only-child {
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 200px; }

.book-layout {
  display: block;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: padding-left .15s;
  transition: padding-left .15s; }
  .book-layout mark {
    color: #FF3955;
    background-color: transparent; }
  .book-layout > .icon-arrow-r {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    color: #808080;
    margin: auto; }
  .book-layout-wrap {
    border-radius: .25rem;
    background-color: #F6F7F9;
    padding: .75rem;
    overflow: hidden; }
    .book-layout-wrap .book-author {
      max-width: 8.5em;
      max-width: calc(100vw - 3.5rem - (176rem / 16)); }
  .book-layout-corner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: -webkit-linear-gradient(135deg, transparent, transparent 50%, #F6F7F9 50%, #F6F7F9);
    background: linear-gradient(135deg, transparent, transparent 50%, #F6F7F9 50%, #F6F7F9); }
    .book-layout-corner > svg {
      font-size: .75rem;
      color: #808080;
      position: absolute;
      right: 0;
      bottom: .125rem; }

.book-layout-wrap .book-cover {
  width: 2.625rem;
  height: 3.5rem; }

.book-layout-wrap .book-title {
  font-size: 0.875rem; }

.book-layout-wrap .book-desc {
  margin: .125rem 0; }

.book-li > .radio {
  left: .5rem;
  margin-top: 2.25rem; }

.enabled > li > .book-layout {
  padding-left: 3rem; }

.enabled span > li > .book-layout {
  padding-left: 3rem; }

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

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

.book-title-x {
  overflow: hidden; }
  .book-ol + .book-title-x {
    padding: 0.625rem 1rem; }

.book-li .book-title, .module-title{font-family: "SourceHanSerifCN-Bold",PingFang SC,-apple-system,SF UI Text,Lucida Grande,STheiti,Microsoft YaHei,sans-serif;font-weight: 500;}

.book-title {
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.book-title > .tag-solid {
    margin-left: .25rem; }
.book-title > .tag-small-group {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    position: absolute;
    margin-left: .25rem; }
.hot{background: #02b389;
    color: #fff;

}

.lazyloading {
	opacity: .2;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 500ms;
}

.book-cover {
  width: 4.125rem;
  height: 5.5rem;
  float: left;
  margin-right: .5rem;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(51, 55, 61, 0.1);
  overflow: hidden;
  font-size: 0; }
  
.book-ol li:hover .book-layout img, .module-slide-ol li:hover .module-slide-a img {
    transform: scale(1.1);
}

.book-cover img, .module-slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    transition: all .5s;
}

.book-cover:not(img) {
    background-color: #F6F7F9; }

.enabled .book-cover > img {
  opacity: .5; }

.book-cell {margin-left: 4.625rem;
  overflow: hidden; }
.book-sell {
  overflow: hidden; }
.book-desc {
  margin: 0.375rem 0;
  line-height: 1.125rem;
  font-size: 0.8125rem;
  color: #808080;
  overflow: hidden; }
  .book-ol-normal .book-desc, .book-ol-time .book-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.1875rem;
    height: 2.25rem; }
  .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 .icon-human {
    margin-right: 0.1875rem; }

.book-meta-l {
  float: left;
  height: 1.5rem;
  overflow: hidden;}

.book-meta-l:only-child {
  float: none; }

.book-meta-r {
  float: right;
  position: relative; }
  .book-meta-r:first-child {
    margin-left: .5rem; }

.book-author {
  display: block;
  color: #808080;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 17em;
  max-width: calc(120vw - 2rem - (176rem / 16));
  font-size: 0.75rem;
  overflow: hidden; }
  .book-author .icon-human {
    margin-right: 0.1875rem;
    font-size: .75rem;
    vertical-align: -.15ex; }
  .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%;
    transition: all .5s;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }
  .book-author-data {
    color: #FF3955;
    font-size: 0.875rem;
    position: relative;
    bottom: -.25rem; }

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

.book-meta-r .tag-small-group {
  position: absolute;
  top: -0.375rem;
  right: 0;
  white-space: nowrap; }

.book-quote {
  font-size: 0.875rem;
  text-indent: 1.6em;
  margin-top: 0.875rem; }
  .book-quote .icon-quot {
    position: absolute;
    margin-top: .125rem;
    color: #D8DDE6;
    font-size: 1rem; }
  .book-quote > p:empty::before {
    content: '暂无内容';
    color: #808080; }

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

.book-ol-rank .book-li {
  position: relative; }

.book-ol-rank .book-li::before {
  counter-increment: bookrank;
  content: counter(bookrank) ".";
  position: absolute;
  left: -2.125rem;
  top: 0;
  bottom: 0;
  height: 1.5em;
  margin: auto;
  font: bold 1em/1.5em 'DIN Alternate'; }

.book-ol-rank .book-li::after {
  margin-left: 3.75rem; }

.book-ol-rank .book-layout {
  padding-left: 3.125rem;
  margin-left: -3.125rem; }

.book-title-r {
  float: right;
  line-height: 1.5rem;
  margin-left: .5rem;
  color: #808080;
  font-size: 0.8125rem; }
  .book-title-r:first-child {
    margin-left: .5rem; }

.book-title-r .icon-arrow-r {
  position: relative;
  right: -0.125rem; }

.book-ol-rank .book-desc {
  white-space: nowrap;
  text-overflow: ellipsis; }

.book-tags {
  margin: 0.125rem 0;
  font-size: 0.8125rem;
  color: #808080; }

.book-tags > dot::before {
  content: '·'; }

.book-tags + .book-desc {
  margin: 0.125rem 0 0.3125rem; }

.book-toplist {
  width: 7.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

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

.book-toplist + .book-ol {
  margin-left: 7.5rem;
  padding-left: 2.125rem;
  overflow: hidden; }
  .book-toplist + .book-ol .book-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.375rem 1rem 0.375rem 2.375rem;
    margin-left: -2.125rem;
    font-size: 0.875rem;
    line-height: 1.5rem; }
  .book-toplist + .book-ol .book-li {
    box-shadow: 0 1px #f0f1f2; }
  .book-toplist + .book-ol .book-li:last-child {
    box-shadow: none; }
  .book-toplist + .book-ol .book-title {
    line-height: inherit; }
  .book-toplist + .book-ol .book-author {
    overflow: visible;
    margin-left: 5px; }
    .book-toplist + .book-ol .book-author svg {
      font-size: .75rem; }
  .book-toplist + .book-ol .book-li::before {
    left: -1.125rem; }
  .book-toplist + .book-ol .book-li::after {
    display: none; }

.book-toplist-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6rem;
  font: normal 1.75rem/1.375rem HuXiaoBo_KuHei;
  text-align: center;
  color: #FFF;
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2); }

.book-progress {
  float: left;
  width: 7.75rem;
  width: calc(100% - (92rem / 16));
  font-size: 0.875rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.book-ol-progress .book-layout > .corner {
  margin-left: -moz-calc(-4.125rem + 0rem); }

.book-ol-progress .book-meta {
  color: #808080;
  font-size: 0.875rem; }

.book-ol-progress .book-cover {
  width: 3.375rem;
  height: 4.5rem;
  margin-right: .75rem; }
  .book-ol-progress .book-cover + .book-cell .book-meta {
    margin: .25rem 0; }

.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-time {
  position: relative; }
  .book-ol-time::before {
    content: '';
    position: absolute;
    top: 1.5rem;
    left: .5rem;
    bottom: 1rem;
    border-right: 1px solid #f0f1f2; }

.book-time {
  display: block;
  line-height: 1.5rem;
  padding: .75rem 1rem 0;
  font-size: .75rem;
  color: #808080;
  position: relative; }
  .book-time::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 15px;
    background-color: #FF3955;
    position: absolute;
    left: 6px;
    left: calc(.5rem - 2px);
    bottom: .70rem; }
  .book-time + .book-layout {
    padding-top: 0.375rem; }

.book-ol-more {
  display: block;
  line-height: 2.75rem;
  border-top: 1px solid #f0f1f2;
  text-align: center;
  color: #C0C5CC;
  font-size: 0.8125rem; }
  .book-ol-more .icon-arrow-r {
    margin-left: .25rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: .75rem; }
  .book-ol-more.loading .icon-arrow-r {
    visibility: hidden; }

.book-meta-comment {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  color: #808080; }
  .book-meta-comment .star-group {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(0.76923);
    transform: scale(0.76923);
    margin-left: .25rem;
    height: 15px;
    vertical-align: -2px; }
  .book-meta-comment .book-meta-r {
    font-size: .75rem; }
  .book-meta-comment a.book-meta-r {
    position: absolute;
    padding: .25rem .5rem;
    margin-top: -.25rem;
    right: .5rem; }
  .book-meta-comment .book-meta-r > .icon {
    margin-left: .25rem;
    font-size: 1rem; }
  .book-meta-comment::after {
    content: '';
    display: block;
    clear: both; }

.book-comment-time {
  display: block;
  margin-top: -.125rem;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.83333);
  transform: scale(0.83333);
  font-size: .75rem;
  color: #808080;
  clear: both; }

.book-ol-comment .book-author-vv {
  width: 2.625rem;
  height: 2.625rem;
  overflow: hidden;
  border-radius: 50%;}

.book-comment-p {
  font-size: 0.875rem;
  display: flex;
  max-height: 5.5625rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; 
  word-break: break-all;
}
  .book-comment-p[rows] {
    display: block;
    position: relative; }
  .book-comment-p[rows='2'] {
    max-height: 2.5625rem; }
  .book-comment-p[rows='3'] {
    max-height: 3.875rem; }
  .book-comment-p[rows='4'] {
    max-height: 5.1875rem; }
  .book-comment-p[open] {
    max-height: 30em;
    -webkit-transition: max-height .25s;
    transition: max-height .25s; }

.book-comment-more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2em;
  height: 1.5em;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 1rem);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 1rem);
  display: none; }
  .enabled > .book-comment-more {
    display: block; }
  .book-comment-more .icon-arrow-r {
    float: right;
    margin-top: .3em;
    -webkit-transition: -webkit-transform .15s;
    transition: transform .15s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #808080; }
  [open] > .book-comment-more .icon-arrow-r {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.book-ol-comment .book-li::after {
  margin-left: 4.375rem; }

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

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

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

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

.module-slide-ol.module-slide-ol-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-right: .5rem; }

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

.module-slide-li:nth-of-type(10) .corner-rank > em {
  letter-spacing: -1px; }

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

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

.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-merge .book-li:last-child::after {
  display: block; }

.module-field {
  padding: .5rem;
  overflow: hidden; }

.module-field-cell {
  float: left;
  width: 50%;
  padding: .5rem;
  box-sizing: border-box; }

.module-field-img {
  display: block;
  width: 100%;
  height: calc(66rem / 16);
  object-fit: cover; }
/*  .module-field-img[data-src] {
    object-fit: contain; }*/

.module-toplist {
  position: relative;
  overflow: hidden; }

.module-history .module-header, .module-filter-list .module-header {
  text-align: center; }

.module-history .module-title::before, .module-filter-list .module-title::before {
  display: none; }

.module-footer {
  padding: 1rem;
  text-align: center; }

.module-footer-txt {
  font-size: .75rem;
  margin: 0.375rem 0 0;
  color: #808080; }

.aside .module-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.aside .module-footer .btn-primary:only-child {
  margin-bottom: .75rem; }

.aside .module-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.aside .module-history, .aside .module-filter-list {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.aside .module-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.75rem;
  bottom: 5.75rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.aside .scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.footer {
  background-color: #FFF; }
  .module:not(.module-merge) + .footer {
    margin-top: -.75rem; }

.footer-backtop {
  display: table;
  width: 100%;
  text-align: center; }
  .footer-backtop-circle {
    position: fixed;
    z-index: 1;
    bottom: 1rem;
    right: 1rem;
    width: 2.75rem;
    height: 2.75rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 99px;
    opacity: 0;
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s; }
    .footer-backtop-circle svg {
      margin: auto; }

.footer-backtop-cell {
  display: table-cell;
  padding: 0 1rem;
  line-height: 3.4375rem;
  font-size: 0.875rem; }

.footer-backtop-cell + .footer-backtop-cell {
  text-align: right;
  padding-left: 0; }

.footer-backtop-cell .icon-backtop {
  margin-right: .25rem; }

.footer-backtop-a {
  padding: 1rem 0;
  position: relative; }

.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; }

.footer-app {
  display: block;
  height: 3.75rem;
  padding: 0.75rem 6rem 0 4rem;
  box-sizing: border-box;
  background-color: #FFF5F5;
  position: relative; }
  .footer-app .icon-app-logo {
    position: absolute;
    top: .75rem;
    left: 1rem; }
  .footer-app .btn-primary-small {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.625rem; }

.footer-app-h {
  font-size: 0.875rem; }

.footer-app-p {
  font-size: 0.75rem;
  color: #808080; }

/* 侧边栏 */
.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; }

.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%); }
#commAreaH {
    position: relative;
}
.comm-fixed-btn {
font-size: .875rem;
line-height: 2.75rem;
position: fixed;
right: 0;
bottom: 0;
left: 0;
text-align: center;
color: #ff3f59;
border-top: 1px solid rgba(235,235,235,0.8);
background-color: rgba(255,255,255,0.9);
}.comm-fixed-btn .icon {
margin-right: 0.25rem;
}
.comment-input-wrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: xx-small;
    color: gray;
}
.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; }

.module-filter-list .sort-li-detail {
  text-align: left; }

.module-filter-list .btn-tag {
  margin-top: 0.5625rem;
  font-family: 'pingfang sc'; }

.module-filter-list .btn-tag.active {
  background-color: #FF3955;
  color: #FFF; }
  .module-filter-list .btn-tag.active::after {
    content: '';
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIHN0cm9rZT0iI0ZGRiIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48cGF0aCBkPSJNNy41LjVsLTcgN00uNS41bDcgNyIvPjwvZz48L3N2Zz4K) no-repeat center;
    background-size: 100%;
    margin-left: 0.375rem; }

.module-filter-list .module-main {
  bottom: 3.375rem; }

.module-filter-list .module-footer {
  padding: 0; }

/* 公用的UI组件样式 */
.center, .panel-container, .radio > svg, .icon-app-logo .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

/* 2. 按钮 */
.btn-primary,
.btn-primary-small {
  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-primary-small {
  line-height: 1.625rem; }

.btn-primary-circle {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 1.16667;
  box-sizing: border-box;
  padding: 0.5rem;
  background-color: #FF3955;
  color: #FFF;
  border-radius: 99px;
  font-size: 0.75rem;
  text-align: center; }


.btn-line,
.btn-line-gray,
.btn-line-gray ~ i:empty,
.btn-tag {
  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,
.btn-line-gray.active,
.btn-line-gray ~ i.active:empty,
.btn-tag.active {
  color: #FF3955; }


.btn-line-gray,
.btn-line-gray ~ i:empty,
.btn-tag {
  color: #808080; }

.btn-tag {
  line-height: 1.25rem;
  border-color: transparent;
  padding: 0 0.625rem; }

.btn-tag.active {
  border-color: #FF3955; }

.btn-line-gray ~ i:empty, .btn-line-gray ~ i:empty ~ i:empty {
  height: 0;
  border-width: 0 1px;
  overflow: hidden;
  vertical-align: top;
  visibility: hidden; }

.btn-tab {
  display: table-cell;
  line-height: 1.6875rem;
  border: 1px solid #FF3955;
  padding: 0 0.5rem;
  color: #FF3955;
  text-align: center;
  font-size: 0.8125rem;
  }

.btn-tab.active,
.active > .btn-tab {
  background-color: #FF3955;
  color: #FFF; }

.btn-normal {
  display: inline-block;
  line-height: 1.875rem;
  padding: 0 1rem;
  font-size: 0.8125rem;
  border-radius: 0.125rem;
  background-color: currentColor;
  text-align: center; }
  .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-normal.white.loading::before {
    color: #1A1A1A; }

.btn-normal.loading::before {
  color: #FFF; }

.btn-blank {
  display: block;
  text-align: center;
  line-height: 2.5rem; }

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

.btn-reset {
  background-color: #F6F7F9;
  color: #1A1A1A; }

.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 .btn-line {
  display: block;
  margin: 0 0.5625rem; }

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

.btn-group-cell:last-child > .btn-line {
  margin-right: 0; }

.btn-tab + .btn-tab {
  border-left: 0; }

.btn-tab:first-child {
  border-radius: 4px 0 0 4px;white-space: nowrap;
    text-overflow: ellipsis; }

.btn-tab:last-child {
  border-radius: 0 4px 4px 0; }

.btn-group-small {
  width: auto; }

.btn-group-small .btn-tab {
  line-height: 1.5rem;
  padding: 0 .75rem; }

.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; }

.btn-group-tab {
  position: relative;
  background-color: #FFF; }

.btn-group-tab .btn-blank {
  line-height: 2.75rem;
  color: #808080;
  border-bottom: 1px solid #e3e4e6;
  font-size: 0.875rem;
  -webkit-transition: color .15s;
  transition: color .15s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .btn-group-tab .btn-blank:active {
    background-image: none; }

.btn-group-tab > line {
  display: table-caption;
  position: absolute;
  border-top: 1px solid #FF3955;
  bottom: 0;
  -webkit-transition: all .15s;
  transition: all .15s; }

line ~ .btn-group .active {
  border-bottom-color: #e3e4e6; }

.btn-group-tab .active {
  color: #FF3955;
  border-bottom-color: #FF3955; }

a[class*='btn-'].loading,
label[class*='btn-'].loading {
  position: relative; }
  a[class*='btn-'].loading::first-line,
  label[class*='btn-'].loading::first-line {
    color: transparent; }
  a[class*='btn-'].loading::before,
  label[class*='btn-'].loading::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    box-shadow: 0 -10px 0 1px currentColor, 10px 0px currentColor, 0 10px currentColor, -10px 0 currentColor, -7px -7px 0 0.5px currentColor, 7px -7px 0 1.5px currentColor, 7px 7px currentColor, -7px 7px currentColor;
    /* left-bottom */
    -webkit-animation: spinZoom 1s steps(8) infinite;
    animation: spinZoom 1s steps(8) infinite;
    /*center*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.tag-small, .tag-solid {
  display: inline-block;
  line-height: 1.5;
  padding: 0 .25em;
  margin: 0 .15em;
  font-size: 1.25rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  vertical-align: bottom; }
  .tag-small:empty, .tag-solid:empty {
    display: none; }

.tag-small::before, .tag-solid::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  bottom: 1px;
  border: 1px solid;
  border-radius: 0.11111em;
  opacity: .5;
  z-index: -1; }

.tag-small-group > .tag-small:first-child, .tag-small-group > .tag-solid:first-child {
  margin-left: 0; }

.tag-small-group > .tag-small:last-child, .tag-small-group > .tag-solid:last-child {
  margin-right: 0; }

.tag-solid {
  position: absolute;
  border-radius: 2px;
  margin-top: -3px;
  margin-top: calc((1.5rem - 1.5em) * 0.5);
  background-color: currentColor;
  -webkit-transform-origin: left center;
  transform-origin: left center; }
  .tag-solid::before {
    border-color: transparent; }
  .tag-solid::first-line {
    color: #FFF; }

.tag-small-group .tag-solid {
  position: static;
  margin-left: .25rem;
  margin-top: -6px;
  margin-top: calc((1.5rem - 1.5em)); }

.tag-small-group,
:not(.tag-small-group) > .tag-small,
:not(.tag-small-group) > .tag-solid {
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.origin-right,
.origin-right .tag-small,
.origin-right .tag-solid {
  -webkit-transform-origin: right center;
  transform-origin: right center; }

.origin-left,
.origin-left .tag-small,
.origin-left .tag-solid {
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.tag-small-group {
  display: inline-block; }

.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; }

.tag-line {
  padding: 0 .5rem;
  padding: 0 calc(0.5rem - 1px);
  border-radius: 1rem;
  font-size: .75rem;
  display: inline-block;
  border: 1px solid;
  background-color: #FFF;
  line-height: 1.125rem; }

.tag-hot {
  position: absolute;
  right: 0;
  height: 16px;
  line-height: 16px;
  padding: 0 .5rem 0 3px;
  background-color: #FF3955;
  color: #FFF;
  font-weight: 300;
  font-size: 10px;
  z-index: 1; }

.tag-hot::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 0;
  border-style: solid;
  border-width: 8px 6px;
  border-color: #FF3955 #FF3955 transparent transparent; }

.star-group,
.star-score {
  background: 0 center repeat-x;
  background-size: 18px 13px; }

.star-group {
  display: inline-block;
  width: 86px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC44ODEgMy4yMjZjLjIyLjQzNi42NDguNzM4IDEuMTQxLjgwOGwzLjMyMi40N2EuNTI4LjUyOCAwIDAgMSAuMzAzLjkwNmwtMi40MDQgMi4yOGMtLjM1Ny4zNC0uNTIuODI4LS40MzYgMS4zMDdsLjU2NyAzLjIyYy4wNzcuNDM1LS4zOTEuNzY2LS43OTIuNTYxbC0yLjk3LTEuNTJhMS41NTMgMS41NTMgMCAwIDAtMS40MTIgMGwtMi45NyAxLjUyYy0uNC4yMDUtLjg2OS0uMTI2LS43OTItLjU2bC41NjctMy4yMkExLjQ1MiAxLjQ1MiAwIDAgMCAyLjU3IDcuNjlMLjE2NSA1LjQxYS41MjguNTI4IDAgMCAxIC4zMDMtLjkwNmwzLjMyMS0uNDdjLjQ5NC0uMDcuOTIxLS4zNzIgMS4xNDItLjgwOEw2LjQxNy4yOTZhLjU1My41NTMgMCAwIDEgLjk3OCAwbDEuNDg2IDIuOTN6IiBmaWxsPSJyZ2JhKDAsMCwwLC4yKSIvPjwvc3ZnPg==);
  overflow: hidden; }

.star-score {
  display: block;
  height: inherit;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC44ODEgMy4yMjZjLjIyLjQzNi42NDguNzM4IDEuMTQxLjgwOGwzLjMyMi40N2EuNTI4LjUyOCAwIDAgMSAuMzAzLjkwNmwtMi40MDQgMi4yOGMtLjM1Ny4zNC0uNTIuODI4LS40MzYgMS4zMDdsLjU2NyAzLjIyYy4wNzcuNDM1LS4zOTEuNzY2LS43OTIuNTYxbC0yLjk3LTEuNTJhMS41NTMgMS41NTMgMCAwIDAtMS40MTIgMGwtMi45NyAxLjUyYy0uNC4yMDUtLjg2OS0uMTI2LS43OTItLjU2bC41NjctMy4yMkExLjQ1MiAxLjQ1MiAwIDAgMCAyLjU3IDcuNjlMLjE2NSA1LjQxYS41MjguNTI4IDAgMCAxIC4zMDMtLjkwNmwzLjMyMS0uNDdjLjQ5NC0uMDcuOTIxLS4zNzIgMS4xNDItLjgwOEw2LjQxNy4yOTZhLjU1My41NTMgMCAwIDEgLjk3OCAwbDEuNDg2IDIuOTN6IiBmaWxsPSIjRjBDNTNBIi8+PC9zdmc+);
  color: transparent;
  font-size: 12px; }

.star-score[data-score='0'],
.star-score[data-score='0.0'] {
  width: 0; }

.star-score[data-score='0.5'],
.star-score[data-score='.5'] {
  width: 7px; }

.star-score[data-score='1'],
.star-score[data-score='1.0'] {
  width: 14px; }

.star-score[data-score='1.5'] {
  width: 25px; }

.star-score[data-score='2'],
.star-score[data-score='2.0'] {
  width: 32px; }

.star-score[data-score='2.5'] {
  width: 43px; }

.star-score[data-score='3'],
.star-score[data-score='3.0'] {
  width: 50px; }

.star-score[data-score='3.5'] {
  width: 61px; }

.star-score[data-score='4'],
.star-score[data-score='4.0'] {
  width: 68px; }

.star-score[data-score='4.5'] {
  width: 79px; }

.corner,
.corner-rank {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 10px;
  text-align: center;
  display: block;
  border-radius: 4px 0;
  overflow: hidden; }
  .corner > em,
  .corner-rank > 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,
  .corner-rank > em::first-line {
    color: #FFF; }

.corner-rank > em {
  padding-top: 14px;
  line-height: 10px;
  text-transform: uppercase;
  font-familly: 'DIN Alternate';
  font-weight: bold;
  font-size: 9px; }

.corner-rank::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 9px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PHBhdGggZD0iTTIuMDcgMi40ODdjLS4wMzktLjI3LjE2LS40NTQuNDE3LS40MTdMNS41IDIuNSA1Ljg3OS45ODRjLjA2Ny0uMjY3LjI3OC0uMzI3LjQ3LS4xMzZMOCAyLjUgMi41IDggLjg0OCA2LjM0OGMtLjE5Mi0uMTkyLS4xMzQtLjQwMi4xMzYtLjQ2OUwyLjUgNS41bC0uNDMtMy4wMTN6IiBmaWxsPSIjRkZGIi8+PHBhdGggZD0iTTMuNSA5TDkgMy41IiBzdHJva2U9IiNGRkYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4K) no-repeat center;
  background-size: 100%; }

.select-a {
  display: inline-block;
  color: #4284EE;
  font-size: 0.8125rem; }

.select-ul {
  display: inline-block; }
  .select-ul + .icon {
    margin-left: .25rem; }

.select-tri {
  display: inline-block;
  border: 4px solid transparent;
  border-top-color: currentColor;
  margin-left: .25ch; }

.select-select {
  max-height: 90vh;
  max-height: calc(100vh - 5.5rem); }

.select-option {
  display: none; }
  .select-option.selected {
    display: block; }
  .aside-popup .select-option {
    display: block;
    line-height: 2.75rem;
    padding-left: 1rem;
    font-size: 0.875rem;
    position: relative; }
    .aside-popup .select-option + .select-option::before {
      content: '';
      display: block;
      border-top: 1px solid #f0f1f2; }
    .aside-popup .select-option.selected::after {
      content: '';
      width: 15px;
      height: 10px;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC45NyA5LjUzYS43NS43NSAwIDAgMCAxLjA2IDBsOC04QS43NS43NSAwIDAgMCAxMi45Ny40N2wtOCA4aDEuMDZsLTQuNS00LjVBLjc1Ljc1IDAgMSAwIC40NyA1LjAzbDQuNSA0LjV6IiBmaWxsPSIjRUU0MjRCIi8+PC9zdmc+Cg==) no-repeat center;
      position: absolute;
      right: 1rem;
      top: 0;
      bottom: 0;
      margin: auto; }

.panel-container {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  opacity: 0;
  -webkit-animation: fadein .25s both;
  animation: fadein .25s both;
  position: fixed;
  z-index: 49; }
  .panel-container::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.panel-dialog {
  width: 17.5rem;
  height: auto;
  position: static;
  display: inline-block;
  border: 0;
  padding: 0;
  background-color: #fff;
  border-radius: .5rem;
  vertical-align: middle;
  color: #1A1A1A; }

.panel-main {
  padding: 1.75rem 1rem; }

.panel-main > h6 {
  font-weight: bold; }

.panel-main > h6 + p {
  margin-top: .25rem; }

.panel-main output {
  marin: 0 .5ch; }

.panel-footer::before {
  content: '';
  display: table-caption;
  margin: 0 1rem;
  border-top: 1px solid #f0f1f2; }

.panel-footer:empty {
  display: none; }

.panel-footer {
  display: table;
  width: 100%;
  table-layout: fixed; }

.panel-footer .btn-blank {
  display: table-cell;
  line-height: 2.75rem; }
  .panel-footer .btn-blank:first-child {
    border-right: 1px solid #f0f1f2; }

body > .tips {
  position: fixed;
  top: 50%;
  left: 50%;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  max-width: 90%;
  max-width: calc(100% - 2rem);
  border-radius: 3rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 29; }

.tips.fadein {
  -webkit-animation: fadein .15s;
  animation: fadein .15s; }

.tips.fadeout {
  -webkit-animation: fadeout .15s;
  animation: fadeout .35s; }

.loading-x {
  position: relative;
  min-height: 1.5rem; }
  body > .loading-x {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99; }

.loading-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: .75rem;
  margin: auto;
  border-radius: .5rem;
  background-color: rgba(0, 0, 0, 0.8); }

span.loading-icon {
  width: auto;
  text-align: center;
  background: none;
  font-size: .75rem;
  color: #808080; }

.loading-icon > svg {
  width: inherit;
  height: inherit; }

.loading-svg-animate {
  position: absolute;
  z-index: 1; }

.loading-icon path {
  stroke-linecap: round;
  stroke-width: 2px;
  fill: none; }

.loading-svg {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  stroke: #474747;
  -webkit-animation: fadeout 2s infinite both;
  animation: fadeout 2s infinite both; }

.loading-svg-animate path {
  stroke-dasharray: 160;
  stroke-dashoffset: 166;
  -webkit-animation: dash 2s infinite, fadein .25s both;
  animation: dash 2s infinite, fadein .25s both;
  stroke: #FFF; }

.loading-svg-animate .path3 {
  -webkit-animation: dash2 2s infinite, fadein .25s both;
  animation: dash2 2s infinite, fadein .25s both; }

.loading-svg circle {
  fill: #474747; }

.loading-svg-animate circle {
  fill: #FFF;
  opacity: 1;
  -webkit-animation: fill 2s infinite;
  animation: fill 2s infinite; }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes dash2 {
  56%, 100% {
    stroke-dashoffset: 0; } }

@keyframes dash2 {
  56%, 100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes fill {
  0%, 25% {
    opacity: 0; }
  30%, 100% {
    opacity: 1; } }

@keyframes fill {
  0%, 20% {
    opacity: 0; }
  30%, 100% {
    opacity: 1; } }

dot {
  display: inline-block;
  height: 1em;
  line-height: 1;
  text-align: left;
  vertical-align: -.25em;
  overflow: hidden; }

dot::before {
  display: block;
  content: '...\A..\A.';
  white-space: pre;
  -webkit-animation: dot 3s infinite step-start both;
  animation: dot 3s infinite step-start both; }

@-webkit-keyframes dot {
  33% {
    transform: translateY(-2em); }
  66% {
    transform: translateY(-1em); } }

@keyframes dot {
  33% {
    transform: translateY(-2em); }
  66% {
    transform: translateY(-1em); } }

.dot {
  width: 4px;
  height: 4px;
  border-radius: 15px;
  background-color: currentColor;
  position: absolute;
  margin-top: 8px;
  margin-left: -8px; }

.radio {
  position: absolute;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  border: 1px solid #C0C5CC;
  background-color: #FFF;
  -webkit-transition: background-color .15s, border-color .15s;
  transition: background-color .15s, border-color .15s;
  color: #FFF;
  border-radius: 2rem;
  font-size: 1rem;
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }
  .radio.style-square {
    border-radius: 0rem; }

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

.radio-full {
  display: block;
  position: relative; }
  .radio-full > input {
    position: absolute;
    margin: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }

.switch {
  position: absolute;
  width: 1.75rem;
  height: 0.625rem;
  padding: 0.1875rem;
  background-color: #d8d8d8;
  background-clip: content-box;
  border-radius: 3rem;
  -webkit-transition: background-color .15s;
  transition: background-color .15s; }

.switch::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 2rem;
  background-color: #FFF;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .15s;
  transition: transform .15s; }

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

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

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

.switch-light {
  border: 1px solid #C0C5CC;
  width: 2.875rem;
  height: 1.5rem;
  padding: 0;
  background-color: #F6F7F9;
  box-sizing: border-box; }

.switch-light::before {
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #C0C5CC;
  top: -1px;
  left: -1px; }

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

.range {
  height: 14px;
  display: inline;
  position: absolute; }

.range-track {
  height: 2px;
  margin-top: 6px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-left: 0 solid #FF3955;
  text-align: left; }

.range-thumb {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 6px solid transparent;
  margin: -11px 0 0 -12px;
  border-radius: 20px;
  background-color: #FF3955;
  background-clip: content-box;
  -webkit-transition: border-color .15s,background-color .15s;
  transition: border-color .15s,background-color .15s; }

.range-thumb::before,
.range-thumb::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none; }

.range-thumb::before {
  content: attr(data-tips);
  line-height: 20px;
  font-size: 14px;
  min-width: 20px;
  padding: 1px 5px 0;
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 26px;
  color: #FFF;
  border-radius: 3px;
  text-align: center; }

.range-thumb::after {
  content: '';
  border: 5px solid transparent;
  border-top-color: #000;
  opacity: .9;
  bottom: 17px; }

.range-thumb.active {
  background-color: #FFF; }

.range-shadow {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #FF3955;
  opacity: .6;
  margin-top: 1px;
  margin-left: -6px;
  display: none; }
  .range-shadow[data-value] {
    display: block; }

.icon-app-logo {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.375rem;
  background-color: #FF3955;
  font-size: 1.5rem;
  color: #FFF;
  position: relative; }

.icon-nice-comment, .icon-spoiler-comment {
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  background: url(/themes/zhmb/images/icon-nice-comment-1d204502b5.png) no-repeat center;
  background-size: 100%;
  margin: -0.125rem 0 0 -2.5rem;
  font-size: 0;
  color: transparent; }

.icon-spoiler-comment {
  height: 3.125rem;
  background: url(/themes/zhmb/images/icon-spoiler-comment-1d204502b5.png) no-repeat center;
}

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

[data-size=''] {
  display: block; }

[data-size='1'] {
  width: 1.25rem; }

[data-size='2'] {
  width: 2.5rem; }

[data-size='3'] {
  width: 3.75rem; }

[data-size='4'] {
  width: 5rem; }

[data-size='5'] {
  width: 6.25rem; }

[data-size='6'] {
  width: 7.5rem; }

[data-size='7'] {
  width: 8.75rem; }

[data-size='8'] {
  width: 10rem; }

[data-size='9'] {
  width: 11.25rem; }

[data-size='10'] {
  width: 12.5rem; }

[data-size='11'] {
  width: 13.75rem; }

[data-size='12'] {
  width: 15rem; }

[data-size='13'] {
  width: 16.25rem; }

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

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

.gray {
  color: #808080; }

.blue {
  color: #4284EE; }

.green {
  color: #7ED321; }

.orange {
  color: #FF7E00; }

.yellow {
  color: #FFA100; }

.purple {
  color: #A091FF; }

.red {
  color: #FF3955; }

.white {
  color: #FFF; }

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

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

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

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

/* chrysanthemum loading effect */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* loading effect with scale(.5) */
@-webkit-keyframes spinZoom {
  0% {
    -webkit-transform: scale(0.75) rotate(0deg); }
  100% {
    -webkit-transform: scale(0.75) rotate(360deg); } }

@keyframes spinZoom {
  0% {
    transform: scale(0.75) rotate(0deg); }
  100% {
    transform: scale(0.75) rotate(360deg); } }

.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.03);
  overflow: hidden; }
  .search-title-bar + .module {
    margin-top: 0; }

.search-title {
  font-size: 13px;
  color: #808080;
  font-weight: 400;
  float: left; }
  .search-title > output {
    margin: 0 .5ch; }

.search-operate {
  float: right;
  font-size: 13px; }
  .search-operate-a {
    display: inline-block;
    padding: 0 .5rem;
    margin: 0 -.5rem; }
    .search-operate-a > .icon {
      margin-right: 0.1875rem; }

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

.search-list-li {
  height: 3rem;
  border-bottom: 1px solid #f0f1f2;
  box-sizing: border-box; }

.search-list-a {
  display: block;
  line-height: 22.4px;
  line-height: 1.4rem;
  padding: .8rem 1rem 11px;
  padding: 0.8rem 1rem calc(.8rem - 1px);
  margin-left: -1rem; }
  .search-list-a::after {
    content: '';
    display: table;
    clear: both; }

.search-list-l {
  float: left; }
  .search-list-l .icon {
    color: #808080;
    margin-right: 1rem; }

.search-list-r {
  float: right; }

.search-value {
  font-size: 0.875rem;
  margin-right: 0.1875rem; }

.search-label {
  color: #808080;
  font-size: 0.8125rem; }

.search-filter {
  height: 3rem; }

.search-catalog {
  position: relative;
  overflow: hidden; }
  .search-catalog .book-desc {
    margin-right: 5rem; }
  .search-catalog .icon-catalog-img {
    position: absolute;
    right: 0;
    bottom: -.5rem;
    opacity: .05; }

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

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

aria {
  font-size: 0; }

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

.cell {
  display: table-cell;
  width: 1920px;
  width: 100vh; }

.null-x {
  position: relative;
  height: 400px;
  height: 100vw; }

small.null-x {
  display: block;
  height: 200px; }

.null {
  position: absolute;
  max-width: 50%;
  height: 4.875rem;
  color: #808080;
  font-size: 0.8125rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center; }
  @media screen and (max-width: 320px) {
    .null {
      height: 2.5rem; } }

.null::before {
  content: '';
  display: block;
  margin: 0 auto .75rem;
  width: 2.25rem;
  height: 3rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCAzNiA0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+R3JvdXAgMzM8L3RpdGxlPjxnIHN0cm9rZT0iI0MwQzVDQyIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0yIDQ3Yy0uNTUzIDAtMS0uNDU1LTEtMS4wMDRWMi4wMDRDMSAxLjQ0OSAxLjQ0NyAxIDIgMWgyM2wxMCAxMHYzNWMwIC41NTItLjQ1NSAxLTEgMUgyeiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTI1IDF2OS4wMDVjMCAuNTUuNDU2Ljk5NS45OTUuOTk1SDM1Ii8+PHBhdGggZD0iTTcgMThoMTJNNyAyNmgyMk03IDM0aDIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L2c+PC9zdmc+) no-repeat center;
  background-size: 100% 100%; }

.unlogin-full {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  text-align: center;
  margin-top: -3rem; }
  .unlogin-full > .gray {
    margin-top: .75rem;
    font-size: 0.875rem; }

.unlogin-follow {
  line-height: 2.75rem;
  font-size: 0.8125rem;
  text-align: center; }

.char-dot,
.char-pipe {
  padding: 0 .5ch;
  font-family: Georgia, Helvetica, Arial; }

/*img[data-src] {
  object-fit: contain;
  background-color: #F6F7F9; }*/
  
  
.slide-container {
  height: 8.5rem;
  margin: 0 .75rem;
  position: relative;
  overflow: hidden; }

.slide-ul {
  position: absolute;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.slide-li {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  position: relative; }

.slide-a {
  display: block;
  height: 100%;
  color: transparent;
  overflow: hidden;
  border-radius: 6px; }

.slide-img {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 6px; }

.slide-dot-x {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center; }

.slide-dot {
  display: inline-block;
  width: 1.25rem;
  height: .175rem;
  border-radius: 25%;
  background-color: #FFF;
  -webkit-transition: background-color .15s;
  transition: background-color .15s; }

.slide-dot + .slide-dot {
  margin-left: 0.3125rem; }

.slide-dot.active {
  background-color: #FF3955; }

.slide-female {
  height: 6.60156rem;
  height: calc(0.3 * (100vw - 1.5rem)); }

.slide-female .slide-img {
  height: 100%;
  margin-top: 0; }

.search-guide {
  display: block;
  line-height: 2rem;
  margin: 0.375rem 0.75rem 0;
  background-color: #F7F7F7;
  border-radius: .25rem;
  font-size: 0.8125rem;
  text-align: center;
  color: #808080; }

.search-guide .icon-find {
  margin-right: 0.3125rem; }

.white-content {
  background: #fff;
  padding-bottom: 0.375rem;
  box-shadow: 0 -0.5px 0px 0px #EBEBEB; }

.fuli-content {
  background: #fff;
  padding-top: 0.5rem; }

.home-nav {
  display: flex;
  display: -webkit-box;
  display: box;
  justify-content: space-between;
  -webkit-box-pack: justify;
  box-pack: justify;
  background-color: #FFF;
  padding: 0.75em 0.625rem; }
  .home-nav .guide-nav-a {
    display: block; }

.fuli-home-nav {
  padding: .75em 1.2rem; }

.fuli-footer-link {
  border-top: 1px solid #f0f1f2; }

.home-client {
  display: block;
  line-height: 2.75rem;
  margin: .75rem 0;
  padding: 0 1rem 0 4.625rem;
  background-color: #FFF;
  font-size: 0.8125rem;
  color: #808080;
  position: relative; }

.home-client-h,
.home-client-p {
  display: inline; }

.home-client-h {
  font-size: 0.875rem;
  color: #1A1A1A; }

.home-client-icon {
  position: absolute;
  left: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 32px;
  background: url("/images/icon-find-book-e808da8b22.png");
  background-size: 100%; }

.home-client .icon-arrow-r {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto; }

.home-btn-line-x {
  margin: 1rem; }

.home-recent-read {
  position: fixed;
  right: 0;
  bottom: 3.75rem;
  padding: 1rem;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  visibility: hidden; }
  .home-recent-read[href]:active {
    background-image: none; }

  .home-recent-read[href]:active {
    background-image: none; }
.time {
  display: inline-block; }
  .time[data-second] {
    visibility: hidden; }

.time-day,
.time-hour,
.time-minute,
.time-second {
  display: inline-block;
  width: 0.875rem;
  padding-top: 0.0625rem;
  margin-right: 5px;
  text-align: center;
  border-radius: 2px;
  background-color: #D8D8D8;
  color: #FFF;
  font: 400 .625rem/.872rem 'DIN Alternate';
  vertical-align: middle;
  position: relative; }

.time-day {
  background-color: #FF3955; }

.time-hour::before,
.time-minute::before,
.time-second::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 2px;
  border-radius: 1px;
  background-color: #808080;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -3px;
  box-shadow: 0 5px #808080;
  transform: translateY(-3px); }

.page-home .module-title + .time {
  margin-left: .25rem; }

.booklist-box {
  display: block;
  border-radius: 0.3125rem;
  width: 14.25rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.booklist-slide-a {
  display: block;
  width: 14.25rem;
  padding: .75rem .5rem .75rem; }

.booklist-cover {
  position: relative;
  height: 5.5rem;
  width: 14.25rem;
  display: block; }
  .booklist-cover-wrapper {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem; }
    .booklist-cover-wrapper-item {
      height: 100%;
      width: 4.125rem;
      float: left; }
      .booklist-cover-wrapper-item.ml12 {
        margin-left: -0.75rem; }
      .booklist-cover-wrapper-item .book-cover {
        display: block;
        width: inherit;
        height: 5.5rem; }
  .booklist-cover-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    height: 5.5rem;
    width: 14.25rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem; }
    .booklist-cover-title-word {
      display: block;
      line-height: 1.375rem;
      position: absolute;
      left: 0.625rem;
      bottom: 0.5rem;
      font-size: 1rem;
      height: 1.375rem;
      max-width: 13.125rem;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.booklist-book-desc {
  margin-top: 0.625rem;
  line-height: 1.25rem;
  display: -webkit-box;
  padding: 0 0.625rem;
  height: 3.75rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #1A1A1A;
  font-size: 0.8125rem; }

.booklist-book-author {
  margin-top: 0.5rem;
  padding: 0 0.625rem;
  font-size: 0.75rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #808080;
  height: 1rem; }
  .booklist-book-author-avatar {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    float: left; }
  .booklist-book-author-name {
    display: inline-block;
    float: left; }

.booklist-mark {
  font-size: 0.75rem;
  line-height: 1.875rem;
  display: block;
  width: 11.875rem;
  height: 1.875rem;
  margin: 0.8125rem auto;
  text-align: center;
  color: #fff;
  border-radius: 0.9375rem;
  background: #FF3955; }
  .booklist-mark svg.icon {
    margin-right: .25rem; }

.donemark {
  background: #E6E7EA; }

.hidden {
  display: none; }



/* 福利页 start */
.change-module {
  min-height: 7.5rem; }

.change-slide-a {
  display: block;
  width: 14.375rem;
  padding: .75rem .5rem .5rem; }

.change-slide-wrap {
  display: block;
  padding: .75rem;
  background: #fff;
  border-radius: 0.125rem;
  border: 1px solid #F3F3F3; }

.change-box {
  display: block;
  overflow: hidden;
  padding-left: 4.75rem; }
  .change-box-l {
    width: 4.125rem;
    height: 5.5rem;
    margin-left: -4.75rem;
    float: left; }
  .change-box-r {
    font-weight: 500; }

.module-fuli {
  background: #F7F7F7; }

.change-money {
  display: block;
  min-width: 2.5rem;
  font-size: 0.75rem;
  color: #808080;
  position: relative; }

.icon.fuli-line {
  position: absolute;
  color: #ED424B;
  left: 0;
  top: 0.1875rem;
  width: 2.3125rem;
  font-size: 0.75rem; }

.fuli-module-slide-caption {
  margin-top: 0;
  margin-bottom: 0.5rem;
  height: 2.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-weight: bold; }

.changebtn {
  display: block;
  width: 5rem;
  height: 1.625rem;
  background: #FF3955;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.625rem;
  border-radius: 0.8125rem;
  font-weight: 400; }

.changedone {
  display: block;
  width: 5rem;
  height: 1.625rem;
  background: #E6E7EA;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.625rem;
  border-radius: 0.8125rem; }

.page-fuli .content {
  padding-bottom: 0; }

.fuli-slide-img {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 6px; }

/* 福利页 end */
/*
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-booklist-full {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -56px -152px;
  width: 16px;
  height: 16px;
}

.icon-checkin-checked {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -28px -152px;
  width: 24px;
  height: 18px;
}

.icon-checkin-double-active {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -75px -120px;
  width: 33px;
  height: 28px;
}

.icon-checkin-double {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -38px -120px;
  width: 33px;
  height: 28px;
}

.icon-checkin-final-active {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -120px -80px;
  width: 34px;
  height: 28px;
}

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

.icon-checkin-unchecked-active {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -112px -120px;
  width: 28px;
  height: 28px;
}

.icon-checkin-unchecked {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -160px 0px;
  width: 28px;
  height: 28px;
}

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

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

.icon-erymission {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -160px -116px;
  width: 24px;
  height: 24px;
}

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

.icon-free {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -160px -60px;
  width: 24px;
  height: 24px;
}

.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: -40px -40px;
  width: 36px;
  height: 36px;
}

.icon-newuser {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -160px -32px;
  width: 24px;
  height: 24px;
}

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

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

.icon-qiandao {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -160px -88px;
  width: 24px;
  height: 24px;
}

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

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

.icon-book {
  background-image: url("/images/sprite-e6c4295a4f.png");
  background-position: -80px -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-booklist-full {
    background-image: url("/images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }

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

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

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

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

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

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

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

  .icon-chongzeng {
    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-erymission {
    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-free {
    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-newuser {
    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-pay-month {
    background-image: url("/images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }

  .icon-qiandao {
    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;
  }
  /* 分类*/
  .icon-sort {
    background-image: url("/images/sprite@2x-1b00bd3f04.png");
    background-size: 188px 176px;
  }
}

.page-sort {
  background-color: #FFF; }

.sort-li-header, .sort-li-title {
  display: block;
  line-height: 40px;
  padding: 0 1rem;
  position: relative; }
  .sort-li-header .icon-arrow-r, .sort-li-title .icon-arrow-r {
    position: absolute;
    right: 0.875rem;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #808080;
    font-size: 0.875rem; }
  .sort-li-header::after, .sort-li-title::after {
    content: '';
    border-bottom: 1px solid #f0f1f2;
    left: 1rem;
    right: 0;
    position: absolute;
    bottom: 0; }

.sort-li-title {
  padding-top: .75rem;
  font: bold .75rem/1.5rem a; }

.sort-li .module-title::before {
  display: none; }

.sort-li-data {
  color: #808080;
  margin-left: .5rem;
  font-size: 0.8125rem;
  font-family: 'pingfang sc'; }
  .sort-li-data > output {
    margin: 0 .5ch; }

.sort-li-detail {
  padding: 0 1rem 1rem;
  text-align: justify;
  line-height: 0;
  font-size: .75rem; }
  .sort-li-detail .btn-line-gray {
    margin-top: .75rem; }
  .sort-li-detail > i::before {
    content: '四字中文'; }
     .pagelink{text-align:center;padding:1rem}
.pagelink a {
    background: #e4dddd;
    padding: .2rem .5rem;
    color: #fff;
    font-size: .8rem;
}
.pagelink strong {
    background: #f44336;
    display: inline-block;
    padding: .2rem .3rem;
    color: #fff;
    font-size: .85rem;
}
.pagelink .first{background: #ff5722;margin-right: 5px;}
.pagelink .last{background: #ff5722;margin-left: 5px;}
 .pagelink .prev{float:left}
 .pagelink span{font-size:14px}
 .pagelink .next{float:right}
 .ajaxtip{position:absolute;padding:1.2em 1.3em;z-index:700;background:rgba(0,0,0,.8);font-size:12px;color:#fff;white-space:nowrap;margin-top:-88px}
.add{display: inline-block;
    line-height: 1.1rem;
    padding-left: .8ch;
    padding-right: 1ch;
    border: 1px solid #8BC34A;
    color: #8BC34A;
    font-size: .65rem;
    border-radius: 99px;
    text-align: center;}
.add-l{display: inline-block;
    line-height: 1rem;
    padding-left: .4ch;
    padding-right: .5ch;
    border: 1px solid #8BC34A;
    color: #8BC34A;
    font-size: .6rem;
    border-radius: 99px;
    text-align: center;}
input:focus, textarea:focus{
    background-color: #fff;
    border-color: #00a1d6;
}

@media screen and (min-width: 768px) {
	ol.book-ol-normal li {
		width: calc(50% - 6px);
		display: inline-block;
	}
}

@media screen and (min-width: 1440px) {
	.slide-container {
		height: 15rem;
	}
}


.comm-send-area {
    font-size: 14px;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    height: inherit;
    padding: 5px;
    resize: none;
    color: #1a1a1a;
    background-color: #f4f5f7;
    border: 1px solid #e5e9ef;
    border-radius: 3px;
    box-shadow: inset 1px 1px 2px #e2e2e2;
}
.btnme{display: inline-block;
    line-height: 1.4;
    width: 25%;
    padding: 0.45em 0.9em;
    margin: 1em 2em;
    color: #fff;
    background: #FF3955;
    border-radius: 15px;}
.home-night {
  position: fixed;
  right: .5rem;
  bottom: 6.75rem;
  padding: 1rem;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.aui-ver-button button {
    width: 100%;
    height: 2.35rem;
    border: 0;
    border-radius: 100px;
    background: -webkit-linear-gradient(left,#FF3955,#f3092a);
    background: -o-linear-gradient(right,#FF3955,#f3092a);
    background: -moz-linear-gradient(right,#FF3955,#f3092a);
    background: linear-gradient(to right,#FF3955,#f3092a);
    background-color: #fe5455;
    box-shadow: 0 3px 4px #f9b6c0;
    color: #fff;
    font-size: 1rem;
    line-height: 2.35rem;
}
.btn-night {
  display: inline-block;
    width: 1rem;
    height: 1rem;
    padding: 0.5rem;
    box-sizing: content-box;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    position: fixed;
    bottom: 8rem;
    right: 1.25rem;
    opacity: 1;
    transition: all 0.5s ease 0s;
    z-index: 5;}
.home-night i{background: url(/images/Cnight@2x.png?19192) no-repeat left bottom;
    background-size: 1rem auto;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -1px;}

/* 模态框基本样式 */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 20px;
	border-radius: 15px;
	width: 80%;
	max-width: 500px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.info-container {
  font-size: 1rem;
}

.info-sp-right {
    float: right;
    display: inline-flex;
    align-items: center;
}
.info-sp-right svg.icon {
    margin-right: 3px;
}
#spoilerProtectButton, #spoilerButton {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 7px 7px 0 0;
    font-size: .725rem;
    background-color: rgb(195,195,195,.15);
    color: #999999;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
}

.input-container {
    position: relative;
}
.modal-content textarea {
	width: 100%;
    padding: 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: .825rem;
    overflow: hidden;
    resize: none;
}

.input-container button#addSpoiler {
    position: absolute;
    right: 8px;
    bottom: 0px;
    background-color: #fe5455;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}

.sp-dark-mode .home-night i {
    background: url(/images/Cday@2x.png?19192) no-repeat left bottom;
    background-size: 1rem auto;}
.sp-dark-mode .content{
    background-color: #1b1b1b;
    color: #9E9E9E;
}
.sp-dark-mode{background-color: #1b1b1b;}
.sp-dark-mode .page, .sp-dark-mode .header, .sp-dark-mode .white-content, .sp-dark-mode .home-nav, .sp-dark-mode .module, .sp-dark-mode .btn-group-tab,.sp-dark-mode .guide-content, .sp-dark-mode .modal-content, .sp-dark-mode .footer, .sp-dark-mode .search-popup{
    background-color: #232323;
    color: #9E9E9E;
}
.sp-dark-mode .page{box-shadow: 0 200px #232323;}
.sp-dark-mode .search-guide{background-color: #4c4949;color: #c7c7c7;}
.sp-dark-mode .footer-app,.sp-dark-mode .search-cancel{background-color: #4b4949;}
.sp-dark-mode .module-title, .sp-dark-mode .footer-link-a{color: #d8d6d6;}
.sp-dark-mode .book-li::after{border-bottom: 1px solid #353535;}
.sp-dark-mode .fuli-footer-link{border-top: 1px solid #353535;}
.sp-dark-mode .book-ol ~ .book-li-more::before, .sp-dark-mode .book-ol ~ .book-li-more::before, .sp-dark-mode .module-tab ~ .module-tab::before{border-top: 1px solid #525252;}
.sp-dark-mode .btn-tab.active, .active > .btn-tab, .sp-dark-mode .btn-primary-circle{background-color: #9c2e3e;color: #d8d6d6}
.sp-dark-mode .btn-tab{border: 1px solid #9c2e3e;color: #9E9E9E}
.sp-dark-mode .btn-group-tab .active{color: #9c2e3e;border-bottom-color: #9c2e3e;}
.sp-dark-mode .header, sp-dark-mode hr{border-bottom: 1px solid #3d3d3d;}
.sp-dark-mode input:focus, .sp-dark-mode textarea:focus{
background-color: #1c1c1c;
border-color: #00a1d6;
color: #fff;
}
.sp-dark-mode .comm-send-area, .sp-dark-mode .modal-content textarea{border: 1px solid #525252;color: aliceblue;background-color: #1c1c1c;box-shadow: none;}
.sp-dark-mode .page-comment-detail .module-content::before {border-top: 1px solid #525252;}
.sp-dark-mode .btn-group-tab .btn-blank{border-bottom: 1px solid #525252;}

.sp-dark-mode .search-area {
    background-color: #4c4949;
    color: #c7c7c7;
}
.sp-dark-mode .search-cancel {
    color: #a2a2a2;
}
.sp-dark-mode .footer-app, .sp-dark-mode .search-cancel {
    background-color: #4b4949;
}
.sp-dark-mode .search-input {
    color: whitesmoke;
}
.sp-dark-mode .sort-li-header::after, .sp-dark-mode .sort-li-title::after{border-bottom: 1px solid #525252;}

.sp-dark-mode .pagelink a{background: #9c2e3e;}

.sp-dark-mode .btn-group-tab .active{border-bottom-color: #9c2e3e;}
.sp-dark-mode .comm-fixed-btn {
    background-color: rgba(50,50,50,0.8);
    border-top: 1px solid rgba(80,80,80,0.8);
}.aside-content, .sp-dark-mode .aside-popup {
    background-color: rgba(50,50,50,1);
}
:root {color-scheme: light dark;}
@media (prefers-color-scheme: dark) {
body {color: #9e9e9e;background-color: #1b1b1b;}
.home-night {display:none}
.content{
    background-color: #1b1b1b;
    color: #9E9E9E;
}
.aside-content, .aside-popup {
    background-color: rgba(50,50,50,1);
}
.page, .header, .white-content, .home-nav, .module, .btn-group-tab,.guide-content, .modal-content, .footer, .search-popup{
    background-color: #232323;
    color: #9E9E9E;
}
.page{box-shadow: 0 200px #232323;}
.search-guide{background-color: #4c4949;color: #c7c7c7;}
.footer-app,.search-cancel{background-color: #4b4949;}
.module-title, .footer-link-a{color: #d8d6d6;}
.book-li::after{border-bottom: 1px solid #353535;}
.fuli-footer-link{border-top: 1px solid #353535;}
.book-ol ~ .book-li-more::before, .book-ol ~ .book-li-more::before, .module-tab ~ .module-tab::before{border-top: 1px solid #525252;}
.btn-tab.active, .active > .btn-tab, .btn-primary-circle{background-color: #9c2e3e;color: #d8d6d6}
.comm-fixed-btn {
    background-color: rgba(50,50,50,0.8);
    border-top: 1px solid #514f4f;
}
.comm-fixed-btn {
    background-color: rgba(50,50,50,0.8);
    border-top: 1px solid #514f4f;
}
.btn-tab{border: 1px solid #9c2e3e;color: #9E9E9E}
.btn-group-tab .active{color: #9c2e3e;border-bottom-color: #9c2e3e;}
.header, hr{border-bottom: 1px solid #3d3d3d;}
input:focus, textarea:focus{
background-color: #1c1c1c;
border-color: #00a1d6;
}
.comm-send-area{border: 1px solid #525252;color: aliceblue;background-color: #1c1c1c;box-shadow: none;}
.page-comment-detail .module-content::before {border-top: 1px solid #525252;}
.btn-group-tab .btn-blank{border-bottom: 1px solid #525252;}

.search-area {
    background-color: #4c4949;
    color: #c7c7c7;
}
.search-cancel {
    color: #a2a2a2;
}

.search-input {
    color: whitesmoke;
}
.sort-li-header::after, .sort-li-title::after{border-bottom: 1px solid #525252;}

.pagelink a{background: #9c2e3e;}

.btn-group-tab .active{border-bottom-color: #9c2e3e;}
.aui-ver-button button {
    background: -webkit-linear-gradient(left,#9c2e3e,#9c2e3e);
    background: -o-linear-gradient(right,#9c2e3e,#9c2e3e);
    background: -moz-linear-gradient(right,#9c2e3e,#9c2e3e);
    background: linear-gradient(to right,#9c2e3e,#9c2e3e);
    background-color: #9c2e3e;
    box-shadow: 0 3px 4px #9c2e3e;
}
}