/** index.js **/

/* hot */
.product .cards-g .card-g .title{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
product .cards-g .card-g .title > span{
    margin-left: 5px;
}

/* desc 固定俩行 */
.cards-g.is-product-card .desc{
    height: 70px;
}


/* dns濡染 table */
.apply-scene {
    padding: 64px 0;
}

.apply-scene .table .row {
    display: flex;
}

.apply-scene .table .column {
    width: 0;
    flex-grow: 1;
}

.apply-scene .table-header .column {
    background: #409eff;
    color: #fff;
    padding: 18px 24px;
}

.apply-scene .table-body {
    height: 280px;
    border-color: #eee;
    border-style: solid;
    border-width: 0 1px 1px;
    overflow: hidden;
}

.apply-scene .table-body .row {
    border-bottom: 1px solid #eee;
    background: #fff;
}

.apply-scene .table-body .row:nth-of-type(even){
    background: #fafbfc;
}

.apply-scene .table-body .column {
    padding: 18px 24px;
}

.apply-scene .table-body .column.status {
    color: #f23c3c;
}

.apply-scene .table-body .column.result {
    color: #2EA46B;
}
