/* 解决方案详情：Hero 左文、上浮卡片、应用案例区�?*/

.g-solution-detail-page {
  --g-sd-accent: #f5a200;
  --g-sd-hero-h: clamp(16.67vw, 42vw, 28.96vw);
  /* �?.pc-nav__inner 同高：垂直居中时不把顶栏区域算进对齐范围 */
  --g-sd-header-offset: 3.75vw;
}


/* Hero */
.g-solution-detail-hero {
  position: relative;
  min-height: var(--g-sd-hero-h);
  overflow: hidden;
}
@media (max-width: 1236px) {
 
  .g-solution-detail-hero__inner{
   padding-top: 0%!important;
  }
}
@media (max-width: 600px) {
  .g-solution-detail-page {
    --g-sd-header-offset: 2.92vw;
  }
 .g-solution-detail-hero {
    margin-top: 3.02vw;
  }
  .g-solution-cases-section__head-action {
    display: none;
  }
}

.g-solution-detail-hero__bg {
  position: absolute;
  inset: 0;
 
  z-index: 1;
}

.g-solution-detail-hero--cn .g-solution-detail-hero__bg {
  background: transparent;
}

.g-solution-detail-hero__overlay-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.g-solution-detail-hero--cn .g-solution-detail-hero__text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.g-solution-detail-hero__image-container {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.g-solution-detail-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.g-solution-detail-hero__placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a3a5c 0%, #2c5282 100%);
  z-index: 0;
}

.g-solution-detail-hero__inner {
  position: relative;
  z-index: 2;
  min-height: var(--g-sd-hero-h);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: var(--g-sd-header-offset);
 
}

.g-solution-detail-hero__text {
  max-width: min(37.5vw, 100%);
  color: #fff;
}

.g-solution-detail-hero__title {
  margin: 0 0 16px;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(1.13vw, 3.2vw, 1.88vw);
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.g-solution-detail-hero__rule {
  width: 2.5vw;
  height: 2px;
  background: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.67vw;
  border-radius: 1px;
}

.g-solution-detail-hero__desc {
  margin: 0;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(15.20px, 1.8vw, 0.94vw);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  max-width: 35.42vw;
}
@media (max-width: 768px) {
  .g-solution-detail-hero__desc {
    line-height: 1.2;
  }
}
/* 面包屑贴�?Hero 下，白底区之�?*/
.g-solution-detail-layout {
  background: #fff;
  padding-top: 3.13vw;
  
}



/* 上浮卡片 */
.g-solution-detail-stack {
  margin-top: clamp(-2.92vw, -8vw, -2.08vw);
  position: relative;
  z-index: 2;
  width: 100%;
}

.g-solution-detail-card {


 
  overflow: hidden;
  margin-bottom: clamp(2.08vw, 6vw, 3.75vw);
}

.g-solution-detail-card__media {
  position: relative;
  width: 100%;

  background: #fafafa;
  overflow: auto;
  border-radius: 8px;
}



.g-solution-detail-card__img {
 
  width: 100%;
  
  object-fit: cover;
}

/* 客户区块 - 中文样式 */
.g-solution-detail-card__kehu {
  padding: clamp(1.25vw, 2vw, 1.67vw) 0 clamp(1.67vw, 2vw, 1.67vw);
}

.g-solution-kehu-col {
  background: #f6f6f7;
  border-radius: 8px;
  padding: clamp(1.46vw, 4vw, 2.08vw);
  transition: all 0.3s ease;
}

.g-solution-kehu-col:hover {
  background: #ffffff;
  box-shadow: 0 4px 1.04vw rgba(0, 0, 0, 0.08);
}

.g-solution-kehu-col__title {
  margin: 0 0 16px;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: bold;
  font-size: clamp(1.04vw, 2vw, 1.25vw);
  color: #3d465c;
  line-height: 1.4;
  max-width: 21.88vw;
  min-height: calc(2 * 1.4 * clamp(1.04vw, 2vw, 1.25vw));
  letter-spacing: 0.02em;
}

.g-solution-kehu-col__accent {
  position: relative;
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  margin-bottom: 1.25vw;
}

.g-solution-kehu-col__accent::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5.83vw;
  height: 4px;
  background: #f5a200;
  border-radius: 2px;
}

.g-solution-kehu-col__text {
  margin: 0;
  max-width: 21.88vw;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(15.20px, 1.5vw, 0.94vw);
  line-height: 1.8;
  color: #6b7280;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* APPLICATION CASES */
.g-solution-cases-section {
  padding: 0 0 8px;
}

.g-solution-cases-section__head {
  margin-bottom: clamp(1.25vw, 4vw, 1.88vw);
}

.g-solution-cases-section__head-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25vw;
}

.g-solution-cases-section__head-text {
  flex: 1;
  min-width: 0;
}

.g-solution-cases-section__head-action {
  flex-shrink: 0;
}

.g-solution-cases-section__head-action .g-solution-cases-section__more--inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 1.25vw;
  font-family: 'Source Han Sans SC', 'Source Han Sans', system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2B2B2B;
  background: transparent;
  border: 1px solid #9A9A9A;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.g-solution-cases-section__head-action .g-solution-cases-section__more-arrow {
  width: 1.04vw;
  height: 1.04vw;
}


.g-solution-cases-section__title {
  margin: 0 0 10px;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: bold;
  font-size: clamp(1.04vw, 3vw, 2.08vw);
  letter-spacing: 0.06em;
  color: #424558;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: clamp(0.94vw,1.2vw,1.25vw);
}

.g-solution-cases-section__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.79vw;
  height: 6px;
  background: #f5a200;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
   transform: rotateX(180deg);
}

.g-solution-cases-section__subtitle {
  margin: 0;
  font-family: 'Source Han Sans', sans-serif;
  font-size: 1.25vw;
  color: #2b2b2b;
 
  line-height: 1.5;
}

.g-solution-case-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.g-solution-case-card:hover {
  box-shadow: 0 10px 1.67vw rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.g-solution-case-card__media-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.g-solution-case-card__media {
  position: relative;
  padding-top: 69.40%;
  background: #f0f0f0;
}

@media (max-width: 1236px) {
  .g-solution-case-card__media {
    padding-top: 76%;
  }
}

.g-solution-case-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g-solution-case-card__body {
  padding: 1.3vw 0.94vw 0.94vw;
  flex: 1;
  display: flex;
  flex-direction: column;
  background:#f6f6f7;
  position: relative;
  box-sizing: border-box;
  min-height:6.25vw;
}

.g-solution-case-card__float-btn {
  position: absolute;
  right: 1.67vw;
  top: -1.46vw;
  width: 2.92vw;
  height: 2.92vw;
  background: #f5a200;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 2;
}

.g-solution-case-card__float-btn iconify-icon {
  font-size: 1.25vw;
}

.g-solution-case-card:hover .g-solution-case-card__float-btn {
  opacity: 1;
  transform: translateY(0);
}

.g-solution-case-card__title {
  margin: 0 0 ;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 500;
  font-size: clamp(0.94vw,1.2vw,1.25vw);
  line-height: 1.35;
  transition: font-size 0.25s ease, color 0.25s ease;
}

.g-solution-case-card__title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.25s ease;
}

.g-solution-case-card:hover .g-solution-case-card__title {
  
}

.g-solution-case-card:hover .g-solution-case-card__title a {
  color: var(--g-sd-accent);
}

.g-solution-case-card__title a:hover {
  color: var(--g-sd-accent);
}

@media (max-width: 1236px) {
  .g-solution-case-card__title a:hover {
    color: inherit;
  }
}

.g-solution-case-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1px;
  flex-wrap: wrap;
}

.g-solution-case-card__spec {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.g-solution-case-card__spec-icon {
  position: relative;
  display: inline-flex;
  color: #5F6279;
  font-size: 1.13vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.g-solution-case-card__spec-icon img {
  width: 1.25vw;
  height: 1.25vw;
}
.g-solution-case-card__spec-icon iconify-icon.g-solution-case-card__bolt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #5F6279;
}

.g-solution-case-card__spec-text {
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 600;
  font-size: 0.94vw;
  color: #5F6279;
}

.g-solution-case-card__spec-text--muted {
  color: #999;
  font-weight: 500;
}

.g-solution-case-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #9799a3;
  border: 1px solid #e3e3e6;
  border-radius: 52.03vw;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  flex-shrink: 0;
}

.g-solution-case-card__cta:hover {
  background: var(--g-sd-accent);
  border-color: var(--g-sd-accent);
  color: #fff;
}

.g-solution-cases-section__more-wrap {
  text-align: center;
  margin-top: clamp(1.46vw, 5vw, 2.29vw);
}

.g-solution-cases-section__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 1.46vw;
  font-family: 'Source Han Sans', sans-serif;
  font-weight: 600;
  font-size: 15.20px;
  color: #fff;
  background: #424558;
  border-radius: 52.03vw;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}



@media (max-width: 767px) {
  .g-solution-detail-stack {
    margin-top: -1.67vw;
  }
  .g-solution-kehu-col__title{
    min-height:auto;
    font-size: 0.94vw;
  }
  .g-solution-cases-section__subtitle{
    font-size: 16px;
  }
  .g-solution-kehu-col__text{
    font-size: 14px;
  }
}


@media (max-width: 1236px) {
  .g-solution-case-card__float-btn {
    display: none;
  }
}