
  .comparison-table {
    width: 98%;
    text-align: center;
    border-collapse: collapse;
    line-height: 30px;
    margin: 0 auto;
  }

  .comparison-table th,
  .comparison-table td {
    border: 1px solid #999;
    padding: 8px; 
    vertical-align: middle; 
  }
  .comparison-table td:hover {
        background-color: #d1e0e0; /* 悬停背景色 */
        transform: scale(1.05); /* 放大效果 */
    }
  .comparison-table thead th,
  .comparison-table thead td {
    font-weight: bold;
    background-color: #f2f2f2; 
  }

  .comparison-table thead a {
    color: black; 
    text-decoration: none; 
  }

  .comparison-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .comparison-table th:nth-child(1),
  .comparison-table td:nth-child(1) {
    width: 15%;
	text-align: center;
  }

  .comparison-table th:nth-child(2),
  .comparison-table td:nth-child(2) {
    width: 23%;
  }

  .comparison-table th:nth-child(3),
  .comparison-table td:nth-child(3) {
    width: 22%;
  }

  .comparison-table th:nth-child(4),
  .comparison-table td:nth-child(4) {
    width: 20%;
  }

  .comparison-table th:nth-child(5),
  .comparison-table td:nth-child(5) {
    width: 20%;
  }


  .highlight-red {
    color: red;
  }

  .feature-table {
    width: 98%;
    border-collapse: collapse;
    margin: 0 auto;
    border: 1px solid palevioletred;
    border-radius: 10px;
    overflow: hidden;	
  }

  .feature-table th,
  .feature-table td {
    border: 1px solid #999; 
    padding: 8px;
    text-align: center;
    vertical-align: top;
  }
  .feature-table td:hover {
        background-color: #d1e0e0; /* 悬停背景色 */
        transform: scale(1.05); /* 放大效果 */
    }
  .feature-table thead tr:first-child {
    background-color: palevioletred;
    color: #000; 
  }

  .feature-table thead th {
    font-weight: bold; 
    border: 1px solid white;
  }
  .feature-table tbody td:first-child b {
    font-weight: bold;
  }  
/*绿色样式*/  
  .green-feature-table {
    width: 98%;
    border-collapse: collapse;
    margin: 0 auto;
    border: 1px solid #80c132;
    border-radius: 10px;
    overflow: hidden;	
  }

  .green-feature-table th,
  .green-feature-table td {
    border: 1px solid #999; 
    padding: 8px;
    text-align: center;
    vertical-align: top;
  }
  .green-feature-table td:hover {
        background-color: #d1e0e0; /* 悬停背景色 */
        transform: scale(1.05); /* 放大效果 */
    }
  .green-feature-table thead tr:first-child {
    background-color: #80c132;
    color: white; 
  }

  .green-feature-table thead th {
    font-weight: bold; 
    border: 1px solid white;
  }
  .green-feature-table tbody td:first-child b {
    font-weight: bold;
  }
/*橙色样式*/
  .orange-feature-table {
    width: 98%;
    border-collapse: collapse;
    margin: 0 auto;
    border: 1px solid #ff9312;
    border-radius: 10px;
    overflow: hidden;	
  }

  .orange-feature-table th,
  .orange-feature-table td {
    border: 1px solid #999; 
    padding: 8px;
    text-align: center;
    vertical-align: top;
  }
  .orange-feature-table td:hover {
        background-color: #d1e0e0; /* 悬停背景色 */
        transform: scale(1.05); /* 放大效果 */
    }
  .orange-feature-table thead tr:first-child {
    background-color: #ff9312;
    color: white; 
  }

  .orange-feature-table thead th {
    font-weight: bold; 
    border: 1px solid white;
  }
  .orange-feature-table tbody td:first-child b {
    font-weight: bold;
  }  
/*蓝色样式*/
 .blue-feature-table {
    width: 98%;
    border-collapse: collapse;
    margin: 0 auto;
    border: 1px solid #39c4f1;
    border-radius: 10px;
    overflow: hidden;	
  }

  .blue-feature-table th,
  .blue-feature-table td {
    border: 1px solid #999; 
    padding: 8px;
    text-align: center;
    vertical-align: top;
  }
  .blue-feature-table td:hover {
        background-color: #d1e0e0; /* 悬停背景色 */
        transform: scale(1.05); /* 放大效果 */
    }
  .blue-feature-table thead tr:first-child {
    background-color: #39c4f1;
    color: white; 
  }

  .blue-feature-table thead th {
    font-weight: bold; 
    border: 1px solid #000;
  }
  .blue-feature-table tbody td:first-child b {
    font-weight: bold;
  }  
  .feature-list,
  .pros-list,
  .cons-list {
    list-style-type: none; 
    padding-left: 0; 
    text-align: left; 
    margin: 10px 0; 
  }

  .feature-list li,
  .pros-list li,
  .cons-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
  }

  .feature-list li span,
  .pros-list li span,
  .cons-list li span {
    position: absolute;
    left: 0;
    top: 0; 
  }

  .pros-list,
  .cons-list {
    margin-left: 15px;
  }
  
  .section-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  