:root {
  --familySpartan: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  --familyFjalla: "Fjalla One", sans-serif;
}

.bftopbanner {
  width: 100%;
  height: 69px;
  background: url(./isr_top_banner.png) center no-repeat;
  background-color: transparent;
  -webkit-backdrop-filter: saturate(180%) blur(35px);
  backdrop-filter: saturate(180%) blur(35px);
  position: fixed;
  top: 80px;
  left: 0px;
  z-index: 2;
}

.bftopbanner .bfban_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 190px;
  gap: 70px;
  height: 100%;
  padding-top: 10px;
}

.bftopbanner .bfban_cont div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bftopbanner .bfban_cont div b {
  font-size: 34px;
  background: transparent linear-gradient(90deg, #FF2CF8 0%, #47096A 27%, #6B2DFF 66%, #FF6A6A 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bftopbanner .bfban_cont div p {
  font-size: 20px;
  color: #FFFFFF;
}

.bftopbanner .bfban_cont div p span {
  font-weight: bold;
  color: #FFDE3E;
}

.bftopbanner .bfban_cont .bf_gobtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 36px;
  background: #FF1B60 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 6px #D90748;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.bftopbanner .bfban_cont .bf_gobtn:hover {
  background: #E41A36 0% 0% no-repeat padding-box;
}

.nav-bf-icon {
  margin-top: -20px;
  margin-right: 20px !important;
}

.nav-bf-icon > a {
  display: inline-flex;
}

.new_bf_btn {
  display: flex;
  gap: 20px;
}

.new_bf_btn .new_index_btn {
  display: inline-block;
  min-width: 180px;
  padding: 0px 20px;
  height: 58px;
  border-radius: 30px;
  background: transparent;
  color: #5487FF;
  border: 1px solid #5487FF;
  line-height: 58px;
  text-align: center;
}

.new_bf_btn .new_index_btn:hover {
  background: #ffb300;
  border-color: transparent;
  color: #fff;
}

.nav_sale__icon {
  position: relative;
  z-index: 1;
  text-align: center;
  cursor: pointer;
}

.nav_sale__desc {
  color: #18191E;
  transform: scale(0.9, 0.9);
  font: 600 12px/1.2 var(--familySpartan);
}

.nav_sale__desc b {
  font: inherit;
  color: #FF004E !important;
}

.nav_sale__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 139px;
  height: 30px;
  border-radius: 9999px;
}

.nav_sale__btn::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: -3px;
  margin: 0 auto;
  z-index: 0;
  width: 100%;
  height: 30px;
  border-radius: 9999px;
  background: #15161B;
  opacity: 0.52;
  filter: blur(5px);
}

.nav_sale__btn::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -32px;
  z-index: 2;
  width: 52px;
  height: 49px;
  background: url(./clock.png) center center no-repeat;
  animation: 3s swing 1.5s ease infinite;
}

.nav_sale__btn span {
  position: relative;
  z-index: 1;
  padding: 2px 18px 0 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  color: #fff !important;
  background: #18191E;
  white-space: nowrap;
  font: 600 12px/1.2 var(--familySpartan);
}

.nav_sale__btn span b {
  font: inherit;
  color: inherit;
}

.nav_sale__btn:hover::after {
  background: #9E0031;
  opacity: 0.68;
}

.nav_sale__btn:hover span {
  background: transparent linear-gradient(90deg, #18191E 0%, #FF1B60 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 0px 6px #D90748;
}

.nav_sale__btn:hover span b {
  font: inherit;
  color: #84FFBE;
}

.pop_sale__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 98%;
  min-width: 214px;
  padding: 3px 12px 0;
  height: 40px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  color: #18191E;
  cursor: pointer;
  border-radius: 0;
  border: none;
  font: 600 18px/1.2 var(--familySpartan);
  flex-shrink: 0;
  background: transparent linear-gradient(87deg, #FFF4AA 0%, #FCC100 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(255, 255, 255, 0.922);
}

.pop_sale__btn span,
.pop_sale__btn em {
  font: inherit;
  color: inherit;
  font-style: normal;
}

.pop_sale__btn:hover {
  background: #FFF4AA;
}

.pop_sale__right {
  padding: 30px 12px 16px;
  width: fit-content;
  height: auto;
  background: #15171C;
  border-radius: 8px;
  text-align: center;
}

.pop_sale__right.vpn .sale_right__title {
  top: -50px !important;
  left: 8px !important;
}

.pop_sale__right.ied {
  background: #000;
}

.pop_sale__right.ied .sale_right__list {
  padding-left: 0px;
}

.sale_right__title {
  z-index: 1;
  text-align: center;
  display: inline-block !important;
  vertical-align: top !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  top: -45px !important;
  left: -6px !important;
  right: auto !important;
  margin: 0 !important;
}

.sale_right__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sale_right__list {
  padding: 10px 0 18px 30px;
}

.sale_right__list li {
  margin: -2px 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #FFFBE5;
  font: 400 16px/1 var(--familySpartan);
  letter-spacing: 0.16px;
}

.sale_right__list li::before {
  content: '';
  display: block;
  width: 27px;
  height: 27px;
  background: url(./r_icon.svg) center center no-repeat;
}

.sale_right__list li span {
  font: inherit;
  color: inherit;
  text-align: left;
}

.sale_right__close {
  padding-top: 6px;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  width: auto !important;
  height: auto !important;
  color: rgba(255, 251, 229, 0.3);
  font: 300 14px/1.2 var(--familySpartan);
}

.sale_right__close:hover {
  color: rgba(255, 251, 229, 0.6);
  text-decoration: underline;
}

.bf-pop-wrap {
  background: rgba(0, 0, 0, 0.8);
}

.bf-pop-wrap .bf-center-popup .bf-popup-close {
  right: 0px;
  top: 0px;
  left: auto;
  bottom: auto;
  margin: 0;
  width: 22px;
  height: 22px;
  background: rgba(172, 168, 167, 0.5);
  border-radius: 50%;
}

.bf-pop-wrap .bf-center-popup .bf-popup-close::before, .bf-pop-wrap .bf-center-popup .bf-popup-close::after {
  display: none !important;
}

.bf-pop-wrap .bf-center-popup .bf-popup-close .bf-popup-svg {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0.85;
}

.bf-pop-wrap .bf-center-popup .bf-popup-close .bf-popup-svg path {
  fill: #fff !important;
}

.bf-pop-wrap .bf-center-popup .bf-popup-close:hover {
  background: #ACA8A7;
}

.bf-pop-wrap .bf-center-popup .bf-popup-close:hover .bf-popup-svg {
  opacity: 1;
}

.bf-pop-wrap .bf-center-popup .bf-popup-close:hover .bf-popup-svg path {
  fill: #fff !important;
}

.pop_sale__center .pop_center_box {
  width: 541px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.pop_sale__center.pop_vpnpdf {
  width: 648px;
  height: 418px;
  background: url(./center_pop_bg.png) center center no-repeat;
}

.pop_sale__center.pop_vpnpdf .pop_sale__btn {
  margin: 42px auto 18px;
  min-width: 278px;
  height: 48px;
  font-size: 18px;
  box-shadow: 0px 13px 22px #000;
}

.pop_sale__center.pop_vpnpdf .pop_sale__btn span,
.pop_sale__center.pop_vpnpdf .pop_sale__btn em {
  display: inline-block;
  font: inherit;
  color: inherit;
  font-style: normal;
}

.pop_sale__center.pop_isridr {
  width: 860px;
  height: 410px;
}

.pop_sale__center.pop_isridr .pop_center__pic {
  position: absolute;
  inset: 0px;
  z-index: 0 !important;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.pop_sale__center.pop_isridr .pop_center_box {
  width: 100%;
  margin-left: 0;
  margin-top: 50px;
}

.pop_sale__center.pop_isridr .sale_center__pic {
  position: relative;
  margin: 0;
  margin-left: 48px;
  flex-shrink: 0;
}

.pop_sale__center.pop_isridr .sale_center__pic::before {
  content: '';
  display: block;
  position: absolute;
  top: 128px;
  right: -31px;
  width: 31px;
  height: 27px;
  background: url(./center_arrow.svg) center center no-repeat;
}

.pop_sale__center.pop_isridr .pop_sale__btn {
  margin-top: -30px;
  min-width: 278px;
  height: 48px;
  box-shadow: 0px 13px 22px #000000;
  border: 1px solid #FFFFFFEB;
}

.pop_sale__center.pop_isridr .sale_center__desc {
  padding-top: 16px;
}

.sale_center__pic {
  margin: 0 auto;
  text-align: center;
}

.sale_center__pic > img {
  width: auto;
  height: auto;
  max-width: none;
}

.sale_center__title {
  width: auto;
  max-width: none;
  margin-bottom: -106px;
  margin-left: -10px;
  transform: translateY(-50px);
}

.sale_center__desc {
  color: #FFFEFB;
  font: 600 14px/1.2 var(--familySpartan);
}

.sale_center__box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
}

.sale_center__right {
  max-width: 344px;
  text-align: left;
}

.sale_center__text {
  padding: 75px 0 32px;
  color: #fff;
  font: 400 24px/1.8 var(--familySpartan);
  text-align: left;
}

.sale_center__text b {
  font: inherit;
  font-weight: 700;
  color: #F7FF00;
  text-shadow: 0px 1px 4px #000;
}

.sale_inner {
  background: transparent linear-gradient(180deg, #FF004E 0%, rgba(163, 7, 57, 0.608) 39%, rgba(18, 19, 24, 0) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #FF4D8324;
}

.sale_head__pic {
  width: 104px;
  flex-shrink: 0;
}

.sale_head__pic > img {
  display: inline-block;
  margin-top: -20px;
  margin-left: -34px;
  vertical-align: top;
}

.sale_head__text {
  margin-left: -30px;
  text-align: left;
  white-space: nowrap;
}

.sale_head__text span {
  padding-top: 10px;
  display: block;
  color: #FFF6BE;
  font: 500 14px/1.2 var(--familySpartan);
}

.sale_head__text strong {
  color: #fff !important;
  letter-spacing: 0.38px;
  text-shadow: 0px 1px 6px #A20232;
  font: 800 38px/1.2 var(--familySpartan);
}

.progress {
  margin: 0 auto;
  text-align: center;
}

.progress .pb_tme {
  padding: 6px 0;
  color: #fff;
  font: 700 16px/1.2 var(--familyFjalla);
  letter-spacing: 0.66px;
}

.progress .progress_bar {
  position: relative;
  margin: 0 auto;
  width: 288px;
  height: 11px;
  background: rgba(255, 255, 255, 0.169);
  border: 1px solid rgba(255, 255, 255, 0.671);
  border-radius: 10px;
}

.progress .bar_reduce {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 30%;
  height: 5px;
  background: #00FF6D;
  box-shadow: inset 0px 2px 3px #00FF6D, 0px 1px 2px #000;
  border-radius: 9999px;
}

.progress .numGhost {
  position: absolute;
  right: 2%;
  right: 0;
  margin: 0 auto;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #C20D00;
  font: 700 20px/1.2 var(--familySpartan);
  width: 40px;
  height: 20px;
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F2BA00 39%, #FFC400 57%, rgba(128, 128, 128, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(0px);
}

.sale_reduce {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: #FFF6BE;
  font: 500 20px/1.2 var(--familySpartan);
  height: 30px;
}

.sale_reduce p {
  font: inherit;
  color: inherit;
  white-space: nowrap;
}

.sale_reduce .reduceNum {
  --w: 41px;
  --h: 30px;
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: var(--h);
  text-align: center;
  column-gap: 0;
}

.sale_reduce .scroll_tick {
  display: inline-block;
  position: relative;
  width: var(--w);
  height: var(--h);
  line-height: var(--h);
  overflow: hidden;
  text-align: center;
  background: url(./num_bg.png) center center no-repeat;
}

.sale_reduce .scroll_tick::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 90%;
  background: #FF004E;
  opacity: 0.4;
}

.sale_reduce .scroll_tick .numlist {
  display: block;
  width: inherit;
  height: inherit;
  color: #FAFF65;
  font: 700 26px/1.2 var(--familySpartan);
  line-height: var(--h);
}

.sale_reduce .scroll_tick .numlist strong,
.sale_reduce .scroll_tick .numlist b,
.sale_reduce .scroll_tick .numlist span,
.sale_reduce .scroll_tick .numlist em {
  font: inherit;
  color: inherit;
  font-style: normal;
}

.sale_reduce .scroll_tick .numlist span {
  display: block;
}

.sale_reduce .numGhost {
  position: absolute;
  left: 7%;
  right: 0;
  margin: 0 auto;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #C20D00;
  font: 700 20px/1.2 var(--familySpartan);
  width: 40px;
  height: 20px;
  background: transparent linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F2BA00 39%, #FFC400 57%, rgba(128, 128, 128, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(0px);
}

@keyframes swing {
  5% {
    transform: rotate(15deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  15% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(0);
  }
  35% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  55% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

.zoom_top {
  animation: zoomTop 0.8s forwards;
  animation-timing-function: ease-in;
  transform-origin: center center;
}

@keyframes zoomTop {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-50px);
  }
}

.zoom_out {
  animation: zoomOut 0.8s 0.3s forwards;
  animation-timing-function: ease-in;
  transform-origin: center center;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}

@media (min-width: 768px) and (max-width: 1110px) {
  .nav_sale__icon {
    display: none !important;
  }
  .bftopbanner .bfban_cont {
    padding: 0px 5%;
  }
}
