.cms-ceshi-page .main-container,
.cms-gift-card-issued .main-container{
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 0 150px 0;
    background-color: #000;
    background-image: url('https://cdn.asteriahair.com/media/wysiwyg/zhuantiye/202411151450.jpg');
    background-position: 0 56.25vw;
    background-size: 100% auto;
    background-repeat: repeat-y;
}
.cms-ceshi-page .main,
.cms-gift-card-issued .main{
    background: transparent;
}
.bf-issued-banner{
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.bf-issued-banner-image{
    display:block;
    width: 100%;
    height: auto;
}
.bf-issued-prizegate{
    position: absolute;
    right: 0;
    top: 100px;
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.bf-issued-prizegate img{
    display: block;
    width: 100%;
    height: 100%;
}
.bf-issued-getnow{
    position: absolute;
    left: 50%;
    bottom: 12.40%;
    transform: translateX(-50%);
    width: 25.8854vw;
    height: 3.6458vw;
    cursor: pointer;
    /* background-color: #E2B54C; */
}


.bf-issued-rule{
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 10px 40px 28px 40px;
    border-radius: 20px;
    margin: 0 auto 0 auto;
    background-image: linear-gradient(to bottom, #F6D079, #E2B54C);
}
.bf-issued-rule-bg{
    position: absolute;
    left:50%;
    top: -69px;
    transform: translateX(-50%);
    width: 1083px;
    height: 196px;
}
.bf-issued-rule-title{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.bf-issued-rule-body{
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 20px 56px;
    border-radius: 20px;
    margin-top: 10px;
}
.bf-issued-rule-img{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 40px;
    border-radius: 20px;
    margin-bottom: 1.6vw;
    background: #1BBA9A;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.bf-issued-rule .bf-issued-rule-body p.bf-issued-rule-p{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #000;
}

.bf-issued-body{
    box-sizing: border-box;
    width: 1200px;
    background-color: #000;
    margin: 0 auto;
    margin-top: 30px;
}
.bf-issued-body-title{
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.bf-issued-productlist{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}
.bf-issued-product{
    flex: 0 0 auto;
    box-sizing: border-box;
    width: 584px;
    background-color: #fff;
    margin-top: 40px;
}
.bf-issued-product-img{
    flex: 0 0 auto;
    display: block;
    position: relative;
    width: 584px;
    height: 584px;
}
.bf-issued-product-img ._img{
    display: block;
    width: 100%;
    height: 100%;
}
.bf-issued-product-img ._docration{
    position: absolute;
    left:0;
    bottom:0;
    display: block;
    width: 100%;
    height: 100%;
}
.bf-issued-product-right{
    box-sizing: border-box;
    width: 100%;
    padding: 14px 23px 23px 23px;
    background-color: #fff;
}
.bf-issued-product-name{
    width: 100%;
    font-size: 18;
    line-height: 1em;
    font-weight: 500;
    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;
}
.bf-issued-product-pb{
    display:flex;
    align-items:center;
}
.bf-issued-product-price{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.bf-issued-product-price .nowprice{
    color:#1BBA9A;
    font-size: 42px;
    font-weight: 600;
}
.bf-issued-product-price .lineprice{
    color:#5B5B5B;
    font-size: 29px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 12px;
}
.bf-issued-product-addcart{
    flex: 0 0 auto;
    width: 203px;
    height: 58px;
    margin-left: 50px;
}
.bf-issued-product-addcart img{
    display: block;
    width: 100%;
    height: 100%;
}
.bf-issued-nav{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    margin-top: 86px;
}
.bf-issued-navlink{
    flex: 0 0 auto;
    width: 584px;
    height: 370px;
}
.bf-issued-navlink img{
    display: block;
    width: 100%;
    height: auto;
}
.bf-issued-bottom{
    box-sizing: border-box;
    width: 100%;
    margin-top: 70px;
}
.bf-issued-viewmore{
    display: block;
    width: 210px;
    height: 50px;
    margin: 0 auto;
}
.bf-issued-viewmore img{
    display: block;
    width: 100%;
    height: 100%;
}

.bf-prizelist-dialog{
    position: fixed;
    top: 50%;
    left:50%;
    transform: translate3d(-50%,-50%,0);
    box-sizing: border-box;
    width: 385px;
    height: 80%;
    background: linear-gradient( 180deg, #F6D079 0%, #E2B54C 100%);
    border-radius: 20px;
    padding: 52px 15px 47px 15px;
    display: none;
}
.bf-prizelist-header{
    position:absolute;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 11px;
    padding-left: 19px;
}
.bf-prizelist-header-title{
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
.bf-prizelist-countdown{
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    width: 162px;
    font-size: 20px;
    font-weight: 500;
}
.bf-prizelist-countdown span{
    flex: 0 0 auto;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background-color: #000;
}
.bf-prizelist-body{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    scrollbar-color: rgba(0, 0, 0, 0.3) #4e4e4e;
    scrollbar-width: thin;
}
.bf-prizelist-body::-webkit-scrollbar {
    width: 10px; 
}

.bf-prizelist-body::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.3);
}

.bf-prizelist-body::-webkit-scrollbar-thumb {
    background: #4e4e4e;
    border-radius: 25px;
}
.bf-prizelist-list{
    box-sizing: border-box;
    width: 100%;
}
.bf-prizelist-item{
    box-sizing: border-box;
    position: relative;
    display: flex;
    width: 345px;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
    padding: 3px 4px;
    margin-top: 10px;
}
.bf-prizelist-item:first-child{
    margin-top: 0;
}
.bf-prizelist-item-img{
    flex: 0 0 auto;
    width: 94px;
    height: 94px;
}
.bf-prizelist-item-body{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 8px;
    height: 100%;
}
.bf-prizelist-item-title{
    font-size: 14px;
    font-weight: 500;
}
.bf-prizelist-item-money{
    font-size: 24px;
    font-weight: 600;
}
.bf-prizelist-item-tips{
    font-size:14px;
    font-weight: 400;
}
.bf-prizelist-item-btn{
    position: absolute;
    right: 10px;
    bottom: 16px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 26px;
    background: #1BBA9A;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
a.bf-prizelist-item-btn:hover{
    color: #fff;
}
.bf-prizelist-footer{
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.bf-prizelist-dialog-close{
    position: absolute;
    top: 15px;
    right: 10px;
    width: 24px;
    height: 24px;
    /* transform: translate3d(-50%,100%,0); */
    font-size: 24px;
    line-height: 1em;
}



.bf-res-dialog{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    box-sizing: border-box;
    width: 278px;
    border-radius: 20px;
    padding: 26px 13px;
    background-image: linear-gradient(to bottom, #F6D079, #E2B54C);
    display: none;
}
.bf-res-dialog-bg{
    position: absolute;
    left:50%;
    top: -57px;
    transform: translateX(-50%);
    width: 274px;
    height: 130px;
}
.bf-res-dialog[data-flag="first"] .bf-res-first,
.bf-res-dialog[data-flag="second"] .bf-res-second{
    display: block;
}
.bf-res-second,
.bf-res-first{
    box-sizing: border-box;
    width: 100%;
    display: none;
}
.bf-res-firstcontent{
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.bf-res-first-now{
    position: relative;
    width: 122px;
    border-radius: 10px;
    background-color: #fff;
    padding-top: 38px;
    padding-bottom: 26px;
}
.bf-res-first-future{
    position: relative;
    width: 122px;
    border-radius: 10px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 36px;
}
.bf-res-second-now{
    position: relative;
    width: 150px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    padding-top: 38px;
    padding-bottom: 36px;
}
.bf-res-tag{
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: auto;
    height: 24px;
    padding: 0 14px;
    background: #1BBA9A;
    border-radius: 0px 0px 6px 6px;
    color: #FFF;
    font-size: 12px;
}
.bf-res-money{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.bf-res-tips{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.bf-res-GC{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 26px;
    background: #000000;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    margin: 5px auto 0 auto;
}
.bf-res-first-future .bf-res-GC{
    margin-top: 16px;
}
.bf-res-btn{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 252px;
    height: 40px;
    background: #1BBA9A;
    border-radius: 9px;
    margin: 15px auto 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
.bf-res-first-recive{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
}
/* coupon-boost start */
.coupon_boost_page{
    max-width: 100%;
    background: rgba(0, 33, 26, 1);
    padding: 97px 0;
    box-sizing: border-box;
    position: relative;
}
.coupon_banner_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coupon_banner_message{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.message_over{
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
}
.message_doller{
    font-size: 100px;
    font-weight: 500;
    line-height: 126px;
    margin: -17px 0 -25px;
}
.message_off{
    font-size: 50px;
    font-weight: 700;
    line-height: 63px;
}
.coupon_banner_line{
    border-right: 1px dotted rgba(0, 88, 64, 1);
    height: 236px;
}
.coupon_banner_copy{
    width: 203px;
    height: 40px;
    border-radius: 200px;
    background: rgba(0, 87, 63, 1);
    margin: 5px auto 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coupon_banner_bigbox{
    width: 1440px;
    height: 430px;
    margin: 0 auto;
    background: url('https://cdn.asteriahair.com/media/wysiwyg/zhuantiye_wap/202511200858.png') no-repeat;
    background-size: 100% 100%;
    color: rgba(0, 88, 64, 1);
    padding: 135px 185px 56px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.coupon_banner_bigboxtitle{
    font-size: 34px;
    font-weight: 500;
    line-height: 43px;
    color: #fff;
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.coupon_banner_bigbox_bg{
    position: absolute;
    top: 261px;
    right: 0;
    width: 773px;
    z-index: 1;
}
.coupon_banner_bigbox_bg2{
    position: absolute;
    top: 1680px;
    left: 0;
    width: 744px;
    z-index: 1;
}
.coupon_boost_wigspage{
    padding: 51px 0 87px;
    box-sizing: border-box;
    width: 1440px;
    margin: 87px auto 0;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(244, 218, 177, 1) 0%, rgba(254, 253, 251, 1) 52.98%, rgba(247, 231, 205, 1) 91.67%);
    position: relative;
    z-index: 2;
}
.coupon_boost_wigspage .blackf-earn-title,
.black_friday_salepage .blackf-earn-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.coupon_boost_wigspage .blackf-earn-item.active {
    background: linear-gradient(180deg, rgba(3, 97, 65, 1) 0%, rgba(18, 252, 174, 1) 100%);
    box-shadow: inset 0px 2px 4px rgba(255, 255, 255, 0.65), inset 0px -2px 8px rgba(0, 0, 0, 0.25);
    color: #fff;
    position: relative;
}
.coupon_boost_wigspage .blackf-earn-item,
.black_friday_salepage .blackf-earn-item {
    width: 136px;
    height: 46px;
    opacity: 1;
    border-radius: 26px;
    background: rgba(130, 100, 49, 1);
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 46px;
    color: rgba(252, 224, 173, 1);
    text-align: center;
    cursor: pointer;
}
.coupon_boost_wigspage .blackf-earn-item.active::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 2px;
    opacity: 1;
    border-radius: 12px;
    background: rgba(72, 153, 126, 1);
    bottom: 7px;
    right: 50%;
    transform: translateX(50%);
}
.coupon_boost_wigspage .blackf-earn-select-box-item.blackf-earn-show {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
.coupon_boost_wigspage .blackf-earn-select-box-item {
    display: none;
    max-width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    opacity: 1;
    margin: 0 auto;
    box-sizing: border-box;
}
.coupon_boost_wigspage .blackf-product-item {
    width: 330px;
}
.coupon_boost_wigspage .blackf-product-img {
    position: relative;
    display: block;
}
.coupon_boost_wigspage .blackf-product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px;
    margin: 8px 0 16px 0;
}
.coupon_boost_wigspage .blackf-product-add.btn-cart {
    width: 310px;
    height: 60px;
    margin: 0 auto;
}
.coupon_boost_salespage{
    width: 1440px;
    margin: 74px auto 0;
    position: relative;
}
.coupon_boost_title{
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 auto 30px;
    color: #fff !important;
    text-align: center;
    position: relative;
    z-index: 2;
}
.coupon_boost_salespage .product-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.coupon_boost_salespage .winter_discount_product_item {
    width: 700px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}
.coupon_boost_salespage .refund-productItem-hours {
    width: 100%;
    height: 62px;
    background: linear-gradient(180deg, rgba(254, 253, 251, 1) 0%, rgba(239, 201, 140, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.coupon_boost_salespage .hd-title-text {
    font-size: 20px;
    font-weight: 400;
    margin-right: 11px;
}
.coupon_boost_salespage .hourtime, .coupon_boost_salespage .minutetime, .coupon_boost_salespage .secondtime {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    background: #000;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.coupon_boost_salespage .ladeing {
    font-size: 24px;
    font-weight: 700;
    margin: 0 10px;
}
.coupon_boost_salespage .refund-productItem-bottom {
    display: flex;
    height: 466px;
}
.coupon_boost_salespage .refund-productItem-img {
    width: 350px;
}
.coupon_boost_salespage .winter_discount_product_item .product_message {
    width: 350px;
    box-sizing: border-box;
    padding: 24px 15px 24px 16px;
    background: rgba(248, 248, 248, 1);
}
.coupon_boost_salespage .winter_discount_product_item .product_message .name {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    margin-bottom: 26px;
}
.coupon_boost_salespage .winter_discount_product_item .product_message .price {
    position: relative;
}
.coupon_boost_salespage .winter_discount_product_item .product_message .discount_icon {
    width: 317px;
    height: 222px;
    margin: auto;
    margin-bottom: 18px;
    background-image: url(https://cdn.asteriahair.com/media/wysiwyg/zhuantiye_wap/202511191102.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.coupon_boost_salespage .winter_discount_product_item .product_message .price .price_top {
    line-height: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    top: 60px;
    left: 0;
    text-decoration-line: line-through;
    width: 100%;
}
.coupon_boost_salespage .winter_discount_product_item .product_message .discount_icon .price_top-prent {
    height: 121px;
    position: absolute;
    top: 28px;
    left: 153px;
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    word-wrap: break-word;
    text-align: center;
    line-height: 60px;
}
.coupon_boost_salespage .winter_discount_product_item .product_message .price_bottom {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    margin-bottom: 28px;
    color: rgba(0, 88, 64, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.coupon_boost_salespage .winter_discount_product_item .product_message .price_bottom .price_bottom-left {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 12px;
    color: #000;
}
.coupon_boost_salespage .product_message .button-one {
    width: 319px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    cursor: pointer;
}
.coupon_boost_salespage .winter_discount_product_item .winter_discount_product_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blackf-body-bg3 {
    width: 1440px;
    box-sizing: border-box;
    margin: 0 auto;
}
.coupon_boost_page .black-may-like-title {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 46px;
    color: rgba(255, 255, 255, 1) !important;
    margin: 30px 0 32px;
}
.coupon_boost_page .black-may-like-products {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.black-may-like-item {
    width: 342px;
}
.coupon_boost_popup{
    width: 354.9998px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    display: none;
}
.coupon_boost_popup_close{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: #000;
    opacity: 0;
}
.coupon_boost_popup_closebtn{
    width: 280px;
    height: 50px;
    background: #000;
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.coupon_boost_page h3.product-name a{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.black_shopcat{
    cursor: pointer;
}
/* coupon-boost end */
/* black_friday_sale start*/
.black_friday_salepage img{
    display: block;
}
.black_friday_salepage{
    background: linear-gradient(180deg, rgba(110, 255, 245, 1) 0%, rgba(0, 122, 18, 1) 22.52%, rgba(0, 64, 43, 1) 100%);
    position: relative;
}
.black_friday_salecheckin{
    width: 964px;
    height: 296px;
    background: url('https://cdn.asteriahair.com/media/wysiwyg/zhuantiye_wap/202511250938.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 94px 48px 51px;
    box-sizing: border-box;
    margin: 24px auto;
}
.salecheckin_title{
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    position: absolute;
    top: 16px;
    left: 24px;
    color: #fff;
}
.salecheckin_tip{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(166, 166, 166, 1);
}
.salecheckin_giftbox{
    margin-top: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.salecheckin_giftlist{
    display: flex;
}
.salecheckin_giftitem{
    width: 220px;
    height: 110px;
    border-radius: 8px;
    background: rgba(254, 249, 237, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 32px 16px 16px;
    box-sizing: border-box;
}
.salecheckin_giftitem .salecheckin_giftitem_imgnone{
    display: block;
}
.salecheckin_giftitem .salecheckin_giftitem_imgtrue{
    display: none;
}
.salecheckin_giftitem.active .salecheckin_giftitem_imgnone{
    display: none;
}
.salecheckin_giftitem.active .salecheckin_giftitem_imgtrue{
    display: block;
}
.salecheckin_giftitem.active{
    background: rgba(224, 255, 248, 1);
    color: rgba(11, 194, 150, 1);
}
.salecheckin_giftitem_day{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 35px;
}
.salecheckin_giftitem_img{
    width: 73px;
}
.salecheckin_giftitem_off{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.salecheckin_giftitem:nth-child(2){
    margin: 0 12px;
}
.salecheckin_giftitem:nth-child(2) .salecheckin_giftitem_img{
    width: 62px;
}

.salecheckin_giftbtn{
    width: 171px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 36px;
    background: linear-gradient(237.36deg, rgba(5, 83, 88, 1) 0%, rgba(29, 159, 240, 1) 32.27%, rgba(59, 255, 190, 1) 100%);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.black_friday_salepage .blackf-earn-item{
    width: 150px;
    background: rgba(0, 61, 37, 1);
    color: #fff;
}
.black_friday_salepage .blackf-earn-item.active{
    height: 66px;
    background: url('https://cdn.asteriahair.com/media/wysiwyg/zhuantiye_wap/202511281358-1.png') no-repeat;
    background-size: 100% 100%;
    box-shadow: none;
    line-height: 80px;
    color: #000;
    position: relative;
    border-radius: 0;
}
.black_friday_salepage .blackf-earn-title{
    align-items: flex-end;
    margin-bottom: 24px;
    gap: 16px;
}
.black_friday_salepage .blackf-product-item{
    width: 702px;
    height: 466px;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 251, 240, 1) 0%, rgba(255, 253, 250, 1) 44.36%, rgba(245, 229, 198, 1) 100%);
    box-shadow: 0px 2px 8px  rgba(0, 0, 0, 0.25);
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.black_friday_salepage .blackf-product-img{
    width: 326px;
}
.black_friday_salepage .blackf-product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.black_friday_saleright{
    width: 328px;
}
.black_friday_salepagelist{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.black_friday_salepage .blackf-earn-select-box-item{
    display: none;
}
.black_friday_salepage .blackf-earn-select-box-item.blackf-earn-show{
    display: block;
}
.black_friday_salepage .blackf-product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    min-height: 41px;
    margin-top: 8px;
}
.black_friday_saleicon{
    position: absolute;
    top: 16px;
    left: 16px;
    width: 77px;
}
.blackf_product_pricebox{
    width: 302px;
    height: 238px;
    background: url('https://cdn.asteriahair.com/media/wysiwyg/zhuantiye_wap/202511281358-2.png') no-repeat;
    background-size: 100% 100%;
    margin: 44px auto 55px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    padding-top: 59px;
    box-sizing: border-box;
    position: relative;
}
.blackf_product_oldprice{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    top: 57px;
    left: -13px;
    color: #000;
    text-decoration: line-through;
}
.blackf_product_oldpriceright{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    top: 57px;
    right: -13px;
    color: #000;
    text-decoration: line-through;
}
.blackf_product_nowprice{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -27px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #000;
    width: 100%;
}
.black_friday_salepage .blackf-product-add{
    width: 328px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 26px;
    background: linear-gradient(229.62deg, rgba(3, 97, 65, 1) 0%, rgba(0, 127, 166, 1) 28.35%, rgba(43, 255, 184, 1) 100%);
    box-shadow:inset 0px -2px 8px  rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.black_friday_salepagemore{
    display: block;
    width: 24.1026vw;
    height: 8.2051vw;
    text-align: center;
    line-height: 8.2051vw;
    border-radius: 7.1795vw;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    font-size: 3.0769vw;
    margin: 1.0256vw auto 0;
}
.black_friday_salebanner2{
    display: block;
    margin: 0 auto 24px;
    width: 1440px;
    border-radius: 14px;
    overflow: hidden;
}
.black_friday_wiglist{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.black_friday_wigitem{
    width: 702px;
    height: 466px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px  rgba(0, 0, 0, 0.25);
    display: flex;
}
.black_friday_wigitemleft{
    display: block;
    width: 344px;
}
.black_friday_wigitemright{
    width: 358px;
    padding: 24px 0 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.black_friday_wigitem_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.black_friday_wigitem_title{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    min-height: 41px;
    margin: 0 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.black_friday_wigitem_oldprice{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.black_friday_wigitembtn{
   cursor: pointer;
   width: 319px;
   margin: 0 auto;
}
.black_friday_wigiteminfo{
    display: flex;
    align-items: center;
}
.black_friday_wigiteminfoleft{
    width: 151px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 16px;
}
.black_friday_wigiteminfoleft span,
.black_friday_wigiteminforight{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.black_friday_wigiteminfoleft img{
    height: 24px;
}
.wigitem_oldpricenow{
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}
.wigitem_oldpriceold{
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(211, 211, 211, 1);
    margin: 0 10px;
    text-decoration: line-through;
}
.wigitem_offPrice{
    padding: 1px 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    background: rgba(255, 215, 0, 1);
}
.black_friday_salebanner2pos{
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.black_friday_salepage .blackf-body-bg3{
    position: relative;
    z-index: 2;
}
.blackf_check_popup{
    width: 268px;
    height: 271px;
    border-radius: 12px;
    background: url('https://cdn.asteriahair.com/media/wysiwyg/zhuantiye/202511261149.png') no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.check_popup_ab{
    width: 121px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.check_popup_abtext{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    background: linear-gradient(170.54deg, rgba(102, 255, 0, 1) 0%, rgba(89, 97, 3, 1) 61.75%, rgba(0, 79, 53, 1) 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    margin: 70px auto 3px;
}
.check_popup_absuccess{
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}
.check_popup_absuccess span{
    color: rgba(255, 195, 0, 1);
    font-weight: 700;
}
.check_popup_img{
    display: block;
    margin: 16px auto;
}
.check_tips_btn{
    width: 236px;
    height: 48px;
    border-radius: 26px;
    background: rgba(3, 97, 65, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.salepage_point_box{
    display: flex;
    justify-content: space-between;
}
.salepage_pointbox_left{
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}
.salepage_pointbox_right{
    display: flex;
    align-items: center;
}
.salepage_pointbox_right span{
    font-size: 12px;
    font-weight: 400;
    margin-right: 3px;
}
.salepage_point_boxlist{
    margin: 16px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.salepage_point_boxlistitem{
    position: relative;
    width: 446px;
}
.salepage_point_boxlistitembtn{
    width: 120px;
    height: 38px;
    position: absolute;
    top: 61px;
    right: 22px;
    opacity: 0;
    cursor: pointer;
}
.blackf_point_popup{
    width: 268px;
    height: 253px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url('https://cdn.asteriahair.com/media/wysiwyg/zhuantiye_wap/202511281043.png') no-repeat;
    background-size: 100% 100%;
    padding: 24px 16px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    display: none;
}
.point_popup_abtext{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    background: linear-gradient(to right, rgba(59, 255, 190, 1) 0%, rgba(0, 31, 22, 1) 5.8%, rgba(5, 83, 88, 1) 69.12%, rgba(19, 211, 253, 1) 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.point_popup_absuccess{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 10px auto 12px;
}
.point_popup_img{
    width: 198px;
}
.point_tips_btn{
    width: 236px;
    height: 48px;
    border-radius: 100px;
    background: linear-gradient(227.76deg, rgba(18, 219, 255, 1) 0%, rgba(29, 159, 240, 1) 23.86%, rgba(59, 255, 190, 1) 100%);
    border: 2px solid rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 14px;
}
.salepage_pointbox{
    width: 1440px;
    height: 243px;
    border-radius: 16px;
    background: linear-gradient(167.94deg, rgba(255, 251, 240, 1) 0%, rgba(255, 253, 250, 1) 44.36%, rgba(245, 229, 198, 1) 100%);
    box-shadow: 0px 2px 8px  rgba(0, 0, 0, 0.25);
    margin: 24px auto;
    position: relative;
    padding: 72px 262px 0;
    box-sizing: border-box;
}
.salepage_pointbox_title{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 480px;
}
/* black_friday_sale end*/