.junhua-offer-customer-section {
  padding: var(--component-gap) 0;
  background-image: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/templates/shop-default/150d0eea-9b8c-44e5-ad46-d94f3a2652a9-tion%202.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.junhua-offer-customer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-7xl);
}

/* 标题区域 */
.junhua-offer-customer-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-2xl);
  max-width: 93.75rem;
  width: 100%;
}

.junhua-offer-customer-title {
  font-family: var(--font-family);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h2);
  line-height: var(--line-height-title);
  text-align: center;
  color: var(--text-color-white);
  margin: 0;
}

.junhua-offer-customer-title-highlight {
  color: var(--primary-color);
}

.junhua-offer-customer-subtitle {
  font-family: var(--font-family);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-title);
  text-align: center;
  color: var(--text-color-white);
  margin: 0;
}

/* 轮播容器区域 */
.junhua-offer-customer-swiper-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 var(--spacing-7xl);
}

.junhua-offer-customer-swiper {
  width: 100%;
}

.junhua-offer-customer-card {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.junhua-offer-customer-card-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.junhua-offer-customer-card-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: var(--spacing-xs) 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all var(--transition-base);
  width: 100%;
}

.junhua-offer-customer-card:hover .junhua-offer-customer-card-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.junhua-offer-customer-card-title {
  font-family: var(--font-family);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-btn-primary);
  line-height: var(--line-height-title);
  text-align: center;
  color: var(--text-color-white);
  margin: 0;
}

/* 平板端样式 */
@media screen and (max-width: 1024px) {
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
  .junhua-offer-customer-swiper-container {
    padding: 0;
  }
}
