:root {
  --familySpartan: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  --familyFjalla: "Fjalla One", sans-serif; }

.nav-bf-icon {
  margin-top: -20px;
  margin-right: 20px !important; }
  .nav-bf-icon > a {
    display: inline-flex; }

.nav_sale__icon {
  position: relative;
  z-index: 1;
  text-align: center; }
.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; }
.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;
    cursor: pointer;
    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 14px/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: 260px;
  height: auto;
  background: #15171C;
  border-radius: 8px;
  text-align: center; }

.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: 8px !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 0px; }
  .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;
  margin-left: 0px;
  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: 20px 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; }
  .pop_sale__center.pop_isridr .pop_sale__btn {
    margin-top: 10px;
    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: -57px;
  transform: translateY(-20px) translateX(-20px); }
.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 {
  width: 100%;
  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: -52px;
  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;
    letter-spacing: 0.38px;
    text-shadow: 0px 1px 6px #A20232;
    font: 800 32px/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: 98%;
    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; }
    .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); } }

/*# sourceMappingURL=bf_total.css.map */
