 body{margin: 0;
  overflow-x: hidden;

}
a{
	text-decoration: none;
}

.page {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
 background-color: #fff;
  position: relative;
   width: 100%;
  min-width: 300px;
  height: 100% /* 保持固定高度 */
  overflow: hidden;
  margin: 0;
}

.section_1 {
  position: relative;
  width: 100%；
  height: 100%;
  padding: 0 0 2% 0; /* 改用百分比边距 */
}

.section_2 {
  width:94%;
  height: 11.7vh;
  margin:0; /* 水平居中 */

margin:0 3% 0 3%;
}
.image-wrapper_101 {
cursor: pointer;
  transition: all 0.3s ease;
   width:25%; 
height: 100%;
align-items:center;
}
.image-wrapper_101.active .image_2,
.image-wrapper_101.active .text_2 {
  filter: brightness(0) saturate(100%) invert(34%) sepia(40%) saturate(981%) hue-rotate(183deg) brightness(90%) contrast(89%);
}
.image_2 {
width:auto;
  height: 40%;
  margin-top: 2.64vh;
}
.text_2 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 1.1rem;
  font-family: PingFang-SC-Bold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 3.14vh;
  margin-top: 1.5vh;
}

.box_4 {
  box-shadow: 0 0 0.35vh 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0.45vh;
  position: relative;
  width: 86%;
  margin: 1.36vh 7% 0 7%; /* 居中 */
  height: 5.5vh;
  display: flex;
  align-items: center; /* 新增垂直居中 */
  padding: 0 1.5vh; /* 新增内边距 */
}
.label_1 {
  width: auto;
  height: 2.18vh;
  margin:0;
}
.text_13 {
  color: rgba(153, 153, 153, 1);
  font-size: 0.9rem;
  font-family: PingFang-SC-Regular;
  margin-left: 2vh; /* 替换原有图片位置 */
  flex-grow: 1; /* 新增自动扩展 */
}

.text_14 {
  color: rgba(153, 153, 153, 1);
  font-size: 0.9rem;
  font-family: PingFang-SC-Regular;
  margin-left: auto; /* 新增右侧对齐 */
  padding-left: 0.9vh; /* 新增间隔 */
}

.section_4{
  position: relative;
width: 90%;
  height: auto;
  margin: 2.2vh 5% 0 5%;
}
.section_4-1 {
  width: 100%;
  height: 14.2vh;
margin:0;

 }
.section_4-2 {
  width: 100%;
  height: 14.2vh;
margin:0;
  margin: 1.4vh 0 0 0;
}
.list-items_1 {
  background-color:#D5E0ED;
  border-radius: 0.5vh;
  width: 48.5%; /* 改用百分比宽度 */
  height: 14.8vh;

transition: transform 0.2s ease;
margin:0 ;
display: flex;
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
}
.list-items_1:active {
  transform: scale(0.98);
}
.image-wrapper_3 {
  background-color: rgba(254, 238, 160, 1);
  border-radius: 50%;
  height: 2.7rem;
  width: 2.7rem;
min-width:20px;

display: flex;
  justify-content: center; /* Horizontal centering */
  align-items: center; /* Vertical centering */
}
.image_3 {
  width: auto;
  height: 3vh;

}
.text_3 {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 0.8rem;
  font-family: PingFang-SC-Medium;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  margin-top:1.95vh;
}






