/** @format */
main .container {
  max-width: 1200px;
  width: 100%;
  padding: 0;
}
html {
  scroll-behavior: auto;
}
.mb-style,
.hide {
  display: none;
}
.banner {
  position: relative;
}
.banner .banner-btn {
  position: absolute;
  bottom: 14%;
  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 {
  transform: translateY(2px) translateX(-50%);
  box-shadow: 0 2px 0 0 #b47404;
}
.banner .count-box {
  position: absolute;
  bottom: 20%;
  right: 32%;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.banner .count-num {
  color: #434343;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
.middle {
  padding: 146px 0 0;
  background: url('../img/activity/golden-week-2026/middle-pc.webp') no-repeat center;
  background-size: 100% 100%;
}
.package-item {
  position: relative;
}
.package-item .item-info {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin-bottom: 30px;
}
.package-item .item-info .item-title {
  color: #3f2900;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  /* 42px */
}
.package-item .item-info .item-desc {
  margin-top: 10px;
  color: #46320c;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.package-item .switch-system {
  position: absolute;
  top: 3%;
  right: 8px;
  color: #46320c;
  font-size: 16px;
  cursor: pointer;
  line-height: 150%;
  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: 30%;
  left: 0;
}
.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;
  border: 1px solid #e88544;
}
.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: 9px 0;
  margin: 20px 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 {
  transform: translateY(2px);
  box-shadow: 0 2px 0 0 #b47404;
}
.package-item .item-slide.slide-center {
  border: 3px solid #e88544;
  padding: 16px 0 30px;
}
.package-item .item-slide .slide-off {
  background: #2cacf4;
  border-radius: 50px;
  border: 1px solid #fff;
  filter: drop-shadow(0 2px 0 #db7431);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 10px 22px;
  display: inline-block;
  margin-bottom: 24px;
}
.package-item .item-slide .slide-off .color {
  color: #ffee34;
}
.wrap1 {
  overflow: hidden;
}
.wrap1 .container {
  max-width: 1264px;
}
.wrap1 .wrap-cont {
  position: relative;
  padding: 108px 130px;
  background: url(../img/activity/golden-week-2026/wrap1-bg.webp) no-repeat center;
  background-size: 100% 100%;
  z-index: 9;
}
.wrap3 {
  margin-top: 136px;
  padding-bottom: 324px;
}
.wrap3 .container {
  max-width: 1264px;
}
.wrap3 .wrap-cont {
  padding: 144px 146px;
  background: url(../img/activity/golden-week-2026/wrap3-bg.webp) no-repeat center / cover;
  background-size: 100% 100%;
}
.wrap3 .wrap-cont p {
  color: #333;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  /* 36px */
  letter-spacing: 0.2px;
}
.wrap2 {
  overflow: hidden;
  margin-top: 104px;
}
.wrap2 .wrap-cont {
  position: relative;
  margin-top: 44px;
  padding: 120px 120px 116px;
  background: url('../img/activity/golden-week-2026/wrap2-bg.webp') no-repeat center;
  background-size: 100% 100%;
  z-index: 9;
}
.wrap2 .item-info .item-title {
  text-align: left;
}
.wrap2 .item-info .item-desc {
  text-align: left;
}
.wrap2 .switch-system {
  color: #03130f;
}
.wrap2 .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.wrap2 .wrap-list {
  display: flex;
  justify-content: center;
  column-gap: 60px;
  margin-top: 34px;
}
.wrap2 .wrap-tit {
  margin: 0 auto;
  text-align: center;
}
.wrap2 .list-item {
  flex: 1;
  max-width: 140px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  padding: 0 0 6px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.wrap2 .list-item .item-tit {
  color: #3f2900;
  font-size: 20px;
  font-weight: 400;
  line-height: 158.533%;
}
.wrap2 .list-item.active {
  background: url(../img/activity/golden-week-2026/active.png) no-repeat bottom center;
  max-width: 140px;
  background-size: 100% auto;
}
.wrap2 .wrap2-swiper {
  position: relative;
  overflow: hidden;
}
.wrap2 .wrap2-swiper .slide-off {
  padding: 10px 78px;
}
@media (max-width: 1200px) {
  .banner .banner-btn {
    padding: 4px 40px;
    font-size: 14px;
  }
  .banner .count-box {
    bottom: 18%;
    right: 30%;
  }
  main .container {
    padding: 0 15px;
  }
  .package-item .item-info .item-title {
    font-size: 24px;
  }
  .wrap1 .wrap-cont,
  .wrap2 .wrap-cont {
    padding: 90px 60px;
  }
}
@media (max-width: 996px) {
  main {
    background: #fcf5e3;
  }
  .middle {
    padding: 0;
    background: url('../img/activity/golden-week-2026/middle-mb.png') repeat center / cover;
    background-size: 100% 100%;
  }
  .wrap1 {
    margin: 0;
  }
  .wrap1 .wrap-cont {
    padding: 22px 18px;
    background: #fef5da;
    border-radius: 24px;
  }
  .wrap1 .container::before,
  .wrap1 .container::after {
    content: none;
  }
  .wrap2 .wrap-box {
    padding: 34px 10px 24px;
    border-radius: 12px;
    background: #fef5da;
  }
  .wrap2 .container::before,
  .wrap2 .container::after {
    content: none;
  }
  .wrap2 .wrap-cont {
    background: none;
    padding: 0;
  }
  .wrap2 .wrap-tit {
    width: 100%;
    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: #ffda50;
  }
  .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;
  }
  .wrap3 {
    margin-top: 70px;
    padding-bottom: 78px;
  }
  .wrap3 .wrap-cont {
    padding: 22px;
    background: url('../img/activity/golden-week-2026/wrap3-mb.png') no-repeat center / cover;
    background-size: 100% 100%;
  }
  .wrap3 .wrap-cont p {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
  .package-item .decoration {
    display: none;
  }
  .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: 50px;
  }
  .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;
    right: auto;
  }
  .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 {
    bottom: 8%;
    padding: 8px 60px;
    font-size: 16px;
    border-radius: 6px;
  }
  .banner .count-box {
    transform: translate(50%, 0);
    bottom: 15%;
    right: 50%;
  }
  .wrap3 {
    padding: 0 0 82px;
  }
  .wrap3 .wrap-cont {
    border-radius: 12px;
    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: 190px;
  }
  .package-item .item-info .item-desc {
    max-width: 298px;
  }
}
