* {
  margin: 0 ;
  padding: 0;
  font-family: "PingFangSC-Regular", "PingFang SC", "Roboto", "Arial", "Helvetica", "sans-serif";
}
html {
  height: 100%;
  background-color: #101318;
  font-size: 16px;
}
html,
body {
  min-height: 100%;
}
body {
  position: relative;
  padding-bottom: 220px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dis-hide {
  display: none;
}
.pointer {
  cursor: pointer;
}
.dbclick-no-select {
  -moz-user-select: none;
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.checkbox-container {
  position: relative;
}
a {
  text-decoration: none;
}
.font-zero {
  font-size: 0;
}
.body-not-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
.clear-float:after {
  display: block;
  content: "";
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.backtop-trigger {
  width: 48px;
  height: 48px;
  background-color: #3F4359;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  overflow: hidden;
  position: fixed;
  right: 30px;
  bottom: 120px;
  line-height: 48px;
  z-index: 3;
  cursor: pointer;
  max-width: 0;
  max-height: 0;
}
.backtop-trigger [class*='ifont-'] {
  font-size: 16px;
}
.backtop-trigger:hover {
  background-color: #575d7c;
}
@media screen and (min-width: 1024px) {
  body {
    padding-bottom: 140px;
  }
}
/*
* 变量
*/
.abs-hor-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.abs-ver-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.abs-all-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top-nav {
  position: relative;
  height: 60px;
  background-color: #1D1E24;
  z-index: 50;
}
.top-nav-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  height: 20px;
  cursor: pointer;
}
.top-nav-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  height: 18px;
  cursor: pointer;
}
.nav-logo {
  display: inline-block;
  width: 124px;
}
.nav-logo img {
  display: block;
  width: 100%;
  padding: 8px 0;
}
.top-nav-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.top-nav-side-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.top-nav-side-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background-color: #20232A;
}
.nav-search-input-box,
.nav-search-input-box-pc {
  height: 40px;
  margin: 8px 48px 8px 8px;
  background: #20232A;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.nav-search-input-box .ifont-search,
.nav-search-input-box-pc .ifont-search,
.nav-search-input-box .ifont-cross-solid,
.nav-search-input-box-pc .ifont-cross-solid {
  display: none;
  position: absolute;
  top: 12px;
  right: 56px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  z-index: 1;
  font-size: 16px;
  color: #3d3d4d;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.nav-search-input-box .ifont-search:hover,
.nav-search-input-box-pc .ifont-search:hover,
.nav-search-input-box .ifont-cross-solid:hover,
.nav-search-input-box-pc .ifont-cross-solid:hover {
  background-color: #101318;
  color: #6e6e7a;
}
.nav-search-input-box .ifont-search:active,
.nav-search-input-box-pc .ifont-search:active,
.nav-search-input-box .ifont-cross-solid:active,
.nav-search-input-box-pc .ifont-cross-solid:active {
  background-color: #01040c;
}
.nav-search-input-box .ifont-cross,
.nav-search-input-box-pc .ifont-cross {
  position: absolute;
  right: 48px;
  top: 8px;
  width: 50px;
  line-height: 44px;
  text-align: center;
}
.nav-search-input-box .ifont-search-advance,
.nav-search-input-box-pc .ifont-search-advance {
  position: absolute;
  right: 2px;
  top: 8px;
  width: 48px;
  line-height: 44px;
  text-align: center;
}
.nav-search-input {
  height: 40px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.nav-search-input input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  border: none;
  outline: none;
  background: transparent;
}
.nav-search-input-inner {
  padding-left: 16px;
  height: 100%;
}
.nav-search-pool {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #01040c;
  z-index: 10;
  overflow: auto;
}
.nav-search-pool .ifont-cross {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.top-nav-content {
  display: none;
}
.has-user-box {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  padding: 14px 0;
  border-bottom: solid 1px #223b53;
}
.has-user-cover {
  margin: 0 16px;
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.has-user-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.has-user-name {
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.has-user-arrow {
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 13px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
}
.top-nav-item {
  position: relative;
  height: 48px;
  font-size: 14px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px #34373e;
  padding-left: 16px;
}
.top-nav-item.active {
  font-weight: bold;
  background-color: #01040c;
}
.top-nav-item [class*=ifont] {
  display: inline-block;
  line-height: inherit;
  font-size: 16px;
  margin-left: 16px;
  margin-right: 16px;
}
.icon-for-m {
  position: relative;
  top: 2px;
  margin-right: 16px;
}
.top-nav-side-list {
  height: 100%;
  overflow: auto;
}
.top-nav-content-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 8px;
}
.top-nav-center-mob {
  text-align: center;
}
.top-nav-l-mob-box,
.top-nav-c-mob-box,
.top-nav-r-mob-box {
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.top-nav-l-mob-box,
.top-nav-r-mob-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-nav-l-mob-box .top-nav-item-mob,
.top-nav-r-mob-box .top-nav-item-mob {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.top-nav-l-mob-box .top-nav-item-mob [class*=ifont],
.top-nav-r-mob-box .top-nav-item-mob [class*=ifont] {
  font-size: 20px;
  line-height: 40px;
}
.top-nav-l-mob-box .top-nav-item-mob.active,
.top-nav-r-mob-box .top-nav-item-mob.active {
  background-color: #101318;
}
.top-nav-l-mob-box .top-nav-item-mob:hover,
.top-nav-r-mob-box .top-nav-item-mob:hover {
  background-color: #01040c;
}
.top-nav-r-mob-box {
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.top-nav-r-mob-box .top-nav-item-mob {
  margin-left: 4px;
}
.top-nav-r-mob-box .top-nav-item-mob:last-child {
  margin-left: 0;
}
.top-nav-l-mob-box .top-nav-item-mob {
  margin-right: 4px;
}
.top-nav-l-mob-box .top-nav-item-mob:last-child {
  margin-right: 0;
}
.top-nav-item-mob a {
  color: inherit;
}
.top-nav-side-login {
  margin-left: 16px;
  margin-right: 16px;
  color: #fff;
  text-align: center;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  cursor: pointer;
  background-color: #DFC606;
  margin-top: 16px;
}
.top-nav-side-login:hover {
  background-color: #cfb806;
}
.top-nav-side-login:active {
  background-color: #d0b806;
}
.top-nav-side-cls-box {
  padding: 12px 10px;
  border-bottom: solid 1px #34373e;
}
.top-nav-side-cls {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
.top-nav-side-cls:hover {
  background-color: #101318;
}
.top-nav-side-cls:active {
  background-color: #01040c;
}
.top-nav-side-cls [class*='ifont'] {
  line-height: inherit;
}
.nav-search-res {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.nav-search-res-more {
  text-align: center;
  font-size: 14px;
  color: #DFC606;
  padding: 16px 0;
}
.nav-search-type-box {
  position: relative;
  z-index: 1;
}
.top-lang-box {
  display: none;
  padding-top: 12px;
  padding-bottom: 12px;
}
.top-nav-sub {
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  padding-left: 32px;
}
.top-nav-sub img {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.top-active-lang {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top-active-lang img {
  position: relative;
  top: 4px;
  margin-right: 8px;
}
@media screen and (min-width: 1024px) {
  .top-nav-left,
  .top-nav-center,
  .top-nav-right {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .top-nav-content-mob {
    display: none;
  }
  .top-nav-content {
    position: relative;
    display: block;
    height: 100%;
    max-width: 1263px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-nav-content:after {
    content: "";
    display: block;
    clear: both;
  }
  .top-nav-side {
    display: none;
  }
  .top-nav-left {
    position: static;
    padding: 0;
    margin: auto;
    height: auto;
    margin-right: 24px;
    cursor: default;
    line-height: 60px;
  }
  .nav-logo {
    width: 148px;
    vertical-align: middle;
  }
  .nav-logo img {
    padding: 0;
  }
  .top-nav-item {
    display: inline-block;
    height: 60px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 60px;
    vertical-align: middle;
    border-bottom: none;
    padding-left: 0;
  }
  .top-nav-link {
    color: rgba(255, 255, 255, 0.6);
    margin-left: 20px;
    margin-right: 20px;
    min-width: 40px;
    text-align: center;
  }
  .top-nav-link.active,
  .top-nav-link:hover {
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    background-color: transparent;
  }
  .top-nav-link.active:after,
  .top-nav-link:hover:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #DFC606;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
  }
  .top-nav-center {
    position: static;
    width: auto;
    height: auto;
  }
  .top-nav-right {
    float: right;
    height: auto;
    position: static;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .top-nav-right:after {
    content: "";
    display: inline-block;
    clear: both;
    height: 60px;
    vertical-align: middle;
  }
  .top-nav-right .top-nav-item {
    margin-left: 4px;
    margin-right: 4px;
  }
  .has-user-cover {
    padding-left: 0;
    padding-right: 0;
    width: 28px;
    height: 28px;
    margin: 0;
    background-color: #01040c;
  }
  .has-lang-cover {
    width: 24px;
  }
  .has-lang-entrance {
    margin-left: 16px;
  }
  .has-lang-entrance img {
    position: relative;
    top: 2px;
    width: 24px;
  }
  .has-lang-entrance {
    padding-right: 0;
    vertical-align: top;
  }
  .has-lang-entrance:hover {
    background-color: transparent;
  }
  .has-lang-entrance:hover .nav-lang-entrance {
    display: block;
  }
  .has-user-entrance:hover {
    background-color: transparent;
  }
  .has-user-entrance:hover .nav-user-entrance {
    display: block;
  }
  .nav-user-entrance,
  .nav-lang-entrance {
    position: absolute;
    top: 42px;
    right: 0;
    display: none;
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 160px;
    background-color: #20232A;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-lang-entrance {
    min-width: 200px;
  }
  .nav-user-en-item,
  .nav-lang-en-item {
    padding: 4px 16px;
    font-size: 14px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .nav-user-en-item:hover,
  .nav-lang-en-item:hover {
    background-color: #01040c;
  }
  .nav-lang-en-item {
    position: relative;
  }
  .nav-lang-en-item [class*='ifont-'] {
    position: absolute;
    right: 16px;
    top: 0;
    display: none;
    line-height: 32px;
  }
  .nav-lang-en-item.active {
    color: #DFC606;
    background-color: #DFC606;
  }
  .nav-lang-en-item.active [class*='ifont-'] {
    display: block;
  }
  .nav-lang-en-item img {
    margin-right: 16px;
  }
  .nav-lang-entrance-tip {
    position: absolute;
    top: -40px;
    right: 23px;
  }
  .nav-lang-entrance-tip {
    right: 20px;
  }
  .nav-search-pool {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    width: 480px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
  }
  .nav-search-pool .ifont-cross {
    right: -32px;
    top: 14px;
  }
  .nav-search-pool-mob {
    position: relative;
    width: 200px;
    height: 40px;
    overflow: visible;
    margin-right: 16px;
  }
  .nav-search-input-box,
  .nav-search-input-box-pc {
    height: 40px;
    margin: unset;
    background-color: #01040c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-search-input-box .ifont-search,
  .nav-search-input-box-pc .ifont-search {
    left: auto;
    top: 14px;
    right: 4px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #3d3d4d;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
  }
  .nav-search-input-box .ifont-search:hover,
  .nav-search-input-box-pc .ifont-search:hover {
    background-color: #e3e4e6;
  }
  .nav-search-input-box .ifont-search:active,
  .nav-search-input-box-pc .ifont-search:active {
    background-color: #d6d7d9;
  }
  .nav-search-input-box .ifont-cross-solid,
  .nav-search-input-box-pc .ifont-cross-solid {
    top: 14px;
    right: 4px;
  }
  .nav-search-input-box-pc .ifont-cross-solid {
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 8px;
    right: 4px;
  }
  .nav-search-input-inner-mob {
    padding-left: 16px;
    padding-right: 16px;
    height: 100%;
  }
  .has-lang-entrance {
    position: absolute;
    right: -56px;
    margin-left: 0;
  }
  .top-nav-icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    margin: 0 4px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
  }
  .top-nav-icon [class*=ifont] {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 40px;
  }
  .top-nav-icon:hover {
    background-color: #101318;
  }
  .top-nav-icon:active {
    background-color: #01040c;
  }
  .nav-search-type-box {
    position: absolute;
    left: 0;
    right: 0;
  }
  .nav-search-res {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #01040c;
    position: relative;
    top: 42px;
  }
  .top-nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.nav-search-res-book {
  vertical-align: top;
  overflow: hidden;
  margin: 0 8px;
  border-bottom: solid 1px #34373e;
}
.nav-search-book-part {
  position: relative;
  vertical-align: top;
}
.nav-search-book-name {
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.nav-search-book-name .active {
  color: #DFC606;
}
.nav-search-book-img {
  position: relative;
  margin-right: 8px;
  width: 30px;
  height: 40px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #01040c;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nav-search-book-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nav-search-book-img img:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.nav-search-book-content {
  padding: 8px 0;
}
.nav-search-book-author {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin-right: 16px;
}
/** pc*/
@media screen and (min-width: 1024px) {
  .nav-search-book-author {
    margin-bottom: 8px;
  }
  .nav-search-book-author {
    font-size: 14px;
  }
  .nav-search-book-img {
    display: none;
  }
  .nav-search-book-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 4px;
  }
}
.model-module {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.model-cls-layer {
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.model-table {
  width: 100%;
  height: 100%;
}
.model-body {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #01040c;
}
.model-header {
  position: relative;
  margin-bottom: 20px;
  border-bottom: solid 1px #34373e;
  padding-top: 10px;
  padding-bottom: 10px;
}
.model-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 28px;
  font-weight: bold;
}
.model-close {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.model-close:hover {
  background-color: transparent;
}
.model-close:active {
  background-color: #20232A;
}
.model-close.for-pc-none {
  display: none;
}
.model-close-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}
.model-close-bg:hover {
  background-color: transparent;
}
.model-content-subtitle {
  padding-bottom: 15px;
  padding-top: 0;
  font-size: 14px;
  color: #3d3d4d;
  line-height: 20px;
}
.model-content {
  margin-bottom: 20px;
}
.model-footer {
  text-align: right;
}
.model-btn {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 36px;
}
.model-btn:first-child {
  margin-left: 0;
}
.model-btn:last-child {
  margin-right: 0;
}
.model-submit,
.model-submit-cls {
  background-color: #DFC606;
  color: #000000;
}
.model-submit:hover,
.model-submit-cls:hover {
  background-color: #cfb806;
}
.model-submit.btn-safe,
.model-submit-cls.btn-safe {
  background-color: rgba(208, 184, 6, 0.3);
  cursor: not-allowed;
}
.model-cancel {
  background-color: #f3f4f6;
  color: #6e6e7a;
}
.model-cancel:hover {
  background-color: #e3e4e6;
}
.model-cancel:active {
  background-color: #d6d7d9;
}
.model-trigger {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .model-body {
    max-width: 600px;
    background-color: #20232A;
  }
  .model-title {
    font-size: 20px;
    line-height: 28px;
  }
  .model-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .model-content-subtitle {
    padding-top: 16px;
    font-size: 16px;
    line-height: 28px;
  }
  .model-close {
    top: 12px;
  }
  .model-close:hover {
    background-color: #101318;
  }
  .model-close:active {
    background-color: #01040c;
  }
}
/** 登录注册*/
/** 模态框*/
.login .model-cls-layer,
.register .model-cls-layer,
.forget-pwd .model-cls-layer,
.reset-pwd .model-cls-layer {
  display: none;
}
.login.model-module,
.register.model-module,
.forget-pwd.model-module,
.reset-pwd.model-module {
  padding-top: 0;
  padding-bottom: 0;
  top: 60px;
  z-index: 30;
}
.login .model-table,
.register .model-table,
.forget-pwd .model-table,
.reset-pwd .model-table {
  background-color: #01040c;
}
.login .model-header,
.register .model-header,
.forget-pwd .model-header,
.reset-pwd .model-header {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 32px;
}
.login .model-title,
.register .model-title,
.forget-pwd .model-title,
.reset-pwd .model-title {
  font-size: 28px;
  line-height: 32px;
}
.login .model-body,
.register .model-body,
.forget-pwd .model-body,
.reset-pwd .model-body {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.forget-box .forget-pwd-back {
  display: none;
}
.login .model-close,
.register .model-close,
.forget-pwd .model-close,
.reset-pwd .model-close {
  left: 16px;
  right: auto;
  padding: 6px;
  font-size: 20px;
  top: 16px;
}
@media screen and (min-width: 1024px) {
  .login.model-module,
  .register.model-module,
  .forget-pwd.model-module,
  .reset-pwd.model-module {
    background-color: rgba(0, 26, 51, 0.95);
  }
  .login .model-cls-layer,
  .register .model-cls-layer,
  .forget-pwd .model-cls-layer,
  .reset-pwd .model-cls-layer {
    display: block;
  }
  .login .model-body,
  .register .model-body,
  .forget-pwd .model-body,
  .reset-pwd .model-body {
    padding: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .login .model-content,
  .register .model-content,
  .forget-pwd .model-content,
  .reset-pwd .model-content {
    margin-bottom: 0;
  }
  .login .model-header,
  .register .model-header,
  .forget-pwd .model-header,
  .reset-pwd .model-header {
    margin-bottom: 24px;
  }
  .forget-pwd .model-body,
  .reset-pwd .model-body {
    position: relative;
  }
  .forget-box .forget-pwd-back {
    display: block;
    position: absolute;
    left: 16px;
    top: 16px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
  }
}
.login-box,
.register-box,
.forget-box {
  max-width: 460px;
  width: auto;
}
.login-label {
  display: none;
}
.login-title {
  margin-top: 32px;
  margin-bottom: 48px;
  font-size: 20px;
  color: #3d3d4d;
  line-height: 36px;
  text-align: center;
}
.login-box [type='text'],
.register-box [type='text'],
.forget-box [type='text'],
.login-box [type='email'],
.register-box [type='email'],
.forget-box [type='email'],
.login-box [type='password'],
.register-box [type='password'],
.forget-box [type='password'] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.9);
  border: solid 1px rgba(255, 255, 255, 0.3);
  outline: none;
  background-color: transparent;
  text-indent: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.login-box [type='text']:-webkit-autofill,
.register-box [type='text']:-webkit-autofill,
.forget-box [type='text']:-webkit-autofill,
.login-box [type='email']:-webkit-autofill,
.register-box [type='email']:-webkit-autofill,
.forget-box [type='email']:-webkit-autofill,
.login-box [type='password']:-webkit-autofill,
.register-box [type='password']:-webkit-autofill,
.forget-box [type='password']:-webkit-autofill {
  color: #3d3d4d;
  background-color: transparent;
}
.login-box [type='text']:focus,
.register-box [type='text']:focus,
.forget-box [type='text']:focus,
.login-box [type='email']:focus,
.register-box [type='email']:focus,
.forget-box [type='email']:focus,
.login-box [type='password']:focus,
.register-box [type='password']:focus,
.forget-box [type='password']:focus {
  border: solid 1px rgba(255, 255, 255, 0.9);
}
.login-btns {
  font-size: 0;
}
.login-submit-btn,
.login-register-btn,
.register-submit-btn,
.forgotten-submit-btn,
.reset-pwd-submit-btn {
  display: inline-block;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  border: none;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
}
.login-submit-btn {
  width: 60%;
  color: #000;
  background-color: #DFC606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #DFC606;
}
.login-submit-btn:hover {
  background-color: #cfb806;
  border: solid 1px #cfb806;
}
.login-submit-btn:active {
  background-color: #d0b806;
  border: solid 1px #d0b806;
}
.login-submit-btn.login-submit-btn-error {
  background-color: rgba(208, 184, 6, 0.3);
  border: solid 1px rgba(208, 184, 6, 0.3);
}
.login-submit-btn.find-password-btn {
  margin-top: 32px;
}
.login-register-btn {
  margin-right: 5%;
  color: #DFC606;
  width: 35%;
  background-color: transparent;
  border: solid 1px #DFC606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.login-register-btn:hover {
  background-color: #101318;
}
.login-register-btn:active {
  background-color: #20232A;
}
.register-submit-btn {
  width: 100%;
  color: #000000;
  background-color: #DFC606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #DFC606;
}
.register-submit-btn:hover {
  background-color: #cfb806;
  border: solid 1px #cfb806;
}
.register-submit-btn:active {
  background-color: #d0b806;
  border: solid 1px #d0b806;
}
.forgotten-submit-btn,
.reset-pwd-submit-btn {
  width: 100%;
  color: #000000;
  background-color: #DFC606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #DFC606;
}
.forgotten-submit-btn:hover,
.reset-pwd-submit-btn:hover {
  background-color: #cfb806;
  border: solid 1px #cfb806;
}
.forgotten-submit-btn:active,
.reset-pwd-submit-btn:active {
  background-color: #d0b806;
  border: solid 1px #d0b806;
}
.login-exist {
  margin-top: 24px;
  font-size: 12px;
  color: #DFC606;
  line-height: 32px;
  text-align: right;
  cursor: pointer;
}
.login-exist:hover {
  color: #cfb806;
}
.login-exist:active {
  color: #d0b806;
}
.login-sign-with {
  position: relative;
  margin-top: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.login-sign-with-word {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 24px;
  background-color: #01040c;
  white-space: nowrap;
}
.login-sign-with-list {
  margin-top: 25px;
  text-align: center;
}
.login-sign-with-item {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
}
.login-sign-with-item.google [class*='ifont-'] {
  color: #eb5e4b;
}
.login-sign-with-item.apple [class*='ifont-'] {
  color: #323232;
}
.login-sign-with-item.facebook [class*='ifont-'] {
  color: #2d598f;
}
.login-sign-with-item [class*='ifont-'] {
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}
.login-forget {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #DFC606;
  line-height: 30px;
  text-align: right;
  cursor: pointer;
}
.login-forget:hover {
  text-decoration: underline;
}
.register-policy {
  margin-top: 16px;
  color: #DFC606;
  font-size: 14px;
  margin-bottom: 24px;
}
.register-policy input {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.register-policy [class*="ifont-"] {
  display: inline-block;
  cursor: pointer;
  width: 32px;
  height: 32px;
  font-size: 16px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  overflow: hidden;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
}
.register-policy a {
  vertical-align: middle;
  color: #DFC606;
}
.login-item {
  margin-bottom: 16px;
  position: relative;
}
.login-item [class*="ifont-"] {
  width: 32px;
  text-align: center;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 4px;
  left: 8px;
  color: #9b9ba3;
}
.login-item-hint {
  display: none;
  margin-top: 8px;
  font-size: 12px;
  color: #C31E1E;
}
.login-html {
  background-color: #3d3d4d;
}
.login-html body {
  padding-bottom: 0;
  background-color: #3d3d4d;
}
@media screen and (min-width: 1024px) {
  .login-counter {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    width: 574px;
    background-color: #3c3c3c;
    -webkit-box-shadow: 0 2px 4px 0 #fff;
    -moz-box-shadow: 0 2px 4px 0 #fff;
    box-shadow: 0 2px 4px 0 #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
  }
  .login-title {
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 18px;
  }
  .login-item {
    position: relative;
  }
  .login-item-tick {
    position: absolute;
    right: 0;
    top: 8px;
    display: none;
    margin: auto;
    height: 14px;
  }
  .register-submit-btn,
  .forgotten-submit-btn,
  .reset-pwd-submit-btn,
  .login-submit-btn {
    margin-bottom: 0;
  }
  .login-exist {
    margin-top: 8px;
  }
  .login-forget {
    margin-top: 0;
  }
  .login-label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.9);
  }
  .login-item [class*="ifont-"] {
    display: none;
  }
  .login-box,
  .register-box,
  .forget-box {
    width: 380px;
  }
  .login-box [type='text'],
  .register-box [type='text'],
  .forget-box [type='text'],
  .login-box [type='email'],
  .register-box [type='email'],
  .forget-box [type='email'],
  .login-box [type='password'],
  .register-box [type='password'],
  .forget-box [type='password'] {
    text-indent: 8px;
  }
  .login .model-close,
  .register .model-close,
  .forget-pwd .model-close,
  .reset-pwd .model-close {
    display: none;
  }
  .login-sign-with-word {
    background-color: #20232A;
  }
}
.footer-box {
  padding-top: 32px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.footer table {
  width: 100%;
  text-align: center;
}
.footer .footer-part {
  display: block;
}
.footer-link {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  margin-right: 16px;
}
.footer-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
.site-copy-box {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer-link-box {
  padding-top: 16px;
  border-bottom: solid 1px #4d4d58;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 16px;
}
.footer-brand {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.footer-brand:hover .footer-brand-name {
  color: rgba(255, 255, 255, 0.4);
}
.footer-brand-name {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 12px;
}
.footer-brand-box {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #4d4d58;
  margin-left: 8px;
  margin-right: 8px;
}
.footer-brand-box td {
  width: 25%;
}
.footer-brand-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}
.site-copy-lang {
  display: none;
}
.site-copy-lang-box {
  display: none;
}
.footer-site-rec {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 40px;
}
.footer-sites-rec {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer .footer-part {
    display: table-cell;
  }
  .footer table {
    max-width: 1263px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px #01040c;
  }
  .footer-link {
    color: #9b9ba3;
  }
  .footer-link:hover {
    color: #DFC606;
  }
  .footer-brand:hover .footer-brand-name {
    color: #DFC606;
  }
  .footer-brand table {
    border-bottom: none;
  }
  .footer-brand-name {
    color: #9b9ba3;
  }
  .footer-link-box {
    border-bottom: none;
  }
  .footer-brand-box {
    border-bottom: none;
  }
  .footer-brand-box table {
    border-bottom: none;
  }
  .site-copy-box {
    color: #6e6e7a;
    max-width: 1263px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-brand-title {
    color: #DFC606;
    text-align: left;
    margin-left: 18px;
  }
  .site-copyright {
    display: inline-block;
    margin-right: 32px;
  }
  .site-copy-lang {
    display: inline-block;
  }
  .site-copy-lang-box {
    display: none;
    font-size: 0;
  }
  .site-copy-lang-box div {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    color: #6e6e7a;
  }
  .site-copy-lang-box div:hover {
    text-decoration: underline;
  }
  .footer-site-rec {
    display: inline-block;
    margin-left: 74px;
    margin-right: 74px;
    font-size: 16px;
  }
  .footer-site-rec a:hover {
    text-decoration: underline;
  }
}
/** 关注 收藏书*/
/** 关注书 */
.model-module.nav_bk_follow {
  padding-top: 60px;
  padding-bottom: 0;
  background-color: transparent;
}
.nav_bk_follow .model-content {
  background-color: #20232A;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}
.nav_bk_follow table {
  width: 100%;
  max-width: 1263px;
  margin-left: auto;
  margin-right: auto;
}
.navbk-cate-list {
  white-space: nowrap;
  overflow: auto;
  font-size: 0;
  padding: 8px 16px 16px;
}
.navbk-cate-item {
  display: inline-block;
  padding: 6px 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-right: 32px;
}
.navbk-cate-item:hover {
  color: #cfb806;
}
.navbk-cate-item:active {
  color: #d0b806;
}
.navbk-cate-item.active {
  color: #DFC606;
  border-bottom: solid 2px #DFC606;
}
.navbk-book-item {
  position: relative;
}
.navbk-book-name {
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.9);
  max-height: 32px;
  overflow: hidden;
}
.navbk-book-name:hover {
  text-decoration: underline;
}
.navbk-book-name a {
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .navbk-cate-list {
    max-width: 1263px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0 0;
    border-bottom: solid 1px #01040c;
  }
  .navbk-cate-list-content {
    margin: 0 16px;
  }
  .navbk-cate-item {
    line-height: 28px;
    margin-right: 40px;
  }
  .navbk-cate-item:hover {
    color: #cfb806;
    border-bottom: solid 2px #DFC606;
  }
  .navbk-cate-item:active {
    color: #d0b806;
    border-bottom: solid 2px #DFC606;
  }
  .navbk-book-item {
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
  }
  .navbk-book-item:last-child {
    margin-right: 0;
  }
  .navbk-book-name {
    font-weight: bold;
  }
  .navbk-book-pic {
    position: relative;
    width: 144px;
    height: 192px;
  }
  .navbk-book-pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .navbk-status {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navbk-book-info-item {
    max-height: 28px;
    overflow: hidden;
  }
  .navbk-book-info-item:hover {
    text-decoration: underline;
  }
  .navbk-book-info-item a {
    color: inherit;
  }
  .navbk-book-ls {
    padding-top: 30px;
    padding-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
  }
  .navbk-book-all {
    width: 130px;
    height: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 40px;
    text-align: center;
    margin-left: 24px;
  }
  .navbk-book-all-td {
    width: 140px;
    text-align: center;
  }
  .navbk-nobook-hint {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.alert {
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
  border: solid transparent 1px;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  z-index: 150;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-confirm {
  padding-top: 27px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #3d3d4d;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert-confirm .alert-detail {
  margin-bottom: 43px;
}
.alert-confirm-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
}
.alert-confirm-btn:after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}
.alert-confirm-btn:hover:after {
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
  width: 100%;
}
.alert-confirm-no {
  color: #3d3d4d;
}
.alert-confirm-no:after {
  background-color: #3d3d4d;
}
.alert-confirm-yes {
  color: #DFC606;
}
.alert-confirm-yes:after {
  background-color: #DFC606;
}
.alert-confirm-btn-list {
  position: relative;
  right: -16px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .alert-confirm {
    width: 296px;
  }
}
.similar-bk-item {
  width: 94px;
  display: inline-block;
  margin-right: 16px;
  vertical-align: top;
}
.similar-bk-item:last-child {
  margin-right: 0;
}
.similar-bk-name {
  margin-bottom: 8px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 22px;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 66px;
}
.similar-bk-img {
  position: relative;
  width: 100%;
  padding-top: 132%;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #23293d;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 8px;
}
.similar-bk-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.similar-bk-img img:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.similar-bk-rate-star {
  position: relative;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  font-size: 12px;
  color: #ffcc01;
}
.similar-bk-rate-star [class*='ifont-star'] {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.similar-bk-rate-star [class*='ifont-star']:first-child {
  color: #D8D8D8;
}
.similar-bk-star-box {
  font-size: 0;
  margin-bottom: 8px;
}
.similar-bk-score {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
  display: inline-block;
  position: static;
  text-align: left;
  margin-bottom: 8px;
}
.similar-bk-intro {
  display: none;
  color: #6e6e7a;
}
.similar-bk-content {
  padding: 8px;
}
.similar-bk-author {
  font-size: 12px;
  color: #9b9ba3;
}
.for-pc {
  display: none;
}
.similar-bk-score-num {
  font-size: 12px;
  color: #9b9ba3;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.similar-bk-chp-info {
  position: relative;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
}
.similar-bk-chp-info:after {
  display: block;
  content: "";
  clear: both;
}
.similar-bk-chp-info:after {
  display: block;
  content: "";
  clear: both;
}
.similar-bk-chp {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
  margin-right: 62px;
}
.similar-bk-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.cate-ls {
  font-size: 0;
  margin-bottom: 4px;
}
.cate-item {
  line-height: 20px;
  background: #20232A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 4px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
/** pc*/
@media screen and (min-width: 1024px) {
  .for-pc {
    display: block;
  }
  .for-mob {
    display: none;
  }
  .similar-bk-intro {
    display: block;
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }
  .similar-bk-intro * {
    color: #6e6e7a;
  }
  .similar-bk-content {
    padding: 16px;
  }
  .similar-bk-name {
    font-size: 16px;
  }
  .similar-bk-author {
    margin-bottom: 8px;
  }
  .similar-bk-author,
  .similar-bk-score-num,
  .similar-bk-intro {
    font-size: 14px;
  }
  .similar-bk-item {
    width: 143px;
  }
}
.sec-title {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
}
.summary {
  font-size: 14px;
  color: #6e6e7a;
  line-height: 22px;
  max-height: 66px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.for-pc {
  display: none;
}
.bk-info-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 16px;
}
.bk-info-section {
  width: 100%;
}
.bk-info-section.bk-info-tags {
  margin-bottom: 4px;
  font-size: 0;
}
.bk-img-part {
  display: block;
  position: relative;
}
.bk-name {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
  text-align: center;
}
.bk-cover {
  width: 120px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  background-color: #23293d;
  overflow: hidden;
  margin-bottom: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.bk-cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bk-cover img:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.bk-cover .bk-status {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  font-size: 12px;
  color: #FFFFFF;
  line-height: 24px;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bk-status a {
  color: inherit;
}
.bk-info {
  padding: 16px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bk-attr-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  text-align: center;
}
.bk-attr-item.sub {
  color: rgba(255, 255, 255, 0.3);
}
.bk-attr-item a {
  color: inherit;
}
.bk-attr-item a:hover {
  text-decoration: underline;
}
.bk-attr-item .attr-key {
  display: inline-block;
  vertical-align: top;
}
.bk-attr-item .attr-val {
  display: inline-block;
  vertical-align: top;
}
.bk-attr-item a {
  text-decoration: underline;
}
.bk-attr-item.alter,
.bk-attr-item.year {
  display: none;
}
.bk-attr-item-child {
  margin-bottom: 8px;
}
.bk-attr-item-child .attr-key {
  display: none;
}
.bk-img-side-btns {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
}
.bk-img-side-btns .bk-info-doing-item {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 32px;
}
.bk-img-side-btns .bk-info-doing-item [class*='ifont-'] {
  margin-right: 0;
}
.bk-info-tag-item {
  border: solid 1px rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.6);
}
.bk-info-tag-item:hover {
  text-decoration: underline;
}
.bk-info-tag-item div {
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.3);
}
.read-rate-list.option-active {
  display: block;
  position: absolute;
  left: 0;
  top: 34px;
  width: 200px;
  text-align: left;
  z-index: 30;
}
.read-rate-list.option-active {
  right: 0;
  left: auto;
}
.star-rate-item {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 16px;
  color: #ffcc01;
}
.star-rate-item [class*='ifont-'] {
  margin-right: 0;
  line-height: 18px;
}
.star-rate-item .score-color {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.sim-movie-list {
  display: inline-block;
  width: 100%;
  font-size: 0;
}
.sim-movie-inner-list {
  white-space: nowrap;
  overflow: auto;
}
.sim-movie-item {
  width: 88px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}
.sim-movie-item:last-child {
  margin-right: 0;
}
.sim-movie-img {
  width: 88px;
  height: 132px;
  background-color: #01040c;
  margin-bottom: 8px;
}
.sim-movie-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sim-movie-name {
  font-size: 14px;
  color: #6e6e7a;
  margin-bottom: 8px;
  white-space: normal;
}
.review-vote-star {
  text-align: center;
  margin-bottom: 8px;
}
.review-vote-star .star-score {
  display: inline-block;
  color: #DFC606;
  font-size: 16px;
}
.bk-info-summary {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  text-align: left;
}
.sec-part {
  margin-bottom: 32px;
}
.chp-ls {
  font-size: 0;
  max-height: 520px;
  overflow: hidden;
}
.chp-ls.all {
  max-height: none;
}
.chp-inner-ls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chp-inner-ls.sort-up {
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  -moz-flex-flow: column-reverse;
  flex-flow: column-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.chp-inner-ls.sort-down {
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  -moz-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.chp-info {
  width: 100%;
  height: 48px;
  background: #01040c;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px;
}
.chp-info:hover .chp-idx {
  color: #DFC606;
}
.chp-idx {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
}
.chp-idx .new_up {
  color: #FF821A;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 8px;
}
.chp-time {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  min-width: 80px;
  text-align: right;
}
.chp-item {
  margin-bottom: 4px;
}
.bk-info-side-btns {
  font-size: 0;
  position: relative;
  display: none;
}
.bk-info-doing-item {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 32px;
  text-align: center;
}
.bk-info-doing-item [class*='ifont-'] {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.bk-info-doing-item:first-child {
  margin-right: 5%;
}
.bk-info-doing-item a {
  color: inherit;
}
.main-content {
  padding-left: 16px;
  padding-right: 16px;
}
.bk-info-btns {
  display: none;
}
.bk-info-btns-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #01040c;
  z-index: 10;
}
.bk-info-btns-fixed .bk-info-btn-item-main {
  min-width: 160px;
  height: 56px;
  background: #DFC606;
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.75);
  line-height: 56px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.bk-info-btns-fixed .bk-info-btn-item-main * {
  margin: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
}
.bk-info-btns-fixed .bk-info-btn-item {
  width: 50%;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  color: #DFC606;
  line-height: 56px;
  border: 1px solid #DFC606;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.read-btn-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #101318;
  -webkit-align-items: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
  border-top: solid 1px #01040c;
}
.read-btn-fixed-chp {
  overflow: hidden;
  padding: 8px 16px;
  word-break: break-word;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
body {
  padding-bottom: 280px;
}
.more-chp-btn {
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
  height: 56px;
  line-height: 56px;
  border: solid 1px rgba(223, 198, 6, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.more-chp-btn.dis-hide {
  display: none !important;
}
.chp-title-temp-box {
  height: 37px;
}
.chp-sec-title.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 0 16px;
  background-color: #101318;
}
.chp-sec-title.fixed .sec-title {
  margin-bottom: 16px;
  margin-top: 16px;
}
.sec-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sec-title-box .sec-title {
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
.sec-title-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.sort-btn {
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  margin-left: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.sort-btn:last-child {
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  .chp-item {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    vertical-align: top;
  }
  .chp-item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bk-info-box {
    max-width: 1263px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56px;
    padding-bottom: 44px;
  }
  .main-content {
    padding-top: 16px;
    position: relative;
    max-width: 1263px;
    margin-left: auto;
    margin-right: auto;
  }
  .for-pc {
    display: block;
  }
  .for-mob {
    display: none;
  }
  .bk-cover {
    width: 160px;
    height: 213px;
    margin-right: 24px;
    margin-bottom: 0;
  }
  .bk-cover .bk-status {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .bk-name {
    font-size: 36px;
    text-align: left;
    margin-bottom: 12px;
  }
  .bk-info-content {
    width: 1263px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0;
  }
  .bk-attr-item {
    margin-bottom: 16px;
    text-align: left;
  }
  .bk-attr-item.together {
    margin-bottom: 8px;
  }
  .bk-attr-item.alter,
  .bk-attr-item.year {
    display: block;
  }
  .bk-attr-item-child {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .bk-attr-item-child .attr-key {
    display: inline-block;
  }
  .bk-img-part.info-detail {
    width: 500px;
    margin-right: 60px;
  }
  .bk-img-part.right {
    padding-bottom: 64px;
    width: 100%;
  }
  .bk-info-out-box {
    background-color: #ffffff;
  }
  .bk-info-out-box .btn-list {
    max-width: 1263px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0;
    position: relative;
    font-size: 0;
  }
  .bk-info-out-box .btn-list:after {
    content: "";
    display: block;
    clear: both;
  }
  .read-rate-list.option-active {
    top: 56px;
    left: 196px;
  }
  .top-nav-content {
    max-width: 1263px;
    margin-left: auto;
    margin-right: auto;
  }
  .chp-item {
    margin-bottom: 8px;
    width: auto;
    display: block;
    margin-right: 0;
  }
  .chp-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .chp-item:nth-child(4n+4) {
    margin-right: 0;
  }
  .chp-info {
    height: 50px;
  }
  .bk-img-part {
    display: table-cell;
    vertical-align: top;
    position: relative;
  }
  .review-vote-star {
    text-align: left;
  }
  .review-vote-star .star-score {
    font-size: 28px;
  }
  .star-rate-item {
    width: 28px;
    height: 36px;
    font-size: 28px;
    margin-right: 8px;
  }
  .star-rate-item [class*='ifont-'] {
    line-height: 36px;
  }
  .bk-info-tag-item {
    border: solid 1px rgba(223, 198, 6, 0.5);
    line-height: 24px;
    padding: 0 12px;
    color: rgba(255, 255, 255, 0.6);
  }
  .bk-info-tag-item div {
    padding: 0 24px;
    color: rgba(255, 255, 255, 0.6);
  }
  .bk-info-btns {
    display: block;
    width: 100%;
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .bk-info-btns * {
    margin-right: 16px;
  }
  .bk-info-btns table {
    width: 100%;
  }
  .bk-info-btn-item-main {
    width: 148px;
    height: 48px;
    background: #DFC606;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.75);
    line-height: unset;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  .bk-info-btn-item-main * {
    margin: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
  }
  .bk-info-btn-item-main table {
    height: 100%;
  }
  .bk-info-btn-item {
    width: 148px;
    height: 48px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #DFC606;
    line-height: 48px;
    border: 1px solid #DFC606;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  .sec-part {
    margin-bottom: 45px;
  }
  .sec-title {
    font-size: 24px;
  }
  .bk-info-btns-fixed {
    display: none;
  }
  .bk-info-side-btns {
    display: block;
    white-space: nowrap;
    text-align: right;
    margin-right: 0;
  }
  .bk-info-side-btns .bk-info-doing-item {
    color: rgba(255, 255, 255, 0.9);
  }
  .bk-info-side-btns .bk-info-doing-item:hover {
    color: #DFC606;
  }
  .bk-info-side-btns .bk-info-doing-item:first-child {
    margin-right: 32px;
  }
  .bk-info-side-btns .bk-info-doing-item:last-child {
    margin-right: 0;
  }
  body {
    padding-bottom: 140px;
  }
  .bk-img-side-btns {
    display: none;
  }
  .bk-info-btn-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
  }
  .last-read-chp-txt {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 14px;
    max-height: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .chp-ls {
    max-height: 520px;
    overflow: hidden;
  }
  .chp-ls.all {
    max-height: none;
  }
  .more-chp-btn {
    height: 56px;
    line-height: 56px;
  }
  .chp-title-temp-box {
    height: 44px;
  }
  .chp-sec-title.fixed {
    max-width: 1263px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
  }
}

