.all-stores-main{
    height: auto;
    max-width: 1720px;
    margin:0 auto;
    padding-bottom: 40px;
}
.top-stores-h2{
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
    color: #1C201E;
}
.right-div {
    padding-bottom: 30px;
}
.right-stores-h2{
    font-size: 24px;
    font-weight: 500;
    color: #1C201E;
    line-height: 26px;
    margin-left: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
}
.all-stores-top-ad{
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}
.all-stores-top-ad .sub01{
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}
.all-stores-top-ad .sub01 img{
    width: 100%;
}
.all-stores-top-ad .sub02{
    padding:20px;
    display: none;
}
.all-stores-content{
    width: 100%;
    background-color: #FFFFFF;
    padding: 32px 40px;
    margin-top: 18px;
}

.left-div h5,.right-div h5{
    font-size: 14px;
    font-weight: 500;
    margin-left:20px;
    padding-top:20px;
    margin-bottom:10px;
}
.all-stores-left-nav,.all-stores-left-ad{
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
}
.all-stores-left-ad{
    margin-top:20px;
}
.all-stores-left-ad ul.double-cash-back-ul li .left-coll a img{
    width: 160px;
    /*height: 40px;*/
    box-shadow: 0 2px 6px 1px  rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
.all-stores-left-ad ul.double-cash-back-ul li .collectionSec{
    padding-top:10px !important;
    padding-bottom:10px !important;
}
.all-stores-left-nav ul{
    display: flex;
    gap: 12px;
    padding: 0 12px;
    flex-wrap: nowrap;
}
.all-stores-left-nav ul li{
    font-size: 14px;
    color: #333;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    height: 34px;
    background: #EBF0ED;
    border-radius: 17px;
    border: 1px solid #D3DBD8;
    display: inline-flex;
}
.all-stores-left-nav ul li a i.iconfont{
    font-size: 20px;
    margin-right: 8px;
    min-width: 20px;
}
.all-stores-left-nav ul li a{
    display: inline-flex;
    flex: 0;
    align-items: center;
    justify-content: center;
    color: #1C201E;
    font-weight: 500;
    line-height: 50px;
    font-size: 14px;
    transform-origin: 0 50%;
    transition: color 0.25s ease, transform 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    gap: 6px;
}
.all-stores-left-nav ul li a:hover,.all-stores-left-nav ul li a.active{
    color: #008750;
    transform: scale(1.18) translate3d(0,0,0);
    transform-origin: 0 50%;
    transition:color 0.40s ease,transform 0.32s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.all-stores-left-nav ul li a span {
    line-height: 14px;
    flex-shrink: 0;
}
.filter-stores{
    padding-left:40px;
}
.filter-title{
    font-size: 14px;
    color:#535659;
    width: 110px;
    text-align:left;
}
.filter-ul li a{
    font-size:14px;
    color: #1C201E;
}
.filter-ul li a:hover,.filter-ul li a.active{
    color: #008750;
}
.filter-ul li{
    margin-right: 16px;
}
.alphabetically-ul li{
    margin-right: 10px;
}
.country-div,.alphabetically-div,.sort-div{
    margin-top:25px;
}
.country-div{
    position: relative;
}
.country-view-more{
    position: absolute;
    right: 40px;
    font-size: 14px;
    color: #1C201E;
}
.country-hidden-div{
    width: 550px;
    height: 15px;
    transition:height 0.5s;
    -webkit-transition:height 0.5s; /* Safari */
    overflow: hidden;
}
.country-hidden-div.active{
    height: auto;
}
.country-ul li{
    margin-bottom:10px;
}
.all-stores-coll-top .merchant-name{
    font-size: 16px;
    font-weight: 500;
    color: #1C201E;
}
.all-stores-coll-top .cash-back-span{
    font-size: 14px;
    font-weight: 500;
    color: #FF5306;
    margin-left:10px;
}
.all-stores-coll-top .cash-back-span i{
    font-size:18px;
    font-style: oblique;
    margin-right: 5px;
}
.all-stores-coll-top .was-span{
    font-size: 12px;
    font-weight: 400;
    color: #8F9391;
    margin-left:10px;
}
.all-stores-coll-bottom{
    margin-top:16px;
}
.all-stores-coll-bottom span{
    display: inline-block;
    width: auto;
    line-height: 20px;
    height: 20px;
    background: #F6F8F7;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #555856;
    padding-left:8px;
    padding-right: 8px;
    margin-right: 10px;
}
.all-stores-coll-right-item .allStore-but-txt{
    font-size: 14px;
    font-weight: 500;
    color: #008750;
    margin-right: 20px;
}
.all-stores-coll-right-item .allStore-but{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left:30px;
    padding-right: 30px;
    background: #008750;
    box-shadow: 0px 4px 8px 0px rgba(8, 45, 30, 0.22);
    border-radius: 21px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 20px;
}
.all-stores-coll-right-item .allStore-but:hover{
    color: #fff;
}
.merchant-list-div{
    /*overflow: hidden;*/
}
.merchant-list-li{
    cursor: pointer;
}
.merchant-list-ul{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}
.merchant-list-ul li{
    height: 160px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.09);
    padding-right: 40px;
    border-radius: 8px;
}
.merchant-list-ul li.merchant-list-li:last-child{
    border-bottom: none;
}
.merchant-list-ul li.merchant-list-li:nth-last-child(2){
    border-bottom: none;
}
.all-stores-cardTable{
    /*margin-bottom:30px;*/
    visibility: hidden;
}
/*冲掉bootstrap面包屑的样式*/
.breadcrumb{
    margin-bottom: 0;
    background: none;
    padding:0.75rem 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}
.breadcrumb-item.active,.breadcrumb-item a{
    color: #555856;
}
/*冲cardTable组件样式*/
.all-stores-cardTable-li .card-table-item{
    width: 216px;
    height: 132px;
    background: #FFFFFF;
    box-shadow: 0 2px 6px 1px  rgba(18, 23, 21, 0.18);
    border-radius: 4px;
}
.all-stores-cardTable-li .card-table-logo{
    margin:20px auto;
}
.all-stores-cardTable-li .card-table-item .cash-back{
    font-size: 15px;
    color: #FF5306;
}
.all-stores-cardTable-li .card-table-item .cash-back span{
    font-size: 20px;
    color: #ff5306;
    font-weight: 500;
    margin-right: 5px;
    font-style: oblique;
}
.all-stores-cardTable-li .card-table-item .was{
    font-size: 12px;
    font-weight: 400;
    color: #8F9391;
    margin-top:5px;
}
/*冲组件样式*/
.featured-deals-ul li{
    width: 15%;
}
.featured-deals-ul li img{
    max-width: 80%;
    max-height: 54px;
}
.merchantLogoImg{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.merchantLogoImg img{
    width: 50% !important;
}
.featured-deals-ul li .featured-deals-item2{
    margin: 0 auto;
    width: 90%;
    color: #1C201E;
    height: 46px;
}
.right-div-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.right-div-title h5{
    font-size: 24px;
    font-weight: 500;
    color: #1C201E;
    line-height: 26px;
}
.right-div-title a{
    font-size: 14px;
    font-weight: 500;
    color: #008750;
    line-height: 16px;
    cursor: pointer;
    padding-right: 10px;
}
.rightTabList{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #DCDFDE;
    margin-top: 10px;
}
.rightTabList .tabCar{
    margin-left: 46px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #555856;
}
.rightTabList .active{
    border-bottom: 2px solid #008750;
    color: #008750;
    font-weight: bold;
}
.iconfontbtn{
    cursor: pointer;
    color: #008750;
    font-size: 1rem;
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}
.rotate{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.codehide{
    display: none;
}

.collectionSec .coll-item{
    align-items: center !important;
}
.collectionSec .coll-item{
    justify-content: space-between !important;
}
.featured-deals-ul li{
    min-height: 220px;
}

.cardpop-tit{
    font-weight: 500;
    color: #1C201E;
    font-size: 16px;
    text-align: left;
    padding-bottom: 12px;
    border-bottom: 1px dashed #D8D8D8;
}
.cardpop-item .d-li{
    text-align: left;
    font-size: 12px;
    padding: 6px 0;
    display: flex;
    align-items: center;
}
.cardpop-item .d-li:first-child{
    padding-top: 12px;
}
.cardpop-item .d-li .cardpop-span1{
    font-weight: 400;
    color: #4C4B4A;
    display: block;
    width: 60%;
}

    .notloggedcode {
    color: #008750;
    border: 1px dashed #008750;
    padding: 1px 2px;
}
.cardpop-item .d-li .cardpop-span2{
    font-weight: 400;
    color: #008750;
    border-radius: 2px;
    border: 1px dashed #008750;
    padding: 1px 2px;
    cursor: pointer;
}
.featuredDeals {
    cursor: pointer;
}
.newCashback span span{
    padding: 0 3px;
}
.newCashback span b{
    padding: 0 3px;
}
.adTextBig span{
    font-size: 14px;
}
.adTextBig b {
    font-size: 18px;
    font-style: oblique;
}
.largeLogo img {
    width: 100px;
}
.merchant-list-li .twoEllipsis{
    font-size: 14px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-weight: 600;
    color: #1C201E;
    min-height: 54px;
}
.twoEllipsis h3{
    font-size: 18px !important;
    line-height: 20px;
}
.right-cell{
    z-index: 0;
}
.double-cash-back-ul img{
    width: 100%;
}
.advertisement{
    position: relative;
}
.ad-bootom{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FF5306;
}
.ad-bootom .ad-span{
    display: flex;
    align-items: center;
}
.ad-bootom b{
    font-size: 20px;
    padding: 0 4px;
}
.ad-bootom i.iconfont{
    font-size: 1rem;
    background-color: #ff5306;
    color: #ffffff;
    border-radius: 50%;
    margin-left: 6px;
}
b.rightDay {
    color: #1C201E;
}
.collection-code{
    position: static !important;
}
.collection-code div:first-child{
    flex-flow: wrap;
}
.discount-swiper-container  .featured-deals-item2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
    padding-left: 16px;
    padding-right: 16px;
    height: 46px;
}
.openCodePop{
    color: #008750 !important;
}
/*swiper*/
.discount-swiper-container .swiper-slide{
    min-height: 220px;
    text-align: center;
    padding-bottom: 10px;
    box-shadow: 0 2px 6px 1px rgb(18 25 21 / 14%);
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    list-style-type: none;
}
.discount-swiper-container{}
.swiper-discount{
    background-color: rgb(28 32 30 / 12%);
    border-radius: 50%;
    width: 30px!important;
    height: 30px!important;
    color: #939393!important;
    text-align: center;
    opacity: .95;
    font-size: 1.2rem;
    line-height: 30px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    /*margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));*/
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-discount-next{
    right: -18px!important;
}
.swiper-discount-prev{
    left: -18px!important;
}
.swiper-discount-next,.swiper-discount-prev{
    display: none;
}
.homeSwiperHover:hover .swiper-discount{
    display: block;
}
@media screen and (max-width: 1720px) {
    .all-stores-main{
        width: 1380px;
    }


}
@media screen and (max-width: 1430px) {
    .all-stores-main{
        width: 1200px;
    }
    .merchant-list-ul li{
        width: 98%;
        height: auto;
    }

    .all-stores-content .left-div{
        width: 240px;
    }
    .right-cell{
        padding-right: 30px;
    }
    .merchant-list-ul li.merchant-list-li:nth-last-child(2){
        border-bottom: 1px solid #EBEFEB;
    }
}
@media screen and (max-width: 1200px) {
    .all-stores-main{
        width: 960px;
    }
    .merchant-list-ul li{
        width: 98%;
        height: auto;
    }
    .merchant-list-ul li{
        border-bottom: 1px solid #EBEFEB;
    }
    .featured-deals-ul li:last-child{
        display: none;
    }
    .featured-deals-ul li{
        width: 18%;
    }
    .all-stores-content .left-div{
        width: 240px;
    }
    .fs-30{
        font-size: 20px;
    }
    .right-cell{
        padding-right: 20px;
    }
    .merchant-list-ul li.merchant-list-li:nth-last-child(2){
        border-bottom: 1px solid #EBEFEB;
    }
}
.fs-16-color-orange span ,.fs-16-color-orange b{
    padding: 0 2px;
}
.pagination-new-item-card {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
/*改版样式*/
.column-h1-title {
    padding-bottom: 20px;
}
.column-h1-title h1 {
    font-weight: 600;
    font-size: 30px;
    color: #1C201E;
    line-height: 30px;
}
.hotCouponsNews {
    font-weight: 600;
    font-size: 24px;
    color: #1C201E;
    line-height: 31px;
}
.swiper-discount-next-store, .swiper-discount-prev-store {
    display: none;
}
.swiper-discount-next-store {
    right: 18px !important;
    top: 31%;
}
.swiper-discount-prev-store {
    left: 18px !important;
    top: 31%;
}
.category_coupers_item {
    padding-bottom: 40px;
}
.coupons_top_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.coupons_select_item {
    font-weight: 600;
    font-size: 16px;
    color: #008750;
    line-height: 20px;
}
.coupons_select_item select {
    font-size: 16px;
    color: #008750;
    line-height: 20px;
    border: navajowhite;
    width: auto;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
/* Tab容器样式 - start */
.products-tab-wrapper {
    position: relative;
}

.products-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #6b7280;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}
.products-scroll-btn_icon{
    width: 34px;
    height: 34px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);
    transition: all 0.3s ease;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-scroll-btn:hover {
    /*background-color: white;*/
    /*color: #165DFF;*/
    /*opacity: 1;*/
}

.products-scroll-btn:focus {
    box-shadow: 0 0 0 2px rgba(22, 93, 255, 0.3);
}

.products-scroll-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#scrollLeft {
    left: 0;
}

#scrollRight {
    right: 0;
}
.scrollRight_item{
    width: 34px;
    height: 34px;
    background: linear-gradient(270deg, #ffffff 30%, #ffffff00 100%);
}
.scrollLeft_item{
    width: 34px;
    height: 34px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}


.products-tab-scroll-area {
    padding: 0 2.5rem;
}
.products-tab-scroll-area_2{
    padding: 0 2.5rem 0 0;
}

#tabContainer {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    transition: all 0.3s ease;
    overflow-y: hidden;
}

/* 隐藏滚动条 - 带products前缀 */
.products-scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.products-scrollbar-hide::-webkit-scrollbar {
    display: none;
}

/* Tab项样式 - 带products前缀 */
.products-tab-item {
    height: 34px;
    line-height: 34px;
    background: #EBF0ED;
    border-radius: 17px;
    border: 1px solid #D3DBD8;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    margin-right: 12px;
    flex: 0 0 auto;
}
.products-tab-item:hover{
    opacity:1;
    color: #1C201E;
}
.products-tab-item-txt{
    margin: 0 20px;
}

/* 选中状态样式 - 带products前缀 */
.products-tab-active {
    background: #008750;
    color: #FFFFFF;
}
.products-tab-active:hover{
    color: #FFFFFF !important;
}
/* 内容区域样式 - 带products前缀 */
.products-tab-content {
    margin-top: 0;
    padding: 1.5rem;
    background-color: #f9fafb;
    border-radius: 0 0 0.5rem 0.5rem;
    min-height: 200px;
    border-top: 1px solid #f3f4f6;
}

.products-tab-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.products-tab-content p {
    color: #6b7280;
}

/* Tab容器样式 - end*/
.homeSwiperStoreItem{
    flex-direction: column;
}
.homeSwiperStore{
    margin-top: 20px;
}
.new_store_img{
    width: 200px;
    height: 100px;
    object-fit: contain;
    border-radius:4px;
}
.new_store_txt{
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #1C201E;
}
.underline_stroe{
    border-top: 1px solid #E0E0E0;
}
.classification_bottom_tips {
    padding: 40px 0 0 0;
}
.classification_switch div{
    display: flex;
    align-items: center;
    justify-content: end;
}
.classification_switch .iconfont {
    font-size: 1.2rem;
    display: block;
}
.classification_bottom_tips .title {
    font-weight: 600;
    font-size: 24px;
    color: #1C201E;
    line-height: 31px;
}
.classification_bottom_tips .desc {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #1C201E;
    padding-top: 10px;
}
.classification_bottom_tips .desc h2,.classification_bottom_tips .desc h3{
    padding-left: 0 !important;
    margin: 0;
}
/* 默认收起状态：只显示 2 行 */
.classification_bottom_tips .desc.is-collapsed {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制为 2 行 */
    word-break: break-all;
}
.classification_switch {
    cursor: pointer;
    margin-top: 5px;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    color: #008750;
    line-height: 18px;
    padding-top: 10px;
}
.rotate180 {
    transform: rotate(180deg);
}
/*Hot Coupon Codes*/
.featured-deals-list {
    padding-bottom: 48px;
}
.featured-deals-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 36px;
}
.thumbnail-img {
    width: 80px;
    max-height: 80px;
    display: flex;
    align-items: center;
}
.thumbnail-img img {
    width: 100%;
}
.deals-items-child {
    padding-left: 8px;
    flex: 1;
}
.deals-top-loginname {
    font-weight: 400;
    font-size: 11px;
    color: #555856;
    line-height: 14px;
}
.deals-items-child .ch1 {
    text-align: left;
    height: 3.6rem;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
    min-height: 36px;
    padding-top: 6px;
}
.deals-cashback {
    display: flex;
    align-items: center;
    padding-top: 6px;
}
.deals-desp {
    font-weight: 600;
    font-size: 14px;
    color: #FF5306;
    line-height: 18px;
}
.deals-was {
    font-weight: 400;
    font-size: 12px;
    color: #8F9391;
    line-height: 15px;
    padding-left: 6px;
}
.fd-list.hot-deals-list {
    position: relative;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.09);
    border-radius: 8px;
    padding: 16px;
    cursor: pointer;
}
.new_couponlist_btn {
    position: absolute;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -16px;
    width: 102px;
    height: 32px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.06);
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    right: 20px;
}

.swiper_box_guangGao{
    width:100%;
    background: #fff;
    /*height: 180px;*/
    position: relative;
    margin-bottom: 26px;
}
.swiper_guangGao{
    width:100%;
    overflow: hidden;
    position: relative;
    /*height: 180px;*/
}
.swiper-wrapper_guanGao{
    width:100%;
    height: 180px;
}
.swiper-wrapper_guanGao img{
    width:100%;
    height: 180px;
    object-fit: fill;
    border-radius: 4px;
}
.swiper-pagination_box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
    padding-right: 8px;
}
.swiper-pagination {
    padding-right: 40px;
}
.swiper-slide img {
    width: 100%;
}
.fenye_bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.2;
    display: block;
    margin-left: 6px;
    cursor: pointer;
}
.fenye_bullet_active {
    width: 8px;
    height: 8px;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    opacity: 1;
}
.homelogintopnext {
    display: none;
}
.swiper_guangGao:hover{
    display: block;
}
.right10important{
    right: 10px!important;
}
.left10important{
    left: 10px!important;
}
.swiper-discount-next-store_2{
    right: 23px;
    display: none;
}
.swiper-discount-prev-store_2{
    left: 23px;
    display: none;
}
.swiper_box_guangGao:hover .swiper-discount-next-store_2 , .swiper_box_guangGao:hover .swiper-discount-prev-store_2{
    display: block;
}
.storesCategoryItem:hover .swiper-discount-next-store,.storesCategoryItem:hover .swiper-discount-prev-store{
    display: block;
}

.questionsItem1 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.questionsItem1 .title1 {
    font-weight: 600;
    font-size: 24px;
    color: #1C201E;
    line-height: 31px;
}
.questionsItem1 ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}
.questionsItem1 ul li{
    border-radius: 8px;
    margin-top: 20px;
}
.acc {
    position: relative;
    width: 100%;
    min-height: 60px;
    /*max-height: 300px;*/
    border-radius: 8px;
    /*line-height: 60px;*/
    backdrop-filter: blur(8px);
    /*box-shadow: 0 10px 30px rgb(0 0 0 / .35);*/
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
    display: flex;
    background-color: #FFFFFF;
    /*padding: 0 20px;*/
    align-items: center;
    justify-content: space-between;
}

.acc__summary {
    width: 550px;
    font-weight: 600;
    font-size: 16px;
    color: #555856;
    padding: 0 20px
}

.acc__item{
    /*width: 500px;*/
}

.acc__summary::marker {
    font-size: 0;
}

.acc__summary::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 1em;
    height: 1em;
    background: url("../../../images/pc/site/down_arrow.png") no-repeat center / 16px 16px;
    /*transform: rotate(180deg);*/
    transition: transform .2s;
    z-index: 11;
    top: 23px;
}

.acc__item[open] .acc__summary::after {
    transform: rotate(180deg);
}

.acc__item[open] .acc__summary {
    border-bottom: 1px solid rgb(255 255 25 / .15);
    padding-top: 20px;
    padding-bottom: 20px;
}

.acc__content {
    color: #555856;
    overflow-y: scroll;
    max-height: 265px;
    padding: 0px 20px 20px 20px;
}
.acc__content::-webkit-scrollbar {
    width: 4px;
    height: 80px;
    background-color: #FFFFFF;
    border-radius: 3px;
    /*padding-top: 20px;*/
    margin-top: 20px;
    margin-left: 20px;
    position: absolute;
    right: 20px;
}
.acc__content::-webkit-scrollbar-thumb {
    width: 4px;
    height: 80px;
    background: #E0E0E0;
    border-radius: 3px;
}
.acc__content p {
    line-height: 1.7;
    font-size: 15px;
}
.classification_list {}
.classification_question {
    font-weight: 600;
    font-size: 18px;
    color: #1C201E;
    line-height: 23px;
    padding-top: 16px;
}
.classification_answer {
    font-weight: 400;
    font-size: 14px;
    color: #1C201E;
    line-height: 18px;
    padding-top: 4px;
}
/*Hot Coupon Codes*/
.right-di_right {
    display: flex;
    align-items: center;
    position: relative;
}

/* select start */
.select_container {
    position: relative;
    display: inline-block;
}

/* 触发区域样式 */
.select_trigger {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.select_label {
    margin-right: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #008750;
}

.select_current {
    margin-top: 2px;
    border-bottom: 1px solid #008750;
    margin-right: 6px;
    font-weight: 600;
    font-size: 16px;
    color: #008750;
}

.select_arrow {
    color: #008750;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.select_arrow_icon{
    font-size: 12px;
}

.select_arrow.rotate {
    transform: rotate(180deg);
}

/* 右侧圆形按钮 */
.select_btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    background: white;
    color: #008750;
    margin-left: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.select_btn:hover {
    background: #F5F5F5;
}

/* 下拉菜单样式 */
.select_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 4px;
    width: 220px;
    background: white;
    list-style: none;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
    z-index: 100;
    padding: 20px 0px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16);
    border-radius: 8px;
}

.select_dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 下拉选项样式 */
.select_option {
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s ease;
}

.select_option.selected {
    background: #EBF5F1;
    color: #008750;
}

.select_option:not(.selected) {
    color: #333;
}

.select_option:not(.selected):hover {
    background: #F5F5F5;
}

.select_check {
    font-size: 12px;
    display: none;
}

.select_option.selected .select_check {
    display: inline-block;
}
/*end*/
.couponList_switch {
    cursor: pointer;
    margin-top: 5px;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    color: #008750;
    line-height: 18px;
    padding-top: 10px;
}
.rotate180 {
    transform: rotate(180deg);
}
.couponList_switch .iconfont {
    font-size: 1.2rem;
    display: block;
}
.couponList_switch div {
    display: flex;
    align-items: center;
    justify-content: end;
}
.fw600{
    font-weight: 600;
}
















