html, body, #app {
  width: 100%;
  height: 100%;
}

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

.authorShare {
  background-color: #ffffff;
  width: 100%;
  min-height: 100%;
  max-width: 7.50rem;
  margin: 0 auto;
  margin-top: 1.12rem;
  padding-bottom: 0.3rem;
}

.authorShare .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;
}

.authorShare .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;
}

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

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

.authorShare .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;
}

.authorShare .author_introduce {
  width: 7.5rem;
  height: 4.8rem;
  background-image: url(../img/bj.png);
  background-size: 100% 100%;
  text-align: center;
}

.authorShare .author_introduce .author_pic {
  position: relative;
  padding-top: 1.02rem;
}

.authorShare .author_introduce .author_pic .pic {
  width: 1.60rem;
  height: 1.60rem;
  border: 0.04rem solid #FFFFFF;
  border-radius: 50%;
  margin: 0 auto;
}

.authorShare .author_introduce .author_pic .pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.authorShare .author_introduce .author_pic .author_text {
  height: 0.4rem;
  background: linear-gradient(135deg, #5E5E5E 0%, #292524 100%);
  border-radius: 22px;
  display: inline-block;
  padding: 0 0.14rem;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.authorShare .author_introduce .author_pic .author_text .box {
  height: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.authorShare .author_introduce .author_pic .author_text .box img {
  width: 0.22rem;
  height: 0.24rem;
  margin-right: 0.06rem;
}

.authorShare .author_introduce .author_pic .author_text .box span {
  font-size: 0.26rem;
  font-weight: 500;
  color: #FFD3AA;
}

.authorShare .author_introduce .author_name {
  width: 5.60rem;
  line-height: 0.40rem;
  text-align: center;
  font-size: 0.36rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 auto;
  margin-top: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.authorShare .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.88rem;
  padding-bottom: 0.2rem;
  position: relative;
  z-index: 2;
}

.authorShare .ratings .score {
  width: 50%;
  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-top: 0.4rem;
}

.authorShare .ratings .score > .number {
  font-size: 0.44rem;
  color: #404040;
  font-weight: 600;
  margin-right: 0.08rem;
  text-align: center;
}

.authorShare .ratings .score .min_text {
  color: #909090;
  font-size: 0.26rem;
  margin-top: 0.10rem;
  text-align: center;
}

.authorShare .ratings .reads {
  width: 50%;
  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-top: 0.4rem;
}

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

.authorShare .ratings .reads .min_text {
  color: #909090;
  font-size: 0.26rem;
  margin-top: 0.10rem;
  text-align: center;
}

.authorShare .ratings .interval {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 0.60rem;
  background-color: #E9EAEB;
  padding-left: 0;
}

.authorShare .books_list {
  width: 100%;
}

.authorShare .books_list .book_item {
  padding: 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
}

.authorShare .books_list .book_item .img_box {
  width: 1.5rem;
  height: 2rem;
  margin-right: 0.24rem;
}

.authorShare .books_list .book_item .img_box img {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem;
}

.authorShare .books_list .book_item .introduce {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 4.64rem;
}

.authorShare .books_list .book_item .introduce .book_name {
  font-size: 0.32rem;
  font-weight: bold;
  color: #32343A;
  padding-top: 0.04rem;
  margin-bottom: 0.14rem;
}

.authorShare .books_list .book_item .introduce .title_overstep {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.authorShare .books_list .book_item .introduce .title_close_overstep {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.authorShare .books_list .book_item .introduce .synopsis {
  font-size: 0.28rem;
  font-weight: 400;
  color: #999BA1;
  line-height: 0.40rem;
}

.authorShare .books_list .book_item .introduce .tag_score {
  height: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.authorShare .books_list .book_item .introduce .tag_score .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.authorShare .books_list .book_item .introduce .tag_score .tags .tag_item {
  padding: 0 0.18rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  border-radius: 0.25rem;
  border: 0.005rem solid #9EA1A8;
  font-size: 0.22rem;
  font-weight: 400;
  color: #9EA1A8;
  margin-right: 0.12rem;
  margin-top: 0.1rem;
}

.authorShare .books_list .book_item:nth-child(1) {
  margin-top: 0.3rem;
}

.authorShare .bootom_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.8rem;
  margin-bottom: 0.54rem;
}
/*# sourceMappingURL=author_share.css.map */