@import url('//at.alicdn.com/t/c/font_4889994_57rpp5qifqd.css');
.mb-style {
  display: none;
}
.banner {
  position: relative;
}
.banner .banner-btn {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: max-content;
  padding: 14px 108px;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 86.5px;
  background: linear-gradient(169deg, #fbd472 32.87%, #fabb43 74.49%);
  box-shadow: 0 6px 0 0 #d7971f;
  transition: all 0.4s;
}
.banner .banner-btn:hover {
  transform: translate(-50%, -8px);
}
.banner .banner-more {
  position: absolute;
  bottom: 43%;
  right: 27%;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.container {
  max-width: 1200px;
  width: auto;
  padding: 0;
}
.content-box {
  background: url("../img/christmas-new-year-sale/cont-bg.webp") no-repeat center / cover;
}
.switch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.22);
  padding: 3px;
  margin: 0 auto;
}
.switch-btn .switch-btn-item {
  width: 104px;
  padding: 4px;
  color: rgba(255, 255, 255, 0.54);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  transition: all 0.3s;
  cursor: pointer;
}
.switch-btn .switch-btn-item.active {
  background: #fff;
  color: #232323;
  opacity: 1;
}
.btn-box {
  margin-top: 10px;
}
.btn-box .buy-btn {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  color: #362605;
  font-size: 18px;
  font-weight: 400;
  border-radius: 70px;
  background: linear-gradient(169deg, #fbd472 32.87%, #fabb43 74.49%);
  transition: all 0.4s;
}
.btn-box .buy-btn:hover {
  transform: translateY(-8px);
}
.btn-box .buy-btn .iconfont {
  font-size: 24px;
}
.btn-box .toggle-btn {
  margin-top: 10px;
  color: #5c5c5c;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  cursor: pointer;
}
.btn-box .toggle-btn span {
  display: inline-block;
  transition: all 0.3s;
}
.btn-box .toggle-btn:hover {
  text-decoration: underline;
}
.btn-box .toggle-btn:hover span {
  transform: translateX(6px);
}
.wrap-tit-box {
  position: relative;
  max-width: 882px;
  margin: 0 auto;
  border-radius: 90px;
  background: #181c1b;
}
.wrap-tit-box .wrap-tit {
  padding: 14px 0;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.32px;
  background-image: linear-gradient(90deg, #fbd472, #fabb43);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wrap-tit-box .wrap-tit span {
  font-size: 32px;
}
.wrap-tit-box::before {
  content: "";
  position: absolute;
  background: url("../img/christmas-new-year-sale/tit-left.png") no-repeat center / cover;
  width: 66px;
  height: 75px;
  left: 76px;
  top: 50%;
  transform: translate(0, -50%);
}
.wrap-tit-box::after {
  content: "";
  position: absolute;
  background: url("../img/christmas-new-year-sale/tit-right.png") no-repeat center / cover;
  width: 66px;
  height: 75px;
  right: 76px;
  top: 50%;
  transform: translate(0, -50%);
}
.wrap2 {
  padding-top: 44px;
}
.wrap2 .wrap-desc {
  margin-top: 34px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  /* 38.4px */
}
.wrap2 .toggle-box {
  position: sticky;
  top: 20px;
  z-index: 99;
  width: fit-content;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background: #741d10;
}
.wrap2 .toggle-box .toggle-item {
  width: 198px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  padding: 16px 0;
  cursor: pointer;
  transition: all 0.3s;
}
.wrap2 .toggle-box .toggle-item.active {
  color: #d84848;
  border-radius: 6px;
  background: #fff;
}
.wrap2 .desktop-box {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  background: url("../img/christmas-new-year-sale/wrap2-bg.webp") no-repeat center / cover;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 14px;
}
.wrap2 .desktop-box .now-nav {
  display: none;
}
.wrap2 .desktop-box .desktop-list {
  flex: 0 0 144px;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.wrap2 .desktop-box .desktop-list .item-logo {
  width: 70px;
  height: 70px;
}
.wrap2 .desktop-box .desktop-right {
  flex: 1;
  overflow: hidden;
  padding: 36px 24px 0;
}
.wrap2 .desktop-box .list-item {
  padding: 52px 0;
  text-align: center;
  background: url("../img/christmas-new-year-sale/list-default.png") no-repeat center / cover;
  cursor: pointer;
}
.wrap2 .desktop-box .list-item.active {
  background: url("../img/christmas-new-year-sale/list-active.png") no-repeat center / cover;
}
.wrap2 .desktop-box .item-tit {
  margin-top: 4px;
  color: #181c1b;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.wrap2 .desktop-box .item-logo {
  width: 52px;
  height: 52px;
}
.wrap2 .desktop-swiper {
  position: relative;
}
.wrap2 .desktop-swiper .slide-desc {
  max-width: 830px;
  margin: 20px auto 0;
  padding: 14px 0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  background: url("../img/christmas-new-year-sale/slide-desc-bg.png") no-repeat center / cover;
  background-size: 100% 100%;
}
.wrap2 .desktop-swiper .slide-tit {
  display: flex;
  column-gap: 16px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  /* 28.6px */
}
.wrap2 .desktop-swiper .slide-tit img {
  box-shadow: 0 0 8.866px 0 rgba(48, 130, 73, 0.44);
}
.wrap2 .desktop-swiper .item-plan {
  width: max-content;
  margin: 22px auto 0;
  padding: 4px 12px;
  border-radius: 43px;
  background: #1d7c39;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.wrap2 .desktop-swiper .item-price {
  margin-top: 14px;
  color: #1f1f1f;
  font-size: 16px;
}
.wrap2 .desktop-swiper .item-price .new-price {
  margin-left: 6px;
  color: #ff800a;
  font-size: 32px;
  font-weight: 700;
}
.wrap2 .desktop-swiper .item-old-price {
  margin-top: 12px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
.wrap2 .desktop-swiper .item-tax {
  margin-top: 8px;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.wrap2 .desktop-swiper .item-sale {
  position: absolute;
  top: -18px;
  right: -20px;
  transform: rotate(6deg);
}
.wrap2 .slide-cont {
  margin-top: 34px;
  display: flex;
  gap: 46px 32px;
}
.wrap2 .slide-cont .slide-item {
  position: relative;
  text-align: center;
  flex: 1;
  border-radius: 14px;
  background: #fff;
  padding: 28px 20px 26px;
}
.wrap2 .item-tips {
  margin-top: 8px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.wrap2 .item-tips .item-tips-cont {
  opacity: 0;
  position: absolute;
  transform: translate(-47%, -84%);
  transition: opacity 0.3s;
  visibility: hidden;
  z-index: 1;
}
.wrap2 .item-tips .item-tips-icon {
  cursor: pointer;
  vertical-align: middle;
}
.wrap2 .item-tips .item-tips-box {
  position: relative;
}
.wrap2 .item-tips .item-tips-box:hover .item-tips-cont {
  opacity: 1;
  top: 0;
  left: -10px;
  transform: translate(-47%, -84%);
  visibility: visible;
}
.wrap3 {
  margin-top: 146px;
  padding-bottom: 412px;
  background: url("../img/christmas-new-year-sale/wrap3-bg.webp") no-repeat bottom center;
  background-size: 100% auto;
}
.wrap3 .wrap3-tit {
  max-width: 620px;
  margin: 0 auto;
  background: url("../img/christmas-new-year-sale/tit-pc.png") no-repeat center / cover;
}
.wrap3 .wrap3-tit .wrap-tit {
  padding: 14px 0;
  text-align: center;
  font-family: Rubik;
  font-size: 32px;
  font-style: 1.2;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.32px;
  background-image: linear-gradient(90deg, #fbd472, #fabb43);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wrap3 .wrap3-list {
  margin-top: 98px;
  display: flex;
  gap: 50px 40px;
}
.wrap3 .wrap3-item {
  position: relative;
  flex: 1;
  padding: 36px;
  border-radius: 16px;
  border: 3px solid #fff;
  background: #135e49;
  text-align: center;
}
.wrap3 .wrap3-item .item-tit {
  margin-top: 26px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  /* 28.6px */
}
.wrap3 .wrap3-item .item-desc {
  height: 48px;
  margin-top: 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.wrap3 .wrap3-item .switch-btn {
  margin-top: 18px;
}
.wrap3 .wrap3-item .new-price {
  color: #ffb143;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap3 .wrap3-item .old-price {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.wrap3 .wrap3-item .item-free {
  width: 180px;
  height: 60px;
  padding-top: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -34px);
  margin: 0 auto;
  background: url("../img/christmas-new-year-sale/free-bg.png") no-repeat center / cover;
  color: #df473e;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  /* 32.934px */
  box-sizing: border-box;
}
.wrap3 .wrap3-item .buy-btn {
  width: 90%;
  display: block;
  margin: 20px auto 0;
  padding: 10px 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 0.4s;
  border-radius: 70px;
  background: linear-gradient(169deg, #fbd472 32.87%, #fabb43 74.49%);
}
.wrap3 .wrap3-item .buy-btn:hover {
  transform: translateY(-8px);
}
.wrap3 .wrap3-item .price-box {
  margin-top: 20px;
  height: 66px;
}
.wrap1 {
  position: relative;
  max-width: 716px;
  padding: 76px 0 19px;
  margin: 42px auto 0;
  background: url("../img/christmas-new-year-sale/wrap1-bg.png") no-repeat center / cover;
  filter: drop-shadow(0 12px 26.3px rgba(142, 19, 19, 0.62));
}
.wrap1 .inklusiv-box {
  max-width: 580px;
  padding: 28px 18px 14px;
  margin: 8px auto 0;
  background: url("../img/christmas-new-year-sale/inklusiv-bg.png") no-repeat center / cover;
}
.wrap1 .inklusiv-box .inklusiv-tit {
  color: #1f1f1f;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(102, 76, 143, 0.07);
}
.wrap1 .inklusiv-box .inklusiv-img {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.wrap1 .wrap-cont-box {
  text-align: center;
}
.wrap1 .wrap-cont-box .box-sale {
  position: absolute;
  top: -36px;
  right: 34px;
}
.wrap1 .wrap-cont-box .box-price {
  margin-top: 44px;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.wrap1 .wrap-cont-box .box-price .new-price {
  color: #ff800a;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 8px;
}
.wrap1 .wrap-cont-box .item-tips {
  margin-top: 10px;
  height: 18px;
}
.wrap1 .wrap-cont-box .old-price {
  margin-top: 4px;
  color: #4b4b4b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap1 .wrap-cont-box .box-tit {
  margin-top: 16px;
  color: #1f1f1f;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap1 .wrap-cont-box .box-desc {
  max-width: 464px;
  margin: 10px auto 0;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.wrap1 .wrap-cont-box .buy-btn {
  width: max-content;
  margin: 0 auto;
  padding: 10px 55px;
}
.wrap1 .wrap-cont-box .toggle-btn {
  margin-top: 18px;
  color: #fff;
}
.wrap1 .wrap-cont-box .btn-box {
  margin-top: 48px;
}
.toggle {
  width: 318px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 32px;
  border-radius: 30px;
  background: #ffebca;
}
.toggle .toggle-choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.toggle .toggle-choose_btn {
  width: 104px;
  color: #52370b;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.toggle .current_active {
  position: absolute;
  content: "";
  width: 104px;
  height: 26px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 30px;
  background: #fff;
  z-index: 1;
  transition: all 0.5s;
}
.mt {
  margin-top: 94px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .switch-btn .switch-btn-item {
    width: 83px;
    font-size: 12px;
  }
  .wrap3 .wrap3-list {
    gap: 50px 16px;
  }
  .wrap3 .wrap3-item {
    padding: 18px;
  }
  .wrap3 .wrap3-item .item-tit {
    margin-top: 20px;
    font-size: 18px;
  }
  .wrap3 .wrap3-item .item-desc {
    height: 38px;
    font-size: 12px;
    margin-top: 10px;
  }
  .wrap3 .wrap3-item .switch-btn {
    margin-top: 14px;
  }
  .wrap3 .wrap3-item .new-price {
    font-size: 26px;
  }
  .wrap3 .wrap3-item .old-price {
    margin-top: 8px;
    font-size: 10px;
  }
  .wrap3 .wrap3-item .price-box {
    height: 54px;
    margin-top: 16px;
  }
  .wrap3 .wrap3-item .buy-btn {
    width: 79%;
    font-size: 14px;
    padding: 8px 0;
    margin: 16px auto 0;
  }
  .wrap3 .wrap3-item .item-logo {
    width: 52px;
    height: 52px;
  }
  .wrap3 .wrap3-item .item-free {
    font-size: 18px;
    width: 150px;
    height: 50px;
  }
  .wrap2 .desktop-box {
    padding: 0;
  }
}
@media (max-width: 996px) {
  .wrap2 .desktop-box {
    position: relative;
    background: none;
    flex-direction: column;
  }
  .wrap2 .desktop-box .now-nav {
    position: relative;
    display: flex;
    padding: 8px 20px;
    column-gap: 12px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
  }
  .wrap2 .desktop-box .now-nav::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-20px, -50%);
    background: url("../img/christmas-new-year-sale/arrow-bottom.png") no-repeat center / cover;
    width: 18px;
    height: 18px;
    transition: all 0.3s;
  }
  .wrap2 .desktop-box .now-nav.active::after {
    transform: translate(-20px, -50%) rotate(180deg);
  }
  .wrap2 .desktop-box .now-nav .item-tit {
    margin: 0;
  }
  .wrap2 .desktop-box .desktop-list {
    position: absolute;
    width: 100%;
    flex: 0 0 auto;
    top: 50px;
    z-index: 9;
    background: #fff;
    border-radius: 6px;
    transition: all 0.4s;
  }
  .wrap2 .desktop-box .desktop-list .list-item {
    background: none;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 8px 20px;
  }
  .wrap2 .desktop-box .desktop-list .list-item .item-logo {
    width: 24px;
    height: 24px;
  }
  .wrap2 .desktop-box .desktop-list .list-item .item-tit {
    margin: 0;
  }
  .wrap2 .desktop-box .desktop-list .list-item.active {
    background: none;
  }
  .wrap2 .desktop-box .desktop-right {
    padding: 32px 16px;
    margin-top: 36px;
    background: url("../img/christmas-new-year-sale/desktop-mb.png") no-repeat center / cover;
    background-size: 100% 100%;
  }
  .wrap2 .desktop-swiper .slide-tit {
    flex-direction: column;
    row-gap: 12px;
    font-size: 18px;
  }
  .wrap2 .desktop-swiper .slide-desc {
    margin: 12px auto 0;
    color: #c7ffd8;
    font-size: 12px;
    padding: 10px 16px;
  }
  .wrap2 .slide-cont {
    flex-direction: column;
  }
  .wrap2 .slide-cont .slide-item {
    max-width: 320px;
    width: -webkit-fill-available;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .pc-style {
    display: none;
  }
  .mb-style {
    display: block;
  }
  .banner .banner-btn {
    bottom: 27%;
    font-size: 20px;
    padding: 7px 58px;
  }
  .banner .banner-more {
    display: none;
  }
  .wrap3 {
    margin-top: 44px;
    padding-bottom: 120px;
    background: url("../img/christmas-new-year-sale/wrap3-bg-mb.png") no-repeat bottom center;
  }
  .wrap3 .wrap3-tit {
    max-width: 266px;
    background: url("../img/christmas-new-year-sale/tit-mb.png") no-repeat center / cover;
  }
  .wrap3 .wrap3-tit .wrap-tit {
    font-size: 20px;
  }
  .wrap3 .wrap3-list {
    margin-top: 52px;
    flex-direction: column;
  }
  .wrap3 .wrap3-item {
    width: 300px;
    margin: 0 auto;
    padding: 30px 18px;
  }
  .wrap-tit-box .wrap-tit {
    font-size: 22px;
  }
  .wrap-tit-box .wrap-tit span {
    font-size: 18px;
  }
  .wrap-tit-box::before {
    width: 26px;
    height: 30px;
    left: 20px;
    top: auto;
    bottom: 0;
    transform: translate(0, -14px);
  }
  .wrap-tit-box::after {
    width: 26px;
    height: 30px;
    right: 20px;
    top: auto;
    bottom: 0;
    transform: translate(0, -14px);
  }
  .wrap2 .wrap-desc {
    font-size: 16px;
    max-width: 270px;
    margin: 24px auto 0;
  }
  .wrap2 .toggle-box {
    margin: 22px auto 26px;
  }
  .wrap2 .toggle-box .toggle-item {
    font-size: 14px;
    width: 140px;
    padding: 12px 0;
  }
  .wrap1 {
    max-width: 350px;
    margin: 18px auto 0;
    padding: 10px 0 12px;
    background: url("../img/christmas-new-year-sale/wrap1-bg-mb.png") no-repeat center / cover;
    background-size: 100% 100%;
  }
  .wrap1 .wrap-cont-box .box-price {
    font-size: 10px;
    margin-top: 34px;
  }
  .wrap1 .wrap-cont-box .box-price .new-price {
    font-size: 20px;
  }
  .wrap1 .wrap-cont-box .box-sale {
    top: 48px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #fff2dc;
    font-size: 19.376px;
    font-weight: 500;
    line-height: 140%;
    /* 27.126px */
    background: url("../img/christmas-new-year-sale/sale-mb.png") no-repeat center / cover;
  }
  .wrap1 .wrap-cont-box .box-sale.pc-style {
    display: none;
  }
  .wrap1 .wrap-cont-box .old-price {
    font-size: 10px;
  }
  .wrap1 .wrap-cont-box .box-tit {
    margin-top: 14px;
    font-size: 14px;
  }
  .wrap1 .wrap-cont-box .box-desc {
    font-size: 12px;
    margin-top: 10px;
    max-width: 264px;
  }
  .wrap1 .wrap-cont-box .item-tips {
    font-size: 10px;
  }
  .wrap1 .wrap-cont-box .btn-box {
    margin-top: 26px;
  }
  .wrap1 .wrap-cont-box .btn-box .buy-btn {
    font-size: 10px;
    column-gap: 6px;
    padding: 7px 41px;
  }
  .wrap1 .wrap-cont-box .btn-box .iconfont {
    font-size: 16px;
  }
  .wrap1 .wrap-cont-box .btn-box .toggle-btn {
    margin-top: 8px;
  }
  .wrap1 .inklusiv-box {
    max-width: 262px;
    margin: 2px auto 0;
    padding: 14px 10px 10px;
    background-size: 100% 100%;
  }
  .wrap1 .inklusiv-box .inklusiv-tit {
    font-size: 12px;
    padding-bottom: 4px;
  }
  .wrap1 .inklusiv-box .inklusiv-img {
    margin-top: 8px;
  }
  .wrap1 .inklusiv-box .inklusiv-img img {
    width: 20px;
    height: 20px;
  }
  .toggle {
    width: 198px;
    height: 20px;
  }
  .toggle .toggle-choose_btn {
    font-size: 8.75px;
    width: 65px;
  }
  .toggle .current_active {
    width: 65px;
    height: 16px;
  }
}
body main * {
  font-family: 'Rubik';
  font-style: normal;
}
.btn {
  display: inherit;
}
main .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-win:before {
  content: "\e743";
}
.icon-mac:before {
  content: "\e881";
}
.head {
  display: none;
}