:root {
  --familySpartan: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  --familyFredoka: "Fredoka", sans-serif; }

.to-top-etc {
  bottom: 50%; }

.nav-bf-icon {
  margin-top: 0px;
  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 !important;
  font: 600 14px/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: 140px;
  height: 32px;
  border-radius: 0; }
  .nav_sale__btn::after {
    content: '';
    display: block;
    position: absolute;
    left: -24px;
    bottom: -6px;
    margin: 0 auto;
    z-index: 1;
    width: 211px;
    height: 48px;
    border-radius: 9999px;
    background: url(./btn_spr_after.png) no-repeat -6px -6px; }
  .nav_sale__btn span {
    position: relative;
    z-index: 1;
    padding: 2px 18px 0 24px !important;
    outline: 2px solid #FF77002B;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    color: #fff !important;
    background: transparent linear-gradient(98deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
    white-space: nowrap;
    font: 500 15px/1.2 var(--familySpartan); }
    .nav_sale__btn span b {
      font: inherit;
      color: #F7FF84; }
  .nav_sale__btn:hover::after {
    background: url(./btn_spr_after.png) no-repeat -6px -68px; }
  .nav_sale__btn:hover .ribbon {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transform: all 0.3s ease; }
  .nav_sale__btn:hover span {
    background: #FF005A; }

.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: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  font: 600 18px/1.2 var(--familySpartan);
  flex-shrink: 0;
  background: transparent linear-gradient(99deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box; }
  .pop_sale__btn:after {
    content: '';
    display: block;
    width: 68px;
    height: 64px;
    position: absolute;
    right: -20px;
    top: -20px;
    background: url(./right_ear.png) no-repeat center/cover; }
  .pop_sale__btn span,
  .pop_sale__btn em {
    font: inherit;
    color: inherit;
    font-style: normal; }
  .pop_sale__btn:hover {
    background: #F60000; }

.pop_sale__right {
  right: 10px;
  padding: 240px 20px 14px;
  padding-left: 0;
  padding-right: 0;
  width: 311px;
  height: 376px;
  background: none;
  box-shadow: none;
  border-radius: 8px;
  text-align: center;
  overflow: hidden; }
  .pop_sale__right::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(./right_pop_bg.png) center top no-repeat; }

.sale_right__title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: -15px; }
  .sale_right__title > img {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    width: auto;
    max-width: none;
    height: auto; }
.sale_right__text {
  padding: 4px 0 !important;
  margin: 0 auto;
  max-width: 228px;
  color: #E7EDF3 !important;
  font: 500 16px/1.2 var(--familySpartan); }
.sale_right__pic > img {
  display: inline-block;
  vertical-align: top;
  max-width: none;
  width: auto;
  height: auto; }
.sale_right__off {
  display: inline-block;
  position: relative;
  z-index: 0;
  color: #fff;
  font: 800 26px/1 var(--familySpartan);
  letter-spacing: 0.29px;
  white-space: nowrap; }
  .sale_right__off::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; }
.sale_right__note {
  padding: 5px 0 8px !important;
  color: #000;
  font: 300 14px/1.2 var(--familySpartan); }
.sale_right__close {
  padding-top: 6px;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  width: auto !important;
  height: auto !important;
  color: rgba(17, 17, 21, 0.7);
  font: 300 14px/1.2 var(--familySpartan); }
  .sale_right__close:hover {
    color: #111115;
    text-decoration: underline; }

.bf-pop-wrap {
  background: rgba(0, 0, 0, 0.8); }

.bf-pop-wrap .bf-center-popup .bf-popup-close {
  position: relative;
  right: 0px;
  top: 0px;
  left: auto;
  bottom: auto;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0%;
  font: inherit;
  color: inherit; }
  .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:hover {
    background: none;
    text-decoration: underline;
    transform: rotate(0deg); }

.pop_sale__center .pop_center_box {
  width: 662px;
  margin: 0px;
  margin-left: 33px;
  position: relative;
  z-index: 1; }
.pop_sale__center.pop_vpnpdf {
  width: 761px;
  height: 489px;
  background: url(./center_pop_bg.png) center center no-repeat; }
  .pop_sale__center.pop_vpnpdf .pop_center_box {
    width: 663px;
    margin: 324px 0 0 62px; }
  .pop_sale__center.pop_vpnpdf .pop_sale__btn {
    margin: 16px auto 4px;
    min-width: 228px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    background: transparent linear-gradient(99deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    box-shadow: 0px 2px 6px #A16A1A; }
    .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_vpnpdf .pop_sale__btn:hover {
      background: #FF0060; }
.pop_sale__center.pop_isridr {
  width: 729px;
  height: 414px; }
  .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.pdf .sale_reduce {
    font-size: 14px; }
  .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: 18px auto 0px;
    padding: 0;
    display: block;
    height: 50px;
    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: 20px; }
  .pop_sale__center.pop_isridr .sale_center__pic {
    position: relative;
    margin: 0;
    margin-left: 46px;
    flex-shrink: 0; }
  .pop_sale__center.pop_isridr .center_off {
    position: absolute;
    left: -90px;
    bottom: 0px;
    margin: 0 auto;
    z-index: 2;
    width: auto;
    max-width: none;
    transform: scale(0.7); }
  .pop_sale__center.pop_isridr .pop_sale__btn {
    min-width: 100%;
    height: 46px; }
  .pop_sale__center.pop_isridr .sale_center__desc {
    padding-top: 10px; }
.pop_sale__center .center_note {
  color: #FFF;
  font: 500 16px/1.2 var(--familySpartan); }
  .pop_sale__center .center_note b,
  .pop_sale__center .center_note span {
    color: #FFF93D;
    font: 700 18px/1.2 var(--familySpartan); }
.pop_sale__center .pop_sale__bottom {
  margin: 35px 0;
  width: 240px;
  text-align: center; }

.sale_center__pic {
  position: relative;
  margin: 0 auto 4px;
  margin-top: -10px;
  text-align: center;
  width: 250px;
  height: 220px; }
  .sale_center__pic > img {
    width: auto;
    height: auto;
    max-width: none; }
  .sale_center__pic .center_off {
    position: absolute;
    left: 0px;
    bottom: 46px;
    z-index: 2; }
.sale_center__title {
  padding: 15px 0 0px;
  margin-bottom: -10px;
  width: auto;
  max-width: none;
  text-align: center; }
.sale_center__desc {
  color: #564C3F !important;
  font: 500 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: 20px 0 25px;
  color: #000 !important;
  font: 500 16px/1.8 var(--familySpartan);
  text-align: left; }
  .sale_center__text b {
    font: inherit;
    font-weight: 700;
    color: #EE1308 !important;
    font-size: 26px; }

.sale_inner {
  position: relative;
  z-index: 2; }

.progress {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 393px;
  height: 20px; }
  .progress .pb_tme {
    position: absolute;
    top: 50%;
    right: 6px;
    z-index: 2;
    transform: translateY(-50%);
    padding: 6px 0;
    color: #000;
    font: 500 14px/1.2 var(--familySpartan);
    white-space: nowrap; }
  .progress .progress_bar {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #FDDCA6 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 0px 6px #F65A00B0;
    border-radius: 13px; }
  .progress .bar_reduce {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 25%;
    height: 14px;
    background: repeating-linear-gradient(45deg, #FFB001, #FFBD00 4px, rgba(255, 255, 255, 0.5) 4px, rgba(255, 255, 255, 0.5) 8px);
    box-shadow: inset 0px 0px 2px #D80619;
    border-radius: 9999px; }
    .progress .bar_reduce::after {
      content: '';
      display: block;
      position: absolute;
      top: -16px;
      right: -12px;
      width: 38px;
      height: 38px;
      background: url(./pop_bell.png) center center no-repeat; }

.sale_reduce {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: #000;
  font: 700 16px/1.2 var(--familySpartan);
  height: 22px; }
  .sale_reduce p {
    font: inherit;
    color: inherit;
    white-space: nowrap; }
  .sale_reduce .reduceNum {
    --w: 34px;
    --h: 22px;
    position: relative;
    display: flex;
    vertical-align: bottom;
    height: var(--h);
    text-align: center;
    gap: 4px; }
  .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 .numlist {
      display: block;
      width: inherit;
      height: inherit;
      color: #fff;
      font: 700 16px/1.2 var(--familySpartan);
      line-height: var(--h);
      transform: translateY(2px); }
      .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); }

.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=xmas_total.css.map */
