.products.smallquantity,
.products.rushgift{
    padding-left: 0;
    padding-right: 0;
    background-image: none;
    background-color: #fff !important;
}
.products.smallamountgift{
    padding-left: 0;
    padding-right: 0;
    background-image: none;
    background-color: #F7F7F7 !important;
}
.products .rushgift .pages li,
.products .kusdom .pages li,
.products .smallamountgift .pages li {
    border: 1px solid #ccc;
}
.top-tab {
    background: #ccc;
    padding: 10px 20px;
}
.express .top-tab,
.igpex .top-tab {
    margin: 0 -15px;
}
.top-tab .top-tab-title {
    display: inline-block;
    font-size: 36px;
    vertical-align: text-bottom;
    padding-right: 60px;
    font-weight: bold;
}
.top-tab .top-tab-list {
    display: inline-block;
}
.top-tab-list:after {
    content: '';
    display: block;
    clear: both;
}
.top-tab .tab-one {
    position: relative;
    display: inline-block;
    background: #fff;
    margin: 5px 10px 5px 0px;
    padding: 10px 60px 10px 10px;
    width: 220px;
}
.top-tab .tab-one  a,
.top-tab .tab-one  a span {
    color: #333333;
    display: block;
    width: 100%;
    transition: all .3s;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-align: left;
}
.top-tab .tab-one .min-by {
    line-height: 12px;
    font-size: 12px;
    color: #ccc !important;
    display: block;
    padding-top: 5px;
}
.top-tab .tab-one img.icon-by {
    position: absolute;
    right: 5px;
    top: 10px;
}
.top-tab .tab-one:hover,
.top-tab .tab-one.active {
    box-shadow: 5px 5px 0 0 #f60;
}
.top-tab .tab-one:hover a span:first-child,
.top-tab .tab-one.active a span:first-child {
    color: #f60;
}

@media (max-width: 767px) {
    .igpex, .rushgift {
        margin-top: 40px;
    }
    .middle-content .products{
        padding: 0 !important;
    }
    .top-tab {
        background: #fff;
        padding: 1px 0 5px;
    }
    .igpex .top-tab,
    .rushgift .top-tab,
    .smallamountgift .top-tab {
        margin: 0 -9px;
    }
    .top-tab .top-tab-list{
        display: block;
    }
    .top-tab .top-tab-title{
        display: none;
    }
    .top-tab .list-tab {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(calc(25% - 10px), 1fr));
        gap: 10px;
        padding: 10px 10px 5px;
    }
    .igpex .list-tab,
    .smallamountgift .list-tab,
    .rushgift .list-tab {
        box-shadow: 0 0 5px 0 #ccc;
        border-radius: 0 0 10px 10px;
    }
    .top-tab .list-tab .tab-item img {
        width: 100%;
        max-width: 50px;
        margin-bottom: 5px;
    }
    .top-tab .list-tab .tab-item {
        text-align: center;
        font-size: 14px;
    }
    .en .top-tab .list-tab .tab-item{
        font-size: 12px;
    }
    .top-tab .list-tab .tab-item span {
        display: inline-block;
        border-bottom: 3px solid transparent;
    }
    .top-tab .list-tab .tab-item.active span {
        border-bottom: 3px solid #f60;
    }
    .products.rushgift .category_seo,
    .products.igpex .category_seo {
        display: block;
        padding: 0;
        margin: 0 -5px;
    }
    .igpex .category_seo .cates,
    .rushgift .category_seo .cates {
        background: #fff;
        position: fixed;
        top: 50px;
        left: 0;
        transition: transform 1s;
        transform: translateY(0px);
        overflow: hidden;
        margin: 0;
        padding: 0 0 0 10px;
    }
    .scroll .igpex .category_seo .cates,
    .scroll .rushgift .category_seo .cates,
    .scroll .top-nav {
        position: fixed;
        top: 50px;      /* 原 -34px + translateY(84px)，改用 top 避免 transform 影響寬度/位置 */
        z-index: 9997;
        transition: top 1s;
        width: 100%;
    }
    .scroll .top-nav.show-m{
        top: 1px;       /* 原 -83px + 84px */
    }
    .scroll.d .igpex .category_seo .cates,
    .scroll.d .rushgift .category_seo .cates,
    .scroll.d .top-nav {
        top: -34px;     /* 原 transform:translateY(0px) */
        transition: top 2s;
        width: 100%;
    }
    .products.rushgift .filter .tags a,
    .products.smallquantity .filter .tags a{
        background: unset;
        font-size: 13px;
        padding: unset;
        margin: 5px;
        height: 30px;
        line-height: 30px;
    }
    .products.rushgift .filter .tags a.active,
    .products.smallquantity .filter .tags a.active{
        color: #ff6c0a;
        font-size: 13px;
        background: unset;
        padding: unset;
    }
}