.top-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #6A00FF;
  z-index: 999;
}
.top-head .top-nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-head .top-nav .logo {
  width: 126px;
}
.top-head .top-nav .nav-body {
  flex: 1;
  margin-left: 20px;
}
.top-head .top-nav .nav-body a {
  display: inline-block;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
}
.top-head .top-nav .nav-body a.act {
  background: #6008da;
}
.scroll-top {
  position: fixed;
  bottom: 200px;
  right: 150px;
  z-index: 999;
}
.scroll-top img {
  width: 70px;
}
.el-tabs__header {
  margin: 0 !important;
}
.bg-head {
  height: 76px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
}
.bg-head .input-box {
  float: right;
  width: 260px;
  margin: 24px 0 0 0;
}
.menu .el-tabs__nav-wrap::after {
  background-color: #fff !important;
}
.el-header {
  width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
.menu-wrap {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.menu-wrap .nav-ul {
  display: flex;
}
.menu-wrap .nav-ul li {
  position: relative;
  margin-right: 40px;
  font-size: 16px;
  color: #222;
  text-align: center;
  line-height: 61px;
  cursor: pointer;
}
.menu-wrap .nav-ul li .download {
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px #b3b3b3;
  z-index: 61;
  line-height: 0;
}
.menu-wrap .nav-ul li .download img {
  width: 130px;
}
.menu-wrap .nav-ul li .loginout {
  visibility: hidden;
  position: absolute;
  top: 60px;
  right: 0;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px #b3b3b3;
  z-index: 61;
}
.menu-wrap .nav-ul li .loginout ul {
  width: 166px;
}
.menu-wrap .nav-ul li .loginout ul li {
  margin: 0;
  height: 40px;
  line-height: 40px;
}
.menu-wrap .nav-ul li .loginout ul li a {
  display: block;
}
.menu-wrap .nav-ul li .avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  vertical-align: middle;
}
.menu-wrap .nav-ul li .user-avatar:hover .loginout {
  visibility: visible;
}
.menu-wrap .nav-ul li.downloadGoogle:hover .download {
  visibility: visible;
}
.menu-wrap .nav-ul li.active a {
  color: #6A00FF;
}
.menu-wrap .nav-ul li a {
  display: block;
  height: 100%;
  font-size: 18px;
}
.menu-wrap .el-tabs__content {
  overflow: inherit;
}
.menu-wrap .el-tabs__item {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.menu-wrap .el-tabs__active-bar {
  height: 4px;
}
.menu-wrap .menu-left {
  flex: 1;
}
.el-footer {
  min-width: 1200px;
  background-color: #6A00FF;
  padding: 22px 0 !important;
}
.el-footer .content {
  width: 1200px;
  margin: 0 auto;
}
.el-footer .content .foot-title {
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.el-footer .content a {
  display: block;
  color: #dcdcdc;
  margin-top: 10px;
  font-size: 12px;
}
.el-footer .bottom {
  margin-top: 28px;
  text-align: center;
  font-size: 12px;
  color: #dcdcdc;
}
.bottom-content {
  margin: 50px auto 104px;
}
a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  margin: 0;
  -webkit-user-select: none;
}
body * {
  -webkit-user-select: none;
  font-family: Helvetica;
}
body {
  -webkit-text-size-adjust: 100%;
}
h1 {
  margin: 0;
}
i {
  font-style: normal;
}
a,
a:hover {
  text-decoration: none !important;
  color: #333;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  vertical-align: top;
}
html,
body {
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
.hide {
  display: none !important;
}
.btns .btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.btns .btn.round {
  border-radius: 20px;
  padding: 12px 23px;
}
.btns .btn.primary {
  color: #FFF;
  background-color: #6A00FF;
  border-color: #6A00FF;
}
.btns .btn.plain {
  color: #6A00FF;
  background: #f0e6ff;
  border-color: #c399ff;
}
.btns .btn.mini {
  padding: 7px 15px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #6A00FF;
  border-color: #6A00FF;
}
.wrap,
.book-view {
  min-height: calc(100% - 247px);
}
.toast {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  border-radius: 4px;
  max-width: 400px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
  opacity: 1;
}
.toast div {
  line-height: 22px;
  color: #fff;
  background: #333;
  padding: 14px;
}
#top {
  height: 61px;
}
.carousel-nav {
  height: 100%;
  display: flex;
}
.carousel-nav .left {
  flex-grow: 1;
}
.carousel-nav .right {
  flex-grow: 1;
}
.carousel-nav .bgi-box {
  width: 100%;
  height: 100%;
  position: relative;
  /*margin: 0 auto;*/
}
.carousel-nav .bgi-box .bgi {
  width: 100%;
  height: 100%;
}
.carousel-nav .bgi-box .shadow-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
}
.carousel-nav .bgi-box .shadow-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
}
.container-wrap {
  padding: 40px 0;
}
.container-wrap .content {
  width: 1200px;
  margin: 0 auto;
  /*.book-wrap {*/
  /*}*/
}
.container-wrap .content .title {
  position: relative;
  font-size: 24px;
  line-height: 22px;
  margin-bottom: 16px;
}
.container-wrap .content .title.white,
.container-wrap .content .title .more {
  color: #fff;
}
.container-wrap .content .title .more {
  float: right;
}
.container-wrap .content .book img {
  display: block;
  float: left;
  border-radius: 4px;
}
.container-wrap .content .leader .editor-wrap {
  position: relative;
  padding: 14px 20px 35px 20px;
  background-image: linear-gradient(-180deg, #ff6172 0%, #ffa45a 100%);
  border-radius: 4px;
}
.container-wrap .content .leader .editor-wrap .book-cover {
  position: absolute;
  top: 14px;
  left: -26px;
  box-shadow: 10px -5px 20px #fe6172;
  border-radius: 4px;
  width: 140px;
  height: 202px;
}
.container-wrap .content .leader .editor-wrap .book-info {
  margin-left: 105px;
  margin-bottom: 12px;
  text-align: right;
  height: 202px;
}
.container-wrap .content .leader .editor-wrap .book-info .book-font {
  display: inline-block;
  margin: 12px 0;
  padding: 3px 10px;
  background: #fff;
  border-radius: 14px;
  font-size: 14px;
  color: #6A00FF;
  text-align: center;
  line-height: 22px;
}
.container-wrap .content .leader .editor-wrap .book-info .book-name,
.container-wrap .content .leader .editor-wrap .book-info .book-author {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
}
.container-wrap .content .leader .editor-wrap .book-info .book-author {
  opacity: 0.8;
  font-size: 14px;
  margin-bottom: 14px;
}
.container-wrap .content .leader .editor-wrap .book-info p {
  text-align: left;
}
.container-wrap .content .leader .editor-wrap .book-info .book-category {
  padding: 6px 8px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
}
.container-wrap .content .leader .editor-wrap .book-derc {
  height: 180px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.container-wrap .content .book {
  position: relative;
  /*background: #fff;*/
  /*overflow: hidden;*/
}
.container-wrap .content .book .book-name {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
  font-weight: 600;
}
.container-wrap .content .book .book-author {
  display: inline-block;
  color: rgba(34, 34, 34, 0.6);
}
.container-wrap .content .book .book-category {
  display: block;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 10px;
  line-height: 18px;
}
.container-wrap .content .book .book-chapterno {
  font-size: 14px;
  color: #2d220e;
}
.container-wrap .content .book:hover a,
.container-wrap .content .book:hover .book-derc {
  color: #6A00FF;
}
.container-wrap .content .book.book-s {
  padding: 6px 14px 13px 6px;
  box-shadow: 0 0 6px 0 rgba(218, 218, 218, 0.5);
  border-radius: 4px;
}
.container-wrap .content .book.book-mx {
  margin-top: 16px;
  padding: 12px;
  width: 484px;
  height: 214px;
  box-shadow: 0 0 16px 0 rgba(225, 225, 225, 0.5);
  border-radius: 4px;
  display: flex;
}
.container-wrap .content .book.book-mx:first-child {
  margin-top: 0;
}
.container-wrap .content .book.book-mx .book-cover {
  width: 130px;
  height: 186px;
  margin-right: 20px;
}
.container-wrap .content .book.book-mx .book-author {
  font-size: 14px;
}
.container-wrap .content .book.book-mx .book-info {
  line-height: 22px;
  flex: 1;
}
.container-wrap .content .book.book-mx .book-info .book-name {
  color: #222;
  margin-bottom: 14px;
  font-size: 18px;
}
.container-wrap .content .book.book-mx .book-info .author-wrap {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.container-wrap .content .book.book-mx .book-info .author-wrap .book-font {
  font-size: 12px;
  color: #ff53b0;
}
.container-wrap .content .book.book-mx .book-info .book-derc {
  margin-bottom: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(34, 34, 34, 0.6);
}
.container-wrap .content .book.book-mx .book-info .book-category {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #6A00FF;
  border-radius: 4px;
  color: #6A00FF;
  font-size: 12px;
}
.container-wrap .content .dreame .weekly-container {
  background-color: #f2f2f2;
  border-radius: 4px;
}
.container-wrap .content .dreame .weekly-container .weekly-item {
  padding: 15px 12px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
}
.container-wrap .content .dreame .weekly-container .weekly-item:first-child {
  border-top: 0;
}
.container-wrap .content .dreame .weekly-container .weekly-item .weekly-cover {
  height: 80px;
  margin-right: 10px;
  border-radius: 4px;
}
.container-wrap .content .dreame .weekly-container .weekly-item .weekly-info a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 150px;
  color: #222222;
}
.container-wrap .content .dreame .weekly-container .weekly-item .weekly-info .weekly-time {
  margin-top: 8px;
  color: rgba(34, 34, 34, 0.6);
  line-height: 18px;
  font-size: 12px;
}
.container-wrap .content .dreame .title.bulletin {
  color: #fff;
}
.container-wrap .content .dreame .title.bulletin span {
  background-color: #6A00FF;
}
.container-wrap .content .dreame .board {
  display: block;
  padding: 12px;
  width: 299px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-weight: 600;
  color: #222;
  line-height: 22px;
}
.container-wrap .content .dreame .board a li {
  margin-top: 10px;
  font-weight: 600;
}
.container-wrap .content .dreame .board a li:before {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 9px;
  width: 6px;
  height: 6px;
  background-color: #707070;
}
.container-wrap .content .dreame .board a:first-child li {
  margin-top: 0;
}
.container-wrap .content .rank-list li:nth-child(1) .book-rank {
  background-color: #ff53b0;
}
.container-wrap .content .rank-list li:nth-child(2) .book-rank {
  background-color: #d853ff;
}
.container-wrap .content .rank-list li:nth-child(3) .book-rank {
  background-color: #6A00FF;
}
.container-wrap .content .rank-list .title:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  height: 26px;
  z-index: -1;
}
.container-wrap .content .rank-list .rising .title:before {
  background-color: #b6e1f0;
}
.container-wrap .content .rank-list .hot .title:before {
  background-color: #f8b8bf;
}
.container-wrap .content .rank-list .express .title:before {
  background-color: #cac2ff;
}
.container-wrap .content .rank-list .book {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.container-wrap .content .rank-list .book.book-m {
  padding: 8px 0;
}
.container-wrap .content .rank-list .book .book-rank {
  /*display: block;*/
  width: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  background-color: #e8e8e8;
  font-size: 14px;
}
.container-wrap .content .rank-list .book .book-box {
  flex: 1;
}
.container-wrap .content .rank-list .book .book-cover {
  width: 60px;
  height: 86px;
  margin-right: 10px;
}
.container-wrap .content .rank-list .book .book-info {
  line-height: 16px;
  flex: 1;
  font-size: 12px;
}
.container-wrap .content .rank-list .book .book-info .book-name {
  width: 200px;
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  color: #222;
}
.container-wrap .content .rank-list .book .book-info .author-wrap {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.container-wrap .content .rank-list .book .book-info .author-wrap .book-font {
  font-size: 12px;
  color: rgba(34, 34, 34, 0.6);
  font-weight: 600;
}
.container-wrap .content .rank-list .book .book-info .book-derc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(34, 34, 34, 0.6);
}
.container-wrap .content .rank-list .book .book-info .book-category {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #6A00FF;
  border-radius: 4px;
  color: #6A00FF;
  font-size: 12px;
}
.container-wrap .content .rank-list .more {
  color: #333333;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.container-wrap .content .new-wrap {
  display: flex;
  justify-content: space-between;
}
.container-wrap .content .new-wrap li {
  flex-basis: 20px;
}
.container-wrap .content .new-wrap li:hover a {
  color: #fff;
}
.container-wrap .content .new-wrap li:hover .book-info {
  color: #fff;
  opacity: 0.5;
}
.container-wrap .content .new-wrap li .cover-wrap {
  display: inline-block;
}
.container-wrap .content .new-wrap li .book-cover {
  width: 154px;
  height: 222px;
}
.container-wrap .content .new-wrap li .book-info {
  margin-top: 16px;
  /*line-height: 22px;*/
  color: #fff;
}
.container-wrap .content .new-wrap li .book-info .book-name {
  display: inline-block;
  width: 154px;
  font-size: 16px;
  margin-bottom: 2px;
  color: #fff;
}
.container-wrap .content .new-wrap li .book-info .book-author {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
  color: #c9b9d4;
}
.container-wrap .content .genres-box {
  position: relative;
}
.container-wrap .content .genres-box .genres-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.container-wrap .content .genres-box .genres-content .row {
  padding: 27px 20px 27px 14px;
  border-radius: 4px;
}
.container-wrap .content .genres-box .genres-content .book-info {
  margin-top: 18px;
}
.container-wrap .content .genres-box .genres-content .book-cover {
  width: 154px;
  height: 222px;
}
.container-wrap .content .genres-box .genres-content .close {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 30px;
  padding-top: 18px;
  padding-right: 18px;
}
.container-wrap .content .genres-box .genres-wrap {
  /*a {*/
  /*    display: block;*/
  /*}*/
}
.container-wrap .content .genres-box .genres-wrap a {
  /*display: inline-block;*/
  position: relative;
  display: flex;
  justify-content: center;
  /*使子项目水平居中*/
  align-items: center;
  /*使子项目垂直居中*/
}
.container-wrap .content .genres-box .genres-wrap a.first {
  width: 196px;
  height: 320px;
}
.container-wrap .content .genres-box .genres-wrap a.second {
  width: 172px;
  height: 96px;
}
.container-wrap .content .genres-box .genres-wrap a.third {
  width: 172px;
  height: 208px;
}
.container-wrap .content .genres-box .genres-wrap a.fourth {
  width: 384px;
  height: 196px;
}
.container-wrap .content .genres-box .genres-wrap a.fifth {
  width: 184px;
  height: 108px;
}
.container-wrap .content .genres-box .genres-wrap a.sixth {
  width: 184px;
  height: 108px;
}
.container-wrap .content .genres-box .genres-wrap a.ninth {
  width: 384px;
  height: 196px;
}
.container-wrap .content .genres-box .genres-wrap a.eighth {
  width: 184px;
  height: 108px;
}
.container-wrap .content .genres-box .genres-wrap a.seventh {
  width: 184px;
  height: 108px;
}
.container-wrap .content .genres-box .genres-wrap a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
}
.container-wrap .content .genres-box .genres-wrap a p {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.container-wrap .content .genres-box .genres-wrap .genres-nav {
  width: 384px;
  height: 320px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.container-wrap .content .genres-box .genres-wrap .genres-nav:first-child {
  flex-direction: row;
}
.container-wrap .content .latest-wrap .head {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #222;
}
.container-wrap .content .latest-wrap .head span {
  color: #999;
}
.container-wrap .content .latest-wrap .book-cover {
  width: 60px;
  height: 86px;
  margin-right: 10px;
}
.container-wrap .content .latest-wrap .book-name {
  display: inline-block;
}
.container-wrap .content .latest-wrap .book-author {
  opacity: 0.6;
  margin-bottom: 12px;
}
/*# sourceMappingURL=index.css.map */