: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: -28px;
  right: 0px;
  bottom: -10px;
  margin: 0 auto;
  z-index: 0;
  width: 175px;
  height: 49px;
  opacity: 0;
  transition: all 0.3s;
  background: url(ribbon.png)
}

.nav_sale__btn::before {
  content: '';
  display: block;
  position: absolute;
  top: -18px;
  left: -36px;
  z-index: 2;
  width: 61px;
  height: 63px;
  background: url(./santa_claus.png) center center no-repeat
}

.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: transparent linear-gradient(88deg, #FF4E4E 0%, #EC0C00 100%) 0% 0% no-repeat padding-box;
  white-space: nowrap;
  font: 600 12px/1.2 var(--familySpartan);
  box-shadow: 0px 3px 6px #650500
}

.nav_sale__btn span b {
  font: inherit;
  color: inherit
}

.nav_sale__btn:hover::after {
  opacity: 1
}

.nav_sale__btn:hover span {
  background: transparent linear-gradient(90deg, #FE5C5C 0%, #FF2116 100%) 0% 0% no-repeat padding-box
}

.nav_sale__btn:hover span b {
  font: inherit;
  color: #84FFBE
}

.pop_sale__btn {
  position: relative;
  z-index: 1;
  display: flex;
  width: 234px;
  min-width: 234px;
  height: 46px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font: 600 18px/1.2 var(--familySpartan);
  flex-shrink: 0;
  background: url(green_n.png) no-repeat center top
}

.pop_sale__btn span,
.pop_sale__btn em {
  font: inherit;
  color: inherit;
  font-style: normal
}

.pop_sale__btn:hover {
  background-position: 0px -46px
}

.pop_sale__right {
  width: 257px;
  height: 322px;
  background: url(right_bg.png);
  border-radius: 8px;
  text-align: center;
  justify-content: flex-start;
  border-radius: 5px;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.35)
}

.pop_sale__right.idr .sale_right__list {
  padding: 10px 0 18px 0px
}

.pop_sale__right.pdf .sale_right__list {
  padding: 10px 0 18px 10px
}

.pop_sale__right.isr .sale_right__list li,
.pop_sale__right.idr .sale_right__list li,
.pop_sale__right.pdf .sale_right__list li {
  font: 400 14px/1 var(--familySpartan)
}

.pop_sale__right h3 {
  display: inline-block;
  position: relative;
  z-index: 0;
  color: #fff;
  font: 800 26px/1 var(--familySpartan);
  letter-spacing: 0.29px;

}

.pop_sale__right h3:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  font: inherit;
  line-height: 1;
  background-image: linear-gradient(180deg, #07C176 0%, #00AF12 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-align: center
}

.pop_sale__right p {

  font: normal normal 300 14px/16px League Spartan
}

.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: 3px !important;
  right: 0 !important;
  margin: auto !important
}

.sale_right__head {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.sale_right__head .sale_head__text {
  padding: 0px 10px;
  margin-left: 0px;
  text-align: center;
  color: #E7EDF3;
  white-space: normal;
  font: normal normal bold 14px/16px League Spartan
}

.sale_right__head .sale_head__pic {
  width: auto;
  margin-top: 15px;
  text-align: center
}

.sale_right__close {
  margin-top: 0px !important;
  padding-top: 6px;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  width: auto !important;
  height: auto !important;
  color: #111115;
  font: 300 14px/1.2 var(--familySpartan)
}

.sale_right__close:hover {
  text-decoration: underline
}

.bf-pop-wrap {
  background: rgba(0, 0, 0, 0.8)
}

.bf-pop-wrap .bf-center-popup .bf-popup-close {
  position: inherit;
  width: 100%;
  color: #8E8E8E;
  text-align: center;
  cursor: pointer;
  font: normal normal medium 14px/16px var(--familySpartan)
}

.pop_sale__center .pop_center_box {
  margin: 0;
  position: relative;
  z-index: 1
}

.pop_sale__center.pop_vpnpdf {
  width: 662px;
  height: 390px;
  background: url(./center_pop_bg.png) center center no-repeat;
  box-shadow: 0px 5px 10px #000
}

.pop_sale__center.pop_vpnpdf .pop_sale__btn {
  margin: 13px auto 6px;
  font-size: 18px
}

.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: 729px;
  height: 414px;
  align-items: flex-start;
  flex-direction: inherit
}

.pop_sale__center.pop_isridr.pdf .sale_center__text {
  font-size: 18px
}

.pop_sale__center.pop_isridr.pdf .sale_center__text b {
  font-size: 22px
}

.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 .sale_center__title {
  margin-top: 69px;
  padding: 0;
  display: block;
  height: 60px;
  text-indent: -9999px;
  background: url(./center_pop_title_other.png) center bottom no-repeat
}

.pop_sale__center.pop_isridr .sale_center__box {
  margin-top: 26px;
  gap: 30px
}

.pop_sale__center.pop_isridr .sale_center__pic {
  position: relative;
  margin: 0;
  margin-right: 10px;
  flex-shrink: 0
}

.pop_sale__center.pop_isridr .center_off {
  position: absolute;
  left: -23px;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  z-index: 2;
  max-width: none;
  width: 305px;
}

.pop_sale__center.pop_isridr .pop_sale__btn {
  width: 234px;
  height: 46px;
  border-radius: 4px;
  background: transparent linear-gradient(180deg, #FF3D00 0%, #E50300 100%) 0% 0% no-repeat padding-box
}

.pop_sale__center.pop_isridr .pop_sale__btn:hover {
  background: #FE491B
}

.pop_sale__center.pop_isridr .sale_center__desc {
  padding-top: 10px
}

.sale_center__pic {
  margin: 0 auto;
  text-align: center
}

.sale_center__pic>img {
  width: auto;
  height: auto;
  max-width: none
}

.sale_center__pic .off_box {
  position: absolute;
  left: 62px;
  top: 188px
}

.sale_center__title {
  width: auto;
  max-width: none;
  margin-bottom: -82px;
  transform: translateY(-63px)
}

.sale_center_title_text {
  margin-top: 15px;
  color: #fff;
  font: normal normal medium 16px/16px var(--familySpartan)
}

.sale_center_title_text span {
  color: #FFF93D
}

.sale_center__desc {
  color: #FFFEFB;
  font: 600 14px/1.2 var(--familySpartan)
}

.sale_center__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px
}

.sale_center__right {
  max-width: 344px;
  text-align: left
}

.sale_center__text {
  padding: 25px 0 !important;
  color: #000000;
  font: 400 24px/1.8 var(--familySpartan);
  text-align: center
}

.sale_center__text b {
  font: inherit;
  font-weight: 700;
  color: #EE1308
}

.sale_head__pic {
  width: 104px;
  flex-shrink: 0
}

.sale_head__pic>img {
  display: inline-block;
  margin-top: -27px;
  vertical-align: top;
  width: auto;
}

.sale_head__text {
  margin-left: -30px;
  text-align: left;
  white-space: nowrap
}

.sale_head__text span {
  padding-top: 10px;
  display: block;
  color: #000;
  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 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: 311px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.32);
  border-radius: 10px
}

.progress .bar_reduce {
  position: absolute;
  top: 3px;
  left: 2px;
  width: 98%;
  height: 13px;
  background: url(bar_bg.png);
  border-radius: 9999px
}

.progress .bar_reduce::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 29px;
  right: -16px;
  top: -12px;
  background: url(ling.png)
}

.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 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #000;
  font: 500 14px/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: transparent linear-gradient(90deg, #F6262600 0%, #E91A24B8 25%, #DB0E21 51%, #D9091D96 82%, #D8061A00 100%) 0% 0% no-repeat padding-box
}

.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: #fff;
  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 */