.page-content {
  max-width: 1200px;
  margin: 0 auto;
}
/* 响应式设计 */
@media (max-width: 768px) {
  .page-content {
    padding: 0 15px;
  }

  .feature-item,
  .benefit-item {
    flex-direction: column;
  }
}

/* 动画效果 */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 1s ease forwards;
}

.slide-in {
  opacity: 0;
  transform: translateX(-30px);
  animation: slideIn 1s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 产品展示区样式 */
.hero {
  width: 100%;
  height: 620px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #e0edff 0%, #fff 100%);
}

.product-intro {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-image {
  max-width: 598p;
  height: 500px;
  transition: transform 0.3s ease;
}

.product-image:hover {
  transform: scale(1.05);
}
.hero-text {
  margin-top: 49px;
  margin-left: 100px;
}
.hero-text h2 {
  color: #1f2329;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.64px;
}
.hero-text p {
  color: #5c5d5f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 88.889% */
  letter-spacing: 1.44px;
  margin-top: 20px;
}

/* 特性区域样式 */
.features {
  padding: 80px 0;
  background: #f8f9fc;
}
.features-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.graph-container img {
  width: 617px;
  height: 400px;
}
.feature-item h2 {
  color: #1f2329;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.64px;
  margin-bottom: 20px;
}
.feature-item p {
  width: 498px;
  color: #5c5d5f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
/* 蜂窝镂空设计：导热更高效 */
.honeycomb {
  background: #fff;
}
.graph-container .hollow {
  width: 454px;
  height: 440px;
}
.features-box .hollow-details {
  width: 548px;
  color: #5c5d5f;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
/* 产品优势样式 */
.benefits {
  background: #f8f9fa;
  background-image: url("../images/neck/bg3.png");
  width: 100%;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
}
.benefits-box {
  position: absolute;
  left: 59%;
}
.benefit-item h2 {
  padding-top: 220px;
  padding-bottom: 20px;
  color: #1f2329;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.64px;
}
.benefit-item p {
  color: #5c5d5f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

/* 石墨烯原子科技三重功能养护 */
.maintain {
  background: #f8f9fa;
  background-image: url("../images/neck/bg4.png");
  width: 100%;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  /* height: 700px; */
  height: 600px;
  position: relative;
}
.maintain-box {
  position: absolute;
  top: 30%;
}
.maintain-box h2 {
  color: #1f2329;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.64px;
  margin-bottom: 20px;
}
.maintain-box p {
  color: #5c5d5f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
/* 核心功能三 */
.fun-three {
  background: #f8f9fa;
  background-image: url("../images/neck/bg5.png");
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 826px;
  position: relative;
}
.three-item h2 {
  color: #1f2329;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.64px;
}
.three-item p {
  color: #5c5d5f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 20px;
}
.three-item {
  width: 498px;
  position: absolute;
  top: 38%;
  right: 18%;
}
/* 小巧便携，随身养护 */
.portable {
  background: #f8f9fa;
  background-image: url("../images/neck/bg6.png");
  width: 100%;
  background-size: cover;
  background-position: 75% 50%;
  background-repeat: no-repeat;
  height: 700px;
  position: relative;
}
.portable-item {
  position: absolute;
  top: 30%;
  left: 15%;
}

.bottom-img img {
  width: 100%;
  height: 800px;
}
