/* 20240216  引入 高鹿 舊版的 產品詳細頁的表單樣式 */


/*.spec-table { width: 100%; border-spacing: 1px; background: #d6d6d6; font-size: 15px; letter-spacing: 0.05rem ;border-collapse: collapse;max-width: 1109px;}*/
/*.spec-table th { text-align: center; padding: 2px 4px; color: #fff; background: linear-gradient(0deg, #4e83c3 0%, #6892c5 100%);    border: 1px solid #ccc }*/
/*.spec-table td { text-align: center; padding: 2px 4px; color: #333; background: #fff;    border: 1px solid #ccc }*/
/*.spec-table tr:nth-of-type(1) th{border: 0;}*/

/*@media only screen and (max-width: 980px) {*/
/*    .spec-table { width: 940px!important;}*/
/*}*/


/* 20240217  複製設計版的產品詳細頁的表單樣式 cms-index.css => .datatable */
.spec-table {
    width: 100%;
    min-width: 700px;
    text-align: center;
    border-spacing: 1px;
    background: #fff;
    border: 1px solid rgba(177, 177, 177, .3);
}

.spec-table th {
    padding: 5px 10px;
    color: #fff;
    background: var(--mainColor);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.spec-table th:last-child {
    /*border: none;*/
}

/*.spec-table tr:nth-child(even) {
    background: var(--bgColor);
}*/

.spec-table td {
    border-right: 1px solid rgba(177, 177, 177, .3);
    border-bottom: 1px solid rgba(177, 177, 177, .3);
}

.spec-table td:last-child {
    /*border: none;*/
}