html, body.home { height: 100%; }
body.home { overflow: hidden; }
.home-swiper { width: 100%; height: 100vh; background: #071523; }
.home-swiper > .swiper-wrapper > .swiper-slide { position: relative; height: 100vh; overflow: hidden; }
.home-swiper > .swiper-pagination { right: 30px; }
.home-swiper > .swiper-pagination .swiper-pagination-bullet { display: block; width: 5px; height: 5px; margin: 15px 0 !important; background: rgba(255,255,255,.7); opacity: 1; transition: .3s; }
.home-swiper > .swiper-pagination .swiper-pagination-bullet-active { height: 35px; border-radius: 5px; background: var(--yellow); }

.hero-swiper, .hero-swiper .swiper-slide { width: 100%; height: 100%; }
.hero-panel { position: relative; color: #fff; background: #061626; }
.hero-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,12,27,.7) 0%, rgba(2,12,27,.22) 50%, rgba(2,12,27,.38) 100%), linear-gradient(0deg, rgba(1,10,21,.42), transparent 45%); }
.hero-image { position: absolute; inset: 0; background: url('../images/hero-city.png') center/cover no-repeat; transform: scale(1.08); transition: transform 6s linear; }
.hero-swiper .swiper-slide-active .hero-image { transform: scale(1); }
.hero-panel.variant-2 .hero-image { background-image: url('../../photo/团队深入小米汽车超级工厂进行调研4.png'); }
.hero-panel.variant-3 .hero-image { background-image: url('../images/reference-style-city-cloud-system.png'); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 13vh; }
.hero-tag { margin-bottom: 23px; color: var(--yellow); font-size: 13px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.hero-content h1 { max-width: 980px; margin: 0; font-size: clamp(48px, 6.5vw, 108px); line-height: .94; font-weight: 500; letter-spacing: -.055em; }
.hero-content h1 small { display: block; margin-top: 18px; font-size: .29em; line-height: 1.3; font-weight: 400; letter-spacing: .09em; }
.hero-brand-title { max-width: 720px !important; }
.hero-brand-title img { width: min(560px, 46vw); height: auto; margin: 0 0 4px; object-fit: contain; object-position: left center; filter: drop-shadow(0 12px 28px rgba(0,0,0,.28)); }
.hero-brand-title b { display: block; font-size: clamp(46px, 5.3vw, 82px); line-height: .98; font-weight: 500; letter-spacing: -.055em; }
.hero-brand-title small { font-size: clamp(17px, 1.7vw, 27px) !important; }
.hero-content p { max-width: 660px; margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.8; }
.hero-brand-panel .hero-image { filter: saturate(.82) brightness(.78); }
.hero-symbol { position: absolute; z-index: 2; right: 7vw; top: 15vh; width: min(330px, 25vw); height: min(330px, 38vh); object-fit: contain; opacity: .92; filter: drop-shadow(0 30px 55px rgba(0,10,24,.42)); }
.hero-brand-content { padding-bottom: 11vh; }
.hero-wordmark-wrap { width: min(670px, 53vw); }
.hero-wordmark { width: 100%; height: auto; object-fit: contain; object-position: left center; filter: drop-shadow(0 15px 28px rgba(0,0,0,.32)); }
.hero-project-name { margin-top: 4px; color: #fff; font-size: clamp(25px, 2.4vw, 40px); font-weight: 400; letter-spacing: .12em; }
.hero-brand-content p { max-width: 630px; margin-top: 22px; }
.hero-swiper .swiper-pagination { left: auto; right: 5vw; bottom: 6.5vh; width: auto; }
.hero-swiper .swiper-pagination-bullet { width: 42px; height: 2px; margin: 0 4px !important; border-radius: 0; background: rgba(255,255,255,.45); opacity: 1; }
.hero-swiper .swiper-pagination-bullet-active { background: var(--yellow); }
.hero-scroll { position: absolute; z-index: 5; right: 5vw; bottom: 10vh; width: 1px; height: 72px; background: rgba(255,255,255,.3); }
.hero-scroll::after { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 35%; background: #fff; animation: scrollLine 2s infinite; }
@keyframes scrollLine { 0% { top: 0; opacity: 0; } 25% { opacity: 1; } 100% { top: 65%; opacity: 0; } }

.home-section { height: 100%; padding-top: var(--header-h); }
.home-section .container { height: 100%; }
.about-home { background: #f4f7fa; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8vw; }
.about-visual { position: relative; height: 67vh; overflow: hidden; }
.about-visual img { height: 100%; object-fit: cover; }
.about-visual::after { content: ""; position: absolute; right: -1px; bottom: -1px; width: 35%; height: 32%; background: #f4f7fa; clip-path: polygon(100% 0, 100% 100%, 0 100%); }
.about-visual::after { display: none; }
.about-copy { padding-right: 3vw; }
.home-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-top: 1px solid var(--line); }
.metric { padding: 28px 18px 0 0; }
.metric strong { display: block; color: var(--blue); font-size: clamp(34px, 3vw, 52px); font-weight: 400; }
.metric span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }

.business-home { color: #fff; background: #071523; }
.business-home::before { content: ""; position: absolute; inset: 0; opacity: .12; background: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 70px 70px; }
.business-wrap { position: relative; display: flex; flex-direction: column; justify-content: center; padding-top: 5vh; }
.business-wrap .section-head { color: #fff; }
.business-wrap .section-desc { color: #71849a; }
.business-grid { display: grid; grid-template-columns: repeat(3, 1fr); height: 52vh; min-height: 370px; }
.business-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 3vw; border: solid rgba(255,255,255,.12); border-width: 1px 0 1px 1px; overflow: hidden; transition: .45s var(--ease); }
.business-card:last-child { border-right-width: 1px; }
.business-card::before { content: ""; position: absolute; inset: 0; opacity: .25; background-position: center; background-size: cover; filter: grayscale(1); transition: .55s; }
.business-card:nth-child(1)::before { background-image: url('../../photo/智能驾驶算法输出.png'); }
.business-card:nth-child(2)::before { background-image: url('../../photo/云平台.jpg'); }
.business-card:nth-child(3)::before { background-image: url('../../photo/车小云的个人助手首页.png'); }
.business-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,17,31,.97), rgba(4,17,31,.15)); }
.business-card:hover { flex-grow: 1.18; }
.business-card:hover::before { opacity: .65; filter: grayscale(0); transform: scale(1.05); }
.business-card > * { position: relative; z-index: 2; }
.business-no { color: var(--yellow); font-size: 12px; letter-spacing: .2em; }
.business-card h3 { margin: 18px 0 10px; font-size: clamp(27px, 2.2vw, 42px); font-weight: 400; }
.business-card p { max-width: 350px; min-height: 47px; margin: 0; color: #8494a7; font-size: 13px; line-height: 1.7; }
.business-go { position: relative; width: 44px; height: 44px; margin-top: 25px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; display: block; font-size: 0; transition: .25s; }
.business-go::before { content: ""; position: absolute; left: 15px; top: 15px; width: 9px; height: 9px; border: solid currentColor; border-width: 1.5px 1.5px 0 0; }
.business-go::after { content: ""; position: absolute; left: 14px; top: 21px; width: 15px; height: 1.5px; background: currentColor; transform: rotate(-45deg); transform-origin: left center; }
.business-card:hover .business-go { color: #071523; border-color: var(--yellow); background: var(--yellow); transform: rotate(5deg); }

.product-home { background: #fff; }
.product-layout { display: grid; grid-template-columns: 34% 66%; align-items: center; }
.product-copy { padding: 0 4vw 0 1vw; }
.product-tabs { margin-top: 42px; }
.product-tab { display: flex; align-items: center; gap: 18px; padding: 16px 0; color: #8490a0; border-bottom: 1px solid var(--line); cursor: pointer; transition: .25s; }
.product-tab b { font-size: 12px; font-weight: 500; }
.product-tab span { font-size: 15px; }
.product-tab.active { color: var(--blue); padding-left: 13px; }
.product-stage { position: relative; height: 75vh; background: linear-gradient(135deg,#edf2f6 0%,#f8fafc 100%); overflow: hidden; }
.product-stage::before { display: none; }
.product-swiper, .product-swiper .swiper-slide { height: 100%; }
.product-item { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 3.5vw; padding: 4.5vw; }
.product-device { position: relative; height: 42vh; display: grid; place-items: center; }
.product-screen::before { content: ""; position: absolute; inset: 8% -3%; border-radius: 24px; background: linear-gradient(145deg,rgba(255,255,255,.9),rgba(218,228,238,.65)); box-shadow: inset 0 0 0 1px rgba(12,43,75,.07); }
.product-screen::before { display: none; }
.product-screen img { position: relative; z-index: 1; width: 100%; max-height: 40vh; object-fit: contain; border: 0; border-radius: 4px; box-shadow: 0 22px 42px rgba(9,27,45,.14); }
.product-screen.algorithm-screen img { width: min(100%, 380px); border: 0; background: transparent; box-shadow: 0 22px 42px rgba(9,27,45,.14); }
.product-screen.phone-screen::before { inset: 3% 18%; border-radius: 36px; }
.product-screen.phone-screen img { width: auto; max-width: 220px; max-height: 43vh; border: 0; border-radius: 8px; box-shadow: 0 20px 38px rgba(9,27,45,.16); }
.device-shell { position: relative; width: min(330px, 26vw); aspect-ratio: 1.45; border-radius: 18px; background: linear-gradient(145deg, #182838, #09131e 72%); box-shadow: -25px 35px 55px rgba(9,27,45,.3), inset 0 0 0 1px rgba(255,255,255,.16); transform: perspective(900px) rotateX(58deg) rotateZ(-28deg); }
.device-shell::before { content: "ZHI XING"; position: absolute; top: 21%; left: 18%; color: rgba(255,255,255,.72); font-size: 13px; letter-spacing: .25em; }
.device-shell::after { content: ""; position: absolute; left: 15%; right: 15%; bottom: 17%; height: 4px; background: linear-gradient(90deg, var(--blue), var(--cyan), var(--yellow)); box-shadow: 0 0 16px var(--cyan); }
.device-rsu { width: 150px; height: 340px; border-radius: 70px 70px 12px 12px; background: linear-gradient(90deg, #d6dde5, #fff 45%, #9da9b5); box-shadow: 0 34px 55px rgba(17,39,62,.25); transform: rotate(-10deg); }
.device-rsu::after { content: ""; position: absolute; left: 31px; top: 56px; width: 88px; height: 15px; border-radius: 12px; background: #143856; box-shadow: 0 35px 0 #143856, 0 70px 0 #143856; }
.product-info h3 { margin: 0 0 20px; font-size: clamp(30px, 2.55vw, 44px); line-height: 1.12; font-weight: 400; }
.product-info p { color: var(--muted); line-height: 1.8; }
.product-swiper .swiper-button-next, .product-swiper .swiper-button-prev { left: auto !important; top: auto; bottom: 4.5vh; width: 48px; height: 48px; margin: 0 !important; color: var(--ink); border: 1px solid rgba(10,22,38,.16); border-radius: 50%; overflow: hidden; background: rgba(255,255,255,.72); backdrop-filter: blur(8px); }
.product-swiper .swiper-button-next { right: 5vw; }
.product-swiper .swiper-button-prev { left: auto; right: calc(5vw + 60px); }
.product-swiper .swiper-button-next::after, .product-swiper .swiper-button-prev::after { display: none; }
.product-swiper .swiper-button-next::before, .product-swiper .swiper-button-prev::before { content: ""; width: 9px; height: 9px; border: solid currentColor; border-width: 1.5px 1.5px 0 0; }
.product-swiper .swiper-button-next::before { transform: translateX(-2px) rotate(45deg); }
.product-swiper .swiper-button-prev::before { transform: translateX(2px) rotate(-135deg); }
.product-swiper .swiper-button-next:hover, .product-swiper .swiper-button-prev:hover { color: #fff; border-color: var(--blue); background: var(--blue); }

.solution-home { color: #fff; background: #0a1725; }
.solution-home .home-section { display: flex; align-items: center; }
.solution-bg { position: absolute; inset: 0; opacity: .5; background: url('../images/reference-style-highway-perception.png') center/cover no-repeat; }
.solution-home::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,17,29,.98) 0%, rgba(6,17,29,.72) 48%, rgba(6,17,29,.38)); }
.solution-content { position: relative; z-index: 2; display: flex; align-items: center; }
.solution-copy { max-width: 700px; }
.solution-copy .section-desc { color: #8392a5; }
.solution-points { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.13); }
.solution-point { padding: 30px 25px 0 0; }
.solution-point b { color: var(--yellow); font-size: 25px; font-weight: 400; }
.solution-point span { display: block; margin-top: 10px; color: #8795a7; font-size: 13px; }

.case-home { background: #eef3f7; }
.case-inner { display: flex; flex-direction: column; justify-content: flex-start; padding-top: calc(var(--header-h) + 34px); }
.case-inner .section-head { flex: 0 0 auto; margin-bottom: 34px; }
.case-swiper { width: 100%; height: calc(100vh - var(--header-h) - 215px); min-height: 390px; }
.case-swiper .swiper-slide { width: 68%; }
.case-card { position: relative; height: 100%; color: #fff; overflow: hidden; }
.case-card img { height: 100%; object-fit: cover; transition: .8s var(--ease); }
.case-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,18,31,.88), transparent 60%); }
.case-card:hover img { transform: scale(1.045); }
.case-text { position: absolute; z-index: 2; left: 3.2vw; right: 3.2vw; bottom: 3vw; display: flex; justify-content: space-between; align-items: end; }
.case-text small { color: var(--yellow); letter-spacing: .16em; }
.case-text h3 { margin: 11px 0 0; font-size: clamp(25px, 2.6vw, 45px); font-weight: 400; }
.case-arrow { position: relative; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 0; transition: .3s; }
.case-arrow::before { content: ""; position: absolute; left: 18px; top: 17px; width: 9px; height: 9px; border: solid currentColor; border-width: 1.5px 1.5px 0 0; }
.case-arrow::after { content: ""; position: absolute; left: 17px; top: 24px; width: 15px; height: 1.5px; background: currentColor; transform: rotate(-45deg); transform-origin: left center; }
.case-card:hover .case-arrow { color: var(--ink); border-color: var(--yellow); background: var(--yellow); transform: rotate(5deg); }
.case-controls { position: absolute; z-index: 5; right: 5vw; top: calc(var(--header-h) + 58px); display: flex; align-items: center; gap: 12px; }
.case-controls .swiper-button-next, .case-controls .swiper-button-prev { position: static; width: 45px; height: 45px; margin: 0; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.8); }
.case-controls .swiper-button-next::after, .case-controls .swiper-button-prev::after { display: none; }
.case-controls .swiper-button-next::before, .case-controls .swiper-button-prev::before { content: ""; width: 8px; height: 8px; border: solid currentColor; border-width: 1.5px 1.5px 0 0; }
.case-controls .swiper-button-next::before { transform: translateX(-2px) rotate(45deg); }
.case-controls .swiper-button-prev::before { transform: translateX(2px) rotate(-135deg); }
.case-fraction { min-width: 68px; font-size: 13px; color: var(--muted); }

.contact-home { background: #071523; }
.contact-home .home-section { display: flex; flex-direction: column; }
.contact-cta { flex: 1; display: flex; align-items: center; color: #fff; }
.contact-cta-row { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.contact-cta h2 { max-width: 900px; margin: 0; font-size: clamp(43px, 5vw, 86px); line-height: 1.04; font-weight: 400; letter-spacing: -.05em; }
.contact-cta h2 em { color: var(--yellow); font-style: normal; }
.contact-circle { position: relative; flex: 0 0 130px; width: 130px; height: 130px; display: grid; place-items: center; padding-bottom: 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; transition: .35s; }
.contact-circle::before { content: ""; position: absolute; left: 55px; bottom: 31px; width: 9px; height: 9px; border: solid currentColor; border-width: 1.5px 1.5px 0 0; }
.contact-circle::after { content: ""; position: absolute; left: 54px; bottom: 36px; width: 17px; height: 1.5px; background: currentColor; transform: rotate(-45deg); transform-origin: left center; }
.contact-circle:hover { color: #071523; border-color: var(--yellow); background: var(--yellow); transform: rotate(-15deg); }

/* Vector masks replace font glyphs so every directional control has the same weight. */
.product-swiper .swiper-button-next::before,
.product-swiper .swiper-button-prev::before,
.case-controls .swiper-button-next::before,
.case-controls .swiper-button-prev::before {
  width: 18px; height: 18px; border: 0; background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M14 7l5 5-5 5' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M14 7l5 5-5 5' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: none;
}
.product-swiper .swiper-button-prev::before,
.case-controls .swiper-button-prev::before { transform: rotate(180deg); }
.product-swiper .swiper-button-next::after,
.product-swiper .swiper-button-prev::after,
.case-controls .swiper-button-next::after,
.case-controls .swiper-button-prev::after { display: none !important; content: none !important; }

.business-go::before, .case-arrow::before, .contact-circle::before {
  width: 18px; height: 18px; border: 0; background: currentColor; transform: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 18 18 6M9 6h9v9' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 18 18 6M9 6h9v9' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}
.business-go::before { left: 13px; top: 13px; }
.case-arrow::before { left: 15px; top: 15px; }
.contact-circle::before { left: 56px; top: auto; bottom: 27px; }
.business-go::after, .case-arrow::after, .contact-circle::after { display: none; }
.contact-home .site-footer { flex: 0 0 auto; }
.contact-home .footer-main { padding-top: 40px; padding-bottom: 35px; }
.contact-home .footer-brand p { display: none; }

/* National vehicle-road-cloud intelligence dashboard */
.intelligence-home { color: #eafaff; background: #03101d; }
.intelligence-home::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 47%, rgba(0,186,255,.14), transparent 39%), radial-gradient(circle at 8% 82%, rgba(26,115,255,.12), transparent 30%), linear-gradient(115deg, rgba(4,18,35,.96), rgba(2,11,22,.98)); }
.ops-grid-bg { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(36,176,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(36,176,255,.12) 1px, transparent 1px); background-size: 56px 56px; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 85%, transparent); mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 85%, transparent); }
.ops-grid-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 49.9%, rgba(61,211,255,.24) 50%, transparent 50.1%), linear-gradient(0deg, transparent 49.9%, rgba(61,211,255,.16) 50%, transparent 50.1%); }
.ops-section { position: relative; z-index: 2; display: grid; grid-template-rows: auto auto minmax(0,1fr); gap: 14px; padding-top: calc(var(--header-h) + 20px); padding-bottom: 22px; }
.ops-heading { display: flex; align-items: end; justify-content: space-between; min-height: 56px; }
.ops-heading .eyebrow { margin-bottom: 7px; color: #37d6ff; font-size: 10px; letter-spacing: .23em; }
.ops-heading h2 { margin: 0; font-size: clamp(25px,2.25vw,40px); line-height: 1; font-weight: 400; letter-spacing: .05em; text-shadow: 0 0 25px rgba(0,190,255,.32); }
.ops-heading-meta { display: flex; align-items: center; gap: 20px; color: #718ca0; font: 10px/1.2 Consolas, monospace; letter-spacing: .08em; }
.ops-heading-meta b { color: #bfefff; font-weight: 500; }
.ops-live { color: #55f2c1; }
.ops-live i { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #3dffba; box-shadow: 0 0 12px #3dffba; animation: ops-pulse 1.5s ease-in-out infinite; }
.ops-demo-tag { padding: 7px 10px; color: #ffe25d; border: 1px solid rgba(255,226,93,.32); background: rgba(255,226,93,.06); }
.ops-kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.ops-kpi { position: relative; min-height: 68px; display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto 1fr; align-items: end; column-gap: 9px; padding: 10px 15px 9px; border: 1px solid rgba(72,188,245,.16); background: linear-gradient(135deg,rgba(15,51,76,.5),rgba(5,24,42,.58)); box-shadow: inset 3px 0 #1fbff1; overflow: hidden; }
.ops-kpi::after { content: ""; position: absolute; right: -20px; top: -32px; width: 90px; height: 90px; border: 1px solid rgba(37,201,255,.12); transform: rotate(45deg); }
.ops-kpi > span { grid-column: 1/-1; color: #7894a8; font-size: 10px; letter-spacing: .08em; }
.ops-kpi strong { color: #f4fdff; font: 500 28px/1 Consolas, monospace; letter-spacing: -.06em; }
.ops-kpi small { padding-bottom: 2px; color: #688497; font-size: 9px; }
.ops-kpi > i { align-self: center; color: #6e8797; font: normal 9px/1 Consolas,monospace; }
.ops-kpi > i.up { color: #45e9ba; }.ops-kpi > i.down { color: #47c9ff; }
.ops-dashboard { min-height: 0; display: grid; grid-template-columns: minmax(180px, .72fr) minmax(470px, 2.25fr) minmax(210px, .82fr); gap: 11px; }
.ops-rail { min-height: 0; display: grid; gap: 11px; }
.ops-rail-left { grid-template-rows: 1.12fr .88fr; }.ops-rail-right { grid-template-rows: 1.2fr .92fr auto; }
.ops-panel, .ops-map-shell { position: relative; border: 1px solid rgba(57,184,241,.19); background: linear-gradient(145deg,rgba(9,35,57,.8),rgba(3,17,31,.84)); box-shadow: inset 0 0 30px rgba(24,144,210,.045), 0 18px 50px rgba(0,0,0,.14); overflow: hidden; }
.ops-panel::before, .ops-map-shell::before { content: ""; position: absolute; z-index: 2; left: -1px; top: -1px; width: 36px; height: 2px; background: #38d7ff; box-shadow: 0 0 10px #38d7ff; }
.ops-panel { min-height: 0; padding: 13px 14px; }
.ops-panel-title { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; padding-bottom: 9px; border-bottom: 1px solid rgba(84,185,229,.13); }
.ops-panel-title span { color: #dff8ff; font-size: 12px; letter-spacing: .09em; }.ops-panel-title small { color: #41657d; font: 9px/1 Consolas,monospace; }
.demand-list { display: grid; gap: 9px; }
.demand-item { display: grid; grid-template-columns: 20px 42px 1fr 24px; align-items: center; gap: 7px; color: #93adbd; font-size: 10px; }
.demand-item > i { color: #3fbce9; font: normal 9px/1 Consolas,monospace; }.demand-item > b { color: #d9f8ff; font: 500 10px/1 Consolas,monospace; text-align: right; }
.demand-bar { height: 4px; background: rgba(60,143,181,.16); overflow: hidden; }.demand-bar span { display: block; width: var(--value); height: 100%; background: linear-gradient(90deg,#1466ff,#32d7ff,#74ffd2); box-shadow: 0 0 8px #22bdff; animation: bar-in .9s var(--ease) both; }
.access-summary { display: flex; align-items: center; gap: 12px; padding: 2px 0 11px; }.access-summary strong { color: #5de8ff; font: 400 44px/1 Consolas,monospace; text-shadow: 0 0 20px rgba(55,220,255,.45); }.access-summary span { color: #a7c5d4; font-size: 11px; line-height: 1.5; }.access-summary em { color: #58788d; font-style: normal; font-size: 8px; }
.access-list { display: grid; gap: 8px; }.access-list span { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; color: #7190a3; font-size: 9px; }.access-list i { width: 5px; height: 5px; border-radius: 50%; box-shadow: 0 0 9px currentColor; }.access-list i.cyan{color:#50efff;background:#50efff}.access-list i.yellow{color:#ffe45f;background:#ffe45f}.access-list i.blue{color:#3f82ff;background:#3f82ff}.access-list b{color:#c9eff8;font:500 10px Consolas,monospace}
.ops-map-shell { min-height: 0; background: radial-gradient(circle at 50% 54%,rgba(18,105,151,.2),transparent 48%), rgba(2,15,28,.8); }
.ops-map-shell::after { content: ""; position: absolute; z-index: 0; left: 12%; right: 12%; bottom: 8%; height: 18%; border-radius: 50%; border: 1px solid rgba(50,208,255,.24); transform: perspective(300px) rotateX(65deg); box-shadow: 0 0 50px rgba(15,161,222,.12), inset 0 0 35px rgba(24,189,255,.08); }
.ops-map-toolbar { position: absolute; z-index: 5; left: 17px; right: 17px; top: 13px; display: flex; align-items: start; justify-content: space-between; }
.ops-map-toolbar strong { display: block; color: #dffaff; font-size: 12px; font-weight: 500; letter-spacing: .1em; }.ops-map-toolbar span { display: block; margin-top: 4px; color: #4e7288; font-size: 8px; }
.ops-mode-tabs { display: flex; border: 1px solid rgba(52,194,245,.2); background: rgba(2,16,29,.8); }.ops-mode-tabs button { padding: 7px 10px; color: #658399; border: 0; border-right: 1px solid rgba(52,194,245,.13); background: none; font: 9px/1 sans-serif; cursor: pointer; }.ops-mode-tabs button:last-child{border:0}.ops-mode-tabs button.active{color:#05131e;background:#4cddff;box-shadow:0 0 16px rgba(65,217,255,.32)}
.china-ops-map { position: absolute; z-index: 1; inset: 42px 4px 22px; }
.map-scan-line { position: absolute; z-index: 3; left: 12%; right: 12%; top: 28%; height: 1px; pointer-events: none; background: linear-gradient(90deg,transparent,rgba(61,229,255,.8),transparent); box-shadow: 0 0 16px #31d7ff; animation: map-scan 5s linear infinite; opacity: .6; }
.map-corner { position: absolute; z-index: 4; width: 23px; height: 23px; pointer-events:none }.map-corner::before,.map-corner::after{content:"";position:absolute;background:#39d9ff;box-shadow:0 0 8px #39d9ff}.map-corner::before{width:23px;height:1px}.map-corner::after{width:1px;height:23px}.map-corner-a{left:8px;top:8px}.map-corner-b{right:8px;bottom:8px;transform:rotate(180deg)}
.ops-map-legend { position: absolute; z-index: 5; left: 16px; bottom: 19px; display: flex; align-items: center; gap: 6px; color: #5d7c90; font-size: 8px; }.ops-map-legend i { width: 82px; height: 4px; background: linear-gradient(90deg,#123156,#0067b4,#00d5e8,#ffe35a); }.ops-map-legend em { margin-left: 10px; color: #80a3b5; font-style: normal; }.ops-map-legend em::first-letter{color:#58f3ff}
.ops-data-note { position: absolute; z-index: 5; right: 13px; bottom: 14px; color: rgba(99,137,157,.62); font: 7px/1 Consolas,monospace; letter-spacing: .04em; }
.region-score-row { display: grid; grid-template-columns: 86px 1fr; align-items: center; gap: 12px; }.risk-gauge { --score:78; position:relative; width: 78px; aspect-ratio:1; display:grid; place-items:center; border-radius:50%; background: conic-gradient(#42e7ff calc(var(--score)*1%),rgba(36,96,126,.18) 0); filter:drop-shadow(0 0 10px rgba(53,220,255,.2)); }.risk-gauge::before{content:"";position:absolute;width:65px;aspect-ratio:1;border-radius:50%;background:#071b2c;box-shadow:inset 0 0 13px rgba(50,203,255,.12)}.risk-gauge>div{position:relative;text-align:center}.risk-gauge strong{display:block;color:#eafcff;font:400 23px/1 Consolas,monospace}.risk-gauge span{display:block;margin-top:4px;color:#557488;font-size:7px}
.region-metrics { display:grid; gap:7px }.region-metrics span { display:flex; justify-content:space-between; color:#66899d; font-size:9px; padding-bottom:5px; border-bottom:1px solid rgba(66,151,190,.11)}.region-metrics b{color:#d7f8ff;font:500 10px Consolas,monospace}.region-metrics b i{font-style:normal}.region-panel p{position:relative;z-index:2;margin:12px 0 0;color:#7896a8;font-size:9px;line-height:1.65}
.factor-grid{display:grid;gap:9px}.factor-grid>div{display:grid;grid-template-columns:52px 1fr 20px;align-items:center;gap:7px;color:#6f8da0;font-size:8px}.factor-grid b{height:3px;background:rgba(57,136,173,.17)}.factor-grid b::before{content:"";display:block;width:var(--factor);height:100%;background:linear-gradient(90deg,#1c74ff,#3ce1ff);box-shadow:0 0 6px #2fc7ff}.factor-grid em{color:#b7dce7;font:normal 8px Consolas,monospace;text-align:right}
.ops-ticker { min-height: 34px; display:flex; align-items:center; border:1px solid rgba(255,219,72,.16); background:rgba(255,215,56,.045); overflow:hidden }.ops-ticker span{align-self:stretch;display:grid;place-items:center;padding:0 9px;color:#07131f;background:#ffe266;font-size:8px;font-weight:700;white-space:nowrap}.ops-ticker p{margin:0;padding:0 9px;color:#9a9070;font-size:8px;line-height:1.3}
@keyframes ops-pulse{50%{opacity:.35;transform:scale(.78)}}@keyframes map-scan{0%{top:23%;opacity:0}15%{opacity:.75}85%{opacity:.5}100%{top:78%;opacity:0}}@keyframes bar-in{from{width:0}}

@media (max-width: 900px) {
  body.home { overflow: auto; }
  .home-swiper { height: auto; }
  .home-swiper > .swiper-wrapper { display: block; }
  .home-swiper > .swiper-wrapper > .swiper-slide { height: auto; min-height: 100vh; }
  .home-swiper > .swiper-pagination { display: none; }
  .hero-swiper { height: 100vh; }
  .hero-symbol { right: -5vw; top: 16vh; width: min(300px, 42vw); opacity: .62; }
  .hero-wordmark-wrap { width: min(590px, 78vw); }
  .home-section { min-height: 100vh; padding: 110px 0 70px; }
  .about-layout, .product-layout { grid-template-columns: 1fr; }
  .about-visual { height: 42vh; order: 2; }
  .about-copy { padding: 30px 0 0; }
  .business-grid { height: auto; grid-template-columns: 1fr; }
  .business-card { min-height: 240px; padding: 30px; border-width: 1px 1px 0; }
  .business-card:last-child { border-bottom-width: 1px; }
  .product-copy { padding: 0 0 30px; }
  .product-stage { height: 68vh; }
  .case-swiper { height: 55vh; }
  .case-swiper .swiper-slide { width: 85%; }
  .contact-cta { padding: 110px 0 70px; }
  .intelligence-home { min-height: auto !important; }
  .ops-section { display: block; padding-top: 105px; padding-bottom: 60px; }
  .ops-heading { display: block; }.ops-heading-meta { margin-top: 16px; flex-wrap: wrap; gap: 10px; }
  .ops-kpis { grid-template-columns: 1fr 1fr; margin: 18px 0 12px; }
  .ops-dashboard { display: grid; grid-template-columns: 1fr; }
  .ops-map-shell { min-height: 600px; grid-row: 1; }.ops-rail { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }.ops-rail-right{grid-template-columns:1fr 1fr}.ops-ticker{grid-column:1/-1}
}

@media (max-width: 560px) {
  .hero-content { padding-bottom: 105px; }
  .hero-content h1 { font-size: 47px; }
  .hero-brand-title img { width: min(390px, 88vw); }
  .hero-brand-title b { font-size: 48px; }
  .hero-content p { font-size: 14px; }
  .hero-symbol { top: 14vh; right: -16vw; width: 62vw; opacity: .4; }
  .hero-wordmark-wrap { width: 88vw; }
  .hero-project-name { font-size: 22px; letter-spacing: .08em; }
  .hero-swiper .swiper-pagination { left: 20px; right: auto; }
  .home-metrics { grid-template-columns: 1fr 1fr; }
  .product-stage { height: 650px; }
  .product-item { grid-template-columns: 1fr; padding: 55px 25px 90px; }
  .product-device { height: 270px; }
  .device-shell { width: 230px; }
  .device-rsu { height: 260px; width: 115px; }
  .solution-points { grid-template-columns: 1fr; }
  .case-swiper .swiper-slide { width: 92%; }
  .case-controls { top: 145px; right: 20px; }
  .contact-cta-row { display: block; }
  .contact-circle { margin-top: 40px; }
  .ops-kpis { grid-template-columns: 1fr; }.ops-kpi{min-height:72px}.ops-rail,.ops-rail-right{grid-template-columns:1fr}.ops-ticker{grid-column:auto}.ops-map-shell{min-height:520px}.ops-map-toolbar{display:block}.ops-mode-tabs{margin-top:10px;width:max-content}.china-ops-map{inset:78px 0 30px}.ops-data-note{left:14px;right:14px;bottom:8px;line-height:1.4}.ops-map-legend{bottom:29px}.ops-map-legend em{display:none}
}

/* Homepage background refresh: one visual language, distinct scenes. */
.about-home, .product-home, .case-home { position: relative; isolation: isolate; overflow: hidden; }
.about-home .home-section, .product-home .home-section, .case-home .home-section { position: relative; z-index: 1; }
.about-home::before, .product-home::before, .case-home::before {
  content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(13,116,218,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(13,116,218,.055) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: radial-gradient(ellipse at 85% 50%, #000, transparent 65%);
  mask-image: radial-gradient(ellipse at 85% 50%, #000, transparent 65%);
}
.about-home::after { content:""; position:absolute; z-index:0; right:-11vw; bottom:-18vh; width:min(58vw,850px); aspect-ratio:1; border:1px solid rgba(0,143,255,.13); border-radius:50%; box-shadow:0 0 0 60px rgba(0,143,255,.025),0 0 0 120px rgba(0,143,255,.018); }
.business-home { background: radial-gradient(ellipse at 56% 45%, rgba(0,163,255,.16), transparent 35%), #030f1d; }
.business-home::before { opacity: .19; background-size: 48px 48px; -webkit-mask-image: radial-gradient(ellipse at center, #000 15%, transparent 73%); mask-image: radial-gradient(ellipse at center, #000 15%, transparent 73%); }
.product-home { background: linear-gradient(115deg, #f8fbff 0%, #eef6fb 49%, #f9fcff 100%); }
.product-stage { background: radial-gradient(circle at 61% 52%, rgba(0,191,255,.14), transparent 33%), linear-gradient(135deg,#edf5fa 0%,#f9fcff 62%,#e6f2f8 100%); }
.product-stage::after { content:""; position:absolute; inset:0; pointer-events:none; opacity:.5; background:repeating-linear-gradient(90deg,transparent 0 70px,rgba(0,115,220,.08) 71px),repeating-linear-gradient(0deg,transparent 0 70px,rgba(0,115,220,.06) 71px); -webkit-mask-image:radial-gradient(circle at 55% 45%,#000,transparent 62%);mask-image:radial-gradient(circle at 55% 45%,#000,transparent 62%); }
.solution-home { background: #020d1b; }
.solution-bg { opacity: .28; filter: saturate(1.25) contrast(1.1); transform: scale(1.05); }
.solution-home::before { content:""; position:absolute; inset:0; opacity:.45; background:repeating-linear-gradient(90deg,transparent 0 78px,rgba(84,210,255,.13) 79px),repeating-linear-gradient(0deg,transparent 0 78px,rgba(84,210,255,.1) 79px); -webkit-mask-image:radial-gradient(ellipse at 72% 50%,#000,transparent 66%);mask-image:radial-gradient(ellipse at 72% 50%,#000,transparent 66%); }
.case-home { background: linear-gradient(145deg,#edf5f9,#f8fbfd 56%,#eaf3f8); }
.contact-home { background: radial-gradient(ellipse at 75% 42%,rgba(0,156,255,.15),transparent 31%), radial-gradient(ellipse at 20% 115%,rgba(21,71,255,.2),transparent 35%), #030d1a; }
.contact-home::before { content:""; position:absolute; inset:0; opacity:.22; pointer-events:none; background:linear-gradient(90deg,rgba(91,225,255,.17) 1px,transparent 1px),linear-gradient(rgba(91,225,255,.17) 1px,transparent 1px); background-size:58px 58px; -webkit-mask-image:radial-gradient(ellipse at 68% 36%,#000,transparent 64%);mask-image:radial-gradient(ellipse at 68% 36%,#000,transparent 64%); }

/* Homepage map: clearer state, keyboard controls and responsive touch behavior. */
.ops-map-toolbar { gap: 12px; }
.ops-map-actions { display: flex; align-items: stretch; gap: 7px; }
.ops-map-reset { min-width: 42px; padding: 0 9px; color: #7da3b7; border: 1px solid rgba(52,194,245,.2); background: rgba(2,16,29,.8); font: 9px/1 sans-serif; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.ops-map-reset:hover { color: #dffaff; border-color: rgba(76,221,255,.55); background: rgba(21,91,123,.48); }
.ops-map-reset:focus-visible, .ops-mode-tabs button:focus-visible, .region-picker:focus-visible, .map-state button:focus-visible { outline: 2px solid #ffe45f; outline-offset: 2px; }
.ops-mode-tabs button { min-height: 28px; white-space: nowrap; }
.ops-map-shell[data-mode="risk"] .ops-map-legend i { background: linear-gradient(90deg,#0a475b,#00aab7,#ffb338,#ff4e4d); }
.ops-map-shell[data-mode="cost"] .ops-map-legend i { background: linear-gradient(90deg,#0a435f,#2591be,#b069e9,#ff529c); }
.region-picker { position: relative; z-index: 3; width: 100%; height: 29px; margin: -2px 0 10px; padding: 0 28px 0 9px; color: #a9cedd; border: 1px solid rgba(68,188,234,.18); border-radius: 0; background: #071c2d; font-size: 9px; cursor: pointer; color-scheme: dark; }
.map-state { position: absolute; z-index: 7; inset: 44px 4px 22px; display: grid; align-content: center; justify-items: center; gap: 8px; padding: 24px; color: #7fa3b7; text-align: center; background: radial-gradient(circle at center,rgba(9,49,74,.94),rgba(2,15,28,.96) 62%); }
.map-state[hidden] { display: none; }
.map-state strong { color: #dffaff; font-size: 12px; font-weight: 500; letter-spacing: .08em; }
.map-state span { max-width: 300px; margin: 0; color: #5f8195; font-size: 9px; line-height: 1.6; }
.map-state-spinner { width: 26px; height: 26px; border: 2px solid rgba(71,215,255,.17); border-top-color: #4cddff; border-radius: 50%; animation: map-loading .8s linear infinite; box-shadow: 0 0 16px rgba(76,221,255,.18); }
.map-state button { margin-top: 4px; padding: 7px 13px; color: #03131e; border: 0; background: #4cddff; font-size: 9px; cursor: pointer; }
.map-state.is-error .map-state-spinner { display: none; }
@keyframes map-loading { to { transform: rotate(360deg); } }

@media (max-width: 1180px) and (min-width: 901px) {
  .ops-map-toolbar { display: block; }
  .ops-map-actions { margin-top: 9px; }
  .china-ops-map, .map-state { top: 78px; }
}

@media (max-width: 560px) {
  .ops-map-actions { justify-content: space-between; margin-top: 10px; }
  .ops-map-actions .ops-mode-tabs { width: auto; margin-top: 0; }
  .ops-mode-tabs button { padding: 7px 8px; }
  .ops-map-reset { min-width: 40px; padding: 0 7px; }
  .map-state { inset: 78px 0 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .map-scan-line, .map-state-spinner, .demand-bar span { animation: none; }
}

/* Enlarged two-level map experience: country -> province cities. */
.ops-section.container { width: min(1520px, 95vw); }
.ops-section { gap: 12px; padding-top: calc(var(--header-h) + 16px); padding-bottom: 18px; }
.ops-dashboard { grid-template-columns: minmax(190px,.62fr) minmax(560px,2.75fr) minmax(230px,.78fr); gap: 12px; }
.ops-panel { padding: 15px 16px; }
.ops-panel-title { margin-bottom: 13px; }
.ops-panel-title span { font-size: 13px; }
.ops-panel-title small { font-size: 9.5px; }
.demand-list { gap: 11px; }
.demand-item { grid-template-columns: 22px 48px 1fr 30px; gap: 8px; font-size: 11px; }
.demand-item { width: 100%; padding: 0; color: #93adbd; border: 0; background: none; text-align: left; cursor: pointer; }
.demand-item > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.demand-item:hover > span { color: #dffaff; }
.demand-item:focus-visible { outline: 2px solid #ffe45f; outline-offset: 3px; }
.demand-item > i, .demand-item > b { font-size: 10.5px; }
.demand-bar { height: 5px; }
.ops-map-toolbar { top: 12px; left: 18px; right: 18px; align-items: center; }
.ops-map-toolbar strong { font-size: 14px; letter-spacing: .08em; }
.ops-map-toolbar span { margin-top: 5px; font-size: 10px; }
.ops-map-heading { min-width: 170px; }
.map-breadcrumb { display: flex; align-items: center; gap: 6px; min-height: 13px; margin-bottom: 4px; color: #5b879e; font: 9px/1 Consolas,monospace; letter-spacing: .08em; }
.map-breadcrumb b { color: #42dfff; font-weight: 500; }
.map-breadcrumb i { color: #365b71; font-style: normal; }
.map-breadcrumb em { color: #9ac6d6; font-style: normal; }
.ops-mode-tabs button { min-height: 31px; padding: 8px 11px; font-size: 10px; }
.ops-map-reset { min-width: 64px; font-size: 10px; }
.ops-map-reset[hidden] { display: none; }
.china-ops-map { inset: 64px 3px 24px; }
.map-state { inset: 64px 3px 24px; }
.map-scan-line { display: none; }
.ops-map-legend { bottom: 19px; font-size: 9px; }
.ops-map-legend i { width: 96px; height: 5px; }
.ops-data-note { bottom: 13px; font-size: 7.5px; }
.map-summary-panel { padding: 13px 15px; }
.map-summary-panel .ops-panel-title { margin-bottom: 9px; padding-bottom: 7px; }
.map-scope-lead { display: flex; align-items: center; gap: 8px; margin: 0 0 8px; }
.map-scope-lead strong { color: #5de8ff; font: 400 23px/1 Consolas,monospace; }
.map-scope-lead span { color: #688a9e; font-size: 8px; line-height: 1.3; }
.map-scope-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; margin-bottom: 8px; }
.map-scope-stats span { display: block; padding: 6px 2px; color: #789aac; border: 1px solid rgba(66,151,190,.12); font-size: 8px; text-align: center; }
.map-scope-stats b { display: block; margin-top: 3px; color: #dff8ff; font: 500 11px Consolas,monospace; }
.map-filter-group { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; }
.map-filter-group button { min-height: 30px; padding: 0 1px; color: #708fa2; border: 1px solid rgba(67,183,226,.16); background: rgba(4,27,45,.72); font-size: 8px; line-height: 1.15; cursor: pointer; }
.map-filter-group button:hover { color: #dffaff; border-color: rgba(76,221,255,.45); }
.map-filter-group button.active { color: #061722; border-color: #4cddff; background: #4cddff; box-shadow: 0 0 14px rgba(76,221,255,.22); }
.map-filter-group button:focus-visible { outline: 2px solid #ffe45f; outline-offset: 2px; }
.map-empty-result { margin: 8px 0 0; color: #66889c; font-size: 10px; line-height: 1.6; }
.region-picker { height: 33px; margin-bottom: 12px; font-size: 10px; }
.region-score-row { grid-template-columns: 92px 1fr; gap: 13px; }
.risk-gauge { width: 84px; }
.risk-gauge::before { width: 70px; }
.risk-gauge strong { font-size: 25px; }
.risk-gauge span { font-size: 8px; }
.region-metrics { gap: 8px; }
.region-metrics span { font-size: 10px; }
.region-metrics b { font-size: 11px; }
.region-panel p { margin-top: 13px; color: #87a8b9; font-size: 10px; line-height: 1.7; }
.factor-grid { gap: 10px; }
.factor-grid > div { grid-template-columns: 58px 1fr 23px; font-size: 9px; }
.factor-grid em { font-size: 9px; }
.ops-ticker span, .ops-ticker p { font-size: 9px; }

@media (max-width: 1180px) and (min-width: 901px) {
  .ops-dashboard { grid-template-columns: minmax(175px,.65fr) minmax(500px,2.6fr) minmax(215px,.8fr); }
  .ops-map-toolbar { align-items: flex-start; }
  .china-ops-map, .map-state { top: 94px; }
}

@media (max-width: 900px) {
  .ops-section.container { width: min(92vw, 760px); }
  .ops-dashboard { grid-template-columns: 1fr; }
  .ops-map-shell { min-height: 650px; }
  .china-ops-map, .map-state { top: 68px; }
}

@media (max-width: 560px) {
  .ops-map-shell { min-height: 610px; }
  .ops-map-toolbar { left: 12px; right: 12px; }
  .ops-map-toolbar strong { font-size: 13px; }
  .ops-map-toolbar span { font-size: 9px; }
  .ops-map-actions { gap: 5px; }
  .ops-mode-tabs button { min-height: 30px; padding: 7px 7px; font-size: 9px; }
  .ops-map-reset { min-width: 58px; padding: 0 6px; font-size: 9px; }
  .china-ops-map, .map-state { top: 106px; bottom: 34px; }
  .ops-map-legend { bottom: 31px; }
  .ops-map-legend i { width: 76px; }
}
