@font-face {
    font-family: "Poppins";
    src: url(../ttf/londrinasolid-black.ttf);
    font-display: swap;
}
h1{
    font-family: Poppins, Arial, Helvetica, sans-serif !important;
    -webkit-tap-highlight-color: transparent;
}
html, body, div, h1, h2, h3, p, ul, li, dl, dt, dd {box-sizing:border-box;margin: 0 auto;padding: 0;font:16px/1.7 Segoe UI, Arial, Helvetica, sans-serif;color:#000;}
a img{border:none;}
a{text-decoration:none;font-weight:normal;}
ul li{list-style:none;}
h2{font-size: 40px;}
body{position:relative;width: 100%;margin:0 auto;overflow-x: hidden;background: #7F3DD1 ;}
.clearfloat{zoom:1;}
.clearfloat::after{content:"";display: block;height: 0;clear:both;overflow: hidden;visibility: hidden;}
.container{position:relative;margin:0 auto;max-width: 1200px;overflow: hidden;}
.flex_box{display:-webkit-box;display:-webkit-flex;display: flex;-webkit-box-pack: justify; -webkit-flex-direction: row;-webkit-justify-content: center;-webkit-align-items:center;-webkit-flex-wrap: wrap;flex-direction: row;justify-content: space-between;align-items:center;flex-wrap: wrap;}
/* 按钮 */
.checkout-switch a{margin:0 auto 10px;min-width:250px;height:58px;background-position:40px center;font-size:26px;line-height:40px;color:#fff;text-align: left;box-sizing: border-box;background-repeat: no-repeat;border-radius: 6px;margin-top: 20px;background: #FF373B;border-radius: 100px;}
.propack .checkout-switch a ,.buy_section a{}
.bg_img {
    pointer-events: none;
    z-index: 1;
}
.checkout-switch a>div>span>span{
    display:block;
    font-size:12px;
    line-height:12px;
    font-weight: normal;
    margin-top: 4px;
}

.checkout-switch a>div>span {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    line-height: 24px;
}

.checkout-switch a>div>i {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 16px;
}

.checkout-switch a>div>i.window {
    background: url(../svg/win-2.svg) no-repeat center;
}

.checkout-switch a>div>i.mac {
    background: url(../svg/mac-3.svg) no-repeat center;
}

.checkout-switch{max-width: 560px;}
.checkout-switch a{position: relative;overflow: visible;transform: scale(1);
transition: transform .3s linear;}
.checkout-switch a:hover {
    transform: scale(1.02);
}

.checkout-switch a:active {
    transform: scale(0.98);
}
.checkout-switch a>div.flex_box {
    height: 100%;
    justify-content: center;
    align-items: center;
}
.checkout-switch {
    position: relative;
    overflow: visible;
    transition: all 0.2s ease;
}


.bg_img {
    position: absolute;
}

.bg_img.bg1{
   bottom: 1476px;
   left: 13px;
}

.bg_img.bg2{
    bottom: 415px;
    right: 0;
}

div.bg3{
    height: 3518px;
    top: 0;
    transform: translate(-50%,0);
    left: 50%;
    width: 100%;
    background: #2F1478;
    position: absolute;
}
div.bg3 img{
    display: block;
    margin: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    left: 0;
    position: absolute;
}

.bg_img.walking_stick {
    top: 4300px;
    right: 67px;
}

.bg_img.shoes {
    left: 52px;
    top: 5400px;
}
.banner{}
.banner .banner_decoration1 {
    position: absolute;
    left: 50%;
    top: 112px;
    transform: translate(-577px,0);
}
.banner .banner_decoration2 {
    position: absolute;
    left: 50%;
    top: 17px;
    transform: translate(348px,0);
}
.banner .banner_decoration3 {
    position: absolute;
    left: 50%;
    top: 90px;
    transform: translate(-426%,0);
    animation: _up 1.6s ease-in-out 0s infinite;
}
.banner .banner_decoration4 {
    position: absolute;
    left: 50%;
    top: 245px;
    transform: translate(590%,0);
    animation: _up 1.6s ease-in-out 1s infinite;
}
@keyframes _up {
    0%{margin-top: 0;}
    50%{margin-top: -6px;}
    100%{margin-top: 0;}
}
.banner h1>span:nth-child(1){
    display: block;
    font-size: 70px;
    line-height: 96px;
    margin: 10px auto 0;
    background-clip: text;
    text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: Limelight, Limelight;  
}
.banner h1>span{
    display: block;
    font-weight: bold;
    font-size: 66px;
    line-height: 80px;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.banner h1>span:nth-child(2){
    font-weight: bold;
    font-size: 64px;
    background-clip: text;
    text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    line-height: 75px;
    text-align: center;
    margin-bottom: 20px;
    font-family: Limelight, Limelight;
}
.banner h1>span:nth-child(2) span{
    position: relative;
    font-size: 152px;
    /* color: #FF373B; */
    line-height: 175px;
    font-family: Limelight, Limelight;
    letter-spacing: 5px;
            /* 设置字体大小，可根据需要调整 */
            font-size: 140px;
            /* 加粗字体，增强艺术字效果 */
            font-weight: bold;
            /* 核心：将渐变作为文字颜色 */
            background: linear-gradient(270deg, #FFEC6F 0%, #FFDC00 100%);
            /* 将背景渐变裁剪到文字上 */
            -webkit-background-clip: text;
            background-clip: text;
            /* 隐藏文字本身的颜色，只显示渐变背景 */
            color: transparent;
            /* 可选：添加文字阴影，增强立体感 */
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.banner h1>span:nth-child(2) span::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    right: -45px;
    bottom: -13px;
    transform: translateX(100%) translateY(-100%);
    background: url(../png/video-5.png) center/cover no-repeat;
    animation: tree-rotate 1.6s ease-in-out .8s infinite;
}

  /* 动画2：缓慢360度旋转（节日氛围） */
  @keyframes tree-rotate {
    0% {
      transform: translateX(100%) translateY(-100%)
    }
    50% {
      transform: translateX(100%) translateY(-106%);
    }
    100% {
      transform: translateX(100%) translateY(-100%);
    }
  }

@keyframes glow {
    from {
      text-shadow: 0 0 0px #fff, 0 0 10px #FFEF41;
    }
    to {
      text-shadow: 0 0 0px #fff, 0 0 0px #FFEF41;
    }
  }


.banner-flex .flex_box .off_box{display: flex; width: 82px; height: 42px; background: #fff; margin-left: 8px; border-radius: 20px 20px 20px 0; border: 1px solid #F33000; text-align: center; font-size: 16px; color: #F33000; justify-content: center; align-items: center; flex-wrap: wrap;}
.banner-flex .flex_box .off_box .off_box_up{color: #F33000; font-size: 12px; line-height: 14px;}
.banner .up-size{padding-top: 22px;}

.center{max-width: 1280px;width: 100%;margin: auto;}
.banner .center{position: relative;z-index: 3;}
.banner .logo{display: inline-block;vertical-align: middle;}
.banner .logo img{display: block;margin: 0;}
.banner{overflow: hidden;position: relative;z-index: 4;box-sizing: border-box;font-family: Poppins, Arial, Helvetica, sans-serif;
    -webkit-tap-highlight-color: transparent;background: url(../jpg/banner-7.jpg) top center no-repeat;background-size: 100% auto;margin: 0 auto 37px;}


.nav {
    position: relative;
    z-index: 100;
    padding: 24px 0 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 6px solid #FC5D01;
  }
  
  .nav .center {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  
  /* 导航链接容器样式 */
  .nav .banner-flex .center.flex_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0;
    width: 100%;
  }
  
  /* 导航链接样式 */
  .nav a {
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 50px 50px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #222;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap; 
    min-width: 300px; 
    line-height: 54px;
    height: 64px;
    box-sizing: border-box;
    background: #fff;
    vertical-align: bottom;
  }
  
  /* 激活状态样式 */
  .nav a.active {
    background: #FC5D01;
    height: 74px;
    padding-top: 10px;
    color: #ffffff;
  }
  
  /* 悬停效果 */
  .nav a:hover {
    background: #FC5D01;
    height: 74px;
    padding-top: 10px;
    color: #ffffff;
  }
  
  /* 文本样式 */
  .nav a span {
    display: inline-block;
    line-height: 1.2;
  }



/* 按钮 */
.propack .checkout-switch a{margin:0 auto 10px;width: 100%;min-width:206px;height:48px;}
.propack .checkout-switch{font-size: 0;text-align: center;max-width: 560px;}
.propack .checkout-switch a>div>span {
    font-size: 20px;
}
.propack .checkout-switch a>div>span>span {
    font-size: 10px;
    margin-top: 0;
}
h2{margin-bottom: 40px;font-size: 44px;font-weight: bold;line-height: 60px;text-align: center;font-weight: bold;
    color: #fff;
    }
.allBundle{
    position: relative;
    z-index: 2;
    margin-top: 0px;
    z-index: 2;
    overflow: visible;
    padding: 40px 40px 64px;
    background: #FC5D01 url(../svg/part1-bg.svg) no-repeat center top;
    border-radius: 40px;
    border: 2px solid #FC5D01;
}
.decorative-image {
    position: absolute;
    z-index: 1; 
    max-width: 100px; 
    height: auto; 
  }
  .decorative-image-1 {
    bottom: -69px;
    right: 140px;
  }
  .decorative-image-2 {
    bottom: -69px;
    left: 140px;
  }

.allBundle .top>.triangle-1{position: absolute;z-index:2;top:auto;bottom: -18px;left: 50%;transform: translate(145px,0);}
.allBundle>div:nth-of-type(1){position: relative;border-radius: 30px;margin-top: 20px;-webkit-justify-content: flex-start;justify-content: flex-start;}
.allBundle>div:nth-of-type(1)>img:first-child {position: absolute;top: -82px;right: 0px;z-index: 2;}
/* .allBundle div>img:first-child{position: absolute;top: -82px;right: 0px;z-index: 2;} */
.allBundle div>img:nth-child(2){position: absolute;top: 0px;left:14px; z-index: 2;}
.allBundle .top,.allBundle .bottom{padding-left: 376px;}
.allBundle .top{padding-top: 48px;border-radius: 30px 30px 0px 0px;font-size: 0px;padding-bottom: 15px;position: relative;background: #fff;}
.allBundle .top ul{display: inline-block;margin-right: 10px;vertical-align: top;}
.allBundle .top ul:nth-child(2){width: 242px;margin-right: 30px;}
.allBundle .top ul:nth-child(3){width: 206px;margin-right: 30px;}
.allBundle .top ul:nth-child(4){width: 260px;}
.allBundle .top li{font-size: 16px;font-weight: 600;color: #222;margin-bottom: 10px;padding-left: 32px;box-sizing: border-box;position: relative;line-height: 30px;}
.allBundle .top li::after{clear: both;content: "";width: 20px;height: 20px;background: url(../svg/plus.svg);position: absolute;left: 0px;top: 50%;margin-top: -10px;}
.allBundle .bottom{padding-bottom: 42px;background: #FFE9DC;border-radius: 0 0 30px 30px;padding-top: 52px;padding-right: 60px;position: relative;}
.allBundle .price_zoon{justify-content: center;}
.allBundle .bottom .price{width:100%;margin:0 auto;font-size: 40px;color: #FF373B;font-weight: bold;line-height: 36px;text-align: center;}
.allBundle .bottom .price span{font-size: 20px;color: #222;font-weight: 600;margin: 0 12px;vertical-align: 4px;}
.allBundle .bottom .price span:nth-child(2){font-weight: 400;}
.allBundle .bottom .price del{font-size: 24px;}
.allBundle .bottom div>div{width: 250px;margin:0 15px;text-align: center;}

/* 抽奖 */
.game-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 69px auto 0;
    box-sizing: border-box;
    border-radius: 40px;
    flex-wrap: nowrap;
    position: relative;
    z-index: 2;
}

/* 倒计时样式 */
.countdown-container {
    border-radius: 12px;
    padding: 30px;
    color: white;
    text-align: center;
    margin-top: 32px;
}
.countdown-container .black-friday{
    font-size: 64px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
}
.countdown-container .black-friday-des{
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
}
.countdown-container .black-friday-des span{
    color: #FFEE05;
}
.countdown-display {
    width: 324px;
    max-width: 324px;
    margin: 0;
    margin-top: 48px;
}
.time-container{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}
.allBundle_bg{
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0) rotateX(180deg);
    width: initial;
    max-width: 100%;
}
/* 时间部分（时分秒） */
.time-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    min-width: 88px;
    transition: all 0.3s ease;
    border: 2px solid #fff;
}

/* 时间数值 */
.time-section span:first-child {
    font-size: 36px;
    font-weight: bold;
    color: #FC5D01;
    line-height: 1.2;
}

/* 时间标签 */
.time-label {
    font-size: 12px;
    color: #222222;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.line{
    width: 100%;
    height: 1px;
    border-top: 1px dashed #FC5D01;
    line-height: 20px;
}

/* 分隔符 */
.separator {
    font-size: 40px;
    color: white;
    font-weight: normal;
    line-height: 1;
}
/* 九宫格抽奖样式 */
.lottery-container {
    position: relative;
    width: 100%;
    max-width: 458px;
    background: url('../svg/gift.svg') no-repeat;
    background-size: 100%;
    border-radius: 12px;
    padding: 0px 56px 22px;
    box-sizing: border-box;
}

.lottery-container>img.snowman {
    position: absolute !important;
    left: 6px !important;
    bottom: -64px !important;
    top: auto !important;
    transform: translateX(-100%);
}

.lottery-container h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}
.lottery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 126px;
}
.lottery-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    background: radial-gradient( 50% 50% at 50% 50%, #FFFFFF 0%, #FFD5B5 100%);
    box-shadow: inset 0px 10px 5px 0px rgba(255,255,255,0.4), inset 0px -10px 5px 0px rgba(255,255,255,0.4);
    border-radius: 20px;
}
.lottery-item img{
    display: block;
    max-width: 100%;
    height: auto;
}
.lottery-center {
    background: radial-gradient( 50% 50% at 50% 50%, #FFFFFF 0%, #FFEE05 100%);
    box-shadow: inset 0px 12px 5px 0px rgba(255,255,255,0.6), inset 0px -12px 5px 0px rgba(255,255,255,0.6);
}
.lottery-info {
    text-align: center;
    color: #666;
    font-size: 14px;
}
/* 抽奖中高亮样式 */
.lottery-item.highlight {
    background: radial-gradient( 50% 50% at 50% 50%, #FFFFFF 0%, #16E078 100%);
    box-shadow: inset 0px 10px 5px 0px rgba(255,255,255,0.4), inset 0px -10px 5px 0px rgba(255,255,255,0.4);
    transition: all 0.1s ease;
}
.lottery-center {
    cursor: pointer;
    transition: transform 0.2s ease;
}
.lottery-item {
    transition: all 0.1s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.get_coupon {
    position: relative;
    display: inline-block;
}
/* 抽奖结果弹窗样式 */
.lottery-result-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
    text-align: center;
}
.lottery-result-close{
    position: absolute;
    width: 40px;
    height: 40px;
    top: -45px;
    right:-40px;
    background: url('../svg/exit.svg');
    background-position: 0 0;
}
.lottery-result-content {
    position: relative;
    background: radial-gradient( 50% 50% at 50% 50%, #FFFFFF 0%, #FFE5C6 100%);
    box-shadow: inset 0px 10px 5px 0px rgba(255,255,255,0.4), inset 0px -10px 5px 0px rgba(255,255,255,0.4);
    padding: 32px;
    border-radius: 32px;
    width: 100%;
    max-width: 684px;
    max-width: 684px;
    animation: slideIn 0.3s ease-in-out;
}
.lottery-result-text{
    font-size: 18px;
}
.lottery-result-text span{
   color: #F75730 ;
   font-weight: bold;
}
.lottery-result-modal h3{
    font-weight: bold;
    font-size: 30px;
}
.lottery-result-icon{
    margin-top: 30px;
}
.lottery-result-modal .buy_section{
    max-width: 380px;
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-between;
}
.lottery-result-modal .guarantee{
    margin-top: 8px;
    color: #333333;
}
.lottery-result-subtext{
    font-size: 14px;
    color: #333;
    margin-top: 30px;
}
.again{
   max-width: 180px;
   height: 48px;
   line-height: 48px;
   margin-top: 20px;
   color: #fff;
   font-size: 23px;
   font-weight: 400;
   background-color: #F33000;
   border-radius: 6px;
   cursor: pointer;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.bundle{
    margin-top: 80px;
    position: relative;
    z-index: 3; 
    margin-bottom: 80px;
    background: #FC5D01;
    border-radius: 40px;
    padding: 40px;
    border: 2px solid #FC5D01;
}
.bundle h2{margin:0 auto 50px;}
.bundle h2 img{display: inline-block;margin:0 16px 0 0 ;vertical-align: -2px;width: initial;max-width: 100%;}
.bundle>div{position: relative;background: #fff;border-radius: 30px;margin-top:6px;-webkit-align-items: flex-start;align-items: flex-start;}
.bundle>div>img:nth-child(1){position: absolute;top: -75px;left: -1px;z-index: 2;}
.bundle>div>img:nth-child(2){position: absolute;top: -76px;right:-76px;}
.bundle>div.super>img:nth-child(2){position: absolute;bottom: -17px;right:-16px;top:unset}
.bundle .left_box {background: #FFE9DC;border-radius: 30px 0 0 30px;}
.bundle>div>div .price{
    margin-bottom: 30px;
}
.bundle .right_box{max-width: 588px;width: 100%;margin: 0;padding: 0; border-radius: 0 18px 18px 0;text-align: left;}

.bundle .right_box ul li{font-size: 16px;font-weight: 600;color: #222;margin-bottom: 10px;padding-left: 32px;box-sizing: border-box;position: relative;line-height: 30px;}
.bundle .right_box ul li::after{clear: both;content: "";width: 20px;height: 20px;background: url(../svg/plus.svg);position: absolute;left: 0px;top: 50%;margin-top: -10px;}
.bundle .right_box>img:last-child{margin-right: 15px;}


.bundle>div ul li div *{line-height: 20px;}
.bundle>div>div{margin: 0;max-width: 588px;width: 100%;padding-top: 43px;padding-bottom: 38px;text-align: center;height: 100%;position: relative;}
.bundle .triangle-2{position: absolute;left: -38px;top: 164px;}
.bundle .triangle-3{position: absolute;right: 0;top: 164px;}
.bundle>div>div .name{font-size: 40px;color: #222;font-weight: bold;line-height: 48px;margin-bottom: 40px;}
.bundle>div>div .del{margin-top: 22px;}
.bundle>div>div .price,.price{font-size: 40px;font-weight: bold;color: #FF373B;line-height: 48px;margin-top: 12px;}
.bundle>div>div .tax{font-size: 20px;color: #222;line-height: 24px;font-weight: bold;margin-top: 2px;}
.bundle>div.super{margin-top: 38px;position: relative}
.bundle>div.super .off_75{right: unset;left: -14px;top: -13px;}
.bundle>div.super .snow_bg{right: 46px;top: 12px;}
.bundle>div.super ul li i{background-image: url(../png/blu-ray-dvd-master.png);}
.bundle>div.super ul li:nth-child(4) i{background-position-y: -36px;}
.bundle>div.super ul li:nth-child(2) i{background-position-y: -108px;}
.guarantee{font-size: 14px;color: #222;line-height: 16px;opacity: 0.6;}
.del{font-size: 20px;color: #222;line-height: 24px;font-weight: 600;position: relative;display: inline-block;padding-left: 14px;padding-right: 14px;}
.price span:nth-child(2){font-size: 18px;color: #222;line-height: 24px;font-weight: 400;}
.del::after{clear: both;content: "";width: 100%;height: 100%;position: absolute;left: 0px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);background: url(../svg/price-line.svg) no-repeat center center;}
.propack .checkout-switch{
    text-align: center;
    max-width: 560px;
    margin-top: 15px;
}

/* 星星样式：核心是大小变化过程 */
.star-img {
    position: absolute;
    pointer-events: none;
    user-select: none;
    z-index: 5;
    opacity: 0;
    /* 动画：明确的从小到大过程，最终大小随机 */
    animation: growAndFade 1.3s ease-out forwards;
}
@keyframes growAndFade {
    0% {
      opacity: 1;
      /* 初始大小：小（通过变量控制） */
      transform: translate(0, 0) rotate(0deg) scale(var(--start-scale));
    }
    60% {
      opacity: 1;
      /* 峰值大小：明确的放大状态（比初始大） */
      transform: translate(var(--mid-x), var(--mid-y)) rotate(var(--rotate-mid)) scale(var(--peak-scale));
    }
    100% {
      opacity: 0;
      /* 最终大小：随机（但保持一定视觉存在感） */
      transform: translate(var(--end-x), var(--end-y)) rotate(var(--rotate-end)) scale(var(--final-scale));
    }
}


.bubble {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 2;
}

.star-particle {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

/* 气泡飞出动画 */
@keyframes float-top {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0.3);
    }
    20% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(1.2);
    }
}

@keyframes float-bottom {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0.3);
    }
    20% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(1.2);
    }
}

@keyframes float-left {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0.3);
    }
    20% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(1.2);
    }
}

@keyframes float-right {
    0% {
        opacity: 0;
        transform: translate(0, 0) scale(0.3);
    }
    20% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
        transform: translate(var(--x), var(--y)) scale(1.2);
    }
}

/* 星星发散动画 */
@keyframes starFlyOut {
    0% {
        transform: translate(0, 0) rotate(0deg) scale(var(--start-scale));
        opacity: 0;
    }
    20% {
        transform: translate(calc(var(--fly-x) * 0.2), calc(var(--fly-y) * 0.2)) rotate(calc(var(--rotation) * 0.2)) scale(var(--end-scale));
        opacity: 1;
    }
    80% {
        transform: translate(calc(var(--fly-x) * 0.9), calc(var(--fly-y) * 0.9)) rotate(calc(var(--rotation) * 0.9)) scale(var(--end-scale));
        opacity: 0.8;
    }
    100% {
        transform: translate(var(--fly-x), var(--fly-y)) rotate(var(--rotation)) scale(var(--end-scale));
        opacity: 0;
    }
}


.floating-stars {
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    pointer-events: none;
    z-index: 1;
}

.floating-star {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('../png/star-4.png') no-repeat center;
    background-size: contain;
    pointer-events: none;
    opacity: 0.8;
}


/* 星星漂浮动画 */
@keyframes floatAround1 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, -15px) rotate(90deg);
    }
    50% {
        transform: translate(10px, -30px) rotate(180deg);
    }
    75% {
        transform: translate(-10px, -20px) rotate(270deg);
    }
}

@keyframes floatAround2 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-25px, 10px) rotate(-90deg);
    }
    50% {
        transform: translate(-15px, 25px) rotate(-180deg);
    }
    75% {
        transform: translate(15px, 15px) rotate(-270deg);
    }
}

@keyframes floatAround3 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(30px, 20px) rotate(120deg);
    }
    66% {
        transform: translate(-20px, 30px) rotate(240deg);
    }
}

@keyframes floatAround4 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    20% {
        transform: translate(15px, -25px) rotate(72deg);
    }
    40% {
        transform: translate(-20px, -10px) rotate(144deg);
    }
    60% {
        transform: translate(-25px, 20px) rotate(216deg);
    }
    80% {
        transform: translate(10px, 25px) rotate(288deg);
    }
}

@keyframes floatAround5 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    50% {
        transform: translate(-30px, -30px) rotate(180deg) scale(1.2);
    }
}

@keyframes floatAround6 {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    50% {
        transform: translate(35px, -25px) rotate(-180deg) scale(0.8);
    }
}/* 
轨道动画 */
@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(60px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(60px) rotate(-360deg);
    }
}

/* 脉冲动画 */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.3);
        opacity: 1;
    }
}

/* 闪烁动画 */
@keyframes sparkle {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: scale(1.2) rotate(180deg);
        opacity: 0.8;
    }
    100% {
        transform: scale(0) rotate(360deg);
        opacity: 0;
    }
}

/* 轨道星星样式 */
.orbiting-star {
    transform-origin: center;
}

/* 脉冲星星样式 */
.pulsing-star {
    filter: brightness(1.2);
}

/* 临时星星样式 */
.temp-star {
    filter: brightness(1.5) saturate(1.5);
}
@keyframes simpleFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
}

.buy_section{flex-direction: column;}
.buy_section a{min-width: 180px;height: 50px;line-height: 50px;background-color:#F33000;border-radius: 100px;font-size: 20px;line-height: 50px;color: #fff;margin-top: 14px;position: relative;overflow: visible;text-align: center;margin: 14px 0 0 0;font-weight: bold;}
.buy_section a i{width: 28px;height: 28px;display: inline-block;vertical-align: -6px;margin-right: 8px;}
.buy_section .win-btn i{background-image:url(../svg/win-2.svg);}
.buy_section .mac-btn i{background-image:url(../svg/mac-3.svg);}
/* propack */
.propack{
    background: #FC5D01;
    border-radius: 40px;
    padding: 40px;
    margin-bottom: 96px;
    position: relative;
    z-index: 2;
}
.propack>.flex_box{
    align-items: stretch;
}
.propack>.flex_box>div:nth-child(1) img:nth-child(1){
    position: absolute;
    top: -50px;
    left: 0px;
}
.propack>.flex_box>div:nth-child(2) img:nth-child(1){
    position: absolute;
    top: -50px;
    right: 0px;
}
.propack>.flex_box>div{
    position: relative;
    max-width: 568px;
    width: 100%;
    box-sizing: border-box;
    height: 612px;
}
.propack>.flex_box>div .title{
    font-weight: bold;
    font-size: 40px;
    color: #222;
    line-height: 48px;
    text-align: center;
    margin: 6px auto;
}

.propack>.flex_box>div ul li{
    align-items: self-start;
    margin-bottom: 15px;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.propack>.flex_box>div ul li.line {
    height: 1px;
    width: 100%;
    background: #FC5D01;
    border: none;
}

.propack>.flex_box>div ul li i{
    margin-top: 6px;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../png/super-video-propack.png) no-repeat;
    background-position: 0 0;
}
.propack>.flex_box>div ul li div{
    margin-left: 16px;
}

.propack>.flex_box>div ul li div>*{
    color: #222;
    font-size: 16px;
    font-weight: normal;
}

.propack>.flex_box>div ul li .del {
    padding-left: 6px;
    padding-right: 6px;
}
.propack>.flex_box>div ul li .name{
    flex: 2 1 0;
    font-weight: 700;
    color: #222;
}

.propack>.flex_box>div .inner_box.flex_box {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 80px 52px 44px 55px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    border-radius: 30px;
    overflow: hidden;
    background: #fff url(../svg/part3-bg.svg) no-repeat center 0;
}

.propack>.flex_box>div .inner_box .top_part {
    margin: 36px auto 22px;
    padding: 24px 32px 9px;
    flex: 2 1 0;
    background: #FFE9DC;
    border-radius: 30px;
}

.propack>.flex_box>div .inner_box ul {
    width: 100%;
}

.propack>.flex_box>div ul li:nth-child(2) i{
    background-position-y: -36px;
}
.propack>.flex_box>div ul li:nth-child(3) i{
    background-position-y: -72px;
}
.propack>.flex_box>div ul li:nth-child(4) i{
    background-position-y: -108px;
}

.propack>.flex_box .bottom_part {
    background: #fff ;
    width: 100%;
    padding-bottom: 30px;
}

.propack>.flex_box>div .price{
    margin-top: 0;
    text-align: center;
}
.propack>.flex_box>div.blu-ray ul li i{
    background: url(../png/blu-ray-dvd-master.png);
    background-position-y: 0px;
}
.propack>.flex_box>div.blu-ray ul li:nth-child(2) i{
    background-position-y: -108px;
}
.propack>.flex_box>div.blu-ray ul li:nth-child(3) i{
    background-position-y: -72px;
}
.propack>.flex_box>div.blu-ray ul li:nth-child(4) i{
    background-position-y: -36px;
}
.propack>.flex_box>div .price{
    text-align: center;
}

/* base */
.base{margin-top: 63px;position: relative;z-index: 2;}
.base h2{text-align: center;margin:0 auto;}
.base h2 img{margin: 0 auto;display: block;width: initial;max-width: 100%;}

.base .base-bottom{
    padding: 38px;
    background: #CCA3FF;
    border-radius: 0 0 40px 40px;
    border-top: none;
}
.base .base-top{
    position: relative;
    overflow: visible;
}
.base .base-top::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 316px;
    background: url(../svg/top3-bg.svg) center no-repeat;
    background-size: 100% 316px;
    z-index: -1;
    top: -15px;
    left: 0;
}
.base-top .h1_title{
    padding-top: 180px;
    font-weight: bold;
    font-size: 50px;
    color: #ffffff;
    line-height: 120px;
    text-align: center;
}


.base_box{margin-top: 94px;}
.base_box>div{position: relative;text-align: center;box-sizing: border-box;margin: 0;width: 100%;}

.base_box>div .name{font-size: 30px;color: #222;font-weight: bold;line-height: 36px;display: block;position: relative;z-index: 1;margin-top: 19px;}
.base_box>div .name:hover{text-decoration: underline;}
.base_box>div ul{margin-top: 20px;}
.base_box>div ul li{font-size: 16px;color: #222;line-height: 20px;text-align: left;padding-left: 15px;margin-bottom: 6px;position: relative;}
.base_box>div ul li::after{clear: both;content: "";width: 5px;height: 5px;background: #222;border-radius: 50%;position: absolute;top: 8px;left: 0px;}
.base_box>div ul li:last-child{margin-bottom: 0px;}
.base_box>div .time_size{color: #222;font-size: 20px;line-height: 24px;margin-top: 5px;}
.base_box>div .price{font-size: 32px;color: #FFEE05;font-weight: bold;line-height: 48px;}
.base_box>div .tax{font-size: 20px;color: #222;line-height: 24px;margin-top: 4px;}
.base_box>div .guarantee{margin-top: 10px;color: #222;}
.base_box>div:nth-child(2)>img.product_img{z-index: 2;}
.base_box>div:nth-child(2){max-width: 468px;background: url(../svg/best-seller1.svg) no-repeat center;padding: 36px 68px 0px;min-height: 613px;border-radius: 10px 10px 0 0;}
.base_box>div:nth-child(2) .name{width: 90%;margin: auto;}
.base_box>div:nth-child(1)>img.product_img,.base_box>div:nth-child(2)>img.product_img,.base_box>div:nth-child(3)>img.product_img{position: absolute; z-index: 2;top: -96px;left: 50%;transform: translateX(-50%);max-width: 100%;}
.base_box>div:nth-child(2)>img:nth-child(1),.base_box>div:nth-child(2)>img:nth-child(2){
    top: -110px;
}
.base_box>div:nth-child(2) .name{
    margin-top: 20px;
}
.base_box>div:nth-child(1),.base_box>div:nth-child(3){max-width: 346px;height: 555px; width: 100%;background: url(../svg/best-seller3.svg) no-repeat top center;padding: 30px 20px 62px;min-height: 520px;border-radius: 10px 10px 0 0;}
.base_box>div:nth-child(1)>img:nth-child(1),.base_box>div:nth-child(2)>img:nth-child(1),.base_box>div:nth-child(3)>img:nth-child(1){width: initial;max-width: 346px;width: 100%; z-index: 3;height: auto;left: 50%;transform: translate(-50%);}
.base_box>div:nth-child(2)>img:nth-child(2){
    top: -16%;
}
.base_box>div:nth-child(2)>img:nth-child(1){
    top: -16%;
}
.base_box>div:nth-child(2)>img:nth-child(1),.base_box>div:nth-child(2)>img:nth-child(2){
    max-width: 468px;
    width: 100%;
}
.base_box>div:nth-child(3){background: url(../svg/best-seller2.svg) no-repeat top center;border-radius: 10px 10px 0 0;}
.base_box>div .left_bg{position: absolute;left: -38px;top: 130px;}
.base_box>div .right_bg{position: absolute;right: -38px;top: 130px;}
.base_box>div .middle_bg{position: absolute;top: 60px;left: 50%;-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0);transform: translate(-50%,0);z-index: 1!important;max-width: 521px;}
.base_box img.discount_mark{position: absolute;top: -9px;right: -8px;}
.base_box>div:nth-child(2) img.discount_mark{right:20px;top: -14px;}
/* product */
.h2_img{display: block;margin:0px auto;width: initial;max-width: 90%;}
#product,#base{
    position: relative;
}

#base .dec_tree {
    position: absolute;
    left: 28px;
    transform: translateY(-100%);
    pointer-events: none;
}

.product{padding-top: 80px;position: relative;z-index: 3;border-radius:0 0 40px 40px;}
.product .product-top{
    position: relative;
}
.product .product-bottom{
    padding: 62px 40px 36px;
    border-top: none;
    background: #CCA3FF;
    border-radius: 0 0 40px 40px;
}

.product .product-bottom>ul {
    margin-bottom: 28px;
}

.product .product-bottom>ul:last-child {
    margin-bottom: 0;
}
.product li.text{background: #FC5D01;
    border-radius: 16px;
    border: 6px solid #fff;
    position: relative;text-align: center;padding-top: 40px;}
.product li.text p{font-size: 30px;line-height: 36px;font-weight: bold;color: #fff;}
.product li.text>img{position: absolute;bottom: 0px;left: 0;max-width: 285px;width: 100%;}
.product li{max-width: 285px;width: 100%;margin: 0;background: #fff;border-radius: 10px;padding: 24px 18px 24px;margin-bottom: 20px;min-height: 414px;position: relative;}
.product li span.discount_icon{position: absolute;width: 78px;height: 24px;top: 0px;right: 10px;background: url(../png/rectangle.png) no-repeat;color: #230357;font-size: 12px;text-align: center;line-height: 22px;}
.product li span.discount_icon i{font-style: normal;font-size: 18px;font-weight: bold;}
.product li .name{-webkit-justify-content: flex-start;justify-content: flex-start;}
.product li .name i{width: 44px;height: 44px;background: url(../png/30-off-everything.png);margin-right: 18px;}
.product li .name img{width: 44px;height: 44px;margin-right: 18px;}
.product ul:nth-of-type(1) li:nth-child(2) .name i{background-position-y: -0px;}
.product ul:nth-of-type(1) li:nth-child(3) .name i{background-position-y: -44px;}
.product ul:nth-of-type(1) li:nth-child(4) .name i{background-position-y: -44px;}
.product ul:nth-of-type(1) li:nth-child(5) .name i{background-position-y: -88px;}
.product ul:nth-of-type(1) li:nth-child(6) .name i{background:url(../png/icon-15.png) no-repeat center/cover;}
.product ul:nth-of-type(1) li:nth-child(7) .name i{background-position-y: -220px;}
.product ul:nth-of-type(1) li:nth-child(8) .name i{background: url(../png/icon-video-repair.png) no-repeat;background-size: cover;}
.product ul:nth-of-type(2) li:nth-child(1) .name i{background-position-y: -308px;}
.product ul:nth-of-type(2) li:nth-child(2) .name i{background-position-y: -352px;}
.product ul:nth-of-type(2) li:nth-child(3) .name i{background-position-y: -396px;}
.product ul:nth-of-type(3) li:nth-child(2) .name i{background-position-y: -440px;}
.product ul:nth-of-type(3) li:nth-child(3) .name i{background-position-y: -484px;}
.product ul:nth-of-type(3) li:nth-child(4) .name i{background-position-y: -528px;}
.product ul:nth-of-type(4) li:nth-child(1) .name i{background-position-y: -572px;}
.product ul:nth-of-type(4) li:nth-child(2) .name i{background-position-y: -616px;}
.product ul:nth-of-type(4) li:nth-child(3) .name i{background-position-y: -660px;}
.product ul:nth-of-type(5) li:nth-child(2) .name i{background-position-y: -704px;}
.product ul:nth-of-type(5) li:nth-child(3) .name i{background-position-y: -748px;}
.product ul:nth-of-type(5) li:nth-child(4) .name i{background-position-y: -792px;}
.product li .name span{width: calc(100% - 62px);font-size: 20px;font-weight: bold;color: #222;line-height: 24px;}
.product li .name:hover{text-decoration: underline;color: #333;}
.product li .info{margin-top: 15px;font-size: 16px;line-height: 20px;color: #222;opacity: 0.8;}
.product li .price{font-size: 22px;color: #FFEE05;line-height: 24px;font-weight: bold;}
.product li .price span:nth-child(1){font-size: 14px;font-weight: 600;color: #333;margin-left: 10px;margin-right: 10px;padding-left: 4px;padding-right: 4px;}
.product li .price span.time_size{font-size: 14px;font-weight: 400;color: #333;display: block;}
.product li .buy_section a{max-width: 180px;text-align: center;height: 44px;line-height: 42px;font-weight: normal;background: #FF373B;display: block;
border-radius: 100px;font-weight: bold;}
.product li .buy_section .download{box-shadow: none;width: 180px;min-width: 176px;background: #fff;border: 1px solid #FF373B;
border-radius: 100px;box-sizing: border-box;line-height: 41px;color: #F02222;margin-left: 2px;box-sizing: border-box;display: inline-block;overflow: hidden;}
.product li .buy_section .download i{background: url(../svg/down-2.svg) no-repeat center center;}
.product li .buy_section .download::after{width: 100%;height: 0%;}
.product li .buy_section .download::before{clear: both;content: "";width: 24px;height: 24px;background: url(../svg/down-h.svg);position: absolute;top: -30px;left: 50%;margin-left: -12px;}
.product li .buy_section .download:hover::after{background: #F02222;transition: height .3s linear;height: 100%;box-shadow: none;top: 50%;}
.product li .buy_section .download:hover::before{top: 50%;transition: top .3s linear;transform:translateY(-50%);}
.product li .guarantee{margin-top: 10px;}
.footer{color: #ffffff;font-size: 16px;line-height: 20px;text-align: center;padding-top: 40px;padding-bottom: 40px;position: relative;z-index: 2;background: #7F3DD1;}
.product li .buy_section .download:hover {
    font-size: 0;
}
.product li .buy_section .download:hover i {
    display: none;
}

/* tab */
.tab{max-width: 276px;height: 72px;border-radius: 60px;padding: 8px;box-sizing: border-box;cursor: pointer;transition: all linear .4s;margin: 39px auto 20px;}
.tab>div{background-color: #fff;border-radius: 60px;position: relative;flex-wrap: nowrap;width: 100%;height: 100%;}
.tab>div span.item{color: #333;font-size: 24px;line-height: 56px;font-weight: bold;display: inline-block;z-index: 2;width: 50%;height: 100%;text-align: center;transition: all linear .3s;}
.tab>div span.slider{position: absolute;left: 130px;width: 130px;height: 100%;left:0px;border-radius: 57px;background:#5B008C;z-index:1;transition: all .3s linear;}
.tab>div span.item.active{color: #fff}
.tab>div span.slider.left{left:0px;}
.tab>div span.slider.right{left:calc(100% - 130px);}
/* .tab_v1 */
.tab_v1 {
    position: relative;
    width: 100%;
    max-width: 490px;
    margin: 30px auto 10px;
    background: url(../svg/doscount-big.svg) no-repeat center;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0px;
    background-size: 100% 100%;
}
.product .tab_v1{
    max-width: 245px;
    margin: 0;
    background: url(../svg/discount-small.svg) center no-repeat;
}
.product .tab_item{
    padding: 5px;
    width: 100%;
}
.product .tab_item span{
    font-size: 14px;
    color: #ffffff;
}
.product .tab_v1 .tab_img{
    width: 68px;
    height: 24px;
    top: 10px;
    right: 0;
    background: #FFEE05;
    border-radius: 0 8px 0 8px;
    text-align: center;
}
.tab_v1 .tab_img{
    position: absolute;
    top: 0px;
    right: 0;
    width: 68px;
    height: 24px;
    background: #FFEE05;
    border-radius: 0 8px 0 8px;
    color: #222;
    line-height: 24px;
}

.tab_v1 .tab_img i {
    font-size: 10px;
    font-style: normal;
}

  .tab_select {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .tab_item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0px;
    border-radius: 4px;
    transition: background-color 0.3s;
  }
  .tab_item span{
    display: inline-block;
    vertical-align: middle;
    line-height: 16px; 
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    vertical-align: 0;
  }
  .tab_item span del{
    margin-left: 12px;
  }
  .tab_item .del {
    padding-left: 6px;
    padding-right: 6px;
  }
  .tab_item .del::after{
    display: none;
  }
  .check_mark {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('../svg/selected-2.svg') no-repeat;
    background-position: 0 0;
    margin-right: 8px;
  }
 .tab_item.active .check_mark {
    background-position: 0 -16px;
  }


/*cookie*/
.usernotice_pop{display: table;width:295px;padding: 7px;position: fixed;bottom: 10px;right:50px;background: rgba(0,0,0, 0.55);z-index: 1000;text-align: center;color: #fff;border-radius: 5px;transition: all 0.3s ease;font-size:12px;}
.usernotice_pop a{color:#fff;text-decoration:underline;}
.usernotice_pop span{cursor:pointer;border:1px solid #fff;margin:10px 5px;width:50%;padding:0 5px;}


.product-top{
    background: #9855EC;
    border-radius: 40px 40px 0 0;
    border-bottom: none;
    padding: 28px 0;
}
.product-top .h2_img{
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 59px;
}

/* .body_img6{position: absolute;z-index: 1;bottom: 0;left: 50%;-webkit-transform: translate(-50%,-0);-moz-transform: translate(-50%,-0);-o-transform: translate(-50%,-0);transform: translate(-50%,-0);width: 100%;max-width: 1920px;}
.body_img7{position: absolute;z-index: 1;background: #910505;width: 100%;height: 3250px;left: 50%;top: 0;transform: translate(-50%,0);} */
.month{display: block;}
.lifetime{display: none;}

.aside{position: fixed;top: 60%;left: 50%;transform: translate(689px,0);padding: 0;z-index: 5;width: 216px;transition: all 0.5s;}
.aside.top{top: 50%;transition: all 0.5s;}
.aside .top_aside{position: absolute;top: -76px;left: 30%;z-index: 10;}
.aside div p {padding: 0px 40px; display: flex; justify-content: space-between;}
.aside div p span{display: inline-block; width: 3px; height: 18px; background-color: #FC5D01;}
.aside a{display: block;margin:0 auto;box-sizing: border-box;width: 208px;height: 48px;line-height: 21px;text-align: center;border-radius: 6px;color:#222;position: relative;font-weight: bold;z-index: 2; padding:12px 29px; background-color:#fff;border: 1px solid #FC5D01;}
.aside a.active,.aside a:hover{color: #FFFFFF; background:#FC5D01;border: 1px solid #FC5D01;}

.data-security{height: 386px;}

.data-security>p{max-width: 180px;}

/* 弹窗遮罩层 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

/* 弹窗容器 */
.modal-container {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.3s ease;
}

/* 中奖弹窗样式 */
.win-modal {
    background: linear-gradient(135deg, #FFF9C4 0%, #FFECB3 100%);
    border: 3px solid #FFD54F;
}

/* 未中奖弹窗样式 */
.lose-modal {
    background: linear-gradient(135deg, #ECEFF1 0%, #CFD8DC 100%);
    border: 3px solid #90A4AE;
}

/* 弹窗标题 */
.modal-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.win-title {
    color: #E65100;
}

.lose-title {
    color: #455A64;
}

/* 弹窗消息 */
.modal-message {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* 关闭按钮 */
.modal-close-btn {
    padding: 12px 24px;
    background-color: #2196F3;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-close-btn:hover {
    background-color: #1976D2;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 中奖图标 */
.win-icon {
    font-size: 60px;
    margin-bottom: 20px;
    color: #FFC107;
    animation: bounce 1s ease infinite;
}

/* 未中奖图标 */
.lose-icon {
    font-size: 60px;
    margin-bottom: 20px;
    color: #90A4AE;
}

/* 动画效果 */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-20px); }
    60% { transform: translateY(-10px); }
}





@-webkit-keyframes fade {
    0%{transform: rotate(0);opacity: 0;}
    5%{opacity: 1;}
    25%{transform: rotate(-180deg);}
    30%{transform: translate(-60px,0);}
    50%{transform: rotate(180deg);}
    70%{transform: translate(60px,0);}
    75%{transform: rotate(-180deg);}
    95%{opacity: 1;}
    100%{top: 98%;transform: rotate(0);opacity: 0;}
}
@-moz-keyframes fade {
    0%{transform: rotate(0);opacity: 0;}
    5%{opacity: 1;}
    25%{transform: rotate(-180deg);}
    30%{transform: translate(-60px,0);}
    50%{transform: rotate(180deg);}
    70%{transform: translate(60px,0);}
    75%{transform: rotate(-180deg);}
    95%{opacity: 1;}
    100%{top: 98%;transform: rotate(0);opacity: 0;}
}
@-o-keyframes fade {
    0%{transform: rotate(0);opacity: 0;}
    5%{opacity: 1;}
    25%{transform: rotate(-180deg);}
    30%{transform: translate(-60px,0);}
    50%{transform: rotate(180deg);}
    70%{transform: translate(60px,0);}
    75%{transform: rotate(-180deg);}
    95%{opacity: 1;}
    100%{top: 98%;transform: rotate(0);opacity: 0;}
}
@keyframes fade {
    0%{transform: rotate(0);opacity: 0;}
    5%{opacity: 1;}
    25%{transform: rotate(-180deg);}
    30%{transform: translate(-60px,0);}
    50%{transform: rotate(180deg);}
    70%{transform: translate(60px,0);}
    75%{transform: rotate(-180deg);}
    95%{opacity: 1;}
    100%{top: 98%;transform: rotate(0);opacity: 0;}
}
@media screen and (max-width:1920px){
    .banner{background-size: auto 100%;}
}
@media screen and (max-width:1800px){
    .aside{display: none;}

}

@media screen and (max-width:1700px) {
    .banner h1>span:nth-child(2) span{
        font-size: 120px;
        line-height: 120px;
    }
}

@media screen and (max-width:1680px){
    .product .product-top::before,.product .product-top::after{
        display: none;
    }
    .product .product-bottom{
        padding-left: 20px;
        padding-right: 20px;
    }
    .body_img1,.body_img2,.body_img4,.body_img5,.body_img6,.body_img7,.body_img8,.body_img9{display: none;}
    .body_img12{
        left: 0px;
        opacity: 0.7;
    }
    .body_img10{
        left: 0;
    }
    .body_img13{
        opacity: 0.7;
    }
    .body_img11{
        right: 0px;
    }

    .bg_img {
        display: none;
    }
}

@media screen and (max-width:1560px) {
    #product, #base, .footer{
        background: none;
    }
    #base .dec_tree {
        zoom: .56;
        left: 0;
        right: 0;
    } 
    body {
        background-size: 140% auto;
    }
}

@media screen and (max-width:1280px) {
    
    .product .product-bottom>ul {
        justify-content: center;
    }
    .product ul {
        gap: 20px;
    }
    .product ul::before {
        content: "";
        max-width: 285px;
        width: 100%;
        flex: 1 1 auto;
        order: 100;
    }
    .product ul::after {
        content: "";
        max-width: 285px;
        width: 100%;
        flex: 1 1 auto;
        order: 100;
    }
    .product li {
        margin-bottom: 0;
    }
    .nav .banner-flex .center.flex_box {
        justify-content: center;
    }
    .countdown-container .black-friday {
        font-size: 46px;
    }

    .nav a {
        min-width: 220px;
        height: 54px;
        line-height: 54px;
        font-size: 20px;
    }  
    .base .base-top::before{
        display: none;
    }
    .base .base-top{
        border-radius: 40px 40px 0 0;
    }
    .base-top .h1_title{
        padding-top: 38px;
    }
    .base .base-bottom {
        border-radius: 40px;
    }
}

@media screen and (max-width:1240px){
    .center{padding-left: 40px;padding-right: 40px;}
    .footer{padding-bottom: 50px;}
    .banner .banner_decoration1,.banner .banner_decoration2,.banner .banner_decoration3,.banner .banner_decoration4 {
        display: none;
    }
    img{height: auto;}
    .allBundle div>img:nth-child(2),.body_img1,.body_img2,.body_img4,.body_img5{display: none;}
    .allBundle .top, .allBundle .bottom{padding-left: 40px;padding-right: 40px;}
    .allBundle .top>.triangle-1{transform: translate(0,0) rotate(90deg);}
    .bundle .triangle-3,.bundle .triangle-2,.allBundle .top>.triangle-1{display: none;}
    .bundle ul{border-radius: 18px 18px 0px 0px;max-width: 100%;-webkit-order: 1;order: 1;padding: 60px 45px 40px;min-height: unset;}
    .bundle>div:nth-of-type(2) ul{border-radius: 18px 18px 0 0;}
    .bundle>div>div{padding-bottom: 30px;max-width: 100%;-webkit-order: 2;order: 2;}
    .bundle>div>img:nth-child(2){display: none;}
    .base_box{-webkit-flex-direction: column;flex-direction: column;margin-top: 30px;}
    .base_box>div:nth-child(2){-webkit-order: 1;order: 1;background: #fff;}
    .base_box>div:nth-child(1){-webkit-order: 2;order: 2;background: #fff;}
    .base_box>div:nth-child(3){-webkit-order: 3;order: 3;background: #fff;}
    .base_box>div{max-width: 468px !important;min-height: auto !important;padding-bottom: 30px !important;margin-bottom: 30px;margin-top: 100px;border-radius: 10px !important;padding-left: 20px !important;padding-right: 20px !important;}
    .base_box>div:nth-child(2) img.discount_mark{right: -12px;top: -14px;}
    .base_box>div .right_bg{right: -10px;}
    .base_box>div .left_bg{left: -10px;}
    .product ul{-webkit-justify-content: space-around;justify-content: space-around;}
    .product li.text{-webkit-order: 1;order: 1;}
    .product li{-webkit-order: 2;order: 2;}
    .allBundle div>img:first-child,.bundle>div>img:nth-child(1),.propack>.flex_box>div img:nth-child(1){zoom: .6;}
    .propack>.flex_box>div:nth-child(1){
        margin-bottom: 50px;
    }
    .bundle .left_box {
        border-radius: 30px 30px 0 0;
    }
    .nav.center{
        padding: 56px 0 56px;
    }
    .bundle .right_box{
        max-width: 100%;
        flex-direction: row-reverse;
        border-radius: 18px;
    }
    .bundle>div>img:nth-child(1),.allBundle div>img:first-child{
        top: -50px;
    }
    .propack>.flex_box>div img:nth-child(1){
        zoom: 0.75;
    }
    .base_box>div:nth-child(3), .base_box>div:nth-child(1){
        min-height: auto;
        height: auto;
    }
    .body_img10,.body_img11,.body_img12,.body_img13{
        display: none;
    }
    .product .product-bottom{
        padding-bottom: 20px;
    }

    .product-top {
        background: none;
    }
    .product .product-bottom {
        border-radius: 40px;
    }

    .countdown-display {
        margin: 20px 0;
    }
    .countdown-container {
        margin-top: 0;
        padding: 30px 0;
    }
    .game-container {
        margin: 30px 0 0;
    }

    .base_box>div {
    }
    .bundle>div>div .name {
        margin-bottom: 16px;
    }
}

@media screen and (max-width:1024px) {
    body {
        background-size: 200% auto;
    }
    .nav .banner-flex .center.flex_box{
        gap: 5px;
    }
    .nav a{
        border-radius: 20px 20px 0 0!important;
        height: 36px!important;
        line-height: 36px!important;
        font-size: 16px!important;
        padding-top: 0!important;
        max-width: 22%;
        width: 22%;
    }
    .banner .banner_decoration {
        zoom: .8;
        top: 150px;
    }
    .banner h1>span:nth-child(2) span {
        font-size: 90px;
        line-height: 60px;
    }
    .banner h1>span{
        font-size: 42px;
    }

    .propack {
        margin-bottom: 0;
    }
    .base{
        margin-top: 0;
    }
   .base .tab_v1 {
        padding: 20px 0;
    }
    .product{
        padding-top: 40px;
    }
    .banner h1>span:nth-child(2) span::before {
        zoom: .6;
        bottom: 38px;
    }
    .nav{
        border-bottom: 0;
    }
    .nav .banner-flex .center.flex_box{
        max-width: 600px;
    }
    .nav a{
        border-radius: 10px !important;
    }
}

@media screen and (max-width:1018px) {
    .product ul li,.product ul::before,.produc ul::after{
        max-width: calc(50% - 20px);
    }
    .product li.text{
        background-size: 100% 100%;
    }
    .product li.text>img {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        max-width: 285px;
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width:960px) {
    .banner .banner_decoration {
        display: none;
    }
}

@media screen and (max-width:920px){
    .center{padding-left: 20px;padding-right: 20px;}
    .body_img1,.body_img2,.body_img4{display: none;}
    .banner{overflow: visible;}
    .countdown-display {
        margin: 20px auto;
    }
    .countdown-container .black-friday{
        text-align: center;
    }
    h2{
        font-size: 36px;
    }
  
    .game-container {
        flex-direction: column;
    }
    .lottery-result-close{
        top:10px;
        right:10px;
    }
}
@media screen and (max-width:768px) {
    .banner h1>span:nth-child(2) span::before{
        display: none;
    }
    .base_box>div:nth-child(2) img.discount_mark{transform: scale(0.65);right:-32px;top: -33px;}
    .footer{padding: 20px 0 30px;}
    .base_box>div:nth-child(1)>img.product_img,.base_box>div:nth-child(2)>img.product_img,.base_box>div:nth-child(3)>img.product_img{
        top: -20%;
    }
    .base_box>div:nth-child(1)>img.product_img{
        top: -20%;
    }
    .base_box>div:nth-child(2){
        margin-bottom: 60px;
    }
    
    .banner h1>span:nth-child(2){
        font-size: 52px;
        line-height: 62px;
    }
    .banner h1>span:nth-child(1) {
        font-size: 60px;
        background: none;
        color: #ffffff;
    }
    .allBundle .bottom .price span:nth-child(2){
        display: block;
        margin-top: 8px;
    }
    .nav.center {
        padding: 2px 0 0;
    }
    .nav a {
        height: 54px;
        line-height: 54px;
        font-size: 20px;
        padding: 10px 16px;
    }
    .allBundle{
        margin-top: 18px;
    }
    .countdown-display{
        margin: 48px auto 20px;
    }
}

@media screen and (max-width:700px) {    
    .tab_v1, .product .tab_v1 {
        margin: 10px 0;
        border-radius: 10px;
    }
    /* .product .tab_v1 .tab_img{
        top: 0;
    } */
}
@media screen and (max-width:680px){
    .product ul li, .product ul::before, .produc ul::after {
        max-width: 400px;
    }
}
@media screen and (max-width:610px) {
    .bundle .right_box img{
        display: none;
    }
}
@media screen and (max-width:600px){
    .banner .off{animation: none;}
    h1{font-size: 50px;line-height: 80px;margin: 0 auto 20px;}
    h1 span{font-size: 80px;}

    .banner{height: auto;background: none;padding-bottom: 0;}
    .banner_title{margin:0 auto;}
    .banner .stage{display: none;}
    /* .banner>div{position: absolute;left: 0px;} */
    .banner .moblie{width: 100%;display: block;height: auto;}
    .banner .pc{width: 100%;display: none;height: auto;}
    .center{padding-left: 20px;padding-right: 20px;}
    .bundle ul{padding-left: 20px;padding-right: 20px;padding-top: 44px;}
    .bundle>div>div .name{
        margin-bottom: 0px;
    }
    .bundle>div>div .price, .price{
        margin-bottom: 10px;
    }
    .bundle>div>div{
        padding-bottom: 15px;
    }
    .propack>.flex_box>div .price{
        margin-top: 10px;
    }
    .bundle>div>div .name,.base_box>div .name,.propack>.flex_box>div .title{font-size: 26px;line-height: 30px;}
    .allBundle{margin-top: 15px;}
    .allBundle .bottom .price,.bundle>div>div .price,.base_box>div .price{font-size: 24px;line-height: 30px;margin-top: 0;}
    .allBundle .bottom .price span{display: block;}
    .base_box>div .del{font-size: 16px;}
    .base_box>div .tax{font-size: 16px;}
    .allBundle .top, .allBundle .bottom{padding-left: 20px;padding-right: 20px;padding-top: 20px;}
    .allBundle .bottom{padding-bottom: 15px;}
    /* .base h2{margin-bottom: 0;} */
    .base h2 img{margin:0 auto;}
    .base_box{margin-top: 0;}
    .base_box>div:nth-child(2) .name{width: 100%;}
    .banner .logo img{width: 150px;height: auto;}
    .bundle>div>div .checkout-switch a,.allBundle .bottom .checkout-switch a{max-width: 200px;}
    .checkout-switch.flex_box {justify-content: center;}
    .allBundle .bottom .price{margin:0 auto 10px;width: 100%;max-width: 200px;}
    .allBundle .bottom .checkout-switch a{margin:0 auto;}
    .allBundle .guarantee{margin:12px auto 20px;}
    .base_box>div .middle_bg{width: 110%;margin-top: -134px!important}
    .h2_img{margin-top: 0px;}
    .usernotice_pop{right: 50%;transform: translate(50%,0);}
    .propack>.flex_box>div ul{
        padding: 0 40px;
    }
    h2{
        font-size: 32px;
        margin-bottom: 50px;
        line-height: 36px;
    }
    .bundle h2{
        margin-bottom: 50px;
    }
    .base-top .h1_title,.product-top .h2_img{
        font-size: 30px;
        line-height: 36px;
    }
    .base-top .h1_title{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .product-top{
        padding: 20px 0 10px;
    }
    .banner p:nth-child(2){
        font-size: 56px;
    }
    .banner p:nth-child(3){
        font-size: 48px;
    }

    .banner h1>span{
        font-size: 42px;
        line-height: 48px;
    }
    .banner h1>span:nth-child(1){
        font-size: 36px;
        line-height: 38px;
    }
    .banner h1>span:nth-child(2){
        font-size: 38px;
        line-height: 46px;
        margin-bottom: 35px;
    }
    .banner h1>span:nth-child(2) span{
        font-size: 60px;
        line-height: 82px;
    }
    .base_box>div .name, .propack>.flex_box>div .title{
        margin-bottom: 24px;
    }
}

@media screen and (max-width:562px) {
    .propack>.flex_box>div {
        background-size: auto 100%;
        height: auto;
        background-repeat: unset;
    }
    .propack>.flex_box>div {
        border-radius: 40px;
    }
    .propack>.flex_box>div .inner_box.flex_box {
        padding: 50px 20px 20px;
    }

    body{
        background-size: 300% auto;
    }
    
    .countdown-container .black-friday-des{
        font-size: 16px;
    }

    .countdown-display {
        margin: 28px auto 20px;
    }
}

@media screen and (max-width:540px){
    .tab_v1 .tab_img{
        right: 14px;
    }
}
@media screen and (max-width:520px){
    .base_box>div:nth-child(1)>img.product_img,.base_box>div:nth-child(2)>img.product_img,.base_box>div:nth-child(3)>img.product_img{
        top: -15%;
    }
    .base_box>div:nth-child(1)>img.product_img,.base_box>div:nth-child(3)>img.product_img{
        top: -22%;
    }
    .price span:nth-child(2){
        display: block;
        margin-top: 8px;
    }
    .lottery-container{
        zoom: 0.7;
    }
}

@media screen and (max-width:480px){
    body{
        background-size: auto 338px;
    }
    h1{
        margin-bottom: 0;
    }
    .banner h1>span:nth-child(2){
        margin-bottom: 0;
    }
    .banner>.center {
        padding: 0px 20px;
    }
    .bundle .checkout-switch{
        flex-direction: column;
    }
    .propack>.flex_box>div ul{
        padding: 0 20px;
    }
    h2{
        font-size: 26px;
    }
    .banner h1>span{
        font-size: 36px;
        line-height: 48px;
    }
    .banner h1>span:nth-child(2){
        font-size: 32px;
        line-height: 48px;
    }
    .banner h1>span:nth-child(3){
        font-size: 32px;
        line-height: 42px;
    }
    .banner h1>span:nth-child(3) span{
        font-size: 42px;
        line-height: 60px;
    }
    .banner{
        margin-bottom: 30px;
    }  
    .center{
        padding: 20px;
    }
    .banner .logo{
        margin-top: 0;
    }
    .product .product-bottom{
        border-radius: 20px;
    }
    .base .base-bottom{
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav {
        padding: 0;
        margin: 10px auto 0;
    }
      
    .nav .banner-flex .center.flex_box {
    justify-content: center;
    gap: 8px;
    align-items: center;
    }
    
    .nav a {
    padding: 10px;
    min-width: auto;
    width: 100%;
    max-width: 170px;
    margin: 0;
    }
    .nav .center{
        padding-top: 0;
    }
    .modal-container {
        padding: 20px;
        margin: 10px;
    }
    
    .modal-title {
        font-size: 20px;
    }
    
    .modal-message {
        font-size: 16px;
    }
    .countdown-container .black-friday{
        font-size: 30px;
    }
    .lottery-result-modal .buy_section{
        max-width: 200px;
        justify-content: center;
    }
    .tab_v1 .tab_img{
        right: 0;
    }

    .game-container {
        padding: 0;
    }
    .propack>.flex_box>div .inner_box .top_part {
        padding: 10px 5px;
        padding-inline: 0;
        box-sizing: border-box;
    }
    .propack>.flex_box>div ul li{
        margin-bottom: 6px;
        width: 96%;
    }
    .propack>.flex_box>div .title {
        margin-bottom: 0;
    }

    .propack .checkout-switch>div {
        margin-bottom: 20px;
    }
    .allBundle,.bundle,.propack{
        border-radius: 20px;
    }
}
@media screen and (max-width:414px){
    h1{font-size: 36px;line-height: 80px;margin: 0 auto 20px;}

    h1 span{font-size: 64px;}
    .base_box>div:nth-child(1)>img.product_img,.base_box>div:nth-child(2)>img.product_img,.base_box>div:nth-child(3)>img.product_img{
        top: -10%;
    }
    .base_box>div:nth-child(1)>img.product_img{
        top: -15%;
    }
    .base_box>div:nth-child(3)>img.product_img{
        top: -15%;
    }
    .base_box>div:nth-child(2){
        margin-top: 80px;
        margin-bottom: 0px;
    }
    .base_box>div:nth-child(1){
        margin-bottom: 0;
    }
    .countdown-container{
        padding: 0;
    }
    .tab_v1 .tab_img{
        right: 0;
    }
    .product .tab_v1 .tab_img{
        top: 0px;
    }

    .countdown-display {
        width: auto;
    }
    .lottery-grid {
        background-size: 100% 100%;
    }
    .lottery-container {
        padding: 0px 20px 20px;
    }

}
@media screen and (max-width:380px){
.nav a {
    max-width: 260px;
}
}
@media screen and (max-width:360px){
    h2{
        font-size: 22px;
    }
    .base_box>div:nth-child(1)>img.product_img,.base_box>div:nth-child(2)>img.product_img,.base_box>div:nth-child(3)>img.product_img{
        top: -5%;
    }
    .base_box>div:nth-child(1)>img.product_img{
        top: -10%;
    }
    .base_box>div:nth-child(3)>img.product_img{
        top: -10%;
    }
}
@media screen and (max-width:340px){
    h1{font-size: 32px;line-height: 80px;margin: 0 auto 20px;}
    h1 span{font-size: 58px;}
    .countdown-display{
        max-width: 280px;
    }
}
@media screen and (max-width: 320px) {
    .nav a {
      padding: 8px;
    }
    .tab_item span{
        font-size: 12px;
    }
    .lottery-container{
        zoom: 0.6;
    }
    .countdown-container .black-friday{
        font-size: 25px;
    }
    .countdown-container .black-friday-des{
        font-size: 16px;
    }
    .buy_section a{
       width: 160px; 
    }
  }