.flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
img {
  max-width: 100%;
  height: auto;
}
body{
  background-color: #DCECFF;
}
.banner {
  position: relative;
  background-size: 100% auto;
  background-position: center;
  margin-bottom: 30px;
}
.banner .text {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 36%;
  width: 25%;
  height: auto;
}
.banner .senta {
  width: 100%;
  height: auto;
}
.container {
  position: relative;
}
h2 {
  width: 100%;
  max-width: 1080px;
  height: 100px;
  padding: 14px 0px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  line-height: 72px;
  margin: 0px auto 60px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
h2 span {
  font-size: 52px;
  font-weight: bold;
  color: #ffd83b;
}

body {
  position: relative;
}
.box{position: relative;}
.bg_img {
  position: absolute;
}
.bg_img1 {
  left: 0px;
  top: 680px;
  background: url(/img/christmas-sale-2025/glove.png) no-repeat;
  width: 283px;
  height: 418px;
}
.bg_img2 {
  right: 0px;
  top: 1090px;
  background: url(/img/christmas-sale-2025/cookie.png) no-repeat;
  width: 240px;
  height: 497px;
}
.bg_img3 {
  left: 0px;
  bottom: 1100px;
  background: url(/img/christmas-sale-2025/leaf.png) no-repeat;
  width: 221px;
  height: 511px;
}
.bg_img4 {
  right: 0px;
  bottom: 460px;
  background: url(/img/christmas-sale-2025/snowman.png) no-repeat;
  width: 368px;
  height: 511px;
}
.bg_img5 {
  left: 0px;
  bottom: 0;
  background: url(/img/christmas-sale-2025/gifts.png) no-repeat;
  width: 577px;
  height: 421px;
}


/* sale */
.sale h2 {
  background: #6a58d2;
  margin-bottom: 60px;
}
.sale {
  width: 100%;
  background: #DCECFF;
  overflow: hidden;
}
.sale_inner {
  justify-content: center;
  gap: 34px;
}
.sale_item {
  width: 100%;
  max-width: 337px;
  padding: 0 0 26px;
  background: #ffffff;
  border-radius: 14px;
  text-align: center;
}
.sale .title {
  display: block;
  width: 94%;
  margin: 16px auto 6px;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 28px;
  text-align: center;
}
.sale .info {
  display: block;
  width: 94%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.sale .text {
  display: block;
  width: 94%;
  margin: 12px auto 8px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 21px;
  text-align: center;
}
.price {
  margin-bottom: 12px;
}
.price span {
  font-size: 40px;
  font-weight: 800;
  color: #FA1900;
  line-height: 48px;
  margin-right: 12px;
}
.price del {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}
.tax {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0;
  color: #222222;
}
.sale .buy_btn {
  justify-content: space-around;
  margin: 0 auto;
}
.buy_btn {
  max-width: 320px;
}
.buy_btn a {
  border-radius: 6px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 136px;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  transition: transform 0.2s;
  background: #FA1900;
  color: #fff;
}
.buy_btn a i {
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-right: 4px;
  vertical-align: -5px;
}
.buy_btn a.win_buy i {
  background: url(/img/article-template/win.svg) no-repeat;
}
.buy_btn a.mac_buy i {
  background: url(/img/article-template/mac.svg) no-repeat;
}

/* single_box */
.single h2 {
  background: #6a58d2;
}
.single {
  width: 100%;
  background: #DCECFF;
  padding: 0 0 100px 0;
  overflow: hidden;
}
.h2_title {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 60px;
}
.h2_title#part1{margin-top: 64px;}
.single_product {
  margin: 0px auto;
  max-width: 1080px;
  justify-content: center;
  gap: 34px;
}
.single_product li {
  background-color: #ffffff;
  border-radius: 14px;
  box-sizing: border-box;
  padding: 20px 22px 20px;
  max-width: 337px;
  width: 100%;
  color: #222222;
  position: relative;
}
.single_product li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(/img/christmas-sale-2025/40-off.png) no-repeat;
  width: 115px;
  height: 29px;
}
.single_product li .top {
  display: flex;
  align-items: center;
}
.single_product li .top .title {
  margin-left: 12px;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
}
.single_product li .top .con {
  margin-left: 12px;
  font-size: 14px;
  color: #222222;
  font-weight: 400;
  margin-top: 6px;
  line-height: 16px;
}
.single_product li p.info {
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  margin: 10px 0;
  min-height: 66px;
}
.single_product li .price {
  margin-bottom: 10px;
}
.single_product li .price span {
  font-size: 40px;
  font-weight: 600;
}
.single_product li .tax {
  margin-top: 10px;
}

.single_product_two {
  max-width: 1080px;
}
.single_product_two li {
  max-width: 412px;
}

.bottom_ads {
  display: none !important;
}
.endMask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.maskInner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 892px;
  padding: 54px 130px 70px;
  border-radius: 20px;
  background: #a063ff url(/img/halloween-sale-2025/bg.png) no-repeat center;
  background-size: auto 100%;
  box-sizing: border-box;
}
.maskInner h2 {
  margin: 0 auto;
  width: 100%;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #ffc713;
  text-align: center;
  padding: 0;
  height: auto;
}
.maskInner .title {
  margin: 12px auto 32px;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
}
.maskInner .jump {
  display: block;
  margin: 0 auto;
  width: 236px;
  height: 60px;
  background: #ffc713;
  border-radius: 8px;
  font-weight: bold;
  font-size: 24px;
  line-height: 60px;
  color: #20132d;
}


/* bundle */
.bundle{background: #FFFFFF;border-radius: 20px 20px 20px 20px;padding: 30px;box-sizing: border-box;display: flex;justify-content: space-between;max-width: 1080px;margin: 60px auto 0;position: relative;}
.bundle .bundle_left{max-width: 408px;width: 100%;}
.bundle .bundle_right{max-width: 562px;width: 100%;}
.bundle .bundle_right .title{font-size: 40px;font-weight: bold;color: #333333;line-height: 48px;}
.bundle .bundle_right .info{font-size: 20px;font-weight: 400;color: #222;line-height: 24px;margin-top: 12px;}
.bundle .bundle_right ul{display: flex;flex-wrap: wrap;margin-bottom: 16px;}
.bundle .bundle_right ul li{font-size: 20px;color: #222222;line-height: 24px;display: flex;justify-content: flex-start;margin-top: 20px;max-width: 260px;width: 100%;align-items: center;}
.bundle .bundle_right ul li span{margin-left: 12px;}
.bundle .buy_btn{max-width: none;justify-content: flex-start;}
.bundle .buy_btn a{zoom: 1.6;margin: 6px;}
.bundle>.off{position: absolute;top: -50px;right: -44px;width: 196px;height: 132px;}
.bundle>.off-55{background: url(/img/christmas-sale-2025/55-off.png) no-repeat;width: 196px;height: 132px;}
.bundle>.off-60{background: url(/img/christmas-sale-2025/60-off.png) no-repeat;width: 196px;height: 132px;}


/* bundle_pos */
.bundle_pos{display: flex;justify-content: center;flex-wrap: wrap;position: sticky;background: #DCECFF;z-index: 11;top: 0;}
.bundle_pos a{border-radius: 40px 40px 40px 40px;background: rgba(41, 117, 255, 0.1);margin:12px 16px;height: 74px;line-height: 74px;font-size: 24px;font-weight: bold;color: #222;text-align: center;display: inline-block;box-sizing: border-box;padding: 0 20px;min-width: 360px;text-decoration: none;}
.bundle_pos a:hover,.bundle_pos a.active{background: rgba(41, 117, 255, 1);color: #fff;}


@media (max-width: 1400px) {
  .bg_img {
    display: none;
  }
  .sale {
    padding-bottom: 80px;
  }
  .h2_title {
    margin: 60px auto 30px;
  }
  .single_product {
    gap: 30px;
  }
}
@media (max-width: 1140px) {
  .single_product {
    flex-wrap: wrap;
  }
  .single_product {
    max-width: 780px;
  }
  .single_product {
    justify-content: center;
  }
  .h2_title#part1{margin-top: 36px;}
  .bundle{margin-top: 36px;}
  .bundle_pos {top: auto;bottom: 0;position: fixed;width: 100%;}
  .bundle_pos .center{max-width: 100%;display: flex;flex-wrap: nowrap;justify-content: center;padding: 12px 0;}
  .bundle_pos a{font-size: 20px;height: 48px;line-height: 48px;width: fit-content;min-width: 0;padding: 0 18px;margin: 12px;border:none;background-color: transparent;}
  .bundle{flex-direction: column;align-items: center;width: 96%;}
  .bundle .bundle_right{margin-top: 30px;}
  .bundle>.off{top: 0;right: 0;}
}
@media (max-width: 1024px) {
  .price span {
    display: block;
  }
  .single_product li .price span {
    display: inline-block;
  }
}
@media (max-width: 1080px) {
}
@media (max-width: 920px) {
  h2 {
    font-size: 30px;
    line-height: 50px;
    height: 78px;
    margin-bottom: 40px;
  }
  h2 span {
    font-size: 36px;
  }
  .maskInner {
    padding: 30px 20px;
  }
  .maskInner h2 {
    line-height: 50px;
  }
  .maskInner .title {
    margin: 12px auto 20px;
  }
}
@media (max-width: 760px) {
  .price span {
    margin-right: auto;
  }
  .single {
    padding: 0 0 60px 0;
  }
  .sale_two {
    padding: 20px 0px 60px;
  }
  .sale {
    padding-bottom: 0px;
  }
}
@media (max-width: 630px) {
  h2 {
    font-size: 24px;
    line-height: 36px;
    height: auto;
  }
  .bundle_pos a{font-size: 14px;height: 36px;line-height: 36px;width: fit-content;min-width: 0;padding: 0 8px;margin: 3px;border:none;background-color: transparent;}
  .bundle .bundle_right ul li{max-width: 100%;}
  .bundle>.off{zoom: 0.7;}
  .bundle{padding: 24px;}
  .bundle .bundle_right .title{font-size: 28px;line-height: 40px;}
}
@media (max-width: 460px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  h2 span {
    font-size: 26px;
  }
  .single_product li .top {
    display: block;
    text-align: center;
  }
  .single_product li .top .title,
  .single_product li .top .con {
    margin: 20px auto;
  }
  .single_product li {
    text-align: center;
  }
  .single_product li .price span {
    display: block;
  }
  .single h2 {
    margin-bottom: 30px;
  }
  .buy_btn {
    justify-content: center;
    flex-wrap: wrap;
  }
  .buy_btn a {
    margin: 6px;
  }
}
