.van-nav-bar__title {
  font-size: 1.6rem;
  color: var(--fl-text);
  font-weight: 400;
  line-height: 2.2rem;
  font-family: "FontAwesome";
}
.bubble-group-round .van-floating-bubble {
  /* display: none;
    background: var(--van-floating-bubble-background);
    color: var(--van-floating-bubble-color);
    top: 12rem;
    left: 50%;
    right: auto;
    bottom: auto;
    width: calc(var(--default-content-max-width) + 0.0rem);
    height: auto;
    background: var(--van-floating-bubble-background);
    color: var(--van-floating-bubble-color);
    z-index: 9;
    transform: translate(-100%, 0); */

  display: none;
  background: var(--van-floating-bubble-background);
  color: var(--van-floating-bubble-color);
  top: 12rem;
  left: calc(50% - (var(--default-content-max-width) / 2) - 0);
  padding: 0 2rem 0 0;
  right: auto;
  bottom: auto;
  width: auto;
  max-width: 8;
  height: auto;
  background: var(--van-floating-bubble-background);
  color: var(--van-floating-bubble-color);
  z-index: 9;
  transform: translate(-100%, 0);
}
.bubble-group-round .van-floating-bubble .item {
  margin-bottom: 1.4rem;
}
.xqbj-icon-share {
  width: 1.5rem;
  height: 1.5rem;
}
.xqbj-icon-collect,
.xqbj-icon-collect2 {
  width: 1.5rem;
  height: 1.5rem;
}
.xqbj-icon-like,
.xqbj-icon-like2 {
  width: 1.5rem;
  height: 1.5rem;
}
.xqbj-icon-comment {
  width: 1.5rem;
  height: 1.5rem;
}
.icon-text {
  color: var(--primary-color);
  font-size: 0.7rem;
  margin: 0.1rem 0 0 0;
  text-align: center;
}
/* .icon-text.active {
  color: #888888;
} */
.main-container {
  margin: 0;
  padding: 1rem;
  max-width: 35.5rem;
}
.nav-user {
  color: #fff;
}
.nav-user .nav-user-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  overflow: hidden;
  margin: 0 0.5rem 0 0;
}
.novel-title {
  font-size: 1.6rem;
  color: var(--fl-text);
  font-weight: 500;
  line-height: 2.2rem;
  /* font-family: 'PingFangSC1'; */
  font-family: "FontAwesome";
}
.novel-info {
  /* font-size: 1.1rem; */
  font-size: 1.2rem;
  color: var(--fl-text2);
  padding: 1rem 0 1rem;
  /* font-family: 'PingFangSC1'; */
  font-family: "FontAwesome";
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.05rem solid #00000019;
}
.novel-info .text-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.novel-info .text-title span,
.novel-info .text-title h2 {
  margin-right: 1rem;
  color: var(--fl-text2);
  font-size: 1rem;
}
.novel-info .text-title h2 {
  font-size: 1.4rem;
  color: var(--p-text-color);
  font-weight: 500;
}
.subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.25rem;
  border-radius: 1.1rem;
  background: var(--primary-color);
  color: #fff;
  font-size: 0.98rem;
  width: 5.15rem;
  height: 2.2rem;
  cursor: pointer;
}
.subscribe-btn img {
  /* width: 1rem;
  height: 1rem; */
  width: 1.2rem;
  height: 1.2rem;
}
.subscribed {
  opacity: 0.4;
}
.tags-group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 0.9rem;
  margin-bottom: 1.55rem;
}
.tags-group a {
  display: block;
  margin: 0;
  width: initial;
  font-size: 1.1rem;
  height: 3.2rem;
  line-height: 3.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 0.1rem;
  color: var(--tags2-bg);
  border-color: var(--tags2-bg);
  font-weight: 500;
  font-family: "FontAwesome";
}
.tags-group a.active {
  background: var(--tags2-bg);
  border-color: var(--tags2-bg);
}
.tags-group2 {
  margin-top: 1rem;
}
.ad_img {
  /* width: 30rem;
    height: 3.85rem; */
  width: 100%;
  height: 100%;
  margin-bottom: 0.95rem;
}
.text-wrap {
  background: var(--fl-text-bg);
  /*border-left: 0.3rem solid var(--fl-text-border);*/
  padding: 1.5rem;
  margin-bottom: 1.85rem;
}
.text-wrap.mr-bom {
  margin: 0;
}
.text-wrap .text {
  font-size: 1.3rem;
  color: var(--fl-text2);
  padding-bottom: 1.5rem;
  font-weight: 500;
}
.text-wrap .text:last-child {
  padding-bottom: 0;
}
.text-wrap blockquote {
  font-size: 1.2rem;
  color: #888888;
  padding: 0;
  margin: 0;
  border: 0;
}
.text-wrap blockquote p {
  line-height: 2.6rem;
  font-weight: 500;
}
.text-wrap blockquote p a {
  color: var(--primary-color);
}
.text a {
  color: var(--primary-color);
}
/* .text-content {
    line-height: 0.5rem;
}

.text-content br{
    line-height: 0.5rem;
} */

.text-content,
.text-content p,
.text-content div,
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content strong,
.text-content em {
  font-size: 1.3rem;
  color: var(--fl-text);
  line-height: 2.3rem;
  margin: 0;
  font-weight: 400;
  /* font-family: 'PingFangSC1'; */
  font-family: "FontAwesome";
}
.text-content > p,
blockquote {
  margin: 0 0 1.5rem 0;
}

.text-content mark {
  background: transparent;
  height: 0.5rem;
  display: block;
}

.text-content a {
  background: #ffdbe4;
  /* font-size: 1.3rem; */
  font-size: 1.3rem;
  color: var(--fl-text);
  /* margin-bottom: 0.5rem; */
  padding: 0.5rem 0;
  border: none;
  white-space: pre-wrap;
  text-align: left;
  text-decoration: underline;
}
.text-content strong {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--fl-text);
  /* font-family: 'PingFangSC5'; */
  font-family: "FontAwesome";
}
.text-content blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
.text-content blockquote p {
  background: #322428;
  border-radius: 0.4rem;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding: 0.3rem 0.85rem;
  position: relative;
  /* font-family: 'PingFangSC5'; */
  font-family: "FontAwesome";
}
.text-content blockquote p::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0.2rem;
  background-color: var(--primary-color);
  border-radius: 0.5rem 0 0 0.5rem;
}
.text-content a.btn {
  /* font-family: 'PingFangSC1'; */
  font-family: "FontAwesome";
  background: var(--primary-color);
  color: #fff;
  padding: 0.5rem 1.3rem;
  border-radius: 2rem;
  text-decoration: none;
}
.text-content a {
  /* font-family: 'PingFangSC5'; */
  font-family: "FontAwesome";
  background: transparent;
  color: var(--primary-color);
}
.text-content .dplayer-controller {
  color: #fff;
}
.text-content .dplayer-ptime {
  color: #fff;
}
.text-content .dplayer-dtime {
  color: #fff;
}
.text-content .dplayer-menu {
  color: #fff;
}
.text-content .dplayer-notice {
  color: #fff;
}
.ad_img2 {
  height: 15.95rem;
  margin-bottom: 1.25rem;
}

.link-wrapper {
  font-size: 1.1rem;
  color: var(--primary-color);
  text-align: center;
  padding: 0.85rem 2.1rem 1rem 1.25rem;
}
.link-wrapper .link-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.link-wrapper .link-info .icon {
  width: 11.5rem;
  cursor: pointer;
}
.link-wrapper .text {
  padding: 0.85rem 0 1rem;
}
.link-wrapper .zan-box {
  text-align: center;
  .icon {
  }
}
.link-wrapper .zan-box .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0.25rem;
}
.list-title {
  font-size: 1.3rem;
  color: var(--p-text-color);
  font-weight: 500;
  padding: 1.75rem 0 1rem;
}
.list-title span {
  font-size: 1.1rem;
}
.line-x {
  display: none;
}
.comment-enter {
  margin-bottom: 2.15rem;
  overflow: hidden;
  position: relative;
}
.comment-enter textarea {
  background: var(--fl-textarea-bg2);
  width: 100%;
  height: 9.3rem;
  padding: 1rem;
  font-size: 1.3rem;
  color: var(--text-color-f);
  margin-bottom: 0.5rem;
  border: none;
  resize: vertical;
}
.comment-enter textarea::placeholder {
  font-size: 1.3rem;
  color: #999;
}
.comment-enter .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0.75rem;
  bottom: 1.8rem;
  /* background:#fff; */
}
.comment-enter input {
  width: 12.25rem;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0.7rem;
  font-size: 1.3rem;
  color: var(--p-text-color);
  border: none;
}
.comment-enter input::placeholder {
  color: var(--text-color-ddd);
}
.comment-enter .btn-submit {
  width: 7.4rem;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  border-radius: 1rem;
  border: solid 1px;
  background: rgba(var(--primary-color-rgb), 0.2);
  font-size: 1.2rem;
  color: var(--primary-color);
  font-weight: 500;
  outline: none;
  margin: 0;
  padding: 0;
}
.recomment-group {
  margin-bottom: 0.75rem;
}

/*弹窗评论*/
.van-overlay {
  z-index: 999;
}
.comment-popup .van-popup {
  z-index: 2006;
  width: 27.5rem;
  height: auto;
  border-radius: 0.2rem;
}
.comment-list {
  background: var(--fl-list-bg);
  padding: 2.65rem 1.25rem 0;
}
.comment-list .close-btn {
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  width: 1rem;
  height: 1rem;
  z-index: 2007;
}
.comment-list .box textarea {
  background: var(--fl-textarea-bg);
  width: 25rem;
  height: 12rem;
  font-size: 1.2rem;
  color: var(--text-color-f);
  border: none;
  padding: 0.5rem;
  border-radius: 0.2rem;
  margin: 0 auto;
}
.comment-list .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  color: var(--text-color-f);
  padding: 0.75rem 0 0.9rem;
}
.comment-list .flex-box button {
  background: var(--fl-button-bg);
  width: 6rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 0.2rem;
  border: none;
}
.swiper {
  width: 100%;
  height: auto;
}
.fl-banner {
  padding-top: 1rem;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.novel-info .flex-center .title {
  max-width: 8rem;
  margin-right: 1rem;
}

.novel-info .flex-center .title > span {
  margin-right: 0;
}

.flex-center .title-type {
  max-width: 6rem;
}

.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.refresh-btn {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #888;
  cursor: pointer;
}
.refresh-btn .xqbj-icon-refresh {
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem;
}

.link-wrapper .flex-center .zan-box {
  margin: 0 1.5rem;
}
.recommend-container {
  height: 30rem;
}
.recomment-group .list {
  width: 14.5rem;
}
.recomment-group .list .img {
  width: 100%;
  height: 8.5rem;
  object-fit: contain;
}
.recomment-group .list .flex {
  margin-bottom: 0.5rem;
}

/* desktop */
@media (min-width: 960px) {
  .main-container {
    margin: 1.5rem 0 0 0;
    padding: 0;
  }
  .novel-title {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .novel-info {
    font-size: 0.7rem;
    padding: 0.5rem 0 0.5rem;
    border-bottom: 0.05rem solid #00000019;
  }
  .nav-user .nav-user-avatar {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
  }
  .subscribe-btn {
    border-radius: 0.9rem;
    font-size: 0.8rem;
    padding: 0.5rem 0 0.5rem;
    width: 4.2rem;
    height: 1.8rem;
  }
  .subscribe-btn img {
    width: 0.7rem;
    height: 0.7rem;
  }
  .ad_img {
    /* width: 35.5rem;
        height: 20rem; */
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
  }
  .tags-group {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.55rem;
    margin-bottom: 1rem;
  }
  .tags-group a {
    font-size: 0.7rem;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 0.05rem;
  }
  .tags-group2 {
    margin-top: 1rem;
  }
  .text-wrap {
    padding: 0.9rem 1.25rem;
    margin-bottom: 0.95rem;
  }
  .text-wrap .text {
    font-size: 0.9rem;
    padding-bottom: 0.95rem;
  }
  .text-wrap blockquote {
    font-size: 0.9rem;
    color: #888888;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .text-wrap blockquote p {
    line-height: 1.6rem;
  }
  .text-wrap blockquote p a {
    color: var(--primary-color);
  }

  .text-content {
    line-height: 0.5rem;
  }

  .text-content,
  .text-content p,
  .text-content div,
  .text-content h1,
  .text-content h2,
  .text-content h3,
  .text-content h4,
  .text-content strong,
  .text-content em {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .text-content > p,
  blockquote {
    margin: 0 0 0.5rem 0;
  }
  .text-content mark {
    height: 0.5rem;
    display: block;
  }
  .text-content a {
    font-size: 1rem;
    /* margin-bottom: 0.95rem; */
  }
  .text-content blockquote p {
    /* border-left: 0.2rem solid #4d88ff; */
    margin-bottom: 0.5rem;
    padding: 0.6rem 1rem;
  }
  .ad_img2 {
    width: 35.5rem;
    height: 20rem;
    margin-bottom: 1rem;
  }

  .link-wrapper {
    padding: 1.5rem 2.85rem;
  }
  .link-wrapper .link-info .icon {
    width: 6.5rem;
    height: 1.8rem;
  }
  .ad-banner {
    width: 100%;
    height: 3.1rem;
    margin-bottom: 0.8rem;
    display: block;
  }
  .list-title {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem 0 1.2rem;
    /* color: #eee; */
  }
  .line-x.is-desktop {
    display: none;
  }
  .list-title span {
    font-size: 0.9rem;
    font-weight: normal;
  }

  .comment-enter {
    margin-bottom: 2.15rem;
    position: relative;
  }
  .comment-enter textarea {
    height: 7.6rem;
    border-radius: 0;
    padding: 0.8rem 0.75rem;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }
  .comment-enter textarea::placeholder {
    font-size: 0.9rem;
  }
  .comment-enter input {
    width: 12.25rem;
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0.3rem 0.75rem;
    font-size: 0.9rem;
  }
  .comment-enter .btns {
    position: absolute;
    right: 1rem;
    bottom: 2rem;
  }
  .comment-enter .btn-submit {
    width: 7.4rem;
    height: 2.2rem;
    line-height: 2.2rem;
    border-radius: 0.2rem;
    font-size: 0.9rem;
    font-weight: normal;
  }
  .recomment-group {
    margin-bottom: 1rem;
  }

  .bubble-group-round .van-floating-bubble {
    display: flex;
  }
  .bubble-group-round .van-floating-bubble > .item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .fl-banner {
    padding-top: 0.7rem;
  }
  .refresh-btn {
    font-size: 0.6rem;
  }
  .refresh-btn .xqbj-icon-refresh {
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0.2rem;
  }

  .recommend-container .subs-data .xqbj-icon-nodata {
    height: 6rem;
    width: 10rem;
  }

  .recommend-container {
    height: 9rem;
  }
  .recomment-group .list {
    width: 8.25rem;
  }
  .recomment-group .list .img {
    width: 100%;
    height: 4.75rem;
    object-fit: contain;
  }

  .novel-info .text-title h2,
  .novel-info .text-title span {
    font-size: 0.7rem;
  }
}
