.wrapper {
  /* height: 111.613333rem; */
  overflow: hidden;
  position: relative;
}
.pc {
  display: none;
}
.banner {
  height: 5.946667rem;
  background: url(../images/m-banner-20251030.png) no-repeat;
  background-size: 100% 100%;
}
.dgzzBox {
  height: 9.946667rem;
  background: url(../images/m-con1-20251030.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.866667rem;
  box-sizing: border-box;
}
.dgzzTitle {
  width: 6.333333rem;
  height: 1.44rem;
  background: url(../images/m-title1-20251030.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.dgzzSwiperBox {
  width: 9.2rem;
  height: 6.373333rem;
  background: url(../images/m-con1-box-20251030.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.333333rem;
  margin: 0.4rem auto;
  padding-top: 0.4rem;
  box-sizing: border-box;
  position: relative;
}
.dgzzImgBox {
  width: 8.4rem;
  height: 5.573333rem;
  border-radius: 0.333333rem;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.MdgzzImg {
  width: 8.4rem;
  height: 4.72rem;
  border-radius: 0.333333rem;
  overflow: hidden;
}
.MdgzzImg img {
  width: 100%;
  height: 100%;
}
.dgzzText {
  border-radius: 0.333333rem;
  font-size: 0.32rem;
  color: #fff;
  line-height: 0.746667rem;
  padding-left: 0.266667rem;
  box-sizing: border-box;
  margin-top: 0.106667rem;
}
.dgzzTextBox {
  width: 8.4rem;
  height: 0.746667rem;
  background-color: #498080;
  position: absolute;
  bottom: 0.4rem;
  border-radius: 0.333333rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dgzzTextBox {
  --swiper-pagination-color: #fff; /* 两种都可以 */
}
.dgzzTextBox .MdgzzBomSwiper {
  /* position: absolute;
  left: 6.84rem;
  top: 15%;
  transform: translateY(-50%); */
}
.my-pagination-clickableM {
  width: 100%;
  text-align: right;
}

.yhbjBox {
  height: 11.88rem;
  background: url(../images/m-con2-20251030.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.866667rem;
  box-sizing: border-box;
}
.yhbjTitle {
  width: 6.36rem;
  height: 1.44rem;
  background: url(../images/m-title2-20251030.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.yhbkList {
  width: 9.2rem;
  height: 7.506667rem;
  margin: 0.4rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yhbjItem {
  width: 4.4rem;
  height: 3.533333rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.yhbjItem:nth-child(n + 3) {
  margin-top: 0.24rem;
}
.yhbjItetmImg {
  width: 4.4rem;
  height: 2.48rem;
  border-radius: 0.333333rem;
  overflow: hidden;
}
.yhbjItetmImg img {
  width: 100%;
  height: 100%;
}
.yhbjItemText {
  width: 4.4rem;
  height: 0.8rem;
  font-size: 0.293333rem;
  color: #000;
  line-height: 0.4rem;
}
.more {
  width: 3.72rem;
  height: 0.306667rem;
  background: url(../images/m-more-20251030.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  cursor: pointer;
}

.qyjjBox {
  height: 14.453333rem;
  background: url(../images/m-con3-20251030.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.866667rem;
  box-sizing: border-box;
}
.qyjjTitle {
  width: 7.786667rem;
  height: 1.44rem;
  background: url(../images/m-title3-20251030.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.qyjjBoxList {
  width: 9.2rem;
  display: flex;
  justify-content: space-between;
  margin: 0.4rem auto;
}
.qyjjList {
  width: 4.4rem;
  height: 10.133333rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qyjjList2 {
  width: 4.4rem;
  height: 10.133333rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qyjjItem {
  width: 4.4rem;
  height: 6.133333rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.qyjjItemImg {
  width: 4.4rem;
  height: 5.053333rem;
  border-radius: 0.333333rem;
  overflow: hidden;
}
.qyjjItemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qyjjItemText {
  width: 4.4rem;
  /* margin-top: 0.2rem; */
  font-size: 0.293333rem;
  color: #000;
  line-height: 0.4rem;
  /* 多行文本省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.106667rem;
  /* 可选：确保在非webkit浏览器中也有基本效果 */
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
}
.qyjjList .qyjjItem:nth-child(2) {
  width: 4.4rem;
  height: 3.513333rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qyjjList .qyjjItem:nth-child(2) .qyjjItemImg {
  width: 4.4rem;
  height: 2.48rem;
  border-radius: 0.333333rem;
  overflow: hidden;
}
.qyjjList2 .qyjjItem:nth-child(1) {
  width: 4.4rem;
  height: 3.613333rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.qyjjList2 .qyjjItem:nth-child(1) .qyjjItemImg {
  width: 4.4rem;
  height: 2.48rem;
  border-radius: 0.333333rem;
  overflow: hidden;
}

.jxgsBox {
  height: 9.973333rem;
  background-color: #e7f3f5;
  padding-top: 0.866667rem;
  box-sizing: border-box;
}
.jxgsTitle {
  width: 6.32rem;
  height: 1.44rem;
  background: url(../images/m-title4-20251030.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.MjxgsSwiper {
  width: 9.2rem;
  height: 5.52rem;
  background: url(../images/m-con4-box-20251030.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.4rem auto;
  border-radius: 0.333333rem;
  padding-top: 0.4rem;
  box-sizing: border-box;
  position: relative;
}
.jxgsBoxSwiper {
  width: 8.4rem;
  height: 4.72rem;
  margin: 0 auto;
  border-radius: 0.333333rem;
  overflow: hidden;
  background-color: red;
  position: relative; /* 为遮罩层和播放按钮提供定位上下文 */
}

.jxgsBoxSwiper img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 黑色遮罩层 */
.jxgsBoxSwiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 黑色半透明遮罩 */
  pointer-events: none; /* 允许点击穿透 */
}

/* 播放按钮容器 */
.jxgs-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem; /* 移动端合适的尺寸 */
  height: 1.2rem;
  border: 0.08rem solid #fff; /* 白色边框 */
  border-radius: 50%;
  background: transparent; /* 透明背景 */
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* 播放按钮悬停效果 */
.jxgs-play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
  border-color: rgba(255, 255, 255, 0.8);
}

/* 镂空三角图标 */
.jxgs-play-button::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.3rem solid #fff; /* 白色三角 */
  border-top: 0.18rem solid transparent;
  border-bottom: 0.18rem solid transparent;
  margin-left: 0.1rem; /* 稍微向右偏移，让三角居中 */
}

/* 点击效果 */
.jxgs-play-button:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.mjxgs-btn-next {
  width: 0.986667rem;
  height: 0.986667rem;
  background: url(../images/pc-con4-swiperBtn-20251030.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 40%;
  right: -0.04rem;
  z-index: 10;
  cursor: pointer;
}
.mjxgs-btn-prev {
  width: 0.986667rem;
  height: 0.986667rem;
  background: url(../images/pc-con4-swiperBtn-20251030.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
  position: absolute;
  top: 40%;
  left: -0.04rem;
  z-index: 10;
  cursor: pointer;
}

.hfzBox {
  height: 11.88rem;
  background: url(../images/m-con5-20251030.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.866667rem;
  box-sizing: border-box;
}
.hfzTitle {
  width: 5.973333rem;
  height: 1.44rem;
  background: url(../images/m-title5-20251030.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.hfzList {
  width: 9.2rem;
  height: 7.506667rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.4rem auto;
}
.hfzItem {
  height: 3.52rem;
  width: 4.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.hfzItemImg {
  width: 4.4rem;
  height: 2.48rem;
  border-radius: 0.333333rem;
  overflow: hidden;
}
.hfzItemImg img {
  width: 100%;
  height: 100%;
  display: block;
}
.hfzItemText {
  width: 4.4rem;
  color: #000;
  font-size: 0.293333rem;
  line-height: 0.4rem;
  /* 多行文本省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  /* 可选：确保在非webkit浏览器中也有基本效果 */
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
}
.menuBtn {
  width: 0.853333rem;
  height: 0.853333rem;
  background: url(../images/m-menuBtn-20251030.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 10;
}
/* 遮罩层样式 - 添加到CSS文件末尾 */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-overlay.active {
  display: flex;
}

.menu-close-btn {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/m-close-btn.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 10000;
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 80%;
}

.menu-item {
  display: flex;
  align-items: center;
  color: white;
  font-size: 0.4rem;
  padding: 0.3rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu-item a {
  color: white;
  text-decoration: none;
}
.menu-item:hover {
  transform: translateX(0.2rem);
}

.menu-triangle {
  width: 0;
  height: 0;
  border-left: 0.2rem solid white;
  border-top: 0.15rem solid transparent;
  border-bottom: 0.15rem solid transparent;
  margin-right: 0.3rem;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.menu-item:hover .menu-triangle {
  transform: rotate(90deg) translateX(0.1rem);
}

.listBox {
  height: 17.093333rem;
  background: url(../images/m-listBg-20251030.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 0.733333rem;
  box-sizing: border-box;
}
.listBoxCon {
  width: 9.2rem;
  height: 15.466667rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start; /* 从顶部开始排列 */
  gap: 0rem; /* 固定间距 */
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.listBoxCon::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}
.listItem {
  width: 4.4rem;
  height: 3.533333rem;
  margin-bottom: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.listItemImg {
  width: 4.4rem;
  height: 2.48rem;
  border-radius: 0.333333rem;
  overflow: hidden;
}
.listItemImg img {
  width: 100%;
  height: 100%;
  display: block;
}
.listItemTxt {
  width: 4.4rem;
  font-size: 0.293333rem;
  line-height: 0.4rem;
  color: #000;
  /* 多行文本省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detailBox {
  /* min-height: 26.266667rem; */
  min-height: 75vh;
  background: url(../images/m-detailBg-20251030.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.8rem 0;
  box-sizing: border-box;
}
.detailBoxCon {
  width: 9.2rem;
  /* min-height: 24.533333rem; */
  min-height: 70vh;
  background: url(../images/m-detailBg-box-20251030.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.333333rem;
  margin: 0 auto;
}
.detailBoxTitle {
  width: 8.4rem;
  min-height: 0.666667rem;
  font-size: 0.48rem;
  line-height: 0.666667rem;
  color: #000;
  padding: 0.4rem 0;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 0.013333rem solid #c7e4e8;
}
.laiyuan {
  width: 8.4rem;
  min-height: 0.4rem;
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #999999;
  margin: 0 auto;
  text-align: center;
  padding: 0.333333rem 0.4rem;
  box-sizing: border-box;
}
.detailContent {
  width: 8.4rem;
  min-height: 0.8rem;
  font-size: 0.32rem;
  line-height: 0.466667rem;
  color: #666666;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.detailContent img,
.detailContent video {
  width: auto;
  max-width: 100% !important;
  margin: 0.104167rem auto;
}

.imagenote {
  width: auto !important;
}
