.banner-container {
    margin-top: 24px;
}
.top-banner-swiper{
    overflow: hidden;
}
.banner-container .banner-wrap {
    width: 100%;
    height: 397px;
    border-radius: 14px;
    position: relative;
    display: block;
    overflow: hidden;
    /*background: url(../images/supplier-list/banner.png) no-repeat center center;*/
    /*background-size: cover;*/
}
.banner-wrap-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.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: 992px) {


    .dropdown-menu {
        width: 100%;
        position: relative;
        display: block;
        box-shadow: none;
        height: 0;
        overflow: hidden;
        transition: all 0.3s;
    }
    .dropdown-menu.on{
        height: 161px;
        transition: all 0.3s;
    }
    .dropdown-item{
        padding: 0 16px;}
    .dropdown-menu a{
        margin-bottom: 0 !important;
        line-height: 40px !important;
        height: 40px !important;
    }
    .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 .info {
        height: 128px;
        margin-bottom: 15px;
    }

    .shop-card-title {
        height: 32px;
    }

    .product-card .product-price .price {
        font-size: 15px;
    }

    .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%;}
    .product-card .product-image{
        width: 119px;
        height: 119px;
        float: left;
        margin-right: 10px;
        position: initial;
    }
    .product-card .product-price .price{
        color: #E21818;
    }
    .img-collect{bottom: 0;
        right: 10px;
        height: 36px;
        width: 36px;}
    .img-collect em{
        color: #333333;
        font-size: 16px;
    }
    .img-collect em.icon-yishoucang{
        color: #E21818;
    }
    .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;
    }
}

@media (max-width: 768px) {
    .exhi-pc {
        display: none;
    }

    .exhi-wap {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .container {
        max-width: 100vw;
        width: 100%;
    }

    .adv_nav {
        display: block;
        margin-top: 10px;
        margin-bottom: -10px;
    }

    .adv_nav .a_nav_item {
        color: rgba(140, 140, 140, 0.5);
    }

    .shop-card-bottom .right {
        font-size: 13px;
    }

    .home-book {
        grid-template-columns: repeat(2, 1fr);
        position: relative;
    }

    .mordty {
        text-align: center;
        color: #fff;
        display: none;
    }

    .mordty .iconfont {
        font-size: 30px;
    }

    .home-book .jdbox {
        height: 127px;
        overflow: hidden;
        margin-bottom: 00px;
    }

    .mordty.on .iconfont {
        transform: rotate(180deg);
        display: block;
    }

    .home-book .jdbox.on {
        height: auto;
    }

    .product-card .product-price .buy-btn {
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        padding: 7px;
    }

    .home-book .title .left {
        font-size: 20px;
    }

    .home-book .cont {
        grid-template-columns: initial;
        display: grid;
        white-space: nowrap;
        overflow-x: auto;
        grid-auto-flow: column;
    }

    .home-book .cont .item {
        padding: 10px 0;
        width: 85px;
    }

    .home-book .cont .item .text {
        font-size: 12px;
        line-height: 16px;
    }

    .home-book .cont .item .iconfont {
        font-size: 36px;
        line-height: 36px;
    }

    .head-line-left {
        flex: 1 50%;
    }

    .head-line-center {
        flex: 1 46%;
    }

    .head-line-right .head-line-item .btm .view {
        display: none;
    }

    .shop-box {
        height: 300px;
    }

    .recommend-search {
        display: none;
    }

    .header-search__tips {
        /*display: none !important;*/
    }

    .purchase-card {
        width: 100%;
        max-width: 100%
    }

    .purchase-card .timebox .info {
        display: block;
    }

    .exhi-item {
        padding-bottom: 10px;
    }

    .exhi-item .name {
        padding: 10px;
        font-size: 16px;
    }

    .exhi-item .time {
        padding: 0 10px;
        font-size: 12px;
    }
    .product-card .product-price .buy-btn{
        position: absolute;
        padding: 0px 13px;font-size: 15px;
        background: #F5F5F5;border-radius: 33px 33px 33px 33px;color: #333333;
        width: auto;
        bottom: 0;
        right: 73px;
        height: 40px;
        line-height: 40px;
    }

}

@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;
    }

    .pofxer.on{

        position: fixed;
        z-index: 9;
        top: 60px;
        width: 100%;
        left: 0;
        padding: 15px;
        padding-top: 53px;
        background: #f5f5f5;
    }
   .filterbox{
       position: fixed;
       background: #fff;
       width: 100%;
       height: 100%;
       z-index: 999;
       left: 0;
       padding: 20px;
       top: 0;
       overflow: auto;
       display: none;
   }
    .filterbox .cha{
        float: right;
    }
    .filter-row-checked{
        border: none;
        padding: 0;
    }
    #filterwz.on{
        height: 100px;}
    .supplier-list-container .filter-section{
        padding: 0;}
    .filter-row:last-child{
        padding: 24px;
    }
}
