.wrapper {
  width: 6.8rem;
  margin: 0 auto;
}
.dzs-info {
  margin-top: 0.3rem;
  margin-bottom: 0.49rem;
  position: relative;
  z-index: 1;
}
.dzs-info .title-cont {
  width: 100%;
}
.dzs-info .title-cont .dzs-pic {
  display: block;
  width: 3.34rem;
  height: 4.81rem;
  margin: 0 auto;
  margin-bottom: 0.49rem;
  box-shadow: 9px 8px 0px 0px rgba(170, 170, 170, 0.54);
}
.dzs-info .title-cont .title p {
  text-align: center;
  font-family: PingFang SC;
  font-weight: 800;
  font-size: 0.38rem;
  color: #000000;
  line-height: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.24rem;
}
.dzs-info .title-cont .title .author {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.28rem;
  color: #888888;
  text-align: center;
  margin-bottom: 0.51rem;
}
.dzs-info .title-cont .title .btn-cont {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.dzs-info .title-cont .title .btn-cont .read-btn {
  width: 2.3rem;
  height: 0.66rem;
  display: block;
  background: #BB0808;
  border-radius: 0.33rem;
  position: relative;
  text-align: right;
}
.dzs-info .title-cont .title .btn-cont .read-btn img {
  width: 0.35rem;
  height: 0.28rem;
  position: absolute;
  left: 0.27rem;
  top: 0.19rem;
}
.dzs-info .title-cont .title .btn-cont .read-btn span {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.66rem;
  box-sizing: border-box;
  padding-right: 0.32rem;
}
.dzs-info .title-cont .title .btn-cont .yousheng {
  width: 2.3rem;
  height: 0.66rem;
  display: block;
  background: #BB0808;
  border-radius: 0.33rem;
  position: relative;
  text-align: right;
}
.dzs-info .title-cont .title .btn-cont .yousheng .pause {
  width: 0.14rem;
  height: 0.29rem;
  position: absolute;
  left: 0.17rem;
  top: 0.19rem;
}
.dzs-info .title-cont .title .btn-cont .yousheng .play {
  width: 0.19rem;
  height: 0.26rem;
  position: absolute;
  left: 0.42rem;
  top: 0.2rem;
}
.dzs-info .title-cont .title .btn-cont .yousheng span {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 0.66rem;
  box-sizing: border-box;
  padding-right: 0.32rem;
}
.dzs-info .title-cont .title .btn-cont .buy-btn {
  width: 1.8rem;
  height: 0.66rem;
  position: relative;
}
.dzs-info .title-cont .title .btn-cont .buy-btn .buy-icon {
  width: 0.34rem;
  height: 0.28rem;
  position: absolute;
  left: 0.33rem;
  top: 50%;
  transform: translateY(-50%);
}
.dzs-info .title-cont .title .btn-cont .buy-btn span {
  padding-right: 0.37rem;
}
.detail {
  overflow: hidden;
  margin-bottom: 0.2rem;
}
.detail .left {
  width: 3.8rem;
  float: left;
}
.detail .right {
  width: 2.6rem;
  float: right;
  box-sizing: border-box;
  padding-top: 2rem;
}
.detail .left p,
.detail .right p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.28rem;
  color: #888888;
  margin-bottom: 0.15rem;
}
.detail .left p span,
.detail .right p span {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.28rem;
  color: #888888;
}
.line {
  width: 100%;
  height: 0.1rem;
  background-color: #f5f5f5;
  margin-bottom: 0.3rem;
}
.summary .summary-title {
  font-size: 0.34rem;
  color: #333;
  font-weight: 800;
  margin-bottom: 0.2rem;
}
.summary .summary-cont {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.34rem;
  color: #333333;
  line-height: 0.66rem;
}
