.hide,
.mb-style {
  display: none;
}
main {
  background: #010625;
}
.wrap-tit {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 130%;
  /* 54.6px */
  text-transform: capitalize;
  background: linear-gradient(90deg, #15ddf3 0%, #a3e8dd 50.96%, #22da8a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner {
  position: relative;
}
.banner .banner-btn {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  width: max-content;
  display: block;
  padding: 16px 50px;
  color: #fff;
  text-align: center;
  text-shadow: 0 3.701px 16.191px rgba(0, 0, 0, 0.4);
  font-family: Rubik;
  font-size: 29.306px;
  font-style: normal;
  font-weight: 500;
  line-height: 148%;
  /* 43.372px */
  border-radius: 161.287px;
  background: linear-gradient(0deg, #15ddf3 0%, #22da8a 100%), linear-gradient(270deg, #e9c229 0%, #a9e226 51.44%, #14cc1e 100%);
  transition: all 0.4s;
}
.banner .banner-btn:hover {
  transform: translate(-50%, -10px);
}
.wrap1 {
  margin-top: 60px;
  padding: 56px 0 140px;
  background: url("../../../img/black-friday-2025/wrap1-bg.webp") no-repeat bottom center;
  background-size: 100% 100%;
}
.wrap1 .wrap-tit {
  max-width: 674px;
  margin: 0 auto;
}
.wrap1 .wrap-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  background: url("../../../img/black-friday-2025/wrap1-cont-pc.webp") no-repeat center / cover;
  background-size: 100% 100%;
}
.wrap1 .wrap-cont .cont-left {
  padding: 36px 92px;
}
.wrap1 .cont-top {
  display: flex;
  align-items: center;
}
.wrap1 .cont-tit {
  color: #fff;
  text-align: center;
  text-shadow: 0 3.701px 16.191px rgba(0, 0, 0, 0.4);
  font-family: Rubik;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wrap1 .cont-sale {
  width: 158px;
  height: 46px;
  padding: 10px 0 10px 10px;
  margin-left: -4px;
  color: #8e12d6;
  text-align: center;
  font-size: 22.966px;
  font-weight: 600;
  line-height: normal;
  background: url("../../../img/black-friday-2025/sale.png") no-repeat center / cover;
}
.wrap1 .cont-plan {
  margin: 16px auto 0;
  display: block;
}
.wrap1 .cont-price {
  margin-top: 10px;
  color: #fff93c;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}
.wrap1 .cont-old-price {
  margin-top: 14px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.wrap1 .cont-tip {
  margin-top: 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.wrap1 .cont-btn {
  margin: 20px auto 0;
  display: block;
  width: max-content;
  padding: 16px 34px;
  border-radius: 27.537px;
  background: linear-gradient(0deg, #15ddf3 0%, #22da8a 100%), #006241;
  color: #fff;
  text-shadow: 0 3.701px 16.191px rgba(0, 0, 0, 0.4);
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.4s;
}
.wrap1 .cont-btn:hover {
  transform: translateY(-8px);
}
.wrap1 .cont-phone {
  position: absolute;
  bottom: 0;
  right: 0;
}
.wrap2 {
  padding: 0 0 300px;
  background: url("../../../img/black-friday-2025/wrap2-bg.png") no-repeat bottom center;
  background-size: 100% auto;
}
.wrap2 .container {
  text-align: center;
}
.wrap2 .wrap-list {
  margin-top: 58px;
  display: flex;
  gap: 24px 16px;
  justify-content: space-between;
  align-items: center;
}
.wrap2 .list-item {
  width: 335px;
  position: relative;
  padding: 62px 30px 36px;
  background: url("../../../img/black-friday-2025/wrap2-item.png") no-repeat center / cover;
  background-size: 100% 100%;
}
.wrap2 .list-item.item2 {
  padding: 72px 30px 40px;
  width: 368px;
  z-index: 9;
}
.wrap2 .list-item.item2::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  width: 382px;
  height: 416px;
  border-radius: 29px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  z-index: -1;
}
.wrap2 .list-item.item2 .item-sale {
  width: 224px;
  height: 44px;
  border-radius: 0;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../../../img/black-friday-2025/item2-sale.png") no-repeat center / cover;
  color: #8e12d6;
  text-align: center;
  font-size: 21.153px;
  font-weight: 600;
  line-height: normal;
}
.wrap2 .list-item .item-sale {
  position: absolute;
  top: 3px;
  right: 2px;
  padding: 8px 20px;
  border-radius: 0 20px 0 10px;
  background: linear-gradient(to bottom right, #fff 0%, rgba(255, 255, 255, 0) 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #fff 0%, rgba(255, 255, 255, 0) 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #fff 0%, rgba(255, 255, 255, 0) 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #fff 0%, rgba(255, 255, 255, 0) 50%) top right / 50% 50% no-repeat, radial-gradient(171.8% 117.34% at 34.23% 104.78%, rgba(182, 253, 219, 0) 0%, #b6fddb 86.81%), linear-gradient(303deg, rgba(255, 255, 255, 0) 0%, #00d970 91.85%), linear-gradient(292deg, #00d970 0%, rgba(255, 255, 255, 0) 100.5%), #fff;
  color: #117b49;
  text-align: center;
  font-size: 19.484px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wrap2 .list-item .item-tit {
  color: #fff;
  text-align: center;
  font-size: 28.94px;
  font-weight: 600;
  line-height: normal;
}
.wrap2 .list-item .item-price {
  margin-top: 24px;
  color: #fff;
  font-size: 22.193px;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}
.wrap2 .list-item .item-price .new-price {
  margin-right: 8px;
  color: #fff83c;
  font-size: 41.92px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.wrap2 .list-item .item-old-price {
  margin-top: 14px;
  color: #fff;
  text-align: center;
  font-size: 20.671px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.wrap2 .list-item .item-tip {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 16.537px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.wrap2 .list-item .item-txt {
  min-height: 20px;
  margin-top: 12px;
  color: #20db9d;
  text-align: center;
  font-size: 16.922px;
  font-weight: 400;
  line-height: normal;
}
.wrap2 .list-item .item-btn {
  display: block;
  width: 97%;
  margin: 18px auto 0;
  padding: 14px 0;
  border-radius: 34.523px;
  background: linear-gradient(0deg, #15ddf3 0%, #22da8a 100%), linear-gradient(0deg, #5735ff 0%, #5735ff 100%), linear-gradient(180deg, #5735ff 0%, #ad9dff 100%);
  color: #fff;
  text-align: center;
  text-shadow: 0 3.701px 16.191px rgba(0, 0, 0, 0.4);
  font-size: 22.193px;
  font-weight: 500;
  line-height: normal;
  transition: all 0.4s;
}
.wrap2 .list-item .item-btn:hover {
  transform: translateY(-8px);
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .wrap1 .wrap-cont .cont-left {
    padding: 36px 10px;
  }
  .wrap2 .list-item.item2::before {
    content: none;
  }
}
@media (max-width: 996px) {
  .wrap1 .cont-phone {
    width: 70%;
    height: auto;
  }
  .wrap2 {
    margin-top: 70px;
    padding: 0 0 200px;
    background: url("../../../img/black-friday-2025/wrap2-mb.png") no-repeat bottom center;
    background-size: contain;
  }
  .wrap2 .wrap-list {
    flex-direction: column;
  }
  .wrap2 .list-item {
    max-width: 345px;
  }
  .wrap2 .list-item.item2 {
    order: 1;
    max-width: 345px;
  }
  .wrap2 .list-item:first-child {
    order: 3;
  }
  .wrap2 .list-item:last-child {
    order: 2;
  }
  .wrap2 .wrap2-top {
    max-width: 270px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .wrap-tit {
    font-size: 28px;
  }
  .mb-style {
    display: block;
  }
  .pc-style {
    display: none;
  }
  .container {
    max-width: 100%;
  }
  .banner .banner-btn {
    bottom: 42%;
    padding: 10px 30px;
    font-size: 20px;
  }
  .wrap1 {
    margin-top: 62px;
    padding: 0;
    background: none;
  }
  .wrap1 .wrap-cont {
    background: url("../../../img/black-friday-2025/wrap1-cont-mb.webp") no-repeat center / cover;
    justify-content: center;
    background-size: 100% 100%;
    margin-top: 32px;
  }
  .wrap1 .wrap-cont .cont-right {
    display: none;
  }
  .wrap1 .wrap-cont .cont-left {
    padding: 364px 10px 30px;
  }
  .wrap1 .cont-tit {
    font-size: 26px;
  }
  .wrap1 .cont-sale {
    padding: 8px 0 8px 10px;
    width: 148px;
    height: 42px;
    font-size: 21.175px;
  }
  .wrap1 .cont-price {
    font-size: 46px;
  }
  .wrap1 .cont-plan {
    max-width: 252px;
    height: auto;
  }
  .wrap1 .cont-old-price {
    margin-top: 12px;
    font-size: 16px;
  }
  .wrap1 .cont-tip {
    margin-top: 14px;
    font-size: 14px;
  }
  .wrap1 .cont-btn {
    font-size: 16px;
  }
}
