/** @format */
main .container {
  max-width: 1200px;
  width: 100%;
  padding: 0;
}
main {
  background: #aaea81;
}
html {
  scroll-behavior: auto;
}
.mb-style,
.hide {
  display: none;
}
.btn-box {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 14px;
}
.btn-box .btn {
  position: relative;
  width: 202px;
  box-sizing: border-box;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #37cc41 0%, #15a43b 100%);
  color: #fff;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 1;
}
.btn-box .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(-100%, 0);
  transition: all 0.3s;
  background: linear-gradient(90deg, #0dae17 0%, #038c28 100%);
}
.btn-box .btn:hover::before {
  transform: translate(0, 0);
  z-index: -1;
}
.btn-box .iconfont {
  font-size: 20px;
  font-weight: 400;
}
.wrap-tit {
  color: #303030;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 180%;
  /* 54px */
}
.prod-item {
  position: relative;
  flex: 1;
  height: max-content;
  padding: 74px 0 30px;
  border-radius: 18px;
  background: #f6fff8;
  border: 1px solid #bad5b3;
}
.prod-item .item-price {
  text-align: center;
  color: #303030;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
}
.prod-item .item-price .new-price {
  margin-right: 6px;
  color: #027227;
  font-family: Rubik;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
}
.prod-item .item-price-box {
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.prod-item .item-old-price {
  text-align: center;
  color: #303030;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
}
.prod-item .item-old-price .old-price {
  text-decoration-line: line-through;
}
.prod-item .item-tip {
  margin-top: 4px;
  color: #636363;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
}
.prod-item .item-plan {
  position: absolute;
  top: 26px;
  left: 1px;
  border-radius: 0 8px 8px 0;
  background: #e6f8e5;
  width: 180px;
  padding: 2px 0;
}
.prod-item .item-plan .item-plan-tit {
  color: #4b6e49;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
.prod-item .item-sale {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.prod-item.item2 {
  border-color: #508e42;
}
.prod-item.item2 .btn {
  background: linear-gradient(90deg, #ff9a41 0%, #ff7125 100%);
}
.prod-item.item2 .btn:before {
  background: linear-gradient(90deg, #e57a1c 0%, #ff2525 100%);
}
.banner {
  position: relative;
}
.banner .banner-btn {
  position: absolute;
  bottom: 19.3%;
  left: 27.5%;
  color: #fff;
  font-size: 1.7708vw;
  font-weight: 500;
  line-height: 1.14;
  animation: scaleAnim 1.5s infinite ease-in-out;
}
.banner .banner-btn:hover {
  color: #f8ff94;
}
.banner .banner-logo {
  position: absolute;
  top: 32px;
}
@keyframes scaleAnim {
  0% {
    transform: scale(1) rotate(-1.198deg);
  }
  50% {
    transform: scale(1.1) rotate(-1.198deg);
  }
  100% {
    transform: scale(1) rotate(-1.198deg);
  }
}
.wrap1 {
  margin-top: 100px;
  position: relative;
  z-index: 3;
}
.wrap1 .container {
  position: relative;
  z-index: 9;
}
.wrap1 .wrap-cont {
  position: relative;
  padding: 64px 54px 164px;
  border-radius: 40px;
  background: url('../img/activity/easter-sale/wrap1-bg.webp') no-repeat center / cover;
  background-size: 100% 100%;
  box-shadow: 0 6px 9px 0 rgba(50, 138, 38, 0.37);
}
.wrap1 .wrap-cont::after {
  content: '';
  position: absolute;
  right: -4%;
  bottom: -15%;
  width: 550px;
  height: 308px;
  background: url('../img/activity/easter-sale/wrap1-person.webp') no-repeat center / cover;
}
.wrap1 .prod-list {
  margin-top: 44px;
}
.wrap1 .prod-item {
  padding: 78px 0 42px;
}
.wrap1 .prod-item .item-tip {
  margin-top: 10px;
}
.wrap1 .dan1 {
  position: absolute;
  top: 2%;
  left: 6%;
  opacity: 0.6;
}
.wrap1 .dan2 {
  position: absolute;
  top: 14%;
  right: 3%;
  opacity: 0.6;
}
.prod-list {
  display: flex;
  justify-content: center;
  gap: 34px;
  align-items: center;
}
.wrap2 {
  position: relative;
  padding: 328px 0 206px;
  background: url('../img/activity/easter-sale/wrap2-pc.webp') no-repeat bottom center;
  background-size: 100% auto;
}
.wrap2 .container {
  position: relative;
  z-index: 9;
}
.wrap2 .now-nav {
  display: none;
}
.wrap2 .wrap-content {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0;
  padding: 32px 28px 28px;
  background: url('../img/activity/easter-sale/wrap2-cont.webp') #fff no-repeat top / cover;
  background-size: 100% auto;
  overflow: hidden;
  filter: drop-shadow(0 4px 16.6px rgba(120, 183, 70, 0.5));
  border-radius: 18px;
}
.wrap2 .plan-list {
  display: flex;
  width: 100%;
  border-radius: 20px;
  gap: 50px;
  background: #c9efa3;
  overflow: hidden;
  justify-content: space-between;
}
.wrap2 .plan-item {
  position: relative;
  width: 70px;
  height: 107px;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.wrap2 .plan-item:last-of-type {
  padding-right: 30px;
}
.wrap2 .plan-item:first-of-type {
  padding-left: 30px;
}
.wrap2 .plan-item span {
  width: 152px;
  display: none;
  color: #000;
  text-align: left;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 155%;
}
.wrap2 .plan-item.active {
  width: 266px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #729f44;
}
.wrap2 .plan-item.active:last-of-type {
  padding-right: 0;
}
.wrap2 .plan-item.active:first-of-type {
  padding-left: 0;
}
.wrap2 .plan-item.active span {
  display: block;
}
.wrap2 .wrap-pro {
  margin-top: 32px;
  width: 100%;
  border-radius: 20px 20px;
  background: #e4ffcb;
}
.wrap2 .plan-swiper {
  position: relative;
  padding: 32px 26px 32px;
  overflow: hidden;
}
.wrap2 .dan3 {
  position: absolute;
  top: 2%;
  left: 3%;
  opacity: 0.6;
}
.wrap2 .dan4 {
  position: absolute;
  top: 4%;
  right: 3%;
  opacity: 0.6;
}
.wrap2 .dan5 {
  position: absolute;
  top: 40%;
  left: 0;
  opacity: 0.6;
}
.wrap2 .dan6 {
  position: absolute;
  top: 46%;
  right: 0;
  opacity: 0.6;
}
@media (max-width: 1200px) {
  main .container {
    padding: 0 15px;
  }
  .prod-list {
    gap: 12px;
  }
  .wrap1 .wrap-cont {
    padding: 64px 30px 164px;
  }
  .wrap1 .wrap-cont::after {
    right: 0;
  }
  .wrap2 .plan-list {
    gap: 30px;
  }
  .wrap2 .plan-item img {
    width: 50px;
    height: 50px;
  }
  .wrap2 .plan-item span {
    font-size: 18px;
  }
}
@media (max-width: 996px) {
  .mb-style {
    display: block;
  }
  .pc-style {
    display: none;
  }
  .prod-item {
    width: 100%;
  }
  .prod-item.item2 {
    order: 1;
  }
  .prod-item.item1 {
    order: 3;
  }
  .prod-item.item3 {
    order: 2;
  }
  .prod-list {
    gap: 26px;
    flex-direction: column;
  }
  .wrap-tit {
    font-size: 26px;
    line-height: 1.4;
  }
  .wrap2 {
    padding: 0 0 94px;
  }
  .wrap2 .dan3,
  .wrap2 .dan4,
  .wrap2 .dan5,
  .wrap2 .dan6 {
    display: none;
  }
  .wrap2 .wrap-pro {
    background: transparent;
  }
  .wrap2 .wrap-content {
    max-width: 344px;
    margin: 0 auto;
    position: relative;
    background: none;
    border-radius: 0;
    border: 0;
    padding: 0;
  }
  .wrap2 .plan-swiper {
    background: url(../img/activity/easter-sale/wrap-top-mb.png) #f4fff2 no-repeat top / cover;
    background-size: 100% auto;
    padding: 30px 20px 18px;
    border-radius: 20px;
    margin-top: 28px;
    border: 1px solid #498740;
  }
  .wrap2 .plan-list {
    display: block;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    z-index: 111;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 100%;
    transition: all 0.3s;
    border-radius: 8px;
  }
  .wrap2 .plan-item {
    flex-direction: row;
    row-gap: 8px;
    width: 100%;
    height: 50px;
    padding: 0 12px;
    justify-content: flex-start;
  }
  .wrap2 .plan-item span {
    width: auto;
    display: block;
    font-size: 16px;
    -webkit-line-clamp: 1;
    opacity: 1;
    color: #656565;
    font-size: 14px;
  }
  .wrap2 .plan-item img {
    width: 34px;
    height: 34px;
  }
  .wrap2 .plan-item.active {
    width: 100%;
    padding: 0 12px;
    background: none;
    border-radius: 0;
    filter: none;
    border: 0;
  }
  .wrap2 .plan-item.active::after {
    content: none;
  }
  .wrap2 .now-nav {
    width: 100%;
    position: relative;
    border-radius: 8px;
    background: #fff;
    padding: 10px 12px;
    display: flex;
    column-gap: 6px;
    align-items: center;
    transition: height 0.3s;
  }
  .wrap2 .now-nav::after {
    content: url('../img/activity/easter-sale/arrow-bottom.svg');
    position: absolute;
    right: 16px;
    transition: transform 0.3s;
  }
  .wrap2 .now-nav.active::after {
    transform: rotate(180deg);
  }
  .wrap2 .now-nav .item-tit {
    color: #656565;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 20.155px */
  }
  .wrap2 .now-nav .item-icon {
    width: 40px;
    height: 40px;
  }
  .banner .banner-btn {
    width: max-content;
    background-size: 100% 100%;
    bottom: 35%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 24px;
    padding: 12px 44px;
    border-radius: 112px;
    border: 2px solid #fff;
    background: linear-gradient(90deg, #fffa69 0%, #61faff 100%);
    color: #262626;
    animation: none;
  }
  .banner .banner-logo {
    top: 24px;
  }
  .banner .banner-logo img {
    width: 164px;
    height: 36px;
  }
  .wrap1 {
    padding: 52px 0 70px;
  }
  .wrap1 .dan1,
  .wrap1 .dan2 {
    display: none;
  }
  .wrap1 .prod-list {
    padding: 0;
    margin-top: 28px;
    border-radius: 20px;
  }
  .wrap1 .wrap-cont {
    background: url(../img/activity/easter-sale/wrap-top-mb.png) #f4fff2 no-repeat top / cover;
    background-size: 100% auto;
    max-width: 344px;
    padding: 30px 20px 24px;
    margin: 0 auto;
    border: 1px solid #498740;
    border-radius: 18px;
  }
  .wrap1 .wrap-cont::after {
    content: none;
  }
  .wrap1 .prod-item {
    max-width: 302px;
  }
  .btn-box {
    margin-top: 34px;
    row-gap: 18px;
  }
  .btn-box .btn {
    width: 204px;
    padding: 14px 0;
    font-size: 18px;
    column-gap: 10px;
  }
  .btn-box .iconfont {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .btn-box {
    margin-top: 22px;
    row-gap: 12px;
  }
  .btn-box .btn {
    width: 180px;
    column-gap: 8px;
    font-size: 16px;
    padding: 10px 0;
  }
  .btn-box .iconfont {
    font-size: 18px;
  }
  .prod-item .item-plan {
    width: 132px;
    top: 22px;
    left: 0;
  }
  .prod-item .item-plan .item-plan-tit {
    font-size: 16px;
  }
  .prod-item .item-price {
    font-size: 20px;
  }
  .prod-item .item-price .new-price {
    font-size: 42px;
  }
  .prod-item .item-old-price {
    font-size: 20px;
  }
  .prod-item .item-tip {
    font-size: 12px;
  }
  .wrap1 {
    margin-top: 48px;
    padding: 0;
  }
  .wrap1 .prod-item {
    padding: 70px 0 38px;
  }
  .wrap2 {
    margin-top: 160px;
  }
  .wrap2 .prod-item .item-plan {
    width: 160px;
  }
}
