body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  font-size: 18px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
dt {
  font-weight: normal;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #333;
}
ul {
  padding: 0;
  list-style: none;
}
#container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #container {
    padding: 0 20px;
  }
}
.zzy-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;
}
.zzy-button {
  border: 0 none;
  background: transparent;
  display: inline-block;
  outline: 0 none;
  height: 38px;
  padding: 0 20px;
  border-radius: 10px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.zzy-button.zzy-button-icon {
  font-size: 0;
  line-height: 0;
}
.zzy-button.zzy-button-primary {
  font-size: 18px;
  color: #fff;
  background: #d50808;
}
.zzy-icon {
  display: inline-block;
  background-size: 100% 100%;
}
.zzy-mod .zzy-mod-hd {
  position: relative;
  border-bottom: 2px solid #F5F5F5;
  overflow: hidden;
}
.zzy-mod .zzy-mod-hd h3 {
  float: left;
  font-size: 20px;
}
.zzy-mod .zzy-mod-hd .more {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 16px;
  color: #999;
}
.zzy-mod .zzy-mod-hd .countdown {
  visibility: hidden;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
  color: #ffa200;
  font-size: 18px;
}
.zzy-mod .zzy-mod-hd .countdown .zzy-icon-clock {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: -2px;
  background-image: url(../images/icon_clock.png);
}
.zzy-mod .zzy-mod-hd .nav-tabs {
  float: left;
  border: 0 none;
  margin-top: 19px;
  margin-left: 10px;
}
.zzy-mod .zzy-mod-hd .nav-tabs li {
  border-right: 2px solid #F5F5F5;
}
.zzy-mod .zzy-mod-hd .nav-tabs li a {
  font-size: 18px;
  color: #999;
  border: 0 none;
  border-radius: 0;
  padding: 0 5px;
}
.zzy-mod .zzy-mod-hd .nav-tabs li a:hover {
  background: transparent;
}
.zzy-mod .zzy-mod-hd .nav-tabs li.active a {
  color: #d50808;
}
.zzy-mod .zzy-mod-hd .nav-tabs li:last-child {
  border-right: 0 none;
}
.zzy-mod .zzy-mod-hd .refresh {
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 16px;
  color: #999;
}
.zzy-mod .zzy-mod-hd .refresh .zzy-icon-refresh {
  width: 14px;
  height: 14px;
  vertical-align: -1px;
  margin-right: 8px;
  background-image: url(../images/ico_refresh.png);
}
.zzy-mod .zzy-mod-bd {
  overflow: hidden;
}
.media {
  margin-top: 20px;
}
.media:first-child {
  margin-top: 20px;
}
.media .media-left {
  width: 35%;
  padding-right: 20px;
}
.media .media-left .media-object {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .media .media-left {
    width: 40%;
  }
}
.media .media-body dl {
  margin-bottom: 0;
}
.media .media-body dl dt {
  height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media .media-body dl dt a {
  color: #333;
  font-size: 16px;
}
.media .media-body dl .category a {
  color: #999;
  font-size: 16px;
}
.media .media-body dl .description {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  height: 63px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media .media-body dl .read {
  text-align: right;
}
.media .media-body dl .read a {
  font-size: 14px;
  color: #d50808;
}
.media .media-body dl .clicks {
  font-size: 14px;
  color: #d50808;
}
@media screen and (max-width: 991px) {
  .booklist .media .media-left {
    width: 20%;
  }
}
.panel {
  border: 0 none;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.thumbnail {
  margin: 20px 0 0;
  text-align: center;
  border: 0 none;
}
.thumbnail .caption {
  padding: 0;
}
.thumbnail .caption a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
}
.thumbnail .caption .category {
  margin-top: 10px;
}
.thumbnail .caption .category a {
  color: #999;
}
.zzy-list .zzy-list-item {
  margin-top: 10px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zzy-list .zzy-list-item a {
  color: #333;
  font-size: 18px;
}
.zzy-list .zzy-list-item a.category {
  color: #999;
  margin-right: 5px;
}
.zzy-list .zzy-list-item a.title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zzy-list .zzy-list-item .clicks {
  font-size: 14px;
  color: #d50808;
  text-align: right;
  padding-left: 0;
  line-height: 27px;
}
.zzy-table {
  font-size: 18px;
  line-height: 2;
}
.zzy-table .zzy-thead {
  color: #999;
  line-height: 2.4;
  margin: 0;
}
.zzy-table .zzy-thead li {
  padding: 5px 10px;
}
.zzy-table .zzy-tbody ul {
  margin: 0;
}
.zzy-table .zzy-tbody ul li {
  padding: 10px;
  white-space: nowrap;
}
.zzy-table .zzy-tbody ul li a {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zzy-table .zzy-tbody ul:nth-child(odd) li {
  background: #F5F5F5;
}
#routers {
  font-size: 16px;
  color: #999;
  margin: 25px 0 0;
}
#routers label {
  font-weight: normal;
  line-height: 22px;
}
#routers .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}
#routers .breadcrumb li a {
  color: #999;
}
#routers .breadcrumb li + li:before {
  content: '›';
}
#nav-pagination {
  text-align: center;
  margin-top: 25px;
}
#nav-pagination .pagination li + li {
  margin-left: 6px;
}
#nav-pagination .pagination li a,
#nav-pagination .pagination li span {
  display: inline-block;
  float: none;
  border: 0 none;
  background: #f8f8f8;
  border-radius: 5px;
  font-size: 14px;
  color: #999;
}
#nav-pagination .pagination li.active a {
  background: #d50808;
  color: #fff;
}
.toolbar {
  margin-top: 25px;
  background: #d50808;
}
.toolbar .nav.nav-tabs-primary {
  background: #d50808;
  border-bottom: 0 none;
  padding: 0 25px;
}
.toolbar .nav.nav-tabs-primary li {
  margin: 0;
  height: 61px;
  padding: 17px 25px 10px;
  cursor: pointer;
}
.toolbar .nav.nav-tabs-primary li a {
  padding: 0;
  margin: 0;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  height: 34px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.toolbar .nav.nav-tabs-primary li a:hover,
.toolbar .nav.nav-tabs-primary li a:focus,
.toolbar .nav.nav-tabs-primary li a:active {
  background: transparent;
  margin: 0;
  padding: 0;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: transparent;
}
.toolbar .nav.nav-tabs-primary li a:focus,
.toolbar .nav.nav-tabs-primary li a:active {
  outline-offset: 0;
}
.toolbar .nav.nav-tabs-primary li.active {
  background: #fff;
}
.toolbar .nav.nav-tabs-primary li.active a {
  color: #d50808;
  font-weight: bold;
  display: inline-block;
  border-color: #d50808;
}
.toolbar .nav.nav-tabs-primary li:hover {
  margin: 0;
}
.toolbar h1 {
  margin: 0;
  float: left;
  color: #fff;
  font-size: 20px;
  line-height: 61px;
  text-indent: 30px;
}
.toolbar h1 ~ .nav.nav-tabs-primary {
  float: right;
  margin: 0;
}
.toolbar .countdown {
  visibility: hidden;
  float: right;
  color: #fff;
  font-size: 28px;
  margin-right: 40px;
  line-height: 61px;
}
.toolbar .countdown .time {
  display: inline-block;
  min-width: 126px;
  text-align: right;
}
.toolbar .countdown .zzy-icon-clock {
  width: 30px;
  height: 30px;
  vertical-align: -5px;
  margin-right: 10px;
  background-image: url(../images/ico_clock_white.png);
}
.novel-list .col .media {
  margin-top: 30px;
}
.novel-list .col .media .media-left {
  width: 22%;
}
.novel-list .col .media .media-body {
  position: relative;
}
.novel-list .col .media .media-body dl dt {
  position: relative;
  height: auto;
  padding-right: 22%;
  margin-bottom: 10px;
}
.novel-list .col .media .media-body dl dt h3 {
  margin: 0;
}
.novel-list .col .media .media-body dl dt h3 a {
  font-size: 20px;
}
.novel-list .col .media .media-body dl dt h3 .num {
  display: inline-block;
  font-size: 14px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: #eee;
  vertical-align: 2px;
}
.novel-list .col .media .media-body dl dt h3 em {
  color: #d50808;
  font-style: normal;
}
.novel-list .col .media .media-body dl dt .category {
  position: absolute;
  right: 0;
  top: 2px;
  color: #999;
}
.novel-list .col .media .media-body dl .description {
  font-size: 18px;
  line-height: 28px;
  height: 56px;
}
.novel-list .col .media .media-body dl .extra-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #999;
}
.novel-list .col .media .media-body dl .extra-info .item + .item {
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .novel-list .col .media .media-body dl .extra-info {
    display: none;
  }
}
.novel-list .col:nth-child(1) .media .media-body .num,
.novel-list .col:nth-child(2) .media .media-body .num,
.novel-list .col:nth-child(3) .media .media-body .num {
  background: #d50808;
  color: #fff;
}
.panel-filters {
  background: #F5F5F5;
  border-radius: 10px;
  margin-top: 25px;
  padding: 20px;
  margin-bottom: 0;
}
.panel-filters .filter-item + .filter-item {
  margin-top: 10px;
}
.panel-filters .filter-item .filter-item-label {
  float: left;
  font-weight: normal;
  padding-right: 15px;
}
.panel-filters .filter-item .nav li {
  float: left;
  margin-right: 20px;
}
.panel-filters .filter-item .nav li a {
  padding: 0;
  color: #999;
}
.panel-filters .filter-item .nav li.active a {
  color: #d50808;
}
.aspect-ratio {
  display: block;
  position: relative;
}
.aspect-ratio.aspect-ratio-140 {
  padding-top: 140%;
}
.aspect-ratio > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#header {
  margin-top: 25px;
}
#header #logo {
  display: block;
  width: 151px;
  height: 102px;
  background-image: url(../images/logo.png);
  overflow: hidden;
  text-indent: -9999em;
  background-size: 151px 102px;
}
#header #searchbar {
  position: relative;
  margin: 26px 0 0 40px;
  width: 420px;
  height: 50px;
  border-radius: 10px;
  border: 2px solid #d50808;
  padding: 10px 105px 10px 15px;
  overflow: hidden;
}
#header #searchbar .zzy-input {
  display: block;
  border: 0 none;
  height: 30px;
  font-size: 18px;
}
#header #searchbar .zzy-button__search {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  width: 90px;
  height: 100%;
  background: #d50808 url(../images/ico_search.png) no-repeat 50% 50%;
  background-size: 30px 30px;
}
#navigation {
  margin-top: 25px;
  border-bottom: 2px solid #F5F5F5;
}
#navigation .nav-item {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #333;
  padding-bottom: 10px;
}
#navigation .nav-item:hover::before,
#navigation .nav-item.active::before {
  content: '';
  height: 0;
  border-bottom: 2px solid #d50808;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
#navigation #main-nav ul {
  margin: 0;
}
#navigation #main-nav ul li {
  float: left;
}
#navigation #main-nav ul li .nav-item {
  padding-left: 27px;
  padding-right: 27px;
}
#navigation #main-nav ul li .nav-item:hover,
#navigation #main-nav ul li .nav-item.active {
  color: #d50808;
}
@media screen and (max-width: 810px) and (min-width: 690px) {
  #navigation #main-nav ul li .nav-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 689px) {
  #navigation #main-nav ul li .nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#navigation #main-nav ul li + li {
  margin-left: 30px;
}
@media (max-width: 689px) {
  #navigation #main-nav ul li + li {
    margin-left: 10px;
  }
}
#navigation #extra-nav .nav-item {
  font-size: 20px;
}
#navigation #extra-nav .avatar {
  display: inline-block;
  vertical-align: -7px;
  margin-right: 6px;
  width: 30px;
  height: 30px;
  background-image: url(../images/ico_avatar.png);
  background-size: 30px 30px;
}
#navigation #extra-nav .split {
  font-size: 20px;
  color: #999;
  margin: 0 5px;
}
#footer {
  font-size: 18px;
  color: #999;
  margin-top: 25px;
  background: #f8f8f8;
}
#footer .row {
  max-width: 1200px;
  margin: 0 auto;
}
#footer h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
#footer a {
  color: #999;
  display: inline-block;
}
#footer a + a {
  margin-left: 15px;
}
#footer #copyright {
  margin-top: 15px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.chapters {
  line-height: 2;
  margin: 20px -2px;
}
.chapters .col {
  position: relative;
}
.chapters .col::after {
  content: '';
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 2px solid #F5F5F5;
}
.chapters .col a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.chapters .col a .num {
  display: inline-block;
  color: #999;
  margin-right: 10px;
  min-width: 60px;
}
#novel .media {
  position: relative;
}
#novel .media .media-left {
  width: 30%;
  padding-right: 20px;
}
#novel .media .media-left .img-container {
  height: 304px;
}
#novel .media .media-body h1 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 400;
}
#novel .media .media-body h1 em {
  color: #d50808;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
}
#novel .media .media-body p .item {
  display: inline-block;
}
#novel .media .media-body p .item + .item {
  margin-left: 20px;
}
#novel .media .media-body .summary {
  max-height: 132px;
  overflow: hidden;
  border-top: 2px solid #F5F5F5;
  padding-top: 20px;
}
#novel .media .media-body .summary p {
  margin: 0;
  color: #999;
  line-height: 28px;
}
#novel .media .media-body .zzy-button__view {
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}
#novel .media .media-body .zzy-button__view .zzy-icon-view {
  width: 22px;
  height: 14px;
  vertical-align: -1px;
  margin-right: 2px;
  background-image: url(../images/ico_view.png);
}
@media screen and (min-width: 1200px) {
  #novel .media .media-body .zzy-button__view {
    position: absolute;
    bottom: 0;
    left: 30%;
  }
}
#novel .updates {
  position: relative;
  margin-top: 25px;
  border-radius: 10px;
  background: #eee;
  padding: 20px 20px 15px;
}
#novel .updates h2 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
}
#novel .updates p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
#novel .updates .date {
  display: block;
  position: absolute;
  font-size: 16px;
  color: #999;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 700px) {
  #novel .updates .date {
    position: static;
    margin-bottom: 10px;
  }
}
#novel .tip .tip-top {
  margin-bottom: 10px;
  font-size: 20px;
}
#novel .tip .tip-top div {
  display: inline-block;
  color: #00a0e9;
}
#novel .tip .tip-top div .theme-left {
  margin-left: 15px;
}
#novel .tip .tip-top .welth {
  color: #999;
}
#novel .tip .tip-gifts {
  border-top: #eee solid 1px;
}
#novel .tip .tip-gifts .gift .active {
  border: #00a0e9 solid 2px !important;
}
#novel .tip .tip-gifts .gift .gift-img {
  border: #eee solid 2px;
  margin-top: 10px;
  border-radius: 5px;
}
#novel .tip .tip-gifts .gift .gift-img img {
  width: 100%;
}
#novel .tip .tip-gifts .gift .gift-name {
  text-align: center;
  font-size: 14px;
}
#novel .tip .zzy-button-tip {
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  background: #d50808;
}
#novel .tip .tip-log {
  color: #00a0e9;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
}
#novel .tip .logs .log-row {
  border-bottom: #eee solid 1px;
}
#novel .tip .logs .log-row .log-headimg {
  line-height: 80px;
}
#novel .tip .logs .log-row .log-headimg img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
#novel .tip .logs .log-row .log-text {
  margin-top: 16px;
  font-size: 16px;
}
#novel .tip .logs .log-row .tip-gift {
  line-height: 80px;
  text-align: center;
}
#novel .tip .logs .log-row .tip-gift img {
  width: 40px;
  height: 40px;
}
#novel .tip .logs .log-first {
  border-top: #eee solid 1px;
}
#collection {
  left: 43%;
  position: absolute;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
}
#collection .glyphicon {
  font-size: 20px;
  top: 4px;
}
.novel-comments {
  margin-top: 25px;
}
#novel_comment_hook {
  left: 81.5% !important;
}
.comments-container {
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
}
.comments-container .comments-header {
  padding: 10px;
  background: #eee;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.comments-container .comments-no {
  padding: 50px 0;
  text-align: center;
}
.comments-container .comments-main {
  padding: 20px;
}
.comments-container .comments-main .post .post-header {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #ccc;
  height: 50px;
  line-height: 50px;
}
.comments-container .comments-main .post .post-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 50px;
}
.comments-container .comments-main .post .post-main .post-user {
  padding: 0 20px;
}
.comments-container .comments-main .post .post-main .post-user .avatar {
  margin-bottom: 10px;
}
.comments-container .comments-main .post .post-main .post-user .avatar img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.comments-container .comments-main .post .post-main .post-user .user {
  text-align: center;
}
.comments-container .comments-main .post .post-main .post-user .user .btn {
  font-size: 16px;
  color: white;
  padding: 5px 10px;
  background: #45BFEB;
  border: none;
  border-radius: 5px;
  outline: none;
}
.comments-container .comments-main .post .post-main .post-form {
  width: 100%;
}
.comments-container .comments-main .post .post-main .post-form .content {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
.comments-container .comments-main .post .post-main .post-form .content textarea {
  width: 100%;
  height: 150px;
  border: none;
  resize: none;
  outline: none;
}
.comments-container .comments-main .post .post-main .post-form .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.comments-container .comments-main .post .post-main .post-form .bottom .tip {
  font-size: 12px;
}
.comments-container .comments-main .post .post-main .post-form .bottom .post-submit {
  border: none;
  border-radius: 5px;
  background: #296FE9;
  font-size: 16px;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  margin-left: 10px;
  outline: none;
}
.comments-container .comments-main .comments-list-container .comments-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #ccc;
}
.comments-container .comments-main .comments-list-container .comments-list-header .title {
  font-weight: bold;
  font-size: 16px;
}
.comments-container .comments-main .comments-list-container .comments-list-header .paging .pagination {
  margin: 0;
}
.comments-container .comments-main .comments-list-container .comment-list .item {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.comments-container .comments-main .comments-list-container .comment-list .item:last-of-type {
  border-bottom: none;
}
.comments-container .comments-main .comments-list-container .comment-list .item .item-avatar {
  padding: 0 20px;
}
.comments-container .comments-main .comments-list-container .comment-list .item .item-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.comments-container .comments-main .comments-list-container .comment-list .item .item-main .item-header {
  margin-bottom: 10px;
}
.comments-container .comments-main .comments-list-container .comment-list .item .item-main .item-content {
  text-align: justify;
}
#novel_read {
  left: 63% !important;
}
