.banner-container {
    margin-top: 24px;
}
.banner-container .banner-wrap {
    width: 100%;
    height: 397px;
    border-radius: 14px;
    background: url(../images/supplier-list/banner.png) no-repeat center center;
    background-size: cover;
}
.banner-container .banner-info{
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: 80px;
    border-radius: 14px;
}
.banner-container .banner-title{
    line-height: 42px;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;

}
.banner-container .banner-sub-title{
    line-height: 42px;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    margin: 24px 0;

}
.banner-container .view-more-btn{
    width: 146px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E21818;
    border-radius: 30px 30px 30px 30px;
    font-size: 14px;
    color: #fff;
}

.supplier-popular-container {
    margin-top: 40px;
}


.shop-card {
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding: 20px;
}

.shop-card-img {
    aspect-ratio: 249 / 150;
    width: 100%;
}

.shop-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-card .logo {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 90px 90px 90px 90px;
    margin: -30px 0 0 12px;
    object-fit: contain;
}

.shop-card .info {
    height: 142px;
    padding: 12px 0;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
}

.shop-card-title {
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}

.shop-card-tags {
    display: flex;
    overflow-x: auto;
    margin-bottom: 12px;

    /* 隐藏IE/Edge滚动条 */
    -ms-overflow-style: none;

    /* 隐藏Firefox滚动条 */
    scrollbar-width: none;
}

/* 隐藏Chrome/Safari/Opera滚动条 */
.shop-card-tags::-webkit-scrollbar {
    display: none;
}


.shop-card-tags div {
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    padding: 4px 8px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-right: 8px;
    white-space: nowrap;
}

.shop-card-year {
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}

.shop-card-year i {
    font-size: 16px;
    margin-right: 5px;
}

.shop-card-bottom .left {
    font-size: 16px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.justify-content-between a:nth-child(1){width: 70%}
.shop-card-bottom .left i {
    font-size: 16px;
    color: #E21818;

}

.shop-card-bottom .right {
    font-size: 14px;
    color: #E21818;
    flex-shrink: 0;
    font-weight: 500;
}
.shop-card-bottom .right i{
    font-size: 12px;
}


.supplier-info .part1{
    height: 118px;
}

.supplier-info .exhibition-info {
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    margin: 8px 0 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.supplier-info .exhibition-info .iconfont{
    margin-right: 5px;
}
.supplier-card .show-more{
    font-size: 14px;
    color: #E21818;
}
.shop-card  .justify-content-between{align-items: center}
.location {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    color: #999;
    flex-wrap: wrap;
}

.location span .iconfont {
    color: #E21818;
}

.star {
    font-size: 18px;
    cursor: pointer;
}

.star.active,.star:hover {
    color: #ffd700;
}

.supplier-list-container{
    margin-top: 38px;
}
.supplier-list-container .filter-label {
    width: 88px;
}
.supplier-list-container .filter-section{
    margin: 0 -5px 10px;
}
@media (max-width: 600px) {
    .banner-container .banner-info {
        padding: 0 24px;
    }
    .supplier-list-container .filter-section {
        padding: 24px;
    }
    .supplier-list-container .filter-label {
        margin-right: 12px;
    }
    .supplier-card {
        height: auto;
    }
   .shop-card-bottom .right{
        display: none;}
}
