body {
  font-size: 16px;
  min-width: 1080px;
  max-width: 1920px;
  margin: 0 auto;
}
.container {
  width: 1080px;
  margin: 0 auto;
}
.banner {
  width: 100%;
  height: 881px;
  background-image: url(../img/activity/summer-sale/banner-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #9b3936;
}
.banner .container {
  height: 100%;
  padding-top: 525px;
}
.banner .count-down {
  width: auto;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.banner .time-block {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  background-color: #fef8e8;
  border-radius: 5px;
}
.banner .time-value {
  font-size: 26px;
  color: #434343;
}
.banner .time-label {
  color: rgba(25, 25, 25, 0.36);
}
.banner .ending-time,
.banner .buy {
  display: none;
}
.wrap-best {
  position: relative;
  background: #9b3936;
  padding: 120px 0;
  overflow: hidden;
  margin-bottom: 150px;
}
.wrap-best::before {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 103px;
  background: url(../img/activity/summer-sale/best-bg-line-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: scale(1.1);
}
.wrap-best .container {
  position: relative;
  z-index: 2;
}
.wrap-best .container .decoration-1 {
  position: absolute;
  z-index: 1;
  top: 60px;
  right: -250px;
  width: 227px;
  height: 280px;
  background-image: url(../img/activity/summer-sale/best-decoration-1.webp);
  background-size: 100% 100%;
}
.wrap-best .container .decoration-2 {
  position: absolute;
  z-index: 1;
  bottom: -170px;
  left: -500px;
  width: 802px;
  height: 605px;
  background-image: url(../img/activity/summer-sale/best-decoration-2.webp);
  background-size: 100% 100%;
}
.wrap-best .container .decoration-3 {
  position: absolute;
  z-index: 1;
  bottom: -170px;
  right: -420px;
  width: 904px;
  height: 904px;
  background: url(../img/activity/summer-sale/best-decoration-3.webp);
  background-size: 100% 100%;
  opacity: 0.7;
}
.wrap-best .wrap-title {
  position: relative;
  z-index: 2;
  width: fit-content;
  background-color: #dfd4ba;
  margin: 0 auto;
  padding: 30px 40px;
  font-size: 42px;
  color: #741630;
  margin-bottom: 100px;
}
.wrap-best .wrap-title::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 35px;
  width: 229px;
  height: 89px;
  background-image: url(../img/activity/summer-sale/best-title-before.svg);
  background-size: 100% 100%;
}
.wrap-best .wrap-title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background-image: url(../img/activity/summer-sale/best-title-after.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap-best .wrap-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  border-radius: 18px;
  background: #ad5656;
  padding: 25px;
  overflow: hidden;
  margin-bottom: 50px;
}
.wrap-best .wrap-content .content-tag {
  position: absolute;
  top: 20px;
  left: 0;
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffd232;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  color: #ff6a09;
  transform: rotate(-45deg) translate(-75px, -35px);
}
.wrap-best .wrap-content .content-header {
  width: 285px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap-best .wrap-content .header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 32px;
}
.wrap-best .wrap-content .header-title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.25;
  text-align: center;
}
.wrap-best .wrap-content .header-desc {
  color: #fff;
}
.wrap-best .wrap-content .header-desc.min {
  font-size: 14px;
  margin-bottom: 25px;
}
.wrap-best .wrap-content .content-item {
  width: 342px;
  border-radius: 12px;
  background: #fef8e8;
  padding: 10px 0 20px;
}
.wrap-best .wrap-content .item-header {
  position: relative;
  right: -10px;
  width: 345px;
  height: 65px;
  background-image: url(../img/activity/summer-sale/best-item-header.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  font-size: 22px;
  color: #9b3936;
  margin-bottom: 15px;
}
.wrap-best .wrap-content .sale-value {
  font-size: 20px;
  background-color: #ff6a09;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.wrap-best .wrap-content .item-price-new {
  text-align: center;
  margin-bottom: 10px;
}
.wrap-best .wrap-content .item-price-new .price {
  font-size: 42px;
  color: #9b3936;
}
.wrap-best .wrap-content .item-price-new .time {
  color: #797979;
}
.wrap-best .wrap-content .item-price-old {
  font-size: 18px;
  text-align: center;
  color: #9b393680;
  margin-bottom: 18px;
  text-decoration: line-through;
}
.wrap-best .wrap-content .item-tips {
  text-align: center;
  color: #2b2b2b;
  margin-bottom: 20px;
}
.wrap-best .wrap-content .item-tips .price {
  color: #9b3936;
}
.wrap-best .wrap-content .buy {
  display: none;
  justify-content: center;
  align-items: center;
  width: 308px;
  height: 62px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #ffd232;
  margin: 0 auto 15px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  transition: all 300ms;
}
.wrap-best .wrap-content .buy.active {
  display: flex;
}
.wrap-best .wrap-content .buy:hover {
  background-color: #ff9932;
}
.wrap-best .wrap-content .switch {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #454545;
  cursor: pointer;
}
.wrap-best .wrap-content .switch::after {
  content: '';
  width: 14px;
  height: 11px;
  background-image: url(../img/activity/summer-sale/icon-arrow.svg);
  transition: all 300ms;
}
.wrap-best .wrap-content .switch:hover {
  text-decoration: underline;
}
.wrap-best .wrap-content .switch:hover::after {
  transform: translateX(10px);
}
.wrap-best .wrap-content .switch.active {
  display: flex;
}
.wrap-platform .wrap-title {
  position: relative;
  z-index: 2;
  width: fit-content;
  background-color: #9b3936;
  margin: 0 auto;
  padding: 30px 40px;
  font-size: 42px;
  color: #fef8e8;
  margin-bottom: 150px;
}
.wrap-platform .wrap-title::before {
  content: '';
  position: absolute;
  top: -50px;
  left: 35px;
  width: 229px;
  height: 89px;
  background-image: url(../img/activity/summer-sale/platform-title-before.svg);
  background-size: 100% 100%;
}
.wrap-platform .wrap-title::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background-image: url(../img/activity/summer-sale/platform-title-after.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap-platform .wrap-content-outer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  row-gap: 120px;
}
.wrap-platform .wrap-content {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 530px;
  border-radius: 12px;
  border: 1px solid #efe5c9;
  background: #fef8e8;
  padding: 75px 15px 15px;
}
.wrap-platform .content-logo {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
}
.wrap-platform .content-logo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
}
.wrap-platform .content-title {
  flex: 0 0 100%;
  display: block;
  font-size: 26px;
  color: #151515;
  text-align: center;
  margin-bottom: 25px;
}
.wrap-platform .content-item {
  width: 242px;
  border-radius: 12px;
  background: #fff;
  padding: 24px 18px;
}
.wrap-platform .item-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  color: #ff6a09;
  margin-bottom: 15px;
}
.wrap-platform .sale-value {
  font-weight: bold;
  background-color: #ff6a09;
  color: #fef8e8;
  padding: 5px 10px;
  border-radius: 30px;
}
.wrap-platform .item-price-new {
  margin-bottom: 10px;
}
.wrap-platform .item-price-new .price {
  font-size: 36px;
  color: #9b3936;
}
.wrap-platform .item-price-new .time {
  font-size: 14px;
  color: #797979;
}
.wrap-platform .item-price-old {
  color: #9b393680;
  margin-bottom: 18px;
  text-decoration: line-through;
}
.wrap-platform .item-tips {
  font-size: 13px;
  color: #2b2b2b;
  margin-bottom: 25px;
}
.wrap-platform .item-tips .price {
  color: #9b3936;
}
.wrap-platform .buy {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #ffd232;
  margin: 0 auto 15px;
  font-weight: bold;
  color: #000;
  transition: all 300ms;
}
.wrap-platform .buy.active {
  display: flex;
}
.wrap-platform .buy:hover {
  background-color: #ff9932;
}
.wrap-platform .switch {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #808080;
  cursor: pointer;
}
.wrap-platform .switch::after {
  content: '';
  width: 14px;
  height: 11px;
  background-image: url(../img/activity/summer-sale/icon-arrow-2.svg);
  transition: all 300ms;
}
.wrap-platform .switch:hover {
  text-decoration: underline;
}
.wrap-platform .switch:hover::after {
  transform: translateX(10px);
}
.wrap-platform .switch.active {
  display: flex;
}
.reasons-for-choice {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 1130px;
  background: linear-gradient(180deg, #fff 32.27%, rgba(205, 232, 255, 0) 94.71%), url(../img/activity/summer-sale/reasons-for-choice-bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 360px;
  margin-top: -200px;
}
.reasons-for-choice .wrap-title {
  font-size: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 55px;
}
.reasons-for-choice .swiper-container {
  margin-bottom: 55px;
}
.reasons-for-choice .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.reasons-for-choice .swiper-slide {
  width: 250px;
  height: 230px;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.reasons-for-choice .slide-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.reasons-for-choice .slide-title {
  height: 42px;
  font-size: 18px;
  margin-bottom: 10px;
}
.reasons-for-choice .slide-desc {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
.reasons-for-choice .swiper-pagination {
  display: none;
}
.reasons-for-choice .tips {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.29);
  backdrop-filter: blur(14px);
  padding: 30px 0;
}
.reasons-for-choice .tips-title {
  display: block;
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.reasons-for-choice .tips-content {
  width: 815px;
  margin: 0 auto;
}
.reasons-for-choice .tips-item {
  line-height: 2;
  color: #fff;
}
@media (max-width: 768px) {
  body {
    min-width: 100%;
    max-width: 100%;
  }
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .banner {
    height: 654px;
    background-image: url(../img/activity/summer-sale/banner-bg-mb.webp);
  }
  .banner .container {
    height: 100%;
    padding-top: 330px;
  }
  .banner .count-down {
    height: 42px;
    gap: 18px;
  }
  .banner .time-block {
    width: 42px;
    height: 42px;
  }
  .banner .time-value {
    font-size: 16px;
  }
  .banner .time-label {
    font-size: 10px;
  }
  .banner .ending-time {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }
  .banner .buy {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    width: 188px;
    height: 56px;
    border-radius: 10px;
    border: 2px solid #fef8e8;
    background-color: #9b3936;
    font-weight: bold;
    font-size: 20px;
    color: #ffd232;
  }
  .banner .buy.active {
    display: flex;
  }
  .wrap-best {
    padding: 40px 0;
    margin-bottom: 100px;
  }
  .wrap-best::before {
    background-size: cover;
  }
  .wrap-best .container .decoration-1,
  .wrap-best .container .decoration-2,
  .wrap-best .container .decoration-3 {
    display: none;
  }
  .wrap-best .wrap-title {
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    line-height: 1.25;
    margin-bottom: 40px;
    color: #dfd4ba;
  }
  .wrap-best .wrap-title::before {
    content: '';
    display: block;
    position: static;
    width: 130px;
    height: 52px;
    background-image: url(../img/activity/summer-sale/best-title-before-mb.svg);
    background-size: 100% 100%;
  }
  .wrap-best .wrap-title::after {
    display: none;
  }
  .wrap-best .wrap-content {
    flex-direction: column;
    padding: 40px 18px 0;
    margin-bottom: 65px;
  }
  .wrap-best .wrap-content .content-tag {
    width: 250px;
    font-size: 18px;
    transform: rotate(-45deg) translate(-55px, -45px);
  }
  .wrap-best .wrap-content .content-header {
    width: 100%;
    margin-bottom: 30px;
  }
  .wrap-best .wrap-content .content-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .wrap-best .wrap-content .item-header {
    right: -7px;
    width: 312px;
    height: 58px;
    gap: 10px;
    font-size: 20px;
  }
  .wrap-best .wrap-content .sale-value {
    font-size: 16px;
  }
  .wrap-best .wrap-content .item-price-new .price {
    font-size: 36px;
  }
  .wrap-best .wrap-content .item-price-old {
    font-size: 16px;
  }
  .wrap-best .wrap-content .item-tips {
    font-size: 14px;
  }
  .wrap-best .wrap-content .buy {
    width: 280px;
    height: 55px;
    font-size: 18px;
  }
  .wrap-best .wrap-content .switch {
    font-size: 14px;
  }
  .wrap-platform .wrap-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    padding: 0;
    font-size: 30px;
    line-height: 1.25;
    color: #9b3936;
    margin-bottom: 100px;
  }
  .wrap-platform .wrap-title::before {
    position: static;
    width: 130px;
    height: 52px;
    background-image: url(../img/activity/summer-sale/platform-title-before-mb.svg);
    background-size: 100% 100%;
  }
  .wrap-platform .wrap-title::after {
    display: none;
  }
  .wrap-platform .wrap-content-outer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    row-gap: 120px;
  }
  .wrap-platform .wrap-content {
    justify-content: center;
    width: 100%;
  }
  .wrap-platform .content-logo {
    width: 110px;
    height: 110px;
  }
  .wrap-platform .content-item {
    margin-bottom: 25px;
  }
  .reasons-for-choice {
    z-index: 1;
    height: auto;
    background: #fff;
    padding-top: 0;
    margin-top: 80px;
  }
  .reasons-for-choice .container {
    padding: 0;
  }
  .reasons-for-choice .wrap-title {
    font-size: 26px;
    margin-bottom: 28px;
  }
  .reasons-for-choice .swiper-container {
    position: relative;
    margin-bottom: 25px;
    padding: 0 15px 40px;
    overflow: hidden;
  }
  .reasons-for-choice .swiper-slide {
    height: auto;
    border: 1px solid #e5e5e5;
    padding: 25px;
  }
  .reasons-for-choice .slide-icon {
    margin-bottom: 10px;
  }
  .reasons-for-choice .slide-title {
    height: auto;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .reasons-for-choice .swiper-pagination {
    display: block;
  }
  .reasons-for-choice .swiper-pagination-bullet {
    background: #d9d9d9;
    opacity: 1;
  }
  .reasons-for-choice .swiper-pagination-bullet-active {
    background: #9b3936;
  }
  .reasons-for-choice .tips {
    border-radius: 0;
    background: #ededed;
    backdrop-filter: blur(14px);
    padding: 25px 20px;
  }
  .reasons-for-choice .tips-title {
    font-size: 20px;
    color: #353535;
    text-align: left;
    margin-bottom: 12px;
  }
  .reasons-for-choice .tips-content {
    width: 100%;
  }
  .reasons-for-choice .tips-item {
    color: #353535;
  }
}
