.igpex {
    background-image: url(../image/icon/igpex/top.png?v=1),url(../image/icon/igpex/bottom.png?v=1);
    background-color: #ff9600;
    background-position: center top ,center bottom !important;
    padding-bottom: 40px;
}
.products .category_seo .cates a {
    height: 35px;
    display: inline-block;
    background-color: #fff;
    line-height: 35px;
    margin: 5px 10px 5px 0;
    border-radius: 30px;
    color: #000;
    font-weight: 600;
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
}
.products .category_seo .cates a:hover,
.products .category_seo .cates a.active ,.products .category_seo .cates a.curr{
    color: #ff6c0a;
}
.igpex .owl-stage-outer .owl-item {
    width: unset !important;
    margin-right: unset !important;
}

.igpex .list-items{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
    gap: 10px;
}
.igpex .product-list .list-items .ex-img.image-responsive {
    width: 100%;
    height: auto;
    border-radius: unset;
}

.igpex .list-items .item {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: unset;
    padding: 8px;
}
.pbck.iex{
    text-align: left;
}
.pbck.iex .desc{
    color: #444;
    font-size: 13px;
    display: inline-block;
    height: 18px;
    overflow: hidden;
    width: 100%;
}
.pbck.iex .price{

}
.pbck.iex .price td{
    text-align: left;
    font-size: 13px;
    color: #333;
}
.pbck.iex .package{
    text-align: left;
    font-size: 13px;
    margin-bottom: 70px;
    color: #333;
}
.pbck.iex .avg_price{
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: -90px;
}
.pbck.iex .avg_price .title{
    font-weight: bold;
    font-size: 13px;
    color: #000;
    margin-top: -2px;
    line-height: 24px;
}
.pbck.iex .avg_price .price .value{
    font-weight: bold;
    font-size: 22px !important;
    color: #F27633;
}
.pbck.iex .avg_price .price span{
    font-size: 14px !important;
    color: #F27633;
}
.pbck.iex .avg_price .price i{
    font-style: normal;
}
.pbck.iex .avg_price .price img{
    width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}
.pbck.iex .limit_time{
    text-align: center;
    background-color: #F1F1F1;
    font-weight: bold;
    padding: 2px;
    font-size: 14px;
    margin-top: 5px;
    color: #333333;
}
.pbck.iex .p_i{
    position: relative;
    display: block;
}
.pbck.iex .pp{
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.9;
}
.pbck.iex .other_price{
    padding: 7px 0;
    font-size: 14px;
    color: #999 !important;
}
.pbck.iex .product-name-row{
    font-weight: bold;
    text-align: left;
    font-size:16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pbck.iex a:hover{
    text-decoration: none;
}
.igpex .list-items .no_like .iex,
.igpex .list-items .need_help .iex {
    padding-bottom: 13px;
}
.igpex .list-items .need_help .iex .product-name-row{
    height: 155px;
}

@media (max-width: 767px) {
    .middle-content  .products.igpex {
        padding-top: 40px !important;
    }
    .products .category_seo .cates a {
        padding: 0 2px;
        font-size: 13px;
        height: 30px;
        line-height: 30px;
    }
    .igpex .product-list .category_seo h1,
    .product-list .category_seo .category_description {
        display: none;
    }
    .igpex .list-items{
        padding: 0 10px;
    }
    .products .list-items .item .info{
        background: #fff;
    }
}