html,
body {
  scrollbar-width: none;
  /* 滚动条宽度设为 none */
  -ms-overflow-style: none;
}


.page {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  font-family: MicrosoftYaHei;
}

.page::-webkit-scrollbar {
  width: 0;
  height: 0;
}


/* 在 cooperate.css 或 common.css 中添加 */

/* 可选：跳转后给目标章节添加高亮效果（点击后闪烁提示） */
h3:target {
  animation: highlight 1.5s;
}

@keyframes highlight {
  0% {
    background-color: rgba(0, 102, 255, 0.2);
  }

  100% {
    background-color: transparent;
  }
}


.group_1 {
  position: relative;
  width: 100%;
  height: 10.8rem;
}

.box_2 {
  width: 100%;
  z-index: 100;
}

.icon {
  padding-top: 0.1rem;
  width: 0.27rem;
  height: 0.27rem;
  transform: translateY(5px);
}

.block_15 {
  width: 12.0115rem;
  height: 0.3456rem;
  margin: 0.1498rem 3.84rem 0.3rem 3.6rem;
  list-style: none;
  padding-left: 0;
}

.image_1 {
  width: 1.7011rem;
  height: 0.4013rem;
}

.text_1 {
  width: 0.3302rem;
  height: 0.1613rem;
  overflow-wrap: break-word;
  color: black;
  font-size: 0.1594rem;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 0.2304rem;
  margin: 0.119rem 0 0 4.8192rem;
  text-decoration-line: none;
}

.text_1 :hover {
  color: rgba(2, 101, 255, 1);
  cursor: pointer !important;
}

.page-content.active {
  display: block;
  /* 显示选中的内容 */
  height: 93%;
}

.page-background5 {
  position: absolute;
  top: 0.108rem;
  z-index: -1;
  width: 100%;
}

.paragraph_2 {
  position: fixed;
  top: 0.85rem;
  right: 0;
  width: 2rem;
  height: auto;
  overflow-wrap: break-word;
  color: rgba(6, 38, 80, 1);
  font-size: 0.1594rem;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  line-height: 0.48rem;
  margin: 0.0192rem 1rem 0 0.2899rem;
}

/* 导航容器样式 */
.paragraph_2 ul {
  position: relative;
  list-style: none;
  padding-left: 0.288rem;
  /* 留出左侧竖线空间 */
  margin: 0;
}

/* 左侧固定竖线 */
.paragraph_2 ul::before {
  content: '';
  position: absolute;
  left: 0.0rem;
  /* 距离左侧的距离 */
  top: 0;
  bottom: 0;
  width: 0.0108rem;
  background-color: #e0e0e0;
  /* 浅灰色 */
}

/* 活动状态指示器（蓝色竖线） */
.nav-indicator {
  position: absolute;
  left: 0.0rem;
  /* 与固定竖线对齐 */
  width: 0.0192rem;
  /* 宽度大于固定竖线，突出显示 */
  background-color: #0265FF;
  /* 蓝色 */
  transition: all 0.3s ease;
  /* 平滑过渡效果 */
}

/* 菜单项样式 */
.paragraph_2 li {
  margin-bottom: 16px;
  /* 菜单项间距 */
  cursor: pointer;
  position: relative;
}

/* 激活状态的菜单项文本样式 */
.paragraph_2 li.active a {
  color: #0265FF !important;
  /* 蓝色文本 */
  font-weight: 600;
  /* 加粗 */
}

.contact {
  padding-top: 0.17rem;
}

.contact p {
  margin: 0;
}

.contactWay {
  color: #062650;
  opacity: 0.8;
}

.text-container {
  width: 12rem;
  height: auto;
  font-size:  0.2186rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  line-height: 0.461rem;
  margin:0 auto;
  padding-right: 2.5rem;
}

section {
  margin-bottom: 0.27rem;
}

section h1 {
  overflow-wrap: break-word;
  color: rgba(6, 38, 80, 1);
  font-size: 0.2186rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 0.601rem;
}

section h3 {
  overflow-wrap: break-word;
  color: rgba(6, 38, 80, 1);
  font-size: 0.1786rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 0.361rem;
  margin: 0;
  margin-bottom: 0.1rem;
}

section h5 {
  overflow-wrap: break-word;
  color: rgba(6, 38, 80, 1);
  font-size: 0.1786rem;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  line-height: 0.361rem;
  margin: 0;
  margin-bottom: 0.1rem;
}

section h6 {
  color: #062650;
  overflow-wrap: break-word;
  font-size: 0.1594rem;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  line-height: 0.361rem;
  margin: 0;
}

section p {
  overflow-wrap: break-word;
  color: #59667E;
  font-size: 0.1594rem;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  text-align: left;
  line-height: 0.361rem;
  margin: 0;
  text-indent: 2em;
}

.text-wrapper_5 {
  background-color: #FFFFFF;
  border-radius: 0.216rem;
  height: 0.4013rem;
  width: 1.4016rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 0.108rem;
  border: 0.0108rem solid #0265FF;
  margin-top: 0.216rem;
}

.text-wrapper_5 :hover {
  cursor: pointer;
}

.text_12 {
  color: rgba(255, 255, 255, 1);
  font-size: 0.192rem;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  /* 去掉 line-height ，依赖 Flex 垂直居中 */
  /* line-height: 1; */
}

.cooperation {
  color: #0265FF;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration-line: none;
  /* 让 a 标签也继承 Flex 居中，或直接依赖父元素居中 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  width: 100%;
  background-color: #1c2b40;
  /* 模拟深色背景，可根据实际调整 */
  color: #a4acb7;
  font-size: 0.108rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* 顶部标题及导航区域 */
.content .t {
  width: 12rem;
  display: flex;
  align-items: center;
  border-bottom: 0.0108rem solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.162rem;
  margin-top: 0.27rem;
  justify-self: center;
  position: relative;
}


/* 中间导航文本区域 */
.content .t .mid {
  display: flex;
  flex-direction: column;
  gap: 0.054rem;
  /* 垂直方向间距用vh */
  font-size: 0.12rem;
}
.content .t .mid span:first-child {
  display: flex;
  gap: 0.384rem;
  /* 水平导航项间距用vw */
}

.content .t .mid a {
  color: #a4acb7;
  text-decoration: none;
}

/* 可信网站图标 */
.content .t .kxwz {
  right: 0;
  /* width: 0.768rem; */
  height: 0.324rem;
  position: absolute;
  float: right;
}

/* 底部信息区域 */
.content .b {
  display: flex;
  flex-direction: column;
  gap: 0.054rem;
  width: 12rem;
  padding-top: 0.054rem;
  margin-bottom: 0.27rem;
  justify-self: center;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  /* 强制不换行 */
}


.content .b a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}

.content .b a:hover {
  color: #fff;
}