.bf-issued-banner{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 128vw;
}
.bf-issued-banner-image{
    display:block;
    width: 100%;
    height: 100%;
}
.bf-issued-prizegate{
    position: absolute;
    right: 0;
    bottom: 28.8vw;
    width: 18.6667vw;
    height: 18.6667vw;
}
.bf-issued-prizegate img{
    display: block;
    width: 100%;
    height: 100%;
}
.bf-issued-getnow{
    position: absolute;
    left: 50%;
    bottom: 6.6667vw;
    transform: translateX(-50%);
    width: 53.3333vw;
    height: 9.3333vw;
}
.bf-issued-body{
    box-sizing: border-box;
    width: 100%;
    background-color: #000;
    padding-top: 2.6667vw;
}
.bf-issued-body-title{
    text-align: center;
    font-size: 5.3333vw;
    font-weight: 600;
    color: #fff;
}
.bf-issued-productlist{
    box-sizing: border-box;
    width: 100%;
    padding: 0 2.6667vw;
}
.bf-issued-product{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    background-color: #fff;
    margin-top: 5.3333vw;
}
.bf-issued-product-img{
    flex: 0 0 auto;
    display: block;
    position: relative;
    width: 48vw;
    height: 48vw;
}
.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;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 46.6667vw;
    height: 48vw;
    padding: 5.8667vw 2.1333vw 5.3333vw 1.8667vw;
}
.bf-issued-product-name{
    width: 100%;
    font-size: 3.2vw;
    line-height: 4.2667vw;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* word-break: break-all; */
    -webkit-box-orient: vertical;
}
.bf-issued-product-price{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
.bf-issued-product-price .nowprice{
    color:#1BBA9A;
    font-size: 5.3333vw;
    font-weight: 600;
}
.bf-issued-product-price .lineprice{
    color:#5B5B5B;
    font-size: 3.7333vw;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 1.3333vw;
}
.bf-issued-product-addcart{
    width: 32vw;
    height: 9.0667vw;
}
.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: 5.3333vw;
    padding: 0 2.6667vw;
}
.bf-issued-navlink{
    flex: 0 0 auto;
    width: 46.4vw;
    height: 44.26667vw;
}
.bf-issued-navlink img{
    display: block;
    width: 100%;
    height: auto;
}
.bf-issued-bottom{
    box-sizing: border-box;
    width: 100%;
    padding: 6.4vw 0 2.9333vw 0;
}
.bf-issued-viewmore{
    display: block;
    width: 37.3333vw;
    height: 8vw;
    margin: 0 auto;
}
.bf-issued-viewmore img{
    display: block;
    width: 100%;
    height: 100%;
}

.bf-prizelist-dialog{
    position: fixed;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 100%;
    height: 80%;
    background: linear-gradient( 180deg, #F6D079 0%, #E2B54C 100%);
    border-radius: 5.3333vw;
    padding: 13.8667vw 4vw 12.5333vw 4vw;
    display: none;
}
.bf-prizelist-header{
    position:absolute;
    left:0;
    top:0;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 2.9333vw;
    padding-left: 5.0667vw;
}
.bf-prizelist-header-title{
    flex: 0 0 auto;
    font-size: 4.2667vw;
    font-weight: 600;
    margin-right: 2.6667vw;
}
.bf-prizelist-countdown{
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    width: 43.2vw;
    font-size: 5.3333vw;
    font-weight: 500;
}
.bf-prizelist-countdown span{
    flex: 0 0 auto;
    color: #fff;
    font-size: 4.2667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8vw;
    height: 8vw;
    border-radius: 1.6vw;
    background-color: #000;
}
.bf-prizelist-body{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.bf-prizelist-list{
    box-sizing: border-box;
    width: 100%;
}
.bf-prizelist-item{
    box-sizing: border-box;
    position: relative;
    display: flex;
    width: 92vw;
    height: 26.6667vw;
    background-color: #fff;
    border-radius: 2.6667vw;
    padding: 0.8vw 1.0667vw;
    margin-top: 2.6667vw;
}
.bf-prizelist-item:first-child{
    margin-top: 0;
}
.bf-prizelist-item-img{
    flex: 0 0 auto;
    width: 25.0667vw;
    height: 25.0667vw;
}
.bf-prizelist-item-body{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 2.1333vw;
    height: 100%;
}
.bf-prizelist-item-title{
    font-size: 3.7333vw;
    font-weight: 500;
}
.bf-prizelist-item-money{
    font-size: 6.4vw;
    font-weight: 600;
}
.bf-prizelist-item-tips{
    font-size:3.7333vw;
    font-weight: 400;
}
.bf-prizelist-item-btn{
    position: absolute;
    right: 2.6667vw;
    bottom: 4.2667vw;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 21.3333vw;
    height: 6.9333vw;
    background: #1BBA9A;
    color: #fff;
    font-size: 3.2vw;
    font-weight: 600;
}
.bf-prizelist-footer{
    position: absolute;
    bottom: 2.4vw;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 4.2667vw;
    font-weight: 400;
}
.bf-prizelist-dialog-rule{
    position: absolute;
    top: 4vw;
    right: 13.3333vw;
    font-size: 4.2667vw;
    font-weight: 500;
    text-decoration: underline;
}
.bf-prizelist-dialog-close{
    position: absolute;
    top: 4vw;
    right: 2.6667vw;
    width: 6.4vw;
    height: 6.4vw;
    /* transform: translate3d(-50%,100%,0); */
    font-size: 6.4vw;
    line-height: 1em;
}

.bf-issued-rule{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    box-sizing: border-box;
    width: 74.1333vw;
    padding: 3.2vw;
    border-radius: 5.3333vw;
    background-image: linear-gradient(to bottom, #F6D079, #E2B54C);
    display: none;
}
.bf-issued-rule-bg{
    position: absolute;
    left:50%;
    top: -9.8667vw;
    transform: translateX(-50%);
    width: 73.0667vw;
    height: 34.6667vw;
}
.bf-issued-rule-title{
    text-align: center;
    font-size: 4.2667vw;
    font-weight: 600;
}
.bf-issued-rule-body{
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 3.2vw;
    border-radius: 5.3333vw;
    margin-top: 2.6667vw;
}
.bf-issued-rule-img{
    display: block;
    margin: 0 auto;
    width: 28.8vw;
    height: 7.7333vw;
    margin-bottom: 1.6vw;
}
.bf-issued-rule-p{
    font-size: 3.7333vw;
    line-height: 5.3333vw;
    margin-bottom: 4vw;
}
.bf-issued-rule-close{
    position: absolute;
    top: 3.2vw;
    right: 2.6667vw;
    width: 6.4vw;
    height: 6.4vw;
    font-size: 6.4vw;
    line-height: 1em;
}

.bf-res-dialog{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    box-sizing: border-box;
    width: 74.1333vw;
    border-radius: 5.3333vw;
    padding: 6.9333vw 3.4667vw;
    background-image: linear-gradient(to bottom, #F6D079, #E2B54C);
    display: none;
}
.bf-res-dialog-bg{
    position: absolute;
    left:50%;
    top: -15.2vw;
    transform: translateX(-50%);
    width: 73.0667vw;
    height: 34.6667vw;
}
.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: 32.5333vw;
    border-radius: 2.6667vw;
    background-color: #fff;
    padding-top: 10.1333vw;
    padding-bottom: 6.9333vw;
}
.bf-res-first-future{
    position: relative;
    width: 32.5333vw;
    border-radius: 2.6667vw;
    background-color: #fff;
    padding-top: 13.3333vw;
    padding-bottom: 9.6vw;
}
.bf-res-second-now{
    position: relative;
    width: 40vw;
    margin: 0 auto;
    border-radius: 2.6667vw;
    background-color: #fff;
    padding-top: 10.1333vw;
    padding-bottom: 9.6vw;
}
.bf-res-tag{
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: auto;
    height: 6.4vw;
    padding: 0 3.7333vw;
    background: #1BBA9A;
    border-radius: 0px 0px 1.6vw 1.6vw;
    color: #FFF;
    font-size: 3.2vw;
}
.bf-res-money{
    font-size: 10.6667vw;
    font-weight: 600;
    text-align: center;
}
.bf-res-tips{
    text-align: center;
    font-size: 4.2667vw;
    font-weight: 600;
}
.bf-res-GC{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24vw;
    height: 6.9333vw;
    background: #000000;
    border-radius: 4vw;
    font-size: 3.2vw;
    color: #fff;
    margin: 1.3333vw auto 0 auto;
}
.bf-res-first-future .bf-res-GC{
    margin-top: 4.2667vw;
}
.bf-res-btn{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67.2vw;
    height: 10.6667vw;
    background: #1BBA9A;
    border-radius: 2.4vw;
    margin: 4vw auto 0 auto;
    font-size: 4.2667vw;
    font-weight: 500;
    color: #fff;
}
.bf-res-first-recive{
    text-align: center;
    font-size: 4.2667vw;
    font-weight: 500;
    margin-top: 2.6667vw;
}
/**红包雨 start**/
html.full_page{
    width: 100%;
    height: 100%;
}
.cms-red-packet-rain #chat-widget-container{
display: none !important;
}
body.cms-red-packet-rain{
width: 100%;
height: 100%;
background-image: linear-gradient(to right, #950a16, #920711);
overflow: hidden;
padding-top: 0;
}
body.cms-red-packet-rain .std{
width: 100%;
height: 100%;
background-image: url('https://cdn.asteriahair.com/media/wysiwyg/zhuantiye/202411180855.png');
background-size: 100% auto;
background-repeat: no-repeat;
}
body.cms-red-packet-rain .messages{
    display:none;
}
#redbag-rain-root{
width: 100%;
height: 100%;
background-color:rgba(0, 0, 0, 0.3);
}
.showTxt{
    opacity: 0;
    z-index: 2;
    position: absolute;
    /* top: -100px; */
    /* left: 0; */
min-width: 33.6vw;
    color: #fff;
    font-style: normal;
    font-size: 5.3333vw;
    font-weight: 700;
white-space: nowrap;
/* background-color: #000; */
}
.showTxt.on{
    -webkit-animation: showTxtAn .8s;
    animation: showTxtAn .8s;
}

@-webkit-keyframes showTxtAn{
    0%{opacity: 0;}
    100%{
        opacity: 1;
        transform: translateY(-30px);
    }
}
@keyframes showTxtAn{
    0%{opacity: 0;}
    100%{
        opacity: 1;
        transform: translateY(-30px);
    }
}


.bonusList{
    /* box-sizing: border-box; */
    text-decoration: none;
    position: absolute;
    text-align: center;
    /* padding-top: 6.6667vw; */
    z-index: 1;
    /* background-image: url(../img/rdc.png); */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* width: 16vw;
    height: 16vw; */
    /* transition: 6s linear; */
    /* top: -18.6667vw; */
    cursor: pointer;
}
.bonusList img{
display: block;
width: 100%;
height: 100%;
}
/* .bonusList.down{
    top: 110%;
} */

.bonus_show{
    pointer-events: none;
}

.timeoutBox{
    background-color: rgba(248,232,121,1);
    height: 5px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 111;
    width: 100%;
    transition: 1s linear;
}
.createAlertInfo{
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    
    display: flex;
    align-items: center;
    
}
.createAlertInfo .con{
    text-align: center;
    color: #fff;
    font-size: 14px;
    z-index: 201;
    width: 100%;
    transition: 0.3s;
    transform: scale(0.4);
    opacity: 0;
}

.createAlertInfo .con.on{
    transform: scale(1);
    opacity: 1;
}

.createAlertInfo .con img{
    width: 150px;
}
.createAlertInfo .con a{
    background: #dc4637;
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    margin: 15px auto;
    text-decoration: none;
}


.readyTimeBox{
    position: fixed;
    z-index: 220;
    top: 0;left: 0;width: 100%;height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32vw;
    font-weight: 700;
}

.readyTimeBox span{
    position: absolute;
    opacity: 0;
    transform: scale(2.5);
}
.readyTimeBox span.on{
    opacity: 1;
    transform: scale(1);
}

.redbag-rain-result{
position: fixed;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%,0);
box-sizing: border-box;
width: 70.6667vw; 
display: none;
}
.redbag-rain-result-title{
text-align: center;
font-size: 4.8vw;
color: #fff;
font-weight: 700;
}
.redbag-rain-result-tips{
text-align: center;
font-size: 3.7333vw;
color: #fff;
font-weight: 500;
margin-top: 2.6667vw;
margin-bottom: -3.7333vw;
}
.redbag-rain-result-img{
display: block;
width: 70.6667vw; 
height: 70.6667vw;
}
.redbag-rain-result-total{
text-align: center;
font-size: 4.8vw;
color: #fff;
font-weight: 400;
margin-top: -10.1333vw;
}
.redbag-rain-result-total span{
font-size: 8vw;
font-weight: 700;
color: transparent;
background-image: linear-gradient(to bottom, #FF8D32 0%, #FF5242 100%);
-webkit-background-clip: text; /* Edge, Chrome */
background-clip: text; /* Safari, FF */ 
}
.redbag-rain-result-btn{
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
width: 41.6vw;
height: 12vw;
margin: 4vw auto 0 auto;
background: linear-gradient( to right, #F8654C 0%, #F64425 100%);
border-radius: 6.1333vw;
font-size: 4.2667vw;
font-weight: 700;
color: #fff;
}

.redbag-rain-noticelogin{
position: fixed;
top:0;
left:0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: none;
}
.redbag-rain-noticelogin-text{
    position: absolute;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    font-size: 4.8vw;
    text-align: center;
}
.redbag-rain-noticelogin-text a {
text-decoration: underline;
color: #fff;
cursor: pointer;
}
.redpacketrain-loading{
position: fixed;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%,0);
width: 200px;
display:none;
}
.redpacketrain-tips{
text-align: center;
color: #f78d8d;
font-size: 16px;
margin-top: 10px;
}
.redbag_spinner {
width: 60px;
height: 60px;
text-align: center;
font-size: 0;
margin: 0 auto;
}
.redbag_spinner > div {
background-color: #f78d8d;
height: 100%;
width: 6px;
margin: auto 2px;
display: inline-block;

-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
animation: stretchdelay 1.2s infinite ease-in-out;
}

.redbag_spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}

.redbag_spinner .rect3 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}

.redbag_spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}

.redbag_spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
.redpacketrain-refresh{
position: fixed;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%,0);
width: 69.3333vw;
background: #fff;
border-radius: 2.6667vw;
padding: 5.3333vw;
display:none;
}
.redpacketrain-refresh-txt{
text-align: center;
font-size: 4.2667vw;
margin-top: 8vw;
}
.redpacketrain-refresh-btn{
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
width: 41.6vw;
height: 12vw;
margin: 8vw auto 0 auto;
background: linear-gradient( to right, #F8654C 0%, #F64425 100%);
border-radius: 6.1333vw;
font-size: 4.2667vw;
font-weight: 700;
color: #fff;
}
/**红包雨 end**/