/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  padding: 0;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: Poppins;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-family: Bold;
}
h2,h3 {
  font-family: Medium;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
body {
  font-size: 18px;
  background-color: #fff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
dt {
  font-weight: normal;
  margin: 0;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #333333;
}
p {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
input {
  display: inline-block;
  width: 100%;
  outline: 0 none;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
input::-webkit-input-placeholder {
  color: #AEAFB1;
}
input::-moz-placeholder {
  color: #AEAFB1;
}
input:-moz-placeholder {
  color: #AEAFB1;
}
input:-ms-input-placeholder {
  color: #AEAFB1;
}
button {
  border: 0 none;
  outline: 0 none;
  text-decoration: none;
  padding: 0;
}
.novel-cut {
  display: block;
  width: 100%;
  padding-top: 133.5%;
  overflow: hidden;
  position: relative;
}
.novel-cut img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.flex-center,
.header-contaier .nav-link,
.header-contaier .down-icon,
.header-contaier .navbar-brand,
.footer-copyright-container .brand-container,
.novel-container .tab-item .comments-item .bottom p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-cover,
.header-bg,
.header-contaier .modal-header img,
.header-contaier .item div,
.header-contaier .navbar-brand .brand-icon,
.footer-copyright-container .brand-container .brand-icon {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.hidden {
  display: none !important;
}
button:focus,
button:active,
.form-control:active,
.form-control:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-bg-container {
  position: relative;
  overflow: hidden;
}
.header-bg,
.header-bg-mock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header-bg {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.header-bg-mock {
  background-color: rgba(0, 0, 0, 0.7);
}
.header-center-container {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
.transparent-0 {
  opacity: 0;
}
.transparent-1 {
  opacity: 1;
}
@media (min-width: 2200px) and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 1348px;
  }
}
.toast-alert {
  position: fixed;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btn:focus,
.btn:active,
.form-control:active,
.form-control:focus {
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header {
  background-color: #ffffff;
}
.header-contaier {
  padding: 0;
}
.header-contaier .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #ffffff !important;
  margin: auto;
  padding: .5rem 0;
}
.header-contaier .navbar-collapse {
  width: 470px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.header-contaier .nav-item {
  margin: 0 5%;
}
.header-contaier .nav-item svg {
  margin-right: 8px;
}
.header-contaier .form-inline {
  position: relative;
}
.header-contaier .form-inline input {
  padding-left: 35px !important;
  border-color: #e4e5eb;
  border-radius: 50px;
}
.header-contaier .search-btn {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #999;
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
}
.header-contaier .down-icon {
  width: 34px;
  height: 34px;
  background-color: #fface9;
  border-radius: 50%;
  overflow: hidden;
}
.header-contaier .down-icon a {
  color: #ff593e;
}
.header-contaier .user {
  width: 33px;
  height: 33px;
  background: #e7e7e7;
  border-radius: 50%;
  overflow: hidden;
}
.header-contaier .signin {
  background-color: #ff593e;
  border-radius: 50px;
  color: #fff;
  line-height: 1.1;
}
.header-contaier .modal-dialog {
  max-width: 660px !important;
  text-align: center;
  margin: 14.75rem auto !important;
}
.header-contaier .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-bottom: 0;
}
.header-contaier .modal-header img {
  width: 66px;
  height: 55px;
  margin-bottom: 15px;
}
.header-contaier .modal-content {
  border: 1px solid #eeeeee;
}
.header-contaier .close-btn {
  text-align: right;
  margin-right: 15px;
  margin-top: 10px;
  border: none;
  background-color: transparent;
  color: #979797;
  font-size: 20px;
  outline: none;
}
.header-contaier .modal-header {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.header-contaier .modal-body {
  font-size: 0.9rem;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  padding: 2rem;
}
.header-contaier .modal-footer-tip {
  font-size: 0.9rem;
  font-weight: 400;
  color: #333333;
  padding: 0 0 2.5rem 0;
}
.header-contaier .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 26.75rem;
  height: 4rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(191, 191, 191, 0.22);
  box-shadow: 0px 0px 8px 2px rgba(191, 191, 191, 0.22);
  border-radius: 2rem;
  margin: 0 auto 1.875rem auto;
  padding: 0 20px;
  cursor: pointer;
}
.header-contaier .item .google-icon {
  background-image: url('../images/google-icon.png');
}
.header-contaier .item .face-icon {
  background-image: url('../images/face-icon.png');
}
.header-contaier .item .line-icon {
  background-image: url('../images/line-icon.png');
}
.header-contaier .item div {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 80px;
}
.header-contaier .navbar-brand .brand-icon {
  width: 20px;
  height: 34px;
  margin-right: 10px;
}
.footer-copyright-container {
  width: 100%;
  height: 320px;
  background-color: #fbf4ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-copyright-container a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}
.footer-copyright-container a:hover {
  text-decoration: none;
}
.footer-copyright-container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.footer-copyright-container .bravnovel p:last-child {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 12px;
}
.footer-copyright-container .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.footer-copyright-container .links .title,
.footer-copyright-container .follow .title {
  margin-bottom: 20px;
}
.footer-copyright-container .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
}
.footer-copyright-container i {
  font-size: 15px;
  margin-right: 8px;
  cursor: pointer;
}
.footer-copyright-container .brand-container {
  margin-bottom: 20px;
}
.footer-copyright-container .brand-container .brand-icon {
  width: 20px;
  height: 34px;
  margin-right: 10px;
}
.breadcrumb {
  font-size: 14px;
  margin: 0;
  padding: 15px 0;
  background-color: transparent;
}
.breadcrumb li {
  color: #AEAFB1;
}
.breadcrumb li a {
  color: #AEAFB1;
}
.breadcrumb li + li {
  padding-left: 20px;
  position: relative;
}
.breadcrumb li + li::before {
  content: '';
  display: inline-block;
  padding: 0;
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  color: #AEAFB1;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0) translateY(-50%);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0px;
}
.breadcrumb li:last-child {
  color: #333;
}
.breadcrumb li:last-child a {
  color: #333;
}
.score-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.score-container img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 2px;
}
.score-container .fraction {
  top: 1px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.novel-container .header-bg-container {
  width: 100%;
  height: 520px;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.novel-container .breadcrumb {
  padding-top: 52px;
}
.novel-container .breadcrumb li:last-child a {
  color: #fff !important;
}
.novel-container .header-container {
  height: 520px;
}
.novel-container .header-container .intro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.novel-container .header-container .card-left {
  width: 274px;
  height: 395px;
  margin-top: 53px;
  margin-right: 45px;
}
.novel-container .header-container .card-right {
  width: 80%;
  color: #fff;
}
.novel-container .header-container .card-right .stats {
  margin: 30px 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.novel-container .header-container .card-right .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 36px;
}
.novel-container .header-container .card-right .btns .btn {
  width: 174px;
  height: 64px;
  border-radius: 8px;
  font-size: 17px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
}
.card-right .btns a {
  color: #fff
}
.novel-container .header-container .card-right .btns .btn:first-child {
  color: #ffffff;
  background: #ff593e;
  margin-right: 30px;
}
.novel-container .header-container .card-right .btns .btn:last-child {
  background: #fff2f0;
  border-radius: 8px;
  color: #ff593e;
}
.novel-container .header-container .card-right .btns span {
  font-size: 14px;
  line-height: 22px;
  font-family: PingFang-SC-Bold, PingFang-SC;
}
.novel-container .header-container .card-right .btns i {
  font-size: 24px;
  margin: 0 5px;
  cursor: pointer;
}
.novel-container .header-container .card-right .down-container {
  position: relative;
  margin-top: 30px;
}
.novel-container .header-container .card-right .dropdown-menu {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  top: 0;
}
.novel-container .header-container .card-right .down {
  cursor: pointer;
}
.novel-container .header-container .card-right .down .bi {
  position: relative;
  top: -3px;
}
.novel-container .header-container .card-right .down span {
  font-size: 14px;
  margin-left: 10px;
}
.novel-container .header-container .card-right .down::after {
  display: none;
}
.novel-container .header-container .popover {
  top: 26px;
  width: 332px;
  max-width: 332px;
  height: 182px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(162, 162, 162, 0.36);
  box-shadow: 0px 2px 8px 0px rgba(162, 162, 162, 0.36);
  border-radius: 8px;
  padding: 10px;
}
.novel-container .header-container .popover .arrow {
  margin: 0 -0.7rem;
}
.novel-container .header-container .popover .title {
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 22px;
}
.novel-container .header-container .popover li {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 12px;
}
.novel-container .header-container .popover li::before {
  content: "•";
  color: #d8d8d8;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.novel-container .header-container .popover .imgs {
  padding-top: 20px;
  margin: auto;
}
.novel-container .header-container .popover .imgs img {
  width: 108px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}
.novel-container .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  line-height: 32px;
  color: #999999;
  margin: 75px 0 35px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.novel-container .tabs-header .is-active {
  color: #333333;
}
.novel-container .tabs-header .divider {
  width: 4px;
  height: 24px;
  background: #d8d8d8;
  margin: 0 30px;
}
.novel-container .tab-item {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.novel-container .tab-item .category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 16px;
}
.novel-container .tab-item .category-container a {
  display: block;
  padding: 0px 15px;
  margin: 0 10px 10px 0;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 14px;
  border: 1px solid #999999;
  font-family: PingFangSC-Regular, PingFang SC;
}
.novel-container .tab-item .sub-title {
  font-weight: bold;
  color: #333333;
  margin: 75px 0 35px 0;
}
.novel-container .tab-item .comp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.novel-container .tab-item .comp .item {
  width: 33%;
  height: 101px;
  border-radius: 4px;
  border: 1px solid #e4e5eb;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.novel-container .tab-item .comp .item:last-child {
  margin: 0;
}
.novel-container .tab-item .comp .item .thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
}
.novel-container .tab-item .comp .item .inner {
  width: 72%;
  font-size: 14px;
}
.novel-container .tab-item .comp .item .inner .diamonds {
  margin-top: 10px;
}
.novel-container .tab-item .comp .item .inner span {
  color: #e02a2a;
}
.novel-container .tab-item .comments-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.novel-container .tab-item .comments-item .thumb {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.novel-container .tab-item .comments-item .inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 14px;
  position: relative;
}
.novel-container .tab-item .comments-item .name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.novel-container .tab-item .comments-item .level {
  font-size: 14px;
  color: #999999;
}
.novel-container .tab-item .comments-item .score-container {
  position: absolute;
  right: 10px;
  top: 0;
}
.novel-container .tab-item .comments-item .content {
  margin: 13px 0;
}
.novel-container .tab-item .comments-item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.novel-container .tab-item .comments-item .bottom p {
  color: #999999;
  font-size: 14px;
}
.novel-container .tab-item .comments-item .bottom p svg {
  margin-right: 5px;
}
.novel-container .tab-item .comments-item .bottom p.is-active {
  color: #ff593e;
}
.novel-container .tab-item-container .tab-item-right {
  position: relative;
  top: -70px;
}
.novel-container .tab-item-container .tab-item-right .recommend-container {
  width: 339px;
  height: 954px;
  background: #f5f5f5;
  margin-bottom: 30px;
  padding: 40px;
}
.novel-container .tab-item-container .tab-item-right .recommend-container h3 {
  margin-bottom: 25px;
}
.novel-container .tab-item-container .tab-item-right .recommend-container .novel-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.novel-container .tab-item-container .tab-item-right .recommend-container .card-left {
  width: 86px;
  margin-right: 20px;
}
.novel-container .tab-item-container .tab-item-right .recommend-container .card-body {
  width: 50%;
  padding: 0px;
}
.novel-container .tab-item-container .tab-item-right .recommend-container .card-body .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  max-height: 24px;
}
.novel-container .tab-item-container .tab-item-right .recommend-container .description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  max-height: 48px;
}
.novel-container .tab-item-container .tab-item-right .recommend-container .description,
.novel-container .tab-item-container .tab-item-right .recommend-container .author {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  margin: 5px 0;
  font-family: PingFang-SC-Bold, PingFang-SC;
}
.novel-container #tabs_2 .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 30px;
}
.novel-container #tabs_2 .divider {
  height: 2px;
  background-color: #e4e5eb;
  margin: 20px 0;
}
.novel-container #tabs_2 .chapter-list {
  width: 100%;
  height: 1755px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 10px;
}
.novel-container #tabs_2 .chapter-list::-webkit-scrollbar {
  display: none;
}
.novel-container #tabs_2 .chapter-list .chapter-item {
  font-weight: 400;
  line-height: 32px;
  cursor: pointer;
  position: relative;
}
.novel-container #tabs_2 .chapter-list .chapter-item:hover span {
  color: #ff593e;
}
.novel-container #tabs_2 .chapter-list svg {
  position: absolute;
  right: 0;
  top: 9px;
}
.novel-container #tabs_2 .chapter-list .time {
  position: absolute;
  right: 40px;
  font-size: 80%;
  font-weight: 400;
  color: #6c757d;
}
.novel-container #tabs_2 .chapter-list .current {
  color: #ff593e;
}
.novel-container .comments-container {
  max-height: 1183px;
  overflow-y: scroll;
  cursor: -webkit-grab;
  cursor: grab;
}
.novel-container .comments-container::-webkit-scrollbar {
  display: none;
}

