:root {
  --familySpartan: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  --familyFjalla: "Darumadrop One", sans-serif; }

.home .home-banner ._right {
  right: 0px; }
  .home .home-banner ._right._pc img {
    max-width: none;
    width: auto;
    height: auto; }

.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;
  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: #650500;
    opacity: 0.40;
    filter: blur(5px); }
  .nav_sale__btn::before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: -35px;
    z-index: 2;
    width: 61px;
    height: 63px;
    background: url(./nav_btn_icon.png) center center no-repeat;
    animation: 3s swing 1.5s ease infinite;
    animation-play-state: paused; }
  .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 14px/1.2 var(--familySpartan); }
    .nav_sale__btn span b {
      font: inherit;
      color: inherit; }
    .nav_sale__btn span::after {
      content: "";
      display: block;
      width: 175px;
      height: 49px;
      background: url(./nav_btn_bg.svg) center no-repeat;
      position: absolute;
      right: -5px;
      top: -8px;
      opacity: 0;
      transition: all .3s ease-out; }
  .nav_sale__btn:hover::before {
    animation-play-state: running; }
  .nav_sale__btn:hover::after {
    background: #DB0B00;
    opacity: 0.56; }
  .nav_sale__btn:hover span {
    background: transparent linear-gradient(90deg, #FE5C5C 0%, #FF3933 49%, #FF2116 100%) 0% 0% no-repeat padding-box; }
    .nav_sale__btn:hover span b {
      font: inherit;
      color: #F7FF84; }
    .nav_sale__btn:hover span::after {
      opacity: 1; }

.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: 0;
  border: none;
  font: 600 18px/1.2 var(--familySpartan);
  flex-shrink: 0;
  background: transparent linear-gradient(180deg, #FF3D00 0%, #E50300 100%) 0% 0% no-repeat padding-box;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  .pop_sale__btn span,
  .pop_sale__btn em {
    font: inherit;
    color: inherit;
    font-style: normal; }
  .pop_sale__btn:hover {
    background: #FE491B 0% 0% no-repeat padding-box; }

.pop_sale__right {
  right: 0px;
  bottom: 0px;
  width: 311px;
  height: 376px;
  background: url(./right_pop_bg.png);
  padding: 20px 27px 36px !important;
  font: 300 14px/1.2 var(--familySpartan); }
  .pop_sale__right.idr .sale_right__head {
    padding: 0px 5px !important; }
  .pop_sale__right.idr .sale_text_offbox div {
    margin-top: -35px;
    top: 0px; }
    .pop_sale__right.idr .sale_text_offbox div strong {
      width: fit-content;
      margin: 0px auto;
      color: #F72B00; }
    .pop_sale__right.idr .sale_text_offbox div span {
      font-size: 24px;
      margin-top: -5px; }
      .pop_sale__right.idr .sale_text_offbox div span::before {
        -webkit-text-stroke: 2px #fff; }
  .pop_sale__right.isr .sale_text_offbox div strong {
    font-size: 26px; }

.sale_text_offbox {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .sale_text_offbox img {
    max-width: none;
    width: auto;
    height: auto; }
  .sale_text_offbox h3 {
    background-image: -webkit-linear-gradient(bottom, #07C176, #00AF12);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 900;
    margin-top: -5px; }
  .sale_text_offbox div {
    margin-top: -25px;
    position: relative;
    top: -10px; }
    .sale_text_offbox div strong,
    .sale_text_offbox div span {
      display: block;
      position: relative;
      z-index: 1;
      color: #07C176; }
      .sale_text_offbox div strong::before,
      .sale_text_offbox div span::before {
        content: attr(data-text);
        position: absolute;
        left: 0;
        z-index: -1;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 6px #fff; }
    .sale_text_offbox div strong {
      font-family: Darumadrop One;
      font-size: 34px; }
    .sale_text_offbox div span {
      font-family: League Spartan;
      font-weight: 900; }
  .sale_text_offbox p {
    margin-bottom: 5px; }

.sale_right__title img {
  display: block;
  max-width: none;
  width: auto;
  margin: 0px auto; }
.sale_right__head {
  text-align: center;
  margin-top: -5px;
  padding: 0px 28px !important;
  font-weight: 500;
  color: #fff; }
  .sale_right__head b {
    font-weight: bold; }
.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 {
    display: block; }

.pop_sale__center .pop_center_box {
  width: 662px;
  margin: 27px 0px 0px 50px;
  position: relative;
  z-index: 1; }
.pop_sale__center .pop_sale__btn {
  background: url(./center_btn_bg.png) left no-repeat;
  border-radius: 4px;
  border: none; }
  .pop_sale__center .pop_sale__btn:hover {
    background: url(./center_btn_bg.png) right no-repeat; }
.pop_sale__center.pop_vpnpdf {
  width: 761px;
  height: 489px;
  background: url(./vpn_center_pop_bg.png) center center no-repeat; }
  .pop_sale__center.pop_vpnpdf .pop_center_box {
    padding-top: 15px; }
    .pop_sale__center.pop_vpnpdf .pop_center_box .sale_bottom_title {
      font-weight: 500;
      color: #fff;
      margin-top: -5px; }
      .pop_sale__center.pop_vpnpdf .pop_center_box .sale_bottom_title span {
        color: #FFF93D;
        font-size: 18px;
        font-weight: bold; }
    .pop_sale__center.pop_vpnpdf .pop_center_box .sale_text_offbox {
      margin-top: -12px; }
      .pop_sale__center.pop_vpnpdf .pop_center_box .sale_text_offbox div {
        position: absolute;
        top: 58%; }
  .pop_sale__center.pop_vpnpdf .pop_sale__btn {
    margin: 5px auto 10px;
    min-width: 234px;
    height: 46px;
    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: 761px;
  height: 443px; }
  .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 {
    padding-top: 18px; }
    .pop_sale__center.pop_isridr .pop_center_box .sale_center__pic img {
      width: auto;
      height: auto;
      max-width: none; }
  .pop_sale__center.pop_isridr .center_right_info {
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .pop_sale__center.pop_isridr .pop_sale__btn {
    min-width: 234px;
    height: 46px;
    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 {
    width: 234px;
    text-align: center;
    padding-top: 10px; }

.sale_center__title {
  display: block;
  margin: 0px auto;
  width: auto !important;
  height: auto !important; }
.sale_center__desc {
  color: #8E8E8E;
  font: 500 14px/1.2 var(--familySpartan);
  cursor: pointer; }
  .sale_center__desc:hover {
    text-decoration: underline;
    color: #111115; }
.sale_center__box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
.sale_center__right {
  max-width: 300px;
  text-align: left; }
.sale_center__text {
  font: 500 16px/1.2 var(--familySpartan);
  text-align: left;
  transform: translateX(-60px); }
  .sale_center__text b {
    font-size: 25px;
    font-weight: bold;
    color: #EE1308; }

.idr .sale_center__text {
  transform: translateX(-10px); }
.idr .sale_reduce {
  transform: translateX(-50px); }

.sale_head__pic {
  width: 104px;
  flex-shrink: 0; }
  .sale_head__pic > img {
    display: inline-block;
    margin-top: -20px;
    vertical-align: top; }
.sale_head__text {
  margin-left: 0px;
  text-align: left; }
  .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 38px/1.2 var(--familySpartan); }

.bf-right-popup.vpn .sale_head__text,
.bf-right-popup.pdf .sale_head__text {
  margin-top: 10px; }
  .bf-right-popup.vpn .sale_head__text strong,
  .bf-right-popup.pdf .sale_head__text strong {
    font-size: 23px; }

.progress {
  margin: 0 auto;
  width: 312px;
  height: 29px;
  background: url(./center_line.png) center no-repeat;
  display: flex;
  justify-content: right;
  align-items: center; }
  .progress .pb_tme {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: 4px;
    right: 10px; }

.sale_reduce {
  margin: 35px auto 0px !important;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: #000;
  font: bold 14px/1.2 var(--familySpartan) !important;
  height: 30px;
  transform: translateX(-100px); }
  .sale_reduce p {
    font: inherit;
    color: inherit;
    white-space: nowrap; }
  .sale_reduce .reduceNum {
    margin-top: -3px;
    --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 .numlist {
      display: block;
      width: inherit;
      height: inherit;
      color: #fff;
      font: bold 16px/1.2 var(--familySpartan);
      line-height: var(--h);
      transform: translateY(3px); }
      .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; }

@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=style.css.map */
