.cms-buy-1-get-1-free .main-container{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding:0;
}
.twoforone-banner{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.twoforone-banner img{
    display: block;
    width: 100%;
    height: auto;
}
.twoforone-countdown{
    box-sizing: border-box;
    width: 100%;
    padding: 30px 0 45px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.twoforone-countdown-label{
    flex: 0 0 auto;
    font-size: 48px;
    font-weight: 900;
    font-style: italic;
    /* text-shadow: 2px 2px 0px #EB0303; */
    margin-right: 28px;
}
.twoforone-countdown-item{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 58px;
    background: #000000;
    /* box-shadow: 2px 2px 0px 1px #EB0303; */
    border-radius: 5px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.twoforone-countdown-dot{
    font-size: 30px;
    font-weight: 600;
    margin:  0 12px;
}

.twoforone-bobo-productlist{
    box-sizing: border-box;
    width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.twoforone-bobo-item{
    flex: 0 0 auto;
    width: 345px;
    background-color: #f8f8f8;
    margin-top: 20px;
    padding-bottom: 25px;
}
.twoforone-bobo-imgbox{
    display: block;
    position: relative;
    width: 345px;
    /* height: 345px; */
}
.twoforone-bobo-img{
    display: block;
    width: 100%;
    height: 100%;
}
.twoforone-bobo-imgbox .tag_img{
    position: absolute;
    left: -10px;
    bottom: -34px;
    width: 79px;
    height: 36px;
}
.twoforone-maylike-name,
.twoforone-bobo-name{
    display: block;
    margin-top: 30px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    padding: 0 18px;
    text-decoration: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.twoforone-bobo-price{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

.twoforone-bobo-price ._nowprice{
    font-size: 27px;
    font-weight: bold;
}
.twoforone-bobo-price ._oldprice{
    font-size: 21px;
    font-weight: 600;
    margin-left: 9px;
    color: #7c7c7c;
    text-decoration: line-through;
}
.twoforone-maylike-review,
.twoforone-bobo-review{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}
.twoforone-maylike-star,
.twoforone-bobo-star{
    flex: 0 0 auto;
    width: 79px;
    height: 14px;
}
.twoforone-maylike-star img,
.twoforone-bobo-star img{
    display: block;
    width: 100%;
    height: 100%;
}
.twoforone-maylike-reviewnum,
.twoforone-bobo-reviewnum{
    font-size: 16px;
    color: #7c7c7c;
    font-weight: 600;
    margin-left: 8px;
}
.twoforone-bobo-buynow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 42px;
    background: #000000;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.twoforone-title{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    margin-top: 62px;
}
.twoforone-maylike-list{
    box-sizing: border-box;
    width: 1440px;
    margin-top: -10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
.twoforone-maylike-item{
    flex: 0 0 auto;
    width: 345px;
    background-color: #f8f8f8;
    padding-bottom: 20px;
    margin-top: 20px;
}
.twoforone-maylike-img{
    display: block;
    position: relative;
    width: 345px;
    /* height: 345px; */
}
.twoforone-maylike-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.twoforone-maylike-name{
    display: block;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 18px;
    text-decoration: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.twoforone-maylike-add{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 308px;
    height: 56px;
    padding: 0 17px;
    background: #F8F8F8;
    border-radius: 4.5333vw;
    border: 1px solid #707070;
    margin: 12px auto 0 auto;
    cursor: pointer;
}
.twoforone-maylike-add ._nowprice{
     font-size: 27px;
     font-weight: bold;   
}
.twoforone-maylike-add ._oldprice{
    font-size: 21px;
    font-weight: 600;   
    text-decoration: line-through;
    margin-left: 10px;
    color: #7c7c7c;
}
.twoforone-maylike-add ._addcart{
    font-size: 32px;
    margin-left: 58px;
}
.twoforone-viewmore{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 53px;
    background-color: #000000;
    border-radius: 7px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 32px auto 0 auto;
}

.twoforone-backtotop{
    margin-top: 20px;
    cursor: pointer;
}
.twoforone-backtotop img{
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
}
.twoforone-backtotop p{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
}
/* tax_refund_hot_sale */
.cms-tax-refund-hot-sale .breadcrumbs{
    display: none;
}
.cms-tax-refund-hot-sale .main-container{
    box-sizing: border-box;
    width: 100%;
    padding:0;
    max-width: 100%;
}
.taxrefund-page{
    box-sizing: border-box;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1440px;
}
.taxrefund-banner{
    width: 100%;
}
.taxrefund-banner img{
    display: block;
    width: 100%;
    height: auto;
}
.taxrefund-body{
    box-sizing: border-box;
    width: 100%;
    background-image: url('/skin/frontend/hecongtwo/pc/tmp_img/bg.jpg');
    background-size: 100% auto;
    padding-top: 49px;
}
.taxrefund-coupon-section{
    position: relative;
    box-sizing: border-box;
    width: 1440px;
    height: 469px;
    margin: 0 auto;
    padding: 53px 24px 24px 24px;
    border-radius: 48px;
    background-image: url('https://cdn.wigginshair.com/media/wysiwyg/zhuantiye/202502281051.jpg');
    background-size: 100% auto;
}
.taxrefund-coupon-datebar{
    position: absolute;
    top: 16px;
    left: 42px;
    padding: 71px 0 41px 0;
}
.taxrefund-coupon-datebar-progress{
    box-sizing: border-box;
    position: relative;
    width: 610px;
    height: 4px;

    border-radius: 2px;
    background: rgba(255, 255,255, 0.3);
    /* padding: 0 98px 0 90px; */
}
.taxrefund-coupon-dotitem{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    border: 1px solid #FFFFFF;
    background-color: #7D0004;
    color: #fff;
    text-align: center;
    line-height: 1;
}
.taxrefund-coupon-dotitem.active{
    background-color: #fff;
}
.taxrefund-coupon-dotitem._first{
    left: 90px;
}
.taxrefund-coupon-dotitem._second{
    right: 98px;
}
.taxrefund-coupon-dotitem ._date{
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translate3d(-50%, -100%,0);
    width: 203px;
    font-size: 48px;
    font-weight: 400;
}
.taxrefund-coupon-dotitem ._label{
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate3d(-50%, 100%,0);
    width: 100px;
    font-size: 24px;
    font-weight: 400;
}
.taxrefund-coupon-body{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 133px 20px 0 19px;
    background-image: url('/skin/frontend/hecongtwo/pc/tmp_img/coupon-bg.png');
    background-size: 100% auto;
}
.taxrefund-coupon-clickall{
    position: absolute;
    top: 21px;
    right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 493px;
    height: 80px;
    opacity: 1;
    font-size: 48px;
    color: #fff;
    background-image: url('/skin/frontend/hecongtwo/pc/tmp_img/coupon-allclick.png');
    background-size: 100% 100%;
}
.taxrefund-coupon-list{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.taxrefund-coupon-item{
    flex: 0 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 255px;
    height: 228px;
    background-image: url('/skin/frontend/hecongtwo/pc/tmp_img/coupon-item.png');
    background-size: 100% 100%;
    color: #fff;
}
.taxrefund-coupon_money{
    position: relative;
    font-size: 108px;
    font-weight: 700;
    line-height: normal;
}
.taxrefund-coupon_money::before{
    position: absolute;
    top: 0;
    left: -10px;
    transform: translateX(-100%);
    content: '$';
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
}
.taxrefund-coupon_line{
    width: 163px;
    height: 4px;
    background-color: #fff;
}
.taxrefund-coupon_limit{
    font-size: 32px;
    font-weight: 400;
    margin-top: 23px;
    line-height: normal;
}


.taxrefund-top2-section{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 1440px;
    margin: 60px auto 0 auto;
}
.taxrefund-top2-item{
    flex: 0 0 auto;
    width: 690px;
    border-radius: 16px;
    overflow: hidden;
}
.taxrefund-product{
    box-sizing: border-box;
    width: 100%;
    
}
.taxrefund-product-img,
.taxrefund-product-img img{
    display: block;
    width: 100%;
    height: auto;
}
.taxrefund-product-body{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    background-color: #fff;
}
.taxrefund-product-body._large{
    padding: 15px 20px 20px 20px;
}
.taxrefund-product-sketchy{
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}
.taxrefund-product-sketchy span{
    display: inline-block;
    padding: 0px 10px 0 10px;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin-right: 8px;
}
.taxrefund-product-body._large .taxrefund-product-title{
    font-size: 18px;
    -webkit-line-clamp: 1;
    line-height: 24px;
}
.taxrefund-product-title{
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    
}
.taxrefund-product-price{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    line-height: normal;
}
.taxrefund-product-nowprice{
    font-size: 28px;
    font-weight: 700;
}
.taxrefund-product-lineprice{
    font-size: 16px;
    color: #7d7d7d;
    text-decoration: line-through;
    margin-left: 11px;
}
.taxrefund-product-soliew{
    display: flex;
    align-self: center;
    margin-top: 8px;
    font-size: 16px;
}
.taxrefund-product-review{
    margin-left: 25px;
    text-decoration: underline;
}
.taxrefund-product-addcart{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.taxrefund-product-addcart .icon{
    display: block;
    width: 100%;
    height: 100%;
}
.taxrefund-product-body._large .taxrefund-product-addcart{
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
}

.taxrefund-smallbanner{
    position: relative;
    display: block;
    box-sizing: border-box;
    margin-top: 60px;
    width: 1440px;
    height: 228px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 48px;
    overflow: hidden;
}
.taxrefund-smallbanner span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
.taxrefund-smallbanner img{
    display: block;
    width: 100%;
    height: 100%;
}
.taxrefund-10year-section{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 1440px;
    margin: 20px auto 0 auto;
}
.taxrefund-10year-item{
    flex: 0 0 auto;
    display: flex;
    box-sizing: border-box;
    width: 690px;
    border-radius: 8px;
    overflow: hidden;
}
.taxrefund-10year-item-img{
    flex: 0 0 auto;
    display: block;
    width: 345px;
    height: 345px;
}
.taxrefund-10year-item-content{
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 345px;
    height: 345px;
    padding: 20px;
    background-color: #fff;
}
.taxrefund-10year-item-destitle{
    font-size: 24px;
    line-height: normal;
}
.taxrefund-10year-item-destxt{
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

.taxrefund-togglebar{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 1440px;
    margin: 60px auto 0 auto;
}
.taxrefund-toggleitem{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 460px;
    height: 88px;
    border-radius: 12px;
    background: #3B3B3B;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.taxrefund-toggleitem.active{
    font-weight: 700;
    background-image: url('https://cdn.wigginshair.com/media/wysiwyg/zhuantiye/202502281051.jpg');
    background-size: 100% 100%;
}
.taxrefund-toggleitem.active::after{
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    content: '';
    width: 88px;
    height: 4px;
    border-radius: 3px;
    background-color: #fff;
}
.taxrefund-toggle-swiper{
    box-sizing: border-box;
    width: 1440px;
    margin: 20px auto 0 auto;
}
.taxrefund-toggle-slide{
    width: 345px;
    border-radius: 8px;
    overflow: hidden;
}
.taxrefund-toggle-swiper-pagination{
    width: 1440px;
    margin: 24px auto 0 auto;
    text-align: center;
}
.taxrefund-toggle-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 16px;
    opacity: 1;
}
.taxrefund-toggle-swiper-pagination .swiper-pagination-bullet{
    background-color: #fff;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    opacity: 0.3;
    margin-right: 8px;
}
.taxrefund-toggle-swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right:0;
}

.taxrefund-flashdeal{
    position: relative;
    box-sizing: border-box;
    width: 1440px;
    /* height: 692px; */
    margin: 60px auto 0 auto;
    background-image: url('/skin/frontend/hecongtwo/pc/tmp_img/flashdeal-bg.jpg');
    background-size: 100% 100%;
    padding: 40px 21px 23px 21px;
}
.taxrefund-flashdeal-corneroff{
    position: absolute;
    top: 0;
    left: -24px;
    width: 129px;
    height: 129px;
}
.taxrefund-flashdeal-header{
    box-sizing: border-box;
    width: 100%;
    padding-left: 104px;
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.taxrefund-flashdeal-countdown{
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.taxrefund-flashdeal-countdown .countdown_item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: #000000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.taxrefund-flashdeal-countdown .countdown_dot{
    font-size: 12px;
    margin: 0 5px;
    color: #000;
}
.taxrefund-flashdeal-body{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.taxrefund-flashdeal-body[data-group="2"] .taxrefund-flashdeal-item[data-group="2"],
.taxrefund-flashdeal-body[data-group="1"] .taxrefund-flashdeal-item[data-group="1"] {
    display: block;
}
.taxrefund-flashdeal-body[data-group="2"] .taxrefund-flashdeal-item[data-group="1"],
.taxrefund-flashdeal-body[data-group="1"] .taxrefund-flashdeal-item[data-group="2"] {
    display: none;
}
.taxrefund-flashdeal-item{
    flex: 0 0 auto;
    width: 690px;
    border-radius: 8px;
    overflow: hidden;
}
.taxrefund-flashdeal-item .taxrefund-product-img{
    border-radius: 8px;
    width: 100%;
    /* height: 388px; */
    overflow: hidden;
}
.taxrefund-videosection{
    box-sizing: border-box;
    width: 1440px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-between;
}
.taxrefund-video-item{
    flex: 0 0 auto;
    position: relative;
    display: block;
    width: 460px;
    height: 572px;
    border-radius: 8px;
    overflow: hidden;
}
.taxrefund-video-pause{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    transform: translate3d(-50%,-50%,0);
}

.sale_banner_part{
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 88px auto;
}
.sale_banner_pro_a{
    display: block;
}
.sale_banner_pro_a img{
    display: block;
    width: 100%;
    border-radius: 16px;
}
.sale_banner_swiper_pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 40px;
}
.sale_banner_swiper_pagination .swiper-pagination-bullet{
    width: 24px;
    height: 4px;
    border-radius: 8px;
    background: rgba(229, 229, 229, 1);
    opacity: 1;
}
.sale_banner_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px;
    background: rgba(102, 14, 0, 1);
}