.main > section {
    width: 100%;
    min-width: 1440px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .container {
    width: 1440px;
    margin: 0 auto;
  }
  
  /* 顶部背景区域 */
  .news-hero {
    background: url('../../../../../img/producttt/bg-1.png') no-repeat right center;
    background-blend-mode: normal;
    background-size: auto, contain;
    height: 350px;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
  }
  
  .news-hero .container {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
  }
  
  /* 面包屑导航 */
  .breadcrumb {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 16px;
    color: #ccc;
    z-index: 2;
  }
  
  .breadcrumb .home-link {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .breadcrumb .home-link:hover {
    color: #fff;
  }
  
  .breadcrumb span {
    color: #fff;
  }
  
  .news-hero-content {
    width: 100%;
    text-align: center;
  }
  
  .news-title {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 30px;
    position: relative;
    display: block;
    text-align: center;
  }
  
  .news-description {
    font-size: 20px;
    line-height: 30px;
    width: 884px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
  }
  
  .news-hero-line {
    width: 96px;
    height: 2px;
    background: white;
    margin: 0 auto;
  }
  
  /* 标签导航固定式样式 */
  .tabs-section {
    width: 100%;
    height: 56px;
    background: #ffffff;
    box-shadow: 0px 0px 3px #e0e0e0;
    border-bottom: 1px solid #eaeaea;
  }
  
  .tabs-section .container {
    width: 1440px;
    padding: 0;
    margin: 0 auto;
  }
  
  .tabs-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    gap: 80px;
  }
  
  .tab {
    padding: 0 20px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
  }
  
  .tab:hover {
    color: #333333;
  }
  
  .tab.active {
    color: #ba3434;
    font-weight: 600;
  }
  
 /* 设备展示区域 */
.device-showcase {
    background-color: #ffffff;
    width: 1440px;
    height: 354px;
    align-items: center;
    display: flex;
    margin: 30px auto;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  /* 左侧图片区域 */
  .device-image {
    width: 540px;
    height: 298px;
    margin-left: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .device-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  /* 右侧内容区域 */
  .device-content {
    flex: 0 0 60%;
    padding: 40px;
    display: flex;
    flex-direction: column;
  }
  
  .device-name {
    font-size: 28px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: left;
  }
  .device-description {
    font-size: 16px;
    color: #666666;
    line-height: 24px; 
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: 60px;
  }
  .device-tags {
    display: flex;
    flex-wrap: wrap; 
    gap: 60px;
    margin-left: -10px;
    margin-top: -8px; /* 调整上边距 */
    row-gap: 8px; /* 添加行间距 */
  }
  /* 分隔线 */
  .device-divider {
    width: calc(100% - 60px);
    height: 1px;
    background: #eaeaea;
    margin: 0 0 30px 0;
  }
  
  .tag {
    display: inline-block;
    color: #333333;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap; /* 保持标签内文字不换行 */
  }
  .tag::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #333333;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: -3px; 
  }
  
  
  /* 优势特点区域 */
  .features-section {
    padding: 60px 0 0 0;
    background: #ffffff;
  }
  .container-1 {
    width: 100%; /* 恢复为全屏宽度 */
    margin: 0 auto;
  }
  .section-title {
    text-align: center;
    font-size: 68px;
    line-height: 102px;
    margin-bottom: 60px;
    color: #333333;
    position: relative;
  }
  
  .feature-row {
    height: 428px;
    display: flex;
    align-items: center;
    width: 100%; /* 保持全屏宽度 */
  }
  
  .feature-row.reverse {
    flex-direction: row-reverse;
  }
  
  /* 为奇数行添加背景色 */
  .feature-row:nth-child(odd) {
    background-color: #F8F7F7;
    width: 100%; /* 保持全屏宽度 */
  }
  
  .feature-content {
    flex: 1;
    padding: 0 0 0 240px;
  }
  .feature-content-re {
    flex: 1;
    padding: 0 240px 0 0;
  }
  
  .feature-title {
    font-size: 28px;
    line-height: 34px;
    color: #333333;
    margin-bottom: 38px;
    font-weight: 600;
    text-align: left;
    margin-left: 104px;
  }
  
  .feature-description {
    width: 415px;
    font-size: 16px;
    line-height: 24px;
    color: #555;
    margin-left: 104px;
  }
  
  .feature-image {
    flex:1;
    height: 332px;
    width: 720px;
    margin-right: 240px;
    background-color: #f1f3f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .feature-image-re {
    flex:1;
    height: 332px;
    width: 720px;
    margin-left: 240px;
    background-color: #f1f3f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .image-placeholder {
    color: #999;
    font-size: 16px;
    text-align: center;
  }
  .components-section {
    padding: 60px 0 20px 0;
    background: #f8f9fa;
  }
  
  .components-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .component-card {
    display: flex;
    overflow: hidden;
  }
  
  .component-header {
    width: 180px;
    min-width: 180px;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    line-height: 1.4;
  }
  .component-content {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
  }