.container {
    max-width: 1200px;
    width: 100%;
    padding: 0;
  }
  main {
    background: url(../img/activity/new-year-sale-2026/background.png) no-repeat top;
    background-size: cover;
  }
  .line {
    margin: 74px auto 100px auto;
    text-align: center;
  }
  .mb-style,
  .hide {
    display: none;
  }
  .banner {
    position: relative;
  }
  .banner .banner-btn {
    position: absolute;
    bottom: 23%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    border: 1px solid #B47404;
    background: #F8D95A;
    box-shadow: 0 4px 0 0 #B47404;
    padding: 10px 78px;
    color: #573A09;
    text-align: center;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.3s;
  }
  .banner .banner-btn:hover {
    box-shadow: 0 2px 0 0 #B47404;
  }
  .banner .count-box {
    position: absolute;
    bottom: 28%;
    right: 31%;
    display: flex;
    column-gap: 10px;
    align-items: center;
  }
  .banner .count-num {
    color: #434343;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
  }
  .package-item {
    position: relative;
  }
  .package-item .item-info {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 23px;
  }
  .package-item .item-info .item-title {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 150%;
    /* 42px */
  }
  .package-item .item-info .item-desc {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    /* 27px */
  }
  .package-item .switch-system {
    position: absolute;
    top: 2%;
    right: 7px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
  }
  .package-item .switch-system::after {
    content: ">>";
    display: inline-block;
    text-decoration: underline;
  }
  .package-item .switch-system:hover::after {
    transform: translateX(6px);
    transition: all 0.3s;
  }
  .package-item .decoration {
    position: absolute;
    width: 65%;
    top: 28%;
  }
  .package-item .item-list {
    display: flex;
    justify-content: center;
    align-items: end;
    column-gap: 26px;
  }
  .package-item .item-slide {
    position: relative;
    flex: 1;
    padding: 34px 0 30px;
    text-align: center;
    border-radius: 16px;
    background: #FFF;
  }
  .package-item .item-slide .slide-tit {
    color: #03130f;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
  }
  .package-item .item-slide .slide-price {
    margin-top: 16px;
    color: #e71d38;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
  }
  .package-item .item-slide .slide-price .new-price {
    font-size: 45px;
    margin-right: 6px;
  }
  .package-item .item-slide .slide-tip {
    margin-top: 6px;
    color: #3a3a3a;
    text-align: center;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
  }
  .package-item .item-slide .slide-sale {
    margin-top: 12px;
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
  }
  .package-item .item-slide .slide-sale .color {
    color: #e71d38;
  }
  .package-item .item-slide .slide-sale .through {
    text-decoration: line-through;
  }
  .package-item .item-slide .slide-update {
    margin-top: 18px;
    color: #4d4d4d;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }
  .package-item .item-slide .slide-os {
    margin-top: 12px;
    color: #858585;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }
  .package-item .item-slide .btn {
    position: relative;
    display: block;
    max-width: 236px;
    padding: 12px 0;
    margin: 18px auto 0;
    color: #573A09;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #B47404;
    background: #F8D95A;
    box-shadow: 0 4px 0 0 #B47404;
    transition: all 0.3s;
  }
  .package-item .item-slide .btn:hover {
    box-shadow: 0 2px 0 0 #B47404;
  }
  .package-item .item-slide.slide-center {
    border: 3px solid #F0CD3C;
    padding: 16px 0 30px;
  }
  .package-item .item-slide .slide-off {
    background: #FFF2CE;
    border-radius: 50px;
    border: 1px solid #F0CD3C;
    color: #032117;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 10px 22px;
    display: inline-block;
    margin-bottom: 15px;
  }
  .package-item .item-slide .slide-off .color {
    color: #f10f2d;
  }
  .wrap1 {
    overflow: hidden;
    margin: 110px auto 85px auto;
  }
  .wrap1 .wrap-cont {
    position: relative;
    padding: 215px 113px 40px;
    background: url(../img/activity/new-year-sale-2026/wrap1-background.png) no-repeat center;
    background-size: 92% 100%;
    z-index: 9;
  }
  .wrap1 .wrap1-switch {
    font-weight: 200;
  }
  .wrap3 {
    padding-bottom: 250px;
    background: url(../img/activity/new-year-sale-2026/wrap3-bg.png) no-repeat center / cover;
  }
  .wrap3 .wrap-cont {
    padding: 68px 94px;
    background: url(../img/activity/new-year-sale-2026/wrap3-cont.png) no-repeat center / cover;
  }
  .wrap3 .wrap-cont p {
    color: #333;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    line-height: 200%;
    /* 36px */
    letter-spacing: 0.18px;
  }
  .wrap2 {
    overflow: hidden;
  }
  .wrap2 .wrap-cont {
    position: relative;
    padding: 70px 115px 111px;
    background: url("../img/activity/new-year-sale-2026/wrap2-background.png") no-repeat center;
    background-size: 93% 100%;
    z-index: 9;
  }
  .wrap2 .item-info .item-title {
    color: #191919;
  }
  .wrap2 .item-info .item-desc {
    color: #03130F;
    margin-top: 10px;
    font-weight: 400;
  }
  .wrap2 .switch-system {
    color: #03130F;
  }
  .wrap2 .item-slide {
    background: #FFF3D2;
  }
  .wrap2 .container {
    position: relative;
    z-index: 2;
  }
  .wrap2 .wrap-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
    color: #221604;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.46px;
  }
  .wrap2 .wrap-tit::before {
    content: '';
    background: url(../img/activity/new-year-sale-2026/tit-before.png) no-repeat;
    top: 0;
    left: 0;
    width: 62px;
    height: 62px;
  }
  .wrap2 .wrap-tit::after {
    content: '';
    background: url(../img/activity/new-year-sale-2026/tit-after.png) no-repeat;
    top: 0;
    left: 0;
    width: 62px;
    height: 62px;
  }
  .wrap2 .wrap-list {
    display: flex;
    justify-content: center;
    column-gap: 45px;
    padding-top: 34px;
  }
  .wrap2 .list-item {
    background: url(../img/activity/new-year-sale-2026/old.png) no-repeat;
    background-position: center;
    background-size: contain;
    flex: 1;
    max-width: 212px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 32px 0 18px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
  }
  .wrap2 .list-item .item-tit {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 158.533%;
  }
  .wrap2 .list-item.active {
    background: url(../img/activity/new-year-sale-2026/active.png) no-repeat;
    max-width: 224px;
    background-size: 100% 100%;
  }
  .wrap2 .wrap2-swiper {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
  }
  .wrap2 .item-slide .slide-off {
    background-color: #FFE18E;
    padding: 10px 76px;
  }
  @media (max-width: 1200px) {
    .package-item .decoration {
      display: none;
    }
    .banner .banner-btn {
      padding: 8px 60px;
      font-size: 16px;
    }
    .container {
      padding: 0 15px;
    }
    .wrap2 .wrap-cont {
      padding: 70px 30px 66px;
      background-size: 100% 100%;
    }
    .wrap1 .wrap-cont {
      padding: 203px 30px 70px;
      background-size: 100% 100%;
    }
    .wrap3 .wrap-cont {
      background-size: contain;
    }
    .package-item .item-info .item-title {
      font-size: 24px;
    }
  }
  @media (max-width: 996px) {
    main {
      background: #FCF5E3;
    }
    .wrap1 {
      margin: 71px auto 0 auto;
    }
    .wrap1 .wrap-cont {
      border-radius: 12px;
      background: url(../img/activity/new-year-sale-2026/wrap1-mbbg.png) no-repeat center;
      padding: 100px 20px 25px;
      background-size: 100% 100%;
    }
    .wrap1 .container::before,
    .wrap1 .container::after {
      content: none;
    }
    .wrap2 .container::before,
    .wrap2 .container::after {
      content: none;
    }
    .wrap2 .wrap-cont {
      padding: 34px 10px 24px;
      border-radius: 12px;
      border: 4px solid #C23F3B;
      background: #fff;
    }
    .wrap2 .wrap-tit {
      font-size: 28px;
      text-align: center;
    }
    .wrap2 .wrap-tit::before,
    .wrap2 .wrap-tit::after {
      content: none;
    }
    .wrap2 .wrap-list {
      border-radius: 12px;
      background: none;
      padding: 0;
      margin: 24px auto 0;
      column-gap: 0;
      overflow: hidden;
    }
    .wrap2 .list-item {
      background: #D9B068;
      border: 0;
      border-radius: 0;
      padding: 10px 0;
      margin-left: -1px;
    }
    .wrap2 .list-item.active {
      background: #C23F3B;
      border: 0;
    }
    .wrap2 .list-item .item-tit {
      display: none;
    }
    .wrap2 .list-item .item-logo {
      width: 38px;
      height: 38px;
    }
    .wrap2 .wrap2-swiper {
      margin-top: 32px;
    }
    .wrap2 .package-item .item-info {
      margin-bottom: 155px;
    }
    .package-item .item-info {
      position: relative;
      column-gap: 12px;
      padding: 0;
      margin-bottom: 170px;
    }
    .package-item .item-info .item-desc {
      position: absolute;
      width: 100%;
      left: 0;
      font-size: 14px;
      margin-top: 48px;
    }
    .package-item .item-info .item-title {
      font-size: 20px;
    }
    .package-item .item-info img {
      width: 70px;
      height: 70px;
    }
    .package-item .switch-system {
      left: 6px;
      top: 80px;
      font-size: 14px;
    }
    .package-item .item-list {
      flex-direction: column;
      row-gap: 32px;
    }
    .package-item .item-slide {
      width: 100%;
      max-width: 310px;
      margin: 0 auto;
    }
    .package-item .item-slide.slide-center {
      order: 1;
    }
    .package-item .item-slide:nth-child(2) {
      order: 2;
    }
    .package-item .item-slide:nth-child(1) {
      order: 3;
    }
    .flower.flower2 {
      margin: 40px auto;
    }
  }
  @media (max-width: 768px) {
    .line {
      margin: 46px auto 45px auto;
    }
    .mb-style {
      display: block;
    }
    .pc-style {
      display: none;
    }
    .banner .banner-btn {
      padding: 8px 60px;
      font-size: 16px;
    }
    .banner .count-box {
      transform: translate(50%, 0);
      bottom: 29.5%;
      right: 50%;
    }
    .wrap3 {
      padding: 0 0 82px;
      background: url('../img/activity/new-year-sale-2026/wrap3-mbbg.png') no-repeat bottom center;
      background-size: contain;
    }
    .wrap3 .wrap-cont {
      border-radius: 12px;
      border: 4px solid #C23F3B;
      background: #fff;
      padding: 20px;
    }
    .wrap3 .wrap-cont p {
      font-size: 14px;
    }
  }
  @media (max-width: 400px) {
    .line {
      margin: 42px auto 59px auto;
    }
    .package-item .decoration {
      display: none;
    }
    .package-item .item-info {
      margin-bottom: 184px;
    }
    .package-item .item-info .item-desc {
      max-width: 298px;
    }
  }
  