/* header */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.header-container {
  width: 100%;
  min-width: 1440px;
}
.header-nav {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header-nav-left {
  display: flex;
}
.header-nav-right {
  display: flex;
}
.menu {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.menu-left {
  display: flex;
}
.menu-right {
  display: flex;
}
.section_2 .nav-item:first-child {
  margin-left: 0;
}

/* iframe样式 */
iframe {
  border: none;
  display: block;
  width: 100%;
}

#header-iframe {
  height: 400px;
}

/* 确保页面布局正确 */
.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto; /* 确保页面居中 */
  min-width: 1440px; /* 最小宽度 */
}

.main-content {
  flex: 1;
  min-height: 800px; /* 确保有足够的高度 */
  z-index: 999;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  display: inline-block !important;
  border-radius: 100% !important;
  background: #fff !important;
  opacity: 1 !important;
  cursor: pointer !important;
}
.swiper-pagination-bullet-active {
  background: #9a2132 !important;
}
.swiper-pagination {
  bottom: 40px !important;
}
.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  min-width: 1440px;
  width: 100%;
  min-height: 100vh; /* 改为视口高度，让页面自适应 */
  overflow: visible;
  margin: 0 auto;
}

.box_1 {
  width: 100%;
  height: auto; /* 改为自适应高度 */
}

.section_1 {
  position: relative;
  width: 100%;
  height: auto; /* 改为自适应高度 */
}

.section_2 {
  background-color: rgba(143, 20, 37, 1);
  position: relative;
  width: 100%; /* 恢复100%宽度以覆盖整个屏幕 */
  min-width: 1440px; /* 保持最小宽度1440px */
  height: 60px;
  display: flex; /* 添加flex布局 */
  justify-content: center; /* 居中对齐 */
  align-items: center;
  box-sizing: border-box; /* 确保padding不会影响总宽度 */
}

/* 顶部导航内容居中容器 */
.section_2::before {
  content: '';
  width: 1440px; /* 创建1440px宽度的居中容器 */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  pointer-events: none;
}

.section_3 {
  background-color: rgba(255, 255, 255, 1);
  height: 12px;
  width: 12px;
  margin: 25px 0 0 241px;
}

.box_2 {
  width: 12px;
  height: 12px;
}

.nav-item .text_1 {
  width: auto;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 0;
  display: flex;
  align-items: center;
}

.section_4 {
  background-color: rgba(255, 255, 255, 1);
  width: 11px;
  height: 12px;
  margin: 24px 0 0 33px;
}

.nav-item .text_2 {
  width: auto;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 0;
  display: flex;
  align-items: center;
}


.menu-rights {
  padding: 20px;
  position: relative;
  height: 58px;
  width: auto;
  margin: 37px 13px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.top-nav-item {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  position: relative;
  height: 36px;
  margin: 12px 0 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0 12px;
  display: flex;
  align-items: center;
  margin-left: 16px;
  display: flex;
  gap: 4px;
}
.top-nav-item img {
  width: 12px;
  height: 12px;
}
.top-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.top-nav-item-txt {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
}

.group_3 {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 12px;
  height: 12px;
}

.section_6 {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  position: relative;
  width: 96px;
  height: 36px;
  margin: 12px 0 0 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.section_6:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.box_3 {
  background-color: rgba(255, 255, 255, 1);
  width: 7px;
  height: 12px;
  margin: 12px 0 0 13px;
}

.box_4 {
  background-color: rgba(255, 255, 255, 1);
  width: 3px;
  height: 10px;
  margin: 15px 0 0 1px;
}

.text_4 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin: 8px 12px 0 4px;
}

.box_5 {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 12px;
  height: 12px;
}

.section_7 {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  position: relative;
  width: 124px;
  height: 36px;
  margin: 12px 0 0 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}

.section_7:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.box_6 {
  background-color: rgba(255, 255, 255, 1);
  width: 10px;
  height: 12px;
  margin: 12px 0 0 13px;
}

.section_7 .text_5 {
  width: auto;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 0;
  display: flex;
  align-items: center;
}

.box_7 {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 12px;
  height: 12px;
}

.section_8 {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  position: relative;
  width: 96px;
  height: 36px;
  margin: 12px 0 0 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}

.section_8:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.box_8 {
  background-color: rgba(255, 255, 255, 1);
  width: 10px;
  height: 12px;
  margin: 12px 0 0 13px;
}

.section_8 .text_6 {
  width: auto;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 0;
  display: flex;
  align-items: center;
}

.box_9 {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 12px;
  height: 12px;
}

.section_9 {
  position: absolute;
  left: 344px;
  top: 24px;
  width: 12px;
  height: 12px;
}

.section_10 {
  background-color: rgba(155, 33, 50, 1);
  position: relative;
  width: 100%;
  height: 122px;
  justify-content: flex-center;
}

.image_1 {
  width: 340px;
  height: 72px;
  margin: 25px auto 0 auto; /* 改为水平居中 */
}

.block_1 {
  background-color: rgba(255, 255, 255, 0.6);
  width: 2px;
  height: 28px;
  margin: 47px 0 0 24px;
}

.text_7 {
  width: 192px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: HarmonyOS Sans SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 47px 100px 0 24px;
}

/* 新的导航样式 */
.nav-item {
  position: relative;
  height: 58px;
  width: auto;
  /*margin: 37px 13px 0 0;*/
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: color 0.2s;
}
.nav-item img {
  width: 12px;
}
.nav-text {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-family: jiangxizhuokai-Regular;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
}

/* 底部横线效果 */
.nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: rgba(255, 255, 255, 1);
  transition: width 0.3s ease;
}

/* 首页默认显示横线 */
.nav-item.active::after {
  width: 0%;
}

/* 悬停时显示横线 */
.nav-item.hover::after {
  width: 100%;
  transition: opacity 0.3s;
}

.block_2 {
  position: absolute;
  left: 50%; /* 使用百分比居中 */
  transform: translateX(-50%); /* 偏移自身宽度的一半 */
  top: 25px;
  width: 582px;
  height: 72px;
  pointer-events: none; /* 让鼠标事件穿透，不阻挡导航项 */
}

.dowpdown-wrapper {
  width: 100%;
  max-width: 1440px;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.dowpdown-item {
  width: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.block_3 {
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  padding-bottom: 20px;
  top: 100%;
  left: 0;
  top: 183px;
  margin-left: 0;
  justify-content: flex-center;
}

.text-wrapper_6 {
  visibility: hidden;
}

.text_13 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 16px;
  font-family: PingFang SC-Regular;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin: 16px 0 0 16px;
}

.suspend-menu {
  max-width: 415px;
  min-width: 120px; /* 添加最小宽度 */
  margin: 12px 0 0 16px;
  white-space: normal;
  word-break: break-all;
  display: block !important;
}

.suspend-menu {
  margin-right: -10px; /* 抵消最后一个元素的 margin */
}

.suspend-menu span {
  margin-right: 10px;
}

.text_14 {
  max-width: 380px;
  overflow-wrap: break-word;
  color: #646464;
  font-size: 14px;
  text-align: left;
  white-space: normal;
  line-height: 30px;
  display: inline-block;
  font-weight: normal; /* 默认情况下不是粗体 */
}

.text_14:hover {
  color: rgba(155, 33, 50, 1);
  font-weight: 500; /* 鼠标悬停时变为粗体 */
}

.text_15 {
  width: 42px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 32px;
}

.text_16 {
  width: 42px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 32px;
}

.text_17 {
  width: 70px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 32px;
}

.group_5 {
  background-color: rgba(234, 236, 242, 1);
  width: 400px;
  height: 1px;
  margin: 16px 0 0 16px;
}

/* 弹窗中的text-wrapper_5样式 - 6个选项的容器 */
.block_3 .text-wrapper_5 {
  width: 400px;
  height: 20px;
  margin: 0 0 0 0; /* 往左上移动，移除所有边距 */
  flex-wrap: wrap;
  gap: 8px 16px;
}
.text-wrapper_5 {
  width: 416px;
  height: 20px;
  margin: 0 0 0 32px;
}

.text_19 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
}

.text_20 {
  width: 70px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 32px;
}

.text_21 {
  width: 84px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 32px;
}

.group_6 {
  background-color: rgba(234, 236, 242, 1);
  width: 400px;
  height: 1px;
  margin: 16px 0 0 16px;
}

.group_7 {
  width: 466px;
  height: 52px;
  margin: 16px 0 16px 16px;
}

.text-group_1 {
  width: 56px;
  height: 52px;
}

/* 弹窗中的创业指导样式 */
.block_3 .text_29 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin: 0; /* 移除边距，使用flex布局 */
}

.section_12 {
  width: 100%;
  position: relative; /* 为绝对定位的子元素提供定位上下文 */
}

.box_10 {
  width: 100%;
  height: 680px; /* 与父容器高度保持一致 */
  background-image: url('../images/bg2.png');
  background-position: center;
  background-size: cover;
}

.box_11 {
  width: 1440px;
  height: 532px; /* 调整高度以适应100px的上边距 */
  margin: 5px auto 0 auto; /* 进一步减少上边距，让内容往上移更多 */
  position: relative; /* 为绝对定位的导航栏提供定位上下文 */
  top: -35px;
}

.nav-wrapper {
  width: 100%;
  height: 82px; /* 导航栏高度 */
}

.content-wrapper {
  width: 100%;
  height: 350px; /* 内容区域高度 */
}

.zph-content-item {
  background-color: rgba(255, 255, 255, 1);
  width: 936px;
  justify-content: flex-center;
}

.box_12 {
  width: 888px;
  height: 56px;
  margin: 24px 0 0 24px;
}

.box_13 {
  background-color: rgba(255, 255, 255, 1);
  width: 432px;
  height: 56px;
}

.group_8 {
  background-color: rgba(245, 246, 252, 1);
  width: 93px;
  height: 56px;
}
.text_29 {
  width: 34px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 28px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 6px;
}
.text-group_2 {
  position: relative;
  width: 46px;
  height: 49px;
  margin: 4px 0 0 24px;
}

.text_30 {
  position: absolute;
  left: 0;
  top: 34px;
  width: 46px;
  height: 15px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 12px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 12px;
}

.group_9 {
  width: 323px;
  height: 47px;
  margin: 5px 4px 0 12px;
}

.sub-content-title {
  width: 323px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 16px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.group_10 {
  width: 277px;
  height: 17px;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text_32 {
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
}

.box_14 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_33 {
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.box_15 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_34 {
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.box_16 {
  background-color: rgba(255, 255, 255, 1);
  width: 432px;
  height: 56px;
}

.group_11 {
  background-color: rgba(245, 246, 252, 1);
  width: 93px;
  height: 56px;
}

.text-group_3 {
  position: relative;
  width: 46px;
  height: 49px;
  margin: 4px 0 0 24px;
}

.text_35 {
  width: 34px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 28px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 6px;
}

.text_36 {
  position: absolute;
  left: 0;
  top: 34px;
  width: 46px;
  height: 15px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 12px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 12px;
}

.group_12 {
  width: 323px;
  height: 47px;
  margin: 5px 4px 0 12px;
}

.text_37 {
  width: 323px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 16px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
}

.section_14 {
  width: 277px;
  height: 17px;
  margin-top: 8px;
}

.text_38 {
  width: 144px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
}

.box_17 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_39 {
  width: 48px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.box_18 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_40 {
  width: 49px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.box_19 {
  width: 888px;
  height: 56px;
  margin: 24px 0 0 24px;
}

.box_20 {
  background-color: rgba(255, 255, 255, 1);
  width: 432px;
  height: 56px;
}

.group_13 {
  background-color: rgba(245, 246, 252, 1);
  width: 93px;
  height: 56px;
}

.text-group_4 {
  position: relative;
  width: 46px;
  height: 49px;
  margin: 4px 0 0 24px;
}

.text_41 {
  width: 34px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 28px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 6px;
}

.text_42 {
  position: absolute;
  left: 0;
  top: 34px;
  width: 46px;
  height: 15px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 12px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 12px;
}

.group_14 {
  width: 323px;
  height: 47px;
  margin: 5px 4px 0 12px;
}

.text_43 {
  width: 323px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 16px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
}

.section_15 {
  width: 91px;
  height: 17px;
  margin-top: 8px;
}

.text_44 {
  width: 24px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
}

.section_16 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_45 {
  width: 49px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.box_21 {
  background-color: rgba(255, 255, 255, 1);
  width: 432px;
  height: 56px;
}

.group_15 {
  background-color: rgba(245, 246, 252, 1);
  width: 93px;
  height: 56px;
}

.text-group_5 {
  position: relative;
  width: 46px;
  height: 49px;
  margin: 4px 0 0 24px;
}

.text_46 {
  width: 34px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 28px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 6px;
}

.text_47 {
  position: absolute;
  left: 0;
  top: 34px;
  width: 46px;
  height: 15px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 12px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 12px;
}

.group_16 {
  width: 323px;
  height: 47px;
  margin: 5px 4px 0 12px;
}

.text_48 {
  width: 323px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 16px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
}

.group_17 {
  width: 277px;
  height: 17px;
  margin-top: 8px;
}

.text_49 {
  width: 144px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
}

.group_18 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_50 {
  width: 48px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.group_19 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_51 {
  width: 49px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.box_22 {
  width: 888px;
  height: 56px;
  margin: 24px 0 0 24px;
}

.block_4 {
  background-color: rgba(255, 255, 255, 1);
  width: 432px;
  height: 56px;
}

.block_5 {
  background-color: rgba(245, 246, 252, 1);
  width: 93px;
  height: 56px;
}

.text-group_6 {
  position: relative;
  width: 46px;
  height: 49px;
  margin: 4px 0 0 24px;
}

.text_52 {
  width: 34px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 28px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 6px;
}

.text_53 {
  position: absolute;
  left: 0;
  top: 34px;
  width: 46px;
  height: 15px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 12px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 12px;
}

.block_6 {
  width: 323px;
  height: 47px;
  margin: 5px 4px 0 12px;
}

.text_54 {
  width: 323px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 16px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
}

.section_17 {
  width: 91px;
  height: 17px;
  margin-top: 8px;
}

.text_55 {
  width: 24px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
}

.block_7 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_56 {
  width: 49px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.block_8 {
  background-color: rgba(255, 255, 255, 1);
  width: 432px;
  height: 56px;
}

.group_20 {
  background-color: rgba(245, 246, 252, 1);
  width: 93px;
  height: 56px;
}

.text-group_7 {
  position: relative;
  width: 46px;
  height: 49px;
  margin: 4px 0 0 24px;
}

.text_57 {
  width: 34px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 28px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 6px;
}

.text_58 {
  position: absolute;
  left: 0;
  top: 34px;
  width: 46px;
  height: 15px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 12px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 12px;
}

.group_21 {
  width: 323px;
  height: 47px;
  margin: 5px 4px 0 12px;
}

.text_59 {
  width: 323px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 16px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
}

.box_23 {
  width: 277px;
  height: 17px;
  margin-top: 8px;
}

.text_60 {
  width: 144px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
}

.group_22 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_61 {
  width: 48px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.group_23 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_62 {
  width: 49px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.box_24 {
  width: 888px;
  height: 56px;
  margin: 26px 0 24px 24px;
}

.group_24 {
  background-color: rgba(255, 255, 255, 1);
  width: 432px;
  height: 56px;
}

.block_9 {
  background-color: rgba(245, 246, 252, 1);
  width: 93px;
  height: 56px;
}

.text-group_8 {
  position: relative;
  width: 46px;
  height: 49px;
  margin: 4px 0 0 24px;
}

.text_63 {
  width: 34px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 28px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 6px;
}

.text_64 {
  position: absolute;
  left: 0;
  top: 34px;
  width: 46px;
  height: 15px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 12px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 12px;
}

.block_10 {
  width: 323px;
  height: 47px;
  margin: 5px 4px 0 12px;
}

.text_65 {
  width: 323px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 16px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
}

.group_25 {
  width: 277px;
  height: 17px;
  margin-top: 8px;
}

.text_66 {
  width: 144px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
}

.group_26 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_67 {
  width: 48px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.group_27 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_68 {
  width: 49px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.group_28 {
  background-color: rgba(255, 255, 255, 1);
  width: 432px;
  height: 56px;
}

.block_11 {
  background-color: rgba(245, 246, 252, 1);
  width: 93px;
  height: 56px;
}

.text-group_9 {
  position: relative;
  width: 46px;
  height: 49px;
  margin: 4px 0 0 24px;
}

.text_69 {
  width: 34px;
  height: 36px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 28px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 6px;
}

.text_70 {
  position: absolute;
  left: 0;
  top: 34px;
  width: 46px;
  height: 15px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 12px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 12px;
}

.block_12 {
  width: 323px;
  height: 47px;
  margin: 5px 4px 0 12px;
}

.text_71 {
  width: 323px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 16px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
}

.group_29 {
  width: 277px;
  height: 17px;
  margin-top: 8px;
}

.text_72 {
  width: 144px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
}

.group_30 {
  background-color: rgba(219, 222, 235, 1);
  width: 6px;
  height: 8px;
  margin: 4px 0 0 6px;
}

.text_73 {
  width: 48px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-left: 6px;
}

.data-wrapper {
  background-color: rgba(255, 255, 255, 1);
  height: 350px;
  width: 480px;
  position: relative;
  justify-content: flex-center;
}

.section_19 {
  width: 100%;
  text-align: center;
  height: 34px;
  margin: 24px 0;
  justify-content: center;
  align-items: center;
}

.text_75 {
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 24px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 32px;
}

.box_26 {
  width: 888px;
  height: 56px;
  margin: 26px 0 24px 24px;
}

.text_76 {
  width: 30px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
}

.text_77 {
  width: 28px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 37px;
}

.text_78 {
  width: 28px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 37px;
}

.text_79 {
  width: 28px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 36px;
}

.text_80 {
  width: 28px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 37px;
}

.text_81 {
  width: 28px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 37px;
}

.text_82 {
  width: 28px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 36px;
}

.section_20 {
  width: 432px;
  height: 40px;
  margin: 16px 0 0 24px;
}

.text-wrapper_6 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 15px;
  height: 30px;
  width: 30px;
}

.text_83 {
  width: 30px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper_7 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 15px;
  height: 30px;
  margin-left: 31px;
  width: 30px;
  cursor: pointer;
}

.text_84 {
  width: 30px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.text-wrapper_8 {
  background-color: rgba(155, 33, 50, 1);
  border-radius: 15px;
  height: 30px;
  margin-left: 30px;
  width: 30px;
  cursor: pointer;
}

.text_85 {
  width: 30px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper_9 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 15px;
  height: 30px;
  margin-left: 30px;
  width: 30px;
}

.text_86 {
  width: 30px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-wrapper_10 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 26px;
  width: 40px;
}

.text_87 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_11 {
  background-color: rgba(155, 33, 50, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_88 {
  width: 17px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin: 10px 0 0 12px;
}

.text-wrapper_12 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_89 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.section_21 {
  width: 432px;
  height: 40px;
  margin: 16px 0 0 24px;
}

.text-wrapper_13 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  width: 40px;
}

.text_90 {
  width: 17px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin: 10px 0 0 12px;
}

.text-wrapper_14 {
  background-color: rgba(155, 33, 50, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 26px;
  width: 40px;
}

.text_91 {
  width: 17px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin: 10px 0 0 11px;
}

.text-wrapper_15 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_92 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_16 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_93 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_17 {
  background-color: rgba(155, 33, 50, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 26px;
  width: 40px;
}

.text_94 {
  width: 12px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin: 10px 0 0 14px;
}

.text-wrapper_18 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_95 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_19 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_96 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.section_22 {
  width: 432px;
  height: 40px;
  margin: 16px 0 0 24px;
}

.text-wrapper_20 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  width: 40px;
}

.text_97 {
  width: 15px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin: 10px 0 0 13px;
}

.text-wrapper_21 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 26px;
  width: 40px;
}

.text_98 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_22 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_99 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_23 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_100 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_24 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 26px;
  width: 40px;
}

.text_101 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_25 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_102 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_26 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_103 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.section_23 {
  width: 432px;
  height: 40px;
  margin: 16px 0 24px 24px;
}

.text-wrapper_27 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  width: 40px;
}

.text_104 {
  width: 15px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin: 10px 0 0 13px;
}

.text-wrapper_28 {
  background-color: rgba(155, 33, 50, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 26px;
  width: 40px;
}

.text_105 {
  width: 15px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin: 10px 0 0 12px;
}

.text-wrapper_29 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_106 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_30 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_107 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_31 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 26px;
  width: 40px;
}

.text_108 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_32 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_109 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.text-wrapper_33 {
  background-color: rgba(245, 246, 252, 1);
  border-radius: 20px;
  height: 40px;
  margin-left: 25px;
  width: 40px;
}

.text_110 {
  width: 40px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 10px;
}

.section_24 {
  position: absolute;
  left: 316px;
  top: 29px;
  width: 24px;
  height: 24px;
}

.box_27 {
  width: 1440px;
  height: 208px;
  margin: 34px auto 34px auto; /* 减少上边距，让图标往上移 */
}

.group_32 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.3) 100%);
  width: 264px;
  height: 208px;
  border: 1px solid rgba(255, 255, 255, 1);
  justify-content: flex-center;
}

.box_28 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 44px;
  height: 80px;
  width: 80px;
  position: relative;
  margin: 24px 0 0 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_28 .label_1 {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.box_28 .icon-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.label_1 {
  width: 24px;
  height: 21px;
  margin: 37px 0 0 37px;
}

.group_33 {
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  left: 20px;
  top: 25px;
  width: 34px;
  height: 31px;
}

.box_29 {
  background-color: rgba(155, 33, 50, 1);
  width: 4px;
  height: 6px;
  margin: 10px 0 0 6px;
}

.box_30 {
  background-color: rgba(155, 33, 50, 1);
  width: 4px;
  height: 6px;
  margin: 10px 0 0 5px;
}

.box_31 {
  background-color: rgba(155, 33, 50, 1);
  width: 4px;
  height: 6px;
  margin: 10px 6px 0 5px;
}

.group_34 {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}

.text-group_10 {
  width: 168px;
  height: 56px;
  margin: 24px 0 24px 48px;
}

.text_111 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 20px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 44px;
}

.text_112 {
  width: 168px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 8px;
}

.group_35 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.3) 100%);
  width: 264px;
  height: 208px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-left: 30px;
  justify-content: flex-center;
}

.group_36 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 44px;
  height: 80px;
  width: 80px;
  position: relative;
  margin: 24px 0 0 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group_36 .label_1 {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.group_36 .icon-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_25 {
  background-color: rgba(255, 255, 255, 0.3);
  width: 33px;
  height: 29px;
  margin: 20px 0 0 27px;
}

.section_26 {
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  left: 20px;
  top: 26px;
  width: 34px;
  height: 34px;
}

.section_27 {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}

.text-group_11 {
  width: 163px;
  height: 56px;
  margin: 24px 0 24px 51px;
}

.text_113 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 20px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 41px;
}

.text_114 {
  width: 163px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 8px;
}

.group_37 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.3) 100%);
  width: 264px;
  height: 208px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-left: 30px;
  justify-content: flex-center;
}

.section_28 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 44px;
  height: 80px;
  width: 80px;
  position: relative;
  margin: 24px 0 0 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_28 .label_2 {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.section_28 .icon-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.label_2 {
  width: 24px;
  height: 21px;
  margin: 37px 0 0 37px;
}

.box_32 {
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  left: 20px;
  top: 25px;
  width: 34px;
  height: 31px;
}

.group_38 {
  background-color: rgba(155, 33, 50, 1);
  width: 4px;
  height: 6px;
  margin: 10px 0 0 6px;
}

.group_39 {
  background-color: rgba(155, 33, 50, 1);
  width: 4px;
  height: 6px;
  margin: 10px 0 0 5px;
}

.group_40 {
  background-color: rgba(155, 33, 50, 1);
  width: 4px;
  height: 6px;
  margin: 10px 6px 0 5px;
}

.box_33 {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}

.text-group_12 {
  width: 168px;
  height: 56px;
  margin: 24px 0 24px 48px;
}

.text_115 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 20px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 44px;
}

.text_116 {
  width: 168px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 8px;
}

.group_41 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.3) 100%);
  width: 264px;
  height: 208px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-left: 30px;
  justify-content: flex-center;
}

.group_42 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 44px;
  height: 80px;
  width: 80px;
  position: relative;
  margin: 24px 0 0 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group_42 .label_1 {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.group_42 .icon-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_29 {
  background-color: rgba(255, 255, 255, 1);
  height: 40px;
  width: 40px;
  margin: 20px 0 0 20px;
}

.box_34 {
  background-color: rgba(255, 162, 175, 1);
  width: 37px;
  height: 40px;
}

.section_30 {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}

.text-group_13 {
  width: 173px;
  height: 56px;
  margin: 24px 0 24px 46px;
}

.text_117 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 20px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 46px;
}

.text_118 {
  width: 173px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 8px;
}

.group_43 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0.3) 100%);
  width: 264px;
  height: 208px;
  border: 1px solid rgba(255, 255, 255, 1);
  margin-left: 30px;
  justify-content: flex-center;
}

.block_13 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 44px;
  height: 80px;
  width: 80px;
  position: relative;
  margin: 24px 0 0 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block_13 .label_1 {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.block_13 .icon-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box_35 {
  background-color: rgba(255, 255, 255, 1);
  height: 38px;
  width: 38px;
  margin: 21px 0 0 21px;
}

.block_14 {
  background-color: rgba(255, 162, 175, 1);
  width: 31px;
  height: 35px;
  margin: 3px 0 0 3px;
}

.box_36 {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
}

.text-group_14 {
  width: 175px;
  height: 56px;
  margin: 24px 0 24px 45px;
}

.text_119 {
  width: 80px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 20px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 47px;
}

.text_120 {
  width: 175px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 14px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 8px;
}

.section_31 {
  width: 1440px;
  height: 82px;
  margin: 29px auto 0 auto; /* 改为水平居中 */
}

.block_15 {
  background-color: rgba(155, 33, 50, 1);
  width: 100%;
  height: 82px;
  justify-content: flex-center;
  position: relative;
}

.box_37 {
  position: relative;
  height: 28px;
  width: 28px;
  margin: 27px 0 0 32px;
}

.text_121 {
  width: 96px;
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 24px;
  margin: 24px 0 0 32px;
  position: relative;
}
.text_121::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}
/* Tooltip styles */
.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1001;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.image-text_1 {
  width: 80px;
  height: 34px;
  position: absolute;
  right: 32px;
  top: 32px;
}

.text-group_15 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 14px;
  position: relative;
  cursor: pointer;
}

.thumbnail_1 {
  width: 16px;
  height: 16px;
  margin: 0;
}

.block_17 {
  background-color: rgba(155, 33, 50, 1);
  width: 100%;
  height: 82px;
  position: relative;
}

.group_44 {
  position: relative;
  height: 28px;
  width: 28px;
  margin: 28px 0 0 33px;
}
.group_44 img {
  height: 28px;
  width: 28px;
}
.text-wrapper_34 {
  height: 50px;
  width: 72px;
  margin: 16px 0 0 31px;
}

.text_122 {
  width: 72px;
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 24px;
  margin-top: 8px;
  position: relative;
  cursor: pointer;
}

.text_123 {
  width: 96px;
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  margin: 24px 0 0 32px;
}

.text-group_16 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 14px;
  position: relative;
  cursor: pointer;
}

.thumbnail_2 {
  width: 16px;
  height: 16px;
  margin: 0;
}

.section_33 {
  width: 1440px;
  height: 129px;
  margin: 26px auto 0 auto; /* 改为水平居中 */
}

.box_38 {
  width: 704px;
  height: 129px;
  border: 1px solid rgba(234, 236, 242, 1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.box_38:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.text-wrapper_35 {
  width: 61px;
  height: 81px;
  margin: 24px 0 0 29px;
}

.text_124 {
  width: 59px;
  height: 61px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 48px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
  margin-left: 1px;
}

.text_125 {
  width: 61px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 16px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
}

.text-wrapper_36 {
  width: 554px;
  height: 68px;
  margin: 31px 24px 0 36px;
}

.text_126 {
  width: 554px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(94, 101, 128, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.text_127 {
  width: 40px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}

.box_39 {
  width: 704px;
  height: 129px;
  border: 1px solid rgba(234, 236, 242, 1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.box_39:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.text-wrapper_37 {
  width: 61px;
  height: 81px;
  margin: 24px 0 0 29px;
}

.text_128 {
  width: 59px;
  height: 61px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 48px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
  margin-left: 1px;
}

.text_129 {
  width: 61px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 16px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
}

.text-wrapper_38 {
  width: 554px;
  height: 68px;
  margin: 31px 24px 0 36px;
}

.text_130 {
  width: 554px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(94, 101, 128, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.text_131 {
  width: 40px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}

.section_34 {
  width: 1440px;
  height: 129px;
  margin: 24px auto 0 auto; /* 改为水平居中 */
}

.group_45 {
  width: 704px;
  height: 129px;
  border: 1px solid rgba(234, 236, 242, 1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.group_45:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.text-wrapper_39 {
  width: 61px;
  height: 81px;
  margin: 24px 0 0 29px;
}

.text_132 {
  width: 59px;
  height: 61px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 48px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
  margin-left: 1px;
}

.text_133 {
  width: 61px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 16px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
}

.text-wrapper_40 {
  width: 554px;
  height: 68px;
  margin: 31px 24px 0 36px;
}

.text_134 {
  width: 554px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(94, 101, 128, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.text_135 {
  width: 40px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}

.group_46 {
  width: 704px;
  height: 129px;
  border: 1px solid rgba(234, 236, 242, 1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.group_46:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.text-wrapper_41 {
  width: 61px;
  height: 81px;
  margin: 24px 0 0 29px;
}

.text_136 {
  width: 59px;
  height: 61px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 48px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
  margin-left: 1px;
}

.text_137 {
  width: 61px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 16px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
}

.text-wrapper_42 {
  width: 554px;
  height: 68px;
  margin: 31px 24px 0 36px;
}

.text_138 {
  width: 554px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(94, 101, 128, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.text_139 {
  width: 40px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}

.section_35 {
  width: 1440px;
  height: 129px;
  margin: 24px auto 31px auto; /* 改为水平居中 */
}

.group_47 {
  width: 704px;
  height: 129px;
  border: 1px solid rgba(234, 236, 242, 1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.group_47:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.text-wrapper_43 {
  width: 61px;
  height: 81px;
  margin: 24px 0 0 29px;
}

.text_140 {
  width: 59px;
  height: 61px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 48px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
  margin-left: 1px;
}

.text_141 {
  width: 61px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 16px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
}

.text-wrapper_44 {
  width: 554px;
  height: 68px;
  margin: 31px 24px 0 36px;
}

.text_142 {
  width: 554px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(94, 101, 128, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.text_143 {
  width: 40px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}

.group_48 {
  width: 704px;
  height: 129px;
  border: 1px solid rgba(234, 236, 242, 1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.group_48:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.text-wrapper_45 {
  width: 61px;
  height: 81px;
  margin: 24px 0 0 29px;
}

.text_144 {
  width: 59px;
  height: 61px;
  overflow-wrap: break-word;
  color: rgba(23, 27, 46, 1);
  font-size: 48px;
  font-family: Google Sans Display-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
  margin-left: 1px;
}

.text_145 {
  width: 61px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(159, 164, 184, 1);
  font-size: 16px;
  font-family: Google Sans Display-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 16px;
}

.text-wrapper_46 {
  width: 554px;
  height: 68px;
  margin: 31px 24px 0 36px;
}

.text_146 {
  width: 554px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(94, 101, 128, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.text_147 {
  width: 40px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 12px;
}

.section_36 {
  background-color: rgba(155, 33, 50, 1);
  width: 936px;
  height: 82px;
  position: relative;
}

.box_40 {
  position: relative;
  width: 28px;
  height: 26px;
  margin: 25px 0 0 32px;
}
.box_40 img {
  width: 28px;
  height: 26px;
}

.text-wrapper_47 {
  height: 50px;
  width: 96px;
  margin: 16px 0 0 32px;
  cursor: pointer;
  position: relative;
}

/* 禁用 text-wrapper_47 的悬停效果，因为子元素有自己的悬停效果 */
/* .text-wrapper_47:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
} */

.text_148 {
  width: 96px;
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin-top: 8px;
  cursor: pointer;
  position: relative;
}

/* 默认激活状态的下划线 */
.text_148.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}

/* 鼠标悬停时的下划线（仅在非激活状态时显示） */
.text_148:hover:not(.active)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}

.sub-nav-title {
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 24px 0 0 32px;
  cursor: pointer;
  position: relative;
}

.sub-nav-title1 {
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 24px 0 0 32px;
  position: relative;
}

/* 激活状态的下划线 */
.sub-nav-title.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}

/* 鼠标悬停时的下划线（仅在非激活状态时显示） */
/* .sub-nav-title:hover:not(.active)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
} */

.text_150 {
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 24px 0 0 32px;
  cursor: pointer;
  position: relative;
}

/* 激活状态的下划线 */
.text_150.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}

/* 鼠标悬停时的下划线（仅在非激活状态时显示） */
.text_150:hover:not(.active)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}

/* 公告卡片悬停阴影效果 */
.box_13:hover,
.box_16:hover,
.box_20:hover,
.box_21:hover,
.block_4:hover,
.block_7:hover,
.group_24:hover,
.group_28:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}

/* 为公告卡片添加过渡效果 */
.box_13,
.box_16,
.box_20,
.box_21,
.block_4,
.block_7,
.group_24,
.group_28 {
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}

/* 动态日历样式 */
#calendar-grid {
  display: flex;
  flex-direction: column;
  max-height: 400px; /* 增加日历网格的最大高度以显示7-8行 */
  overflow: hidden;
}

/* 确保动态生成的日历行有正确的样式 */
#calendar-grid .section_20,
#calendar-grid .section_21,
#calendar-grid .section_22,
#calendar-grid .section_23 {
  width: 416px;
  height: 30px;
  margin: 5px 0 0 32px;
}

/* 第一行减少上边距 */
#calendar-grid .section_20:first-child {
  margin-top: 10px;
}

/* 最后一行的特殊边距 */
#calendar-grid .section_23:last-child {
  margin-bottom: 10px;
}

/* 重置动态生成的日期单元格的边距，让flex布局正确工作 */
#calendar-grid .text-wrapper_6,
#calendar-grid .text-wrapper_7,
#calendar-grid .text-wrapper_8,
#calendar-grid .text-wrapper_9,
#calendar-grid .text-wrapper_10,
#calendar-grid .text-wrapper_11,
#calendar-grid .text-wrapper_12,
#calendar-grid .text-wrapper_13,
#calendar-grid .text-wrapper_14,
#calendar-grid .text-wrapper_15,
#calendar-grid .text-wrapper_16,
#calendar-grid .text-wrapper_17,
#calendar-grid .text-wrapper_18,
#calendar-grid .text-wrapper_19,
#calendar-grid .text-wrapper_20,
#calendar-grid .text-wrapper_21,
#calendar-grid .text-wrapper_22,
#calendar-grid .text-wrapper_23,
#calendar-grid .text-wrapper_24,
#calendar-grid .text-wrapper_25,
#calendar-grid .text-wrapper_26,
#calendar-grid .text-wrapper_27,
#calendar-grid .text-wrapper_28,
#calendar-grid .text-wrapper_29,
#calendar-grid .text-wrapper_30,
#calendar-grid .text-wrapper_31,
#calendar-grid .text-wrapper_32,
#calendar-grid .text-wrapper_33 {
  margin-left: 0 !important;
  margin-top: 0 !important;
}

/* 日历导航按钮样式 */
.calendar-prev-btn,
.calendar-next-btn {
  transition: all 0.3s ease;
  border-radius: 50%;
}

.calendar-prev-btn:hover,
.calendar-next-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.calendar-prev-btn:hover svg path,
.calendar-next-btn:hover svg path {
  stroke: #333;
}

/* "查看更多"悬停下划线效果 */
.text-group_17:hover::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease;
}

/* 圆形图标悬停阴影效果 */
.group_32,
.group_35,
.group_37,
.group_41,
.group_43 {
  transition: all 0.3s ease;
  cursor: pointer;
}

.group_32:hover,
.group_35:hover,
.group_37:hover,
.group_41:hover,
.group_43:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* 通知公告和策生涯区域的"查看更多"悬停下划线效果 */
.text-group_15:hover::after,
.text-group_16:hover::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease;
}

/* 策生涯和生涯活动的悬停下划线效果 */
.text_122:hover::after,
.text_123:hover::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s ease;
}

/* 策生涯默认激活状态的下划线 */
.text_122::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}

/* 生涯活动激活状态的下划线（通过JavaScript控制） */
.text_123.active::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}

/* 当生涯活动激活时，隐藏策生涯的下划线 */
.text_122.inactive::before {
  display: none;
}

/* 通知公告内容样式 */
.notice-content {
  width: 704px;
  margin: 26px auto 0 auto; /* 改为水平居中 */
  position: absolute;
  z-index: 1;
}

.notice-row {
  width: 704px;
  height: 129px;
  margin: 26px 0 0 0;
}

.notice-item {
  width: 704px;
  height: 129px;
  border: 1px solid rgba(234, 236, 242, 1);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.notice-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.activity-row {
  width: 1440px;
  height: 129px;
  margin: 26px 0 0 0;
  justify-content: flex-end;
}

.activity-time-wrapper {
  margin-right: 30px;
}

/* 旧的activity-title样式已被下面的新样式替代
.activity-title {
  width: 554px;
  height: 28px;
  overflow-wrap: break-word;
  color: rgba(94, 101, 128, 1);
  font-size: 20px;
  font-family: PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}
*/

/* 旧的activity-location-text样式已被下面的新样式替代
.activity-location-text {
  width: 554px;
  height: 17px;
  overflow-wrap: break-word;
  color: rgba(155, 33, 50, 1);
  font-size: 12px;
  font-family: PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  line-height: 12px;
  margin-top: 20px;
}
*/

/* 宣讲会内容样式 */
.presentation-card {
  width: 48%;
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 15px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  height: 65px;
  cursor: pointer; /* 鼠标移入变成小手 */
}

.yqlj_tp {
  cursor: pointer; /* 鼠标移入变成小手 */
  transition: all 0.3s ease; /* 添加过渡效果 */
}

.yqlj_tp:hover {
  transform: translateY(-2px); /* 向上移动2px */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* 添加阴影效果 */
}

.presentation-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.presentation-time-block {
  background-color: rgba(248, 248, 248, 1);
  width: 95px;
  min-width: 95px;
  height: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  border: 1px solid rgba(204, 204, 204, 1);
}

.presentation-time {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(248, 248, 248, 1);
  margin: 0;
}

.presentation-date {
  background-color: rgba(155, 33, 50, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 500;
  padding: 6px 0;
  border-radius: 0;
  text-align: center;
  border: none;
  width: 100%;
  height: auto;
  line-height: 1;
  flex: 0 0 20px;
}

.presentation-details {
  flex: 1;
  padding: 7px 12px;
  justify-content: space-between;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
}

.presentation-company {
  color: rgba(51, 51, 51, 1);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}

.presentation-location {
  align-items: center;
}

.location-icon {
  width: 11px;
  height: 11px;
  margin-right: 4px;
}

.location-text {
  color: rgba(155, 33, 50, 1);
  font-size: 13px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}

.text-more {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 14px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 40px;
}
.icon-more-img {
  width: 12px;
  height: 15px;
  margin-left: 8px;
}
.text_151:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 1);
}

.box_41 {
  position: absolute;
  left: 32px;
  top: 27px;
  width: 28px;
  height: 28px;
}

.box_42 {
  position: absolute;
  left: 888px;
  top: 49px;
  width: 16px;
  height: 16px;
}

.section_37 {
  background-color: rgba(155, 33, 50, 1);
  width: 480px;
  height: 82px;
  justify-content: flex-center;
  position: relative;
}

.block_18 {
  position: relative;
  width: 28px;
  height: 26px;
  margin: 26px 0 0 32px;
}
.block_18 img {
  width: 28px;
  height: 26px;
}

.text_152 {
  width: 96px;
  height: 34px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 24px;
  margin: 24px 0 0 32px;
}

.image-text_3 {
  width: 80px;
  height: 34px;
  margin: 31px 32px 0 180px;
}

.text-group_17 {
  width: 56px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  line-height: 14px;
  position: relative;
  cursor: pointer;
}

.thumbnail_4 {
  width: 16px;
  height: 16px;
  margin: 0;
}

.block_19 {
  position: absolute;
  left: 32px;
  top: 27px;
  width: 28px;
  height: 28px;
}

.section_38 {
  background-color: rgba(23, 27, 46, 1);
  width: 100%;
  position: relative;
  display: block; /* 确保显示 */
  z-index: 1; /* 确保在其他元素之上 */
}

.box_43 {
  background-image: url('./img/footBg.png');
  background-size: cover;
  background-position: center;
  width: 100%;
}

.box_44 {
  width: 100%;
}

.box_45 {
  width: 1440px;
  height: 100px;
  margin: 26px auto 0 auto; /* 改为水平居中 */
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.box_45 img {
  width: 264px;
  height: 100px;
}
.paragraph_4 {
  height: 80px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 30px 0 20px;
}
/* 下拉菜单样式 */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  pointer-events: none; /* 默认禁用鼠标事件，防止干扰导航项 */
}

.dropdown-menu.show {
  display: block;
}

/* 分隔符样式 */
.separator {
  color: #666;
  font-size: 12px;
  margin: 0 4px;
}

/* 顶部导航项样式 */
.section_2 .nav-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 4px;
  position: relative;
  z-index: 10;
  margin: 0 16px;
}

.section_2 .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* 房子图标 */
.home-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  position: relative;
  transition: transform 0.3s ease;
  z-index: 15;
}

.home-icon::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  background-color: white;
  top: 6px;
  left: 2px;
  border: 1px solid white;
}

.home-icon::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid white;
  top: 0;
  left: 0;
}

/* 文档图标 */
.doc-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  position: relative;
  transition: transform 0.3s ease;
  z-index: 15;
}

.doc-icon::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 14px;
  background-color: transparent;
  border: 1px solid white;
  top: 1px;
  left: 3px;
}

.doc-icon::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 1px;
  background-color: white;
  top: 5px;
  left: 5px;
  box-shadow: 0 2px 0 white, 0 4px 0 white;
}

.nav-item:hover .home-icon,
.nav-item:hover .doc-icon {
  transform: scale(1.1);
}

/* 用户图标 */
.user-icon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  position: relative;
  transition: transform 0.3s ease;
  z-index: 15;
}

/* 用户图标 - 头部 */
.user-icon::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
  top: 1px;
  left: 5px;
}

/* 用户图标 - 身体 */
.user-icon::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 8px;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0 0 5px 5px;
  border-top: none;
  top: 7px;
  left: 3px;
}

.section_7:hover .user-icon,
.section_8:hover .user-icon {
  transform: scale(1.1);
}

/* 左右分栏布局样式 */
.section_31 {
  width: 1440px !important;
  height: auto !important;
  margin: 29px auto 0 auto !important; /* 改为水平居中 */
  gap: 20px !important;
}

.left-panel-container,
.right-panel-container {
  flex: 1;
  background: white;
  overflow: hidden;
  position: relative; /* 确保内容定位稳定 */
}

/* 右侧面板内容区域的容器 */
.cys-content-item {
  position: absolute;
  top: 82px; /* 标题栏高度 */
  left: 0;
  right: 0;
  bottom: 0;
  transition: none; /* 移除过渡效果避免位置跳动 */
}

/* 通知公告样式 */
.notice-content-list {
  background: white;
  position: relative;
}

.notice-item-row {
  display: flex;
  align-items: center; /* 改为居中对齐 */
  padding: 14px 30px; /* 进一步减小上下内边距 */
  margin-top: 10px;
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease; /* 添加过渡效果 */
  cursor: pointer; /* 添加手型光标 */
}

.notice-item-row:hover {
  background: #e9ecef; /* 悬浮时背景变深 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* 添加阴影效果 */
  transform: translateY(-2px); /* 轻微上移效果 */
}

.notice-item-row:last-child {
  margin-bottom: 0;
}

.notice-time-wrapper {
  margin-right: 20px;
  min-width: 60px; /* 减小宽度 */
  text-align: left;
  display: flex;
  flex-direction: column;
}

.notice-time {
  font-size: 36px; /* 减小字体大小 */
  font-weight: bold;
  color: #333;
  line-height: 1;
  display: block;
}

.notice-date {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  display: block;
}

.notice-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notice-title {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: normal;
  display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  -webkit-line-clamp: 2; /* 限制显示三行 */
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 使用省略号 */
}

.notice-category {
  font-size: 12px;
  color: #dc3545;
  font-weight: normal;
}

/* 策生涯内容样式 */
.career-content {
  background: white;
  position: relative;
}

.career-item-row {
  align-items: center;
  padding: 14px 30px;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  cursor: pointer;
}

.career-item-row:hover {
  background: #e9ecef; /* 悬浮时背景变深 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* 添加阴影效果 */
  transform: translateY(-2px); /* 轻微上移效果 */
}

.career-item-row:last-child {
  margin-bottom: 0;
}

.career-time-wrapper {
  margin-right: 20px;
  margin-left: 0; /* 增加左边距，让年月日向右移动更多 */
  min-width: 60px; /* 减小宽度 */
  text-align: left;
  display: flex;
  flex-direction: column;
}

.career-time {
  font-size: 36px; /* 减小字体大小 */
  font-weight: bold;
  color: #333;
  line-height: 1;
  display: block;
}

.career-date {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  display: block;
}

.career-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.career-title {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: normal;
  white-space: normal; /* 允许文字换行 */
  word-wrap: break-word; /* 长单词换行 */
  overflow-wrap: break-word; /* 现代浏览器的换行属性 */
}

.career-location {
  font-size: 12px;
  color: #dc3545;
  font-weight: normal;
}

/* 生涯活动内容样式 */
.career-activity-content {
  padding: 20px 20px 60px 20px; /* 底部间距增加到60px */
  background: white;
  min-height: 300px;
  position: relative;
}

.activity-item-row {
  display: flex;
  align-items: center; /* 改为居中对齐 */
  padding: 14px 30px; /* 大幅减小上下内边距 */
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease; /* 添加过渡效果 */
  cursor: pointer; /* 添加手型光标 */
}

.activity-item-row:hover {
  background: #e9ecef; /* 悬浮时背景变深 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* 添加阴影效果 */
  transform: translateY(-2px); /* 轻微上移效果 */
}

.activity-item-row:last-child {
  margin-bottom: 0;
}

.activity-time {
  font-size: 36px; /* 减小字体大小 */
  font-weight: bold;
  color: #333;
  line-height: 1;
  display: block;
}

.activity-date {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  display: block;
}

.activity-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.activity-title {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: normal;
  white-space: normal; /* 允许文字换行 */
  word-wrap: break-word; /* 长单词换行 */
  overflow-wrap: break-word; /* 现代浏览器的换行属性 */
}

.activity-location-text {
  font-size: 12px;
  color: #dc3545;
  font-weight: normal;
}

/* Flex 工具类 */
.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}

/* 标签切换样式 */
.text_122,
.text_123 {
  cursor: pointer;
  transition: all 0.3s ease;
}

/* footer */
.footer-container {
  width: 100%;
  min-width: 1440px;
  position: relative;
}
.section_38 {
  position: relative;
  z-index: 1;
  margin-top: 0 !important; /* 覆盖原有的margin-top */
}

/* #mcTooltipWrapper {
  margin-left: -20px;
} */
.date-suspend-item .mark {
  background-color: rgba(155, 33, 50, 1);
  color: #fff;
  padding:  5px;
  font-size: 16px;
  border-radius: 100%;
  margin-right: 5px;
  vertical-align: top;
}
.date-suspend-item .time {
  color: #666;
  margin: 0 10px;
}
.date-suspend-item .txt {
  display: inline-block;
  color: #333 !important;
  max-width: 400px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.date-suspend-item .txt:hover {
  color: #409eff;
}
#mcTooltip {
  border-color: #fff;
  background-color: #ffffff;
}

#mcTooltip div {
  box-sizing: content-box;
  display: flex;
  align-items: flex-start;    /* 垂直交叉轴左对齐（针对主轴为 row 时） */
  justify-content: flex-start; /* 水平主轴左对齐 */
  flex-direction: column;
  text-align: left;           /* 确保文本内容左对齐 */
}

.date-suspend-item{
  display: flex;
  flex-direction: row !important;
}
.date-suspend-item:last-child .txt{
  margin-bottom: 0;
}

.secondLevelModel {
  font-size: 18px;
}

.date-suspend-item {
  width: 100%;
  transition: background-color 0.3s ease;
}

.date-suspend-item:hover {
  background-color: #f0f0f0;
}


/* 轮播图 */

/* Swiper 轮播图的样式 */
.mySwiper {
  width: 100%; /* 改为 100% */
  position: relative;
  overflow: hidden; /* 确保内容不溢出 */
}

/* 轮播图 */

/* Swiper 轮播图的样式 */
.mySwiper {
  width: 100%;
  height: 410px;
  position: relative;
}

.mySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Swiper 分页指示器居中 */
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

/* Swiper 左右切换按钮 */
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  /* 半透明白色背景 */
  border-radius: 50%;
  /* 圆形按钮 */
  width: 60px !important;
  height: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

/* 轮播图 end */

