body{
    background: #920700;
}
.supplier-item{
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 10px;
    display: block;
}
.supplier-item ._top-info{
    background: #F5F6FA;
    padding: 20px 10px 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.supplier-item:hover ._top-info{
    background: #fff;
}
.supplier-item ._top-info .rank{
    width: 82px;
    object-fit: contain;
}
.supplier-item ._top-info .limit2{
    font-size: 16px;
    color: #040000;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    height: 44px;
}
.supplier-item ._top-info .tags{
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    gap: 10px;
}
.supplier-item ._top-info .tags::-webkit-scrollbar{
    display: none;
}
.supplier-item ._top-info .tags div{
    background: rgba(0,0,0,0.03);
    border-radius: 4px 4px 4px 4px;
    padding: 4px 8px;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 20px;
    white-space: nowrap;
}
.supplier-item ._top-info .main-goods{
    display: flex;
    gap: 5px;
    justify-content: center;
    padding-top: 10px;
}
.supplier-item ._top-info .main-goods .p-item{
    width: calc((100% - 10px) / 3);
    border-radius: 8px;
    object-fit: contain;
    background: #fff;
    display: block;
}
.supplier-item ._top-info .main-goods img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    background: #fff;
}
.supplier-item ._btm-btn{
    display: flex;
    margin-top: 10px;
    gap: 10px;
}
.supplier-item ._btm-btn ._btn{
    background: #F5F6FA;
    border-radius: 30px 30px 30px 30px;
    line-height: 32px;
    cursor: pointer;
    flex: 1;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.supplier-item ._btm-btn ._btn:hover{
    background: #FCF4F4;
    color: var(--base-color);
}
.supplier-item ._btm-btn ._btn2{
    flex: unset;
    width: 68px;
}
.banner{
    height: 260px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .text dt{
    font-size: 40px;color: #FFFFFF;
    margin-bottom: 0px;
}
.banner .text p{
    font-size: 20px;color: #FFFFFF;
}
.PopularProducts .hd{
    margin:20px 0;
    border-radius: 8px 8px 8px 8px;
    background: #fff;
    overflow: auto;
}
.PopularProducts .hd .list{
    display: flex;
}
.PopularProducts .hd .list .item{
    width: 260px;
    height: 40px;line-height: 40px;font-size: 16px;color: #333333;
    text-align: center;
    cursor: pointer;
}
.PopularProducts .hd .list .item.on{
    background: linear-gradient( 270deg, #FC573F 0%, #CA252D 100%);
    color: #fff;
}
.bot03{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 100px;
}
.bot03 .btn{
    width: 183px;
    height: 32px;
    background: #F5F6FA;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;font-size: 14px;color: #333333;
    gap: 10px;
}
.bot03 .btn i{
    font-size: 14px;
}
@media (max-width: 768px) {
    .product-item ._btm-info {
        padding: 20px 0 0;
    }
    .product-item ._btm-info ._req-btn{
        padding: 6px 10px;
        font-size: 12px;
    }
}
