.container {
  max-width: 1200px;
  width: 100%;
  padding: 0;
}
main {
  background: #eaf4ff;
}
.mb-style,
.hide {
  display: none;
}
.wrap-tit-box {
  text-align: center;
}
.wrap3 {
  margin-top: 100px;
  padding: 18px 0 82px;
  background: url("../img/activity/winterschlussverkauf-2025/wrap3-bg.webp") no-repeat center / cover;
}
.wrap3 .wrap-tit {
  color: #4c69e3;
  text-align: center;
  font-family: Rubik;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
  /* 36.4px */
}
.wrap3 .wrap3-swiper {
  margin-top: 36px;
}
.wrap3 .wrap3-swiper .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 42px;
}
.wrap3 .swiper-slide {
  flex: 1;
  height: auto;
  max-width: 266px;
  padding: 40px 18px 26px 28px;
  background: url("../img/activity/winterschlussverkauf-2025/wrap3-item.png") no-repeat center / cover;
  background-size: 100% 100%;
  filter: drop-shadow(0 8px 12.6px rgba(113, 166, 218, 0.17));
}
.wrap3 .swiper-slide .item-tit {
  margin-top: 12px;
  color: #233755;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  /* 131.25% */
}
.wrap3 .swiper-slide .item-desc {
  margin-top: 10px;
  color: #425268;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}
.wrap3 .wrap3-tip {
  max-width: 760px;
  margin: 120px auto 0;
  padding: 18px 32px 24px;
  border-radius: 16px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(10.89999962px);
}
.wrap3 .wrap3-tip .tip-tit {
  color: #343f50;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 18.2px */
}
.wrap3 .wrap3-tip .tip-list {
  padding-left: 20px;
  margin-top: 12px;
  color: #505f78;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 188%;
  /* 26.32px */
}
.wrap3 .wrap3-tip .tip-list li {
  list-style: auto;
}
.banner {
  position: relative;
}
.banner .banner-logo {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1200px;
  width: 100%;
  transform: translate(-50%, 30px);
}
.wrap2 {
  position: relative;
  margin-top: 130px;
  z-index: 1;
}
.wrap2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/activity/winterschlussverkauf-2025/snow-left.png") no-repeat center / cover;
  width: 243px;
  height: 387px;
  z-index: -1;
}
.wrap2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30%;
  background: url("../img/activity/winterschlussverkauf-2025/snow-right.png") no-repeat center / cover;
  width: 224px;
  height: 387px;
  z-index: -1;
}
.wrap2 .wrap-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 78px 98px;
  margin-top: 60px;
}
.wrap2 .wrap-item {
  width: 548px;
  text-align: center;
  padding: 20px;
  border-radius: 16px;
  border: 3px solid #8db1ff;
  background: url("../img/activity/winterschlussverkauf-2025/prod-bg.png") #fff no-repeat top center;
  box-shadow: 0 8px 0 0 rgba(159, 202, 250, 0.69);
}
.wrap2 .wrap-item .item-tit {
  margin-top: 10px;
  color: #2f2f2f;
  text-align: center;
  font-family: Rubik;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
}
.wrap2 .wrap-item .item-list {
  display: flex;
  margin-top: 32px;
}
.btn-box {
  margin-top: 16px;
}
.btn-box .btn-item {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  row-gap: 16px;
  color: #68758d;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn-box .btn-item.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.btn-box .btn-item.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
}
.btn-box .btn-choose {
  cursor: pointer;
}
.btn-box .btn-choose:hover span {
  transform: translateX(8px);
}
.btn-box .btn-choose span {
  display: inline-block;
  transition: all 0.3s;
}
.btn-box .buy-btn {
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 10px 18px;
  border-radius: 4px;
  background: linear-gradient(270deg, #ffd18f 0%, #ff557f 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.4s;
}
.btn-box .buy-btn .iconfont {
  font-weight: 400;
  font-size: 18px;
}
.btn-box .buy-btn:hover {
  transform: translateY(-8px);
}
.wrap1 {
  position: relative;
  z-index: 1;
  margin-top: -19vw;
}
.wrap1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/activity/winterschlussverkauf-2025/snow-left.png") no-repeat center / cover;
  width: 243px;
  height: 387px;
  z-index: -1;
}
.wrap1::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20%;
  background: url("../img/activity/winterschlussverkauf-2025/snow-right.png") no-repeat center / cover;
  width: 224px;
  height: 387px;
  z-index: -1;
}
.wrap1 .wrap-tit-box {
  position: relative;
  z-index: 2;
}
.wrap1 .wrap-item {
  padding: 84px 0 60px;
  position: relative;
  display: flex;
  gap: 52px;
  justify-content: center;
  overflow: hidden;
  background: url("../img/activity/winterschlussverkauf-2025/wrap1-bg.png") no-repeat center / cover;
  background-size: 100% 100%;
}
.wrap1 .wrap-item.item2 {
  margin-top: 90px;
}
.wrap1 .wrap-item.item2 .item-img {
  margin-top: 20px;
  padding: 12px 8px;
  border-radius: 8px;
  background: #f2f6ff;
}
.wrap1 .wrap-item.item1 {
  margin-top: -46px;
}
.wrap1 .wrap-item .item-prod {
  width: 324px;
  flex: none;
}
.wrap1 .item-header {
  width: 322px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrap1 .item-header .item-tit {
  margin-top: 14px;
  color: #2f2f2f;
  font-family: Rubik;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  /* 28.6px */
}
.wrap1 .item-header .item-desc {
  margin-top: 12px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 130%;
  /* 20.8px */
}
.wrap1 .item-tag {
  position: absolute;
  top: 20px;
  left: 0;
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff4e52;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(-45deg) translate(-75px, -35px);
}
.wrap1 .item-prod:first-child {
  border-radius: 10px;
}
.wrap1 .item-prod:last-child {
  border-radius: 10px;
}
.wrap1 .item-prod:last-child::before {
  content: none;
}
.wrap1 .item-prod .prod-abo {
  font-size: 16px;
  padding: 10px 24px;
}
.wrap1 .item-prod .prod-price {
  font-size: 16px;
}
.wrap1 .item-prod .prod-price .new-price {
  font-size: 34px;
}
.wrap1 .item-prod .prod-old-price {
  font-size: 16px;
}
.wrap1 .item-prod .prod-tip {
  font-size: 16px;
}
.wrap1 .item-prod .btn-item {
  font-size: 14px;
}
.wrap1 .item-prod .buy-btn {
  padding: 12px 24px;
  font-size: 16px;
}
.wrap1 .item-prod .buy-btn .iconfont {
  font-size: 22px;
}
.item-prod {
  flex: 1;
  padding: 56px 16px 28px 18px;
  position: relative;
  border-radius: 10px;
  background: #f2f6ff;
  text-align: left;
}
.item-prod:first-child {
  border-radius: 10px 0 0 10px;
}
.item-prod:last-child {
  border-radius: 0 10px 10px 0;
}
.item-prod:last-child::before {
  content: "";
  display: block;
  height: calc(100% - 32px);
  background-image: repeating-linear-gradient(to bottom, #c0d1f0 0px, #c0d1f0 10px, transparent 11px, transparent 20px);
  position: absolute;
  left: 0;
  top: 16px;
  width: 2px;
  border-radius: 26px;
}
.item-prod .prod-price {
  color: #363f50;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.item-prod .prod-price .new-price {
  margin-right: 8px;
  color: #1e0efb;
  font-family: Rubik;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.item-prod .prod-old-price {
  margin-top: 16px;
  color: #68758d;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}
.item-prod .prod-tip {
  margin-top: 14px;
  color: #363f50;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.item-prod .prod-abo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 26px 8px 20px;
  border-radius: 10px 0;
  background: #719cff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.item-prod .prod-sale {
  position: absolute;
  top: 0;
  right: 10px;
  width: 48px;
  height: 58px;
  padding-top: 16px;
  background: url("../img/activity/winterschlussverkauf-2025/prod-sale.png") no-repeat center / cover;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .wrap2::before,
  .wrap2::after {
    content: none;
  }
  .wrap2 .wrap-cont {
    justify-content: space-between;
    gap: 40px 20px;
  }
  .wrap2 .wrap-item {
    width: 460px;
  }
  .banner .banner-logo {
    width: max-content;
    transform: translate(0, 30px);
    left: 15px;
  }
  .wrap1::before,
  .wrap1::after {
    content: none;
  }
  .wrap1 .wrap-item {
    gap: 20px;
  }
  .wrap1 .wrap-item .item-prod {
    width: 284px;
  }
  .wrap1 .item-header {
    width: 280px;
  }
}
@media (max-width: 996px) {
  .wrap3 .wrap3-swiper .swiper-wrapper {
    column-gap: 18px;
  }
  .wrap2 .wrap-item {
    width: 548px;
  }
  .wrap2 .wrap-cont {
    justify-content: center;
  }
  .wrap1 .item-header {
    width: 100%;
  }
  .wrap1 .wrap-item {
    flex-direction: column;
    align-items: center;
    background: #fdfdff;
    border: 2px solid #8db1ff;
    border-radius: 16px;
  }
  .wrap-tit-box img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .pc-style {
    display: none;
  }
  .mb-style {
    display: block;
  }
  .wrap3 {
    padding: 18px 0 46px;
    background: linear-gradient(0deg, #eaf4ff 0%, #eaf4ff 100%), #fff;
  }
  .wrap3 .wrap-tit {
    font-size: 26px;
  }
  .wrap3 .wrap3-swiper {
    max-width: 266px;
    position: relative;
    overflow: hidden;
    margin: 16px auto 0;
    padding: 20px 20px 60px;
    box-sizing: content-box;
  }
  .wrap3 .wrap3-swiper .swiper-wrapper {
    column-gap: 0;
    justify-content: unset;
  }
  .wrap3 .swiper-slide {
    flex: none;
    max-width: none;
  }
  .wrap3 .swiper-pagination-bullet {
    background: #d7dfff;
    opacity: 1;
  }
  .wrap3 .swiper-pagination-bullet-active {
    background: #6983e9;
  }
  .wrap3 .wrap3-tip {
    margin: 60px auto 0;
    padding: 18px 20px 24px;
  }
  .wrap3 .wrap3-tip .tip-tit {
    font-size: 12px;
  }
  .wrap3 .wrap3-tip .tip-list {
    font-size: 12px;
    padding-left: 16px;
  }
  .wrap2 .wrap-cont {
    margin-top: 24px;
  }
  .wrap2 .wrap-item {
    padding: 34px 14px 14px;
    border-radius: 10px;
    box-shadow: none;
    background: #fdfdff;
    border: 2px solid #8db1ff;
    max-width: 345px;
  }
  .wrap2 .wrap-item .item-list {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 14px;
  }
  .wrap1 {
    margin-top: 0;
  }
  .wrap1 .wrap-item {
    margin: 24px auto 0;
    max-width: 345px;
    padding: 38px 10px 14px;
  }
  .wrap1 .wrap-item.item1 {
    margin-top: 24px;
  }
  .wrap1 .wrap-item.item2 {
    margin-top: 40px;
  }
  .wrap1 .wrap-item.item2 .item-desc {
    text-align: center;
  }
  .wrap1 .wrap-item .item-prod {
    width: 100%;
  }
  .wrap1 .item-tag {
    font-size: 14px;
    width: 214px;
    height: 32px;
    transform: rotate(-45deg) translate(-50px, -35px);
  }
  .banner .banner-logo {
    transform: translate(0, 20px);
  }
  .banner .banner-logo img {
    width: 116px;
    height: auto;
  }
  .item-prod:first-child {
    border-radius: 10px;
  }
  .item-prod:last-child {
    border-radius: 10px;
  }
  .item-prod:last-child::before {
    content: none;
  }
  .item-prod .prod-abo {
    font-size: 16px;
    padding: 10px 24px;
  }
  .item-prod .prod-price {
    font-size: 16px;
  }
  .item-prod .prod-price .new-price {
    font-size: 34px;
  }
  .item-prod .prod-old-price {
    font-size: 16px;
  }
  .item-prod .prod-tip {
    font-size: 16px;
  }
  .btn-box {
    margin-top: 20px;
  }
  .btn-box .buy-btn {
    font-size: 16px;
    padding: 12px 24px;
  }
  .btn-box .buy-btn .iconfont {
    font-size: 22px;
  }
  .btn-box .btn-item {
    font-size: 14px;
  }
}
header {
  display: none;
}