/**!
 * 标准目录
 * author: fxyue;
 * date:2019-10-28
 */

.ewb-main {
    margin: 0 -30px;
    background: #fff;
    min-height: 689px;
    border-radius: 20px;
    padding: 30px 0;
}

/* 小屏 */
@media (max-width:1359px) {
    .ewb-main {
        margin: 0;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-main {
        min-height: 0;
    }
}

/* 手机端 */
@media (max-width:480px) {
    .ewb-main {
        padding: 20px 0;
    }
}

.ewb-catalog {
    margin: 0 30px;
}

.ewb-catalog table {
    width: 100%;
    table-layout: fixed;
}

.ewb-catalog>div {
    background: url("../images/table_thead_bg.jpg") no-repeat;
}

.ewb-catalog td {
    border: 1px solid #eee;
    text-align: center;
}

.table-responsive {
    border: 0;
}

.ewb-catalog thead td {
    height: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.ewb-pink {
    background: #fff7f8;
}

.ewb-catalog tbody td {
    height: 180px;
    padding: 0 5px;
}

.ewb-catalog tbody .ewb-first td {
    height: 38px;
    font-weight: bold;
    padding: 0;
}

.ewb-table-select {
    font-size: 0;
    text-align: center;
}

.ewb-table-select div,
.ewb-table-select span {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 14px;
}

.ewb-table-select div {
    margin: 0 10px;
}

.ewb-table-select span {
    margin-left: 5px;
    padding-left: 20px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.ewb-detail {
    margin: 0 5px;
    text-align: left;
    line-height: 22px;
}

.ewb-detail-icon>div {
    font-size: 0;
}

.ewb-detail-icon span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 14px;
}

.ewb-detail-icon span {
    margin-left: 5px;
    padding-left: 20px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.ewb-font {
    font-weight: bold;
    font-size: 16px;
}

.icon1 {
    background-image: url("../images/table_icon_01.png");
}

.icon2 {
    background-image: url("../images/table_icon_02.png");
}
.icon3 {
    background-image: url("../images/table_icon_04.png");
}

.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
    white-space: inherit;
}

/* 小屏 */
@media (max-width:1299px) {
    .ewb-catalog thead td {
        font-size: 14px;
    }
}