:root {
  --wy-bg: #060b14;
  --wy-bg-soft: #0b1422;
  --wy-bg-panel: rgba(10, 20, 34, 0.78);
  --wy-bg-panel-strong: rgba(12, 24, 40, 0.92);
  --wy-line: rgba(108, 191, 255, 0.18);
  --wy-line-strong: rgba(108, 191, 255, 0.34);
  --wy-text: #f4f8ff;
  --wy-text-soft: rgba(244, 248, 255, 0.72);
  --wy-text-muted: rgba(244, 248, 255, 0.5);
  --wy-cyan: #70e4ff;
  --wy-cyan-strong: #1fb8ff;
  --wy-orange: #ff8b2c;
  --wy-orange-strong: #ff6a00;
  --wy-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --wy-glow: 0 0 0 1px rgba(112, 228, 255, 0.16), 0 18px 50px rgba(2, 10, 28, 0.55);
  --wy-radius-lg: 28px;
  --wy-radius-md: 20px;
  --wy-radius-sm: 14px;
  --wy-container: 1240px;
  --wy-container-wide: 1320px;
  --wy-pad: clamp(18px, 3vw, 40px);
  --wy-pad-lg: clamp(24px, 4vw, 48px);
  --wy-gap: clamp(18px, 2vw, 28px);
  --wy-hero-top: 120px;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--wy-text);
  font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(31, 184, 255, 0.12), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(255, 106, 0, 0.08), transparent 20%),
    linear-gradient(180deg, #07101c 0%, #060b14 45%, #081120 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(112, 228, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 228, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.18));
}

main {
  display: block;
  padding-top: var(--wy-hero-top);
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.block {
  display: block;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.w--100 {
  width: 100%;
}

.h--100 {
  height: 100%;
}

.nowrap {
  white-space: nowrap;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-wrap {
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

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

.justify-center {
  justify-content: center;
}

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

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 700;
}

.text-xl {
  font-size: 20px;
}

.text-ABC {
  text-transform: uppercase;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.z-index-9999 {
  z-index: 9999;
}

.margin-top-xs {
  margin-top: 8px;
}

.margin-top-sm {
  margin-top: 12px;
}

.margin-top-lg {
  margin-top: 24px;
}

.margin-top-xl {
  margin-top: 36px;
}

.margin-bottom-xs {
  margin-bottom: 8px;
}

.margin-bottom-sm {
  margin-bottom: 12px;
}

.margin-bottom-lg {
  margin-bottom: 24px;
}

.margin-bottom-xl {
  margin-bottom: 36px;
}

.margin-left-lg {
  margin-left: 24px;
}

.margin-left-xl {
  margin-left: 36px;
}

.margin-lr-xs {
  margin-left: 8px;
  margin-right: 8px;
}

.opacity--4 {
  opacity: 0.4;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.row > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

.col-12 {
  width: 100%;
}

.col-lg-3,
.col-lg-5,
.col-lg-6,
.col-lg-7 {
  width: 100%;
}

.wy26-site-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.wy26-container,
.wy26-shell,
.container {
  width: min(calc(100% - (var(--wy-pad) * 2)), var(--wy-container));
  margin-left: auto;
  margin-right: auto;
}

.wy26-container-wide {
  width: min(calc(100% - (var(--wy-pad) * 2)), var(--wy-container-wide));
  margin-left: auto;
  margin-right: auto;
}

.max-width-1600 {
  max-width: none;
  width: min(calc(100% - (var(--wy-pad) * 2)), var(--wy-container-wide));
  margin-left: auto;
  margin-right: auto;
}

.mobile-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.margin-top-80 {
  margin-top: clamp(40px, 6vw, 80px);
}

.margin-top-120 {
  margin-top: clamp(64px, 9vw, 120px);
}

.padding-tb-xl {
  padding-top: clamp(44px, 6vw, 84px);
  padding-bottom: clamp(44px, 6vw, 84px);
}

.wy26-section {
  margin-top: clamp(58px, 8vw, 108px);
}

.wy26-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 3vw, 34px);
}

.wy26-section-copy {
  max-width: 720px;
}

.wy26-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(112, 228, 255, 0.18);
  border-radius: 999px;
  color: var(--wy-cyan);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  background: rgba(7, 19, 33, 0.74);
}

.wy26-section-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wy-cyan), #fff);
  box-shadow: 0 0 14px rgba(112, 228, 255, 0.6);
}

.wy26-section-title {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.wy26-section-sub {
  margin-top: 14px;
  color: var(--wy-text-soft);
  font-size: 15px;
  line-height: 1.9;
}

.wy26-gradient-text {
  background: linear-gradient(120deg, #ffffff 0%, #8feeff 35%, #1fb8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wy26-muted {
  color: var(--wy-text-muted);
}

.wy26-panel,
.wy26-card,
.wy26-product-card,
.wy26-solution-card,
.wy26-tech-card,
.wy26-news-card,
.wy26-plist-card,
.wy26-contact-info-card,
.wy26-contact-form-card,
.wy26-about-wrap,
.wy26-news-detail-wrap,
.wy26-detail-content,
.wy26-pdetail-info,
.wy26-cta-banner,
.wy26-map-wrap,
.wy26-feature-card,
.wy26-partner-card {
  position: relative;
  border: 1px solid var(--wy-line);
  background: linear-gradient(180deg, rgba(15, 25, 40, 0.92) 0%, rgba(9, 16, 28, 0.92) 100%);
  border-radius: var(--wy-radius-md);
  box-shadow: var(--wy-shadow);
  overflow: hidden;
}

.wy26-panel::before,
.wy26-card::before,
.wy26-product-card::before,
.wy26-solution-card::before,
.wy26-tech-card::before,
.wy26-news-card::before,
.wy26-plist-card::before,
.wy26-contact-info-card::before,
.wy26-contact-form-card::before,
.wy26-about-wrap::before,
.wy26-news-detail-wrap::before,
.wy26-detail-content::before,
.wy26-pdetail-info::before,
.wy26-cta-banner::before,
.wy26-map-wrap::before,
.wy26-feature-card::before,
.wy26-partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(112, 228, 255, 0.08), transparent 38%),
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.10), transparent 24%);
}

.wy26-btn-primary,
.wy26-btn-outline,
.wy26-card-btn,
.wy26-price-btn,
.wy26-download-btn,
.wy26-contact-btn,
.wy26-cta-btn,
.wy26-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.wy26-btn-primary,
.wy26-card-btn,
.wy26-contact-btn,
.wy26-cta-btn,
.wy26-price-btn {
  border: 1px solid rgba(255, 165, 105, 0.4);
  color: #fff !important;
  background: linear-gradient(135deg, var(--wy-orange), var(--wy-orange-strong));
  box-shadow: 0 12px 30px rgba(255, 106, 0, 0.22);
}

.wy26-btn-outline,
.wy26-download-btn,
.wy26-more-btn {
  border: 1px solid var(--wy-line-strong);
  color: var(--wy-text);
  background: rgba(6, 13, 23, 0.36);
}

.wy26-btn-primary:hover,
.wy26-btn-outline:hover,
.wy26-card-btn:hover,
.wy26-price-btn:hover,
.wy26-download-btn:hover,
.wy26-contact-btn:hover,
.wy26-cta-btn:hover,
.wy26-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--wy-glow);
}

.wy26-nav {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 9990;
  background: transparent;
  border: 0;
}

.wy26-nav.scrolled {
}

.wy26-nav-inner {
  width: min(calc(100% - (var(--wy-pad) * 2)), var(--wy-container));
  min-height: 78px;
  margin: 0 auto;
  padding: 16px 20px 16px 22px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  column-gap: 16px;
  border-radius: 22px;
  border: 1px solid rgba(112, 228, 255, 0.16);
  background: rgba(7, 15, 28, 0.7);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  transition: min-height 0.28s ease, padding 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.wy26-nav.scrolled .wy26-nav-inner {
  min-height: 66px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(8, 16, 28, 0.88);
  border-color: rgba(112, 228, 255, 0.24);
}

.topLogoBox {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.wy26-logo-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(31, 184, 255, 0.95), rgba(112, 228, 255, 0.35)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 18px 40px rgba(31, 184, 255, 0.22);
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.wy26-logo-icon::before,
.wy26-logo-icon::after {
  position: absolute;
}

.wy26-logo-icon::before {
  content: "WY";
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  background: none;
}

.wy26-logo-icon::after {
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  z-index: 1;
}

.wy26-logo-text {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.desktop-menu {
  gap: clamp(4px, 0.6vw, 12px);
  min-width: 0;
  overflow: hidden;
  justify-content: center;
}

.wy26-nav-item {
  position: relative;
  padding: 10px 3px;
  color: var(--wy-text-soft);
  font-size: clamp(13px, 0.76vw, 15px);
  transition: color 0.25s ease;
  white-space: nowrap;
}

.wy26-nav-item::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--wy-cyan), #ffffff, var(--wy-cyan));
  transition: left 0.25s ease, right 0.25s ease;
}

.wy26-nav-item:hover,
.wy26-nav-active {
  color: #fff;
}

.wy26-nav-item:hover::after,
.wy26-nav-active::after {
  left: 0;
  right: 0;
}

.wy26-contact-btn {
  padding-left: 18px;
  padding-right: 18px;
  white-space: nowrap;
}

.wy26-contact-btn span {
  white-space: nowrap;
}

.mobile-menu-btn {
  display: none;
}

.hamburger {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  border: 1px solid rgba(112, 228, 255, 0.18);
  background: rgba(8, 17, 29, 0.78);
}

.hamburger span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hamburger span:nth-child(1) {
  transform: translateY(-6px);
}

.hamburger span:nth-child(3) {
  transform: translateY(6px);
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: var(--wy-pad);
  right: var(--wy-pad);
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(112, 228, 255, 0.16);
  background: rgba(8, 16, 28, 0.95);
  backdrop-filter: blur(16px);
  box-shadow: var(--wy-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.mobile-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-menu .wy26-nav-item {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
}

.mobile-menu .wy26-nav-item::after {
  display: none;
}

.wy26-hero {
  position: relative;
  width: min(calc(100% - (var(--wy-pad) * 2)), var(--wy-container));
  margin: 26px auto 34px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.wy26-hero-frame {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 36px;
  border: 1px solid rgba(112, 228, 255, 0.12);
  background: linear-gradient(180deg, rgba(8, 16, 28, 0.58), rgba(8, 16, 28, 0.18));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.wy26-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: clamp(22px, 3vw, 30px);
  align-items: stretch;
}

.wy26-hero-main,
.wy26-hero-side {
  min-height: clamp(420px, 60vw, 700px);
}

.wy26-hero-main {
  padding: clamp(34px, 5vw, 54px);
  border-radius: 34px;
  border: 1px solid rgba(112, 228, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(7, 18, 32, 0.78), rgba(9, 17, 28, 0.92)),
    center/cover no-repeat;
  box-shadow: var(--wy-shadow);
  position: relative;
  overflow: hidden;
}

.wy26-hero-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(4, 10, 20, 0.28), rgba(4, 10, 20, 0.8)),
    radial-gradient(circle at 10% 10%, rgba(112, 228, 255, 0.12), transparent 30%);
}

.wy26-hero-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.wy26-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(5, 17, 30, 0.68);
  border: 1px solid rgba(112, 228, 255, 0.18);
  color: var(--wy-cyan);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wy26-banner-title {
  margin: 26px 0 0;
  max-width: 8.5em;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-break: break-word;
}

.wy26-banner-desc {
  margin-top: 22px;
  color: var(--wy-text-soft);
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.9;
  max-width: 520px;
}

.wy26-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.wy26-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
  max-width: 520px;
}

.wy26-metric {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(112, 228, 255, 0.14);
  background: rgba(4, 12, 21, 0.46);
}

.wy26-metric-value {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 700;
  line-height: 1;
}

.wy26-metric-label {
  margin-top: 8px;
  color: var(--wy-text-muted);
  font-size: 13px;
  letter-spacing: 0.06em;
}

.wy26-hero-side {
  display: grid;
  gap: 18px;
}

.wy26-side-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid var(--wy-line);
  background: linear-gradient(180deg, rgba(12, 23, 38, 0.92), rgba(8, 15, 28, 0.96));
  box-shadow: var(--wy-shadow);
  position: relative;
  overflow: hidden;
}

.wy26-side-card.strong {
  min-height: 250px;
}

.wy26-side-card h3 {
  margin: 14px 0 0;
  font-size: 24px;
}

.wy26-side-card p {
  margin: 14px 0 0;
  color: var(--wy-text-soft);
  line-height: 1.85;
}

.wy26-side-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  margin: 8px 8px 0 0;
  border-radius: 999px;
  border: 1px solid rgba(112, 228, 255, 0.14);
  background: rgba(112, 228, 255, 0.05);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.wy26-stats-bar {
  margin-top: 22px;
}

.wy26-stats-inner {
  width: min(calc(100% - (var(--wy-pad) * 2)), var(--wy-container));
  margin: 0 auto;
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  border-radius: 26px;
  background: rgba(8, 15, 28, 0.78);
  border: 1px solid rgba(112, 228, 255, 0.12);
  box-shadow: var(--wy-shadow);
}

.wy26-stat-item {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(112, 228, 255, 0.08);
}

.wy26-stat-num {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1;
}

.wy26-stat-unit {
  margin-left: 2px;
  color: var(--wy-cyan);
}

.wy26-stat-label {
  margin-top: 10px;
  color: var(--wy-text-muted);
  font-size: 13px;
}

.wy26-grid-4,
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--wy-gap);
}

.wy26-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--wy-gap);
}

.wy26-grid-2,
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--wy-gap);
}

.wy26-product-card,
.wy26-solution-card,
.wy26-tech-card {
  padding: 28px;
  min-height: 100%;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.wy26-product-card:hover,
.wy26-solution-card:hover,
.wy26-tech-card:hover,
.wy26-news-card:hover,
.wy26-plist-card:hover,
.wy26-feature-card:hover,
.wy26-partner-card:hover {
  transform: translateY(-6px);
  border-color: rgba(112, 228, 255, 0.28);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}

.wy26-product-icon,
.wy26-feature-icon-box,
.wy26-contact-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(31, 184, 255, 0.2), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(112, 228, 255, 0.2);
  color: var(--wy-cyan);
  font-size: 24px;
}

.wy26-feature-item {
  position: relative;
  display: block;
  padding-left: 18px;
  color: var(--wy-text-soft);
  line-height: 1.9;
}

.wy26-feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wy-cyan), #fff);
}

.wy26-badge-hot,
.wy26-badge-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.wy26-badge-hot {
  background: rgba(255, 106, 0, 0.14);
  color: #ffb07e;
  border: 1px solid rgba(255, 106, 0, 0.22);
}

.wy26-badge-new {
  background: rgba(112, 228, 255, 0.12);
  color: var(--wy-cyan);
  border: 1px solid rgba(112, 228, 255, 0.22);
}

.wy26-solution-num {
  color: rgba(112, 228, 255, 0.28);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 1;
}

.wy26-solution-title,
.wy26-tech-title,
.wy26-news-title,
.wy26-feature-card-title {
  margin-top: 18px;
  font-size: clamp(20px, 2.1vw, 24px);
  font-weight: 700;
  line-height: 1.25;
}

.wy26-tech-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(112, 228, 255, 0.08);
  color: var(--wy-cyan);
  font-size: 22px;
}

.wy26-tech-desc,
.wy26-news-desc,
.wy26-feature-card-desc {
  margin-top: 14px;
  color: var(--wy-text-soft);
  line-height: 1.9;
}

.wy26-news-card,
.wy26-plist-card {
  display: block;
  height: 100%;
}

.wy26-news-img,
.wy26-plist-img {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.wy26-news-img img,
.wy26-plist-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.wy26-news-card:hover img,
.wy26-plist-card:hover img {
  transform: scale(1.06);
}

.wy26-news-img-overlay,
.wy26-plist-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 11, 20, 0.85) 100%);
}

.wy26-news-body,
.wy26-plist-body {
  padding: 24px;
}

.wy26-news-title,
.wy26-plist-body .wy26-news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wy26-news-date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wy-cyan);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.wy26-news-date::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wy-cyan);
}

.wy26-trust-bar {
  margin-top: 30px;
}

.wy26-partner-card {
  min-height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.wy26-partner-card img {
  max-height: 42px;
  width: auto;
  filter: grayscale(1) brightness(1.15);
  opacity: 0.78;
}

.wy26-cta-banner {
  width: min(calc(100% - (var(--wy-pad) * 2)), var(--wy-container));
  margin-left: auto;
  margin-right: auto;
  padding: clamp(32px, 5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 30px;
}

.wy26-cta-title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 700;
}

.wy26-cta-sub {
  margin-top: 12px;
  color: var(--wy-text-soft);
  line-height: 1.9;
}

.wy26-neibanner,
.wy26-hero-banner {
  position: relative;
  width: min(calc(100% - (var(--wy-pad) * 2)), var(--wy-container));
  margin: 0 auto;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--wy-shadow);
  min-height: clamp(280px, 32vw, 380px);
  border: 1px solid rgba(112, 228, 255, 0.14);
  background: linear-gradient(135deg, rgba(10, 23, 39, 0.9), rgba(8, 14, 28, 0.96));
}

.wy26-hero-main,
.wy26-neibanner,
.wy26-hero-banner {
  backdrop-filter: blur(6px);
}

.wy26-neibanner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wy26-neibanner-overlay,
.wy26-hero-banner .wy26-banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(6, 11, 20, 0.92), rgba(6, 11, 20, 0.35) 45%, rgba(6, 11, 20, 0.88)),
    radial-gradient(circle at 12% 16%, rgba(112, 228, 255, 0.14), transparent 24%);
}

.wy26-neibanner-desc,
.wy26-hero-content {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wy26-neibanner-title,
.wy26-hero-content {
  width: min(calc(100% - (var(--wy-pad-lg) * 2)), calc(var(--wy-container) - 40px));
  margin: 0 auto;
}

.wy26-hero-banner .wy26-hero-content {
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(300px, 390px);
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
  text-align: left;
  padding: clamp(44px, 5vw, 60px) 0;
}

.wy26-hero-banner .wy26-banner-tag {
  margin-bottom: 8px;
}

.wy26-hero-banner .wy26-banner-title {
  width: min(100%, 680px);
  max-width: none;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.16;
  letter-spacing: 0.01em;
  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;
}

.wy26-hero-banner .wy26-banner-desc {
  max-width: 560px;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.85;
}

.wy26-hero-banner::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 24px;
  bottom: 24px;
  border-radius: 28px;
  border: 1px solid rgba(112, 228, 255, 0.08);
  pointer-events: none;
}

.wy26-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 0;
}

.wy26-hero-meta-item {
  width: 100%;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(112, 228, 255, 0.14);
  background: rgba(8, 18, 30, 0.56);
}

.wy26-hero-copy {
  width: min(100%, 680px);
  max-width: 680px;
  position: relative;
  justify-self: stretch;
}

.wy26-hero-copy::after {
  content: "";
  position: absolute;
  right: clamp(-26px, -2vw, -12px);
  top: 10%;
  width: 1px;
  height: 72%;
  background: linear-gradient(180deg, rgba(112, 228, 255, 0), rgba(112, 228, 255, 0.16), rgba(112, 228, 255, 0));
}

.wy26-hero-sidepanel {
  width: min(100%, 390px);
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(112, 228, 255, 0.12);
  background: linear-gradient(180deg, rgba(7, 17, 29, 0.78), rgba(8, 18, 30, 0.44));
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.22);
  align-self: center;
  justify-self: stretch;
  margin-left: auto;
}

.wy26-hero-sidepanel-title {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.wy26-hero-sidepanel-sub {
  margin-bottom: 16px;
  color: rgba(244, 248, 255, 0.66);
  font-size: 13px;
  line-height: 1.85;
}

.wy26-hero-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.wy26-hero-foot-item {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(112, 228, 255, 0.14);
  background: rgba(8, 18, 30, 0.46);
  color: rgba(244, 248, 255, 0.86);
  font-size: 13px;
}

.wy26-hero-foot-item::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wy-cyan), #ffffff);
  box-shadow: 0 0 10px rgba(112, 228, 255, 0.36);
}

.wy26-hero-meta-label {
  display: block;
  color: var(--wy-text-muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wy26-hero-meta-value {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.wy26-neibanner-title p {
  margin: 0;
  letter-spacing: 0.16em;
  font-size: 13px;
  text-transform: uppercase;
}

.wy26-neibanner-title h2 {
  margin: 14px 0 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
}

.wy26-neinav {
  margin-top: 30px;
}

.wy26-neinav .container {
  width: min(calc(100% - (var(--wy-pad-lg) * 2)), calc(var(--wy-container) - 40px));
}

.wy26-neinav ul {
  padding: 14px 18px;
  gap: 8px;
  border-radius: 18px;
  background: rgba(6, 13, 23, 0.45);
  border: 1px solid rgba(112, 228, 255, 0.12);
}

.wy26-breadcrumb-item,
.wy26-breadcrumb-current,
.wy26-breadcrumb-sep {
  font-size: 13px;
}

.wy26-breadcrumb-item {
  color: var(--wy-text-soft);
}

.wy26-breadcrumb-current {
  color: #fff;
}

.wy26-breadcrumb-sep {
  color: rgba(255, 255, 255, 0.34);
}

.wy26-page-wrap,
.page-list,
.wy26-detail-wrap {
  width: min(calc(100% - (var(--wy-pad) * 2)), var(--wy-container));
  margin: 32px auto 0;
}

.wy26-content-shell {
  padding: clamp(26px, 4vw, 42px);
}

.wy26-product-filter {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--wy-line);
  background: rgba(8, 16, 28, 0.75);
  box-shadow: var(--wy-shadow);
}

.filter-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.wy26-filter-title {
  min-width: 82px;
  color: var(--wy-text-soft);
  padding-top: 8px;
}

.filter-values ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wy26-filter-item a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(112, 228, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: var(--wy-text-soft);
}

.wy26-filter-item.active a {
  color: #fff;
  background: rgba(112, 228, 255, 0.14);
  border-color: rgba(112, 228, 255, 0.28);
}

.wy26-about-wrap,
.wy26-news-detail-wrap,
.wy26-detail-content,
.wy26-pdetail-info,
.wy26-contact-info-card,
.wy26-contact-form-card {
  padding: clamp(26px, 4vw, 42px);
}

.wy26-content-title {
  margin: 0;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.wy26-content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 18px;
  color: rgba(244, 248, 255, 0.68);
  font-size: 14px;
}

.wy26-card-divider {
  width: 100%;
  height: 1px;
  margin: 26px 0;
  background: linear-gradient(90deg, rgba(112, 228, 255, 0), rgba(112, 228, 255, 0.42), rgba(112, 228, 255, 0));
}

.wy26-section + .wy26-section {
  position: relative;
}

.wy26-section + .wy26-section::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  width: min(100%, 1240px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(112, 228, 255, 0), rgba(112, 228, 255, 0.14), rgba(112, 228, 255, 0));
}

.wy26-article-content,
.articleContent {
  color: rgba(244, 248, 255, 0.92);
  font-size: 17px;
  line-height: 2.05;
  letter-spacing: 0.01em;
}

.wy26-article-content h1,
.wy26-article-content h2,
.wy26-article-content h3,
.wy26-article-content h4,
.wy26-article-content h5,
.wy26-article-content h6,
.articleContent h1,
.articleContent h2,
.articleContent h3,
.articleContent h4,
.articleContent h5,
.articleContent h6 {
  color: #ffffff;
  line-height: 1.45;
  margin: 1.4em 0 0.8em;
  font-weight: 700;
}

.wy26-article-content h1,
.articleContent h1 {
  font-size: 32px;
}

.wy26-article-content h2,
.articleContent h2 {
  font-size: 28px;
}

.wy26-article-content h3,
.articleContent h3 {
  font-size: 24px;
}

.wy26-article-content a,
.articleContent a {
  color: #8feeff;
  text-decoration: underline;
  text-decoration-color: rgba(143, 238, 255, 0.35);
  text-underline-offset: 3px;
}

.wy26-article-content strong,
.wy26-article-content b,
.articleContent strong,
.articleContent b {
  color: #ffffff;
  font-weight: 700;
}

.wy26-article-content ul,
.wy26-article-content ol,
.articleContent ul,
.articleContent ol {
  margin: 0 0 1.4em 1.4em;
  padding: 0;
}

.wy26-article-content li,
.articleContent li {
  margin-bottom: 0.6em;
}

.wy26-article-content blockquote,
.articleContent blockquote {
  margin: 1.6em 0;
  padding: 18px 20px;
  border-left: 3px solid rgba(112, 228, 255, 0.5);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 248, 255, 0.82);
}

.wy26-article-content img,
.articleContent img,
.wy26-params-table img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
  margin: 1.6em auto;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.wy26-article-content p,
.articleContent p {
  margin: 0 0 1.3em;
}

.wy26-article-content table,
.articleContent table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.6em 0;
  overflow: hidden;
}

.wy26-article-content th,
.wy26-article-content td,
.articleContent th,
.articleContent td {
  border: 1px solid rgba(112, 228, 255, 0.14);
  padding: 12px 14px;
  color: rgba(244, 248, 255, 0.9);
}

.wy26-article-content th,
.articleContent th {
  background: rgba(112, 228, 255, 0.08);
  color: #ffffff;
}

@media (max-width: 768px) {
  .wy26-article-content,
  .articleContent {
    font-size: 16px;
    line-height: 1.95;
  }

  .wy26-article-content h1,
  .articleContent h1 {
    font-size: 28px;
  }

  .wy26-article-content h2,
  .articleContent h2 {
    font-size: 24px;
  }

  .wy26-article-content h3,
  .articleContent h3 {
    font-size: 20px;
  }
}

.wy26-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  margin: 8px 8px 0 0;
  border-radius: 999px;
  border: 1px solid rgba(112, 228, 255, 0.14);
  color: var(--wy-text-soft);
  background: rgba(255, 255, 255, 0.02);
  font-size: 12px;
}

.wy26-nextprev {
  gap: 16px;
}

.wy26-prev-next-btn {
  flex: 1;
  min-height: 88px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(112, 228, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.wy26-prev-next-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(112, 228, 255, 0.26);
}

.wy26-gallery-top,
.wy26-gallery-thumbs {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(112, 228, 255, 0.14);
}

.wy26-gallery-top .swiper-slide {
  background: rgba(255, 255, 255, 0.02);
}

.wy26-gallery-top img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.wy26-gallery-thumbs .swiper-slide {
  opacity: 0.48;
  cursor: pointer;
}

.wy26-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.wy26-gallery-thumbs img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.wy26-spec-box,
.wy26-params-table {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(112, 228, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.wy26-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wy26-spec-item {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(112, 228, 255, 0.08);
  background: rgba(6, 13, 23, 0.42);
  color: var(--wy-text-soft);
}

.wy26-tab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wy26-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(112, 228, 255, 0.14);
  color: var(--wy-text-soft);
  cursor: pointer;
}

.wy26-tab.active {
  color: #fff;
  background: rgba(112, 228, 255, 0.14);
  border-color: rgba(112, 228, 255, 0.24);
}

.wy26-tab-content {
  margin-top: 24px;
}

.wy26-contact-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(112, 228, 255, 0.08);
}

.wy26-contact-item:last-child {
  border-bottom: 0;
}

.wy26-form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wy26-form-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.wy26-form-input,
.wy26-form-textarea {
  width: 100%;
  border: 1px solid rgba(112, 228, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.wy26-form-input:focus,
.wy26-form-textarea:focus {
  border-color: rgba(112, 228, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(112, 228, 255, 0.08);
}

.wy26-form-input::placeholder,
.wy26-form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.wy26-qr-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(112, 228, 255, 0.14);
}

.wy26-qr-wrap img,
.ewm {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 12px;
}

.wy26-footer {
  margin-top: clamp(70px, 8vw, 120px);
  padding: 0 0 34px;
}

.wy26-footer .eee {
  width: min(calc(100% - (var(--wy-pad) * 2)), var(--wy-container));
  margin: 0 auto;
}

.wy26-footer-top {
  padding: clamp(28px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(180px, 0.6fr));
  gap: clamp(24px, 3vw, 32px);
  border-radius: 30px;
  border: 1px solid rgba(112, 228, 255, 0.14);
  background: rgba(8, 16, 28, 0.82);
  box-shadow: var(--wy-shadow);
}

.wy26-footer-title {
  margin-bottom: 18px;
  font-size: 16px;
  color: #fff;
}

.wy26-footer-link {
  color: var(--wy-text-soft);
  line-height: 2;
}

.wy26-footer-meta {
  margin-top: 22px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(112, 228, 255, 0.10);
  color: var(--wy-text-muted);
  font-size: 13px;
  line-height: 1.9;
}

.wy26-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(4, 8, 16, 0.72);
  backdrop-filter: blur(10px);
}

.wy26-modal {
  width: min(100%, 460px);
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(112, 228, 255, 0.16);
  background: rgba(8, 16, 28, 0.98);
  box-shadow: var(--wy-shadow);
}

.wy26-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wy26-modal-close {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(112, 228, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
}

.wy26-back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9991;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, rgba(31, 184, 255, 0.9), rgba(112, 228, 255, 0.5));
  box-shadow: 0 12px 30px rgba(31, 184, 255, 0.24);
  cursor: pointer;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.wy26-back-top.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.28);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--wy-cyan);
  box-shadow: 0 0 18px rgba(112, 228, 255, 0.45);
}

.page-pagination {
  margin-top: 34px;
}

.page-pagination .pagination,
.page-pagination ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.page-pagination a,
.page-pagination span {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(112, 228, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--wy-text-soft);
}

.page-pagination .active span,
.page-pagination span.current {
  color: #fff;
  border-color: rgba(112, 228, 255, 0.26);
  background: rgba(112, 228, 255, 0.12);
}

@media (max-width: 1200px) {
  .wy26-nav-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .desktop-menu {
    justify-content: flex-start;
  }

  .wy26-grid-4,
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wy26-footer-top,
  .wy26-hero-grid {
    grid-template-columns: 1fr;
  }

  .wy26-hero-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  main {
    padding-top: 110px;
  }

  .wy26-hero {
    margin-top: 20px;
    margin-bottom: 26px;
  }

  .desktop-menu,
  .wy26-nav-inner > .wy26-contact-btn {
    display: none !important;
  }

  .mobile-menu-btn {
    display: block;
  }

  .wy26-nav-inner {
    display: flex;
    padding-left: 18px;
    padding-right: 18px;
  }

  .wy26-stats-inner,
  .wy26-hero-metrics,
  .wy26-grid-3,
  .wy26-grid-2,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .wy26-spec-grid {
    grid-template-columns: 1fr;
  }

  .wy26-cta-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .wy26-nextprev {
    flex-direction: column;
  }

  .filter-row {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  :root {
    --wy-pad: 16px;
  }

  .wy26-nav {
    inset: 12px 0 auto;
  }

  .wy26-hero-frame {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .wy26-nav-inner {
    min-height: 64px;
    border-radius: 18px;
  }

  .wy26-logo-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .wy26-hero-main,
  .wy26-side-card.strong,
  .wy26-neibanner,
  .wy26-hero-banner {
    min-height: auto;
  }

  .wy26-banner-title {
    max-width: none;
    font-size: clamp(30px, 10vw, 44px);
  }

  .wy26-hero-banner .wy26-hero-content {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 0;
  }

  .wy26-hero-copy::after {
    display: none;
  }

  .wy26-hero-sidepanel {
    width: 100%;
    padding: 18px;
  }

  .wy26-banner-desc,
  .wy26-hero-metrics {
    max-width: none;
  }

  .wy26-hero-side {
    grid-template-columns: 1fr;
  }

  .wy26-stats-inner,
  .wy26-grid-4,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .wy26-news-body,
  .wy26-plist-body,
  .wy26-product-card,
  .wy26-solution-card,
  .wy26-tech-card,
  .wy26-cta-banner,
  .wy26-about-wrap,
  .wy26-news-detail-wrap,
  .wy26-detail-content,
  .wy26-pdetail-info,
  .wy26-contact-info-card,
  .wy26-contact-form-card {
    padding: 20px;
  }

  .wy26-neibanner-title,
  .wy26-hero-content,
  .wy26-neinav .container {
    width: min(calc(100% - 32px), var(--wy-container));
  }

  .wy26-footer-top {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .wy26-qr-wrap img,
  .ewm {
    width: 112px;
    height: 112px;
  }

  .mobile-menu {
    left: 16px;
    right: 16px;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    width: 25%;
  }

  .col-lg-5 {
    width: 41.666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333%;
  }
}
