/* 出海企业 — 对齐 https://www.xiaoshouyi.com/solutions/global */
.ov-page {
  --ov-blue: #0564f5;
  --ov-indigo: #3c50e0;
  --ov-ink: #323232;
  --ov-text: #333;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--ov-ink);
  background: #fff;
}

.ov-page .container {
  width: min(1200px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.ov-h2 {
  position: relative;
  margin: 0 0 50px;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ov-ink);
}

.ov-h2 strong { font-weight: 700; }

.ov-h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin: 14px auto 0;
  background: var(--ov-blue);
  border-radius: 2px;
}

.ov-lead {
  margin: -30px auto 50px;
  max-width: 720px;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

.ov-sec { padding: 0 0 40px; }

.ov-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ov-indigo);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.ov-more img {
  width: 0;
  height: 14px;
  transition: width .2s;
}

.ov-more:hover img { width: 14px; }

/* ===== Hero ===== */
.ov-hero {
  position: relative;
  height: 480px;
  overflow: hidden;
  background: #0a1628;
  color: #fff;
}

.ov-hero__video,
.ov-hero__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0a1628 center / cover no-repeat;
}

.ov-hero__mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 18, 40, .55) 0%, rgba(8, 18, 40, .15) 55%, rgba(8, 18, 40, .35) 100%);
}

.ov-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 2.5rem));
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
  box-sizing: border-box;
}

.ov-hero h1 {
  margin: 0;
  max-width: 720px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 2px;
}

.ov-hero h1 span {
  display: inline;
  font-weight: 700;
}

/* ===== Challenges ===== */
.ov-ch { padding-top: 80px; }

.ov-ch__desktop {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 580px;
}

.ov-ch__col {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.ov-ch__col--left {
  width: 38%;
  padding-top: 120px;
  align-items: flex-start;
}

.ov-ch__col--right {
  width: 36%;
  padding-top: 200px;
  align-items: flex-end;
}

.ov-ch__person {
  width: 314px;
  height: 574px;
  object-fit: contain;
  z-index: 2;
  align-self: center;
  opacity: 0;
}

.ov-ch__item {
  position: relative;
  display: flex;
  margin-bottom: 95px;
}

.ov-ch__item p {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 16px 30px;
  border-radius: 4px;
  background: rgba(243, 247, 255, .85);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
  border: 1px solid #fff;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  max-width: 280px;
  opacity: 0;
}

.ov-ch__item img {
  position: absolute;
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
}

/* 对齐官方入场动效 */
.ov-ch.is-animate .ov-ch__col--left .ov-ch__item:nth-child(1) p {
  animation: ov-banner-text .4s ease 2.4s 1 normal both;
}
.ov-ch.is-animate .ov-ch__col--left .ov-ch__item:nth-child(1) img {
  animation: ov-banner-img-l1 1s ease 1.6s 1 normal forwards;
}
.ov-ch.is-animate .ov-ch__col--left .ov-ch__item:nth-child(2) p {
  animation: ov-banner-text .4s ease 1.8s 1 normal both;
}
.ov-ch.is-animate .ov-ch__col--left .ov-ch__item:nth-child(2) img {
  animation: ov-banner-img-l2 1s ease 2s 1 normal forwards;
}
.ov-ch.is-animate .ov-ch__col--left .ov-ch__item:nth-child(3) p {
  animation: ov-banner-text .4s ease 1.6s 1 normal both;
}
.ov-ch.is-animate .ov-ch__col--left .ov-ch__item:nth-child(3) img {
  animation: ov-banner-img-l3 1s ease 1.8s 1 normal forwards;
}
.ov-ch.is-animate .ov-ch__col--right .ov-ch__item:nth-child(1) p {
  animation: ov-banner-text .4s ease 1.8s 1 normal both;
}
.ov-ch.is-animate .ov-ch__col--right .ov-ch__item:nth-child(1) img {
  animation: ov-banner-img-r1 1s ease 1.8s 1 normal forwards;
}
.ov-ch.is-animate .ov-ch__col--right .ov-ch__item:nth-child(2) p {
  animation: ov-banner-text .4s ease 1.2s 1 normal both;
}
.ov-ch.is-animate .ov-ch__col--right .ov-ch__item:nth-child(2) img {
  animation: ov-banner-img-r2 1s ease 1.7s 1 normal forwards;
}
.ov-ch.is-animate .ov-ch__person {
  animation: ov-banner-person .6s ease .4s 1 normal both;
}

.ov-ch__col--left .ov-ch__item:nth-child(1) img {
  width: 196px; height: 124px; right: -138px; top: -46px;
}
.ov-ch__col--left .ov-ch__item:nth-child(2) img {
  width: 182px; height: 165px; right: -112px; top: -112px;
}
.ov-ch__col--left .ov-ch__item:nth-child(2) p { top: 18px; }
.ov-ch__col--left .ov-ch__item:nth-child(3) img {
  width: 169px; height: 96px; right: -130px; top: -130px; z-index: 4;
}
.ov-ch__col--left .ov-ch__item:nth-child(3) p { top: 6px; z-index: 5; }

.ov-ch__col--right .ov-ch__item:nth-child(1) img {
  width: 238px; height: 193px; left: -278px; top: -114px;
}
.ov-ch__col--right .ov-ch__item:nth-child(2) img {
  width: 189px; height: 155px; left: -174px; top: -120px; z-index: 4;
}

@keyframes ov-banner-text {
  0% { opacity: 0; transform: translateY(12px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes ov-banner-person {
  0% { opacity: 0; transform: translateY(24px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes ov-banner-img-l1 {
  0% { opacity: 0; transform: translate(40px, 20px) scale(.9); }
  100% { opacity: 1; transform: translate(0, 0) scale(1); }
}
@keyframes ov-banner-img-l2 {
  0% { opacity: 0; transform: translate(30px, 30px) scale(.9); }
  100% { opacity: 1; transform: translate(0, 0) scale(1); }
}
@keyframes ov-banner-img-l3 {
  0% { opacity: 0; transform: translate(36px, 24px) scale(.9); }
  100% { opacity: 1; transform: translate(0, 0) scale(1); }
}
@keyframes ov-banner-img-r1 {
  0% { opacity: 0; transform: translate(-40px, 20px) scale(.9); }
  100% { opacity: 1; transform: translate(0, 0) scale(1); }
}
@keyframes ov-banner-img-r2 {
  0% { opacity: 0; transform: translate(-30px, 24px) scale(.9); }
  100% { opacity: 1; transform: translate(0, 0) scale(1); }
}

.ov-ch__mobile {
  display: none;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  height: auto;
}

/* ===== Abilities ===== */
.ov-ab { padding-top: 40px; background: #f5f9ff; padding-bottom: 80px; }

.ov-ab__wrap {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 14px;
  background: rgba(255, 255, 255, .85) url("/storage/solutions/overseas/bg_sdnl_gcjxs.png") center / cover no-repeat;
  border: 1px solid #fff;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(45, 75, 120, .08);
}

.ov-ab__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 210px;
  flex: 0 0 210px;
  border-right: 1px solid #e5f4ff;
  background: rgba(255, 255, 255, .5);
}

.ov-ab__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 98px;
  padding: 0 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
  color: #333;
  opacity: .55;
  cursor: pointer;
  transition: .2s;
  box-sizing: border-box;
}

.ov-ab__tab span:first-child { margin-bottom: 8px; }

.ov-ab__tab.is-active {
  opacity: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-image: linear-gradient(to left, #3c50e0, #547fff);
}

.ov-ab__tab:first-child.is-active { border-radius: 8px 0 0 0; }
.ov-ab__tab:last-child.is-active { border-radius: 0 0 0 8px; }

.ov-ab__panels { flex: 1; min-width: 0; }

.ov-ab__panel {
  display: none;
  grid-template-columns: 1fr 1.15fr;
  min-height: 455px;
  padding: 48px 36px 40px 48px;
  box-sizing: border-box;
  gap: 24px;
  align-items: center;
}

.ov-ab__panel.is-active { display: grid; }

.ov-ab__detail { display: none; }
.ov-ab__detail.is-active { display: block; }

.ov-ab__detail h3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}

.ov-ab__detail h3 img {
  width: 27px;
  height: 27px;
  margin-top: 2px;
  flex: 0 0 27px;
}

.ov-ab__detail p {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.75;
  color: #333;
  max-width: 400px;
  text-align: justify;
}

.ov-ab__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 15px;
  margin-bottom: 22px;
}

.ov-ab__tag {
  min-width: 128px;
  height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  background: #f9fbff;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  line-height: 50px;
}

.ov-ab__tag.is-active {
  color: var(--ov-indigo);
  font-weight: 600;
  background: #fff;
  box-shadow: 0 4px 40px -4px rgba(69, 82, 102, .2);
}

.ov-ab__media {
  position: relative;
  min-height: 360px;
}

.ov-ab__shot {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ov-ab__shot.is-active { display: flex; }

.ov-ab__shot img {
  display: block;
  width: 100%;
  max-width: 504px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(45, 75, 120, .2);
}

/* ===== Products ===== */
.ov-prod { padding-top: 60px; }

.ov-prod__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: stretch;
}

.ov-prod__card {
  padding: 50px 32px 32px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(45, 75, 120, .18);
  border: 1px solid #fff;
  margin: 0 6px;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  box-sizing: border-box;
}

.ov-prod__icon {
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  object-fit: contain;
}

.ov-prod__card h3 {
  margin: 36px 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: left;
}

.ov-prod__card p {
  margin: 0 0 24px;
  flex: 1;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* ===== Industries ===== */
.ov-ind { padding-top: 40px; }

.ov-ind__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.ov-ind__card {
  position: relative;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  background: #1a3a7a center / cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  box-sizing: border-box;
}

.ov-ind__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 45%, rgba(0, 20, 60, .55));
}

.ov-ind__card span { position: relative; z-index: 1; }

.ov-ind__cta {
  margin-top: 20px;
  text-align: right;
}

/* ===== Voice ===== */
.ov-voice { padding-top: 40px; }

.ov-voice__card {
  display: flex;
  align-items: flex-end;
  border-radius: 10px;
  overflow: hidden;
}

.ov-voice__cover {
  width: 35%;
  flex: 0 0 35%;
}

.ov-voice__cover img {
  display: block;
  width: 100%;
  height: auto;
}

.ov-voice__body {
  width: 65%;
  min-height: 343px;
  padding: 70px;
  background: #fff;
  box-shadow: 0 2px 21px rgba(22, 58, 100, .16);
  border-radius: 0 10px 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.ov-voice__body h3 {
  margin: 0 0 16px;
  padding-left: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #1a1f36;
  line-height: 1.4;
  background: url("/storage/solutions/overseas/img_yinhao.png") left top / 28px no-repeat;
  min-height: 40px;
  display: flex;
  align-items: flex-end;
}

.ov-voice__body p {
  margin: 0 0 24px;
  flex: 1;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}

.ov-voice__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.ov-voice__bar p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.ov-voice__bar p span:first-child {
  color: var(--ov-blue);
  font-weight: 700;
}

.ov-voice__bar i {
  display: block;
  width: 180px;
  height: 6px;
  background: #dbdfff;
  border-radius: 3px;
}

.ov-voice__bar .ov-more { margin-left: auto; }

/* ===== Partners ===== */
.ov-partners { padding: 40px 0 20px; }

.ov-partners__img {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: auto;
}

/* ===== CTA ===== */
.ov-cta {
  padding: 40px 0 80px;
  background: linear-gradient(0deg, #2a2b2c 50%, #fff 50%);
}

.ov-cta__box {
  border-radius: 10px;
  padding: 60px 24px;
  text-align: center;
  background: #1a2a6e center / cover no-repeat;
  color: #fff;
}

.ov-cta__box h2 {
  margin: 0 0 40px;
  font-size: 26px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 3px;
}

.ov-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 42px;
  padding: 0 28px;
  border-radius: 4px;
  background: #fff;
  color: var(--ov-indigo);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.ov-cta__btn:hover { opacity: .92; color: var(--ov-indigo); }

@media (max-width: 1024px) {
  .ov-ch__desktop { display: none; }
  .ov-ch__mobile { display: block; }
  .ov-ab__wrap { flex-direction: column; }
  .ov-ab__nav {
    width: 100%;
    flex: none;
    display: flex;
    flex-wrap: wrap;
    border-right: 0;
    border-bottom: 1px solid #e5f4ff;
  }
  .ov-ab__tab {
    flex: 1 1 33%;
    height: auto;
    min-height: 72px;
    padding: 12px 8px;
    font-size: 13px;
  }
  .ov-ab__tab.is-active { border-radius: 0; font-size: 14px; }
  .ov-ab__panel { grid-template-columns: 1fr; padding: 28px 20px; }
  .ov-prod__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .ov-prod__card { margin: 0; }
  .ov-ind__grid { grid-template-columns: repeat(3, 1fr); }
  .ov-voice__card { flex-direction: column; }
  .ov-voice__cover,
  .ov-voice__body { width: 100%; flex: none; }
  .ov-voice__body { border-radius: 0 0 10px 10px; padding: 32px 24px; min-height: 0; }
  .ov-hero h1 { font-size: 28px; letter-spacing: 1px; }
  .ov-hero__inner { padding-left: 0; }
  .ov-hero { height: 360px; }
}

@media (max-width: 640px) {
  .ov-prod__grid,
  .ov-ind__grid { grid-template-columns: 1fr; }
  .ov-ab__tab { flex: 1 1 50%; }
  .ov-cta { background: #2a2b2c; }
  .ov-h2 { font-size: 22px; margin-bottom: 28px; }
}
