/* aether UI — flat handmade look (no gradients) */
@import url("https://fonts.font.im/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap");

:root {
  --aether-brand: #1677ff;
  --aether-brand-hover: #0958d9;
  --aether-ink: #1f1f1f;
  --aether-ink-soft: #434343;
  --aether-muted: #8c8c8c;
  --aether-line: #e8e8e8;
  --aether-line-dark: #d9d9d9;
  --aether-surface: #f5f5f5;
  --aether-paper: #ffffff;
  --aether-bg: #fafafa;
  --aether-radius: 0;
  --aether-font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--aether-font) !important;
  color: var(--aether-ink);
  background: var(--aether-bg) !important;
  -webkit-font-smoothing: antialiased;
}

/* ========== Header ========== */
.header-container {
  background: #fff !important;
  background-image: none !important;
  border-bottom: 1px solid var(--aether-line);
  box-shadow: none !important;
}
/* 顶栏 Logo：居中放大 */
.header-container-left .navbar-brand.header-container-topbar,
.navbar-brand.header-container-topbar {
  width: 210px !important;
  height: 48px !important;
  min-width: 210px !important;
  margin: 0 14px 0 0 !important;
  padding: 0 !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: block !important;
  flex-shrink: 0;
}
.header-container-topbar {
  height: 64px !important;
  line-height: 64px !important;
}
/* 去掉顶部蓝色强调线 */
.header-container::before {
  display: none !important;
  content: none !important;
}
.header-container:hover,
.header-container.white { background: #fff !important; }
.header-container .nav-item {
  font-weight: 500;
  border-radius: 0;
  padding: 6px 12px;
}
.header-container .nav-item > span,
.header-container .nav-item > a > span,
.header-container .nav-item a { color: var(--aether-ink-soft) !important; }
.header-container .nav-item:hover {
  background: var(--aether-surface) !important;
}
.header-container .nav-item:hover > span,
.header-container .nav-item:hover > a > span { color: var(--aether-brand) !important; }
.header-container .nav-item::after {
  background: var(--aether-brand) !important;
  height: 2px !important;
  border-radius: 0;
  bottom: 0;
}
.header-container-right .bor-link.et-trial {
  border-radius: 0 !important;
  border: 1px solid var(--aether-line-dark) !important;
  color: var(--aether-ink) !important;
  background: #fff !important;
  font-weight: 500;
  padding: 7px 16px !important;
}
.header-container-right .bor-link.et-demonstract {
  border-radius: 0 !important;
  background: var(--aether-brand) !important;
  border: 1px solid var(--aether-brand) !important;
  box-shadow: none !important;
  color: #fff !important;
  padding: 7px 16px !important;
}
.header-container-right .bor-link.et-demonstract:hover {
  background: var(--aether-brand-hover) !important;
}
/* 顶栏搜索：单层蓝边圆角，避免外框 + 内框叠边 */
.header-container-right .header-search {
  border: none !important;
  background: transparent !important;
  overflow: visible !important;
  height: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.header-container-right .header-search:focus-within {
  transform: none !important;
  box-shadow: none !important;
}
.header-container-right .search-category {
  height: 36px !important;
  border: 1px solid rgba(37, 99, 235, 0.35) !important;
  border-right: none !important;
  border-radius: 0 !important;
  background: rgba(37, 99, 235, 0.06) !important;
}
.header-container-right .search-input {
  height: 36px !important;
  border: 1px solid rgba(37, 99, 235, 0.35) !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  background: #fff !important;
}
.header-container-right .search-input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.header-container-right .header-search:focus-within .search-category,
.header-container-right .header-search:focus-within .search-input {
  border-color: rgba(37, 99, 235, 0.55) !important;
}
.header-container-right .search-btn {
  width: 40px !important;
  height: 36px !important;
  background: var(--aether-brand) !important;
  border: 1px solid var(--aether-brand) !important;
  border-radius: 0 !important;
  animation: none !important;
}
.header-container-right .search-category-dropdown,
.header-container-right .search-suggestions {
  border-radius: 0 !important;
}

/* ========== Hero (refactored) ========== */
.home-hero {
  background: #f0f2f5;
  border-bottom: 1px solid var(--aether-line);
}
.home-swiper {
  height: 520px !important;
  position: relative;
  background: #f0f2f5 !important;
  overflow: hidden;
}
.home-swiper .swiper-container,
.home-swiper .swiper-wrapper,
.home-swiper .swiper-slide {
  height: 520px !important;
}
.home-swiper .swiper-slide {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #f0f2f5 !important;
}
.home-swiper .swiper-slide::before {
  display: none !important;
  content: none !important;
  background: transparent !important;
}
.home-swiper .hero-copy::before {
  display: none !important;
  content: none !important;
  background: transparent !important;
}
.home-swiper .hero-copy,
.home-swiper .swiper-slide > .container {
  position: relative;
  z-index: 3;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-width: 560px;
  margin: 0 0 0 220px !important;
  padding: 0 24px !important;
  box-sizing: border-box;
  background: transparent !important;
}
.home-swiper .hero-brand {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--aether-brand) !important;
  margin-bottom: 14px;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
.home-swiper .slogan,
.home-swiper h1.slogan {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  color: #141414 !important;
  max-width: 520px;
  margin: 0 0 14px !important;
  text-align: left !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  text-shadow: none !important;
}
.home-swiper .slogan .hl {
  color: var(--aether-brand) !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: var(--aether-brand) !important;
  font-weight: 700 !important;
}
.home-swiper .slogan-subtitle {
  font-size: 16px !important;
  color: #595959 !important;
  max-width: 440px;
  margin: 0 0 28px !important;
  line-height: 1.7 !important;
  text-align: left !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  white-space: normal !important;
}
.home-swiper .hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
.home-swiper .btn,
.home-swiper .btn-outline-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 44px !important;
  padding: 0 22px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 1px solid var(--aether-brand) !important;
  background: var(--aether-brand) !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  position: relative;
  overflow: visible;
}
.home-swiper .btn:hover {
  background: var(--aether-brand-hover) !important;
  color: #fff !important;
  transform: none !important;
  box-shadow: none !important;
}
.home-swiper .btn .btn-shine { display: none !important; }
.home-swiper .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border: 1px solid #bfbfbf;
  background: transparent;
  color: #262626 !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
}
.home-swiper .btn-ghost:hover {
  border-color: var(--aether-brand);
  color: var(--aether-brand) !important;
}

/* Left product rail */
.banner-tabs {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 188px !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: stretch;
  gap: 0 !important;
  z-index: 6 !important;
  background: #fff !important;
  border-right: 1px solid var(--aether-line) !important;
  padding: 0 !important;
  box-sizing: border-box;
}
.banner-tab {
  flex: 1 1 0 !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--aether-line) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  gap: 12px;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
.banner-tab:last-child { border-bottom: 0 !important; }
.banner-tab:hover {
  background: #fafafa !important;
  border-color: var(--aether-line) !important;
  transform: none !important;
}
.banner-tab.active {
  background: var(--aether-brand) !important;
  border-color: var(--aether-brand) !important;
  box-shadow: none !important;
  transform: none !important;
}
.banner-tab-index {
  flex: 0 0 auto;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 12px;
  font-weight: 500;
  color: #bfbfbf;
  line-height: 1;
}
.banner-tab.active .banner-tab-index { color: rgba(255,255,255,0.75) !important; }
.banner-tab-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.banner-tab-title {
  display: block;
  font-weight: 700 !important;
  font-size: 15px !important;
  color: #141414 !important;
  line-height: 1.2;
}
.banner-tab-sub {
  display: block;
  font-size: 12px !important;
  color: #8c8c8c !important;
  margin-top: 0 !important;
  line-height: 1.3;
}
.banner-tab.active .banner-tab-title,
.banner-tab.active .banner-tab-sub { color: #fff !important; }

.banner-pagination {
  position: absolute !important;
  left: 220px !important;
  bottom: 28px !important;
  top: auto !important;
  z-index: 5 !important;
  display: flex !important;
  gap: 8px;
  width: auto !important;
}
.banner-pagination .swiper-pagination-bullet {
  width: 28px !important;
  height: 3px !important;
  border-radius: 0 !important;
  background: #bfbfbf !important;
  opacity: 1 !important;
  margin: 0 !important;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--aether-brand) !important;
}
.banner-transition-mask { display: none !important; }

/* ========== Event strip ========== */
.home-event {
  margin-top: 0 !important;
  position: relative;
  z-index: 6;
  background: #fff;
  border-top: 1px solid var(--aether-line);
}
.home-event .container {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}
.home-event .event-items .row {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.home-event .event-items .row .col-sm-3 {
  padding: 0 !important;
  border-right: 1px solid var(--aether-line);
  float: none;
  width: 25%;
  max-width: 25%;
  flex: 0 0 25%;
}
.home-event .event-items .row .col-sm-3:last-child { border-right: 0; }
.home-event .event-item {
  height: 108px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  padding: 0 22px !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px;
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer;
}
.home-event a.event-item:hover,
.home-event a.event-item:focus {
  text-decoration: none !important;
  color: inherit !important;
}
.home-event a.event-item:hover .event-item-info h3 {
  color: var(--aether-brand, #2563EB) !important;
}
.home-event .event-item:hover {
  transform: none !important;
  background: #fafafa !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
.home-event .event-item::after { display: none !important; }
.home-event .event-item-icon {
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  object-fit: contain !important;
  display: block !important;
}
.home-event .event-item-info {
  flex: 1;
  min-width: 0;
  text-align: left !important;
}
.home-event .event-item-info h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #141414 !important;
  margin: 0 0 6px !important;
  line-height: 1.3 !important;
  text-align: left !important;
}
.home-event .event-item-info p {
  font-size: 13px !important;
  color: #8c8c8c !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  text-align: left !important;
}
.home-event .event-item-arrow { display: none !important; }

/* ========== Titles ========== */
.title-main {
  text-align: center !important;
  margin: 0 auto 36px !important;
  max-width: 800px;
}
.title-main .title-text {
  text-align: center !important;
}
.title-main .title-head,
.title-head {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: var(--aether-ink) !important;
  margin: 0 0 10px !important;
  line-height: 1.35 !important;
  text-align: center !important;
}
.title-main .sub-head,
.sub-head {
  color: var(--aether-muted) !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  text-align: center !important;
}
.view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--aether-brand) !important;
  font-weight: 500;
  margin-left: 6px;
  text-decoration: none !important;
  vertical-align: baseline;
}
.space2x { padding: 64px 0 !important; }

/* ========== Products ========== */
.hot-products-main { background: #f5f6f8 !important; }
.hot-products-main .container {
  max-width: 1480px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}
.hot-products-main-content {
  width: 100% !important;
  max-width: none !important;
  padding: 8px 40px 40px !important;
  box-sizing: border-box;
}
.hot-products-main.space2x { padding: 64px 0 !important; }
.product-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  margin-bottom: 24px;
  border: 1px solid #e8e8e8;
  background: #fff;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  overflow: hidden;
}
.product-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 0;
  border: none;
  border-right: 1px solid #e8e8e8;
  background: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  color: #595959;
  margin: 0;
}
.product-tab:last-child { border-right: 0; }
.product-tab:hover { color: var(--aether-brand); background: #fafafa; }
.product-tab.active {
  background: var(--aether-brand);
  color: #fff;
}
.product-tab .ptab-icon {
  display: none !important;
}

.panel-layout {
  display: block !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  padding: 0;
  box-shadow: none !important;
  min-height: 0;
}
.panel-sidebar { display: none !important; }
.sidebar-box {
  border-radius: 0 !important;
  padding: 28px 24px !important;
  border: none;
  border-bottom: 1px solid var(--aether-line);
  background: transparent !important;
}
.sidebar-box:last-child { border-bottom: 0; }
.sidebar-title {
  background: #1f1f1f !important;
  color: #fff;
}
.sidebar-label {
  display: block;
  font-size: 12px;
  color: inherit;
  opacity: 0.65;
  margin-bottom: 8px;
  line-height: 1.2;
}
.sidebar-name {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
  color: inherit !important;
  line-height: 1.3 !important;
}
.sidebar-slogan {
  font-size: 13px;
  opacity: 0.7;
  line-height: 1.5;
  display: block;
}
.sidebar-btn,
.sidebar-btn-ghost {
  display: block;
  text-align: center;
  padding: 11px 14px;
  border-radius: 0;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.sidebar-btn {
  background: var(--aether-brand) !important;
  color: #fff !important;
  border: 1px solid var(--aether-brand);
}
.sidebar-btn-ghost {
  border: 1px solid var(--aether-line-dark);
  color: var(--aether-ink) !important;
  background: #fff;
  margin-bottom: 0;
}
.panel-products { padding: 0 !important; background: transparent !important; }
.panel-layout { background: transparent !important; border: none !important; box-shadow: none !important; }
.product-panels,
.product-panel,
.product-panel.active {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}
/* 一排 4 个，最多 2 排 */
.products-grid .p-card:nth-child(n+9) {
  display: none !important;
}
.p-card {
  position: relative !important;
  display: block !important;
  min-height: 132px;
  padding: 22px 20px 20px !important;
  border-radius: 8px !important;
  border: 1px solid #ececec !important;
  background: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04) !important;
  overflow: hidden !important;
  transition: box-shadow 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.p-card:hover {
  border-color: #dde3ee !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08) !important;
  transform: translateY(-1px);
}
.p-card::before { display: none !important; }
.p-card-ribbon {
  position: absolute;
  top: 14px;
  right: -30px;
  z-index: 2;
  width: 96px;
  padding: 5px 0;
  text-align: center;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #fff !important;
  background: linear-gradient(90deg, #ff7a45 0%, #ff4d4f 100%);
  transform: rotate(45deg);
  box-shadow: 0 2px 6px rgba(255, 77, 79, 0.25);
  pointer-events: none;
}
.p-card-head {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 28px 12px 0;
  min-width: 0;
}
.p-card-flag {
  width: 28px !important;
  height: 18px !important;
  flex: 0 0 28px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.06);
  display: block !important;
}
.p-card-head h4,
.p-card h4 {
  flex: 1;
  min-width: 0;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1f1f1f !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-card-desc,
.p-card p {
  margin: 0 !important;
  padding-right: 8px;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #8c8c8c !important;
  line-height: 1.7 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}
.p-card-body,
.p-card-btn,
.p-card-badge { display: none !important; }

@media (max-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .products-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ========== News ========== */
.home-news {
  background: #fff;
  border-top: 1px solid var(--aether-line);
  border-bottom: 1px solid var(--aether-line);
}
.home-news .container { max-width: 1200px; }
.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.help-section,
.news-section {
  border: 1px solid var(--aether-line);
  border-radius: 0;
  padding: 20px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--aether-line);
}
.section-icon {
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  border-radius: 0;
  background: var(--aether-surface);
  object-fit: contain;
  flex: 0 0 36px;
}
.section-title-wrap { flex: 1; min-width: 0; text-align: left; }
.section-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  color: var(--aether-ink) !important;
  text-align: left !important;
}
.section-desc {
  color: var(--aether-muted);
  font-size: 12px;
  margin: 4px 0 0 !important;
  line-height: 1.4;
  text-align: left !important;
}
.news-cate-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.news-cate-tab {
  padding: 4px 10px;
  border-radius: 0;
  border: 1px solid var(--aether-line);
  background: #fff;
  color: var(--aether-ink-soft) !important;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 1.4;
}
.news-cate-tab:hover,
.news-cate-tab.active {
  border-color: var(--aether-brand);
  color: var(--aether-brand) !important;
  background: #fff;
}
.news-article-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.news-article-item {
  padding: 12px 0;
  border-bottom: 1px solid var(--aether-line);
}
.news-article-item:last-child { border-bottom: 0; }
.news-article-title {
  margin: 0 0 6px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}
.news-article-title a {
  color: var(--aether-ink) !important;
  text-decoration: none !important;
}
.news-article-title a:hover { color: var(--aether-brand) !important; }
.news-article-excerpt p {
  margin: 0 0 8px !important;
  font-size: 12px;
  color: var(--aether-muted);
  line-height: 1.6;
  text-align: left !important;
}
.news-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--aether-muted);
}
.news-meta-cate {
  color: var(--aether-brand) !important;
  text-decoration: none !important;
}
.news-footer {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--aether-line);
  text-align: left;
}
.news-more-link {
  color: var(--aether-brand) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 500;
}

/* ========== Datacenter / legalize ========== */
.home-datacenter .container,
.home-legalize .container { max-width: 1200px; }
.home-datacenter .datacenter-item,
.about-wrap .datacenter-item {
  text-align: center;
  padding: 28px 16px;
  border-radius: 0;
  background: #fff;
  border: 1px solid var(--aether-line);
  height: 100%;
}
.home-datacenter .datacenter-item h2,
.about-wrap .datacenter-item h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--aether-brand);
  margin: 0 0 8px;
  line-height: 1.2;
}
.home-datacenter .datacenter-item h2 small,
.about-wrap .datacenter-item h2 small {
  font-size: 16px;
  font-weight: 600;
  margin-left: 2px;
}
.home-datacenter .datacenter-item p,
.about-wrap .datacenter-item p {
  margin: 0;
  color: var(--aether-muted);
  font-size: 14px;
}

/* About page */
.about-top .bg-img-wrap {
  background: url("../img/banner/banner2.png") center/cover no-repeat !important;
  min-height: 220px;
  display: flex;
  align-items: center;
}
.about-top .slogan {
  padding: 56px 0 !important;
}
.about-top .slogan h1 {
  color: #fff !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 8px rgba(0,0,0,.35);
}
.about-top .slogan p {
  color: rgba(255,255,255,.88) !important;
  margin: 12px 0 0 !important;
  font-size: 15px;
}
.about-intro h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: var(--aether-ink) !important;
}
.about-intro p {
  color: var(--aether-ink-soft) !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}
.about-wrap {
  background: var(--aether-bg) !important;
  background-image: none !important;
  position: relative;
}
.about-wrap:after {
  display: none !important;
  content: none !important;
}
.about-wrap .container {
  position: relative;
  z-index: 1;
}
.about-wrap .about-stats {
  display: flex;
  flex-wrap: wrap;
}
.about-wrap .about-stats > [class*="col-"] {
  margin-bottom: 16px;
}

/* Legalize: light panel so certs readable; kill opacity:0 stuck state */
.home-legalize,
.about-legalize,
section.home-legalize {
  background: #fff !important;
  color: var(--aether-ink) !important;
  border-top: 1px solid var(--aether-line);
  border-bottom: 1px solid var(--aether-line);
  text-align: center !important;
}
.home-legalize .title-head,
.home-legalize .sub-head,
.about-legalize .title-head,
.about-legalize .sub-head {
  color: var(--aether-ink) !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  text-align: center !important;
}
.home-legalize .sub-head,
.about-legalize .sub-head {
  color: var(--aether-muted) !important;
  opacity: 1 !important;
}
.home-legalize .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 28px;
}
.home-legalize .col,
.home-legalize .row > .col {
  text-align: center;
  padding: 16px 12px;
  flex: 0 0 16.66%;
  max-width: 16.66%;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
.home-legalize img {
  background: #fff !important;
  border: 1px solid var(--aether-line) !important;
  border-radius: 0 !important;
  padding: 10px !important;
  max-width: 96px;
  max-height: 80px;
  width: auto;
  height: auto;
  margin: 0 auto 12px;
  display: block;
  object-fit: contain;
  filter: none !important;
}
.home-legalize .text {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 0 !important;
  color: var(--aether-ink-soft) !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
@media (max-width: 991px) {
  .home-legalize .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 575px) {
  .home-legalize .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* ========== Footer (light, content-visible) ========== */
.footer,
footer.footer {
  background: #fff !important;
  background-color: #fff !important;
  color: #1f1f1f !important;
}
/* Dark service strip — white text for contrast */
.footer-service-bar,
footer.footer .footer-service-bar {
  background: #1f1f1f !important;
  background-color: #1f1f1f !important;
  border-top: 1px solid #2a2a2a !important;
  border-bottom: 1px solid #2a2a2a !important;
  padding: 20px 0 !important;
}
/* 自制底图：整条服务栏为单张图片 */
.footer-service-bar--img,
footer.footer .footer-service-bar--img {
  padding: 0 !important;
  overflow: hidden;
}
.footer-service-bar-img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.footer-service-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.footer-service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-right: 1px solid rgba(255,255,255,.12);
  flex: 1 1 0;
}
.footer-service-item:last-child { border-right: 0; }
.footer-service-icon,
footer.footer .footer-service-icon {
  width: 40px !important;
  height: 40px !important;
  background: #2a3344 !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.footer-service-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
  /* SVG strokes are already white */
  filter: none !important;
}
.footer-service-text h4,
footer.footer .footer-service-text h4,
footer.footer .footer-service-bar h4 {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 1.3;
}
.footer-service-text h4::after { display: none !important; }

.footer-quote-section {
  background: #fff !important;
  border-bottom: 1px solid var(--aether-line);
  padding: 28px 24px !important;
}
.footer-get-quote-section {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-start-title,
h3.footer-start-title {
  color: #1f1f1f !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin: 0 0 6px !important;
}
.footer-start-subtitle,
p.footer-start-subtitle {
  color: #8c8c8c !important;
  font-size: 13px !important;
  margin: 0 !important;
}
.footer-phone-input,
input.footer-phone-input {
  border: 1px solid var(--aether-line-dark) !important;
  border-radius: 0 !important;
  height: 40px;
  padding: 0 12px;
  color: #1f1f1f !important;
  background: #fff !important;
}
.btn-footer-phone {
  background: var(--aether-brand) !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: none !important;
  height: 40px;
  line-height: 40px;
  padding: 0 18px !important;
  text-decoration: none !important;
}

.footer-main {
  padding: 40px 24px 36px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  background: #fff !important;
}
.footer-main-inner {
  display: flex !important;
  gap: 32px;
  align-items: flex-start;
}
.footer-col-group {
  flex: 1;
  display: flex !important;
  gap: 24px;
}
.footer-col {
  flex: 1;
  min-width: 0;
}
.footer-col h4,
.footer-contact-col h4,
footer.footer .footer-col h4,
footer.footer .footer-contact-col h4 {
  color: #1f1f1f !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  margin: 0 0 16px !important;
  line-height: 1.4 !important;
}
.footer-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  overflow: visible !important;
}
.footer-col ul li {
  padding: 5px 0 !important;
  line-height: 1.6 !important;
  color: #595959 !important;
  display: block !important;
}
.footer a,
.footer-col ul li a,
footer.footer a,
footer.footer .footer-col ul li a {
  color: #595959 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  display: inline !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.footer a:hover,
.footer-col ul li a:hover {
  color: var(--aether-brand) !important;
}

.footer-contact-col {
  flex: 0 0 280px;
  margin-left: auto;
}
.footer-contact-desc {
  color: #8c8c8c !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  margin: 0 0 14px !important;
}
.footer-qr-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-qr-item {
  width: 88px;
  height: 88px;
  border: 1px solid var(--aether-line) !important;
  border-radius: 0 !important;
  background: #fff;
  overflow: hidden;
}
.footer-qr-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer-hotline {
  color: #595959 !important;
  font-size: 13px !important;
  margin-bottom: 12px !important;
}
.footer-hotline-number {
  color: var(--aether-brand) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.footer a.footer-contact-btn,
footer.footer a.footer-contact-btn,
.footer-contact-btn {
  display: inline-block;
  padding: 10px 28px;
  border: none !important;
  border-radius: 6px !important;
  background: linear-gradient(135deg, #2563EB, #0EA5E9) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  line-height: 1.4;
  transition: box-shadow .2s ease, filter .2s ease;
}
.footer a.footer-contact-btn:hover,
footer.footer a.footer-contact-btn:hover,
.footer-contact-btn:hover {
  background: linear-gradient(135deg, #1d4ed8, #0284c7) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.28);
  filter: none;
}

.footer-bottom {
  border-top: 1px solid var(--aether-line);
  background: #fafafa !important;
  padding: 16px 24px !important;
}
.footer-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.copyright-text,
.footer-bottom p,
footer.footer .copyright-text {
  color: #8c8c8c !important;
  font-size: 12px !important;
  margin: 0 !important;
}
.footer-bottom-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.footer-bottom-links a,
.footer-record-link {
  color: #8c8c8c !important;
  font-size: 12px !important;
}
.footer-bottom-links .divider {
  width: 1px;
  height: 12px;
  background: var(--aether-line-dark);
  padding: 0 !important;
}

@media (max-width: 991px) {
  .footer-main-inner { flex-direction: column; }
  .footer-col-group { flex-wrap: wrap; }
  .footer-col { flex: 1 1 40%; }
  .footer-contact-col { flex: 1 1 100%; margin-left: 0; }
  .footer-service-item { flex: 1 1 40%; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
}
@media (max-width: 575px) {
  .footer-col { flex: 1 1 100%; }
  /* 交给下方手风琴规则控制，勿强制展开 */
}


/* ========== Floating toolbar ========== */
.float-menu,
.side-toolbar,
.right-bar,
.kefu-menu,
.toolbar-right,
.floating-sidebar {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid var(--aether-line);
  background: #fff !important;
}

/* ========== Inner pages ========== */
.header-top .slogan {
  text-align: center !important;
}
.header-top .slogan h1 {
  font-weight: 700;
  text-align: center !important;
  margin: 0 auto;
}
.header-menu .tab-nav-wrap {
  border-bottom: 1px solid var(--aether-line) !important;
  background: #fff;
}
.header-menu .gt-tab-nav {
  display: flex !important;
  align-items: stretch;
}
.header-menu .gt-nav-item {
  font-weight: 500 !important;
  color: var(--aether-ink-soft) !important;
  text-align: center !important;
  line-height: 1.4;
}
.header-menu .gt-nav-item.active,
.header-menu .gt-nav-item:hover {
  color: var(--aether-brand) !important;
}
.header-menu .gt-nav-item.active:after {
  background: var(--aether-brand) !important;
  border-radius: 0;
}

/* 联系我们 / 关于我们等静态页 */
.pages-contact .wrap-title {
  margin-bottom: 24px;
}
.pages-contact .wrap-title h3 {
  position: relative;
  padding-left: 18px;
  font-size: 22px;
  font-weight: 600;
  color: var(--aether-ink);
  margin-bottom: 8px;
}
.pages-contact .wrap-title h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  height: 20px;
  width: 4px;
  background-color: var(--aether-brand);
}
.pages-contact .wrap-title p {
  color: var(--aether-ink-soft);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.pages-contact .card {
  border: 1px solid var(--aether-line);
  border-radius: 0;
  box-shadow: none;
}
.pages-contact .card-item {
  padding: 8px 24px;
  text-align: center;
}
.pages-contact .card-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--aether-ink);
  margin-bottom: 16px;
}
.pages-contact .card-item .btn {
  display: inline-block;
  min-width: 160px;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}
.pages-contact .card-item p {
  margin-top: 12px;
  font-size: 14px;
  color: var(--aether-ink-soft);
}
.pages-contact .contact-maps > div,
.pages-contact #container {
  width: 100%;
  height: 400px;
  min-height: 280px;
}

/* Mega menu items */
.solution-item,
.prod-card {
  border-radius: 0 !important;
}
.nav-topbar-dropdown {
  border-radius: 0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

/* Disable AI-ish animations */
.home-swiper .slogan,
.home-swiper .slogan-subtitle,
.home-swiper .btn,
.hot-products-main.in-view .panel-layout,
.home-news.in-view .help-section,
.home-news.in-view .news-section,
.home-event {
  animation: none !important;
}

/* Sharp corners global */
.header-container .nav-item,
.header-container-right .bor-link,
.home-swiper .btn,
.banner-tab,
.banner-pagination .swiper-pagination-bullet,
.home-event .event-items .row,
.home-event .event-item,
.product-tab,
.panel-layout,
.sidebar-box,
.sidebar-btn,
.sidebar-btn-ghost,
.p-card,
.help-section,
.news-section,
.section-icon,
.news-cate-tab,
.home-datacenter .datacenter-item,
.about-wrap .datacenter-item,
.home-legalize img,
.footer-phone-input,
.btn-footer-phone,
.float-menu,
.side-toolbar,
.right-bar,
.nav-topbar-dropdown,
.solution-item,
.prod-card,
.Pro_Anchor .product-nav li a,
.Pro_Anchor .buy-now a,
button, .btn, input, select, textarea, .form-control, .card, .modal-content, .dropdown-menu {
  border-radius: 0 !important;
}
/* 顶栏搜索 / 用户区统一直角 */
.header-container-right .header-search,
.header-container-right .search-category,
.header-container-right .search-btn,
.header-container-right .search-category-dropdown,
.header-container-right .search-suggestions,
.header-container-right .user-greeting,
.header-container-right .user-greeting .waves-span,
.header-container-right .user-info-row,
.header-container-right .user-dropdown {
  border-radius: 0 !important;
}
.header-container-right .search-category {
  border-radius: 0 !important;
}
.header-container-right .search-input {
  border-radius: 0 !important;
}
.header-container-right .search-btn {
  border-radius: 0 !important;
}

/* Solution pages: banner text + secondary nav */
section.page-banner {
  color: #fff !important;
}
section.page-banner .page-banner-text h2,
section.page-banner .page-banner-text p,
section.page-banner .hero-slogan {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.Pro_Anchor .product-nav ul li a {
  background: transparent !important;
}
.Pro_Anchor .product-nav ul li.active a,
.Pro_Anchor .product-nav ul li a:hover {
  background: transparent !important;
  color: #0056ff !important;
}
.pro-func.func2 .item dl dt .iconfont {
  margin-right: 8px;
  color: #0056ff;
  font-size: 20px;
  vertical-align: middle;
}
[class*="rounded"], .rounded, .rounded-sm, .rounded-lg, .rounded-pill, .rounded-circle {
  border-radius: 0 !important;
}

/* Responsive */
@media (max-width: 991px) {
  .home-swiper,
  .home-swiper .swiper-container,
  .home-swiper .swiper-wrapper,
  .home-swiper .swiper-slide { height: 420px !important; }
  .home-swiper .hero-copy,
  .home-swiper .swiper-slide > .container {
    margin-left: 0 !important;
    padding: 24px 20px 56px !important;
    max-width: 100%;
  }
  .home-swiper .swiper-slide::before { display: none !important; }
  .home-swiper .hero-copy::before { display: none !important; }
  .banner-tabs { display: none !important; }
  .banner-pagination { left: 20px !important; bottom: 20px !important; }
  .home-swiper .slogan,
  .home-swiper h1.slogan { font-size: 28px !important; }
  .panel-layout { grid-template-columns: 1fr; }
  .panel-sidebar { border-right: 0; border-bottom: 1px solid var(--aether-line); }
  .news-grid { grid-template-columns: 1fr; }
  .home-event .event-items .row .col-sm-3 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    border-right: 0;
    border-bottom: 1px solid var(--aether-line);
  }
}
@media (max-width: 575px) {
  .home-event .event-items .row .col-sm-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .home-swiper .slogan,
  .home-swiper h1.slogan { font-size: 24px !important; }
  .home-swiper .hero-actions { width: 100%; }
  .home-swiper .btn,
  .home-swiper .btn-ghost { flex: 1 1 auto; }
  .product-tabs { width: 100%; }
  .product-tab { flex: 1; justify-content: center; padding: 10px 8px; font-size: 13px; }
}

/* =========================================================
   Mobile polish — full viewport, no desktop squeeze
   ========================================================= */
@media screen and (max-width: 770px) {
  html, body {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }
  body {
    padding-right: 0 !important;
  }
  .container,
  .container-fluid {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }
  .nav-item .nav-topbar-dropdown-wrap,
  .bor-header-container-top,
  .header-container-wrap {
    min-width: 0 !important;
  }

  /* Header controls */
  .header-container-right {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    max-width: none !important;
  }
  .header-container-right .header-search,
  .header-container-right .bor-link,
  .header-container-right .user-info-row {
    display: none !important;
  }
  .mobile-login-icon {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #0f172a !important;
    flex-shrink: 0;
  }
  .mobile-login-icon svg {
    width: 22px;
    height: 22px;
  }
  .menu-icon {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    flex-shrink: 0;
    vertical-align: middle;
  }
  .menu-icon .nav-trigger,
  .menu-icon .nav-trigger:before,
  .menu-icon .nav-trigger:after {
    background-color: #0f172a !important;
  }

  /* Side drawer full width */
  .header-container-wrap .nav-side-menu {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  .header-container-wrap .dropdown-wrap .bor-dropdown-content {
    width: 100% !important;
  }
  .header-container-wrap .dropdown-wrap .bor-dropdown-content .nav-p-menu {
    width: 112px !important;
    min-width: 112px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-container-wrap .dropdown-wrap .bor-dropdown-content .nav-p-container {
    padding: 8px 12px 24px !important;
  }
  .header-container-wrap .dropdown-wrap .bor-dropdown-content .nav-p-container .nav-p-t-main .main-second-item > a {
    font-size: 14px !important;
    line-height: 1.45;
    padding: 8px 0 !important;
    margin-top: 4px !important;
  }

  /* Features: 最佳性能 — 手机端横向卡片 */
  .section-functions.space2x {
    padding: 32px 0 !important;
  }
  .section-functions .functions h1.sub-title {
    font-size: 22px !important;
    letter-spacing: -0.6px !important;
    margin: 0 0 20px !important;
    line-height: 1.35 !important;
    text-align: center !important;
    padding: 0 4px;
  }
  .section-functions .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
  }
  .section-functions .col-sm-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-functions .functions .item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 14px !important;
    text-align: left !important;
    padding: 14px 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid var(--aether-line);
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: var(--aether-ink-soft) !important;
  }
  .section-functions .functions .col-sm-3:last-child .item {
    border-bottom: 0;
    padding-bottom: 0 !important;
  }
  .section-functions .functions .item .img-thumb {
    flex-shrink: 0 !important;
    width: 52px !important;
    height: 52px !important;
    margin-bottom: 0 !important;
  }
  .section-functions .functions .item .item-body {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  .section-functions .functions .item .title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--aether-ink) !important;
    margin: 0 0 4px !important;
    line-height: 1.35 !important;
  }
  .section-functions .functions .item .desc {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    color: var(--aether-ink-soft) !important;
  }

  /* Compliance certs: 2 columns */
  .home-legalize.space2x,
  section.home-legalize {
    padding: 32px 0 !important;
  }
  .home-legalize .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 16px 0 0 !important;
    gap: 0 !important;
  }
  .home-legalize .col,
  .home-legalize .row > .col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    padding: 14px 10px !important;
    box-sizing: border-box !important;
  }
  .home-legalize img {
    max-width: 72px !important;
    max-height: 60px !important;
    margin: 0 auto 10px !important;
    padding: 8px !important;
  }
  .home-legalize .text {
    font-size: 12px !important;
    line-height: 1.35 !important;
    padding: 0 2px;
  }
  .home-legalize .title-head {
    font-size: 20px !important;
    padding: 0 8px;
  }
  .home-legalize .sub-head {
    font-size: 13px !important;
    padding: 0 12px;
    line-height: 1.5 !important;
  }

  /* Footer accordion — full bleed */
  .footer,
  footer.footer {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer-service-bar,
  .footer-main,
  .footer-bottom,
  .footer-quote-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .footer-main-inner {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column !important;
  }
  .footer-col-group {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
  }
  .footer-col {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    border-bottom: 1px solid var(--aether-line) !important;
    padding: 0 !important;
  }
  .footer-col h4 {
    cursor: pointer;
    margin: 0 !important;
    padding: 14px 28px 14px 0 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    position: relative;
    line-height: 1.3;
  }
  .footer-col h4::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    width: 12px !important;
    height: 12px !important;
    margin-top: -6px !important;
    background: url(../img/footer-media.svg) no-repeat center !important;
    background-size: contain !important;
    opacity: 0.7;
  }
  .footer-col ul {
    display: none !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
  }
  .footer-col.active ul {
    display: block !important;
  }
  .footer-col.active h4::after {
    transform: rotate(180deg);
  }
  .footer-col ul li {
    padding: 0 !important;
  }
  .footer-col ul li a {
    display: block !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: var(--aether-ink-soft) !important;
  }
  .footer-contact-col {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px 0 8px !important;
  }
  .footer-service-list {
    flex-wrap: wrap !important;
  }
  .footer-service-item {
    flex: 1 1 50% !important;
    min-width: 0 !important;
    border-right: 0 !important;
  }

  /* Misc homepage blocks */
  .home-event .event-items .row .col-sm-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .hot-products-main .container,
  .home-service .container,
  .home-solution .container,
  .home-news .container,
  .home-cta .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .float-sidebar,
  .float-menu,
  .side-toolbar,
  .right-bar {
    display: none !important;
  }

  /* 静态页顶栏 Banner */
  .header-top.pages .slogan {
    padding: 40px 0 !important;
  }
  .header-top.pages .slogan h1 {
    font-size: 26px !important;
    letter-spacing: -0.5px !important;
  }

  /* 子导航：横向滚动，避免文字被挤断 */
  .header-menu .tab-nav-wrap {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .header-menu .tab-nav-wrap::-webkit-scrollbar {
    display: none;
  }
  .header-menu .gt-tab-nav {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    min-width: min-content;
  }
  .header-menu .gt-nav-item,
  .header-menu .tab-nav-wrap .gt-tab-nav .gt-nav-item {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
    padding: 14px 14px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }
  .header-menu .tab-nav-wrap .gt-tab-nav .gt-nav-item:not(:last-child):before {
    display: none !important;
  }

  /* 联系我们页 */
  .pages-contact.space2x {
    padding: 24px 0 36px !important;
  }
  .pages-contact .card.mb-5 {
    margin-bottom: 20px !important;
  }
  .pages-contact .card-body.p-5 {
    padding: 4px 16px !important;
  }
  .pages-contact .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .pages-contact .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pages-contact .card-item {
    padding: 16px 0 !important;
    text-align: left !important;
    border-bottom: 1px solid var(--aether-line);
  }
  .pages-contact .col-md-4:last-child .card-item {
    border-bottom: 0;
  }
  .pages-contact .card-item.border-right {
    border-right: none !important;
  }
  .pages-contact .card-item h3 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
  .pages-contact .card-item .btn {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 11px 16px !important;
    font-size: 14px !important;
    text-align: center !important;
  }
  .pages-contact .card-item p {
    margin-top: 10px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .pages-contact .wrap-title {
    margin-bottom: 12px !important;
  }
  .pages-contact .wrap-title.mb-5 {
    margin-bottom: 16px !important;
  }
  .pages-contact .wrap-title h3 {
    font-size: 18px !important;
    padding-left: 14px !important;
    margin-bottom: 6px !important;
  }
  .pages-contact .wrap-title h3:before {
    height: 18px !important;
    margin-top: -9px !important;
  }
  .pages-contact .wrap-title p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  .pages-contact .contact-maps > div,
  .pages-contact #container {
    height: 220px !important;
    min-height: 220px !important;
  }
}

@media screen and (max-width: 480px) {
  .home-legalize .col,
  .home-legalize .row > .col {
    padding: 12px 6px !important;
  }
  .home-legalize img {
    max-width: 64px !important;
    max-height: 52px !important;
  }
  .section-functions .functions h1.sub-title {
    font-size: 20px !important;
  }
  .section-functions .functions .item {
    gap: 12px !important;
    padding: 12px 0 !important;
  }
  .section-functions .functions .item .img-thumb {
    width: 48px !important;
    height: 48px !important;
  }
  .section-functions .functions .item .title {
    font-size: 15px !important;
  }
  .section-functions .functions .item .desc {
    font-size: 12px !important;
  }
  .home-event .event-items .row .col-sm-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .footer-service-item {
    flex: 1 1 100% !important;
  }
  .header-top.pages .slogan h1 {
    font-size: 22px !important;
  }
  .header-menu .gt-nav-item,
  .header-menu .tab-nav-wrap .gt-tab-nav .gt-nav-item {
    padding: 12px 12px !important;
    font-size: 13px !important;
  }
  .pages-contact .contact-maps > div,
  .pages-contact #container {
    height: 200px !important;
    min-height: 200px !important;
  }
}
