/** @format */
@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Light.ttf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Regular.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-SemiBold.ttf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
.hide,
.mb-style {
  display: none;
}
.pc-style {
  display: block;
}
main .container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
body {
  font-family: 'Rubik', Sans-serif;
}
main {
  background: #208ef7;
}
.banner {
  padding: 54px 0 62px;
  background: url('../img/activity/golden-week-2026/banner-pc.webp') no-repeat center / cover;
  background-size: 100% 100%;
}
.banner .banner-cont {
  display: flex;
  align-items: end;
  width: 100%;
}
.banner .banner-left {
  flex: 0 0 548px;
}
.banner .banner-left .select-tit {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  padding: 8px 114px;
  background: url('../img/activity/golden-week-2026/select-tit-bg.png') no-repeat center;
  background-size: 100% 100%;
  color: #0b1734;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}
.banner .banner-left .select-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.banner .banner-left .banner-left-select {
  position: relative;
  margin-top: 36px;
  padding: 40px 28px 12px 10px;
  border-radius: 8px;
  border: 2px solid #38a9f1;
  background: #fff;
}
.banner .banner-left .select-item {
  position: relative;
  height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 12px 30px;
  width: 100%;
  background: #b5dfff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}
.banner .banner-left .select-item.active {
  background: #208ef7;
}
.banner .banner-left .select-item.active .item-tit,
.banner .banner-left .select-item.active .item-desc {
  color: #fff;
}
.banner .banner-left .item-sale {
  position: absolute;
  top: 0;
  left: 0;
}
.banner .banner-left .item-tit {
  color: #0a1938;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.banner .banner-left .item-desc {
  margin-top: 2px;
  color: rgba(10, 25, 56, 0.79);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.banner .banner-left .item-desc span {
  text-decoration: underline;
}
.banner .banner-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border-radius: 24px;
  border: 2px solid #38a9f1;
  background: #fff;
  width: 100%;
  margin: 18px 0 0 -36px;
  z-index: 2;
  padding: 52px 10px 36px;
  overflow: hidden;
  text-align: center;
}
.banner .banner-right .banner-right-tit {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.banner .banner-right .product-swiper {
  position: relative;
  width: 100%;
}
.banner .banner-right .swiper-slide {
  height: auto;
  position: relative;
}
.banner .banner-right .product-tit {
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.banner .banner-right .product-img {
  margin-top: 26px;
}
.banner .banner-right .product-sale {
  position: absolute;
  top: -70px;
  right: -22px;
}
.banner .banner-right .product-desc {
  max-width: 458px;
  margin: 18px auto 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-align: center;
}
.banner .banner-right .product-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  column-gap: 18px;
  margin: 12px 0 0 0;
}
.banner .banner-right .price-new {
  color: #03130f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.banner .banner-right .price-new .price-big {
  color: #ff6715;
  font-size: 45px;
}
.banner .banner-right .price-old {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.banner .banner-right .product-btn-box {
  margin: 18px 14px 0;
}
.banner .banner-right .product-btn {
  width: -webkit-fill-available;
  max-width: 224px;
  height: 50px;
}
.product-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px 28px;
}
.product-btn-box .product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 224px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #000;
  background: #ffca38;
  box-shadow: 0 4px 0 0 #000;
  color: #352706;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s;
}
.product-btn-box .product-btn:hover {
  box-shadow: 0 2px 0 0 #000;
}
.product-btn-box .product-btn .iconfont {
  font-size: 20px;
}
.prod-list {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px 30px;
}
.prod-list .prod-item {
  position: relative;
  width: 100%;
  padding: 36px 0 30px;
  max-width: 324px;
  flex: 0 0 324px;
  border-radius: 16px;
  border: 2px solid #ff9216;
  background: #fff;
}
.prod-list .prod-sale {
  position: absolute;
  top: -70px;
  right: -74px;
}
.prod-list .prod-plan {
  color: #03130f;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.prod-list .prod-price {
  text-align: center;
  margin-top: 16px;
  color: #03130f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.prod-list .prod-price .big-price {
  color: #ff6715;
  font-size: 45px;
  font-weight: 700;
}
.prod-list .prod-tax {
  margin-top: 6px;
  text-align: center;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.prod-list .prod-old {
  margin-top: 12px;
  color: #3f3f3f;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.prod-list .prod-txt {
  margin-top: 18px;
  color: #4d4d4d;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.prod-list .product-btn-box {
  margin-top: 30px;
  flex-direction: column;
}
.prod-list .product-btn-box .product-btn {
  box-sizing: border-box;
  width: 232px;
  height: 42px;
}
.wrap1 {
  margin-top: 92px;
}
.wrap1 .wrap-cont {
  max-width: 1645px;
  margin: 0 auto;
  padding: 62px 0 146px;
  background: url('../img/activity/golden-week-2026/wrap1-bg-pc.webp') no-repeat center / cover;
}
.wrap1 .wrap-desc {
  max-width: 856px;
  margin: 12px auto 0;
  color: #0b234e;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
}
.wrap1 .wrap-tit {
  margin: 0 auto;
}
.wrap2 {
  margin-top: 100px;
  padding-bottom: 98px;
}
.wrap2 .wrap-cont {
  max-width: 1610px;
  margin: 0 auto;
  padding: 146px 0 156px;
  background: url('../img/activity/golden-week-2026/wrap2-bg-pc.png') no-repeat center / cover;
}
.wrap2 .wrap-tit {
  margin: 0 auto;
}
.wrap2 .step-list {
  display: flex;
  align-items: center;
  margin-top: 42px;
}
.wrap2 .step-list .step-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 36px;
  color: #202020;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  border-radius: 12px 12px 0 0;
  background: #d0e7fd;
  cursor: pointer;
}
.wrap2 .step-list .step-item.active {
  background: #fff;
}
.wrap2 .step-swiper {
  position: relative;
  overflow: hidden;
}
.wrap2 .slide-top {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
  padding: 32px 24px 34px;
}
.wrap2 .slide-top .slide-tit {
  color: #130303;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  /* 42px */
}
.wrap2 .slide-top .slide-desc {
  margin-top: 8px;
  color: #130303;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.wrap2 .prod-list {
  margin-top: 0;
  padding: 0 24px 24px;
  background: #fff;
  border-radius: 0 0 24px 24px;
}
.wrap2 .prod-list .prod-sale {
  top: -70px;
  right: -62px;
}
.wrap2 .prod-single {
  border-radius: 24px;
  padding: 32px 46px;
  background: #fff;
  display: flex;
  align-items: center;
  align-items: stretch;
}
.wrap2 .prod-single .single-left {
  position: relative;
  flex: 0 0 624px;
  padding: 40px 0 32px;
  border-radius: 20px;
  background: #fff4dd;
  text-align: center;
}
.wrap2 .prod-single .single-logo {
  margin: 0 auto;
}
.wrap2 .prod-single .single-tit {
  margin-top: 22px;
  color: #03130f;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
}
.wrap2 .prod-single .single-desc {
  max-width: 484px;
  margin: 8px auto 0;
  color: #03130f;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.wrap2 .prod-single .single-sale {
  position: absolute;
  top: 0;
  right: 0;
}
.wrap2 .prod-single .prod-list {
  padding: 0;
  flex: 1;
}
.wrap2 .prod-single .prod-item {
  flex: 1;
  max-width: 362px;
  padding: 34px 0 26px;
}
.wrap2 .prod-single .product-btn-box {
  margin-top: 14px;
}
@media (max-width: 1200px) {
  main .container {
    padding: 0 15px;
  }
  .banner .banner-left {
    flex: 0 0 500px;
  }
  .banner .banner-right .product-img {
    width: 100%;
  }
  .prod-list .prod-item {
    flex: 0 0 300px;
  }
  .prod-list .prod-sale {
    width: 120px;
    height: 120px;
    top: -20px;
    right: -10px;
  }
  .wrap1 .wrap-tit {
    width: 100%;
  }
  .wrap2 .prod-single .single-left {
    flex: 0 0 520px;
  }
  .wrap2 .prod-single .single-sale {
    width: 120px;
    height: 120px;
  }
  .wrap2 .prod-list {
    gap: 32px 10px;
  }
  .wrap2 .prod-list .prod-sale {
    top: -40px;
    right: -40px;
  }
}
@media (max-width: 996px) {
  .banner .banner-cont {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .banner .banner-left .banner-left-select {
    padding: 40px 10px 12px 10px;
  }
  .banner .banner-right {
    max-width: 620px;
    margin: 0 auto;
  }
  .banner .banner-right .product-img {
    width: auto;
  }
  .prod-list {
    flex-direction: column-reverse;
  }
  .prod-list .prod-item {
    flex: 0 0 310px;
  }
  .wrap1 .pc-style {
    display: none;
  }
  .wrap1 .mb-style {
    display: block;
  }
  .wrap1 .wrap-desc {
    font-size: 16px;
  }
  .wrap1 .wrap-cont {
    max-width: 345px;
    background: url('../img/activity/golden-week-2026/wrap1-bg-mb.png') no-repeat center / cover;
  }
  .wrap2 .step-list .step-item {
    padding: 18px 12px;
  }
  .wrap2 .prod-single {
    flex-direction: column;
  }
  .wrap2 .prod-single .single-left {
    flex: auto;
    border-radius: 16px 16px 0 0;
  }
  .wrap2 .prod-single .prod-list {
    background: #fff4dd;
  }
  .wrap2 .prod-single .prod-item {
    border: 0;
    background: transparent;
  }
}
@media (max-width: 768px) {
  .pc-style {
    display: none;
  }
  .mb-style {
    display: block;
  }
  .banner {
    padding: 18px 0 186px;
    background: url('../img/activity/golden-week-2026/banner-mb.webp') no-repeat center / cover;
    background-size: 100% 100%;
  }
  .banner .banner-left {
    flex: auto;
  }
  .banner .banner-left .banner-left-select {
    max-width: 320px;
    padding: 24px 6px 8px;
    margin: 36px auto 0;
    border: 1px solid #38a9f1;
    border-radius: 4px;
  }
  .banner .banner-left .banner-left-tit {
    width: 100%;
    height: auto;
    max-width: 335px;
  }
  .banner .banner-left .select-group {
    gap: 8px;
  }
  .banner .banner-left .item-sale {
    width: 42px;
    height: 42px;
  }
  .banner .banner-left .select-item {
    height: 56px;
    padding: 8px 0 0;
    border-radius: 0;
  }
  .banner .banner-left .select-tit {
    top: 0px;
    padding: 6px 80px;
    font-size: 20px;
  }
  .banner .banner-left .item-tit {
    font-size: 12px;
  }
  .banner .banner-left .item-desc {
    margin-top: 0;
    font-size: 10px;
  }
  .banner .banner-right {
    padding: 20px 8px 18px;
    border-radius: 12px;
    max-width: 320px;
  }
  .banner .banner-right .banner-right-tit {
    font-size: 14px;
  }
  .banner .banner-right .product-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-top: 8px;
  }
  .banner .banner-right .product-sale {
    top: -40px;
    right: -10px;
    width: 88px;
    height: 88px;
  }
  .banner .banner-right .product-tit {
    margin-top: 8px;
    font-size: 14px;
  }
  .banner .banner-right .product-desc {
    margin: 10px auto 0;
    font-size: 11px;
    max-width: 274px;
    letter-spacing: 0.55px;
  }
  .banner .banner-right .product-price {
    margin: 8px 0 0 0;
    column-gap: 8px;
  }
  .banner .banner-right .price-new {
    font-size: 12px;
  }
  .banner .banner-right .price-new .price-big {
    font-size: 27px;
  }
  .banner .banner-right .price-old {
    font-size: 10px;
  }
  .banner .product-btn-box .product-btn {
    width: 126px;
    height: 28px;
    font-size: 10px;
    gap: 6px;
  }
  .banner .product-btn-box .product-btn .iconfont {
    font-size: 12px;
  }
  .prod-list .prod-sale {
    width: 100px;
    height: 100px;
    top: -40px;
    right: -30px;
  }
  .prod-list .prod-item {
    flex: auto;
  }
  .wrap1 .wrap-cont {
    padding: 52px 0 78px;
    background-size: 100% 100%;
  }
  .wrap1 .wrap-desc {
    display: none;
  }
  .wrap2 {
    margin-top: 66px;
  }
  .wrap2 .wrap-cont {
    padding: 66px 0 72px;
    max-width: 345px;
    background: url('../img/activity/golden-week-2026/wrap2-bg-mb.png') no-repeat center / cover;
    background-size: 100% 100%;
  }
  .wrap2 .step-list {
    margin-top: 24px;
  }
  .wrap2 .step-list .step-item {
    justify-content: center;
    padding: 13px 12px;
  }
  .wrap2 .step-list .step-logo {
    width: 38px;
    height: 38px;
  }
  .wrap2 .step-list .step-tit {
    display: none;
  }
  .wrap2 .slide-top {
    position: relative;
    gap: 10px;
    padding: 28px 16px 100px;
  }
  .wrap2 .slide-top .slide-logo {
    width: 50px;
    height: 50px;
  }
  .wrap2 .slide-top .slide-tit {
    font-size: 18px;
  }
  .wrap2 .slide-top .slide-desc {
    position: absolute;
    width: calc(100% - 32px);
    left: 16px;
    font-size: 14px;
  }
  .wrap2 .prod-list {
    padding: 0 10px 24px;
    border-radius: 0;
  }
  .wrap2 .prod-list .prod-sale {
    right: -20px;
  }
  .wrap2 .prod-single {
    padding: 0 10px 16px;
    border-radius: 0 0 12px 12px;
  }
  .wrap2 .prod-single .prod-list {
    border-radius: 0 0 16px 16px;
  }
  .wrap2 .prod-single .single-left {
    padding: 46px 0 0;
  }
  .wrap2 .prod-single .single-sale {
    display: none;
  }
  .wrap2 .prod-single .single-tit {
    font-size: 16px;
  }
  .wrap2 .prod-single .single-desc {
    max-width: 250px;
    font-size: 14px;
  }
}
