.hardware-rows {
    background: white;
    /* border-radius: 12px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    overflow: hidden;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}
/* .hardware-rows:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
} */

table {
    width: 100%;
    border-collapse: collapse;
}
.color-ebf1fb thead {
    background: #fff;
    color: #858585;
}
.color-ebf1fb tbody {
    background-color: #ebf1fb;
}

thead {
    /* background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%); color: white; */
    background: #ebf1fb;
    color: #858585;
    height: 60px;
}

th {
    /* padding: 18px 20px; */
    padding: 0px 54px;
    text-align: left;
    font-weight: bold;
    font-size: 35px;
    /* font-family: SourceHanSansCN-Bold; */
    font-family: 'siyuan';
    position: relative;
    letter-spacing: 0.5px;
}
.tsth{
    padding: 0 2px !important;
    background: #ebf1fb;
}
.tstd{
    padding: 0 2px !important;
}
.tsth2{
    padding: 0 2px !important;
    background: #ffffff;
}

/* th:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
} */

tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

tbody tr:last-child {
    border-bottom: none;
}

tbody tr:hover {
    background-color: #f8fafc;
}

tbody td {
    padding: 20px 54px;
    vertical-align: top;
}

/* 产品名称列样式 */
td:first-child {
    /* font-family: SourceHanSansCN-Bold; */
    font-family: 'siyuan';
    font-weight: bold;
    color: #3e3a39;
    font-size: 18px;
    padding: 20px 0px 20px 53px;
    width: 27%;
    /* text-align: center; */
    vertical-align: middle;
}

/* 产品信息列样式 */
td:nth-child(3) {
    width: 53%;
    color: #3E3A39;
    line-height: 1.7;
}
td strong{
    color: #3E3A39 !important;
}
td p{
    color: #595757;
}
.feature-list {
    list-style-type: none;
}

.feature-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 22px;
}

/* .feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
    font-size: 16px;
} */

.feature-highlight {
    display: block;
    color: #3e3a39;
    font-size: 26px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    /* background: #e3f2fd;
    color: #1565c0;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 5px; */
}

/* 产品图片列样式 */
td:last-child {
    width: 25%;
    text-align: center;
}

.product-img {
    max-width: calc(100% - 40px);
    height: auto;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    /* border-radius: 8px; */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
    transition: transform 2s ease;
}

.product-img:hover {
    transform: scale(1.08) translateY(-50%);
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); */
}

.img-placeholder {
    width: 100%;
    height: 180px;
    background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 14px;
}

.img-placeholder i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #aaa;
}
