.qy-home-scope .qy-hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 56%, #f8fbff 100%);
}

.qy-home-scope .qy-hero__viewport {
  position: relative;
  min-height: 650px;
}

.qy-home-scope .qy-hero__slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(26px);
  pointer-events: none;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.qy-home-scope .qy-hero__slide::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.74) 34%, rgba(255, 255, 255, 0.30) 58%, rgba(255, 255, 255, 0.06) 100%);
  pointer-events: none;
}

.qy-home-scope .qy-hero__slide::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-image: var(--qy-hero-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.qy-home-scope .qy-hero__slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.qy-home-scope .qy-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 86px 0 104px;
}

.qy-home-scope .qy-hero__content {
  max-width: 720px;
}

.qy-home-scope .qy-hero__content h1 {
  max-width: 720px;
  margin: 24px 0 18px;
  font-size: clamp(38px, 4.6vw, 60px);
  line-height: 1.08;
  letter-spacing: -1.5px;
}

.qy-home-scope .qy-hero__content p {
  max-width: 660px;
  margin: 0;
  color: var(--qy-text);
  font-size: 18px;
  line-height: 1.9;
}

.qy-home-scope .qy-hero__buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.qy-home-scope .qy-hero__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.qy-home-scope .qy-hero__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  color: #1e3a8a;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
  box-shadow: var(--qy-shadow-sm);
}

.qy-home-scope .qy-hero__controls {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.qy-home-scope .qy-hero__controls button {
  width: 34px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
  transition: width 0.18s ease, background 0.18s ease;
}

.qy-home-scope .qy-hero__controls button.is-active {
  width: 48px;
  background: linear-gradient(90deg, var(--qy-primary), var(--qy-sky));
}

.qy-home-scope .qy-hero__visual--products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  align-content: center;
}

.qy-home-scope .qy-product-mini {
  min-height: 185px;
  padding: 24px;
  border: 1px solid rgba(203, 213, 225, 0.86);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--qy-shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.qy-home-scope .qy-product-mini:nth-child(2),
.qy-home-scope .qy-product-mini:nth-child(4) {
  transform: translateY(28px);
}

.qy-home-scope .qy-product-mini:hover {
  transform: translateY(-4px);
  box-shadow: var(--qy-shadow-md);
}

.qy-home-scope .qy-product-mini:nth-child(2):hover,
.qy-home-scope .qy-product-mini:nth-child(4):hover {
  transform: translateY(22px);
}

.qy-home-scope .qy-product-mini span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: var(--qy-white);
  border-radius: 18px;
  background: linear-gradient(135deg, var(--qy-primary), var(--qy-sky));
  font-size: 14px;
  font-weight: 900;
}

.qy-home-scope .qy-product-mini strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.25;
}

.qy-home-scope .qy-product-mini p {
  margin: 0;
  color: var(--qy-text);
  font-size: 14px;
  line-height: 1.75;
}

.qy-home-scope .qy-hero__controls {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(-50%);
}

.qy-home-scope .qy-hero__controls button {
  width: 34px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  transition: width 0.18s ease, background 0.18s ease;
}

.qy-home-scope .qy-hero__controls button.is-active {
  width: 48px;
  background: linear-gradient(90deg, var(--qy-primary), var(--qy-sky));
}

.qy-home-scope .qy-hot,
.qy-home-scope .qy-products,
.qy-home-scope .qy-tools,
.qy-home-scope .qy-partner,
.qy-home-scope .qy-news {
  background: var(--qy-white);
}

.qy-home-scope .qy-assure,
.qy-home-scope .qy-why {
  background: var(--qy-bg);
}

.qy-home-scope .qy-hot-wrap {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.qy-home-scope .qy-hot-wrap::before {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  content: "";
  border-radius: 50%;
  background: rgba(18, 99, 255, 0.08);
  pointer-events: none;
}

.qy-home-scope .qy-hot-wrap::after {
  position: absolute;
  left: -120px;
  bottom: -140px;
  width: 260px;
  height: 260px;
  content: "";
  border-radius: 50%;
  background: rgba(32, 184, 255, 0.08);
  pointer-events: none;
}

.qy-home-scope .qy-hot-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 22px;
}

.qy-home-scope .qy-hot-cate {
  display: grid;
  gap: 12px;
  align-content: start;
}

.qy-home-scope .qy-hot-cate button {
  min-height: 86px;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-areas:
    "icon title"
    "icon desc";
  column-gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--qy-line);
  border-radius: 22px;
  background: var(--qy-white);
  text-align: left;
  box-shadow: var(--qy-shadow-sm);
  transition: 0.18s ease;
}

.qy-home-scope .qy-hot-cate button:hover,
.qy-home-scope .qy-hot-cate button.is-active {
  border-color: #cfe0ff;
  background: linear-gradient(180deg, #ffffff, #f5f9ff);
  transform: translateY(-2px);
}

.qy-home-scope .qy-hot-cate button span {
  grid-area: icon;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--qy-primary);
  border-radius: 16px;
  background: var(--qy-primary-light);
  font-size: 14px;
  font-weight: 900;
}

.qy-home-scope .qy-hot-cate button strong {
  grid-area: title;
  color: var(--qy-title);
  font-size: 17px;
  line-height: 1.2;
}

.qy-home-scope .qy-hot-cate button em {
  grid-area: desc;
  margin-top: 6px;
  color: var(--qy-muted);
  font-size: 13px;
  font-style: normal;
}

.qy-home-scope .qy-hot-content {
  min-height: 120px;
}

.qy-home-scope .qy-hot-panel {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.qy-home-scope .qy-hot-panel.is-active {
  display: grid;
}

.qy-home-scope .qy-hot-product {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  padding: 30px;
  border: 1px solid var(--qy-line);
  border-radius: 28px;
  background: var(--qy-white);
  box-shadow: var(--qy-shadow-sm);
  transition: 0.2s ease;
}

.qy-home-scope .qy-hot-product:hover {
  transform: translateY(-5px);
  border-color: #c7d7ff;
  box-shadow: var(--qy-shadow-md);
}

.qy-home-scope .qy-hot-product::after {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 210px;
  height: 210px;
  content: "";
  border-radius: 50%;
  background: rgba(18, 99, 255, 0.07);
}

.qy-home-scope .qy-hot-product.is-main {
  background: linear-gradient(180deg, #ffffff, #f6faff);
  border-color: #cfe0ff;
}

.qy-home-scope .qy-hot-product__tag {
  position: relative;
  z-index: 1;
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--qy-primary);
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: var(--qy-white);
  font-size: 13px;
  font-weight: 900;
}

.qy-home-scope .qy-hot-product h3 {
  position: relative;
  z-index: 1;
  margin: 24px 0 12px;
  font-size: 28px;
  line-height: 1.2;
}

.qy-home-scope .qy-hot-product p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--qy-text);
  line-height: 1.85;
}

.qy-home-scope .qy-hot-product ul {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.qy-home-scope .qy-hot-product li {
  padding: 7px 10px;
  color: #1e3a8a;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 800;
}


.qy-home-scope .qy-product-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.qy-home-scope .qy-product-tabs button {
  height: 58px;
  padding: 0 18px;
  color: #334155;
  border: 1px solid var(--qy-line);
  border-radius: 999px;
  background: var(--qy-white);
  font-weight: 900;
  transition: 0.18s ease;
}
.qy-home-scope .qy-hot-product__tags {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.qy-home-scope .qy-hot-product__tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--qy-primary);
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: var(--qy-white);
  font-size: 13px;
  font-weight: 900;
}
.qy-home-scope .qy-product-tabs button:hover,
.qy-home-scope .qy-product-tabs button.is-active {
  color: var(--qy-white);
  border-color: var(--qy-primary);
  background: linear-gradient(135deg, var(--qy-primary), var(--qy-sky));
  box-shadow: 0 12px 28px rgba(18, 99, 255, 0.2);
}

.qy-home-scope .qy-config-panels {
  width: 100%;
}

.qy-home-scope .qy-config-panel {
  display: none;
}

.qy-home-scope .qy-config-panel.is-active {
  display: block;
}

.qy-home-scope .qy-config-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.qy-home-scope .qy-config-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

.qy-home-scope .qy-config-table thead {
  background: linear-gradient(90deg, #f5f9ff, #ffffff);
}

.qy-home-scope .qy-config-table th {
  padding: 18px;
  color: var(--qy-title);
  border-bottom: 1px solid var(--qy-line);
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
}

.qy-home-scope .qy-config-table td {
  padding: 20px 18px;
  color: var(--qy-text);
  border-bottom: 1px solid var(--qy-soft-line);
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
}

.qy-home-scope .qy-config-table tbody tr:last-child td {
  border-bottom: 0;
}

.qy-home-scope .qy-config-table tbody tr {
  transition: background 0.18s ease;
}

.qy-home-scope .qy-config-table tbody tr:hover {
  background: #f8fbff;
}

.qy-home-scope .qy-config-table td strong {
  color: var(--qy-primary);
  font-size: 16px;
  font-weight: 900;
}

.qy-home-scope .qy-config-table td a {
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: var(--qy-white);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--qy-primary), var(--qy-sky));
  font-size: 13px;
  font-weight: 900;
}

.qy-home-scope .qy-assure-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.qy-home-scope .qy-assure-grid article {
  padding: 24px;
  border: 1px solid var(--qy-line);
  border-radius: 24px;
  background: var(--qy-white);
  box-shadow: var(--qy-shadow-sm);
}

.qy-home-scope .qy-assure-grid span {
  width: 64px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--qy-white);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--qy-primary), var(--qy-sky));
  font-weight: 900;
}

.qy-home-scope .qy-assure-grid h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.qy-home-scope .qy-assure-grid p {
  margin: 0;
  color: var(--qy-text);
  line-height: 1.7;
  font-size: 14px;
}

.qy-home-scope .qy-tools-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 22px;
}

.qy-home-scope .qy-tools-main {
  padding: 34px;
  color: var(--qy-white);
  border-radius: var(--qy-radius-lg);
  background: linear-gradient(135deg, #07142f, #1263ff);
  position: relative;
  overflow: hidden;
}

.qy-home-scope .qy-tools-main::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.qy-home-scope .qy-tools-main h3 {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.22;
}

.qy-home-scope .qy-tools-main p {
  position: relative;
  z-index: 1;
  max-width: 440px;
  margin: 0 0 28px;
  color: #dbeafe;
  line-height: 1.85;
}

.qy-home-scope .qy-tools-main .qy-btn {
  position: relative;
  z-index: 1;
}

.qy-home-scope .qy-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.qy-home-scope .qy-tools-grid a {
  min-height: 170px;
  padding: 22px;
  border: 1px solid var(--qy-line);
  border-radius: 24px;
  background: var(--qy-white);
  box-shadow: var(--qy-shadow-sm);
  transition: 0.2s ease;
}

.qy-home-scope .qy-tools-grid a:hover {
  transform: translateY(-5px);
  border-color: #c7d7ff;
  box-shadow: var(--qy-shadow-md);
}

.qy-home-scope .qy-tools-grid span {
  min-width: 46px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: var(--qy-primary);
  border-radius: 999px;
  background: var(--qy-primary-light);
  font-size: 13px;
  font-weight: 900;
}

.qy-home-scope .qy-tools-grid strong {
  display: block;
  margin: 22px 0 8px;
  font-size: 19px;
}

.qy-home-scope .qy-tools-grid small {
  display: block;
  color: var(--qy-muted);
  font-size: 13px;
}

.qy-home-scope .qy-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.qy-home-scope .qy-why-grid article {
  padding: 28px;
  border: 1px solid var(--qy-line);
  border-radius: var(--qy-radius-lg);
  background: var(--qy-white);
  box-shadow: var(--qy-shadow-sm);
}

.qy-home-scope .qy-why-grid strong {
  display: block;
  color: var(--qy-primary);
  font-size: 28px;
  line-height: 1;
}

.qy-home-scope .qy-why-grid h3 {
  margin: 22px 0 10px;
  font-size: 20px;
}

.qy-home-scope .qy-why-grid p {
  margin: 0;
  color: var(--qy-text);
  line-height: 1.8;
  font-size: 14px;
}

.qy-home-scope .qy-partner-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px;
  border: 1px solid #dbeafe;
  border-radius: var(--qy-radius-lg);
  background: linear-gradient(180deg, #ffffff, #f6faff);
  box-shadow: var(--qy-shadow-sm);
}

.qy-home-scope .qy-partner-card p {
  max-width: 660px;
  margin: 16px 0 0;
  color: var(--qy-text);
  line-height: 1.8;
}

.qy-home-scope .qy-partner-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.qy-home-scope .qy-news-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.qy-home-scope .qy-news-card {
  padding: 28px;
  border: 1px solid var(--qy-line);
  border-radius: var(--qy-radius-lg);
  background: var(--qy-white);
  box-shadow: var(--qy-shadow-sm);
}

.qy-home-scope .qy-news-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--qy-soft-line);
}

.qy-home-scope .qy-news-card__head h3 {
  margin: 0;
  font-size: 22px;
}

.qy-home-scope .qy-news-card__head a {
  color: var(--qy-primary);
  font-size: 14px;
  font-weight: 900;
}

.qy-home-scope .qy-news-card > a {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--qy-soft-line);
}

.qy-home-scope .qy-news-card > a:last-child {
  border-bottom: 0;
}

.qy-home-scope .qy-news-card > a span {
  width: 46px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--qy-primary);
  border-radius: 999px;
  background: var(--qy-primary-light);
  font-size: 13px;
  font-weight: 900;
}

.qy-home-scope .qy-news-card > a strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.qy-home-scope .qy-news-card > a em {
  display: block;
  color: var(--qy-muted);
  font-size: 13px;
  font-style: normal;
}

.qy-home-scope .qy-cta {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  color: var(--qy-white);
  background: linear-gradient(135deg, #07142f, #1263ff);
}

.qy-home-scope .qy-cta::before {
  position: absolute;
  top: -120px;
  right: 8%;
  width: 360px;
  height: 360px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.qy-home-scope .qy-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.qy-home-scope .qy-cta h2 {
  margin: 0 0 12px;
}

.qy-home-scope .qy-cta p {
  max-width: 660px;
  margin: 0;
  color: #dbeafe;
  line-height: 1.85;
}

.qy-home-scope .qy-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1100px) {

  .qy-home-scope .qy-hero,
.qy-home-scope .qy-hero__viewport,
.qy-home-scope .qy-hero__inner {
    min-height: auto;
  }

  .qy-home-scope .qy-hero__slide {
    position: relative;
    display: none;
    transform: none;
  }

  .qy-home-scope .qy-hero__slide.is-active {
    display: block;
  }

  .qy-home-scope .qy-hero__inner {
    grid-template-columns: 1fr;
    padding: 58px 0 82px;
  }

  .qy-home-scope .qy-hero__visual {
    min-height: 460px;
  }

  .qy-home-scope .qy-hot-wrap {
    padding: 22px;
  }

  .qy-home-scope .qy-hot-layout {
    grid-template-columns: 1fr;
  }

  .qy-home-scope .qy-hot-cate {
    grid-template-columns: repeat(2, 1fr);
  }

  .qy-home-scope .qy-hot-panel {
    grid-template-columns: 1fr;
  }

  .qy-home-scope .qy-product-panel {
    grid-template-columns: repeat(2, 1fr);
  }

  .qy-home-scope .qy-assure-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .qy-home-scope .qy-tools-layout,
.qy-home-scope .qy-news-layout {
    grid-template-columns: 1fr;
  }

  .qy-home-scope .qy-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .qy-home-scope .qy-partner-card,
.qy-home-scope .qy-cta__inner {
    display: block;
  }

  .qy-home-scope .qy-partner-actions,
.qy-home-scope .qy-cta__actions {
    margin-top: 24px;
    justify-content: flex-start;
  }

}

@media (max-width: 760px) {

  .qy-home-scope .qy-hero__inner {
    padding: 44px 0 76px;
    gap: 36px;
  }

  .qy-home-scope .qy-hero__content h1 {
    margin-top: 20px;
    letter-spacing: -0.8px;
  }

  .qy-home-scope .qy-hero__content p {
    font-size: 16px;
  }

  .qy-home-scope .qy-hero__buttons {
    width: 100%;
  }




  .qy-home-scope .qy-hero__visual--products {
    grid-template-columns: 1fr;
  }

  .qy-home-scope .qy-product-mini,
.qy-home-scope .qy-product-mini:nth-child(2),
.qy-home-scope .qy-product-mini:nth-child(4),
.qy-home-scope .qy-product-mini:hover,
.qy-home-scope .qy-product-mini:nth-child(2):hover,
.qy-home-scope .qy-product-mini:nth-child(4):hover {
    transform: none;
  }

  .qy-home-scope .qy-product-panel,
.qy-home-scope .qy-assure-grid,
.qy-home-scope .qy-tools-grid,
.qy-home-scope .qy-why-grid {
    grid-template-columns: 1fr;
  }

  .qy-home-scope .qy-hot-wrap {
    padding: 16px;
    border-radius: 24px;
  }

  .qy-home-scope .qy-hot-cate {
    grid-template-columns: 1fr;
  }

  .qy-home-scope .qy-hot-product {
    min-height: 180px;
    padding: 26px;
  }

  .qy-home-scope .qy-hot-product h3 {
    font-size: 24px;
  }

  .qy-home-scope .qy-product-tabs button {
    flex: 1;
  }

  .qy-home-scope .qy-tools-main,
.qy-home-scope .qy-partner-card,
.qy-home-scope .qy-news-card {
    padding: 26px;
  }

  .qy-home-scope .qy-tools-main h3 {
    font-size: 26px;
  }

  .qy-home-scope .qy-news-card > a {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .qy-home-scope .qy-cta__actions {
    width: 100%;
  }

}

@media (max-width: 900px) {

  .qy-home-scope .qy-config-table-wrap {
    padding: 16px;
  }

  .qy-home-scope .qy-config-table,
.qy-home-scope .qy-config-table thead,
.qy-home-scope .qy-config-table tbody,
.qy-home-scope .qy-config-table tr,
.qy-home-scope .qy-config-table th,
.qy-home-scope .qy-config-table td {
    display: block;
  }

  .qy-home-scope .qy-config-table thead {
    display: none;
  }

  .qy-home-scope .qy-config-table tbody {
    display: grid;
    gap: 14px;
  }

  .qy-home-scope .qy-config-table tr {
    padding: 18px;
    border: 1px solid var(--qy-line);
    border-radius: 22px;
    background: var(--qy-white);
    box-shadow: var(--qy-shadow-sm);
  }

  .qy-home-scope .qy-config-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 0;
    border-bottom: 1px solid var(--qy-soft-line);
    white-space: normal;
    text-align: right;
  }

  .qy-home-scope .qy-config-table td:last-child {
    border-bottom: 0;
  }

  .qy-home-scope .qy-config-table td::before {
    content: attr(data-label);
    color: var(--qy-muted);
    font-size: 13px;
    font-weight: 900;
    text-align: left;
    white-space: nowrap;
  }

  .qy-home-scope .qy-config-table td a {
    width: 130px;
  }
  

}

@media (max-width: 520px) {

  .qy-home-scope .qy-config-table-wrap {
    padding: 12px;
    border-radius: 22px;
  }

  .qy-home-scope .qy-config-table tr {
    padding: 16px;
  }

  .qy-home-scope .qy-config-table td {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    text-align: left;
  }

  .qy-home-scope .qy-config-table td a {
    width: 100%;
  }

}
.qy-home-scope .qy-hot .qy-hot-content {
  min-height: 0 !important;
}

.qy-home-scope .qy-hot .qy-hot-panel {
  align-items: start !important;
  grid-auto-rows: auto !important;
}

.qy-home-scope .qy-hot .qy-hot-panel > .qy-hot-product {
  min-height: 0 !important;
  height: auto !important;
  padding: 16px 20px !important;
  border-radius: 16px !important;
}

.qy-home-scope .qy-hot .qy-hot-panel > .qy-hot-product h3 {
  margin: 0 0 12px !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.qy-home-scope .qy-hot .qy-hot-panel > .qy-hot-product ul {
  margin: 0 !important;
  padding: 0 !important;
}

.qy-home-scope .qy-hot .qy-hot-panel > .qy-hot-product li {
  padding: 5px 9px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}
.qy-home-scope .qy-hot-cate button .qy-hot-flag {
  grid-area: icon;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.qy-home-scope .qy-hot-cate button .qy-hot-flag img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}
.qy-home-scope .qy-assure-grid article .qy-feature-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #eef4ff;
  overflow: hidden;
}

.qy-home-scope .qy-assure-grid article .qy-feature-icon img {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: contain;
}
.qy-home-scope .qy-news-v2 {
  background: #ffffff;
}

.qy-home-scope .qy-news-v2-wrap {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

.qy-home-scope .qy-news-v2-main,
.qy-home-scope .qy-news-v2-docs {
  min-width: 0;
}

.qy-home-scope .qy-news-v2-main {
  padding: 26px;
  border: 1px solid #dbeafe;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: var(--qy-shadow-sm);
}

.qy-home-scope .qy-news-v2-main__head,
.qy-home-scope .qy-news-v2-docs__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.qy-home-scope .qy-news-v2-main__head span,
.qy-home-scope .qy-news-v2-docs__head span {
  display: block;
  margin-bottom: 6px;
  color: var(--qy-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.qy-home-scope .qy-news-v2-main__head h3,
.qy-home-scope .qy-news-v2-docs__head h3 {
  margin: 0;
  color: var(--qy-title);
  font-size: 24px;
  line-height: 1.2;
}

.qy-home-scope .qy-news-v2-main__head a,
.qy-home-scope .qy-news-v2-docs__head a {
  height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--qy-primary);
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #f8fbff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.qy-home-scope .qy-news-v2-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--qy-soft-line);
}

.qy-home-scope .qy-news-v2-item span {
  width: 46px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--qy-primary);
  border-radius: 999px;
  background: var(--qy-primary-light);
  font-size: 13px;
  font-weight: 900;
}

.qy-home-scope .qy-news-v2-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--qy-title);
  font-size: 16px;
  line-height: 1.35;
}

.qy-home-scope .qy-news-v2-item em {
  display: block;
  color: var(--qy-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
}

.qy-home-scope .qy-news-v2-item.is-important {
  margin-bottom: 2px;
  padding: 18px;
  border: 1px solid #dbeafe;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f5f9ff);
}

.qy-home-scope .qy-news-v2-docs {
  padding: 26px;
  border: 1px solid #dbeafe;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: var(--qy-shadow-sm);
}

.qy-home-scope .qy-news-v2-doc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.qy-home-scope .qy-news-v2-doc-grid a {
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--qy-line);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  transition: 0.18s ease;
}

.qy-home-scope .qy-news-v2-doc-grid a:hover {
  transform: translateY(-4px);
  border-color: #c7d7ff;
  box-shadow: var(--qy-shadow-sm);
}

.qy-home-scope .qy-news-v2-doc-grid span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: var(--qy-primary);
  border-radius: 999px;
  background: var(--qy-primary-light);
  font-size: 12px;
  font-weight: 900;
}

.qy-home-scope .qy-news-v2-doc-grid strong {
  display: block;
  margin: 14px 0 6px;
  color: var(--qy-title);
  font-size: 16px;
  line-height: 1.35;
}

.qy-home-scope .qy-news-v2-doc-grid em {
  display: block;
  color: var(--qy-muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.6;
}

.qy-home-scope .qy-news-v2-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.qy-home-scope .qy-news-v2-bottom a {
  padding: 18px 20px;
  border: 1px solid var(--qy-line);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: var(--qy-shadow-sm);
  transition: 0.18s ease;
}

.qy-home-scope .qy-news-v2-bottom a:hover {
  transform: translateY(-3px);
  border-color: #c7d7ff;
}

.qy-home-scope .qy-news-v2-bottom strong {
  display: block;
  margin-bottom: 6px;
  color: var(--qy-title);
  font-size: 17px;
}

.qy-home-scope .qy-news-v2-bottom span {
  display: block;
  color: var(--qy-muted);
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 1100px) {

  .qy-home-scope .qy-news-v2-wrap {
    grid-template-columns: 1fr;
  }

  .qy-home-scope .qy-news-v2-bottom {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {

  .qy-home-scope .qy-news-v2-wrap {
    padding: 16px;
    border-radius: 24px;
  }

  .qy-home-scope .qy-news-v2-main,
.qy-home-scope .qy-news-v2-docs {
    padding: 22px;
    border-radius: 22px;
  }

  .qy-home-scope .qy-news-v2-main__head,
.qy-home-scope .qy-news-v2-docs__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .qy-home-scope .qy-news-v2-item {
    grid-template-columns: 1fr;
  }

  .qy-home-scope .qy-news-v2-doc-grid {
    grid-template-columns: 1fr;
  }

}

/* ===== 新闻公告与帮助文档 API 动态内容优化 ===== */
.qy-home-scope .qy-news-v2 #qyHomeNoticeList {
  display: grid;
  gap: 0;
}

.qy-home-scope .qy-news-v2 #qyHomeNoticeList .qy-news-v2-item:first-child {
  border-top: 0;
}

.qy-home-scope .qy-news-v2-doc-grid a span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qy-home-scope .qy-news-v2-doc-grid a strong,
.qy-home-scope .qy-news-v2-item strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.qy-home-scope .qy-news-v2-doc-grid a strong {
  -webkit-line-clamp: 2;
}

.qy-home-scope .qy-news-v2-item strong {
  -webkit-line-clamp: 1;
}

.qy-home-scope .qy-news-v2-item em,
.qy-home-scope .qy-news-v2-doc-grid em {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.qy-home-scope .qy-news-v2-item em {
  -webkit-line-clamp: 2;
}

.qy-home-scope .qy-news-v2-doc-grid em {
  -webkit-line-clamp: 1;
}


/* ===== 产品与服务 API 动态模块 ===== */
.qy-home-scope .qy-hot-api .qy-section-head p {
  max-width: 760px;
}

.qy-home-scope .qy-hot-api__wrap {
  padding: 26px;
}

.qy-home-scope .qy-hot-api .qy-hot-layout {
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: start;
}

.qy-home-scope .qy-hot-api .qy-hot-cate button {
  min-height: 94px;
}

.qy-home-scope .qy-hot-api .qy-hot-cate button .qy-hot-flag {
  grid-area: icon;
  width: 46px;
  height: 46px;
  min-width: 46px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.qy-home-scope .qy-hot-api .qy-hot-flag img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.qy-home-scope .qy-hot-api .qy-hot-flag-text {
  color: var(--qy-primary);
  background: var(--qy-primary-light) !important;
  font-size: 14px;
  font-weight: 900;
}

.qy-home-scope .qy-hot-api__content {
  min-width: 0;
}

.qy-home-scope .qy-hot-api__head {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding: 0 2px;
}

.qy-home-scope .qy-hot-api__head span {
  display: block;
  margin-bottom: 6px;
  color: var(--qy-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.qy-home-scope .qy-hot-api__head strong {
  display: block;
  color: var(--qy-title);
  font-size: 26px;
  line-height: 1.2;
}

.qy-home-scope .qy-hot-api__head a {
  height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  color: var(--qy-primary);
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.qy-home-scope .qy-hot-api .qy-hot-panel,
.qy-home-scope .qy-hot-api .qy-hot-panel.is-active {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.qy-home-scope .qy-hot-api .qy-hot-panel > .qy-hot-product {
  min-height: 178px !important;
  height: auto !important;
  padding: 24px !important;
  border-radius: 26px !important;
  background: radial-gradient(circle at right top, rgba(18, 99, 255, .08), transparent 35%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.qy-home-scope .qy-hot-api-card__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.qy-home-scope .qy-hot-api-card__head .qy-hot-flag {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #eef5ff;
  border: 1px solid #dbeafe;
  overflow: hidden;
}

.qy-home-scope .qy-hot-api-card__head .qy-hot-flag img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 50%;
}

.qy-home-scope .qy-hot-api .qy-hot-product h3 {
  margin: 0 0 7px !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
}

.qy-home-scope .qy-hot-api .qy-hot-product p {
  margin: 0 !important;
  color: var(--qy-muted);
  font-size: 13px;
  line-height: 1.6;
}

.qy-home-scope .qy-hot-api .qy-hot-product ul {
  margin-top: 22px !important;
}

.qy-home-scope .qy-hot-api .qy-hot-product li {
  padding: 6px 10px !important;
}

@media (max-width: 1100px) {

  .qy-home-scope .qy-hot-api .qy-hot-layout {
    grid-template-columns: 1fr;
  }

  .qy-home-scope .qy-hot-api .qy-hot-cate {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qy-home-scope .qy-hot-api .qy-hot-panel,
.qy-home-scope .qy-hot-api .qy-hot-panel.is-active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 760px) {

  .qy-home-scope .qy-hot-api__wrap {
    padding: 16px;
  }

  .qy-home-scope .qy-hot-api .qy-hot-cate {
    grid-template-columns: 1fr;
  }

  .qy-home-scope .qy-hot-api__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .qy-home-scope .qy-hot-api .qy-hot-panel,
.qy-home-scope .qy-hot-api .qy-hot-panel.is-active {
    grid-template-columns: 1fr;
  }

  .qy-home-scope .qy-hot-api .qy-hot-panel > .qy-hot-product {
    min-height: auto !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }

}
.qy-home-scope .qy-hot-api .qy-hot-cate button .qy-hot-flag {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  border-radius: 12px !important;
}

.qy-home-scope .qy-hot-api .qy-hot-cate button .qy-hot-flag img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
}

/* 产品与服务：购物车排序版 */
.qy-home-scope .qy-hot-cate-title {
  padding: 18px;
  border: 1px solid var(--qy-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #f5f9ff);
  box-shadow: var(--qy-shadow-sm);
}

.qy-home-scope .qy-hot-cate-title span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: var(--qy-primary);
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.qy-home-scope .qy-hot-cate-title strong {
  display: block;
  margin-top: 10px;
  color: var(--qy-title);
  font-size: 20px;
  line-height: 1.25;
}

.qy-home-scope .qy-variable-panel {
  display: none;
}

.qy-home-scope .qy-variable-panel.is-active {
  display: block;
}

.qy-home-scope .qy-variable-panel .qy-hot-panel {
  display: grid;
}

.qy-home-scope .qy-hot-api-card__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.qy-home-scope .qy-hot-api-card__head .qy-hot-flag {
  flex: 0 0 42px;
}

.qy-home-scope .qy-hot-api-card__head h3 {
  margin: 0 0 8px !important;
}

.qy-home-scope .qy-hot-api-card__head p {
  margin: 0;
}


/* ===== 首页独立作用域与居中标题：避免影响 header.html ===== */
.qy-home-scope .qy-section-head {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.qy-home-scope .qy-section-head > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.qy-home-scope .qy-section-head .qy-section-label {
  margin-left: auto;
  margin-right: auto;
}

.qy-home-scope .qy-section-head p {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.qy-home-scope #activity .qy-section-head,
.qy-home-scope #assure .qy-section-head {
  margin-bottom: 30px;
}

/* ===== 首页手机端二次适配 ===== */
@media (max-width: 760px) {
  .qy-home-scope .qy-section {
    padding: 48px 0;
  }

  .qy-home-scope .qy-section-head {
    margin-bottom: 24px;
  }

  .qy-home-scope .qy-section-head h2 {
    font-size: 26px;
    letter-spacing: -0.3px;
  }

  .qy-home-scope .qy-section-head p {
    font-size: 14px;
    line-height: 1.75;
  }

  .qy-home-scope .qy-hero {
    min-height: auto;
  }

  .qy-home-scope .qy-hero__viewport,
  .qy-home-scope .qy-hero__inner {
    min-height: auto;
  }

  .qy-home-scope .qy-hero__inner {
    padding: 40px 0 44px;
    gap: 22px;
  }

  .qy-home-scope .qy-hero__content {
    text-align: center;
  }

  .qy-home-scope .qy-hero__content .qy-section-label {
    margin: 0 auto;
  }

  .qy-home-scope .qy-hero__content h1 {
    margin: 18px auto 14px;
    font-size: 32px;
    line-height: 1.15;
  }

  .qy-home-scope .qy-hero__content p {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.8;
  }

  .qy-home-scope .qy-hero__buttons {
    grid-template-columns: 1fr;
    gap: 10px;
  }


  .qy-home-scope .qy-hot-api__wrap,
  .qy-home-scope .qy-news-v2-wrap,
  .qy-home-scope .qy-config-table-wrap {
    padding: 14px;
    border-radius: 22px;
  }

  .qy-home-scope .qy-hot-api .qy-hot-layout {
    gap: 14px;
  }

  .qy-home-scope .qy-hot-cate-title {
    text-align: center;
  }

  .qy-home-scope .qy-hot-cate-title span {
    margin: 0 auto;
  }

  .qy-home-scope .qy-hot-api__head {
    align-items: center;
    text-align: center;
  }

  .qy-home-scope .qy-hot-api__head a {
    width: 100%;
    justify-content: center;
  }

  .qy-home-scope #activity .qy-service-item {
    border-radius: 14px;
  }

  .qy-home-scope .qy-product-tabs {
    gap: 8px;
  }

  .qy-home-scope .qy-product-tabs button {
    min-width: calc(50% - 8px);
    flex: 1 1 calc(50% - 8px);
    height: 42px;
    padding: 0 12px;
    font-size: 13px;
  }

  .qy-home-scope .qy-config-table td {
    font-size: 14px;
  }

  .qy-home-scope .qy-assure-grid article,
  .qy-home-scope .qy-why-grid article,
  .qy-home-scope .qy-partner-card,
  .qy-home-scope .qy-news-v2-main,
  .qy-home-scope .qy-news-v2-docs {
    padding: 20px;
    border-radius: 20px;
  }

  .qy-home-scope .qy-assure-grid article {
    text-align: center;
  }

  .qy-home-scope .qy-assure-grid article .qy-feature-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .qy-home-scope .qy-partner-card {
    text-align: center;
  }

  .qy-home-scope .qy-partner-actions {
    justify-content: center;
  }

  .qy-home-scope .qy-news-v2-main__head,
  .qy-home-scope .qy-news-v2-docs__head {
    align-items: center;
    text-align: center;
  }

  .qy-home-scope .qy-news-v2-main__head a,
  .qy-home-scope .qy-news-v2-docs__head a {
    width: 100%;
    justify-content: center;
  }

  .qy-home-scope .qy-news-v2-bottom {
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .qy-home-scope .qy-hero__content h1 {
    font-size: 29px;
  }

  .qy-home-scope .qy-product-tabs button {
    min-width: 100%;
    flex-basis: 100%;
  }

  .qy-home-scope .qy-config-table tr {
    padding: 14px;
  }
}

/* ===== 首页 Banner 背景轮播适配 ===== */
@media (max-width: 1100px) {
  .qy-home-scope .qy-hero__slide {
    min-height: 560px;
  }

  .qy-home-scope .qy-hero__inner {
    min-height: 560px;
    padding: 70px 0 86px;
  }

  .qy-home-scope .qy-hero__slide::after {
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 760px) {
  .qy-home-scope .qy-hero__slide {
    min-height: 500px;
  }

  .qy-home-scope .qy-hero__slide::before {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 44%, rgba(255, 255, 255, 0.36) 100%);
  }

  .qy-home-scope .qy-hero__slide::after {
    background-position: center bottom;
    background-size: cover;
  }

  .qy-home-scope .qy-hero__inner {
    min-height: 500px;
    padding: 52px 0 74px;
  }

  .qy-home-scope .qy-hero__content {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .qy-home-scope .qy-hero__content .qy-section-label {
    margin-left: auto;
    margin-right: auto;
  }

  .qy-home-scope .qy-hero__buttons {
    justify-content: center;
  }

  .qy-home-scope .qy-hero__buttons .qy-btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .qy-home-scope .qy-hero__controls {
    bottom: 22px;
  }
}

/* ===== 20260704 定向修复：产品与服务横向分类 + 点击态蓝色文字 ===== */
.qy-home-scope #activity .qy-variable-products--horizontal {
  display: block;
}

.qy-home-scope #activity .qy-hot-cate--inline {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 10px;
  border: 1px solid var(--qy-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--qy-shadow-sm);
}

.qy-home-scope #activity .qy-hot-cate--inline button {
  width: auto;
  min-width: 126px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  text-align: center;
  box-shadow: none;
  transform: none;
}

.qy-home-scope #activity .qy-hot-cate--inline button:hover,
.qy-home-scope #activity .qy-hot-cate--inline button.is-active,
.qy-home-scope .qy-product-tabs button:hover,
.qy-home-scope .qy-product-tabs button.is-active {
  color: var(--qy-primary) !important;
  border-color: #bfdbfe;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(18, 99, 255, 0.12), 0 10px 24px rgba(18, 99, 255, 0.10);
}

.qy-home-scope #activity .qy-hot-cate--inline button strong,
.qy-home-scope #activity .qy-hot-cate--inline button.is-active strong,
.qy-home-scope #activity .qy-hot-cate--inline button:hover strong {
  height: auto;
  display: inline;
  color: var(--qy-primary) !important;
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
}

.qy-home-scope #activity .qy-hot-api__head {
  min-height: auto;
  margin-bottom: 16px;
}

.qy-home-scope #activity .qy-service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.qy-home-scope #activity .qy-service-item {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--qy-line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
  transition: 0.18s ease;
}

.qy-home-scope #activity .qy-service-item:hover {
  transform: translateY(-2px);
  border-color: #bfdbfe;
  box-shadow: 0 16px 34px rgba(18, 99, 255, 0.10);
}

.qy-home-scope #activity .qy-service-item h3 {
  margin: 0;
  color: var(--qy-title);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qy-home-scope #activity .qy-service-item::after {
  content: "›";
  flex: 0 0 auto;
  color: var(--qy-primary);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 900px) {
  .qy-home-scope #activity .qy-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .qy-home-scope #activity .qy-hot-cate--inline {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 8px;
  }

  .qy-home-scope #activity .qy-hot-cate--inline button {
    flex: 0 0 auto;
    min-width: 112px;
    min-height: 40px;
    padding: 0 14px;
  }

  .qy-home-scope #activity .qy-service-list {
    grid-template-columns: 1fr;
  }

  .qy-home-scope #activity .qy-service-item {
    min-height: 54px;
    padding: 13px 15px;
  }
}


/* ===== 20260704 二次定向修复：产品分类/卡片/新闻悬停 ===== */
.qy-home-scope #activity .qy-hot-cate--inline {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.qy-home-scope #activity .qy-hot-cate--inline button {
  min-width: 118px !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border: 1px solid #dbeafe !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #2563eb !important;
}

.qy-home-scope #activity .qy-hot-cate--inline button:hover,
.qy-home-scope #activity .qy-hot-cate--inline button.is-active {
  color: #1263ff !important;
  background: rgba(255, 255, 255, 0.75) !important;
  border-color: #93c5fd !important;
  box-shadow: 0 8px 20px rgba(18, 99, 255, 0.08) !important;
}

.qy-home-scope #activity .qy-hot-cate--inline button strong,
.qy-home-scope #activity .qy-hot-cate--inline button.is-active strong,
.qy-home-scope #activity .qy-hot-cate--inline button:hover strong {
  color: #1263ff !important;
}

.qy-home-scope #activity .qy-service-item {
  min-height: 108px !important;
  align-items: flex-start !important;
  padding: 24px 22px !important;
  border-radius: 18px !important;
}

.qy-home-scope #activity .qy-service-item h3 {
  font-size: 17px !important;
  line-height: 1.45 !important;
  white-space: normal !important;
}

.qy-home-scope .qy-news-v2-item {
  position: relative;
  border-radius: 18px;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease, padding-left .22s ease;
}

.qy-home-scope .qy-news-v2-item:hover {
  transform: translateY(-4px);
  padding-left: 18px;
  padding-right: 18px;
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #ffffff, #f5f9ff);
  box-shadow: 0 18px 42px rgba(18, 99, 255, 0.10);
}

.qy-home-scope .qy-news-v2-item:hover strong {
  color: #1263ff;
}

@media (max-width: 760px) {
  .qy-home-scope #activity .qy-service-item {
    min-height: 92px !important;
    padding: 20px !important;
  }
}

/* ===== 20260704 Banner轮播按钮 + 产品与服务细节修复 ===== */
.qy-home-scope .qy-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #1263ff;
  border: 1px solid rgba(191, 219, 254, .95);
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 34px rgba(15, 23, 42, .10);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.qy-home-scope .qy-hero__arrow:hover {
  color: #0f4ed8;
  border-color: rgba(147, 197, 253, 1);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 44px rgba(18, 99, 255, .16);
  transform: translateY(-50%) scale(1.04);
}

.qy-home-scope .qy-hero__arrow svg {
  width: 26px;
  height: 26px;
}

.qy-home-scope .qy-hero__arrow--prev {
  left: max(26px, calc((100vw - 1200px) / 2 + 18px));
}

.qy-home-scope .qy-hero__arrow--next {
  right: max(26px, calc((100vw - 1200px) / 2 + 18px));
}

.qy-home-scope .qy-hero__slide:first-child .qy-hero__buttons .qy-btn:first-child {
  color: #0f172a !important;
}

.qy-home-scope #activity .qy-hot-cate--inline {
  gap: 12px !important;
  margin-bottom: 22px !important;
}

.qy-home-scope #activity .qy-hot-cate--inline button {
  min-width: 146px !important;
  min-height: 50px !important;
  padding: 0 22px !important;
  border-radius: 12px !important;
}

.qy-home-scope #activity .qy-hot-cate--inline button strong,
.qy-home-scope #activity .qy-hot-cate--inline button.is-active strong,
.qy-home-scope #activity .qy-hot-cate--inline button:hover strong {
  font-size: 16px !important;
}

.qy-home-scope #activity .qy-service-item {
  width: 100% !important;
  max-width: 210px !important;
  height: 100px !important;
  min-height: 100px !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 20px 16px !important;
}

.qy-home-scope #activity .qy-service-item::after {
  content: none !important;
  display: none !important;
}

.qy-home-scope #activity .qy-service-item h3 {
  width: 100%;
  text-align: center !important;
}

@media (max-width: 760px) {
  .qy-home-scope .qy-hero__arrow {
    width: 48px;
    height: 44px;
    border-radius: 14px;
  }

  .qy-home-scope .qy-hero__arrow--prev {
    left: 14px;
  }

  .qy-home-scope .qy-hero__arrow--next {
    right: 14px;
  }

  .qy-home-scope #activity .qy-hot-cate--inline button {
    min-width: 132px !important;
    min-height: 46px !important;
    padding: 0 18px !important;
  }

  .qy-home-scope #activity .qy-service-item {
    min-height: 108px !important;
    padding: 24px 20px !important;
  }
}


/* ===== 20260704 插件可视化版：Banner切换按钮加宽 ===== */
.qy-home-scope .qy-hero__arrow{
  width:64px !important;
  height:52px !important;
  border-radius:16px !important;
}
.qy-home-scope .qy-hero__arrow svg{width:26px !important;height:26px !important;}
.qy-home-scope .qy-hero__arrow--prev{left:max(26px,calc((100vw - 1200px) / 2 + 18px)) !important;}
.qy-home-scope .qy-hero__arrow--next{right:max(26px,calc((100vw - 1200px) / 2 + 18px)) !important;}
@media(max-width:760px){
  .qy-home-scope .qy-hero__arrow{width:48px !important;height:44px !important;border-radius:14px !important;}
  .qy-home-scope .qy-hero__arrow--prev{left:14px !important;}
  .qy-home-scope .qy-hero__arrow--next{right:14px !important;}
}


/* ===== 20260704 Web Banner按钮间距修正：间距更大，按钮不再放大，背景50%透明 ===== */
.qy-home-scope .qy-hero__arrow{
  width:46px !important;
  height:46px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.50) !important;
  border-color:rgba(191,219,254,.70) !important;
  box-shadow:0 12px 30px rgba(15,23,42,.08) !important;
}
.qy-home-scope .qy-hero__arrow:hover{
  background:rgba(255,255,255,.72) !important;
}
.qy-home-scope .qy-hero__arrow--prev{
  left:max(64px,calc((100vw - 1200px) / 2 + 48px)) !important;
}
.qy-home-scope .qy-hero__arrow--next{
  right:max(64px,calc((100vw - 1200px) / 2 + 48px)) !important;
}
@media(max-width:760px){
  .qy-home-scope .qy-hero__arrow{
    width:44px !important;
    height:44px !important;
  }
  .qy-home-scope .qy-hero__arrow--prev{left:24px !important;}
  .qy-home-scope .qy-hero__arrow--next{right:24px !important;}
}
/* qy_theme_plus: 关闭二级分类国旗后，不保留旧版图标占位 */
html.qy-plus-flags-disabled .qy-home-scope .qy-hot-api .qy-hot-flag,
html.qy-plus-flags-disabled .qy-home-scope .qy-hot-cate .qy-hot-flag{display:none!important;width:0!important;min-width:0!important;height:0!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important;overflow:hidden!important;}
html.qy-plus-flags-disabled .qy-home-scope .qy-hot-api-card__head{grid-template-columns:minmax(0,1fr)!important;gap:0!important;}

/* ===== 20260704 V5：产品与服务卡片压短，国旗放大 ===== */
.qy-home-scope .qy-hot-api .qy-hot-panel,
.qy-home-scope .qy-hot-api .qy-hot-panel.is-active {
  gap: 14px !important;
}

.qy-home-scope .qy-hot-api .qy-hot-panel > .qy-hot-product {
  min-height: 132px !important;
  padding: 18px 20px !important;
  border-radius: 20px !important;
}

.qy-home-scope .qy-hot-api .qy-hot-product:hover {
  transform: translateY(-3px) !important;
}

.qy-home-scope .qy-hot-api-card__head {
  align-items: center !important;
  gap: 12px !important;
}

.qy-home-scope .qy-hot-api .qy-hot-product h3 {
  font-size: 18px !important;
  line-height: 1.28 !important;
  margin-bottom: 4px !important;
}

.qy-home-scope .qy-hot-api .qy-hot-product p {
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.qy-home-scope .qy-hot-api-card__head .qy-hot-flag,
.qy-home-scope .qy-hot-api .qy-hot-cate button .qy-hot-flag {
  width: 48px !important;
  height: 34px !important;
  min-width: 48px !important;
  min-height: 34px !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,.92) !important;
}

.qy-home-scope .qy-hot-api-card__head .qy-hot-flag img,
.qy-home-scope .qy-hot-api .qy-hot-cate button .qy-hot-flag img {
  width: 40px !important;
  height: 26px !important;
  border-radius: 6px !important;
  object-fit: cover !important;
}

.qy-home-scope .qy-hot-api .qy-hot-cate button {
  min-height: 72px !important;
  padding: 14px 16px !important;
  border-radius: 14px !important;
}

@media (max-width: 900px) {
  .qy-home-scope .qy-hot-api .qy-hot-panel,
  .qy-home-scope .qy-hot-api .qy-hot-panel.is-active {
    gap: 12px !important;
  }

  .qy-home-scope .qy-hot-api .qy-hot-panel > .qy-hot-product {
    min-height: 112px !important;
    padding: 16px !important;
  }
}

/* ===== 20260704 V6：产品与服务卡片收窄横向宽度，恢复高度 ===== */
.qy-home-scope .qy-hot-api .qy-hot-panel,
.qy-home-scope .qy-hot-api .qy-hot-panel.is-active {
  grid-template-columns: repeat(auto-fill, minmax(220px, 280px)) !important;
  justify-content: start !important;
  align-items: stretch !important;
  gap: 18px !important;
}

.qy-home-scope .qy-hot-api .qy-hot-panel > .qy-hot-product {
  width: 100% !important;
  max-width: 280px !important;
  min-height: 178px !important;
  padding: 24px 22px !important;
  border-radius: 22px !important;
}

.qy-home-scope .qy-hot-api-card__head {
  min-height: 54px !important;
}

.qy-home-scope .qy-hot-api .qy-hot-product h3 {
  font-size: 19px !important;
  line-height: 1.35 !important;
  margin-bottom: 7px !important;
}

.qy-home-scope .qy-hot-api .qy-hot-product p {
  font-size: 13px !important;
  line-height: 1.6 !important;
}

@media (max-width: 900px) {
  .qy-home-scope .qy-hot-api .qy-hot-panel,
  .qy-home-scope .qy-hot-api .qy-hot-panel.is-active {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .qy-home-scope .qy-hot-api .qy-hot-panel > .qy-hot-product {
    max-width: none !important;
    min-height: 160px !important;
  }
}

@media (max-width: 640px) {
  .qy-home-scope .qy-hot-api .qy-hot-panel,
  .qy-home-scope .qy-hot-api .qy-hot-panel.is-active {
    grid-template-columns: 1fr !important;
  }
}

/* ===== 20260704 V8：产品与服务实际卡片 .qy-service-item 宽高修正 ===== */
.qy-home-scope #activity .qy-service-list {
  grid-template-columns: repeat(auto-fill, minmax(170px, 210px)) !important;
  justify-content: start !important;
  align-items: stretch !important;
  gap: 16px !important;
}

.qy-home-scope #activity .qy-service-list > .qy-service-item {
  width: 100% !important;
  max-width: 210px !important;
  height: 100px !important;
  min-height: 100px !important;
  padding: 20px 16px !important;
  border-radius: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden !important;
}

.qy-home-scope .qy-hot-api-card__head {
  min-height: 0 !important;
  align-items: center !important;
  gap: 10px !important;
}

.qy-home-scope .qy-hot-api .qy-hot-product h3 {
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 1.3 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.qy-home-scope .qy-hot-api .qy-hot-product p,
.qy-home-scope .qy-hot-api .qy-hot-product .qy-hot-product__tags,
.qy-home-scope .qy-hot-api .qy-hot-product ul {
  display: none !important;
}

.qy-home-scope .qy-hot-api-card__head .qy-hot-flag {
  flex: 0 0 auto !important;
}

@media (max-width: 900px) {
  .qy-home-scope .qy-hot-api .qy-hot-panel,
  .qy-home-scope .qy-hot-api .qy-hot-panel.is-active {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .qy-home-scope .qy-hot-api .qy-hot-panel > .qy-hot-product {
    max-width: none !important;
    height: 100px !important;
    min-height: 100px !important;
  }
}

@media (max-width: 640px) {
  .qy-home-scope .qy-hot-api .qy-hot-panel,
  .qy-home-scope .qy-hot-api .qy-hot-panel.is-active {
    grid-template-columns: 1fr !important;
  }
}

/* ===== 20260704 V8 最终覆盖：产品与服务卡片不再 126px，不再过宽 ===== */
.qy-home-scope #activity .qy-service-list {
  grid-template-columns: repeat(auto-fill, minmax(170px, 210px)) !important;
  justify-content: start !important;
  gap: 16px !important;
}

.qy-home-scope #activity .qy-service-item {
  max-width: 210px !important;
  height: 100px !important;
  min-height: 100px !important;
  padding: 20px 16px !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  .qy-home-scope #activity .qy-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .qy-home-scope #activity .qy-service-item {
    max-width: none !important;
  }
}


/* ===== 20260704 V9：产品与服务卡片宽度 210px，高度保持 100px ===== */
.qy-home-scope #activity .qy-service-list {
  grid-template-columns: repeat(auto-fill, minmax(170px, 210px)) !important;
  justify-content: start !important;
  gap: 16px !important;
}

.qy-home-scope #activity .qy-service-list > .qy-service-item,
.qy-home-scope #activity .qy-service-item {
  max-width: 210px !important;
  height: 100px !important;
  min-height: 100px !important;
  padding: 20px 16px !important;
}

@media (max-width: 640px) {
  .qy-home-scope #activity .qy-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .qy-home-scope #activity .qy-service-list > .qy-service-item,
  .qy-home-scope #activity .qy-service-item {
    max-width: none !important;
  }
}

/* ===== 20260704 V10：产品与服务卡片固定宽度 210px，高度 100px ===== */
.qy-home-scope #activity .qy-service-list,
.qy-home-scope #activity .qy-variable-panel .qy-service-list,
.qy-home-scope #activity .qy-hot-content .qy-service-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, 210px) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 16px !important;
}

.qy-home-scope #activity .qy-service-list > .qy-service-item,
.qy-home-scope #activity .qy-variable-panel .qy-service-list > .qy-service-item,
.qy-home-scope #activity .qy-hot-content .qy-service-list > .qy-service-item,
.qy-home-scope #activity a.qy-service-item {
  box-sizing: border-box !important;
  width: 210px !important;
  min-width: 210px !important;
  max-width: 210px !important;
  flex: 0 0 210px !important;
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
  padding: 20px 16px !important;
}

.qy-home-scope #activity .qy-service-item h3 {
  max-width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 520px) {
  .qy-home-scope #activity .qy-service-list,
  .qy-home-scope #activity .qy-variable-panel .qy-service-list,
  .qy-home-scope #activity .qy-hot-content .qy-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .qy-home-scope #activity .qy-service-list > .qy-service-item,
  .qy-home-scope #activity .qy-variable-panel .qy-service-list > .qy-service-item,
  .qy-home-scope #activity .qy-hot-content .qy-service-list > .qy-service-item,
  .qy-home-scope #activity a.qy-service-item {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex-basis: auto !important;
  }
}
