html {
  scroll-behavior: auto;
}
main {
  background: #010020;
}
main .container {
  max-width: 1200px;
  width: 100%;
  padding: 0;
}
.mb-style,
.hide {
  display: none;
}
.btn-box {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 23px;
}
.btn-box .btn {
  width: max-content;
  box-sizing: border-box;
  padding: 16px 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  border-radius: 36px;
  background: linear-gradient(0deg, #5735ff 0%, #5735ff 100%), linear-gradient(180deg, #5735ff 0%, #ad9dff 100%);
  color: #fff;
  font-family: Rubik;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s;
}
.btn-box .btn:hover {
  background: linear-gradient(180deg, #5735ff 0%, #8873f3 100%);
}
.btn-box .iconfont {
  font-size: 24px;
  font-weight: 400;
}
.prod-item {
  position: relative;
  width: 386px;
  height: max-content;
  padding: 36px 0 30px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(150deg, #23199a 6.22%, #0d104e 52.48%, #0b0f4b 98.4%);
}
.prod-item.item2 {
  border-radius: 20px;
  border: 2px solid #5d18d9;
  background: linear-gradient(150deg, #6319e2 6.22%, rgba(8, 13, 81, 0.45) 38.01%, rgba(8, 13, 81, 0.32) 69.29%, #0e64b3 98.4%), #0e1348;
}
.prod-item .item-price {
  margin-top: 24px;
  text-align: center;
  color: #fff;
  font-family: Rubik;
  font-size: 23px;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}
.prod-item .item-price .new-price {
  margin-right: 6px;
  color: #ffde49;
  font-family: Rubik;
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.prod-item .item-old-price {
  margin-top: 14px;
  color: #fff;
  font-family: Rubik;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.prod-item .item-old-price .old-price {
  text-decoration-line: line-through;
}
.prod-item .item-tip {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Rubik;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.prod-item .item-plan .item-plan-tit {
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 30px;
  font-weight: 600;
}
.prod-item .item-sale {
  position: absolute;
  top: -10%;
  right: -7%;
  z-index: 9;
}
.banner {
  position: relative;
}
.banner .banner-btn {
  position: absolute;
  bottom: 42%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 16px 90px;
  border-radius: 172px;
  background: linear-gradient(86deg, #ea2c7c 5.49%, #c51efc 26.19%, #7860ff 54.68%, #508eff 80.21%, #2ccaff 94.81%), #000;
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 15.501px rgba(0, 0, 0, 0.4);
  font-size: 32px;
  font-weight: 500;
  line-height: 148%;
  /* 41.524px */
  transition: all 0.3s;
}
.banner .banner-btn:hover {
  background: linear-gradient(86deg, #2ccaff 5.49%, #508eff 20.09%, #7860ff 45.62%, #c51efc 74.11%, #ea2c7c 94.81%), #000;
  box-shadow: 0 0 23.6px 0 rgba(255, 255, 255, 0.7) inset;
  transform: translate(-50%, -10px);
}
.wrap1 {
  padding: 0 0 200px;
  background: url("../img/activity/black-friday-sale/wrap-bg.webp") no-repeat bottom center;
  background-size: contain;
}
.wrap1 .prod-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap1 .wrap-tit {
  width: fit-content;
  font-family: "Segoe UI";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(90deg, #99f8ff, #fdffc0, #ff7be7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wrap1 .wrap-desc {
  margin-top: 20px;
  color: #fff;
  font-family: "Segoe UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.wrap1 .prod-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.wrap1 .wrap-content {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0;
  overflow: hidden;
}
.wrap1 .plan-list {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 2px solid #5d18d9;
  background: #010020;
}
.wrap1 .plan-item {
  width: calc(100% / 8);
  padding: 20px 0 14px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  flex-direction: column;
  cursor: pointer;
}
.wrap1 .plan-item span {
  padding: 0 18px;
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 149%;
}
.wrap1 .plan-item.active {
  background: #1e156f;
}
.wrap1 .plan-swiper {
  position: relative;
  padding: 30px 0 0;
  overflow: hidden;
}
.wrap1 .swiper-slide .prod-item {
  padding: 36px 0 42px;
}
.wrap1 .swiper-slide .item-sale {
  right: -4%;
}
.wrap1 .swiper-slide .item2 .item-old-price {
  margin-top: 10px;
}
.wrap1 .swiper-slide .item2 .item-tip {
  margin-top: 12px;
}
.wrap1 .swiper-slide .item2 .btn-box {
  margin-top: 20px;
}
.wrap1 .wrap1-1 {
  position: relative;
  padding: 40px 0 70px;
  max-width: 1458px;
  margin: -20vw auto 0;
  border-radius: 55px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #110c56 0%, #050322 100%);
  box-shadow: 9px 14px 118.1px 0 rgba(85, 47, 250, 0.17) inset;
}
.wrap1 .wrap1-2 {
  padding: 70px 0;
  max-width: 1458px;
  margin: 180px auto 0;
  border-radius: 55px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #110c56 0%, #050322 100%);
  box-shadow: 9px 14px 118.1px 0 rgba(85, 47, 250, 0.17) inset;
}
.wrap1 .wrap1-2 .wrap-tit {
  margin: 0 auto;
}
.wrap1 .wrap1-2 .wrap-desc {
  text-align: center;
}
.second-box {
  margin-top: 114px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .banner .banner-btn {
    bottom: 27%;
    padding: 10px 70px;
  }
  .wrap1 .prod-list {
    gap: 22px;
  }
  .wrap1 .wrap1-1 {
    margin: -10vw 14px 0;
  }
  .wrap1 .prod-top img {
    width: 36%;
    height: auto;
  }
  .wrap1 .wrap1-2 {
    margin: 180px 14px 0;
  }
  .wrap1 .plan-item span {
    padding: 0;
  }
}
@media (max-width: 996px) {
  .banner .banner-btn {
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
  }
  .wrap1 .wrap-tit {
    margin: 0 auto;
    text-align: center;
  }
  .wrap1 .prod-list {
    gap: 56px;
    flex-direction: column;
  }
  .wrap1 .prod-top {
    text-align: center;
    flex-direction: column;
  }
  .wrap1 .prod-top img {
    width: 100%;
    max-width: 541px;
  }
  .wrap1 .plan-list {
    flex-wrap: wrap;
  }
  .wrap1 .plan-list .plan-item {
    width: calc(100% / 4);
  }
}
@media (max-width: 768px) {
  .mb-style {
    display: block;
  }
  .pc-style {
    display: none;
  }
  .prod-item {
    width: 100%;
    border-radius: 16px;
    border: 1.618px solid rgba(255, 255, 255, 0.1);
  }
  .prod-item.item2 {
    order: 1;
    border: 1.622px solid #5d18d9;
    border-radius: 16px;
  }
  .prod-item.item1 {
    order: 3;
  }
  .prod-item.item3 {
    order: 2;
  }
  .prod-item .item-plan .item-plan-tit {
    font-size: 24px;
  }
  .prod-item .item-sale {
    width: 92px;
    height: auto;
  }
  .prod-item .item-price {
    margin-top: 18px;
    font-size: 18px;
  }
  .prod-item .item-price .new-price {
    font-size: 36px;
  }
  .prod-item .item-old-price {
    font-size: 18px;
    margin-top: 12px;
  }
  .prod-item .item-tip {
    font-size: 14px;
    margin-top: 16px;
  }
  .prod-item .btn-box {
    margin-top: 34px;
    row-gap: 18px;
  }
  .prod-item .btn-box .btn {
    padding: 14px 50px;
    font-size: 18px;
    column-gap: 10px;
  }
  .prod-item .btn-box .iconfont {
    font-size: 20px;
  }
  .wrap1 {
    padding: 0 0 74px;
    background: none;
  }
  .wrap1::after {
    content: none;
  }
  .wrap1 .prod-list {
    gap: 56px;
    flex-direction: column;
  }
  .wrap1 .wrap1-2 {
    padding: 34px 0;
    margin: 70px 14px 0;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, #110c56 0%, #050322 100%);
    box-shadow: 9px 14px 118.1px 0 rgba(85, 47, 250, 0.17) inset;
  }
  .wrap1 .wrap-content {
    background: none;
    border-radius: 0;
    border: 0;
  }
  .wrap1 .plan-list {
    flex-wrap: wrap;
    border-radius: 12px;
  }
  .wrap1 .plan-item {
    width: calc(100% / 4);
    padding: 12px 0;
  }
  .wrap1 .plan-item img {
    width: 38px;
    height: 38px;
  }
  .wrap1 .plan-item span {
    display: none;
  }
  .wrap1 .swiper-slide .prod-item {
    padding: 30px 0 34px;
  }
  .wrap1 .wrap1-1 {
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(180deg, #110c56 0%, #050322 100%);
    box-shadow: 9px 14px 118.1px 0 rgba(85, 47, 250, 0.17) inset;
  }
  .wrap1 .wrap1-1 .wrap-tit {
    white-space: nowrap;
  }
  .wrap1 .wrap-tit {
    font-size: 28px;
  }
  .wrap1 .wrap-desc {
    font-size: 18px;
    margin-top: 16px;
  }
  .wrap1 .prod-top img {
    margin-top: 32px;
  }
  .banner .banner-btn {
    bottom: 16%;
    border-radius: 70.689px;
  }
  .second-box {
    margin-top: 50px;
    margin-bottom: 34px;
  }
  .second-box .tit-top {
    max-width: 123px;
    height: auto;
  }
}
