@charset "utf-8";

/* product-specs-info */
.product-body  .product-specs-info .panel-body table {
    width: 100%;
}

.product-body  .product-specs-info .panel-body table:nth-child(n+2) {
    margin-top: 10px;
}

.product-body  .product-specs-info .panel-body table thead tr,
.product-body  .product-specs-info .panel-body table tbody tr {
    display: block;
    width: 100%;
    /* height: 40px; */
    margin-bottom: 1px;
    /* line-height: 40px; */
    background-color: #fff;
    text-align: left;
}

.product-body  .product-specs-info .panel-body table thead tr {
    background-color: #fff;
}

.product-body  .product-specs-info .panel-body table tbody tr:nth-child(2n+1) {
    background-color: #fbfcfe;
}

.product-body  .product-specs-info .panel-body table thead tr th,
.product-body  .product-specs-info .panel-body table tbody tr th,
.product-body  .product-specs-info .panel-body table tbody tr td {
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 16px;
}

.product-body  .product-specs-info .panel-body table thead tr th h4 {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
}

.product-body  .product-specs-info .panel-body table thead tr th h4:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 16px;
    margin-right: 6px;
    background-color: #0036ff;
}

.product-body  .product-specs-info .panel-body table tbody tr th {
    width: 230px;
    color: #999;
    font-weight: normal;
}

.product-body  .product-specs-info .panel-body table tbody tr td {
    width: 850px;
    padding: 10px 0 10px 25px;
    color: #222;
    font-weight: normal;
    line-height: 1.5;
    white-space: pre-wrap;
}
/* product-specs-info */