header {
  display: none;
}
h1 {
  font-size: 0;
}
main {
  background: #070046;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .container {
  width: var(--page-width);
  margin: 0 auto;
}
.banner {
  overflow: hidden;
  position: relative;
}
.banner .container {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.banner .banner-background {
  position: relative;
  max-width: 100%;
  min-width: var(--page-width);
  left: 50%;
  transform: translateX(-50%);
}
.banner .banner-btn {
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.banner .banner-btn:hover {
  filter: drop-shadow(0 33px 28px rgba(7, 0, 70, 0.5));
  transform: translate(-50%, calc(-50% - 8px));
}
.banner .logo {
  width: 160px;
  height: 54px;
}
.wrap-1 {
  background: #070046;
}
.wrap-1 .container {
  padding: 146px 0 50px 0;
}
.wrap-1 .wrap1-title {
  color: #FFF;
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  background: url(../../img/black-friday-sale/wrap-title.png) bottom no-repeat;
  background-size: 674px 201px;
  margin: 0 auto;
  height: 138px;
  max-width: 850px;
}
.wrap-1 .wrap1-title span {
  background: linear-gradient(to right, #ED27FF, #9E91FF, #12B8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrap-1 .wrap-content {
  position: relative;
  padding: 31px 23px;
  margin-top: 24px;
  border-radius: 36px;
  border: 3px solid #7A5CFD;
  background: #100576;
  box-shadow: 0 4px 135px 0 rgba(143, 131, 253, 0.39);
}
.wrap-1 .wrap-content .top-pic {
  width: 100%;
}
.wrap-1 .wrap-content .list-content {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  background: #392BAE;
  margin-top: 24px;
  padding: 24px;
  gap: 42px;
}
.wrap-1 .wrap-content .list-content .item-content {
  padding: 22px 43px;
}
.wrap-1 .wrap-content .list-content .item {
  background: #F0F1FF;
  border-radius: 12px;
  width: 100%;
}
.wrap-1 .wrap-content .list-content .item .item-tit {
  margin-right: 162px;
  padding: 8px 8px;
  background: #D3E4FF;
  color: #0057fb;
  font-size: 14px;
  border-radius: 12px 0 12px 0;
  opacity: 0.7;
  font-weight: 700;
  text-align: center;
}
.wrap-1 .wrap-content .list-content .item .price {
  color: #1062FB;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.wrap-1 .wrap-content .list-content .item .price span {
  font-size: 18px;
  font-weight: 400;
}
.wrap-1 .wrap-content .list-content .item .old-price {
  color: #4B4D65;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.wrap-1 .wrap-content .list-content .item .old-price del {
  text-decoration-line: line-through;
}
.wrap-1 .wrap-content .list-content .item .billing {
  color: #4B4D65;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 10px;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
.wrap-1 .wrap-content .list-content .item .billing .tip {
  content: '';
  opacity: 0;
  position: absolute;
  top: -32px;
  left: 0;
}
.wrap-1 .wrap-content .list-content .item2 {
  position: relative;
}
.wrap-1 .wrap-content .list-content .item2::before {
  position: absolute;
  content: '';
  background: url(../../img/black-friday-sale/item-decoration.png) no-repeat;
  top: -3px;
  right: -3px;
  width: 83px;
  height: 83px;
}
.wrap-1 .wrap-content .list-content .item2::after {
  content: '-80%';
  position: absolute;
  transform: rotate(45deg);
  right: 10px;
  top: 18px;
  font-weight: 600;
  color: #FFF;
  font-size: 15px;
  text-align: center;
}
.wrap-1 .wrap-content .list-content .item3 {
  position: relative;
}
.wrap-1 .wrap-content .list-content .item3::before {
  position: absolute;
  content: '';
  background: url(../../img/black-friday-sale/item-decoration.png) no-repeat;
  top: -3px;
  right: -3px;
  width: 83px;
  height: 83px;
}
.wrap-1 .wrap-content .list-content .item3::after {
  content: '50%OFF';
  position: absolute;
  transform: rotate(45deg);
  right: 1px;
  top: 18px;
  font-weight: 600;
  color: #FFF;
  font-size: 15px;
  text-align: center;
}
.wrap-1 .wrap-content::before {
  content: '';
  position: absolute;
  background: url(../../img/black-friday-sale/decoration1.png) no-repeat;
  width: 300px;
  height: 335px;
  top: -10%;
  left: -35%;
  opacity: 0.5;
}
.wrap-1 .wrap-content::after {
  content: '';
  position: absolute;
  background: url(../../img/black-friday-sale/decoration2.png) no-repeat;
  width: 288px;
  height: 274px;
  top: -43%;
  right: -20%;
}
.wrap-1 .btn-container {
  margin-top: 28px;
  gap: 14px;
  display: flex;
  flex-direction: column;
}
.wrap-1 .win-btn {
  padding: 11px 54px;
  border-radius: 20px;
  background: linear-gradient(90deg, #ED27FF 0%, #0084FF 100%);
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  transition: all 0.3s;
}
.wrap-1 .mac-btn {
  padding: 11px 54px;
  border-radius: 20px;
  background: linear-gradient(90deg, #ED27FF 0%, #0084FF 100%);
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  transition: all 0.3s;
}
.wrap-1 .win-btn:hover,
.wrap-1 .mac-btn:hover {
  transform: translateY(-8px);
}
.wrap-1 .icon-mac {
  width: 22px;
  height: 22px;
  background-image: url(../../img/black-friday-sale/mac.svg);
  background-repeat: no-repeat;
}
.wrap-1 .icon-win {
  width: 22px;
  height: 22px;
  background-image: url(../../img/thanksgiving/win.svg);
  background-repeat: no-repeat;
}
.wrap-2 {
  position: relative;
  background: #070046;
  margin-top: 124px;
  padding-bottom: 306px;
}
.wrap-2 .mobile-dropdown {
  display: none;
}
.wrap-2 .wrap2-title {
  color: #FFF;
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  background: url(../../img/black-friday-sale/wrap-title.png) bottom no-repeat;
  background-size: 674px 201px;
  margin: 0 auto;
  height: 138px;
  max-width: 694px;
}
.wrap-2 .wrap2-title span {
  background: linear-gradient(to right, #ED27FF, #9E91FF, #12B8FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrap-2 .wrap-content {
  position: relative;
  margin-top: 40px;
  border-radius: 36px;
  border: 3px solid rgba(66, 159, 236, 0.4);
  background: #100576;
  box-shadow: 0 4px 135px 0 rgba(143, 131, 253, 0.39);
}
.wrap-2 .wrap-content .swiper-box {
  position: relative;
  padding: 24px;
}
.wrap-2 .wrap-content .swiper-box::before {
  position: absolute;
  content: '';
  top: 63%;
  left: -12%;
  width: 205px;
  height: 250px;
  z-index: 2;
  background: url(../../img/black-friday-sale/decoration5.png);
}
.wrap-2 .wrap-content .swiper-box::after {
  position: absolute;
  content: '';
  top: 74%;
  right: -8%;
  width: 194px;
  height: 182px;
  z-index: 2;
  background: url(../../img/black-friday-sale/decoration6.png);
}
.wrap-2 .wrap-content .top-pic {
  width: 100%;
}
.wrap-2 .wrap-content .mobile-toppic {
  width: 100%;
}
.wrap-2 .wrap-content .swiper {
  z-index: 1;
}
.wrap-2 .wrap-content .swiper-slide {
  position: relative;
  padding: 40px 0 46px 0;
  border-radius: 0 0 16px 16px;
  background: #F0F1FF;
  box-shadow: 0 0 36px 8px rgba(185, 102, 72, 0.13);
  justify-content: center;
  gap: 58px;
}
.wrap-2 .wrap-content .item {
  border-radius: 14px;
  border: 1px solid #B3B7F2;
  background: #FFF;
}
.wrap-2 .wrap-content .item1 {
  position: relative;
}
.wrap-2 .wrap-content .item1::before {
  position: absolute;
  content: '';
  background: url(../../img/black-friday-sale/item-decoration.png) no-repeat;
  top: -4px;
  right: -3px;
  width: 83px;
  height: 83px;
}
.wrap-2 .wrap-content .item1::after {
  content: '-60%';
  position: absolute;
  transform: rotate(45deg);
  right: 14px;
  top: 18px;
  font-weight: 600;
  color: #FFF;
  font-size: 15px;
  text-align: center;
}
.wrap-2 .wrap-content .item-2 {
  position: relative;
}
.wrap-2 .wrap-content .item-2::before {
  position: absolute;
  content: '';
  background: url(../../img/black-friday-sale/item-decoration.png) no-repeat;
  top: -4px;
  right: -3px;
  width: 83px;
  height: 83px;
}
.wrap-2 .wrap-content .item-2::after {
  content: '-$100';
  position: absolute;
  transform: rotate(45deg);
  right: 8px;
  top: 16px;
  font-weight: 600;
  color: #FFF;
  font-size: 15px;
  text-align: center;
}
.wrap-2 .wrap-content .item-2 .item-content {
  padding: 14px 62px 32px 68px;
}
.wrap-2 .wrap-content .item-title {
  color: #4C8AFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 8px 8px 0;
  background: rgba(254, 124, 55, 0.1);
  margin-right: 162px;
  padding: 8px 8px;
  border-radius: 14px 0 14px 0;
  background-color: #D3E4FF;
}
.wrap-2 .wrap-content .item-content {
  padding: 12px 49px 32px 52px;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wrap-2 .wrap-content .price {
  color: #1062FB;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
}
.wrap-2 .wrap-content .price span {
  font-size: 20px;
  font-weight: 400;
}
.wrap-2 .wrap-content .old-price {
  color: #4B4D65;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.wrap-2 .wrap-content .old-price del {
  text-decoration-line: line-through;
}
.wrap-2 .wrap-content .cancel {
  color: #4B4D65;
  text-align: center;
  font-size: 16px;
  margin: 12px 0 20px 0;
  font-weight: 600;
}
.wrap-2 .wrap-content .trial {
  color: #F55400;
  font-size: 14px;
  width: 256px;
  height: 32px;
  border-radius: 6px;
  background: rgba(250, 144, 81, 0.16);
  margin: 0 auto;
}
.wrap-2 .wrap-content .gap-top {
  margin-top: 64px;
}
.wrap-2 .wrap-content::before {
  content: '';
  position: absolute;
  background: url(../../img/black-friday-sale/decoration3.png) no-repeat;
  width: 227px;
  height: 268px;
  top: -19%;
  left: -24%;
}
.wrap-2 .wrap-content::after {
  content: '';
  position: absolute;
  background: url(../../img/black-friday-sale/decoration4.png) no-repeat;
  width: 246px;
  height: 260px;
  top: -19%;
  right: -20%;
  opacity: 0.5;
}
.wrap-2 .content-list {
  border-radius: 18px 18px 0 0;
  position: relative;
  justify-content: space-between;
  background: #FFDEC2;
  box-shadow: 0 1px 22px 0 rgba(221, 173, 64, 0.41) inset;
}
.wrap-2 .content-list img {
  width: 60px;
  height: 60px;
}
.wrap-2 .content-list p {
  color: #202020;
  font-size: 18px;
  line-height: 28px;
  display: none;
}
.wrap-2 .list {
  transition: all 0.3s;
  padding: 16px;
  cursor: pointer;
}
.wrap-2 .btn-container {
  position: relative;
  gap: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  margin-top: 12px;
}
.wrap-2 .win-btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  background: linear-gradient(90deg, #ED27FF 0%, #0084FF 100%);
  padding: 11px 54px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  gap: 10px;
  transition: all 0.3s;
}
.wrap-2 .mac-btn {
  padding: 11px 54px;
  border-radius: 20px;
  background: linear-gradient(90deg, #ED27FF 0%, #0084FF 100%);
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  gap: 10px;
  transition: all 0.3s;
}
.wrap-2 .win-btn:hover,
.wrap-2 .mac-btn:hover {
  transform: translateY(-8px);
}
.wrap-2 .icon-mac {
  width: 22px;
  height: 22px;
  background-image: url(../../img/black-friday-sale/mac.svg);
  background-repeat: no-repeat;
}
.wrap-2 .icon-win {
  width: 22px;
  height: 22px;
  background-image: url(../../img/thanksgiving/win.svg);
  background-repeat: no-repeat;
}
.wrap-2 .active {
  background: #F0F1FF;
  border-radius: 14px 14px 0 0;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-2 .active p {
  display: flex;
}
.wrap-2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 555px;
  background: url(../../img/black-friday-sale/wrap2-background.png) bottom / 100% 555px no-repeat;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .banner .container {
    transform: translateX(-23%);
  }
  .banner .banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 64px;
    top: 69%;
  }
  .wrap-1 .container {
    width: 100%;
  }
  .wrap-1 .wrap-content .list-content {
    flex-wrap: wrap;
    gap: 24px;
  }
  .wrap-1 .wrap-content::before,
  .wrap-1 .wrap-content::after {
    display: none;
  }
  .wrap-2 .container {
    width: 100%;
  }
  .wrap-2 .wrap-content .swiper-box::before {
    display: none;
  }
  .wrap-2 .wrap-content .swiper-box::after {
    display: none;
  }
  .wrap-2 .wrap-content::before,
  .wrap-2 .wrap-content::after {
    display: none;
  }
  .wrap-2 .wrap-title {
    margin: 0 auto;
  }
  .wrap-2 .list {
    padding: 16px 7px;
  }
  .wrap-2::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner .banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 64px;
    top: 69%;
  }
  .banner .logo {
    width: 110px;
    height: 38px;
    margin-left: 6%;
  }
  .wrap-1 {
    padding: 0 16px;
  }
  .wrap-1 .container {
    width: 100%;
    padding: 0;
  }
  .wrap-1 .wrap1-title {
    font-size: 20px;
    background: url(../../img/black-friday-sale/wrap-mbtitle.png) bottom no-repeat;
    height: 64px;
    padding: 22px;
  }
  .wrap-1 .item2,
  .wrap-1 .item3 {
    background: #FFF;
    border-radius: 12px;
  }
  .wrap-1 .wrap-content {
    padding: 0;
    margin-top: 24px;
    border-radius: 14px;
    padding: 9px;
  }
  .wrap-1 .wrap-content .inner-border {
    border: none;
    padding-top: 12px;
    padding: 12px 0 28px 0;
  }
  .wrap-1 .wrap-content .top-pic {
    width: 100%;
    margin: 0;
  }
  .wrap-1 .wrap-content .list-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #100576;
    gap: 24px;
    margin: 0;
    padding: 40px 10px 10px 10px;
  }
  .wrap-1 .wrap-content::before,
  .wrap-1 .wrap-content::after {
    display: none;
  }
  .wrap-1 .mac-btn,
  .wrap-1 .win-btn {
    padding: 10px 35px;
  }
  .wrap-2 {
    background: url(../../img/black-friday-sale/wrap2-mbbackground.png) bottom / cover no-repeat;
    background-size: 100% 252px;
    margin-top: 80px;
    padding: 0 16px;
    padding-bottom: 116px;
  }
  .wrap-2 .container {
    width: 100%;
  }
  .wrap-2 .wrap2-title {
    font-size: 20px;
    background: url(../../img/black-friday-sale/wrap-mbtitle.png) bottom no-repeat;
    height: 64px;
    padding: 22px;
  }
  .wrap-2 .wrap-content {
    border-radius: 16px;
    margin-top: 0;
  }
  .wrap-2 .wrap-content .item-title {
    font-size: 14px;
  }
  .wrap-2 .wrap-content .price {
    font-size: 32px;
  }
  .wrap-2 .wrap-content .cancel {
    font-size: 14px;
  }
  .wrap-2 .wrap-content .item-content {
    padding: 10px 0px 5px 49px;
  }
  .wrap-2 .wrap-content .item {
    height: auto;
    width: 100%;
    padding-bottom: 16px;
  }
  .wrap-2 .wrap-content .item-2 .item-content {
    padding: 10px 0px 5px 49px;
  }
  .wrap-2 .wrap-content .swiper-slide {
    flex-direction: column;
    border-radius: 16px;
    gap: 38px;
    padding: 0;
    box-shadow: none;
  }
  .wrap-2 .wrap-content .swiper-box {
    background: #F0F1FF;
    border-radius: 14px;
  }
  .wrap-2 .wrap-content .swiper-box::before,
  .wrap-2 .wrap-content .swiper-box::after {
    display: none;
  }
  .wrap-2 .wrap-content::before,
  .wrap-2 .wrap-content::after {
    display: none;
  }
  .wrap-2 .content-list {
    display: none;
  }
  .wrap-2 .mobile-dropdown {
    display: block;
    margin-top: 16px;
  }
  .wrap-2 .dropdown-header {
    border-radius: 20px;
    background: #FFF;
    padding: 16px 14px;
    justify-content: space-between;
    cursor: pointer;
  }
  .wrap-2 .dropdown-header .arrow {
    transition: transform 0.3s ease;
  }
  .wrap-2 .dropdown-header .item {
    gap: 8px;
  }
  .wrap-2 .dropdown-content {
    position: relative;
    top: -16px;
    background-color: #FFF;
    border-radius: 0 0 20px 20px;
    padding: 20px 0 20px 12px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
  }
  .wrap-2 .dropdown-content img {
    width: 40px;
    height: 40px;
  }
  .wrap-2 .dropdown-content .item {
    cursor: pointer;
    transition: background-color 0.2s ease;
    align-items: center;
    border-radius: 8px;
    gap: 8px;
  }
  .wrap-2 .dropdown-content .item:hover {
    background-color: rgba(229, 110, 45, 0.1);
  }
  .wrap-2 .dropdown-content .item span {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
  }
  .wrap-2 .mobile-dropdown.open .dropdown-content {
    max-height: 1500px;
    opacity: 1;
  }
  .wrap-2 .mobile-dropdown.open .dropdown-header .item span {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
  }
  .wrap-2 .mobile-dropdown.open .dropdown-header .arrow {
    transform: rotate(180deg);
  }
  .wrap-2 .btn-container {
    margin-top: 28px;
  }
  .wrap-2 .mac-btn,
  .wrap-2 .win-btn {
    padding: 10px 35px;
  }
}
@media (max-width: 390px) {
  .banner .banner-btn {
    top: 69%;
  }
}
