/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.swiper-slide img {
  opacity: 1 !important;
  /* 使用 !important 来强制覆盖 */
}

/* 防止模板代码在初始化前显示 */
[v-scope] {
  visibility: hidden;
}

[v-scope].v-ready {
  visibility: visible;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #1f2937;
  /* background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f8fafc 100%); */
  min-height: 100vh;
  position: relative;
}

/* Wave decorations */
/* .wave-decoration {
  position: absolute;
  width: 100%;
  height: 100px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" fill="%2306b6d4"/><path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" fill="%2306b6d4"/><path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z" fill="%2306b6d4"/></svg>') no-repeat;
  background-size: cover;
  z-index: -1;
} */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wave-top {
  top: 0;
  transform: rotate(180deg);
}

.marginTop5 {
  margin-top: 5% !important;
}

.wave-bottom {
  bottom: 0;
}

.ellipsis-3-lines {
  display: -webkit-box;
  /* 旧版弹性盒模型（必要） */
  -webkit-box-orient: vertical;
  /* 文本垂直排列 */
  -webkit-line-clamp: 3;
  /* 限制显示行数 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出时显示省略号 */
}

.container {
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  /* padding: 1rem; */
}

/* Header */
/* .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 2rem;
  background: white;
  border-radius: 12px;
  padding: 1rem 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
} */
.tenYear {
  width: 40%;
  top: 15%;
  left: 10%;
  z-index:10
}

.tenYear .renYear-title {
  display: flex;
}

.renYear-title h1 {
  font-size: 4rem;
  margin-top: 20px;
  font-weight: 600;
  line-height: 5.5rem;

}

.tenYear p {
  font-size: 28px;
  margin-top: 20px;
  line-height: 35px;
  width: 78%;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2563eb;
}

.lang-switcher {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Hero Banner Section */
.banner {
  position: relative;
  /* height: 400px; */
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.banner-container {
  position: relative;
  width: 100%;
  padding-bottom: 40%;
  /* overflow: hidden; */
}

.banner-background {
  background: url('../images/web/Background1.jpg') no-repeat;
  background-size: auto 100%;
  width: 100%;
}

.video-background {
  background: url('../images/web/Background3.jpg') no-repeat;
  background-size: 100%;
  width: 100%;
}

.review-background {
  background: url('../images/web/Background2.jpg') no-repeat;
  background-size: 100% 100%;
  width: 100%;
}

.banner-section {
  position: relative;
  /* margin-bottom: 4rem; */
  /* overflow: hidden; */
  width: 100%;
}

.banner-img {
  width: 100%;
  /* height:960px; */
  object-fit: contain
}

.banner-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="stars" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23ffffff" opacity="0.3"/><circle cx="80" cy="40" r="0.5" fill="%23ffffff" opacity="0.4"/><circle cx="50" cy="70" r="0.8" fill="%23ffffff" opacity="0.2"/></pattern></defs><rect width="100%" height="100%" fill="url(%23stars)"/></svg>') repeat;

  opacity: 0.1;
  z-index: 1;
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  color: #000;
  z-index: 2;
}

.banner-slide.active {
  opacity: 1;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  position: absolute;
  top: 20%;
  left: 10%;
  max-width: 40%;
  color: #000;
  transform: translateY(20px);
  transition: transform 0.5s ease;
}

.banner-slide.active .banner-content {
  transform: translateY(0);
}

.banner-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.banner-desc {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.banner-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.banner-content p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.banner-product {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.product-showcase {
  width: 400px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: rgba(255, 255, 255, 0.95);
  color: #0369a1;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
}

.cta-button:hover {
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.4);
}

.banner-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s;
}

.indicator.active {
  background: white;
}

/* Section Styles */
.section {
  /* margin-bottom: 5rem; */
  position: relative;
  padding-top: 5rem;
}

/* .section::before {
  content: '';
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #0ea5e9, #06b6d4);
  border-radius: 2px;
  opacity: 0.6;
} */

.section-title {
  font-size: 2.5rem;
  /* margin-bottom: 3rem; */
  text-align: center;
  color: #0f172a;
  font-weight: 500;
  position: relative;
  padding-bottom: 1rem;
}

/* .section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #0ea5e9, #06b6d4);
  border-radius: 2px;
} */

/* Video Section */
.video-grid,
.review-container,
.interactive {
  width: 1200px;
  margin: 0 auto;
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem; */
}

.video-card {
  background: white;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(14, 165, 233, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(14, 165, 233, 0.1);
  position: relative;
}

/* .video-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.05), rgba(6, 182, 212, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
} */

/* .video-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 60px rgba(14, 165, 233, 0.2);
  border-color: rgba(14, 165, 233, 0.3);
} */

/* .video-card:hover::before {
  opacity: 1;
} */

.video-thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.ks-10-icon-purple {
  position: absolute;
  right: -9%;
  top: -15%;
}

.auto-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .video-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%230ea5e9" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23dots)"/></svg>') repeat;
  z-index: 1;
} */

.play-button {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  transition: background 0.3s ease;

}

.play-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #06b6d4, #0891b2);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.play-button:hover {
  background: rgba(0, 0, 0, 0.9);
}

.play-button:hover::before {
  opacity: 1;
}

.video-info {
  padding: 1.5rem;
  position: relative;
  z-index: 2;
  background-color: #1E93F2;
  display: flex;
  justify-content: space-between;

}

.ks-10-subtitle {
  text-align: center;
  line-height: 2rem;
  width: 65%;
  margin: 0 auto;
  font-size: 1.5rem;
  padding-bottom: 2rem;
  color: #000
}

.video-title {
  font-weight: 600;
  color: #fff
}

/* Review Section */
.review-background2 {
  width: 100%;
  background: url('../images/web/Comments@1X.png') no-repeat;
  background-size: 100%;
  padding-bottom: 12%;
  margin-top: 3%
}

.background2 {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.review-container {
  position: relative;
}

.review-slider {
  overflow: hidden;
  width: 100%;
}

.review-grid {
  display: flex;
  transition: transform 0.3s ease;
  gap: 1.5rem;
}

.review-card {
  background: white;
  padding: .5rem;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: calc(25% - 1.125rem);
  cursor: pointer;
}

.review-image {
  width: 100%;
  height: 250px;
  object-fit: cover;

  margin: 0 auto;
  border-radius: 10px;
}

.hidden-mobile {
  display: block;
}

.hidden-desktop {
  display: none !important;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.review-detail-mobeil {
  width: 100%;
  position: fixed;
  z-index: 10;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100%;
}

.review-mobeil-2 {
  width: 100%;
  height: 300px;
  /* 或其他适当高度 */
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  margin-right: 1rem;
}

/* .avatar::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0ea5e9, #06b6d4, #0891b2);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
} */

.review-user {
  flex: 1;
}

.username {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
}

.rating {
  display: flex;
  gap: 2px;
}

.star {
  color: #ffd700;
  font-size: 0.9rem;
}

.star.empty {
  color: #ddd;
}

.review-content {
  color: #666;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word; /* 新式语法 */
}

.review-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.review-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.review-btn img {
  width: 100%
}

.review-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 评论详情弹窗 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  border-radius: 12px;
  max-width: 900px;
  width: 90%;
  position: relative;
  /* overflow-y: auto; */
  display: flex;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.form-modal {
  padding: 5%;
  padding-bottom: 2%
}

.form-modal-btn {
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}

.form-modal-ok {
  min-width: 200px;
  padding: 2%;
  border-radius: 20px;
  border: 1px solid#000;
  text-align: center;
  line-height: 20px;
}

.black {
  color: #fff;
  background-color: #000;
}

.modal-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.modal-sub {
  font-size: 1rem;
  text-align: center;
}

.modal-close:hover {
  background: #f0f0f0;
}

.review-detail {
  display: flex;
  justify-content: center;
  width: 50%;
  min-height: 400px;
  background-color: #eee;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.review-detail .review-grid {
  gap: 0
}

.review-detail .review-content {
  font-size: 1.1rem;
  line-height: 1.8;
}

.review-detail-imgList {
  width: 100%;
  display: flex;
  max-height: 800px;
  min-width: calc(100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-detail-imgList img {
  width: 100%;
}

.review-detail-content {
  padding: 2rem;
  width: 50%;
}

.review-btns {
  position: absolute;
  bottom: 10%
}

.image-carousel {
  position: relative;
  width: 100%;
  height: 300px;
  /* 根据需要调整 */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.carousel-image-container {
  width: 80%;
  height: 100%;
  overflow: hidden;
}

.current-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.carousel-btn {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.image-indicator {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
}


/* Interactive Section */
.interactive {
  /* min-height:1000px; */
}

.labels-img {
  right: -10%;
  top: -15%;
  width: 15%;
}

.interactive picture img {
  width: 100%
}

.interactive-background {
  background: url('../images/web/Background4.jpg') no-repeat;
  background-size: auto 100%;
}

.interactive-info {
  width: 430px;
}

.interactive-info-left {
  left: 10%;
  top: 10%
}

.interactive-info-right {
  right: 10%;
  top: 10%;

}

.interactive-title {
  font-size: 2rem;
  padding-bottom: 0
}

.interactive-subtitle {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.interactive-title,
.interactive-subtitle {
  text-align: left;
  width: 100%;
  
  white-space: pre-line;
}

.interactive-btn {
  min-width: 200px;
  padding:3px;
  padding-top: 0;
  height: 54px;
  border-radius: 30px;
  line-height: 54px;
  text-align: center;
  font-size:12px;
  cursor: pointer;
}

.interactive-btn-left {
  bottom: 15%;
  left: 10%;
  background-color: #000;
  color: #fff;
}

.interactive-btn-right {
  bottom: 15%;
  right: 20%;
  background-color: #52EEB1;
  color: #000;
}

/* Product Section */
.family-img {
  width: 100%;
}

.family-img img {
  width: 100%;
}

.family-title {
  top: 5%;
  width: 100%
}

.family-btn {
  width: 240px;
  margin: 2% auto;
  line-height: 60px;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  text-align: center;
}

/* Special Offer Section */
.special-offer {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #c084fc 100%);
  color: white;
  padding: 3rem;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(124, 58, 237, 0.3);
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
}

.special-offer::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="sparkles" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.3"/><circle cx="40" cy="20" r="0.5" fill="%23ffffff" opacity="0.4"/><circle cx="25" cy="35" r="0.8" fill="%23ffffff" opacity="0.2"/><circle cx="5" cy="45" r="0.3" fill="%23ffffff" opacity="0.5"/></pattern></defs><rect width="100%" height="100%" fill="url(%23sparkles)"/></svg>') repeat;
  animation: sparkle 20s linear infinite;
  z-index: 1;
}

@keyframes sparkle {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(-50px, -50px) rotate(360deg);
  }
}

.special-offer .content {
  position: relative;
  z-index: 2;
}

.offer-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Subscription Section */
.Subscription {
  width: 100%
}

.subscription-section {
  width: 62%;
  left: 19%;
  top: 5%;
  z-index: 1;
  padding: 4rem;
  text-align: center;
}

.Subscription .Subscription-background {
  width: 100%
}


.subscription-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.subscription-section p {
  font-size: 1.2rem;
  opacity: 0.95;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.subscription-form {}

.email-input {
  width: 84%;
  margin: 2% auto;
  flex: 1;
  padding: 1rem 1.5rem;
  border: 1px solid #E0E0E0;
  font-size: 1rem;
  outline: none;
  background: #fff;
  color: #828282;
  backdrop-filter: blur(10px);
}

.email-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}



.subscribe-btn {
  width: 250px;
  line-height: 60px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 1rem;
}



.subscribe-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
}

/* Buttons */
.btn {
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.btn-primary {
  background: #2563eb;
  color: white;
}

.btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  border: 1px solid #d1d5db;
  color: #374151;
}

.btn-outline:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

/* Loading and Error States */
.loading {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
  font-size: 1.1rem;
}

.error {
  background: #fef2f2;
  color: #dc2626;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  border: 1px solid #fecaca;
}

.message {
  padding: 1rem;
  border-radius: 8px;
  font-weight: 500;
}

.message.success {
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.message.error {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.ks-10-icon {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Enhanced Mobile Responsive Design */
@media (max-width: 1440px) {
  .banner-content h1 {
    font-size: 2rem;
  }
  .renYear-title h1{
    font-size: 3rem;
  }
  .section-title{
    font-size:2rem
  }
  .ks-10-subtitle{
    font-size:1.5rem
  }
}
@media (max-width: 1024px) {
  /* .container {
    padding: 0 1rem;
  } */

  /* .banner-container{
    height:600px
  } */
  .banner-slide {
    height: 500px;
  }

  .banner-content h1 {
    font-size: 2.5rem;
  }

  .video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .review-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .special-offer {
    padding: 2.5rem;
    margin-bottom: 3rem;
  }

  .subscription-section {
    padding: 3rem;
  }

  .ks-10-icon-purple {
    right: 10%;
    top: 20%
  }
}

@media (max-width: 768px) {
  .header {
    padding: 1rem;
    backdrop-filter: blur(20px);
  }

  .banner-container {
    padding-bottom: 100%;
    /* 移动端更高的比例 */
  }

  .tenYear {
    width: 80%;
    margin: 0 auto;
    padding: 3%;
    position: static;
  }

  .tenYear .renYear-title {
    display: flex;
  }

  .tenYear img {
    width: 100%
  }

  .renYear-title h1 {
    font-size: 32px;
    margin-top: 0px;
    line-height: 35px;
  }

  .tenYear p {
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
    width: 100%;
    text-align: center;
  }

  .banner-background {
    background: url('../images/mobile/Background1@1X.jpg') no-repeat;
    background-size: 100% auto;
  }

  .video-background {
    background: none;
    /* background-size: 100% auto; */
  }

  .review-background {
    background: url('../images/mobile/Background2@1X.png') no-repeat;
    background-size: 100% auto;
  }

  .review-background2 {
    background: none;
    padding-bottom: 15%;
  }

  .interactive-background {
    background: none
  }

  .interactive-info {
    width: 80%;
    color: #fff;
    bottom: 10%;
    top: auto
  }

  .interactive {
    width: 92%
  }

  .labels-img {
    right: -2%;
    top: -8%;
    width: 25%
  }

  .interactive-btn {
    width: 70%;
    left: 15%;
    bottom: 5%;
    height: 45px;
    line-height: 45px;
    ;
  }

  .family-img .ks-10-subtitle {
    padding-bottom: 0;
  }

  .family-btn {
    width: 40%;
    line-height: 40px
  }

  .subscription-section {
    width: 100%;
    padding: 0;
    left: 0
  }

  .subscription-section p {
    margin-bottom: 1rem;
  }

  .subscribe-btn {
    width: 150px;
    line-height: 40px;
  }

  .email-input {
    width: 100%;
    padding: 0.5rem 1rem;
  }

  .nav-menu {
    display: none;
  }

  .banner-slide {
    height: 400px;
  }

  .banner-content {
    padding: 2rem;
  }

  .banner-content h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .banner-content p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .cta-button {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }

  .section {
    padding: 3rem 0;
  }

  .section-title {
    font-size: 2rem;
    /* margin-bottom: 2rem; */
  }

  .video-grid {
    width: 92%
  }

  .ks-10-subtitle {
    width: 92%;
    font-size: 1rem;
    text-align: center;
  }

  .video-info {
    padding: 1rem
  }

  .ks-10-icon-purple {
    right: -10px;
    top: -18%;
    width: 22%
  }

  .video-grid,
  .review-grid,
  .product-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* 移动端好评滑动 */
  .review-card {
    min-width: calc(100% - 1.5rem);
  }

  .review-container {
    width: 100%
  }

  .review-controls {
    margin-top: 1rem;
  }

  .hidden-mobile {
    display: none;
  }

  .hidden-desktop {
    display: block !important;
  }

  .form-modal-ok {
    min-width: 100px;
  }

  .swiper-container {
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
  }


  .review-card {
    margin: 0;
    width: 78%;
  }

  .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }




  /* 移动端商品上下罗列 */

  .banner {
    height: 300px;
  }

  .banner-content {
    padding: 0 1rem;
  }

  .special-offer {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .special-offer h2 {
    font-size: 2rem;
  }

  .subscription-section {
    padding: 2.5rem;
  }

  .subscription-section h2 {
    font-size: 2rem;
  }

  .subscription-form {
    flex-direction: column;
    gap: 1rem;
    max-width: 100%;
  }

}

@media (max-width: 480px) {
  .review-card {
    min-width: calc(90% - 1.5rem);
  }

  .banner-content h2 {
    font-size: 1.8rem;
  }

  .banner-content p {
    font-size: 0.9rem;
  }

  .modal-content {
    padding: 1rem;
    margin: 0.5rem;
  }
}

@media (max-width: 480px) {
  /* .container {
    padding: 0 0.5rem;
  } */
  /*   
  .wave-decoration {
    height: 60px;
  } */

  .banner-slide {
    height: 350px;
  }

  .banner-content {
    padding: 1.5rem;
  }

  .banner-content h1 {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .banner-content p {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }

  .cta-button {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
  }

  /* .section {
    padding: 2rem 0;
  } */

  .section-title {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    /* margin-bottom: 1.5rem; */
  }


  .review-card,
  .product-card {
    padding: 0.8rem;
  }

  .special-offer {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 16px;
  }

  .special-offer h2 {
    font-size: 1.6rem;
  }

  .special-offer p {
    font-size: 0.9rem;
  }

  .subscription-section {
    padding: 2rem;
    border-radius: 16px;
  }

  .subscription-section h2 {
    font-size: 1.8rem;
  }

  .subscription-section p {
    font-size: 1rem;
  }
}

/* Touch-friendly improvements for mobile */
@media (hover: none) and (pointer: coarse) {

  .video-card:hover,
  .review-card:hover,
  .interactive-card:hover,
  .product-card:hover {
    transform: none;
  }

  .btn:hover,
  .subscribe-btn:hover {
    transform: none;
  }

  .play-button:hover {
    transform: none;
  }

  /* Increase touch targets */
  .indicator {
    width: 16px;
    height: 16px;
  }

  .play-button {
    width: 70px;
    height: 70px;
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .banner-slide,
  .video-card,
  .review-card,
  .interactive-card,
  .product-card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  }
}

/* Dark mode support - 暂时禁用以确保页面显示正常 */
@media (prefers-color-scheme: dark) {
  /* body {
    background-color: #111827;
    color: #f9fafb;
  } */

  /* .header {
    background: #1f2937;
    border-color: #374151;
  }
  
  .video-card,
  .review-card,
  .interactive-card,
  .product-card {
    background: #1f2937;
    color: #f9fafb;
  } */

  /* .section-title {
    color: #f9fafb;
  }
  
  .username {
    color: #f9fafb;
  }
  
  .interactive-card h3 {
    color: #f9fafb;
  }
  
  .product-title {
    color: #f9fafb;
  }
  
  .video-title {
    color: #f9fafb;
  } */
}