@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.42;
  color: #9b9b9b;
  text-align: left;
  background-color: #ffffff;
}
.d-flex {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

.align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-content: flex-end;
}

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-content: center;
}

.align-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-content: space-between;
}

.flex-auto {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
}
.list-title {
  font-weight: 600;
  font-size: 0.2rem;
  color: #030303;
  margin: 0.15rem;
  margin-top: 0.53rem;
}
.list-title:before {
  content: "";
  height: 0.2rem;
  width: 0.03rem;
  background-color: #fdd000;
  display: inline-block;
  margin-right: 0.08rem;
  border-radius: 0.25rem;
}
.list-book {
  margin: 0.15rem;
  margin-bottom: 0.05rem;
}
.btn-bg {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}
.audio-on {
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../../images/icon.png");
  background-size: 1.36rem 0.71rem;
  background-repeat: no-repeat;
  background-position: -1.02rem 0rem;
  margin: 0 auto;
}
.audio-off {
  width: 0.16rem;
  height: 0.16rem;
  background-image: url("../../images/icon.png");
  background-size: 1.36rem 0.71rem;
  background-repeat: no-repeat;
  background-position: -1.02rem -0.18rem;
  margin: 0 auto;
}

.book {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 0.75rem;
  height: 1.1rem;
  /* box-shadow: 0 0 0.02rem rgba(0,0,0,0.2); */
  border-radius: 0.04rem;
  margin-right: 0.12rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.book-title {
  font-weight: 600;
  font-size: 0.16rem;
  color: #030303;
  margin-bottom: 0.1rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.book-info {
  font-size: 0.14rem;
  color: #4c4948;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.book-label {
  font-size: 0.12rem;
  color: #999999;
  margin-bottom: 0.4rem;
  height: 0.35rem;
  overflow: hidden;
}
.book-label > span {
  border: 1px solid #eeeeee;
  border-radius: 0.02rem;
  margin-top: 0.12rem;
  margin-right: 0.1rem;
  padding: 0.02rem 0.04rem;
}
.friend-box {
  margin-bottom: 0.45rem;
}
.friend-title {
  font-weight: 600;
  font-size: 0.2rem;
  color: #030303;
  margin: 0.15rem;
  margin-top: 0;
  margin-bottom: 0.18rem;
}
.friend-title:before {
  content: "";
  height: 0.2rem;
  width: 0.03rem;
  background-color: #fdd000;
  display: inline-block;
  margin-right: 0.08rem;
  border-radius: 0.25rem;
}
.friend-swiper {
}
.logo {
  margin-bottom: 0.2rem;
}
.logo > img {
  width: 0.52rem;
  height: 0.4rem;
  margin-bottom: 0.15rem;
}
.logo > span {
  font-size: 0.14rem;
  color: #4c4948;
}
.explain-info {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  font-size: 0.14rem;
  color: #999999;
  letter-spacing: 0.01rem;
}
.book-explain {
  margin-bottom: 0.45rem;
}
.notice {
  color: #4c4948;
}
.m-b-20 {
  margin-bottom: 0.2rem;
}
.notice-info {
  color: #999999;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.comment-box {
  box-shadow: 0 0 0.06rem 0 rgba(55, 38, 0, 0.16);
  border-radius: 0.04rem;
  padding: 0.15rem 0.15rem 0.05rem 0.15rem;
  width: 2.6rem;
}
.comment-border {
  margin: 0.05rem 0rem;
}
.comment-info {
  font-size: 0.14rem;
  color: #4c4948;
  border-bottom: 1px solid #eeeeee;
  height: 1.4rem;
  overflow: hidden;
}
.user-name {
  margin-top: 0.06rem;
}
.user-name > div {
  color: #999999;
  font-size: 0.12rem;
}
.user-img {
  margin-right: 0.05rem;
  width: 0.25rem;
  height: 0.25rem;
  background-image: url("../../images/icon.png");
  background-size: 1.36rem 0.71rem;
  background-repeat: no-repeat;
}
.bg-url1 {
  background-position: -0.27rem -0.36rem;
}
.bg-url2 {
  background-position: -0rem -0.36rem;
}
.bg-url3 {
  background-position: -0.54rem -0.36rem;
}
.bg-url4 {
  background-position: -0.81rem -0.36rem;
}
.bg-url5 {
  background-position: -1.08rem -0.36rem;
}
.button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0.1rem 0.3rem;
  border-top: 1px solid #eeeeee;
  background-color: #ffffff;
}
.register {
  display: none;
  padding: 0.08rem;
  color: #ffffff;
  font-size: 0.2rem;
  text-align: center;
  background-color: #fdb900;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pay {
  display: none;
  padding: 0.08rem;
  text-align: center;
  font-size: 0.2rem;
  background-color: #fdd000;
  color: #4c4948;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.border-radius {
  border-radius: 0.3rem;
}
.loading {
  position: absolute;
  background: none;
  width: 0.3rem;
  height: 0.3rem;
  left: 50%;
  margin-left: -0.14rem;
  top: 50%;
  margin-top: -0.17rem;
  display: none;
}
.overlay_inner > .loading {
  display: block;
}
.loading > div {
  position: absolute;
  border-radius: 2px;
  background: #000;
  top: 0.13rem;
  left: 0.13rem;
  width: 0.02rem;
  height: 0.06rem;
  -webkit-animation: loading-anim 1s linear infinite;
  animation: loading-anim 1s linear infinite;
}
.loading.loading_white > div {
  background: #fff;
}
.loading > div:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-transform: rotate(0deg) translate(0, -8px);
  transform: rotate(0deg) translate(0, -8px);
}
.loading > div:nth-of-type(2) {
  -webkit-animation-delay: -0.417s;
  animation-delay: -0.417s;
  -webkit-transform: rotate(30deg) translate(0, -8px);
  transform: rotate(30deg) translate(0, -8px);
}
.loading > div:nth-of-type(3) {
  -webkit-animation-delay: -0.333s;
  animation-delay: -0.333s;
  -webkit-transform: rotate(60deg) translate(0, -8px);
  transform: rotate(60deg) translate(0, -8px);
}
.loading > div:nth-of-type(4) {
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
  -webkit-transform: rotate(90deg) translate(0, -8px);
  transform: rotate(90deg) translate(0, -8px);
}
.loading > div:nth-of-type(5) {
  -webkit-animation-delay: -0.167s;
  animation-delay: -0.167s;
  -webkit-transform: rotate(120deg) translate(0, -8px);
  transform: rotate(120deg) translate(0, -8px);
}
.loading > div:nth-of-type(6) {
  -webkit-animation-delay: -0.0833s;
  animation-delay: -0.0833s;
  -webkit-transform: rotate(150deg) translate(0, -8px);
  transform: rotate(150deg) translate(0, -8px);
}
.loading > div:nth-of-type(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(180deg) translate(0, -8px);
  transform: rotate(180deg) translate(0, -8px);
}
.loading > div:nth-of-type(8) {
  -webkit-animation-delay: 0.083s;
  animation-delay: 0.083s;
  -webkit-transform: rotate(210deg) translate(0, -8px);
  transform: rotate(210deg) translate(0, -8px);
}
.loading > div:nth-of-type(9) {
  -webkit-animation-delay: 0.167s;
  animation-delay: 0.167s;
  -webkit-transform: rotate(240deg) translate(0, -8px);
  transform: rotate(240deg) translate(0, -8px);
}
.loading > div:nth-of-type(10) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-transform: rotate(270deg) translate(0, -8px);
  transform: rotate(270deg) translate(0, -8px);
}
.loading > div:nth-of-type(11) {
  -webkit-animation-delay: 0.333s;
  animation-delay: 0.333s;
  -webkit-transform: rotate(300deg) translate(0, -8px);
  transform: rotate(300deg) translate(0, -8px);
}
.loading > div:nth-of-type(12) {
  -webkit-animation-delay: 0.417s;
  animation-delay: 0.417s;
  -webkit-transform: rotate(330deg) translate(0, -8px);
  transform: rotate(330deg) translate(0, -8px);
}
@-webkit-keyframes loading-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes loading-anim {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.audio-progress {
  /* flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	padding-left: 0.15rem; */
}
.audio-progress .default {
  width: 100%;
  height: 2px;
  background-color: #eeeeee;
  position: relative;
  margin-bottom: 0.04rem;
}
.audio-progress .conduct {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fdd000;
}
.audio-progress .move-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  box-shadow: 0 0 2px 0 rgba(255, 176, 0, 0.5);
  margin-top: -0.04rem;
  background-color: #fff;
}
.audio-progress .move-btn div {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #fdd000;
  margin: 0.01rem auto;
}
.audio-progress .audio-time {
  position: absolute;
  width: 100%;
  top: -0.3rem;
}
.start-time {
  font-size: 0.13rem;
}
.end-time {
  font-size: 0.13rem;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
