﻿.breadline {
  height: 101px;
  line-height: 101px;
  background-color: #fff;
}
.breadline span {
  font-size: 22px;
  color: #222;
  text-align: left;
  font-weight: 700;
  float: left;
  height: 101px;
}
.infoarea {
  width: 100%;
  padding: 40px 0;
  background: #f8f8f8;
}
.infoarea .view {
  width: 1240px;
  min-height: 280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 212px;
  position: relative;
}
.infoarea .view img.cover {
  width: 210px;
  height: 280px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}
.infoarea .view .view-book-info {
  width: 1006px;
  min-height: 280px;
  padding: 8px 0 0 28px;
  box-sizing: border-box;
}
.infoarea .view .view-book-info .view-book-info-book-title-box {
  height: 29px;
  font-size: 20px;
  color: #222222;
  text-align: left;
  font-weight: 700;
  margin-bottom: 12px;
}
.infoarea .view .view-book-info .view-book-info-book-title-box .bname {
  float: left;
  font-size: 20px;
  color: #1c1c1e;
}
.infoarea .view .view-book-info .view-book-info-book-title-box .bhot {
  font-size: 16px;
  color: #e94829;
  text-align: left;
  font-weight: 700;
  float: right;
  display: flex;
  align-items: center;
}
.infoarea .view .view-book-info .view-book-info-book-title-box .bhot img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.infoarea .view .view-book-info .bauthor {
  font-size: 16px;
  color: #666666;
  text-align: left;
  font-weight: 400;
  margin-bottom: 12px;
}
.infoarea .view .view-book-info .tags {
  font-size: 16px;
  color: #666666;
  text-align: left;
  font-weight: 400;
  margin-bottom: 12px;
  display: flex;
}
.infoarea .view .view-book-info .tags li::after {
  content: " ·  ";
}
.infoarea .view .view-book-info .tags li:last-child::after {
  content: "";
}
.infoarea .view .view-book-info .lastchapter {
  font-size: 16px;
  color: #666666;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
}
.infoarea .view .view-book-info .lastchapter li {
  display: inline-block;
}
.infoarea .view .view-book-info .lastchapter li::after {
  content: "";
  border-right: 1px solid #666;
  display: inline-block;
  height: 13px;
  margin: 0 8px;
}
.infoarea .view .view-book-info .lastchapter li:last-child::after {
  border-right: 0;
}
.infoarea .view .view-book-info .bookDesc {
  width: 100%;
  text-align: justify;
  min-height: 60px;
  max-height: 190px;
  font-size: 16px;
  color: #666666;
  text-align: left;
  font-weight: 400;
  margin-bottom: 20px;
}
.infoarea .view .view-book-info .bookDesc span.show {
  color: #4994c4;
  cursor: pointer;
}
.infoarea .view .view-book-info .bookDesc span.show:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/item_more_flag.png);
  margin-left: 4px;
}
.infoarea .view .view-book-info .bookDesc span.show.spread:after {
  transform: rotate(180deg);
}
.infoarea .view .view-book-info .operates li {
  width: 160px;
  height: 36px;
  border: 1px solid #23b383;
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  float: left;
  margin-right: 24px;
  color: #23b383;
  cursor: pointer;
}
.infoarea .view .view-book-info .operates li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.infoarea .view .view-book-info .operates li a:hover {
  color: #23b383;
}
.infoarea .view .view-book-info .operates li.read {
  background: #23b383;
  border-radius: 18px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.infoarea .view .view-book-info .operates li.read a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.infoarea .view .view-book-info .operates li.read a:hover {
  color: #ffffff;
}
.infoarea .view .view-book-info .operates li.disable {
  border-color: #f2f2f2;
  background: #f2f2f2;
  border-radius: 18px;
  font-size: 15px;
  color: #666666;
  text-align: center;
  font-weight: 400;
}
.infoarea .view .view-book-info .operates .disclaimers {
  float: right;
  height: 20px;
  font-size: 14px;
  color: #999;
}
.leftarea {
  margin-top: 60px;
}
.leftarea .contact-words {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 44px;
  padding-top: 8px;
  border-bottom: 1px solid #eee;
}
.leftarea .contact-words li {
  width: 20%;
  margin: 16px auto;
  font-size: 16px;
  color: #222;
  text-align: left;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.leftarea .book-content {
  border-bottom: 1px solid #eee;
}
.leftarea .book-content h4 {
  margin: 20px 0;
  font-size: 20px;
  color: #222222;
  text-align: left;
  font-weight: 700;
}
.leftarea .comment-view .all-chapter {
  color: #222222;
  padding-bottom: 45px;
  border-bottom: 1px solid #eee;
}
.leftarea .comment-view .all-chapter .titleline {
  height: 24px;
  width: 100%;
  position: relative;
  font-size: 24px;
  text-align: left;
  line-height: 24px;
  font-weight: 700;
}
.leftarea .comment-view .all-chapter .titleline .title {
  position: absolute;
  left: 0;
  top: 0;
  background-size: auto 24px;
}
.leftarea .comment-view .all-chapter .titleline span.title {
  float: left;
}
.leftarea .comment-view .all-chapter .titleline span.title i {
  color: #999;
  font-size: 14px;
  font-style: normal;
}
.leftarea .comment-view .all-chapter .titleline span.btn {
  float: right;
  width: 80px;
  height: 20px;
  border: 1px solid #f37315;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #f37315;
  border-radius: 3px;
}
.leftarea .comment-view .all-chapter .titleline span.btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.leftarea .comment-view .all-chapter .chapname {
  font-size: 16px;
  height: 16px;
  line-height: 18px;
  margin: 10px 0;
  padding-left: 14px;
}
.leftarea .comment-view .all-chapter .chapcont {
  padding-left: 14px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  max-height: 100px;
  overflow: hidden;
}
.leftarea .comment-view .all-chapter .js-chapterList {
  display: none;
}
.leftarea .comment-view .titleline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  height: 36px;
}
.leftarea .comment-view .titleline .title {
  font-size: 24px;
  color: #222222;
  text-align: left;
  line-height: 24px;
  font-weight: 700;
}
.leftarea .comment-view .titleline .title i {
  font-style: normal;
}
.leftarea .comment-view .titleline .btn {
  width: 160px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  text-align: right;
  font-weight: 400;
  cursor: pointer;
  background: url(../images/breadline_flag.png) right center no-repeat;
  background-size: 10px 13px;
}
.leftarea .comment-view .titleline .btn:hover {
  cursor: pointer;
}
.leftarea .comment-view .publish {
  margin-top: 36px;
  height: 42px;
  background: #f8f8f8;
  border-radius: 6px;
  color: #666;
  line-height: 42px;
  text-indent: 20px;
  font-size: 14px;
}
.leftarea .comment-view .pub-warning {
  height: 30px;
  background: #f2f28c;
  width: 100%;
  color: #dd2828;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 4px;
}
.leftarea .comment-view .btn-toall {
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  margin-top: 20px;
  color: #f37315;
}
.toast {
  position: fixed;
  top: 42.6%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  padding: 0 20px;
  border-radius: 4px;
  text-align: center;
  display: block;
}
.cover_vol_name {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #222222;
  text-align: left;
  font-weight: 700;
}
.cover_chapterul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  color: #222;
}
.cover_chapterul li {
  padding: 10px 0;
  font-size: 16px;
  line-height: 2;
  color: #222;
  width: 33.33%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.cover_chapterul .chapter-title img {
  height: 12px !important;
}
.chapter-more {
  width: 100%;
  margin: 17px 0;
  text-align: center;
}
.chapter-more:before {
  content: "";
  display: inline-block;
  width: 30%;
  height: 1;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.chapter-more:after {
  content: "";
  display: inline-block;
  width: 30%;
  height: 1;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.chapter-more span {
  font-size: 16px;
  color: #4994C4;
  text-align: left;
  cursor: pointer;
}
.chapter-more span.show:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/item_more_flag.png);
  margin-left: 4px;
}
.book-content .js-content {
  padding-bottom: 60px;
}
.book-content .content-p {
  font-size: 16px;
  line-height: 34px;
  color: #222222;
  font-weight: 400;
}
.book-content .content-more {
  position: relative;
  width: 100%;
  height: 150px;
  margin-top: -116px;
  text-align: center;
  background: url(../images/content_mask.png);
}
.book-content .content-more span {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #4994C4;
  text-align: left;
  cursor: pointer;
}
.book-content .content-more span.show:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/item_more_flag.png);
  margin-left: 4px;
}
.book-content .js-otherContent {
  display: none;
}
.infoarea .view .view-book-info .operates .disclaimers {
  float: right;
  font-size: 14px;
  color: #999;
  max-width: 270px;
  margin-left: auto;
}
/*# sourceMappingURL=cover.css.map */
