@charset "UTF-8";
html, body, #app {
  width: 100%;
  height: 100%;
}

[v-cloak] {
  display: none !important;
}

.bookShare {
  background-color: #f6f6f6;
  width: 100%;
  min-height: 100%;
  max-width: 7.50rem;
  margin: 0 auto;
  margin-top: 1.12rem;
}

.bookShare .top_box {
  position: fixed;
  top: 0;
  width: 7.50rem;
  height: 1.12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.bookShare .top_box .logo {
  margin-left: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bookShare .top_box .logo img {
  width: 0.72rem;
}

.bookShare .top_box .logo span {
  font-size: 0.40rem;
  font-weight: 600;
  color: #00C3A9;
  margin-left: 0.2rem;
}

.bookShare .top_box .btn {
  margin-right: 0.4rem;
  padding: 0.08rem 0.24rem;
  text-align: center;
  border-radius: 30px;
  border: 0.02rem solid #00C3A9;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #00C3A9;
}

.bookShare .book_introduce {
  width: 7.5rem;
  height: 4.85rem;
  position: relative;
}

.bookShare .book_introduce .base {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(37px);
          filter: blur(37px);
  position: absolute;
  background-size: 100%;
}

.bookShare .book_introduce .basecs {
  width: 100%;
  height: 100%;
  background: rgba(50, 52, 58, 0.55);
  position: absolute;
  z-index: 1;
}

.bookShare .book_introduce .box {
  width: 6.7rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-left: 0.4rem;
  padding-right: 0.36rem;
}

.bookShare .book_introduce .box .introduce_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bookShare .book_introduce .box .introduce_left .book_name {
  height: 1.08rem;
  margin-top: 0.85rem;
  margin-bottom: 0.5rem;
  padding-right: 0.4rem;
  font-size: 0.38rem;
  font-family: PingFangTC-Semibold, PingFangTC;
  font-weight: 600;
  line-height: 0.54rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bookShare .book_introduce .box .introduce_left .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: PingFangSC-Regular, PingFang SC;
  margin-bottom: 0.2rem;
}

.bookShare .book_introduce .box .introduce_left .author .avater {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  margin-right: 0.12rem;
}

.bookShare .book_introduce .box .introduce_left .author span {
  font-size: 0.26rem;
  font-weight: 400;
  color: #cab4a3;
}

.bookShare .book_introduce .box .introduce_left .author .icon {
  width: 0.1rem;
  height: 0.16rem;
  margin-top: 0.04rem;
  margin-left: 0.1rem;
}

.bookShare .book_introduce .box .introduce_left .word_num {
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #d0cdcd;
}

.bookShare .book_introduce .box .book_pic_right {
  margin-top: 0.84rem;
}

.bookShare .book_introduce .box .book_pic_right img {
  width: 2.10rem;
  height: 2.80rem;
  border-radius: 0.16rem;
}

.bookShare .ratings {
  width: 7.5rem;
  height: 1.80rem;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 0.32rem 0.32rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: -0.54rem;
  position: relative;
  z-index: 2;
}

.bookShare .ratings .score {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1rem;
}

.bookShare .ratings .score .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bookShare .ratings .score .star > .text {
  font-size: 0.44rem;
  color: #404040;
  font-weight: 600;
  margin-right: 0.08rem;
}

.bookShare .ratings .score .star .star——box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.bookShare .ratings .score .min_text {
  color: #909090;
  font-size: 0.26rem;
  margin-top: 0.10rem;
}

.bookShare .ratings .reads {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.40rem;
}

.bookShare .ratings .reads > .number {
  font-size: 0.44rem;
  color: #404040;
  font-weight: 600;
  margin-right: 0.08rem;
}

.bookShare .ratings .reads .min_text {
  color: #909090;
  font-size: 0.26rem;
  margin-top: 0.10rem;
}

.bookShare .ratings .interval {
  position: absolute;
  left: 37%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 0.50rem;
  background-color: #E9EAEB;
  padding-left: 0;
}

.bookShare > .btn {
  width: 6.70rem;
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: center;
  background: #1fc1aa;
  color: #ffffff;
  border-radius: 0.50rem;
  font-size: 0.36rem;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 0.40rem;
}

.bookShare .chapter_box {
  margin-top: 0.26rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bookShare .chapter_box .hint_text {
  font-size: 0.30rem;
  font-weight: 500;
  color: #858890;
  margin-bottom: 0.6rem;
  text-align: center;
  margin-top: 0.3rem;
}

.bookShare .bottom {
  width: 100%;
  height: 4.54rem;
  background-color: #ffffff;
  text-align: center;
}

.bookShare .bottom > img {
  width: 1.2rem;
  margin-top: 0.68rem;
}

.bookShare .bottom > .text {
  font-size: 0.36rem;
  font-weight: 600;
  color: #00C3A9;
  margin-top: 0.2rem;
}

.bookShare .bottom > .btn {
  width: 6.70rem;
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: center;
  background: #1fc1aa;
  color: #ffffff;
  border-radius: 0.50rem;
  font-size: 0.36rem;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 0.48rem;
  margin-bottom: 0.54rem;
}

.bookShare .star-five {
  width: 0;
  height: 0;
  position: relative;
  border-bottom: 0.10rem solid #b9b9b9;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  /* Firefox */
  -o-transform: rotate(35deg);
  /* Opera */
  -webkit-transform: rotate(35deg);
  /* Safari and Chrome */
  -ms-transform: rotate(35deg);
  /* IE 9 */
  margin-right: 0.08rem;
}

.bookShare .star-five::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-bottom: 0.10rem solid #b9b9b9;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  position: absolute;
  top: 0;
  left: -0.15rem;
  transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  /* Firefox */
  -o-transform: rotate(75deg);
  /* Opera */
  -webkit-transform: rotate(75deg);
  /* Safari and Chrome */
  -ms-transform: rotate(75deg);
  /* IE 9 */
}

.bookShare .star-five::after {
  content: "";
  width: 0;
  height: 0;
  color: #b9b9b9;
  border-bottom: 0.10rem solid #b9b9b9;
  border-left: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  /* Firefox */
  -o-transform: rotate(-70deg);
  /* Opera */
  -webkit-transform: rotate(-70deg);
  /* Safari and Chrome */
  -ms-transform: rotate(-70deg);
  /* IE 9 */
  position: absolute;
  left: -0.15rem;
  top: 0;
}

.bookShare .star-five-action {
  border-bottom: 0.10rem solid #ffb830;
}

.bookShare .star-five-action::before {
  border-bottom: 0.10rem solid #ffb830;
}

.bookShare .star-five-action::after {
  border-bottom: 0.10rem solid #ffb830;
}

.ruleItem {
  padding: 0.4rem;
}

.ruleItem .title {
  font-size: 0.42rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.26rem;
}

.ruleItem .text {
  font-size: 0.34rem;
  color: #32343A;
  line-height: 0.50rem;
}

.load {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}

[data-loader="circle"] {
  width: 22px;
  height: 22px;
  -webkit-animation: circle infinite 0.75s linear;
  animation: circle infinite 0.75s linear;
  border: 2px solid #1fc1aa;
  border-top-color: transparent;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[data-loader="arrow-circle"] {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-animation: arrow-circle infinite 0.75s linear;
  animation: arrow-circle infinite 0.75s linear;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 100%;
}
/*# sourceMappingURL=book_share.css.map */