@charset "utf-8";
/* Recommended Suppliers 模块样式 - 完全按照参考网站 */

.hot_suppliers {
    margin-top: 20px;
    background: #fff;
    padding: 20px 0;
}

.hot_suppliers .floor_title {
    margin-bottom: 15px;
    padding: 0 20px;
}

.hot_suppliers .floor_title h2 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    padding-left: 12px;
    border-left: 3px solid #4E6EF2;
    margin: 0;
}

.hot_suppliers .jianqie {
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
}

.hot_suppliers .hd {
    position: relative;
    overflow: hidden;
}

.hot_suppliers .hd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.hot_suppliers .hd li {
    display: inline-block;
    margin: 0 8px 15px 0;
    vertical-align: top;
}

.hot_suppliers .hd li span {
    display: block;
    padding: 12px 20px;
    background: #F5F5F5;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.hot_suppliers .hd li:hover span {
    background: #E8E8E8;
}

.hot_suppliers .hd li.on span {
    background: #4285F4;
    color: #fff;
    position: relative;
}

.hot_suppliers .hd li.on span::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #4285F4;
}

.hot_suppliers .bd {
    overflow: hidden;
    padding: 0 20px;
}

.hot_suppliers_item {
    display: none;
}

.hot_suppliers_item:first-child {
    display: block;
}

.hot_suppliers_item dl {
    background: #F9F9F9;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
}

.hot_suppliers_item dt {
    padding: 15px;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.hot_suppliers_item .com_logo {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background: #f5f5f5;
    margin-right: 12px;
    border: 1px solid #eee;
}

.hot_suppliers_item .com_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot_suppliers_item .text {
    float: left;
    width: calc(100% - 62px);
}

.hot_suppliers_item .text h5 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
}

.hot_suppliers_item .text h5 a {
    color: #333;
    transition: color 0.3s;
}

.hot_suppliers_item .text h5 a:hover {
    color: #4285F4;
}

.hot_suppliers_item .dizi {
    font-size: 13px;
    color: #666;
    line-height: 22px;
}

.hot_suppliers_item .dizi span {
    display: inline-block;
    margin-right: 15px;
}

.hot_suppliers_item .dizi i {
    margin-right: 5px;
    color: #999;
    font-size: 14px;
}

.hot_suppliers_item .zhuyang {
    padding: 12px 15px;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.hot_suppliers_item .zhuyang p {
    margin: 0;
    font-size: 13px;
    color: #333;
    line-height: 22px;
}

.hot_suppliers_item .zhuyang .p_2 {
    color: #666;
    font-size: 13px;
}

.hot_suppliers_item dd {
    padding: 15px;
    overflow: hidden;
    background: #F9F9F9;
    margin: 0;
}

.hot_suppliers_item dd a {
    float: left;
    width: calc(25% - 12px);
    margin-right: 16px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid #eee;
}

.hot_suppliers_item dd a:nth-child(4n) {
    margin-right: 0;
}

.hot_suppliers_item dd a:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-color: #4285F4;
}

.hot_suppliers_item .image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #f5f5f5;
}

.hot_suppliers_item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.hot_suppliers_item dd a:hover .image img {
    transform: scale(1.05);
}

.hot_suppliers_item .price {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    line-height: 20px;
}

.hot_suppliers_item .price i {
    font-size: 14px;
    font-style: normal;
}

.hot_suppliers_item .price em {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    font-style: normal;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
