<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* line 33, ../../sass/base/base.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* line 41, ../../sass/base/base.scss */
.book-res-wrapper .book-info-wrapper .book_info .book-name-wrapper .book_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/* line 58, ../../sass/base/base.scss */
.margin_14 {
  width: 100%;
  height: 0.24rem;
  background: #F6F7F8;
}

/* line 4, ../../sass/book/bookv3.scss */
html {
  background: #fff;
}

/* line 7, ../../sass/book/bookv3.scss */
.body-content-wrapper {
  /*overflow: auto;*/
  /*height: 100vh;*/
}

/* line 11, ../../sass/book/bookv3.scss */
.body-content-wrapper-hide {
  overflow: hidden;
}

/* line 18, ../../sass/book/bookv3.scss */
.share-tips-bgk-wrapper {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100vw;
  position: fixed;
  text-align: center;
  z-index: 100;
}
/* line 26, ../../sass/book/bookv3.scss */
.share-tips-bgk-wrapper img {
  max-width: 8.72rem;
  margin: 0.21333rem auto;
}

/* line 34, ../../sass/book/bookv3.scss */
.book-info-bkg {
  height: 4.26667rem;
}
/* line 36, ../../sass/book/bookv3.scss */
.book-info-bkg .background-wrapper-img {
  position: fixed;
  z-index: 1;
  height: 4.26667rem;
  width: 100%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
}
/* line 44, ../../sass/book/bookv3.scss */
.book-info-bkg .background-wrapper-color {
  position: fixed;
  z-index: 2;
  height: 8rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* line 53, ../../sass/book/bookv3.scss */
.book-res-wrapper {
  background: #fff;
  width: 100%;
  min-height: 6.66667rem;
  position: relative;
  top: -1.65333rem;
  z-index: 5;
  border-radius: 0.64rem 0.64rem 0 0;
  /*分享*/
}
/* line 63, ../../sass/book/bookv3.scss */
.book-res-wrapper .share-tips-btn-wrapper {
  position: absolute;
  width: 0.64rem;
  height: 0.69333rem;
  line-height: 0.58667rem;
  right: 0.42667rem;
  top: -2.61333rem;
  border-radius: 0 0 0.8rem 0.8rem;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
/* line 73, ../../sass/book/bookv3.scss */
.book-res-wrapper .share-tips-btn-wrapper img {
  width: 0.42667rem;
  height: 0.42667rem;
  margin-top: 0.13333rem;
}
/* line 79, ../../sass/book/bookv3.scss */
.book-res-wrapper .share-tips-btn-tips:after {
  content: "";
  background: #E62E4D;
  border: 0.02667rem solid #FFFFFF;
  height: 0.10667rem;
  width: 0.10667rem;
  position: absolute;
  right: -0.08rem;
  top: 0.13333rem;
  border-radius: 50%;
}
/* line 91, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper {
  position: absolute;
  z-index: 7;
  top: -2.18667rem;
  left: 0.42667rem;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 0.85333rem);
}
/* line 100, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_thumb {
  position: relative;
  z-index: 8;
  width: 2.26667rem;
  height: 3.25333rem;
  border-radius: 0.32rem;
  border: 1px solid #FFFFFF;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  background: #fff;
}
/* line 114, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_thumb img {
  object-fit: cover;
}
/* line 117, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_thumb .img-border {
  border-radius: 0.32rem;
}
/* line 120, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_thumb .img-shadow {
  filter: drop-shadow(0px 0.08rem 0.16rem rgba(0, 0, 0, 0.1));
}
/* line 123, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_thumb .s-info {
  height: 0.53333rem;
  line-height: 0.53333rem;
  background: rgba(21, 27, 55, 0.1);
  border-radius: 0.32rem;
  width: 2.26667rem;
  position: absolute;
  bottom: 0;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-items: center;
  -webkit-justify-content: center;
}
/* line 138, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_thumb .s-info img {
  margin-left: 0.05333rem;
  width: 0.26667rem;
  height: 0.26667rem;
}
/* line 146, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .thumb_bkg_img {
  background-image: url("../images/default_book_cover_bkg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 151, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info {
  margin-left: 0.4rem;
  position: relative;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}
/* line 156, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book-name-wrapper {
  height: 2.18667rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
/* line 162, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book-name-wrapper .book_name {
  color: #fff;
  font-size: 0.48rem;
  line-height: 0.72rem;
  font-weight: bold;
}
/* line 170, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.32rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #fff;
}
/* line 178, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .book-xue-img {
  width: 100%;
  position: relative;
}
/* line 181, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .book-xue-img img {
  position: absolute;
  width: 0.45333rem;
  height: 0.45333rem;
  border-radius: 50%;
  border: 0.02667rem solid #fff;
  object-fit: cover;
  background: #fff;
}
/* line 190, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .book-xue-img .img1 {
  z-index: 6;
  left: 0;
}
/* line 194, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .book-xue-img .img2 {
  z-index: 5;
  left: 0.32rem;
}
/* line 198, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .book-xue-img .img3 {
  z-index: 4;
  left: 0.64rem;
}
/* line 202, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .book-xue-img .img4 {
  z-index: 3;
  left: 0.96rem;
}
/* line 206, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .book-xue-img .img5 {
  z-index: 2;
  left: 1.28rem;
}
/* line 210, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .book-xue-img .img6 {
  z-index: 1;
  left: 1.6rem;
}
/* line 214, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .book-xue-img .img-txt {
  position: absolute;
  padding-left: 0.10667rem;
  line-height: 0.48rem;
  color: #82888C;
}
/* line 221, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .visibi {
  visibility: hidden;
}
/* line 224, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .info-ad {
  position: absolute;
  /*right: 0;*/
  bottom: -0.13333rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  height: 0.72rem;
  margin-left: 0.26667rem;
  color: #FE793C;
}
/* line 237, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .info-ad .ad-img {
  width: 0.42667rem;
  height: 0.42667rem;
  margin-left: 0.10667rem;
}
/* line 243, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .book_info .book_bottom .bhidden {
  display: none;
}
/* line 248, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-info-wrapper .cover-shadow {
  position: absolute;
  bottom: -0.13333rem;
  left: -0.42667rem;
  width: 4.10667rem;
  height: 0.77333rem;
}
/* line 256, ../../sass/book/bookv3.scss */
.book-res-wrapper .margin-40 {
  height: 1.06667rem;
}
/* line 259, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper {
  overflow: hidden;
  margin-top: 0.42667rem;
}
/* line 262, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus {
  display: -webkit-flex;
  display: flex;
  background: #fff;
}
/* line 266, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item {
  position: relative;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  height: 1.70667rem;
  width: 2.82667rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  margin-left: 0.32rem;
  color: #FFF;
  border-radius: 0.64rem;
}
/* line 280, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item img {
  width: 1.28rem;
  height: 1.70667rem;
}
/* line 284, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item .item-info {
  position: absolute;
  right: 0.26667rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
/* line 289, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item .item-info .text {
  line-height: 0.53333rem;
  font-size: 0.37333rem;
  font-weight: bold;
  text-align: right;
}
/* line 295, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item .item-info .bought, .book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item .item-info .bind, .book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item .item-info .study-card, .book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item .item-info .free, .book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item .item-info .price {
  margin-top: 0.05333rem;
  font-size: 0.32rem;
  line-height: 0.45333rem;
  text-align: right;
}
/* line 301, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item .item-info .price {
  font-size: 0.26667rem;
  font-weight: bold;
}
/* line 307, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item:last-child {
  margin-right: 0.42667rem;
}
/* line 310, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .menu-item:first-child {
  margin-left: 0.42667rem;
}
/* line 313, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .read-bkg {
  background: linear-gradient(90deg, #FFAC86 0%, #FE793C 100%);
}
/* line 316, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .ebook-bkg {
  background: linear-gradient(90deg, #86C8FF 0%, #3CA6FE 100%);
}
/* line 319, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .error-book-bkg {
  background: linear-gradient(90deg, #61E7C6 0%, #00D7A3 100%);
}
/* line 322, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .paper-book-bkg {
  background: linear-gradient(90deg, #FFDD6A 0%, #FFC80F 100%);
}
/* line 325, ../../sass/book/bookv3.scss */
.book-res-wrapper .study-res-menus-wrapper .study-res-menus .camera-correct-bkg {
  background: linear-gradient(90deg, #A3EC41 0%, #88E60A 100%);
}
/* line 330, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-big-ad {
  margin: 0.42667rem 0.42667rem 0;
  border-radius: 0.42667rem;
  height: 1.28rem;
}
/* line 334, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-big-ad img {
  width: 100%;
  height: 1.28rem;
  border-radius: 0.42667rem;
  object-fit: cover;
}
/* line 342, ../../sass/book/bookv3.scss */
.book-res-wrapper .margin-10 {
  height: 0.26667rem;
  background: #F6F7F8;
  width: 100%;
}
/* line 347, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-nav {
  margin-top: 0.8rem;
  height: 0.8rem;
  display: flex;
  display: -webkit-flex;
  padding-left: 0.42667rem;
}
/* line 353, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-nav .nav-item {
  margin-right: 0.8rem;
  font-size: 0.37333rem;
  line-height: 0.48rem;
  color: rgba(21, 27, 55, 0.45);
  font-weight: bold;
}
/* line 361, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-nav .nav-active {
  font-size: 0.48rem;
  line-height: 0.61333rem;
  color: #151B37;
  position: relative;
}
/* line 366, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-nav .nav-active .active-line {
  position: absolute;
  bottom: 0;
  width: 0.42667rem;
  height: 0.10667rem;
  border-radius: 0.05333rem;
  background: linear-gradient(270.94deg, #00D7A3 1.04%, #3DA6FF 96.35%);
}
/* line 378, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-auth-download-wrapper {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin: 0.32rem 0.42667rem 0;
}
/* line 386, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-auth-download-wrapper .res-auth {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
/* line 392, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-auth-download-wrapper .res-auth .auth-unlock {
  width: 0.42667rem;
  height: 0.42667rem;
  margin-right: 0.10667rem;
}
/* line 397, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-auth-download-wrapper .res-auth .bought {
  font-weight: normal;
  color: rgba(21, 27, 55, 0.45);
}
/* line 401, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-auth-download-wrapper .res-auth .auth-buy {
  display: flex;
  display: -webkit-flex;
  background: linear-gradient(270deg, #FE793C 0%, #FF9523 100%);
  border-radius: 0.32rem;
  height: 0.85333rem;
  color: #fff;
  font-size: 0.32rem;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
}
/* line 412, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-auth-download-wrapper .res-auth .auth-buy .auth-buy-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 0.4rem;
}
/* line 418, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-auth-download-wrapper .res-auth .auth-buy .auth-buy-info img {
  width: 0.42667rem;
  height: 0.42667rem;
  margin-right: 0.10667rem;
}
/* line 424, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-auth-download-wrapper .res-auth .auth-buy .auth-buy-price {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0.21333rem;
}
/* line 430, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-auth-download-wrapper .res-auth .auth-buy .auth-buy-price .auth-buy-rmb {
  margin-right: 0.10667rem;
}
/* line 433, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-auth-download-wrapper .res-auth .auth-buy .auth-buy-price .auth-buy-btn {
  width: 1.70667rem;
  height: 0.56rem;
  border-radius: 0.32rem;
  line-height: 0.56rem;
  text-align: center;
  background: #fff;
  font-size: 0.26667rem;
  color: #FE793C;
}
/* line 448, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-auth-download-wrapper .res-auth .study-card-buy {
  color: #666;
  font-weight: normal;
}
/* line 456, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper {
  margin: 0 0.42667rem;
}
/* line 458, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item {
  margin-top: 0.32rem;
  background-color: rgba(21, 27, 55, 0.02);
  border-radius: 0.42667rem;
}
/* line 462, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter {
  height: 1.70667rem;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
/* line 470, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 0.42667rem;
  flex: 1;
  -webkit-flex: 1;
  background-size: 1.6rem 1.6rem;
  background-position: center right;
  background-repeat: no-repeat;
}
/* line 482, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content img {
  margin-left: 0.37333rem;
  width: 0.42667rem;
  height: 0.42667rem;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
/* line 489, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content .text {
  margin-left: 0.42667rem;
  font-size: 0.37333rem;
  font-weight: bold;
  height: 1.70667rem;
  line-height: 1.70667rem;
  color: #151B37;
  flex: 1;
  -webkit-flex: 1;
}
/* line 500, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content .empty-res {
  font-size: 0.32rem;
  color: rgba(21, 27, 55, 0.45);
}
/* line 504, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content .chapter-tag-wrapper {
  position: absolute;
  left: 0.48rem;
  top: 0;
  display: flex;
  display: -webkit-flex;
}
/* line 510, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content .chapter-tag-wrapper .teacher-spc, .book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content .chapter-tag-wrapper .shi-du, .book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content .chapter-tag-wrapper .limit-access {
  border-radius: 0 0 0.21333rem 0.21333rem;
  line-height: 0.34667rem;
  font-size: 0.26667rem;
  color: #fff;
  padding: 0.05333rem 0.21333rem;
  margin-right: 0.10667rem;
  text-align: center;
}
/* line 519, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content .chapter-tag-wrapper .teacher-spc {
  background: #FFC80F;
}
/* line 522, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content .chapter-tag-wrapper .shi-du {
  background: #FE793C;
}
/* line 525, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .chapter .chapter-content .chapter-tag-wrapper .limit-access {
  background: rgba(21, 27, 55, 0.65);
}
/* line 532, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .sections .section-wrapper {
  margin: 0 0.42667rem 0 0.74667rem;
  padding: 0.29333rem 0;
}
/* line 536, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .sections .section {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  line-height: 0.58667rem;
  font-size: 0.37333rem;
}
/* line 543, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .sections .section .text {
  color: #151B37;
  word-break: break-all;
  word-wrap: break-word;
}
/* line 548, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .sections .section .shi-du {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 1.2rem;
  height: 0.58667rem;
  line-height: 0.58667rem;
  font-size: 0.26667rem;
  color: #fff;
  text-align: center;
  border-radius: 0.42667rem;
  background: linear-gradient(89.95deg, #FFC80F 0.04%, #FE793C 99.95%);
}
/* line 560, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .sections .section .lock, .book-res-wrapper .book-res-content .res-chapter-wrapper .chapter-item .sections .section .can-cat {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  width: 0.32rem;
  height: 0.32rem;
  margin-top: 0.13333rem;
}
/* line 572, ../../sass/book/bookv3.scss */
.book-res-wrapper .book-res-content .coupon_mini_wrapper {
  margin-top: 0.13333rem;
  margin-bottom: 0.13333rem;
}
/* line 578, ../../sass/book/bookv3.scss */
.book-res-wrapper .recommend-lessons {
  margin-top: 0.4rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 588, ../../sass/book/bookv3.scss */
.empty-resource {
  background-color: #fff;
  text-align: center;
  padding-top: 1.86667rem;
}
/* line 592, ../../sass/book/bookv3.scss */
.empty-resource img {
  width: 4.16rem;
  height: 2.4rem;
}
/* line 596, ../../sass/book/bookv3.scss */
.empty-resource .empty-txt {
  margin-top: 0.26667rem;
  font-size: 0.32rem;
  color: rgba(21, 27, 55, 0.65);
  line-height: 0.56rem;
}

/* line 605, ../../sass/book/bookv3.scss */
.actions-wrapper .a-content {
  text-align: left;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  padding: 0 0.42667rem 0.42667rem;
  color: #151B37;
  max-height: 13.86667rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 614, ../../sass/book/bookv3.scss */
.actions-wrapper .a-content .b-n-t, .actions-wrapper .a-content .b-a-t, .actions-wrapper .a-content .b-p-t, .actions-wrapper .a-content .b-i-t {
  color: rgba(21, 27, 55, 0.45);
  font-size: 0.32rem;
  line-height: 0.45333rem;
  margin-top: 0.26667rem;
}
/* line 620, ../../sass/book/bookv3.scss */
.actions-wrapper .a-content .b-n, .actions-wrapper .a-content .b-a, .actions-wrapper .a-content .b-p, .actions-wrapper .a-content .b-i {
  margin-top: 0.10667rem;
  color: #151B37;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
}
/* line 626, ../../sass/book/bookv3.scss */
.actions-wrapper .a-content .b-n {
  font-weight: bold;
}
/* line 629, ../../sass/book/bookv3.scss */
.actions-wrapper .a-content .b-n-t {
  margin-top: 0;
}

/* line 636, ../../sass/book/bookv3.scss */
.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 651, ../../sass/book/bookv3.scss */
.visibi {
  visibility: hidden;
}

/* line 657, ../../sass/book/bookv3.scss */
.ui-dialog-wrap2 .ui-dialog-inner2 .ui-dialog-img2 .dialog-bind-card-img {
  width: 2.98667rem;
}
/* line 662, ../../sass/book/bookv3.scss */
.ui-dialog-wrap2 .dialog-bind-card-btn, .ui-dialog-wrap2 .dialog-location-yes-btn {
  background: linear-gradient(89.95deg, #00D7A3 0.04%, #3DA6FF 99.95%);
  color: #fff;
  border: none;
  height: 1.06667rem;
  line-height: 1.06667rem;
}
/* line 672, ../../sass/book/bookv3.scss */
.ui-dialog-wrap2 .dialog-location-no-btn {
  border: none;
  color: #3ca6fe;
}
/* line 676, ../../sass/book/bookv3.scss */
.ui-dialog-wrap2 .dialog-location-msg {
  font-weight: bold;
  font-size: 0.42667rem;
  line-height: 150%;
  color: #151B37;
  width: calc(100% - 0.85333rem);
  margin-left: 0.42667rem;
}

/* line 685, ../../sass/book/bookv3.scss */
#_taf6tax0ct {
  position: fixed;
  left: 0;
  z-index: 10000;
  bottom: 0;
}

/* line 691, ../../sass/book/bookv3.scss */
.dialog-limit-access-img {
  width: 4.16rem;
  height: 2.4rem;
}

/* line 695, ../../sass/book/bookv3.scss */
.dialog-limit-access-input-wrapper {
  width: 6.26667rem;
  height: 1.06667rem;
  box-sizing: border-box;
  border: 0.02667rem solid rgba(21, 27, 55, 0.2);
  border-radius: 1.06667rem;
  margin: auto;
}
/* line 702, ../../sass/book/bookv3.scss */
.dialog-limit-access-input-wrapper .dialog-limit-access-input {
  width: 5.33333rem;
  height: 0.98667rem;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #151B37;
  font-size: 0.37333rem;
  font-weight: bold;
}
/* line 713, ../../sass/book/bookv3.scss */
.dialog-limit-access-input-wrapper input::placeholder {
  color: rgba(21, 27, 55, 0.45);
  font-weight: normal;
}

/* line 718, ../../sass/book/bookv3.scss */
.dialog-limit-access-message {
  color: #151B37;
  margin-bottom: 0.64rem;
  line-height: 0.64rem;
}
</pre></body></html>