.elementor-4746 .elementor-element.elementor-element-f36fd6c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-4746 .elementor-element.elementor-element-13e768c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-4746 .elementor-element.elementor-element-5ea08cca{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}@media(max-width:767px){.elementor-4746 .elementor-element.elementor-element-5ea08cca{--margin-top:0px;--margin-bottom:-60px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for container, class: .elementor-element-f36fd6c *//* 强制 banner 全宽显示 */
.full-width-vapenlab {
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative !important;
}

/* 强制neirong填满容器 */
.full-width-vapenlab .elementor-background-overlay,
.full-width-vapenlab .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-13e768c *//* 强制 banner 全宽显示 */
.full-width-vapenlab {
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  margin-left: -50vw !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative !important;
}

/* 强制neirong填满容器 */
.full-width-vapenlab .elementor-background-overlay,
.full-width-vapenlab .elementor-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6a566214 *//* 基础样式重置 */
.feature-sections * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 特性部分容器 */
.feature-sections {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
}

/* 单个特性模块 */
.feature-section {
  margin-bottom: 80px;
}

/* 内容包装器 */
.feature-content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

/* 偶数项的反向排列 */
.feature-section:nth-child(even) .feature-content-wrapper {
  flex-direction: row-reverse;
}

/* 图片容器 */
.feature-image {
  flex: 1;
  max-width: 50%;
}

.feature-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* 文字内容区 */
.feature-content {
  flex: 1;
  max-width: 50%;
}

/* 标题样式 */
.feature-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

/* 描述文本 */
.feature-description {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

/* Learn More 链接 */
.learn-more {
  display: inline-flex;
  align-items: center;
  color: #4CAF50;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.learn-more:hover {
  color: #388E3C;
}

.learn-more .arrow {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.learn-more:hover .arrow {
  transform: translateX(5px);
}

/* 响应式布局 */
@media (max-width: 768px) {
  .feature-content-wrapper,
  .feature-section:nth-child(even) .feature-content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  
  .feature-image,
  .feature-content {
    max-width: 100%;
  }
  
  .feature-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .feature-section {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .feature-section {
    margin-bottom: 50px;
  }
  
  .feature-title {
    font-size: 22px;
  }
  
  .feature-description {
    font-size: 15px;
    margin-bottom: 20px;
  }
}/* End custom CSS */