/* bomao_service_table - 样式隔离 */
.bomao-service-table {
  background: linear-gradient(135deg, #52A0EA 0%, #0343BA 100%);
  padding: 2.12rem 0 5.15rem;
  border-radius: 1.5625rem 1.5625rem 0 0; /* 50px */
  position: relative;
  z-index: 2;
  background: linear-gradient(105deg, #52A0EA -5.68%, #0343BA 100.37%);
}

.bomao-service-table .container {
  position: relative;
}

/* 标题区域样式 */
.bomao-table-header {
  text-align: center;
  margin-bottom: 2.56rem;
}

.bomao-table-title {
  font-family: var(--title-font-family), Montserrat, sans-serif;
  font-weight: 700;
  font-size: 2.5rem; /* 80px / 2 = 40px = 2.5rem */
  line-height: normal;
  color: #FFFFFF;
  margin: 0 0 0.94rem 0;
}

.bomao-table-subtitle {
  font-family: var(--font-family), Montserrat, sans-serif;
  font-weight: 500;
  font-size: 0.625rem; /* 20px / 2 = 10px = 0.625rem */
  line-height: 1.22;
  color: #FFFFFF;
  margin: 0;
  /* opacity: 0.9; */
}

/* 对比表格样式 */
.bomao-comparison-table {
  /* max-width: 900px; */
  margin: 0 auto;
}

/* 表格行样式 */
.bomao-table-header-row,
.bomao-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin-bottom: 0;
}

.bomao-table-header-row {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.40);
  border-radius: 1.125rem 1.125rem 0 0;
}

/* 表格单元格通用样式 */
.bomao-table-cell {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.8rem 1.53rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* min-height: 4rem; */
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

/* 第一行头部样式 */
.bomao-table-header-row .bomao-table-cell {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.40);
  font-size: 1rem;
}

.bomao-table-header-row .bomao-cell-feature {
  border-radius: 1.125rem 0 0 0; /* 36px */
}

.bomao-table-header-row .bomao-cell-odm {
  border-radius: 0 1.125rem 0 0; /* 36px */
}

/* 最后一行样式 */
.bomao-table-row:last-child .bomao-cell-feature {
  border-radius: 0 0 0 1.125rem; /* 36px */
}

.bomao-table-row:last-child .bomao-cell-odm {
  border-radius: 0 0 1.125rem 0; /* 36px */
}

/* 特性列样式 */
.bomao-cell-feature {
  background: rgba(255, 255, 255, 0.4);
  justify-content: flex-start;
}

.bomao-cell-feature h3,
.bomao-feature-label {
  font-family: var(--title-font-family), Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1rem; /* 32px / 2 = 16px = 1rem */
  line-height: 1.22;
  color: #FFFFFF;
  margin: 0;
}

/* OEM和ODM列样式 */
.bomao-cell-oem,
.bomao-cell-odm {
  background: rgba(255, 255, 255, 0.4);
  justify-content: flex-start;
}

.bomao-cell-oem h3,
.bomao-cell-odm h3 {
  font-family: var(--title-font-family), Montserrat, sans-serif;
  font-weight: 600;
  font-size: 1rem; /* 32px / 2 = 16px = 1rem */
  line-height: 1.22;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
}

.bomao-cell-content {
  font-family: var(--font-family), Montserrat, sans-serif;
  font-weight: 400;
  font-size: 0.75rem; /* 24px / 2 = 12px = 0.75rem */
  line-height: 1.22;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
  hyphens: auto;
}

/* 移除边框重叠 */
.bomao-table-cell + .bomao-table-cell {
  border-left: none;
}

.bomao-table-row + .bomao-table-row .bomao-table-cell {
  border-top: none;
}
@media (max-width: 1200px) {
  .bomao-table-subtitle{
    font-size: 0.875rem;
  }
}

/* 平板端适配 */
@media (max-width: 992px) {
  .bomao-service-table {
    padding: 2rem 0 4rem;
  }
  
  .bomao-table-header {
    margin-bottom: 2rem;
  }
  
  .bomao-table-title {
    font-size: 1.5rem;
  }
  
  .bomao-table-subtitle {
    font-size: 0.875rem;
  }
  
  .bomao-table-cell {
    padding: 1rem 0.75rem;
    min-height: 3.5rem;
  }
  
  .bomao-cell-feature h3,
  .bomao-feature-label {
    font-size: 0.875rem;
  }
  
  .bomao-cell-oem h3,
  .bomao-cell-odm h3 {
    font-size: 0.875rem;
  }
  
  .bomao-cell-content {
    font-size: 0.75rem;
  }
}

/* 手机端适配 */
@media (max-width: 768px) {
  .bomao-service-table {
    padding: 1.5rem 0 4rem;
  }
  
  .bomao-table-header {
    margin-bottom: 1.5rem;
  }
  
  .bomao-table-title {
    font-size: 1.5rem;
  }
  
  .bomao-table-subtitle {
    font-size: 0.75rem;
  }
  
  /* 移动端表格布局调整 */
  .bomao-comparison-table {
    max-width: 100%;
    overflow-x: auto;
  }
  
  .bomao-table-header-row,
  .bomao-table-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .bomao-table-cell {
    padding: 0.75rem 0.5rem;
    min-height: 3rem;
    font-size: 0.75rem;
  }
  
  .bomao-cell-feature h3,
  .bomao-feature-label {
    font-size: 0.75rem;
    font-weight: 600;
  }
  
  .bomao-cell-oem h3,
  .bomao-cell-odm h3 {
    font-size: 0.875rem;
  }
  
  .bomao-cell-content {
    font-size: 0.75rem;
    line-height: 1.3;
    /* 增强移动端文字换行 */
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
}

