main {
  background: linear-gradient(180deg, #2a134f 0%, #0b001c 100%);
}
.wrap-tit-box {
  max-width: 838px;
  padding: 0 0 20px;
  margin: 0 auto;
  background: url('../../img/black-friday-sale-2025/wrap-tit.png') no-repeat center / cover;
}
.wrap-tit-box .wrap-tit {
  max-width: 640px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
  /* 45px */
}
.wrap-tit-box .wrap-tit span {
  padding: 0 10px;
  background-image: linear-gradient(90deg, #2ae6e6, #6286fc, #db40f1, #fd4cc1, #ff979f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mb-style,
.hide {
  display: none;
}
.banner {
  position: relative;
}
.banner .banner-logo {
  position: absolute;
  top: 38px;
  display: block;
}
.banner .banner-btn {
  display: block;
  position: absolute;
  bottom: 34%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s;
  text-align: center;
}
.banner .banner-btn:hover {
  transform: translate(-50%, -10px);
}
.item-meal {
  width: 250px;
  position: relative;
  text-align: center;
  padding: 14px 20px 18px;
  border-radius: 12px;
  border: 1px solid rgba(189, 178, 255, 0.61);
  background: linear-gradient(0deg, #250559 0%, #3f0e8e 100%);
}
.item-meal .meal-sale {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 88px;
  height: 88px;
  background: url('../../img/black-friday-sale-2025/meal-sale.png') no-repeat center / cover;
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 91%;
  /* 14.56px */
}
.item-meal .meal-sale span {
  display: block;
  padding: 10px 0px 0 38px;
  width: max-content;
  transform: rotate(45deg);
}
.item-meal .meal-tit {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.item-meal .meal-price {
  margin-top: 12px;
  color: #eb9cff;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  /* 45px */
}
.item-meal .meal-price span {
  color: #e0cdff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.item-meal .meal-old-price {
  color: #e0cdff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.item-meal .meal-old-price span {
  color: #7e58bc;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: line-through;
}
.item-meal .btn-box {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  justify-content: center;
  align-items: center;
}
.item-meal .btn-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  width: 144px;
  height: 42px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s;
}
.item-meal .btn-box .btn:hover {
  transform: translateY(-6px);
}
.item-meal .btn-box .btn .iconfont {
  font-size: 18px;
}
.item-meal .btn-box .btn.btn-win {
  background: linear-gradient(90deg, #ea67eb 0%, #473aff 100%);
  color: #fff;
  display: flex;
  align-items: center;
}
.item-meal .btn-box .btn.btn-mac {
  position: relative;
  color: #e365eb;
}
.item-meal .btn-box .btn.btn-mac::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #ea67eb, #473aff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.wrap1 {
  position: relative;
  margin-top: 100px;
}
.wrap1 .container {
  position: relative;
  z-index: 9;
}
.wrap1::before {
  content: '';
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 739px;
  height: 2000px;
  background: url('../../img/black-friday-sale-2025/wrap1-icon.webp') no-repeat center / cover;
}
.wrap1 .wrap-item {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding: 32px 30px 16px;
  background: url('../../img/black-friday-sale-2025/wrap1-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.wrap1 .item-info {
  width: 448px;
}
.wrap1 .item-top {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.wrap1 .item-top .item-tit {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  /* 34.2px */
}
.wrap1 .item-top .item-txt {
  border-radius: 34px;
  background: linear-gradient(90deg, #3111a6 0%, #5126b5 100%);
}
.wrap1 .item-top .item-txt span {
  display: block;
  padding: 4px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.wrap1 .item-bottom {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 24px;
  margin-top: 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}
.wrap1 .item-other {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 14px;
  background: url('../../img/black-friday-sale-2025/other-bg.png') no-repeat center center;
  background-size: 100% 100%;
  border-radius: 12px;
  padding: 14px 10px 22px 38px;
  filter: drop-shadow(0 0 12.7px rgba(6, 0, 83, 0.26));
}
.wrap1 .item-other .item-logo {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(5, 1fr);
  gap: 12px 14px;
}
.wrap1 .item-other .item-desc {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.wrap1 .item-tips {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.53);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.wrap1 .item2 .item-other {
  padding: 42px 10px 46px 38px;
}
.wrap1 .item2 .item-other .item-logo {
  grid-template-rows: repeat(1, 1fr);
}
.wrap2 {
  position: relative;
  padding: 0 0 130px;
  background: url('../../img/black-friday-sale-2025/wrap2-bg.webp') no-repeat bottom center;
  margin-top: 160px;
}
.wrap2::before {
  position: absolute;
  right: 0;
  top: -20%;
  content: '';
  background: url('../../img/black-friday-sale-2025/wrap2-icon.png') no-repeat center / cover;
  width: 772px;
  height: 1829px;
}
.wrap2 .container {
  position: relative;
  z-index: 9;
}
.wrap2 .wrap-switch {
  margin: 50px auto 60px;
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
}
.wrap2 .wrap-switch .switch-btn {
  display: flex;
  align-items: center;
  column-gap: 6px;
  color: #883ccc;
  opacity: 0.6;
  font-size: 18px;
  line-height: 0.72;
  /* 72.151% */
  cursor: pointer;
  transition: all 0.3s;
}
.wrap2 .wrap-switch .switch-btn .iconfont {
  font-size: 18px;
}
.wrap2 .wrap-switch .switch-win {
  opacity: 1;
  transition: all 0.3s;
  color: #ab67ff;
}
.wrap2 .wrap-switch .switch-toggle {
  position: relative;
  width: 44px;
  height: 20px;
  border-radius: 64px;
  border: 1px solid #ab67ff;
  background: #2a134f;
  padding: 2px;
}
.wrap2 .wrap-switch .switch-toggle::before {
  background: #ab67ff;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  width: 14px;
  height: 14px;
  transition: all 300ms;
}
.wrap2 .wrap-switch.is-mac .switch-win {
  opacity: 0.6;
  color: #883ccc;
}
.wrap2 .wrap-switch.is-mac .switch-mac {
  opacity: 1;
  color: #ab67ff;
}
.wrap2 .wrap-switch.is-mac .switch-toggle::before {
  left: 26px;
}
.wrap2 .wrap-list {
  display: none;
  flex-flow: row wrap;
  gap: 40px 66px;
  justify-content: center;
}
.wrap2 .wrap-list.active {
  display: flex;
}
.wrap2 .wrap-list .list-item {
  width: calc((100% - 66px) / 2);
  padding: 24px;
  background: url('../../img/black-friday-sale-2025/wrap2-item.png') no-repeat center center;
  background-size: 100% 100%;
}
.wrap2 .item-top {
  display: flex;
  column-gap: 30px;
}
.wrap2 .item-top .item-tit {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  /* 34.2px */
}
.wrap2 .item-top .item-desc {
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.wrap2 .item-bottom {
  background: url('../../img/black-friday-sale-2025/wrap2-meal.png') no-repeat center center;
  background-size: 100% 100%;
  margin-top: 26px;
  display: flex;
}
.wrap2 .item-meal {
  width: 50%;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 34px 20px 26px;
}
.wrap2 .item-meal .meal-sale {
  left: 0;
  top: 0;
  width: max-content;
  height: auto;
  background: linear-gradient(133deg, #ff6a3c 5.64%, #fa00b6 101.61%), #ff4cc3;
  font-size: 12px;
  border-radius: 12px 0 12px 0;
  padding: 4px 6px;
  font-weight: 700;
}
.wrap2 .item-meal .meal-sale span {
  transform: none;
  padding: 2px 8px;
}
.wrap2 .item-meal .meal-price {
  margin-top: 0;
}
.wrap2 .item-meal .btn {
  margin: 12px auto 0;
  width: 144px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, #ea67eb 0%, #473aff 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s;
}
.wrap2 .item-meal .btn:hover {
  transform: translateY(-8px);
}
.wrap2 .item-meal.meal2 .meal-sale {
  top: 0;
  left: auto;
  right: 0;
  border-radius: 0px 12px 0 12px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .banner .banner-btn .pc-style {
    width: 50%;
    height: auto;
  }
  .wrap1::before {
    content: none;
  }
  .wrap1 .item-meal {
    width: 200px;
  }
  .wrap2::before {
    content: none;
  }
  .wrap2 .wrap-list {
    gap: 30px;
  }
}
@media (max-width: 996px) {
  .wrap1 .wrap-item {
    justify-content: center;
    gap: 30px;
  }
  .wrap1 .item-meal {
    width: 310px;
  }
  .wrap2 .wrap-list .list-item {
    width: 100%;
    max-width: 345px;
  }
}
@media (max-width: 768px) {
  .mb-style {
    display: block;
  }
  .pc-style {
    display: none;
  }
  .wrap-tit-box {
    background: none;
  }
  .wrap-tit-box .wrap-tit {
    font-size: 24px;
  }
  .banner .banner-logo {
    top: 20px;
  }
  .banner .banner-logo img {
    width: 124px;
    height: 24px;
  }
  .banner .banner-btn {
    bottom: 20%;
  }
  .wrap1 {
    margin-top: 66px;
  }
  .wrap1 .wrap-item {
    position: relative;
    border-radius: 12px;
    margin-top: 10px;
    background: #1f0250;
    padding: 28px 18px 22px;
    gap: 0;
  }
  .wrap1 .wrap-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(90deg, #fd99ff, rgba(183, 119, 255, 0), #728eff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
  }
  .wrap1 .item-info {
    width: 100%;
    margin-bottom: 24px;
  }
  .wrap1 .item-top {
    flex-direction: column;
    row-gap: 8px;
  }
  .wrap1 .item-top .item-tit {
    font-size: 18px;
  }
  .wrap1 .item-bottom {
    flex-direction: column;
    padding-left: 0;
    padding-top: 24px;
  }
  .wrap1 .item-meal {
    margin-top: 16px;
  }
  .wrap1 .item-other {
    padding: 26px 26px 22px;
    justify-content: center;
    background: url('../../img/black-friday-sale-2025/other-bg-mb.png') no-repeat center center;
    background-size: 100% 100%;
  }
  .wrap1 .meal-price-box {
    margin-top: 4px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    column-gap: 6px;
  }
  .wrap1 .meal-price {
    margin-top: 0;
  }
  .wrap1 .meal-old-price {
    margin-top: 0;
  }
  .wrap1 .btn-box {
    flex-direction: row;
    column-gap: 14px;
  }
  .wrap1 .btn-box .btn {
    width: auto;
    flex: 1;
  }
  .wrap1 .item2 {
    margin-top: 30px;
  }
  .wrap1 .item2 .item-other {
    padding: 26px 26px 20px 26px;
  }
  .wrap2 {
    margin-top: 70px;
    padding: 0 0 80px;
    background: none;
  }
  .wrap2 .wrap-switch {
    margin: 16px auto 44px;
  }
  .wrap2 .wrap-list .list-item {
    position: relative;
    padding: 16px 18px 24px;
    border-radius: 12px;
  }
  .wrap2 .wrap-list .list-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(90deg, #fd99ff, rgba(183, 119, 255, 0), #728eff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
  }
  .wrap2 .item-top {
    column-gap: 16px;
  }
  .wrap2 .item-top .item-tit {
    font-size: 16px;
  }
  .wrap2 .item-top .item-desc {
    font-size: 12px;
  }
  .wrap2 .item-meal .meal-tit {
    font-size: 12px;
  }
  .wrap2 .item-meal .meal-price {
    font-size: 22px;
    margin: 4px 0;
  }
  .wrap2 .item-meal .meal-old-price {
    font-size: 12px;
  }
  .wrap2 .item-meal .meal-old-price span {
    font-size: 12px;
  }
  .wrap2 .item-meal .btn {
    width: 120px;
    height: 34px;
    font-size: 14px;
  }
  .wrap2 .item-meal .btn .iconfont {
    font-size: 14px;
  }
}
