/* ==================== 产品卡片 ==================== */

/*页面表格 */
.page-template table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

.page-template table th,
.page-template table td {
    border: 1px solid #ccc; 
    padding: 20px;
    text-align: center;
}
