/* 表格样式 */

.tabel {
    width: 100%;
    box-sizing: border-box;
    padding: 22px 40px 43px;
}

.tabel .line {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.tabel .line .table-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 100%;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.tabel .tabel-header {
    height: 34px;
    border-left: 1px solid #fff;
}

.tabel .line .img-line {
    width: 16.8% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    background-color: #CDA258;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    text-indent: 0em !important;
}

.tabel .tabel-header .table-content {
    background-color: #CDA258;
    font-size: 16px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    text-indent: 0em !important;
}

.tabel .tabel-body {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tabel .tabel-body .body-line {
    height: 70px;
    overflow: hidden;
}

.tabel .tabel-body .img-box {
    /* width: 100%; */
    height: 100%;
    background: transparent !important;
    overflow: hidden;
}

.tabel .tabel-body .img-box .img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.tabel .tabel-body .table-content {
    font-size: 14px;
    background-color: #F6F6F6;
    text-indent: 0em !important;
}

.tabel .tabel-body .name {
    color: #683F1C;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 64px;
    padding: 6px 0;
}

.tabel .tabel-body .price {
    color: #EB2020;
}

.tabel .tabel-body .price-2 {
    color: #EB2020;
}

.tabel .tabel-body .more {
    border-bottom: none !important;
}

.display-none {
    display: none !important;
}

@media screen and (min-width:301px) and (max-width:450px) {
    .tabel {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    .tabel .line .img-line {
        flex: 1 !important;
    }
    .tabel .tabel-body .table-content {
        line-height: 21px;
    }
    .tabel .line .img-line {
        font-size: 14px;
    }
    .tabel .tabel-header .table-content {
        font-size: 14px;
    }
}


.tabel .tabel-body .end-link {
    color: #683F1C;
    text-decoration: none !important;
    border-bottom: 1px dashed #ff5555;
}
