
  .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%;
  }

  .comparison-table-free {
    width: 98%;
    text-align: center;
    border-collapse: collapse;
    line-height: 30px;
    margin: 0 auto;
  }

  .comparison-table-free th,
  .comparison-table-free td {
    border: 1px solid #999;
    padding: 8px; 
    vertical-align: middle; 
  }
  .comparison-table-free td:hover {
        background-color: #d1e0e0; /* 悬停背景色 */
        transform: scale(1.05); /* 放大效果 */
    }
  .comparison-table-free thead th,
  .comparison-table-free thead td {
    font-weight: bold;
    background-color: #f2f2f2; 
  }

  .comparison-table-free thead a {
    color: black; 
    text-decoration: none; 
  }

  .comparison-table-free tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .comparison-table-free th:nth-child(1),
  .comparison-table td:nth-child(1) {
    width: auto;
	text-align: center;
  }

  .comparison-table-free th:nth-child(2),
  .comparison-table td:nth-child(2) {
    width: auto;
  }

  .comparison-table-free th:nth-child(3),
  .comparison-table-free td:nth-child(3) {
    width: auto;
  }

  .comparison-table-free th:nth-child(4),
  .comparison-table-free td:nth-child(4) {
    width: auto;
  }

  .comparison-table-free th:nth-child(5),
  .comparison-table-free td:nth-child(5) {
    width: auto;
  }
  
  .comparison-table2 th,
  .comparison-table2 td {
    border: 1px solid #8BC34A;
    padding: 8px; 
    vertical-align: middle; 
  }
  .comparison-table2 td:hover {
        background-color: #9e9e9e30; /* 悬停背景色 */
        transform: scale(1.05); /* 放大效果 */
    }
  .comparison-table2 thead th,
  .comparison-table2 thead td {
    font-weight: bold;
    background-color: #8bc34a4a; 
  }

  .comparison-table2 thead a {
    color: black; 
    text-decoration: none; 
  }

  .comparison-table2 tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .comparison-table2 th:nth-child(1),
  .comparison-table2 td:nth-child(1) {
    width: 15%;
	text-align: center;
  }

  .comparison-table2 th:nth-child(2),
  .comparison-table2 td:nth-child(2) {
    width: 22%;
	text-align: center;
  }

  .comparison-table2 th:nth-child(3),
  .comparison-table2 td:nth-child(3) {
    width: 22%;
	text-align: center;
  }

  .comparison-table2 th:nth-child(4),
  .comparison-table2 td:nth-child(4) {
    width: 20%;
	text-align: center;
  }

  .comparison-table2 th:nth-child(5),
  .comparison-table2 td:nth-child(5) {
    width: 20%;
	text-align: center;
  }

  .highlight-red {
    color: red;
  }

  .feature-table {
    width: 98%;
    border-collapse: collapse;
    margin: 0 auto;
    border: 1px solid #b9dcff;
    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: #b9dcff;
    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: 40px; 
    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; 
  }
  /*功能列表圆圈图标鼠标悬浮效果*/
   .feature-list li span::before {
    content: '\2713'; 
    color: #545c66; 
    background-color: white; 
    border: 1px solid white; /* Light grey border for the circle */
    border-radius: 50%; /* Make it a circle */
    display: inline-block;
    width: 1em;
    height: 1em; 
    line-height: 1em; 
    text-align: center; 
    margin-right: 5px;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  }

  .feature-list li:hover span::before {
    color: white; /* White checkmark on hover */
    background-color: black; /* Black background on hover */
    border-color: black; /* Black border on hover */
  }
  
  .pros-list li span::before {
    content: '\002B'; /* Plus sign character */
    color: #545c66;
    font-weight: bold;
    margin-right: 5px;
  }

  .cons-list li span::before {
    content: '\2212'; /* Minus sign character */
    color: #545c66;
    font-weight: bold;
    margin-right: 5px;
  }

  .pros-list,
  .cons-list {
    margin-left: 15px;
  }
  
  .section-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  