.wrapper {
  background: url(../images/2025sjdsr-bg.jpg) repeat-y;
  background-size: 100% auto;
  width: 10rem;
  overflow: hidden;
}
.pc {
  display: none;
}
.header {
  height: 19.546667rem;
  background: url(../images/2025sjdsr-m-header.jpg) no-repeat;
  background-size: 100% 100%;
}
.logo {
  width: 5.333333rem;
  margin: 0 auto;
  padding-top: 0.666667rem;
  display: flex;
  justify-content: space-between;
}
.logo img {
  display: block;
  width: 100%;
}
.logo1, .logo2 {
  width: 50%;
}
/* 春日驿站 */
.cryz {
  margin: 0 auto;
  position: relative;
}
.title-cryz {
  width: 5.466667rem;
  height: 1.613333rem;
  background: url(../images/2025sjdsr-title-cryz.png) no-repeat;
  background-size: 100% 100%;
  margin: 3.733333rem auto 0;
}
.cryz-swiper-m {
  overflow: hidden;
  margin-top: 0.4rem;
}
.cryz-m-btn-next, .cryz-m-btn-prev {
  width: 0.826667rem;
  height: 1.56rem;
  position: absolute;
  top: 5rem;
  z-index: 999;
}
.cryz-m-btn-next {
  background: url(../images/2025sjdsr-cryz-btn-left-on.png) no-repeat;
  background-size: 100% 100%;
  left: 1rem;
}
.cryz-m-btn-prev {
  background: url(../images/2025sjdsr-cryz-btn-right-on.png) no-repeat;
  background-size: 100% 100%;
  right: 1rem;
}
.cryz-list {
  width: 4.853333rem;
  height: 11.68rem;
  background: url(../images/2025sjdsr-cryz-list-bg.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.cryz-list-img {
  width: 4.573333rem;
  height: 8.16rem;
  margin-top: 0.55rem;
}
.cryz-list-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.cryz-list p {
  color: #291004;
  width: 3.2rem;
  margin-left: 0.666667rem;
  margin-top: 0.2rem;
  line-height: 0.4rem;
  font-size: 0.266667rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  text-decoration-color: #291004;
}
/* 知识领航站 */
.zslhz {
  width: 9.2rem;
  margin: -0.5rem auto 0;
}
.title-zslhz {
  width: 5.133333rem;
  height: 1.626667rem;
  background: url(../images/2025sjdsr-title-zslhz.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.zslhz-list {
  width: 9.2rem;
  height: 11rem;
  background: url(../images/2025sjdsr-m-zslhz-bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  display: flex;
  flex: 0 0 auto;
  position: relative;
}
.zslhz-list-left {
  width: 3.213333rem;
  height: 3.933333rem;
  position: absolute;
  left: 0.32rem;
  top: 1.02rem;
}
.zslhz-list-left img {
  display: block;
  width: 100%;
  height: 100%;
}
.zslhz-list-center {
  width: 7.573333rem;
  left: 1.333333rem;
  top: 6.4rem;
  position: absolute;
}
.zslhz-list-center h2 {
  font-size: 0.346667rem;
  font-weight: bold;
  color: #291004;
}
.zslhz-list-center p {
  font-size: 0.266667rem;
  color: #291004;
  margin-top: 0.072917rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.4rem;
  height: 0.9rem;
}
.zslhz-list-center span {
  font-size: 0.266667rem;
  color: #291004;
  margin-top: 1rem;
  display: block;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zslhz-list-right {
  position: absolute;
  top: 0.78rem;
  left: 4.95rem;
}
.zslhz-list-right img {
  display: block;
  width: 3.96rem;
  height: 3.106667rem;
}
.zslhz-list-right h2 {
  width: 3.333333rem;
  font-size: 0.373333rem;
  font-weight: bold;
  color: #291004;
  margin-top: 0.2rem;
  margin-left: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zslhz-list-right p {
  width: 3.333333rem;
  font-size: 0.373333rem;
  color: #291004;
  margin-top: 0.2rem;
  margin-left: 0.6rem;
}
.zslhz-box {
  height: 11.333333rem;
  margin-top: 0.2rem;
  overflow-x: scroll;
  display: flex;
}
/* 整个滚动条 */
.zslhz-box::-webkit-scrollbar {
  width: 0.078125rem; /* 垂直滚动条的宽度 */
  height: 0.078125rem; /* 水平滚动条的高度 */
}

/* 滚动条轨道 */
.zslhz-box::-webkit-scrollbar-track {
  background: #c8a074; /* 轨道背景色 */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); /* 轨道阴影 */
}

/* 滚动条滑块 */
.zslhz-box::-webkit-scrollbar-thumb {
  background: #471700; /* 滑块颜色 */
}

/* 当鼠标悬停在滑块上时 */
.zslhz-box::-webkit-scrollbar-thumb:hover {
  background: #471700; /* 悬停时滑块颜色 */
}

/* 主题车厢 */
.ztcx {
  height: 15.333333rem;
  background: url(../images/2025sjdsr-m-ztcx-bg.png) no-repeat 0 bottom;
  background-size: 100% 12.533333rem;
}
.title-ztcx {
  width: 5.466667rem;
  height: 1.626667rem;
  background: url(../images/2025sjdsr-title-ztcx.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.364583rem auto 0;
}
.ztcx-nav-m {
  width: 8.493333rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.ztcx-nav-m p {
  font-size: 0.48rem;
  font-weight: bold;
  color: #471700;
  background-color: #f1e8d0;
  border-radius: 0.052083rem;
  width: 1.68rem;
  height: 1.68rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.6rem;
}
.ztcx-nav-m p.selected {
  color: #f1e8d0;
  background-color: #471700;
}
.ztcx-box-m {
  position: relative;
  margin-top: 0.729167rem;
  display: none;
}
.ztcx-list {
  width: 7.6rem;
  height: 2.866667rem;
  border: solid 1px #87532c;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 0.133333rem;
  margin: 2.266667rem auto 0;
}
.ztcx-list-img {
  width: 3.4rem;
  height: 2.533333rem;
  border-radius: 0.133333rem;
  overflow: hidden;
}
.ztcx-list-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.ztcx-list-text {
  width: 3.733333rem;
}
.ztcx-list-text h2 {
  font-weight: bold;
  font-size: 0.373333rem;
  line-height: 0.466667rem;
  color: #291004;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ztcx-list-text p {
  font-size: 0.266667rem;
  line-height: 0.4rem;
  color: #291004;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.078125rem;
}

/* 线下读书会实景 */
.xxdshsj {
  margin: 0.4rem auto 0.6rem;
}
.title-xxdshsj {
  width: 6.093333rem;
  height: 1.613333rem;
  background: url(../images/2025sjdsr-title-xxdshsj.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.xxdshsj-box {
  height: 14.453333rem;
  margin-top: 0.4rem;
  position: relative;
}
.xxdshsj-swiper-m {
  overflow: hidden;
}
.xxdshsj-list {
  display: block;
}
.xxdshsj-list-img {
  width: 100%;
  height: 7.466667rem;
}
.xxdshsj-list-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.xxdshsj-list-text {
  width: 7.373333rem;
  height: 6.933333rem;
  background: url(../images/2025sjdsr-xxdshsj-bg.jpg) repeat-y;
  background-size: 100% auto;
  margin: 0 auto;
}
.xxdshsj-list-text h2 {
  font-size: 0.373333rem;
  line-height: 0.466667rem;
  font-weight: bold;
  color: #291004;
  padding: 0 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.4rem;
}
.xxdshsj-list-text p {
  font-size: 0.35rem;
  line-height: 0.4rem;
  color: #291004;
  padding: 0 0.4rem;
  padding-top: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xxdshsj-m-btn-next, .xxdshsj-m-btn-prev {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 12.8rem;
  z-index: 999;
}
.xxdshsj-m-btn-next {
  background: url(../images/2025sjdsr-cryz-btn-left.png) no-repeat center center #471700;
  background-size: 0.533333rem 0.933333rem;
  left: 3.133333rem;
}
.xxdshsj-m-btn-prev {
  background: url(../images/2025sjdsr-cryz-btn-right.png) no-repeat center center #471700;
  background-size: 0.533333rem 0.933333rem;
  right: 3.133333rem;
}