/* line 27, ../../../sass/base/base.scss */
.page-read-top .read-top-page-name .read-book-name, .menu_show .mark_list .mark_item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* line 41, ../../../sass/base/base.scss */
.menu_show .mark_list .mark_item .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* line 9, ../../../sass/book/ebook/pdf.scss */
.page-read-top .read-top-page-name {
  top: 0;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #999999;
  width: 100%;
}
/* line 16, ../../../sass/book/ebook/pdf.scss */
.page-read-top .read-top-page-name .read-book-name {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: left;
  width: 70%;
}
/* line 24, ../../../sass/book/ebook/pdf.scss */
.page-read-top .read-top-page-name .read-current-num {
  position: absolute;
  top: 0;
  right: 10px;
}
/* line 30, ../../../sass/book/ebook/pdf.scss */
.page-read-top .read-top-shidu {
  font-size: 14px;
  color: #F76A24;
  background: #FEFCEC;
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  line-height: 36px;
  width: 100%;
  text-align: center;
}
/* line 43, ../../../sass/book/ebook/pdf.scss */
.page-read-top .mark-flag {
  position: absolute;
  top: 0;
  right: 21%;
  z-index: 1100;
}
/* line 44, ../../../sass/book/ebook/pdf.scss */
.page-read-top .mark-flag img {
  width: 24px;
  height: 35px;
}

/* line 55, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2000;
}
/* line 61, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .click-buy {
  background-image: linear-gradient(90deg, #5FD2FF 0%, #3ca6fe 100%);
  box-shadow: 0 2px 10px 1px rgba(52, 168, 250, 0.3);
  width: 95px;
  height: 30px;
  line-height: 30px;
  margin: auto auto 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
}
/* line 73, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .set_font {
  width: 100%;
  height: 72px;
  background: #fff;
  border-top: 1px solid #E8E8E8;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
/* line 84, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .set_font .s_a {
  font-size: 14px;
  color: #666666;
  margin-left: 24px;
}
/* line 89, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .set_font .b_a {
  font-size: 24px;
  color: #666666;
  margin-right: 21px;
}
/* line 94, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .set_font .line-s {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
/* line 99, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .set_font .line-s .line-point {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
/* line 104, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .set_font .line-s .line-point .line {
  border: 1px solid #DDDDDD;
  width: 32px;
  height: 0;
}
/* line 109, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .set_font .line-s .line-point .point {
  height: 4px;
  width: 0;
  border: 1px solid #DDDDDD;
  position: relative;
}
/* line 114, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .set_font .line-s .line-point .point .point-cycle {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -7px;
  left: -8px;
}
/* line 130, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .bottom-nav {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  color: #999999;
  height: 50px;
  background: #FFFFFF;
  border-top: 1px solid #E8E8E8;
}
/* line 142, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .bottom-nav img {
  width: 22px;
  height: 22px;
  margin-top: 8px;
}
/* line 147, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .bottom-nav .flip_book {
  height: 22px;
  width: 26px;
}
/* line 151, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .bottom-nav .mark_select, .page-read-bottom .bottom-nav .font_select {
  color: #3ca6fe;
}
/* line 155, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .bottom-border-top {
  border-top: none;
}
/* line 158, ../../../sass/book/ebook/pdf.scss */
.page-read-bottom .hidden {
  display: none;
}

/* line 164, ../../../sass/book/ebook/pdf.scss */
.menu_show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: #fff;
}
/* line 172, ../../../sass/book/ebook/pdf.scss */
.menu_show .menu_close {
  position: fixed;
  top: 40%;
  right: 0;
  height: 70px;
  width: 35px;
}
/* line 180, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_nav {
  height: 65px;
  line-height: 65px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-align: center;
  font-size: 18px;
  color: #999;
  border-bottom: 1px solid #EDEDED;
  padding: 0 100px;
}
/* line 192, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_nav .active {
  color: #3CA6FE;
  font-weight: 500;
}
/* line 197, ../../../sass/book/ebook/pdf.scss */
.menu_show .mark_list {
  overflow: auto;
}
/* line 199, ../../../sass/book/ebook/pdf.scss */
.menu_show .mark_list .no_book_mark {
  margin-top: 130px;
  opacity: 0.99;
  font-size: 15px;
  color: #999999;
  text-align: center;
}
/* line 206, ../../../sass/book/ebook/pdf.scss */
.menu_show .mark_list .mark_item {
  margin: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
/* line 210, ../../../sass/book/ebook/pdf.scss */
.menu_show .mark_list .mark_item .title {
  font-size: 17px;
  color: #222222;
  line-height: 24px;
}
/* line 216, ../../../sass/book/ebook/pdf.scss */
.menu_show .mark_list .mark_item .text {
  margin: 15px 0;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
/* line 225, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list {
  width: 100%;
  overflow: auto;
}
/* line 228, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
/* line 232, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .book_chapter {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 236, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .book_chapter .chapter_row {
  display: table-row;
  position: relative;
}
/* line 240, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .book_chapter .chapter_row > * {
  display: table-cell;
  vertical-align: middle;
}
/* line 247, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .book_chapter .chapter_icon {
  width: 10px;
  height: 44px;
  line-height: 44px;
  padding: 0 9px 0 12px;
}
/* line 252, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .book_chapter .chapter_icon img {
  width: 10px;
}
/* line 256, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .book_chapter .chapter_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  color: #222;
  font-size: 17px;
  padding: 14px 0;
  width: 100%;
}
/* line 266, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .book_chapter .chapter_num {
  font-size: 10px;
  color: #999;
  width: 16px;
  text-align: right;
  padding-right: 12px;
}
/* line 272, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .book_chapter .chapter_num img {
  width: 16px;
}
/* line 276, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .book_chapter .chapter_blank {
  width: 6px;
}
/* line 281, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .module_list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 285, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .module_list .module_row {
  display: table-row;
}
/* line 289, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .module_list .module_row > * {
  display: table-cell;
  vertical-align: middle;
}
/* line 294, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .module_list .module_name {
  padding: 12px 0;
  color: #666;
  line-height: 140%;
  border-bottom: 1px solid #ededed;
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 14px;
}
/* line 305, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .module_list .module_num {
  border-bottom: 1px solid #ededed;
  font-size: 10px;
  color: #999;
  width: 16px;
  text-align: right;
  padding-right: 12px;
}
/* line 312, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .module_list .module_num img {
  width: 16px;
}
/* line 317, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .module_list .module_blank {
  width: 18px;
}
/* line 321, ../../../sass/book/ebook/pdf.scss */
.menu_show .book_list .book_item .module_list .module_select {
  color: #3ca6fe;
}
/* line 328, ../../../sass/book/ebook/pdf.scss */
.menu_show .hidden {
  display: none;
}
/* line 331, ../../../sass/book/ebook/pdf.scss */
.menu_show .rotateSpan {
  moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 337, ../../../sass/book/ebook/pdf.scss */
.menu_show .rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/* line 345, ../../../sass/book/ebook/pdf.scss */
.page-read {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 351, ../../../sass/book/ebook/pdf.scss */
.page-read .page-read-content {
  position: absolute;
  top: 36px;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  border-top: 0;
}
/* line 358, ../../../sass/book/ebook/pdf.scss */
.page-read .page-read-content .lazy-load-img {
  pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  -moz-pointer-events: none;
}
/* line 364, ../../../sass/book/ebook/pdf.scss */
.page-read .page-read-content .visibi {
  visibility: hidden;
}

/* line 371, ../../../sass/book/ebook/pdf.scss */
.guide_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 381, ../../../sass/book/ebook/pdf.scss */
.guide_shadow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 386, ../../../sass/book/ebook/pdf.scss */
.guide_shadow .guide_shadow_know {
  position: absolute;
  bottom: 82px;
  margin: auto;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #3ca6fe;
  border-radius: 32px;
  text-align: center;
  border: 1px solid #3ca6fe;
}

/* line 399, ../../../sass/book/ebook/pdf.scss */
.hidden {
  display: none;
}

/* line 402, ../../../sass/book/ebook/pdf.scss */
.shidu_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9900;
}
/* line 410, ../../../sass/book/ebook/pdf.scss */
.shidu_shadow .shidu_opt {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
}
/* line 418, ../../../sass/book/ebook/pdf.scss */
.shidu_shadow .hidden {
  visibility: hidden;
}
/* line 421, ../../../sass/book/ebook/pdf.scss */
.shidu_shadow .sd {
  background: #3CA6FE;
  width: 293px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
/* line 431, ../../../sass/book/ebook/pdf.scss */
.shidu_shadow .gm {
  margin-top: 15px;
  background: #fff;
  width: 293px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 20px;
  color: #3CA6FE;
  text-align: center;
}

/* line 443, ../../../sass/book/ebook/pdf.scss */
.book_buy_tips-sec {
  font-size: 0.32rem;
  color: #8f959e;
  margin-top: 0.16rem;
}
