.classify_list {
    background-color: #fff;
    padding: 0 0 20px 16px;
    box-sizing: border-box;
}

.classify_msg {
    display: flex;
    justify-content: space-between;
}

.classify_list .commonTitle {
    background: rgba(255, 231, 204, 0.4);
    height: 38px;
    font-size: 14px;
    color: #222222;
    line-height: 38px;
    padding: 0 24px 0 20px;
    box-sizing: border-box;
    position: relative;
}

    .classify_list .commonTitle::before {
        background: url(../../images/common/title_before.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 19px;
        height: 21px;
        content: '';
        vertical-align: sub;
        margin-right: 4px;
    }

    .classify_list .commonTitle .seeMore {
        position: absolute;
        right: 24px;
        font-weight: 400;
        font-size: 13px;
        color: #444444;
        line-height: 41px;
    }

        .classify_list .commonTitle .seeMore:hover {
            color: #ff8c10;
        }

        .classify_list .commonTitle .seeMore:active {
            color: #ffc07c;
        }

        .classify_list .commonTitle .seeMore i {
            background: url(../../images/common/more_black.png) no-repeat;
            background-size: 100% 100%;
            display: inline-block;
            width: 16px;
            height: 17px;
            vertical-align: text-bottom;
        }

        .classify_list .commonTitle .seeMore:hover i {
            background: url(../../images/common/more_hover.png) no-repeat;
            background-size: 100% 100%;
        }

        .classify_list .commonTitle .seeMore:active i {
            background: url(../../images/common/more_active.png) no-repeat;
            background-size: 100% 100%;
        }

.classify_info {
    padding: 20px 12px 0 0;
    flex: 1;
}

    .classify_info .classify_brand {
        display: flex;
        justify-content: center;
        padding-top: 8px;
    }

        .classify_info .classify_brand .c_l {
            width: 188px;
            height: 138px;
            background: #ffffff;
            border: 1px solid #f3f3f3;
            box-sizing: border-box;
            margin-right: 30px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .classify_info .classify_brand .c_l img {
                width: 100%;
                height: 100%;
            }

            .classify_info .classify_brand .c_l .no-img .noImg {
                width: 115px;
                height: 84px;
            }

            .classify_info .classify_brand .c_l .no-img p {
                font-size: 12px;
                color: #818181;
                margin-top: 4px;
            }

        .classify_info .classify_brand .c_r {
            width: 904px;
        }

            .classify_info .classify_brand .c_r .title {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 20px;
                position: relative;
            }

                .classify_info .classify_brand .c_r .title h1 {
                    font-weight: 800;
                    color: #222222;
                    font-size: 17px;
                    border-left: 4px solid #ff8c10;
                    padding-left: 6px;
                    line-height: 18px;
                }

                .classify_info .classify_brand .c_r .title span {
                    color: rgba(34, 34, 34, 0.4);
                    position: absolute;
                    right: 0;
                    top: -6px;
                }

            .classify_info .classify_brand .c_r .brand a {
                display: inline-block;
                margin-right: 12px;
                color: #ff8500;
                border: 1px solid #dedede;
                border-radius: 12px 12px 12px 12px;
                line-height: 24px;
                padding: 0 12px;
                margin-bottom: 14px;
            }

            .classify_info .classify_brand .c_r .related {
                color: #afafaf;
                padding-top: 4px;
            }

                .classify_info .classify_brand .c_r .related span {
                    color: #222222;
                }

                .classify_info .classify_brand .c_r .related a {
                    color: #ff8b0d;
                }

    .classify_info .profile {
        margin-top: 20px;
    }

        .classify_info .profile .con {
            line-height: 22px;
            padding: 16px;
        }

    .classify_info .hotTable {
        margin-top: 10px;
    }

        .classify_info .hotTable table {
            width: 100%;
            border-collapse: collapse;
            box-shadow: 0px 0px 0px 0.8px #f3f3f3;
        }

            .classify_info .hotTable table th {
                height: 44px;
                line-height: 44px;
                text-align: left;
                padding: 0 12px;
            }

                .classify_info .hotTable table th.modelImg {
                    padding-left: 32px;
                }

            .classify_info .hotTable table thead tr {
                border: 1px solid #f3f3f3;
                background: #f5f5f5;
            }

            .classify_info .hotTable table tbody td {
                padding: 13px;
                text-align: left;
                word-break: break-all;
                vertical-align: top;
                line-height: 18px;
            }

                .classify_info .hotTable table tbody td p {
                    word-wrap: break-word;
                }

            .classify_info .hotTable table tbody tr:hover {
                background: rgba(255, 139, 13, 0.15) !important;
            }

            .classify_info .hotTable table tbody tr:nth-child(even) {
                background: #f8f8f8;
            }

            .classify_info .hotTable table .atar_Show {
                background: url(../../images/web/classify/fire.png);
                width: 66px;
                height: 14px;
                position: relative;
                margin-top: 6px;
            }

                .classify_info .hotTable table .atar_Show p {
                    background: url(../../images/web/classify/fire_all.png);
                    left: 0;
                    width: 66px;
                    height: 14px;
                }

            .classify_info .hotTable table .modelImg {
                width: 68px;
            }

    .classify_info .moreHotTable table .modelImg {
        width: 86px;
    }

    .classify_info .hotTable table .modelImg,
    .classify_info .hotTable table tbody .pdf {
        vertical-align: middle;
    }

    .classify_info .hotTable table .desc {
        width: 214px;
    }

        .classify_info .hotTable table .desc p {
            width: 178px;
        }

    .classify_info .moreHotTable table .desc p {
        width: 226px;
    }

    .classify_info .hotTable table .brand,
    .classify_info .hotTable table .product,
    .classify_info .hotTable table .pack,
    .classify_info .hotTable table .price {
        width: 102px;
    }

    .classify_info .moreHotTable table .brand,
    .classify_info .moreHotTable table .product,
    .classify_info .moreHotTable table .pack {
        width: 120px;
    }

    .classify_info .hotTable table .price {
        width: 112px;
    }

    .classify_info .hotTable table .model {
        width: 120px;
    }

    .classify_info .moreHotTable table .model {
        width: 156px;
    }

    .classify_info .hotTable table .model a {
        word-break: break-all;
        line-height: 18px;
    }

    .classify_info .hotTable table td.modelImg img {
        width: 72px;
        height: 44px;
        object-fit: contain;
    }

    .classify_info .moreHotTable table td.modelImg img {
        width: 86px;
    }

    .classify_info .hotTable table .desc {
        width: 200px;
        line-height: 18px;
    }

    .classify_info .moreHotTable table .desc {
        width: 312px;
    }

    .classify_info .hotTable table .iconPdf {
        background: url(../../images/common/pdf.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 20px;
        height: 20px;
    }

.relatedSuppliers {
    padding: 20px 20px 0 0;
}

    .relatedSuppliers .supplier {
        margin-top: 14px;
        padding: 24px 28px 24px 24px;
        display: flex;
        justify-content: space-between;
        box-shadow: 0px 0px 0px 0.8px #f3f3f3;
    }

    .relatedSuppliers .suppliers .supplier:nth-child(odd) {
        background: linear-gradient( 174deg, rgb(251, 139, 35, 0.02) 0%, rgb(247, 82, 13, 0.02) 100% );
    }

    .relatedSuppliers .supplier .contact .model {
        width: 182px;
        height: 156px;
        background: #ffffff;
        margin-bottom: 22px;
        object-fit: contain;
    }

    .relatedSuppliers .supplier .contact a {
        width: 140px;
        height: 32px;
        border-radius: 18px 18px 18px 18px;
        border: 1px solid #ff8b0d;
        line-height: 32px;
        font-size: 14px;
        color: #202020;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 16px;
    }

        .relatedSuppliers .supplier .contact a:hover {
            color: #ff8b0d;
        }

        .relatedSuppliers .supplier .contact a:last-child {
            margin-bottom: 0;
        }

        .relatedSuppliers .supplier .contact a span {
            width: 56px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: inline-block;
            text-align: center;
        }

        .relatedSuppliers .supplier .contact a img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

    .relatedSuppliers .supplier .info {
        width: 398px;
        margin-left: 40px;
    }

        .relatedSuppliers .supplier .info h3 {
            font-size: 16px;
            margin-bottom: 29px;
            line-height: 22px;
        }

        .relatedSuppliers .supplier .info ul li {
            font-size: 14px;
            display: flex;
            line-height: 20px;
            margin-bottom: 18px;
        }

            .relatedSuppliers .supplier .info ul li:last-child {
                margin-bottom: 0;
            }

            .relatedSuppliers .supplier .info ul li .red {
                color: #ff0000;
            }

            .relatedSuppliers .supplier .info ul li label {
                color: #959595;
                flex-shrink: 0;
            }

    .relatedSuppliers .supplier .s_table {
        width: 586px;
    }

        .relatedSuppliers .supplier .s_table table {
            text-align: left;
            border-collapse: collapse;
        }

            .relatedSuppliers .supplier .s_table table thead tr {
                border: 1px solid #f3f3f3;
                background: #f5f5f5;
            }

            .relatedSuppliers .supplier .s_table table thead th {
                height: 28px;
                line-height: 28px;
                padding: 0 8px;
                font-size: 12px;
                color: #666666;
                /* font-weight: 500; */
            }

            .relatedSuppliers .supplier .s_table table tbody td {
                padding: 6.5px 8px;
                color: #666666;
            }

            .relatedSuppliers .supplier .s_table table tbody tr:hover {
                background: rgba(255, 139, 13, 0.15) !important;
            }

            .relatedSuppliers .supplier .s_table table tbody td:nth-child(1),
            .relatedSuppliers .supplier .s_table table thead th:nth-child(1) {
                padding-left: 20px;
            }

                .relatedSuppliers .supplier .s_table table tbody td:nth-child(1) a {
                    word-break: break-all;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    width: 95px;
                }

            .relatedSuppliers .supplier .s_table table tbody td:last-child,
            .relatedSuppliers .supplier .s_table table thead th:last-child {
                padding-right: 20px;
            }

            .relatedSuppliers .supplier .s_table table tbody td a {
                color: #666666;
                display: block;
            }

                .relatedSuppliers .supplier .s_table table tbody td a:hover {
                    color: #ff8b0d;
                }

            .relatedSuppliers .supplier .s_table table tbody td:nth-child(4) {
                color: #9f9f9f;
            }

            .relatedSuppliers .supplier .s_table table tbody td p {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                word-break: break-all;
                width: 52px;
            }

            .relatedSuppliers .supplier .s_table table tbody td:nth-child(6n) p {
                width: 136px;
            }

            .relatedSuppliers .supplier .s_table table tbody {
                border: 1px solid #f3f3f3;
            }

                .relatedSuppliers .supplier .s_table table tbody tr:nth-child(even) {
                    background: #f5f5f5;
                }

                .relatedSuppliers .supplier .s_table table tbody tr:nth-child(odd) {
                    background-color: #fff;
                }
/* 右侧广告 */
.classify_msg .classify_ad {
    width: 240px;
}

    .classify_msg .classify_ad img {
        width: 240px;
        height: 240px;
        margin-bottom: 10px;
    }

        .classify_msg .classify_ad img:last-child {
            margin-bottom: 0;
        }

        .classify_msg .classify_ad img:nth-child(5n) {
            height: 200px;
        }