/*! 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 {
  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 .navbar-brand .brand-icon,
.header-contaier .modal-header img,
.header-contaier .item div,
.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 .navbar-brand .brand-icon {
  width: 20px;
  height: 34px;
  margin-right: 10px;
}
.header-contaier .modal-dialog {
  max-width: 660px !important;
  text-align: center;
}
.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;
}
.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;
}
.recommend-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.recommend-list-container .novel-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recommend-list-container .novel-card .card-left {
  width: 160px;
  margin: 1.25rem;
  margin-right: 15px;
  margin-left: 0;
}
.recommend-list-container .novel-card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.recommend-list-container .novel-card .card-body .title {
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
}
.recommend-list-container .novel-card .card-body .author {
  font-size: 14px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin: 20px 0;
}
.recommend-list-container .novel-card .card-body .description {
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  max-height: 96px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}
.recommend-list-container .novel-card .read-now {
  position: absolute;
  right: 10px;
  width: 122px;
  height: 50px;
  background: #ff593e;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.recommend-list-container .novel-card .right-container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0 20px;
}
.recommend-list-container .novel-card .right-container .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;
}
.recommend-list-container .novel-card .right-container .btn:first-child {
  color: #ffffff;
  background: #ff593e;
}
.recommend-list-container .novel-card .right-container .btn:last-child {
  background: #fff2f0;
  border-radius: 8px;
  color: #ff593e;
  margin-top: 27px;
}
.recommend-list-container .novel-card .right-container .btn i {
  margin-right: 6px;
}
.rank-container .header {
  width: 100%;
  height: 385px;
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 90px;
}
.rank-container .header .header-top .container {
  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;
}
.rank-container .header .header-top .right span {
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #999999;
  line-height: 22px;
}
.rank-container .header .header-top .right i {
  font-size: 24px;
  margin: 0 5px;
}
.rank-container .header .header-center {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.rank-container .header .title {
  font-size: 34px;
  font-family: Arial-Black, Arial;
  font-weight: 900;
  color: #ff593e;
  line-height: 41px;
  text-align: center;
  padding-top: 60px;
}
.rank-container .header .title .red {
  color: #ff593e;
}
.rank-container .header .title .block {
  color: #000;
}
.rank-container .header .time {
  font-size: 16px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #999999;
  line-height: 50px;
}
.rank-container .recommend-list-container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.rank-container .novel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.rank-container .novel-container .sort {
  font-size: 48px;
  font-family: Arial-Black, Arial;
  font-weight: 900;
  line-height: 60px;
  margin-top: 20px;
  color: #dddddd;
  width: 68px;
  margin-right: 30px;
}
.rank-container .novel-container:nth-child(1) .sort {
  color: #ff593e !important;
}
.rank-container .novel-container:nth-child(2) .sort {
  color: #ff593e !important;
  opacity: .8;
}
.rank-container .novel-container:nth-child(3) .sort {
  color: #ff593e !important;
  opacity: .6;
}
