.supplier-page{
    background: #f5f5f5;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.supplier-grid{
    position: relative;
    z-index: 1;
}
.card-col {
    padding: 10px;
}
.shop-card {
    background: #FFFFFF;
    border-radius: 14px 14px 14px 14px;
    padding: 20px;
}
.card-box:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.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 {
    padding: 12px 0;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error_form {
    width: auto;
    display: table;
    margin: 0 auto;
    min-height: 240px;
    text-align: center;
}
.error_img{
    width:300px;
    height: 244px;
}

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

.shop-card-tags {
    display: flex;
    overflow-x: auto;
    margin-bottom: 12px;
    height: 28px;
    /* 隐藏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: #f49e15;
    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;
}

.img-collect {
    cursor: pointer;
    color: #333333;
}
.img-collect em {
    position: relative;
    font-size: 22px;
    z-index: 10;
}
.img-collect:hover em::before {
    content: "\e8f5";
}
.img-collect em.icon-yishoucang{
    color: #E21818;
}
.img-collect:hover{
    color: #E21818;
}
@media (max-width: 992px) {
    .shop-card .info {
        height: 128px;
        margin-bottom: 15px;
    }
    .product-card .product-title, .shop-card-title {
        font-size: 14px;
        line-height: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: initial;
    }
    .shop-card-title {
        height: 32px;
    }
    .shop-card-bottom .left,
    .shop-card-bottom .left i,
    .shop-card-year,
    .shop-card-year i,
    .shop-card-tags div {
        font-size: 12px;
    }
    .supplier-grid .col-xs-6 {
        /*width: 100%;*/
    }
    .supplier-grid .wap-info{
        height: 128px;
        margin-bottom: 15px;
    }
    .supplier-grid .title .left{
        font-size: 20px;}
    .show-more-btn{
        font-size: 13px;
    }
    .page-title .left{
        font-size: 20px;
    }
    .shop-row .col-xs-6{
        width: 100%;}
    .shop-card-img{
        aspect-ratio: 126 / 113;
        /*width: 126px;*/
        /*height: 113px;*/
        float: left;
        margin-right: 10px;
    }
    .shop-card .logo{
        width: 44px;
        height: 44px;
        /*position: absolute;*/
        /*left: 38px;*/
        /*margin: 0;*/
        /*bottom: 68px;*/
    }
    .shop-card-bottom .right {
        font-size: 13px;
    }
    .crumbs_cont{
        padding: 10px;
    }
}
