.slide-container {
  height: 8.5rem;
  margin: 0rem;
  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; }

.slide-img {
  height: 100%;
  width: 100%;
  display: block; }

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

.slide-dot {
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  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; }

#searchContainer {
  background-color: #FFF;
  margin: 0;
  padding: .75rem 0 0; }

.content {
  background: #fff; }

.module {
  margin-top: 0; }

.module-header-none {
  border-top: 0rem; }

.book-author-gray {
  opacity: 0.5; }

.search-guide {
  display: block;
  line-height: 2rem;
  margin: 0 .75rem;
  background-color: #F2F3F5;
  border-radius: 1rem;
  font-size: 0.8125rem;
  text-align: center;
  text-indent: .75rem;
  color: #808080; }

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

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

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

.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(/xs8m/img/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-pure-ad {
  padding: 0 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; }

.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: #65C541; }

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

.hidden {
  display: none; }

.page-fuli .header {
  background: #FFF;
  border-bottom: 0; }
  .page-fuli .header[open] {
    color: #1A1A1A; }

.change-module {
  min-height: 7.5rem; }

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

.change-slide-wrap {
  display: block;
  padding: 1rem .5rem 1rem 1rem;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }

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

.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;
  left: 0;
  top: 0.1875rem;
  width: 2.3125rem;
  font-size: 0.75rem; }

.fuli-module-slide-caption {
  margin-top: 0;
  margin-bottom: 0.75rem;
  height: 2.125rem; }

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

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

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

.book-desc {
  font-size: 0.75rem;
  margin-bottom: .6rem; }

.book-author {
  font-size: 0.75rem; }

.module-rank-top {
  padding: 0 1rem;
  position: relative;
  text-align: center;
  height: 1.5625rem; }

.module-rank-text {
  display: inline-block;
  color: #93979D;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  height: 0.75rem;
  width: 2.1875rem;
  background: #fff url(/xs8m/img/icon-hotrank-a355e898ea.svg) no-repeat center;
  position: relative;
  top: -1.1875rem; }

.module-rank-text-new {
  background: #fff url(/xs8m/img/icon-newbookrank-f785a87079.svg) no-repeat center; }

.module-rank-line {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 1px;
  background: #E2E3E5; }

.module-rank {
  padding: 0.5rem 1rem 1rem;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 2.25rem;
  position: relative; }

.module-rank-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.module-rank-li {
  width: 4.125rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  color: #fff;
  background: #FF81C6;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  font-weight: 500; }

.rank-rec {
  background: #FDC549; }

.rank-gift {
  background: #2BE4CB; }

.rank-click {
  background: #43A7FF; }

.rel {
  position: relative; }

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

.booklist-title {
  font-size: 1rem; }

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

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

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

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

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

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

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

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

.booklist-desc {
  margin-top: 0.2rem; }

.icon-mcategory {
  color: #43A7FF; }

.icon-mhot {
  color: #FF6177; }

.icon-mwen {
  color: #FF81C6; }

.icon-mtui {
  color: #2BE4CB; }

.icon-mrank {
  color: #FDC549; }

.icon-mfree {
  color: #43A7FF; }

.icon-mbook {
  color: #2BE4CB; }

.icon-mnew {
  color: #FF81C6; }

.icon-mfinish {
  color: #FF6177; }

.icon-mmore {
  color: #43A7FF; }

.book-ol-fl {
  overflow: hidden;
  padding: 0 0.5rem 0.5rem; }
  .book-ol-fl .book-li {
    width: 50%;
    float: left; }
  .book-ol-fl .book-li::after {
    border-bottom: none; }
  .book-ol-fl .book-layout {
    padding: 0.5rem; }

.fl-list-container-roundabout {
  display: block;
  position: relative;
  bottom: -0.5rem;
  width: 4.125rem;
  height: 3rem; }
  .fl-list-container-roundabout li {
    position: absolute;
    width: 2.25rem;
    top: 0.5rem; }
    .fl-list-container-roundabout li:active {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .fl-list-container-roundabout li img {
      width: 2.25rem;
      height: 3rem;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .fl-list-container-roundabout li.book1 {
      left: 0.875rem;
      top: 0.0625rem;
      z-index: 1; }
      .fl-list-container-roundabout li.book1 img {
        width: 2.625rem;
        height: 3.5rem; }
    .fl-list-container-roundabout li.book2 {
      left: 2.4375rem; }
    .fl-list-container-roundabout li.book3 {
      left: -0.3125rem; }

.fl-header {
  overflow: hidden;
  display: block;
  height: 4rem;
  background: linear-gradient(to bottom, #F5F5F5, #7B7B7B); }
  .fl-header .fl-header-l {
    float: left;
    height: 4rem;
    width: 50%;
    line-height: 4rem;
    text-align: center;
    font-weight: 500;
    font-size: 0.875rem;
    background: #F5F5F5; }
  .fl-header .fl-header-r {
    float: left;
    height: 4rem;
    width: 50%;
    background: #F5F5F5; }

.fz12 {
  font-size: 0.75rem; }

.fl-content {
  padding: 0.5rem 1rem;
  overflow: hidden;
  counter-reset: bookrank; }
  .fl-content-li {
    font-size: 0.75rem;
    margin: 0.5rem 0;
    font-weight: 500;
    overflow: hidden; }
    .fl-content-li-more {
      font-size: 0.75rem;
      display: block;
      margin: 0.5rem 0;
      font-weight: 500;
      color: #4FB53D;
      margin-bottom: 0; }
    .fl-content-li-text {
      overflow: hidden; }
      .fl-content-li-text a {
        display: inline-block;
        max-width: 6rem;
        overflow: hidden;
        vertical-align: middle; }
      .fl-content-li-text .icon-arrow-r {
        display: inline-block;
        vertical-align: middle;
        height: 0.625rem; }
  .fl-content-li::before {
    content: counter(bookrank) ".";
    counter-increment: bookrank; }

.book-ol-latest .book-li {
  width: 100%;
  float: none; }

.book-ol-latest .book-author {
  max-width: 12.5rem; }

@media screen and (max-width: 320px) {
  .fl-content-li-text span {
    max-width: 4.75rem; }
  .fl-content-li-text a {
    max-width: 4.8rem; }
  .book-ol-small .book-author {
    max-width: 10.3125rem; } }

.category-list {
  border-radius: 0.2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 320px) {
  .module-slide-ol {
    padding-left: .7rem; }
  .module-slide-ol-flex {
    padding-right: .7rem; }
  .module-slide-a {
    padding: .75rem .3rem .5rem; }
  .fl-header {
    height: 3.5rem; }
    .fl-header .fl-header-l {
      font-size: 0.75rem;
      width: 46%; }
    .fl-header .fl-header-r {
      width: 54%; }
  .fl-list-container-roundabout {
    bottom: -0.5rem;
    width: 3.5rem;
    height: 3rem; }
    .fl-list-container-roundabout li {
      position: absolute;
      width: 1.875rem;
      top: 0.5rem; }
      .fl-list-container-roundabout li:active {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
      .fl-list-container-roundabout li img {
        width: 1.875rem;
        height: 2.5rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
      .fl-list-container-roundabout li.book1 {
        left: 0.875rem;
        top: 0.0625rem;
        z-index: 1; }
        .fl-list-container-roundabout li.book1 img {
          width: 2.25rem;
          height: 3rem; }
      .fl-list-container-roundabout li.book2 {
        left: 2.4375rem; }
      .fl-list-container-roundabout li.book3 {
        left: -0.3125rem; } }

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

.fuli-slide-img {
  height: 100%;
  width: 100%;
  display: block; }
