

.advantage-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
.advantage-list li {
    width: calc(33.33% - 15px);
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: space-between;
}


.table {
    border-color: #000 !important; /* 这里的颜色代码可以根据需要调整 */
}
.table th,
.table td {
    border-color: #000 !important; /* 同样可以调整为所需的深色 */
}


.advantage-image-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}
.advantage-image-list li {
    width: calc(33.33% - 30px);
    text-align: center;
}