:root {
  --cloud-bg: #f4f7fb;
  --cloud-card: #ffffff;
  --cloud-ink: #111827;
  --cloud-text: #4b5563;
  --cloud-muted: #6b7280;
  --cloud-line: #e5eaf2;
  --cloud-blue: #1366ec;
  --cloud-blue-2: #0a91ff;
  --cloud-navy: #061b46;
  --cloud-orange: #ff6a00;
  --cloud-cyan: #13c2c2;
  --cloud-shadow: 0 18px 56px rgba(15, 23, 42, 0.1);
}

body {
  color: var(--cloud-ink);
  background: #fff;
}

.yiqi-site-header .header-section {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(229, 234, 242, 0.88);
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(18px);
}

.yiqi-site-header #logoAndNav {
  width: 100%;
  max-width: 1320px;
}

.yiqi-site-header .navbar {
  min-height: 68px;
}

.yiqi-site-header .navbar-nav {
  width: 100%;
  align-items: center;
}

.yiqi-site-header .header-logo {
  width: auto;
  max-height: 40px;
}

.yiqi-site-header .nav-link {
  padding: 0.72rem 0.64rem;
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.yiqi-site-header .nav-link:hover,
.yiqi-site-header .nav-link:focus {
  color: var(--cloud-blue);
}

.yiqi-site-header .navbar-nav-last-item {
  margin-left: auto;
}

.yiqi-site-header .btn {
  border-radius: 4px;
  font-weight: 800;
  white-space: nowrap;
}

.yiqi-site-header .dropdown-menu {
  min-width: 230px;
  padding: 10px;
  border: 1px solid var(--cloud-line);
  border-radius: 10px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
}

.yiqi-site-header .dropdown-item {
  padding: 0.72rem 0.9rem;
  border-radius: 6px;
  color: #374151;
  font-weight: 700;
}

.yiqi-site-header .dropdown-item:hover {
  color: var(--cloud-blue);
  background: #eef6ff;
}

.yiqiweb-home {
  overflow: hidden;
  background: #fff;
}

.yiqiweb-home + .footer-cta {
  display: none;
}

.yiqi-notice-bar {
  position: relative;
  z-index: 5;
  margin-top: 45px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  background: rgba(248, 250, 252, 0.96);
}

.yiqi-notice-bar__inner {
  display: flex;
  width: min(1320px, calc(100% - 48px));
  min-height: 42px;
  align-items: center;
  margin: 0 auto;
}

.yiqi-notice-bar__main {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  gap: 12px;
}

.yiqi-notice-bar__badge {
  display: inline-flex;
  width: 28px;
  height: 22px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #b45309;
  background: rgba(245, 158, 11, 0.14);
  font-size: 12px;
}

.yiqi-notice-bar__ticker {
  min-width: 0;
  flex: 1 1 auto;
}

.yiqi-notice-bar__link {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  color: #475569;
  font-size: 14px;
  line-height: 1.4;
  transition: color 0.18s ease;
}

.yiqi-notice-bar__link:hover {
  color: var(--cloud-blue);
  text-decoration: none;
}

.yiqi-notice-bar__link span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yiqi-notice-bar + .yiqi-copy-hero {
  padding-top: 48px;
}

.yiqi-news-page {
  min-height: 100vh;
  padding-top: 45px;
  background:
    linear-gradient(180deg, #f8fbff 0%, #fff 34%),
    #fff;
}

.yiqi-news-page__container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.yiqi-news-page__hero {
  position: relative;
  padding: 58px 0 48px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.86);
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 111, 238, 0.12), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(19, 194, 194, 0.14), transparent 30%),
    #f8fbff;
}

.yiqi-news-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 111, 238, 0.16);
  border-radius: 999px;
  color: var(--cloud-blue);
  background: rgba(0, 111, 238, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.yiqi-news-page__hero h1 {
  margin: 18px 0 0;
  color: #0f172a;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: 0;
}

.yiqi-news-page__hero p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.9;
}

.yiqi-news-search {
  display: flex;
  max-width: 620px;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 5px 5px 5px 16px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.yiqi-news-search i {
  color: #94a3b8;
}

.yiqi-news-search input {
  min-width: 0;
  flex: 1 1 auto;
  border: 0;
  outline: 0;
  color: #0f172a;
  background: transparent;
  font-size: 14px;
}

.yiqi-news-search button {
  flex: 0 0 auto;
  min-width: 86px;
  height: 38px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--cloud-blue);
  font-size: 14px;
  font-weight: 800;
}

.yiqi-news-page__body {
  padding: 44px 0 72px;
}

.yiqi-news-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
}

.yiqi-news-list {
  display: grid;
  gap: 16px;
}

.yiqi-news-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(15, 23, 42, 0.05);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.yiqi-news-item:hover {
  border-color: rgba(0, 111, 238, 0.28);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.yiqi-news-item__icon {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--cloud-blue);
  background:
    linear-gradient(135deg, rgba(0, 111, 238, 0.12), rgba(19, 194, 194, 0.12)),
    #eef6ff;
  font-size: 26px;
}

.yiqi-news-item__icon:hover {
  color: var(--cloud-blue);
  text-decoration: none;
}

.yiqi-news-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  color: #94a3b8;
  font-size: 13px;
}

.yiqi-news-item__meta span {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--cloud-blue);
  background: rgba(0, 111, 238, 0.08);
  font-weight: 800;
}

.yiqi-news-item h2 {
  margin: 12px 0 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
}

.yiqi-news-item h2 a {
  color: #0f172a;
}

.yiqi-news-item h2 a:hover {
  color: var(--cloud-blue);
  text-decoration: none;
}

.yiqi-news-item p {
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.85;
}

.yiqi-news-item__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--cloud-blue);
  font-weight: 800;
}

.yiqi-news-item__more:hover {
  color: #0757c6;
  text-decoration: none;
}

.yiqi-news-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.yiqi-news-sidebar__card,
.yiqi-news-empty {
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 46px rgba(15, 23, 42, 0.05);
}

.yiqi-news-sidebar__card {
  padding: 20px;
}

.yiqi-news-sidebar__card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
}

.yiqi-news-sidebar__card ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.yiqi-news-sidebar__card li a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  border-radius: 8px;
  color: #475569;
  background: #f8fafc;
  font-size: 14px;
  font-weight: 700;
}

.yiqi-news-sidebar__card li a:hover,
.yiqi-news-sidebar__card li a.is-active {
  color: var(--cloud-blue);
  background: #eef6ff;
  text-decoration: none;
}

.yiqi-news-sidebar__card--contact {
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(56, 189, 248, 0.26), transparent 32%),
    linear-gradient(135deg, #071632 0%, #0f2f72 100%);
}

.yiqi-news-sidebar__card--contact span {
  display: inline-flex;
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 800;
}

.yiqi-news-sidebar__card--contact h3 {
  margin-top: 10px;
  color: #fff;
}

.yiqi-news-sidebar__card--contact p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.yiqi-news-sidebar__card--contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #bfdbfe;
  font-weight: 800;
}

.yiqi-news-sidebar__card--contact a:hover {
  color: #fff;
  text-decoration: none;
}

.yiqi-news-sidebar__card.yiqi-news-sidebar__card--contact,
.yiqi-news-sidebar__card.yiqi-news-sidebar__card--contact h3 {
  color: #fff;
}

.yiqi-news-sidebar__card.yiqi-news-sidebar__card--contact p {
  color: rgba(255, 255, 255, 0.78);
}

.yiqi-news-sidebar__card.yiqi-news-sidebar__card--contact span {
  color: #dbeafe;
}

.yiqi-news-sidebar__card.yiqi-news-sidebar__card--contact a {
  color: #bfdbfe;
}

.yiqi-news-empty {
  padding: 56px 24px;
  text-align: center;
}

.yiqi-news-empty span {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--cloud-blue);
  background: #eef6ff;
  font-size: 26px;
}

.yiqi-news-empty h2 {
  margin: 18px 0 0;
  color: #0f172a;
  font-size: 22px;
  font-weight: 800;
}

.yiqi-news-empty p {
  margin: 10px 0 0;
  color: #64748b;
}

.cloud-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.yiqi-copy-hero {
  position: relative;
  min-height: 560px;
  padding-top: 76px;
  color: #0f172a;
  background: #f1f5f9;
  overflow: hidden;
  isolation: isolate;
}

.yiqi-copy-hero__media,
.yiqi-copy-hero__media video,
.yiqi-copy-hero__wash,
.yiqi-copy-hero__shade {
  position: absolute;
  inset: 0;
}

.yiqi-copy-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.yiqi-copy-hero__media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.26), transparent 42%),
    radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.16), rgba(2, 6, 23, 0.42));
  content: "";
}

.yiqi-copy-hero__wash {
  z-index: 2;
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.94) 0%, rgba(248, 250, 252, 0.8) 38%, rgba(248, 250, 252, 0.32) 68%, rgba(248, 250, 252, 0.08) 100%);
}

.yiqi-copy-hero__shade {
  z-index: 3;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.66) 12%, rgba(255, 255, 255, 0) 34%);
}

.yiqi-copy-hero__inner {
  position: relative;
  z-index: 4;
  display: flex;
  width: min(1540px, 100%);
  min-height: inherit;
  flex-direction: column;
  margin: 0 auto;
  padding: 28px 40px 34px;
}

.yiqi-copy-hero__grid {
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  gap: 36px;
  min-height: 450px;
  flex: 1;
  align-items: center;
}

.yiqi-copy-mobile-tabs {
  display: none;
}

.yiqi-copy-side-nav {
  position: relative;
  display: flex;
  height: 420px;
  flex-direction: column;
  justify-content: center;
  padding-right: 32px;
}

.yiqi-copy-side-nav__rail {
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 24px;
  width: 3px;
  border: 1px solid rgba(203, 213, 225, 0.82);
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 26px rgba(14, 165, 233, 0.16);
  backdrop-filter: blur(14px);
}

.yiqi-copy-side-nav__thumb {
  position: absolute;
  top: var(--yiqi-thumb-top, 30px);
  right: 0;
  z-index: 3;
  width: 3px;
  height: 66px;
  border-radius: 999px;
  background: #2563eb;
  transition: top 0.32s ease;
}

.yiqi-copy-nav-item {
  position: relative;
  display: flex;
  height: 78px;
  flex: 0 0 78px;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: -8px;
  padding: 12px 0 12px 18px;
  border: 0;
  color: #334155;
  background: transparent;
  text-align: right;
  cursor: pointer;
  transition: color 0.22s ease, transform 0.22s ease;
}

.yiqi-copy-nav-item:first-of-type {
  margin-top: 0;
}

.yiqi-copy-nav-item::before {
  position: absolute;
  top: 8px;
  right: -31px;
  bottom: 8px;
  left: 28px;
  border-radius: 4px;
  opacity: 0;
  background: linear-gradient(to left, rgba(37, 99, 235, 0.22) 0%, rgba(96, 165, 250, 0.12) 24%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0) 100%);
  content: "";
  transition: opacity 0.22s ease;
}

.yiqi-copy-nav-item span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 34px;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border-radius: 6px;
  color: #334155;
  background: rgba(226, 232, 240, 0.92);
  font-size: 12px;
  font-weight: 500;
}

.yiqi-copy-nav-item strong {
  position: relative;
  z-index: 1;
  max-width: 160px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.yiqi-copy-nav-item i {
  position: absolute;
  right: -31px;
  bottom: 8px;
  left: 28px;
  z-index: 2;
  display: block;
  height: 2px;
  overflow: hidden;
}

.yiqi-copy-nav-item i::before {
  display: block;
  width: 100%;
  height: 100%;
  background: #2563eb;
  transform: scaleX(0);
  transform-origin: left;
  content: "";
  transition: transform 0.25s ease;
}

.yiqi-copy-nav-item:hover,
.yiqi-copy-nav-item.is-active {
  color: #2563eb;
}

.yiqi-copy-nav-item.is-active {
  font-weight: 700;
}

.yiqi-copy-nav-item.is-active::before {
  opacity: 1;
}

.yiqi-copy-nav-item.is-active span {
  color: #fff;
  background: #2563eb;
}

.yiqi-copy-nav-item.is-active strong {
  font-weight: 700;
}

.yiqi-copy-nav-item.is-active i::before {
  transform: scaleX(1);
  transition-duration: 5.6s;
}

.yiqi-copy-stage {
  position: relative;
  min-height: 360px;
}

.yiqi-copy-slide {
  position: absolute;
  left: 0;
  top: 50%;
  width: min(680px, 100%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-42%) translateX(24px);
  transition: opacity 0.38s ease, transform 0.38s ease, visibility 0.38s ease;
}

.yiqi-copy-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

.yiqi-copy-slide h1 {
  max-width: 15ch;
  margin: 0;
  color: #0f172a;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
  text-wrap: pretty;
}

.yiqi-copy-slide p {
  max-width: 40rem;
  margin: 24px 0 0;
  color: #334155;
  font-size: 15px;
  line-height: 2;
  text-wrap: pretty;
}

.yiqi-copy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 34px;
}

.yiqi-copy-btn {
  display: inline-flex;
  min-width: 140px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
}

.yiqi-copy-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.yiqi-copy-btn--primary {
  color: #fff;
  border-color: #006fee;
  background: #006fee;
  box-shadow: 0 18px 44px -20px rgba(37, 99, 235, 0.75);
}

.yiqi-copy-btn--primary:hover {
  color: #fff;
}

.yiqi-copy-btn--light {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #0f172a;
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(14px);
}

.yiqi-copy-mobile-controls {
  display: none;
}

.yiqi-copy-product-strip {
  border-bottom: 1px solid rgba(226, 232, 240, 0.86);
  background: rgba(255, 255, 255, 0.96);
}

.yiqi-copy-product-strip .cloud-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1540px, calc(100% - 80px));
}

.yiqi-copy-product-strip a {
  position: relative;
  display: block;
  min-height: 140px;
  padding: 26px 32px;
  border-right: 1px solid rgba(226, 232, 240, 0.86);
  color: #0f172a;
  transition: background 0.18s ease;
}

.yiqi-copy-product-strip a:first-child {
  border-left: 1px solid rgba(226, 232, 240, 0.86);
}

.yiqi-copy-product-strip a:hover {
  color: #0f172a;
  background: #f8fafc;
  text-decoration: none;
}

.yiqi-copy-product-strip strong,
.yiqi-copy-product-strip span {
  display: block;
}

.yiqi-copy-product-strip strong {
  font-size: 20px;
  font-weight: 700;
}

.yiqi-copy-product-strip span {
  max-width: 24ch;
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.85;
}

.yiqi-copy-product-strip i {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #94a3b8;
  transition: transform 0.18s ease, color 0.18s ease;
}

.yiqi-copy-product-strip a:hover i {
  color: #2563eb;
  transform: translateX(3px);
}

.yiqi-page-container {
  width: min(1540px, calc(100% - 80px));
  margin: 0 auto;
}

.yiqi-matrix-section,
.yiqi-deals-section,
.yiqi-news-section,
.yiqi-vision-section,
.yiqi-guarantee-section {
  background: #fff;
}

.yiqi-matrix-section {
  padding: 64px 0 76px;
}

.yiqi-deals-section,
.yiqi-news-section {
  padding: 68px 0;
  background: #f8fafc;
}

.yiqi-vision-section {
  position: relative;
  padding: 58px 0;
  border-top: 1px solid rgba(226, 232, 240, 0.82);
  border-bottom: 1px solid rgba(226, 232, 240, 0.82);
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 111, 238, 0.14), transparent 42%),
    radial-gradient(circle at 86% 88%, rgba(99, 102, 241, 0.12), transparent 46%),
    #fff;
}

.yiqi-guarantee-section {
  padding: 30px 0 72px;
  background: #fff;
}

.yiqi-section-head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.yiqi-section-head--row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  text-align: left;
}

.yiqi-chip {
  display: inline-flex;
  height: 28px;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  color: #006fee;
  background: rgba(0, 111, 238, 0.12);
  font-size: 13px;
  font-weight: 700;
}

.yiqi-section-head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.yiqi-section-head h2 span {
  color: #006fee;
}

.yiqi-section-head p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #64748b;
  font-size: 16px;
  line-height: 1.85;
}

.yiqi-view-more {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 999px;
  color: #006fee;
  background: #eef6ff;
  font-weight: 700;
  white-space: nowrap;
}

.yiqi-view-more:hover {
  color: #006fee;
  text-decoration: none;
}

.yiqi-matrix-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.yiqi-category-list {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 10px;
}

.yiqi-category-list button {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 16px;
  gap: 4px 12px;
  min-height: 74px;
  align-items: center;
  padding: 13px 15px;
  border: 0;
  border-radius: 16px;
  color: #0f172a;
  background: transparent;
  text-align: left;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.yiqi-category-list button:hover {
  background: #f1f5f9;
}

.yiqi-category-list button.is-active {
  color: #fff;
  background: #006fee;
  box-shadow: 0 18px 42px rgba(0, 111, 238, 0.24);
}

.yiqi-category-list i {
  grid-row: 1 / 3;
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #006fee;
  background: #eef6ff;
  font-size: 20px;
}

.yiqi-category-list button.is-active i {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}

.yiqi-category-list strong,
.yiqi-category-list span {
  display: block;
}

.yiqi-category-list strong {
  font-size: 16px;
}

.yiqi-category-list span {
  color: #94a3b8;
  font-size: 12px;
}

.yiqi-category-list button.is-active span {
  color: rgba(255, 255, 255, 0.76);
}

.yiqi-category-list b {
  grid-column: 3;
  grid-row: 1 / 3;
  justify-self: end;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.yiqi-category-list button.is-active b {
  opacity: 1;
  transform: translateX(0);
}

.yiqi-product-panel {
  padding: 28px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 56px rgba(15, 23, 42, 0.06);
}

.yiqi-panel-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.yiqi-panel-title h3 {
  margin: 0;
  color: #0f172a;
  font-size: 26px;
  font-weight: 700;
}

.yiqi-panel-title p {
  max-width: 620px;
  margin: 9px 0 0;
  color: #64748b;
  line-height: 1.8;
}

.yiqi-panel-title a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: #006fee;
  font-weight: 700;
}

.yiqi-product-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.yiqi-product-cards a {
  display: block;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 20px;
  color: #0f172a;
  background: #f8fafc;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.yiqi-product-cards a:hover {
  color: #0f172a;
  border-color: rgba(0, 111, 238, 0.36);
  background: #f4f9ff;
  text-decoration: none;
  transform: translateY(-2px);
}

.yiqi-product-cards span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #006fee;
  background: #eaf4ff;
}

.yiqi-product-cards strong,
.yiqi-product-cards p,
.yiqi-product-cards em {
  display: block;
}

.yiqi-product-cards strong {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 700;
}

.yiqi-product-cards p {
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.8;
}

.yiqi-product-cards em {
  margin-top: 18px;
  color: #006fee;
  font-style: normal;
  font-weight: 700;
}

.yiqi-deal-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.94fr 0.94fr;
  gap: 18px;
}

.yiqi-deal-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.yiqi-deal-card:hover {
  color: #0f172a;
  border-color: rgba(0, 111, 238, 0.35);
  transform: translateY(-2px);
  text-decoration: none;
}

.yiqi-deal-card--major {
  color: #0f172a;
  border-color: rgba(19, 102, 236, 0.16);
  background:
    radial-gradient(circle at 88% 12%, rgba(19, 102, 236, 0.1), transparent 32%),
    radial-gradient(circle at 12% 88%, rgba(19, 194, 194, 0.08), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.08);
}

.yiqi-deal-card--major:hover {
  color: #0f172a;
}

.yiqi-deal-card small {
  display: inline-flex;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: #006fee;
  background: #eef6ff;
  font-weight: 700;
}

.yiqi-deal-card--major small {
  border: 1px solid rgba(19, 102, 236, 0.12);
  color: #006fee;
  background: #eef6ff;
}

.yiqi-deal-card h3 {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 700;
}

.yiqi-deal-card p {
  margin: 12px 0 0;
  color: inherit;
  line-height: 1.85;
  opacity: 0.72;
}

.yiqi-deal-card--major p {
  color: #475569;
  opacity: 1;
}

.yiqi-deal-card dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 22px 0 0;
}

.yiqi-deal-card dl div {
  padding: 13px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
}

.yiqi-deal-card--major dl div {
  border: 1px solid #e5efff;
  background: #f8fbff;
}

.yiqi-deal-card dt,
.yiqi-deal-card dd {
  margin: 0;
}

.yiqi-deal-card dt {
  font-size: 12px;
  opacity: 0.66;
}

.yiqi-deal-card--major dt {
  color: #64748b;
  opacity: 1;
}

.yiqi-deal-card dd {
  margin-top: 4px;
  font-weight: 700;
}

.yiqi-deal-card--major dd {
  color: #0f172a;
}

.yiqi-deal-card > span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: #006fee;
  font-weight: 700;
}

.yiqi-deal-card--major > span {
  color: #006fee;
}

.yiqi-deal-card.yiqi-deal-card--major,
.yiqi-deal-card.yiqi-deal-card--major:hover,
.yiqi-deal-card.yiqi-deal-card--major h3,
.yiqi-deal-card.yiqi-deal-card--major dd {
  color: #0f172a;
}

.yiqi-deal-card.yiqi-deal-card--major small,
.yiqi-deal-card.yiqi-deal-card--major > span {
  color: #006fee;
}

.yiqi-deal-card.yiqi-deal-card--major p {
  color: #475569;
}

.yiqi-deal-card.yiqi-deal-card--major dt {
  color: #64748b;
}

.yiqi-deal-card.yiqi-deal-card--major a {
  color: inherit;
}

.yiqi-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.yiqi-news-card {
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.05);
}

.yiqi-news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.yiqi-news-head div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.yiqi-news-head span {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  color: #006fee;
  background: rgba(0, 111, 238, 0.1);
  font-size: 12px;
  font-weight: 700;
}

.yiqi-news-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
}

.yiqi-news-head a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.yiqi-news-feature {
  display: block;
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 18px;
  color: #0f172a;
  background: #f8fafc;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.yiqi-news-feature:hover {
  color: #0f172a;
  border-color: rgba(0, 111, 238, 0.34);
  background: #f4f9ff;
  text-decoration: none;
}

.yiqi-news-feature small,
.yiqi-news-feature time {
  display: inline-flex;
  vertical-align: middle;
}

.yiqi-news-feature small {
  margin-right: 8px;
  padding: 2px 8px;
  border: 1px solid rgba(0, 111, 238, 0.18);
  border-radius: 999px;
  color: #006fee;
  background: rgba(0, 111, 238, 0.08);
  font-size: 11px;
}

.yiqi-news-feature time {
  color: #94a3b8;
  font-size: 12px;
}

.yiqi-news-feature strong {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.65;
}

.yiqi-news-card ul {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.yiqi-news-card li a {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 40px;
  padding: 7px 8px;
  border-radius: 12px;
  color: #334155;
  transition: background 0.18s ease, color 0.18s ease;
}

.yiqi-news-card li a:hover {
  color: #0f172a;
  background: #f1f5f9;
  text-decoration: none;
}

.yiqi-news-card li i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e1;
}

.yiqi-news-card li a:hover i {
  background: #006fee;
}

.yiqi-news-card li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yiqi-news-card li time {
  color: #94a3b8;
  font-size: 12px;
}

.yiqi-vision-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
  padding: 40px;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 56px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(18px);
}

.yiqi-vision-card > div > span {
  display: inline-flex;
  padding: 6px 12px;
  border: 1px solid rgba(0, 111, 238, 0.22);
  border-radius: 999px;
  color: #006fee;
  background: rgba(0, 111, 238, 0.08);
  font-size: 12px;
  font-weight: 700;
}

.yiqi-vision-card h2 {
  margin: 16px 0 0;
  color: #0f172a;
  font-size: 38px;
  font-weight: 700;
}

.yiqi-vision-card p {
  margin: 14px 0 0;
  max-width: 760px;
  color: #64748b;
  line-height: 1.85;
}

.yiqi-vision-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.yiqi-vision-tags b {
  padding: 6px 12px;
  border-radius: 999px;
  color: #475569;
  background: #f1f5f9;
  font-size: 12px;
}

.yiqi-vision-card aside {
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.yiqi-vision-card aside small {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.yiqi-vision-card aside a {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  border-radius: 12px;
  color: #fff;
  background: #006fee;
  font-weight: 700;
}

.yiqi-vision-card aside a:hover {
  color: #fff;
  text-decoration: none;
}

.yiqi-guarantee-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.yiqi-guarantee-head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 22px;
  font-weight: 700;
}

.yiqi-guarantee-head p {
  margin: 0;
  color: #64748b;
}

.yiqi-guarantee-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yiqi-guarantee-list li {
  min-height: 126px;
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 18px;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.yiqi-guarantee-list li:hover {
  border-color: rgba(0, 111, 238, 0.34);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.yiqi-guarantee-list i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #006fee;
  background: rgba(0, 111, 238, 0.1);
}

.yiqi-guarantee-list strong,
.yiqi-guarantee-list span {
  display: block;
}

.yiqi-guarantee-list strong {
  margin-top: 12px;
  color: #0f172a;
  font-size: 15px;
}

.yiqi-guarantee-list span {
  margin-top: 6px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.65;
}

.yiqi-footer {
  position: relative;
  overflow: hidden;
  padding: 56px 0 34px;
  border-top: 1px solid rgba(226, 232, 240, 0.78);
  background:
    radial-gradient(circle at 10% 0%, rgba(19, 102, 236, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.yiqi-footer__container {
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.yiqi-footer__top {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(260px, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-bottom: 26px;
}

.yiqi-footer__brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}

.yiqi-footer__brand img {
  width: auto;
  max-width: 180px;
  max-height: 44px;
}

.yiqi-footer__top p {
  max-width: 620px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

.yiqi-footer__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.yiqi-footer__contact a,
.yiqi-footer__contact > span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(203, 213, 225, 0.76);
  border-radius: 999px;
  color: #475569;
  background: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.yiqi-footer__contact a:hover {
  color: var(--cloud-blue);
  border-color: rgba(19, 102, 236, 0.24);
  background: #fff;
  text-decoration: none;
}

.yiqi-footer__contact i {
  color: var(--cloud-blue);
  font-size: 13px;
}

.yiqi-footer__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(420px, 1fr);
  gap: 30px;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(14px);
}

.yiqi-footer__legal {
  display: grid;
  align-content: start;
  gap: 8px;
}

.yiqi-footer__legal p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.8;
}

.yiqi-footer__legal span {
  color: #334155;
  font-weight: 700;
}

.yiqi-footer__legal a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #475569;
  font-weight: 700;
}

.yiqi-footer__legal a:hover {
  color: var(--cloud-blue);
  text-decoration: none;
}

.yiqi-footer__legal img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.yiqi-footer__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.yiqi-footer__links h3 {
  margin: 0 0 12px;
  color: #334155;
  font-size: 14px;
  font-weight: 800;
}

.yiqi-footer__links ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yiqi-footer__links a {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 5px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.18s ease;
}

.yiqi-footer__links a span {
  opacity: 0;
  transform: translateX(-3px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.yiqi-footer__links a:hover {
  color: var(--cloud-blue);
  text-decoration: none;
}

.yiqi-footer__links a:hover span {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 1199px) {
  .yiqi-page-container {
    width: min(100% - 48px, 1080px);
  }

  .yiqi-matrix-layout {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 22px;
  }

  .yiqi-deal-grid {
    grid-template-columns: 1fr;
  }

  .yiqi-deal-card {
    min-height: 260px;
  }

  .yiqi-guarantee-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .yiqi-copy-hero__grid {
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 28px;
  }

  .yiqi-copy-slide h1 {
    font-size: 40px;
  }

  .yiqi-copy-product-strip .cloud-container {
    grid-template-columns: repeat(2, 1fr);
    width: min(100% - 48px, 960px);
  }

  .yiqi-copy-product-strip a:nth-child(odd) {
    border-left: 1px solid rgba(226, 232, 240, 0.86);
  }

  .yiqi-copy-product-strip a {
    border-bottom: 1px solid rgba(226, 232, 240, 0.86);
  }

}

@media (max-width: 991px) {
  .yiqi-site-header .navbar-body {
    padding: 14px;
    border: 1px solid var(--cloud-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.12);
  }

  .cloud-container {
    width: min(100% - 32px, 760px);
  }

  .yiqi-news-page__container {
    width: min(100% - 32px, 760px);
  }

  .yiqi-news-page__layout {
    grid-template-columns: 1fr;
  }

  .yiqi-news-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  .yiqi-page-container {
    width: min(100% - 32px, 760px);
  }

  .yiqi-matrix-section,
  .yiqi-deals-section,
  .yiqi-news-section {
    padding: 52px 0;
  }

  .yiqi-section-head,
  .yiqi-section-head--row {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }

  .yiqi-section-head h2 {
    font-size: 30px;
  }

  .yiqi-section-head p {
    font-size: 14px;
  }

  .yiqi-view-more {
    margin-top: 18px;
  }

  .yiqi-matrix-layout {
    grid-template-columns: 1fr;
  }

  .yiqi-category-list {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }

  .yiqi-product-panel {
    padding: 22px;
    border-radius: 20px;
  }

  .yiqi-news-grid,
  .yiqi-vision-card {
    grid-template-columns: 1fr;
  }

  .yiqi-vision-card {
    padding: 28px;
  }

  .yiqi-guarantee-head {
    display: block;
  }

  .yiqi-guarantee-head p {
    margin-top: 6px;
  }

  .yiqi-guarantee-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .yiqi-copy-hero {
    min-height: 620px;
    padding-top: 88px;
  }

  .yiqi-notice-bar + .yiqi-copy-hero {
    padding-top: 54px;
  }

  .yiqi-copy-hero__inner {
    width: 100%;
    padding: 18px 24px 28px;
  }

  .yiqi-copy-mobile-tabs {
    display: flex;
    gap: 8px;
    max-width: calc(100vw - 48px);
    margin: 0 -4px;
    padding: 0 4px 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .yiqi-copy-mobile-tabs::-webkit-scrollbar {
    display: none;
  }

  .yiqi-copy-mobile-tabs button {
    flex: 0 0 auto;
    max-width: 72vw;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 999px;
    color: #334155;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 16px 32px -24px rgba(15, 23, 42, 0.38);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    backdrop-filter: blur(14px);
  }

  .yiqi-copy-mobile-tabs button.is-active {
    border-color: transparent;
    color: #fff;
    background: #0284c7;
  }

  .yiqi-copy-hero__grid {
    display: block;
    min-height: 440px;
  }

  .yiqi-copy-side-nav {
    display: none;
  }

  .yiqi-copy-stage {
    min-height: 430px;
  }

  .yiqi-copy-slide {
    left: 50%;
    top: 46%;
    width: min(680px, 100%);
    text-align: center;
    transform: translate(-50%, -42%) translateX(20px);
  }

  .yiqi-copy-slide.is-active {
    transform: translate(-50%, -50%) translateX(0);
  }

  .yiqi-copy-slide h1 {
    max-width: 16ch;
    margin: 0 auto;
    font-size: 38px;
  }

  .yiqi-copy-slide p {
    margin-right: auto;
    margin-left: auto;
  }

  .yiqi-copy-actions {
    justify-content: center;
  }

  .yiqi-copy-mobile-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .yiqi-copy-dots {
    display: flex;
    min-width: 0;
    gap: 8px;
  }

  .yiqi-copy-dots span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.9);
    transition: width 0.2s ease, background 0.2s ease;
  }

  .yiqi-copy-dots span.is-active {
    width: 32px;
    background: #0284c7;
  }

  .yiqi-copy-arrows {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
  }

  .yiqi-copy-arrows button {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: 50%;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(14px);
  }

  .yiqi-copy-arrows button + button {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(90deg, #0284c7, #2563eb, #4f46e5);
    box-shadow: 0 18px 44px -20px rgba(37, 99, 235, 0.55);
  }

}

@media (max-width: 767px) {
  .yiqi-section-head h2 {
    font-size: 25px;
  }

  .yiqi-category-list,
  .yiqi-product-cards,
  .yiqi-news-grid,
  .yiqi-guarantee-list {
    grid-template-columns: 1fr;
  }

  .yiqi-category-list button {
    min-height: 66px;
  }

  .yiqi-panel-title {
    display: block;
  }

  .yiqi-panel-title h3 {
    font-size: 22px;
  }

  .yiqi-panel-title a {
    margin-top: 12px;
  }

  .yiqi-product-cards a,
  .yiqi-deal-card,
  .yiqi-news-card,
  .yiqi-vision-card {
    border-radius: 18px;
  }

  .yiqi-deal-card {
    min-height: auto;
    padding: 22px;
  }

  .yiqi-deal-card dl {
    grid-template-columns: 1fr;
  }

  .yiqi-news-head {
    align-items: flex-start;
  }

  .yiqi-news-head div {
    display: block;
  }

  .yiqi-news-head h3 {
    margin-top: 8px;
  }

  .yiqi-news-card li a {
    grid-template-columns: 8px minmax(0, 1fr);
  }

  .yiqi-news-card li time {
    grid-column: 2;
  }

  .yiqi-vision-card {
    padding: 22px;
  }

  .yiqi-vision-card h2 {
    font-size: 28px;
  }

  .yiqi-guarantee-list li {
    min-height: auto;
  }

  .yiqi-copy-hero {
    min-height: 600px;
  }

  .yiqi-notice-bar {
    margin-top: 45px;
  }

  .yiqi-notice-bar__inner {
    width: min(100% - 32px, 560px);
    min-height: 40px;
  }

  .yiqi-news-page {
    padding-top: 45px;
  }

  .yiqi-news-page__hero {
    padding: 42px 0 36px;
  }

  .yiqi-news-page__hero h1 {
    font-size: 32px;
  }

  .yiqi-news-search {
    max-width: 100%;
  }

  .yiqi-news-item {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .yiqi-news-item__icon {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }

  .yiqi-news-sidebar {
    grid-template-columns: 1fr;
  }

  .yiqi-notice-bar + .yiqi-copy-hero {
    padding-top: 42px;
  }

  .yiqi-copy-hero__inner {
    padding: 16px 16px 26px;
  }

  .yiqi-copy-slide h1 {
    font-size: 28px;
  }

  .yiqi-copy-slide p {
    font-size: 13px;
    line-height: 1.9;
  }

  .yiqi-copy-btn {
    min-width: 108px;
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  .yiqi-copy-product-strip .cloud-container {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 560px);
  }

  .yiqi-copy-product-strip a,
  .yiqi-copy-product-strip a:first-child,
  .yiqi-copy-product-strip a:nth-child(odd) {
    min-height: 116px;
    border-right: 1px solid rgba(226, 232, 240, 0.86);
    border-left: 1px solid rgba(226, 232, 240, 0.86);
    padding: 22px 24px;
  }

  .yiqi-copy-product-strip strong {
    font-size: 18px;
  }

}

@media (max-width: 1199px) {
  .yiqi-footer__top,
  .yiqi-footer__panel {
    grid-template-columns: 1fr;
  }

  .yiqi-footer__contact {
    justify-content: flex-start;
  }

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

@media (max-width: 767px) {
  .yiqi-footer {
    padding: 42px 0 26px;
  }

  .yiqi-footer__container {
    width: min(100% - 32px, 560px);
  }

  .yiqi-footer__top {
    gap: 16px;
    margin-bottom: 18px;
  }

  .yiqi-footer__brand img {
    max-width: 156px;
    max-height: 38px;
  }

  .yiqi-footer__panel {
    gap: 22px;
    padding: 18px;
    border-radius: 14px;
  }

  .yiqi-footer__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .yiqi-footer__contact a,
  .yiqi-footer__contact > span {
    max-width: 100%;
  }
}

/* Global inner pages */
.yiqi-page {
  overflow: hidden;
  padding-top: 45px;
  color: #0f172a;
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 111, 238, 0.09), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #fff 34%, #f8fafc 100%);
}

.yiqi-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.yiqi-page a {
  text-decoration: none;
}

.yiqi-page-hero {
  position: relative;
  padding: 68px 0 56px;
}

.yiqi-page-hero--split .yiqi-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.88fr);
  gap: 42px;
  align-items: center;
}

.yiqi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(0, 111, 238, 0.16);
  border-radius: 999px;
  color: #006fee;
  background: rgba(0, 111, 238, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.yiqi-page-hero h1,
.yiqi-title {
  margin: 18px 0 0;
  color: #0f172a;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: pretty;
}

.yiqi-page-hero p,
.yiqi-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: #64748b;
  font-size: 17px;
  line-height: 1.9;
  text-wrap: pretty;
}

.yiqi-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.yiqi-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid #d8e2ef;
  border-radius: 6px;
  color: #0f172a;
  background: #fff;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.yiqi-btn:hover {
  color: #006fee;
  border-color: rgba(0, 111, 238, 0.24);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.yiqi-btn--primary {
  border-color: #006fee;
  color: #fff;
  background: linear-gradient(135deg, #006fee, #1366ec);
}

.yiqi-btn--primary:hover {
  color: #fff;
  border-color: #005bd3;
  box-shadow: 0 20px 42px rgba(0, 111, 238, 0.22);
}

.yiqi-section {
  padding: 64px 0;
}

.yiqi-section--white {
  background: #fff;
}

.yiqi-section--soft {
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fc 100%);
}

.yiqi-section-title {
  max-width: 760px;
  margin-bottom: 30px;
}

.yiqi-section-title h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
}

.yiqi-section-title p {
  margin: 12px 0 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.8;
}

.yiqi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

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

.yiqi-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.yiqi-card:hover {
  border-color: rgba(0, 111, 238, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

.yiqi-card__icon,
.yiqi-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #006fee;
  background: linear-gradient(135deg, rgba(0, 111, 238, 0.11), rgba(19, 194, 194, 0.12));
  font-size: 18px;
}

.yiqi-card h3 {
  margin: 18px 0 8px;
  color: #0f172a;
  font-size: 19px;
  font-weight: 850;
  line-height: 1.35;
}

.yiqi-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

.yiqi-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: #006fee;
  font-size: 14px;
  font-weight: 850;
}

.yiqi-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.yiqi-metric {
  padding: 22px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
}

.yiqi-metric strong {
  display: block;
  color: #006fee;
  font-size: 31px;
  font-weight: 850;
  line-height: 1.1;
}

.yiqi-metric span {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
}

.yiqi-image-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr;
  gap: 14px;
}

.yiqi-image-grid__item {
  min-height: 168px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  border-radius: 16px;
  background-color: #eaf1f9;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}

.yiqi-image-grid__item:first-child {
  min-height: 350px;
  grid-row: span 2;
}

.yiqi-visual-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 247, 255, 0.92)),
    #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.1);
}

.yiqi-visual-panel::before {
  content: "";
  position: absolute;
  inset: auto -16% -24% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 111, 238, 0.14), transparent 70%);
}

.yiqi-visual-panel > * {
  position: relative;
}

.yiqi-product-hero {
  padding-bottom: 42px;
}

.yiqi-product-hero .yiqi-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 34px;
  align-items: stretch;
}

.yiqi-product-summary {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.08);
}

.yiqi-product-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 111, 238, 0.13);
  border-radius: 16px;
  background: #f1f7ff;
}

.yiqi-product-icon img {
  max-width: 38px;
  max-height: 38px;
}

.yiqi-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #f59e0b;
  font-size: 13px;
  font-weight: 800;
}

.yiqi-product-summary small {
  color: #64748b;
  line-height: 1.7;
}

.yiqi-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.yiqi-spec {
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 12px;
  background: #fff;
}

.yiqi-spec strong {
  display: block;
  color: #0f172a;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.15;
}

.yiqi-spec span {
  display: block;
  margin-top: 7px;
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
}

.yiqi-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.yiqi-feature-item {
  display: flex;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.055);
}

.yiqi-feature-item h3 {
  margin: 0 0 7px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 850;
}

.yiqi-feature-item p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

.yiqi-doc-page {
  padding-top: 45px;
  background:
    linear-gradient(180deg, #f8fbff 0%, #fff 28%, #f8fafc 100%);
}

.yiqi-doc-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  padding: 44px 0 72px;
}

.yiqi-doc-toc {
  position: sticky;
  top: 92px;
  align-self: start;
  padding: 18px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
}

.yiqi-doc-toc h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 15px;
  font-weight: 850;
}

.yiqi-doc-toc a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px;
  border-radius: 8px;
  color: #64748b;
  font-size: 13px;
  font-weight: 750;
}

.yiqi-doc-toc a:hover {
  color: #006fee;
  background: #f1f7ff;
}

.yiqi-doc-card,
.yiqi-detail-card {
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.075);
}

.yiqi-doc-content h2,
.yiqi-doc-content h3,
.yiqi-detail-card h1,
.yiqi-detail-card h2,
.article-detail h2,
.article-detail h3 {
  color: #0f172a;
  font-weight: 850;
  letter-spacing: 0;
}

.yiqi-doc-content h2 {
  margin: 32px 0 14px;
  padding-top: 4px;
  font-size: 24px;
}

.yiqi-doc-content h2:first-child {
  margin-top: 0;
}

.yiqi-doc-content h3 {
  margin: 24px 0 10px;
  font-size: 19px;
}

.yiqi-doc-content p,
.yiqi-doc-content li,
.article-detail,
.article-detail p {
  color: #475569;
  font-size: 15px;
  line-height: 1.95;
}

.yiqi-doc-content ul,
.yiqi-doc-content ol {
  padding-left: 20px;
}

.yiqi-doc-content hr,
.yiqi-detail-card hr {
  border-color: #e2e8f0;
}

.yiqi-help-list {
  display: grid;
  gap: 16px;
}

.yiqi-help-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.yiqi-help-card:hover {
  border-color: rgba(0, 111, 238, 0.2);
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.yiqi-help-card h3 {
  margin: 0 0 7px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 850;
}

.yiqi-help-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.75;
}

.yiqi-help-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 11px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.yiqi-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.yiqi-contact-card {
  padding: 26px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
}

.yiqi-contact-card strong {
  display: block;
  margin-top: 16px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 850;
}

.yiqi-contact-card b {
  display: block;
  margin-top: 8px;
  color: #006fee;
  font-size: 26px;
  font-weight: 850;
  word-break: break-all;
}

.yiqi-contact-card p {
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.8;
}

.yiqi-command-list {
  display: grid;
  gap: 14px;
}

.yiqi-command-card {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
}

.yiqi-command-card h3 {
  margin: 0;
  padding: 16px 18px;
  border-bottom: 1px solid #e2e8f0;
  color: #0f172a;
  font-size: 16px;
  font-weight: 850;
}

.yiqi-command-card code {
  display: block;
  overflow-x: auto;
  padding: 18px;
  color: #dbeafe;
  background: #0f172a;
  font-size: 13px;
  line-height: 1.8;
  white-space: nowrap;
}

.yiqi-shop-hero {
  padding-bottom: 42px;
}

.yiqi-shop-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 22px;
}

.yiqi-shop-sidebar,
.yiqi-shop-products {
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.yiqi-shop-sidebar {
  padding: 18px;
}

.yiqi-shop-sidebar h3,
.yiqi-shop-products__head h2 {
  margin: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 850;
}

.yiqi-shop-group {
  margin-top: 16px;
}

.yiqi-shop-group strong {
  display: block;
  margin-bottom: 8px;
  color: #64748b;
  font-size: 12px;
  font-weight: 850;
}

.yiqi-shop-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.yiqi-shop-group a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #475569;
  font-size: 14px;
  font-weight: 750;
}

.yiqi-shop-group a:hover,
.yiqi-shop-group a.is-active {
  color: #006fee;
  background: #f1f7ff;
}

.yiqi-shop-products {
  padding: 22px;
}

.yiqi-shop-products__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.yiqi-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.yiqi-product-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.yiqi-product-card:hover {
  border-color: rgba(0, 111, 238, 0.22);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.1);
  transform: translateY(-2px);
}

.yiqi-product-card__tag {
  display: inline-flex;
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  color: #0f766e;
  background: #ccfbf1;
  font-size: 12px;
  font-weight: 850;
}

.yiqi-product-card h3 {
  margin: 16px 0 8px;
  color: #0f172a;
  font-size: 19px;
  font-weight: 850;
}

.yiqi-product-card p {
  flex: 1 1 auto;
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.75;
}

.yiqi-product-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.yiqi-product-card__price {
  color: #ff6a00;
  font-size: 22px;
  font-weight: 900;
}

.yiqi-product-card__price small {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 700;
}

.yiqi-error-page {
  min-height: 100vh;
  padding-top: 45px;
  background:
    radial-gradient(circle at 16% 12%, rgba(0, 111, 238, 0.12), transparent 32%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.yiqi-error-panel {
  display: grid;
  min-height: calc(100vh - 45px);
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
  padding: 70px 0;
}

.yiqi-error-code {
  color: #006fee;
  font-size: clamp(88px, 15vw, 168px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.yiqi-error-visual {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.1);
}

.yiqi-error-visual i {
  color: rgba(0, 111, 238, 0.18);
  font-size: 142px;
}

@media (max-width: 991px) {
  .yiqi-page-hero--split .yiqi-container,
  .yiqi-product-hero .yiqi-container,
  .yiqi-doc-layout,
  .yiqi-shop-layout,
  .yiqi-error-panel {
    grid-template-columns: 1fr;
  }

  .yiqi-doc-toc {
    position: static;
  }

  .yiqi-grid,
  .yiqi-grid--4,
  .yiqi-metrics,
  .yiqi-spec-grid,
  .yiqi-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .yiqi-page,
  .yiqi-doc-page,
  .yiqi-error-page {
    padding-top: 45px;
  }

  .yiqi-container {
    width: min(100% - 32px, 560px);
  }

  .yiqi-page-hero {
    padding: 42px 0 36px;
  }

  .yiqi-page-hero h1,
  .yiqi-title {
    font-size: 31px;
  }

  .yiqi-page-hero p,
  .yiqi-lead {
    font-size: 15px;
  }

  .yiqi-grid,
  .yiqi-grid--2,
  .yiqi-grid--4,
  .yiqi-metrics,
  .yiqi-spec-grid,
  .yiqi-feature-list,
  .yiqi-contact-grid,
  .yiqi-product-grid {
    grid-template-columns: 1fr;
  }

  .yiqi-card,
  .yiqi-contact-card,
  .yiqi-product-summary,
  .yiqi-doc-card,
  .yiqi-detail-card,
  .yiqi-shop-products,
  .yiqi-shop-sidebar {
    border-radius: 14px;
  }

  .yiqi-help-card {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .yiqi-help-card > .yiqi-btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .yiqi-image-grid {
    grid-template-columns: 1fr;
  }

  .yiqi-image-grid__item,
  .yiqi-image-grid__item:first-child {
    min-height: 210px;
    grid-row: auto;
  }

  .yiqi-product-card__bottom,
  .yiqi-shop-products__head {
    align-items: stretch;
    flex-direction: column;
  }

  .yiqi-product-card__bottom .yiqi-btn {
    width: 100%;
  }
}
