.black_friday {
    width: 100%;
    position: relative;
    background: #000000;
    overflow: hidden;
    padding-bottom: 50px;

}
.not_logged_in .black_wrap {
    margin-top: 20px;

}
.not_logged_in  .turntable-bg{
    margin-top: 50px;
}
.black_friday img {
    /* 禁止文本选择 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* 禁止拖拽 */
    -webkit-user-drag: none;
    user-drag: none;
}

.pointer,
.black_model .have_tips .copy em,
.black_model .shop_now,
.black_model .close {
    cursor: pointer;
}

.black_friday .corner,
.bg_box {
    position: absolute;
}

.black_friday .corner.leftTopBg {
    left: 0;
    top: 170px;
}

.black_friday .corner.leftCenterBg {
    left: 0;
    top: 50%;
}

.black_friday .corner.leftBottomBg {
    left: 0;
    bottom: -4px;
}

.black_friday .corner.rightTopBg {
    right: 0;
    top: 170px;
}

.black_friday .corner.rigthCenterBg {
    right: 0;
    top: 50%;
}

.black_friday .corner.rigthBottomBg {
    right: 0;
    bottom: -4px;
}

.black_friday .corner.bottomCenter {
    right: 25%;
    bottom: -4px;
}

.black_friday .corner.topCenter {
    right: 39%;
    top: 170px;
}

.black_friday .corner.leftTopBg img {
    width: 156px;
}

.black_friday .corner.leftCenterBg img {
    width: 125px;
}

.black_friday .corner.leftBottomBg img {
    width: 219px;
}

.black_friday .corner.rightTopBg img {
    width: 254px;
}

.black_friday .corner.rigthCenterBg img {
    width: 135px;
}

.black_friday .corner.rigthBottomBg img {
    width: 155px;
}

.black_friday .corner.topCenter img {
    width: 594px;
}

.black_friday .corner.bottomCenter img {
    width: 965px;
}

.black_friday .black_left {
    width: 588px;

}


.black_main {
    width: 1200px;
    margin: auto;
   
}

.black_main .turntable-bg_wrap {
    width: 100%;
    height: 600px;
    background: url(../image/luck_draw/black_five.png) no-repeat top;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  
}

.black_wrap {

    width: 100%;
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.black_friday .black_right {
    width: 100%;
}



.black_friday .black_right .title {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 17px;
    margin-top: 10px;

}

.black_friday .black_right .title span img {
    display: block;
    width: 13px;

}



.black_friday .black_right .content {
    width: 100%;
    font-size: 14px;
    color: #8B8B8B;
    line-height: 18px;
    padding: 12px;
    font-weight: 500;
    border-radius: 15px;
}

.black_friday .black_right .content p.title {
    font-weight: 700;
    color: #D0D0D0;
}

.black_friday .black_right .content p {
    margin-bottom: 10px;
}
.black_friday .black_right .content p .red{
    color: #C80000;
}
.turntable-bg {
    width: 408px;
    height: 408px;
    margin-top: -50px;
    position: relative;

}

.bg_box.boxright_b {
    width: 100%;
    right: -161px;
    bottom: -59px;
    z-index: 2;
}

.bg_box.boxbottom_b {
    left: -30px;
    bottom: -59px;
    z-index: 1;
}

.bg_box.boxleft_center {
    left: -11px;
    bottom: 42%;
    z-index: 5;
}

.bg_box.boxright_center {
    right: -3%;
    top: 40%;
    z-index: 5;
}

.bg_box.boxleft_top {
    left: 9%;
    top: 5%;
    z-index: 5;
}

.bg_box.boxright_top {
    right: 5%;
    top: -5%;
    z-index: 5;
}

.round {
    position: relative;
    width: 300px;
    /* 设置容器的宽度 */
    height: 300px;
    /* 设置容器的高度 */
}

.round_back {
    width: 408px;
    height: 408px;
}

.rotate {
    width: 320px;
    height: 320px
}

.pointer {
    width: 86px;
    height: 100px
}
.pointer.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.round_back,
.rotate,
.pointer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.round_back img,
.rotate img,
.pointer img {
    width: 100%;
    height: 100%;
}

.round_back {
    z-index: 1;
    animation: spin 3s linear infinite;
}

.rotate {
    z-index: 2;
}

.pointer {
    z-index: 3;
    top: 47.5%;
}


@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.round_back.no-animation {
    animation: none;
}

.black_model_bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    overflow: auto;
    margin: 0;
    z-index: 199;
    display: none;
}

.black_model {
    display: none;
    /* 默认隐藏 */
    display: flex;
    width: 450px;
    height: 402px;
    background: url("/static/web/image/luck_draw/box_bg.png") no-repeat center;
    background-size: contain;
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    z-index: 200;
    padding-top: 25px;

}

.black_model .close {
    position: absolute;
    bottom: -60px;
    left: 45%;
    width: 34px;

}

.black_model img.congratulations {
    margin-top: -50px;
    margin-bottom: 40px;
    width: 240px;
}

.black_model .no_account img.congratulations {
    width: 90px;
    position: absolute;
    top: 70px;
}

.black_model img.discont {
    width: 95px;
}

.black_model .have_tips {
    min-width: 357px;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 25px 0 30px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;

}

.black_model .have_tips .prize_name {
    color: #F8D66C;
    margin-left: 5px;
}

.black_model .have_tips .copy {
    display: flex;
    justify-content: center;
    align-items: center;


}

.black_model .have_tips .copy i {

    margin-left: 10px;
    background: #6D0800;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    padding: 8px;
    margin-right: 14px;
    font-size: 18px;

}

.black_model .have_tips .copy em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
   background: #363636;
border-radius: 2px 2px 2px 2px;
}

.black_model .have_tips .copy img {
    width: 20px;

}


.copy_success {
    position: fixed;
    top: 40%;
    left: 50%;
    background-color: #f0f9eb;
    color: #67c23a;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
    border-radius: 10px;
    text-align: center;
}

.copy_success.show {
    display: block;
}

.black_model .shop_now {
    width: 234px;
    height: 54px;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    background: linear-gradient(90deg, #FFA600 0%, #FFD119 100%);
    border-radius: 25px 25px 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.black_model .please_login img {
    width: 101px;
    margin: 0 auto 30px;
    display: block;
}

.black_model .please_login a {
    display: block;
    width: 100%;
    padding: 10px 60px;
    text-align: center;
    font-size: 14px;
    background: #000000;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #C80000;
    margin: 0 auto 30px;

}

.black_model .have_count,
.black_model .has_account,

.black_model .count_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 47px;
}

.black_model .no_account,
.black_model .have_count,
.black_model .count_wrap {
    padding-top: 0;
}


.black_model .please_login a h2 {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 24px;
}

.black_model .no_account {
    display: none;
}

.black_model .no_account .count_wrap {
    display: flex;
    height: 340px;
    padding: 30px 74px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 23px;

}

.black_model .no_account .shop_now {
    margin-top: 60px;
}

.black_right_top {
    width: 100%;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    margin-top: -120px;
}

.black_right_top .luck_img img {
    width: 700px;
    height: 90px;
}



.black_title_right {
    position: relative;
    width: 520px;
    height: 51px;

}

.black_title_right .image {
    position: absolute;
    top: 60px;
    /* 确保图片在容器内正确定位 */
    left: 1px;
    width: 100%;
    height: 100%;
    opacity: 1;
    /* 确保初始状态为可见 */
    animation: fadeAnimation 1s infinite ease-in-out;
    z-index: 5;
}


.black_right_top .luck_time {
    width: 281px;
    height: 40px;
    background: url("/static/web/image/luck_draw/luck_time.png") no-repeat center;
    background-size: contain;
    padding: 0 26px;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.black_right_top .luck_time .time_red {
    color: #E20000;
}

.remaining_available {
    font-weight: 600;
    font-size: 13px;
    color: #FFFFFF;
    width: 100%;
    margin-top: 50px;
    justify-content: flex-start;
}

.remaining_available span {
    padding: 3px 11px;
    background: #2F2F2F;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #515151;
    font-weight: 600;
    font-size: 26px;
    color: #F7002F;
    margin-left: 16px;
    position: relative;

}


@keyframes fadeAnimation {

    0%,
    20% {
        opacity: 1;
        /* 开始时图片是可见的 */
    }

    30%,
    70% {
        opacity: 0;
        /* 中间阶段图片隐藏 */
    }

    80%,
    100% {
        opacity: 1;
        /* 结束阶段图片再次出现 */
    }
}

.footer {
    margin-top: 0;
}

.luck_pop {
    display: none !important;
}

html[lang='fr'] .black_model .shop_now {
    width: 300px;
}

html[lang='fr'] .black_friday .black_right .title p {
    width: 240px;
    height: 50px;
}

html[lang='es'] .black_friday .black_right .title p,
html[lang='it'] .black_friday .black_right .title p {
    width: 201px;

}


@media (max-width: 1024px) {
    .black_main .turntable-bg_wrap{
      
        height: auto;
        background:url(../image/luck_draw/black_five_mobile.png) no-repeat bottom center;
        background-size: contain;
    }
    .black_right_top{
        margin-top: 0;
    }
    .black_right_top .luck_img img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .corner {
        display: none;
    }
.round_back,
.rotate,
.pointer {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .black_main {
        height: auto;
    }

    .black_wrap {
        flex-direction: column-reverse;
        height: 100%;
       
    }

    .black_right_top,
    .black_main,
    .turntable-bg {
        width: 100%;

    }

    .black_title_right {
        width: 76%;
        height: auto;
        min-height: 167px;
        margin: 0 auto;
    }

    .black_title_right .image {
        display: none;
    }

  
    .black_right_top {
        height: inherit;
      
        padding-top: 0;
    }

    .black_model {
        width: 480px;
        height: 358px;
        padding-top: 19px;
        background-size: 430px 358px;
        background-repeat: no-repeat;
    }

    .turntable-bg {
        background: none;
    }

    .round_back {
        width: 350px;
        height: 350px;
    }

    .rotate {
        width: 285px;
        height: 285px;
    }

    .pointer {
        width: 86px;
        height: 100px;
    }

    .remaining_available {
        margin-top: 0px;
        justify-content: center;
    }

    .bg_box.boxbottom_c {
        left: 10%;
        bottom: 3%;
    }

    .bg_box.boxright_b {
        width: inherit;
        right: -24%;
        bottom: -4%;
    }

    .bg_box.boxbottom_b {
        bottom: 0;
        left: -25%;
    }

    .black_friday .black_right {
        margin-right: 0;
        margin-left: 0;
        padding: 0 12px;
        margin-top:10px;
    }

    .bg_box.boxleft_top {
        top: 8%;
        left: 5%;
    }

    .bg_box.boxright_center,
    .bg_box.boxleft_center {

        display: none;
    }

    .bg_box.boxright_top {
        top: 3%;
        right: 0;
    }

    .bg_box img {
        width: 60%;
    }

    .bg_box.boxbottom_c img {
        width: 30%;
    }

    .turntable-bg {
        height: 415px;
        margin-top:20px;
    }

    .black_model .no_account {
        width: 100%;
        font-size: 14px;
    }

    .black_model .no_account {
        width: 300px;
        margin: 6px auto;
        height: 100%;
        padding: 30px 3px;
        font-size: 16px;
        text-align: center;

    }

    .black_model img.congratulations {
        width: 40%;
        margin-top: -79px;
        margin-bottom: 28px;
    }

    .black_model .have_tips {
        min-width: 250px;
        padding: 1px 15px;
        display: flex;
        font-size: 12px;
        margin: 20px 0 15px;
    }

    .black_model .have_tips .copy {
        margin-top: 5px;
    }

    .black_model .have_tips .prize_name {
        font-size: 14px;
    }

    .black_model img.discont {
        width: 70px;

    }

    .black_model .have_tips .copy i {
        margin-left: 5px;
        font-size: 14px;
        padding: 5px;

    }

    .black_model .shop_now {
        font-size: 16px;
        width: 200px;
        height: 43px;
    }

    .black_model .please_login a h2 {
        font-size: 12px;
    }

    .black_model .have_count,
    .black_model .has_account,
    .black_model .no_account {
        width: 100%;
    }

    .black_model .no_account .shop_now {
        margin-top: 50px;
    }

    .black_model .no_account .count_wrap {
        height: inherit;
        padding:9px 20px;
    }

   
    .black_model .have_tips .copy em {
        width: 28px;
        height: 28px;
    }

    .black_friday .black_right .title {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        height: auto;
    }

    .black_friday .black_right .content {
        width: 100%;
        padding: 20px 0;


    }

    html[lang='fr'] .black_model .shop_now {
        width: inherit;
    }

    .black_model .have_count,
    .black_model .has_account,
    .black_model .no_account,
    .black_model .count_wrap {
        padding-top: 36px;
    }
    .black_model .no_account img.congratulations{
        top: 115px;
    }
}
@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .black_model {
        width: 360px;
        padding-top: 19px;
        background-size: 360px 300px;
        background-repeat: no-repeat;
    }

    .black_model .no_account .count_wrap {
        padding: 30px 20px;
    }
}