.wrapper {
  background: url(../images/2025sjdsr-bg.jpg) repeat-y;
  background-size: 100% auto;
  overflow: hidden;
}
.m {
  display: none;
}
.header {
  height: 10.572917rem;
  background: url(../images/2025sjdsr-header.jpg) no-repeat;
  background-size: 100% 100%;
}
.logo {
  width: 3.75rem;
  margin: 0 auto;
  padding-top: 0.416667rem;
  display: flex;
  justify-content: space-between;
}
.logo img {
  display: block;
  width: 100%;
}
.logo1 {
  width: 1.583333rem;
}
.logo2 {
  width: 1.708333rem;
}
/* 春日驿站 */
.cryz {
  width: 6.25rem;
  margin: 0 auto;
  position: relative;
}
.title-cryz {
  width: 2.833333rem;
  height: 0.838542rem;
  background: url(../images/2025sjdsr-title-cryz.png) no-repeat;
  background-size: 100% 100%;
  margin: 3.125rem auto 0;
}
.cryz-swiper {
  overflow: hidden;
  margin-top: 0.15625rem;
}
.cryz-btn-next, .cryz-btn-prev {
  width: 0.25rem;
  height: 0.46875rem;
  position: absolute;
  top: 2.25rem;
}
.cryz-btn-next {
  background: url(../images/2025sjdsr-cryz-btn-left.png) no-repeat;
  background-size: 100% 100%;
  left: -0.458333rem;
}
.cryz-btn-next:hover {
  background: url(../images/2025sjdsr-cryz-btn-left-on.png) no-repeat;
  background-size: 100% 100%;
}
.cryz-btn-prev {
  background: url(../images/2025sjdsr-cryz-btn-right.png) no-repeat;
  background-size: 100% 100%;
  right: -0.458333rem;
}
.cryz-btn-prev:hover {
  background: url(../images/2025sjdsr-cryz-btn-right-on.png) no-repeat;
  background-size: 100% 100%;
}
.cryz-list {
  width: 1.90625rem;
  height: 4.5625rem;
  background: url(../images/2025sjdsr-cryz-list-bg.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin-left: 0.104167rem;
  overflow: hidden;
}
.cryz-list-img {
  width: 1.78125rem;
  height: 3.1875rem;
  margin-top: 0.234375rem;
}
.cryz-list-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.cryz-list p {
  color: #291004;
  width: 1.25rem;
  margin-left: 0.260417rem;
  line-height: 0.182292rem;
  font-size: 0.104167rem;
  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: 6.25rem;
  margin: -0.5rem auto 0;
}
.title-zslhz {
  width: 2.65625rem;
  height: 0.838542rem;
  background: url(../images/2025sjdsr-title-zslhz.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.zslhz-list {
  width: 5.864583rem;
  height: 2.0625rem;
  background: url(../images/2025sjdsr-zslhz-bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  display: flex;
}
.zslhz-list-left {
  width: 1.041667rem;
  height: 1.276042rem;
  margin-top: 0.364583rem;
  margin-left: 0.115rem;
}
.zslhz-list-left img {
  display: block;
  width: 100%;
  height: 100%;
}
.zslhz-list-center {
  width: 2.5rem;
  margin-left: 0.453125rem;
}
.zslhz-list-center h2 {
  font-size: 0.135417rem;
  font-weight: bold;
  color: #291004;
  margin-top: 0.286458rem;
}
.zslhz-list-center p {
  font-size: 0.09375rem;
  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.15625rem;
  height: 0.3rem;
}
.zslhz-list-center span {
  font-size: 0.09375rem;
  color: #291004;
  margin-top: 0.1rem;
  display: block;
  line-height: 0.15625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zslhz-list-right {
  margin-left: 0.260417rem;
}
.zslhz-list-right img {
  display: block;
  width: 1.27rem;
  height: 0.995rem;
  margin-top: 0.234375rem;
  margin-left: 0.115rem;
}
.zslhz-list-right h2 {
  width: 1.09375rem;
  font-size: 0.135417rem;
  font-weight: bold;
  color: #291004;
  margin-top: 0.1rem;
  margin-left: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zslhz-list-right p {
  width: 1.09375rem;
  font-size: 0.09375rem;
  color: #291004;
  margin-top: 0.072917rem;
  margin-left: 0.3rem;
}
.zslhz-box {
  height: 4.6875rem;
  margin-top: 0.15625rem;
  overflow-y: scroll;
}
/* 整个滚动条 */
.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: 3.302083rem;
  background: url(../images/2025sjdsr-ztcx-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -0.3rem;
}
.title-ztcx {
  width: 2.833333rem;
  height: 0.84375rem;
  background: url(../images/2025sjdsr-title-ztcx.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.364583rem auto 0;
}
.ztcx-nav {
  width: 4.427083rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
}
.ztcx-nav a {
  font-size: 0.177083rem;
  font-weight: bold;
  color: #471700;
  background-color: #f1e8d0;
  border: solid 0.010417rem #f1e8d0;;
  padding: 0.078125rem;
  border-radius: 0.052083rem;
}
.ztcx-nav a:hover {
  color: #f1e8d0;
  background-color: #471700;
}
.ztcx-nav a.selected {
  color: #f1e8d0;
  background-color: #471700;
}
.ztcx-box {
  position: relative;
  width: 6.25rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0.729167rem;
  display: none;
}
.ztcx-list {
  display: block;
  width: 2.994792rem;
  height: 1.145833rem;
  border: solid 1px #87532c;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 0.052083rem;
}
.ztcx-list-img {
  width: 1.328125rem;
  height: 1rem;
  border-radius: 0.052083rem;
  overflow: hidden;
}
.ztcx-list-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.ztcx-list-text {
  width: 1.432292rem;
}
.ztcx-list-text h2 {
  font-weight: bold;
  font-size: 0.104167rem;
  line-height: 0.15625rem;
  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.083333rem;
  line-height: 0.125rem;
  color: #291004;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.078125rem;
}
.kedou {
  position: absolute;
  right: -1.302083rem;
  width: 1.145833rem;
  height: 1.145833rem;
  background: url(../images/2025sjdsr-kedou.png) no-repeat;
  background-size: 100% 100%;
  top: 0;
}

/* 线下读书会实景 */
.xxdshsj {
  width: 6.25rem;
  margin: 0.416667rem auto 0.520833rem;
}
.title-xxdshsj {
  width: 3.15625rem;
  height: 0.838542rem;
  background: url(../images/2025sjdsr-title-xxdshsj.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.xxdshsj-box {
  height: 3.098958rem;
  margin-top: 0.234375rem;
  position: relative;
}
.xxdshsj-swiper {
  overflow: hidden;
}
.xxdshsj-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xxdshsj-list-img {
  width: 4.114583rem;
  height: 3.098958rem;
}
.xxdshsj-list-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.xxdshsj-list-text {
  width: 2.119792rem;
  height: 2.677083rem;
  background: url(../images/2025sjdsr-xxdshsj-bg.jpg) repeat-y;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xxdshsj-list-text h2 {
  font-size: 0.125rem;
  line-height: 0.208333rem;
  font-weight: bold;
  color: #291004;
  padding: 0 0.208333rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xxdshsj-list-text p {
  font-size: 0.09375rem;
  line-height: 0.15625rem;
  color: #291004;
  padding: 0 0.208333rem;
  padding-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xxdshsj-btn-next, .xxdshsj-btn-prev {
  width: 0.291667rem;
  height: 0.291667rem;
  position: absolute;
  top: 2.395833rem;
  z-index: 999;
}
.xxdshsj-btn-next {
  background: url(../images/2025sjdsr-cryz-btn-left.png) no-repeat center center #471700;
  background-size: 0.114583rem 0.21875rem;
  left: 5.3rem;
}
.xxdshsj-btn-next:hover {
  background: url(../images/2025sjdsr-cryz-btn-left-on.png) no-repeat center center #c7a175;
  background-size: 0.114583rem 0.21875rem;
}
.xxdshsj-btn-prev {
  background: url(../images/2025sjdsr-cryz-btn-right.png) no-repeat center center #471700;
  background-size: 0.114583rem 0.21875rem;
  right: 0.2rem;
}
.xxdshsj-btn-prev:hover {
  background: url(../images/2025sjdsr-cryz-btn-right-on.png) no-repeat center center #c7a175;
  background-size: 0.114583rem 0.21875rem;
}