main {
  background: #161648;
}
main .container {
  max-width: 1150px;
  width: 100%;
  padding: 0;
}
.wrap-tit {
  background: url("../img/activity/halloween-sale-2025/wrap-tit-bg.png") no-repeat center / cover;
  width: auto;
  max-width: 344px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}
.wrap-text {
  margin-top: 6px;
  color: #332007;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.96px;
}
.wrap-text span {
  color: #ac25fa;
  font-size: 42px;
}
.wrap-desc {
  max-width: 912px;
  margin: 0 auto;
  margin-top: 26px;
  color: #221f1f;
  text-align: center;
  font-size: 20px;
  line-height: 160%;
}
.btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  margin: 24px 0 12px;
  width: 100%;
}
.btn-box .btn {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 0;
  border: 1px solid #36bb5b;
  transition: all 0.5s;
}
.btn-box .btn .btn-text {
  color: #36bb5b;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.5s;
}
.btn-box .btn .iconfont {
  font-size: 18px;
  font-weight: 400;
  color: #36bb5b;
  transition: all 0.5s;
}
.btn-box .btn:hover {
  border: 1px solid #2b9649;
}
.btn-box .btn:hover .btn-text {
  color: #2b9649;
}
.btn-box .btn:hover .iconfont {
  color: #2b9649;
}
.btn-box .btn:first-child {
  background: #36bb5b;
}
.btn-box .btn:first-child .btn-text {
  color: #fff;
}
.btn-box .btn:first-child .iconfont {
  color: #fff;
}
.btn-box .btn:first-child:hover {
  background: #2b9649;
}
.banner img {
  width: 100%;
  height: auto;
}
.wrap_content {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
.wrap_content .wrap-content_item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 350px;
  padding: 50px 22px 26px;
  background: #fff;
  border: 2px solid #ae90ec;
  backdrop-filter: blur(24px);
  border-radius: 28px;
}
.wrap_content .item_discount {
  position: absolute;
  top: -50px;
  right: -30px;
}
.wrap_content .item_title {
  flex: 1;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-left: 16px;
}
.wrap_content .item_title a {
  display: inline-block;
  color: #333;
  width: 106%;
}
.wrap_content .item_title .item-title_desc {
  color: #404040;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
}
.wrap_content .item_desc {
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
  font-size: 16px;
  margin-top: 16px;
}
.wrap_content .item-price_new {
  color: #ac25fa;
  font-size: 40px;
  font-style: italic;
  font-weight: 900;
  margin: 16px 0 24px;
  padding-right: 6px;
}
.wrap_content .item-price_old {
  color: #404040;
  font-size: 18px;
}
.wrap_content .item_footer {
  width: 100%;
  color: #999999;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.wrap_content .item_include {
  width: 100%;
  margin: 20px 0;
  padding: 25px 20px 10px;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  background: #fff0d8;
  border-radius: 12px;
}
.wrap_content .item_include .include_discount {
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #fd9514;
  border-radius: 12px 0 8px 0;
  padding: 2px 20px;
  z-index: 2;
}
.wrap_content .item_include li {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
.wrap_content .item_include li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/activity/halloween-sale-2025/icon-right.svg");
  width: 18px;
  height: 18px;
}
.wrap1,
.wrap3 {
  position: relative;
  z-index: 1;
}
.wrap1 {
  margin-top: 84px;
}
.wrap1::before {
  content: "";
  position: absolute;
  top: 24%;
  left: 5%;
  width: 473px;
  height: 551px;
  z-index: -1;
  background: url("../img/activity/halloween-sale-2025/wrap2-left.png") no-repeat center / cover;
}
.wrap1::after {
  content: "";
  position: absolute;
  top: 24%;
  right: 5%;
  width: 215px;
  height: 316px;
  z-index: -1;
  background: url("../img/activity/halloween-sale-2025/wrap2-right.png") no-repeat center / cover;
}
.wrap1 .container {
  padding: 28px 0 46px;
  background: #fdf7ea;
  border: 4px solid #5730a7;
  border-radius: 42px;
}
.wrap1 .wrap_content {
  gap: 32px;
  margin-top: 148px;
}
.wrap1 .wrap_content .wrap-content_item {
  text-align: center;
  justify-content: center;
  flex: 0 0 342px;
  height: max-content;
}
.wrap1 .wrap_content .item-top {
  margin-top: -86px;
}
.wrap1 .wrap_content .item_title {
  margin: 20px 0 0;
  flex: 0 0 100%;
}
.wrap1 .wrap_content .item_title a {
  font-size: 24px;
  color: #404040;
  width: 100%;
}
.wrap1 .wrap_content .item_desc {
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  color: #404040;
  font-size: 16px;
  margin-top: 8px;
}
.wrap1 .wrap_content .item_price {
  margin-top: 8px;
}
.wrap1 .wrap_content .item-price_new {
  margin: 0;
  font-style: normal;
  font-size: 32px;
  color: #ac25fa;
  padding-right: 0;
  font-weight: 700;
}
.wrap1 .wrap_content .item-price_old {
  color: #464646;
  font-size: 16px;
  margin-top: 8px;
}
.wrap1 .wrap_content .item_footer {
  width: 100%;
  color: #999999;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.wrap1 .btn-box {
  flex-direction: column;
}
.wrap1 .btn-box .btn {
  width: 70%;
  flex: unset;
}
.wrap1 .btn-box .btn:first-child {
  margin: 0 0 18px;
}
.wrap2 {
  margin-top: -26%;
  position: relative;
  z-index: 1;
}
.wrap2::before {
  content: "";
  position: absolute;
  bottom: 19%;
  left: 1%;
  width: 325px;
  height: 478px;
  z-index: -1;
  background: url("../img/activity/halloween-sale-2025/wrap1-left.png") no-repeat center / cover;
}
.wrap2::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 5%;
  width: 473px;
  height: 551px;
  z-index: -1;
  background: url("../img/activity/halloween-sale-2025/wrap3-right.png") no-repeat center / cover;
}
.wrap2 .container {
  padding: 60px 0 58px;
  background: url("../img/activity/halloween-sale-2025/wrap1-bg.webp") no-repeat center;
  background-size: 100% 100%;
}
.wrap2 .meal {
  max-width: 530px;
  padding: 32px 30px 16px;
  margin-top: 20px;
  flex: 0 0 530px;
}
.wrap2 .meal .item_title {
  width: max-content;
  flex: unset;
  color: #333;
  margin: 0 auto 26px;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  /* 37.5px */
}
.wrap2 .meal .item_logo {
  margin: 0 auto;
  transform: translateX(36px);
}
.wrap2 .meal .item-price_new {
  font-size: 36px;
  padding-right: 20px;
}
.wrap2 .meal .item-price_old {
  font-size: 16px;
  color: #464646;
}
.wrap2 .meal .btn-box {
  justify-content: center;
}
.wrap2 .meal .btn-box .btn {
  max-width: 208px;
}
.wrap3 {
  margin-top: 120px;
  padding: 0 0 338px;
  background: url("../img/activity/halloween-sale-2025/wrap3-bg.webp") no-repeat bottom center;
}
.wrap3::after {
  content: "";
  background: url("../img/activity/halloween-sale-2025/wrap3-right.png") no-repeat center / cover;
  position: absolute;
  width: 473px;
  height: 551px;
  right: 5%;
  top: 10%;
  z-index: -1;
}
.wrap3 .container {
  padding: 58px 0 42px;
  background: #fdf7ea;
  border: 4px solid #5730a7;
  border-radius: 42px;
}
.wrap3 .wrap-desc {
  margin-top: 14px;
}
.wrap3 .wrap-text.second {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .wrap1:after,
  .wrap2:after,
  .wrap3:after,
  .wrap1::before,
  .wrap2::before,
  .wrap3::before {
    content: none;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .wrap3 .container,
  .wrap2 .container,
  .wrap1 .container {
    width: 98%;
  }
  .wrap-text {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.6px;
  }
  .wrap-text span {
    font-size: 20px;
  }
  .wrap-desc {
    font-size: 16px;
  }
  .wrap_content .wrap-content_item {
    flex: 0 0 300px;
  }
  .wrap2 .meal {
    max-width: 460px;
  }
  .wrap1 .wrap_content .wrap-content_item {
    flex: 0 0 290px;
  }
}
@media (max-width: 996px) {
  .wrap2 .container {
    padding: 28px 0 46px;
    background: #fdf7ea;
    border: 4px solid #5730a7;
    border-radius: 42px;
  }
  .wrap_content {
    flex-direction: column;
  }
  .wrap_content .wrap-content_item {
    max-width: 322px;
    margin: 0 auto;
  }
  .wrap_content .wrap-content_item.meal {
    max-width: 530px;
  }
  .wrap1 .wrap_content {
    margin-top: 42px;
  }
  .wrap1 .wrap_content .item-top {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .btn-box .btn {
    line-height: 1;
    padding: 10px 0;
  }
  .btn-box .btn .btn-text {
    font-size: 14px;
  }
  .btn-box .btn .iconfont {
    font-size: 16px;
  }
  .wrap-tit {
    font-size: 16px;
    width: 174px;
    height: 44px;
  }
  .wrap-desc {
    margin-top: 14px;
    padding: 0 10px;
  }
  .wrap_content {
    display: flex;
    flex-flow: row wrap;
    gap: 44px;
    justify-content: center;
    margin-top: 50px;
  }
  .wrap_content .wrap-content_item {
    padding: 36px 20px 24px;
  }
  .wrap_content .wrap-content_item.meal {
    max-width: 322px;
  }
  .wrap_content .item_logo1 img {
    width: 82px;
    height: 82px;
  }
  .wrap_content .item_discount {
    right: -40px;
  }
  .wrap_content .item_discount img {
    width: 90%;
    height: auto;
  }
  .wrap_content .item_title {
    font-size: 18px;
    width: auto;
  }
  .wrap_content .item_title a {
    width: 100%;
    font-size: 17px;
  }
  .wrap_content .item_title .item-title_desc {
    font-size: 16px;
    margin-top: 5px;
  }
  .wrap_content .item_desc {
    font-size: 14px;
  }
  .wrap_content .item_price {
    display: flex;
    flex-wrap: wrap;
  }
  .wrap_content .item-price_new {
    font-size: 36px;
  }
  .wrap_content .item-price_old {
    font-size: 16px;
  }
  .wrap_content .wrap-content_item {
    flex: 0 0 100%;
  }
  .wrap_content .item_footer {
    font-size: 16px;
  }
  .wrap_content .item_include {
    padding: 22px 14px 16px;
    font-size: 14px;
  }
  .wrap_content .item_include li {
    flex-wrap: wrap;
    line-height: 2;
  }
  .wrap_content .item_include .include_discount {
    padding: 5px 20px;
    font-size: 9px;
  }
  .wrap1,
  .wrap3 {
    margin-top: 60px;
  }
  .wrap1,
  .wrap2,
  .wrap3 {
    overflow: hidden;
  }
  .wrap1 .container,
  .wrap2 .container,
  .wrap3 .container {
    border: 2px solid #5730a7;
    border-radius: 20px;
    width: 94%;
  }
  .wrap1 .wrap_content {
    gap: 44px;
    margin-top: 50px;
  }
  .wrap1 .wrap_content .item_title a {
    font-size: 22px;
  }
  .wrap1 .wrap_content .item-price_new {
    font-size: 30px;
  }
  .wrap1 .wrap_content .item-top {
    margin-top: 0;
  }
  .wrap1 .wrap_content .item_price {
    justify-content: center;
  }
  .wrap1 .wrap_content .wrap-content_item {
    flex: 0 0 100%;
  }
  .wrap2 {
    margin-top: -40px;
  }
  .wrap2 .container {
    padding: 20px 0;
  }
  .wrap2 .meal {
    flex: 0 0 100%;
    padding: 20px 12px 34px;
    text-align: center;
    margin-top: 0;
  }
  .wrap2 .meal .item-price_new {
    margin: 0 0 12px 10px;
  }
  .wrap2 .meal .item-price_old {
    margin-left: 10px;
  }
  .wrap2 .meal .item_include li {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
  }
  .wrap2 .meal .item_include li span {
    margin-bottom: 10px;
  }
  .wrap2 .meal .item_title {
    font-size: 18px;
    margin: 0 auto;
  }
  .wrap2 .meal .item_title span {
    display: block;
  }
  .wrap2 .meal .item_logo {
    padding-top: 20px;
    transform: translateX(0);
  }
  .wrap2 .meal .item_logo img {
    width: 82%;
    height: auto;
  }
  .wrap3 {
    padding: 0 0 70px;
    background: none;
  }
  .wrap3 .container {
    padding: 24px 14px 12px;
    border-radius: 20px;
    border: 2px solid #5730a7;
  }
  .wrap3 .wrap-text.second {
    margin-top: 54px;
  }
}
