.honganqiti_reach_logos/* honganqiti_reach | 08-blocks-scoped/honganqiti-reach */
.honganqiti_reach,
.honganqiti_reach * {
  box-sizing: border-box;
}
.honganqiti_reach a {
  text-decoration: none;
  color: inherit;
}

.honganqiti_reach {
  width: 100%;
  padding: 80px 0 48px;
  background: #f3f5f7 url("../../images/aboutbg.jpg") center / cover no-repeat;
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #222;
}

.honganqiti_reach_inner {
  width: min(1280px, 92vw);
  margin: 0 auto;
}

/* ===== Head ===== */
.honganqiti_reach_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.honganqiti_reach_title {
  margin: 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 64px;
  font-weight: 700;
  color: #004ea1;
  line-height: 1;
  letter-spacing: 0.02em;
}

.honganqiti_reach_subtitle {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.12em;
  line-height: 1.3;
}

.honganqiti_reach_navs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding-bottom: 6px;
}

.honganqiti_reach_nav {
  width: 40px;
  height: 40px;
  border: 1px solid #d8dce2;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.honganqiti_reach_nav:hover {
  background: #fff;
  border-color: #004ea1;
}

.honganqiti_reach_nav span {
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.honganqiti_reach_nav_prev span {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.honganqiti_reach_nav_next span {
  transform: rotate(45deg);
  margin-right: 3px;
}

.honganqiti_reach_navs.is_hidden {
  display: none;
}

/* ===== Body ===== */
.honganqiti_reach_body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
  gap: 36px;
  align-items: stretch;
  min-height: 480px;
}

.honganqiti_reach_logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 12px;
}

.honganqiti_reach_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e8ebef;
  padding: 6px 8px;
  min-height: 0;
  height: 120px;
  overflow: hidden;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  animation: honganqiti_reach_fade 0.4s ease both;
}

.honganqiti_reach_logo:hover {
  border-color: #cfd6e0;
  box-shadow: 0 8px 22px rgba(0, 78, 161, 0.08);
}

.honganqiti_reach_logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.honganqiti_reach_logo:hover img {
  opacity: 1;
  transform: scale(1.03);
}

.honganqiti_reach_visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  overflow: hidden;
  background: transparent;
}

.honganqiti_reach_globe {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  animation: honganqiti_reach_spin 48s linear infinite;
  transform-origin: center center;
}

@keyframes honganqiti_reach_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* 点缀：虚线环 + 散点 + 定位图标 */
.honganqiti_reach_deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.honganqiti_reach_deco_ring {
  left: 50%;
  top: 50%;
  width: 78%;
  max-width: 440px;
  aspect-ratio: 1;
  margin: 0;
  transform: translate(-50%, -50%);
  border: 1px dashed rgba(0, 78, 161, 0.18);
  border-radius: 50%;
}

.honganqiti_reach_deco_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 78, 161, 0.28);
  box-shadow: 0 0 0 6px rgba(0, 78, 161, 0.06);
}

.honganqiti_reach_deco_d1 { left: 12%; top: 18%; }
.honganqiti_reach_deco_d2 { right: 10%; top: 28%; width: 6px; height: 6px; }
.honganqiti_reach_deco_d3 { left: 8%; bottom: 22%; width: 10px; height: 10px; background: rgba(0, 78, 161, 0.2); }
.honganqiti_reach_deco_d4 { right: 16%; bottom: 16%; }
.honganqiti_reach_deco_d5 { left: 22%; top: 48%; width: 5px; height: 5px; background: rgba(0, 78, 161, 0.35); }

.honganqiti_reach_deco_pin {
  position: absolute;
  z-index: 3;
  width: 28px;
  height: 28px;
  object-fit: contain;
  pointer-events: none;
  animation: honganqiti_reach_pulse 3.2s ease-in-out infinite;
}

.honganqiti_reach_deco_pin1 { left: 18%; top: 30%; animation-delay: 0s; }
.honganqiti_reach_deco_pin2 { right: 20%; top: 38%; width: 34px; height: 34px; animation-delay: 0.8s; }
.honganqiti_reach_deco_pin3 { left: 42%; bottom: 20%; width: 24px; height: 24px; animation-delay: 1.6s; }

@keyframes honganqiti_reach_pulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50% { transform: scale(1.12); opacity: 1; }
}

@keyframes honganqiti_reach_fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .honganqiti_reach_title {
    font-size: 52px;
  }
  .honganqiti_reach_body {
    gap: 24px;
    min-height: 420px;
  }
  .honganqiti_reach_logos,
  .honganqiti_reach_visual {
    min-height: 420px;
  }
}

@media (max-width: 860px) {
  .honganqiti_reach {
    padding: 56px 0 64px;
  }
  .honganqiti_reach_title {
    font-size: 40px;
  }
  .honganqiti_reach_body {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .honganqiti_reach_logos {
    min-height: 360px;
  }
  .honganqiti_reach_visual {
    min-height: 280px;
    order: -1;
  }
  .honganqiti_reach_globe {
    max-width: 360px;
  }
}
