.wrapper {
  width: 6.9rem;
  margin: 0 auto;
}
.search-head {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.44rem;
  margin-bottom: 0.25rem;
  border-bottom: 0.01rem solid #eee;
}
.search-head .fanhui-pic {
  width: 0.2rem;
  height: 0.37rem;
  margin-top: 0.14rem;
}
.search-head .search-input {
  width: 6.13rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  position: relative;
}
.search-head .search-input input {
  width: 6.13rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  background-color: #f0f0f0;
  font-weight: 500;
  font-size: 0.26rem;
  box-sizing: border-box;
  padding: 0.05rem 0 0 0.71rem;
}
.search-head .search-input input::placeholder {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #999999;
}
.search-head .search-input .search-btn {
  width: 1.42rem;
  height: 0.66rem;
  background: #BB0808;
  border-radius: 0.33rem;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.66rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.search-head .search-input .search-icon {
  display: block;
  width: 0.25rem;
  height: 0.27rem;
  position: absolute;
  left: 0.31rem;
  top: 50%;
  transform: translateY(-50%);
}
.search-nav {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0.74rem;
}
.search-nav .nav-item {
  font-family: PingFang SC;
  font-weight: medium;
  font-size: 0.36rem;
  color: #333;
}
.search-nav .active {
  font-family: PingFang SC;
  font-weight: 800;
  font-size: 0.36rem;
  color: #BB0808;
  position: relative;
}
.search-nav .active::after {
  content: '';
  display: block;
  width: 0.47rem;
  height: 0.09rem;
  background: url(../img/active-line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.24rem;
}
.search-content {
  position: relative;
}
.search-content .no-massage-cont {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.39rem;
}
.search-content .no-massage-cont .no-massage {
  display: block;
  width: 4.86rem;
  height: 2.88rem;
}
.search-content .no-massage-cont .no-massage-text {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.32rem;
  color: #666666;
  text-align: center;
}
.wenzhang .search-item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 0.41rem;
  margin-bottom: 0.41rem;
  border-bottom: 0.01rem solid #e6e6e6;
}
.wenzhang .search-item .item-title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.34rem;
  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.41rem;
}
.wenzhang .search-item .item-time {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.26rem;
  color: #999999;
  text-align: right;
}
.book {
  display: none;
}
.book .book-nav {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 0.33rem;
}
.book .book-nav .book-nav-item {
  padding: 0.11rem 0.39rem;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.32rem;
  color: #333333;
  background: #EBEBEB;
  border-radius: 0.26rem;
}
.book .book-nav .active {
  background: #FFF2F2;
  border: 0.01rem solid #BB0808;
  color: #BB0808;
}
.book .book-cont {
  width: 100%;
  overflow: hidden;
}
.book .book-cont .book-item {
  display: block;
  float: left;
  width: 2.1rem;
  height: 3.78rem;
  margin-right: 0.23rem;
  margin-bottom: 0.29rem;
}
.book .book-cont .book-item img {
  display: block;
  width: 2.1rem;
  height: 2.92rem;
  margin-bottom: 0.24rem;
  box-shadow: 6px 5px 0px 0px rgba(170, 170, 170, 0.54);
  border: 0.01rem solid #E0E0E0;
}
.book .book-cont .book-item .item-title {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.34rem;
}
.book .book-cont .book-item:nth-child(3n) {
  margin-right: 0;
}
.book .youshenshu,
.book .dianzishu {
  display: none;
}
.book .youshenshu .youshen-item {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
  margin-right: 1.27rem;
  margin-bottom: 0.38rem;
  float: left;
}
.book .youshenshu .youshen-item .item-pic {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.15rem;
}
.book .youshenshu .youshen-item .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
}
.book .youshenshu .youshen-item::after {
  content: '';
  display: block;
  width: 0.86rem;
  height: 1.95rem;
  background: url(../img/disc.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.86rem;
}
.book .youshenshu .youshen-item:nth-child(2n) {
  margin-right: 0;
}
