@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700&display=swap");
:root {
  --familySpartan: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  --familyFjalla: "Darumadrop One", sans-serif; }

.bf-buybtn {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 90%;
  padding: 0 12px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
  font-weight: 600;
  border: none;
  font-family: "Spartan", Arial, "Microsoft Yahei", sans-serif !important; }
  .bf-buybtn.bf-red {
    padding-top: 2px;
    min-width: 166px;
    height: 35px;
    background: #FF004E; }
    .bf-buybtn.bf-red:hover {
      background: linear-gradient(282deg, #FF004E 0%, #FF0090 100%); }
  .bf-buybtn.bf-yellow {
    padding-top: 2px;
    min-width: 246px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
    outline: 2px solid #fff;
    background: linear-gradient(90deg, #0EA85C 0%, #008662 100%); }
    .bf-buybtn.bf-yellow:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      background: url(../2025nyenter/snow.png) no-repeat center; }
    .bf-buybtn.bf-yellow:hover {
      background: linear-gradient(96deg, #008662 0%, #0EA85C 100%); }

.nav-bf-icon {
  position: relative;
  z-index: 1;
  margin-right: 0;
  cursor: default; }
  .nav-bf-icon > a {
    display: block;
    position: relative;
    z-index: 1; }
    .nav-bf-icon > a:hover {
      transition: all 0.3s ease; }
      .nav-bf-icon > a:hover .open-icon {
        display: none !important; }
        .nav-bf-icon > a:hover .open-icon.open-hover {
          display: inline-block !important; }
  .nav-bf-icon img {
    display: inline-block;
    vertical-align: top;
    pointer-events: none;
    width: auto;
    max-width: none;
    height: auto; }
  .nav-bf-icon .open-icon {
    display: inline-block !important; }
    .nav-bf-icon .open-icon.open-hover {
      display: none !important; }

.nav-bf-icon .img_box1 {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  position: absolute; }
  .nav-bf-icon .img_box1 img {
    position: absolute;
    visibility: hidden; }

@keyframes lightShadow {
  0% {
    transform: translateX(-600px); }
  100% {
    transform: translateX(600px); } }
.nav-buybtn {
  margin-right: 30px;
  display: inline-flex !important;
  justify-content: center;
  position: relative;
  gap: 4px;
  text-align: center;
  width: 158px;
  height: 30px;
  background: transparent linear-gradient(82deg, #FF5700 0%, #FF2C2C 100%) 0% 0% no-repeat padding-box;
  border-radius: 100px;
  line-height: 32px;
  white-space: nowrap;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600 !important;
  font-family: "Spartan", Arial, "Microsoft Yahei", sans-serif !important; }
  .nav-buybtn > .light_wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; }
    .nav-buybtn > .light_wrap span {
      display: block;
      width: 63px;
      height: 47px;
      position: absolute;
      top: 1px;
      left: -47px;
      background: url(../2025nyenter/lightShadow.png) no-repeat;
      animation: lightShadow 4s infinite; }
  .nav-buybtn p {
    font: inherit;
    color: #fff !important; }
  .nav-buybtn .nav_img {
    width: 106px;
    height: 39px;
    position: absolute;
    left: -10px;
    top: -2px;
    z-index: -1;
    transition: all 0.5s ease;
    transform: scale(1); }
  .nav-buybtn .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #F5C81E;
    position: absolute;
    right: 6px;
    top: 14px;
    transition: all 0.5s ease;
    font-size: 0px;
    color: transparent; }
  .nav-buybtn::before, .nav-buybtn::after {
    content: '';
    display: block;
    position: absolute; }
  .nav-buybtn::before {
    width: 18px;
    height: 42px;
    right: 18px;
    top: -14px;
    visibility: visible;
    background: url(./red_ball.png) center center no-repeat;
    animation: blue-circlex5 1.5s ease-in infinite alternate; }
  .nav-buybtn::after {
    width: 29px;
    height: 52px;
    right: 3px;
    top: -22px;
    background: url(./ye_ball.png) center center no-repeat;
    animation: blue-circlex5 1.5s ease-in infinite alternate;
    animation-delay: .5s; }
  .nav-buybtn span {
    font: normal normal bold 16px/33px League Spartan;
    color: #FFEE00; }
  .nav-buybtn:hover {
    background: transparent linear-gradient(82deg, #FF9E1E 0%, #FF3D00 100%) 0% 0% no-repeat padding-box; }
    .nav-buybtn:hover .nav_img {
      transform: scale(1.1); }
    .nav-buybtn:hover .dot {
      right: 10px; }

@keyframes blue-circlex5 {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translatey(5px); } }
@keyframes red_ball {
  0% {
    top: -6px; }
  50% {
    top: -10px; }
  100% {
    top: -6px; } }
.bf-popup-svg {
  display: block;
  pointer-events: none;
  width: 11px;
  height: 11px; }
  .bf-popup-svg path {
    fill: rgba(148, 148, 148, 0.58) !important; }

.bf-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px; }
  .bf-popup-close:hover .bf-popup-svg path {
    fill: #8A8A8A !important; }

.bf-top-popup {
  position: relative;
  right: 0;
  top: 0px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
  transition: all 0.5s ease-out;
  max-width: 1920px;
  height: 67px;
  width: 100%;
  transform: translateY(-100%); }
  .bf-top-popup.bf-on {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%); }
  .bf-top-popup .bf-top-contaniner {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    height: inherit;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: end;
    padding: 0 16px; }
  .bf-top-popup .bf-buybtn {
    margin: 22px 0 0; }
  .bf-top-popup .bf-top-close {
    right: 16px;
    top: 22px; }
  .bf-top-popup > img {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover; }

.top-speed-vpn .bf-pop-wrap .bf-center-popup::before,
.what-is-my-ipb .bf-pop-wrap .bf-center-popup::before {
  display: none; }

.bf-right-popup {
  display: block !important;
  width: 243px;
  height: 313px;
  position: fixed;
  right: 0;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
  transform: translateY(110%);
  transition: all 0.5s ease-out;
  text-align: center; }
  .bf-right-popup.bf-on {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    transform: translateY(0); }
  .bf-right-popup.vpn {
    background: url(../2025nyenter/ny_right_popup.png) no-repeat center/cover; }
  .bf-right-popup.isr {
    background: url(../2025nyenter/ny_right_popup_isr.png) no-repeat center/cover; }
  .bf-right-popup.pdf {
    background: url(../2025nyenter/ny_right_popup_pdf.png) no-repeat center/cover; }
  .bf-right-popup.idr {
    background: url(../2025nyenter/ny_right_popup_idr.png) no-repeat center/cover; }
  .bf-right-popup > img {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 243px;
    height: 313px;
    max-width: none; }
  .bf-right-popup .bf-right-close {
    right: 28px;
    top: 290px;
    width: 190px;
    cursor: pointer; }
  .bf-right-popup .right-buybtn {
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;
    width: 190px;
    height: 40px;
    color: #fafafa;
    font: normal normal bold 16px/20px League Spartan;
    line-height: 40px;
    background: transparent linear-gradient(180deg, #FF733E 0%, #FF2626 59%, #FF0000 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFE26D;
    border-radius: 18px; }
  .bf-right-popup p {
    padding: 0; }
  .bf-right-popup .p1 {
    font: normal normal 600 16px/20px League Spartan;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    margin: 0px auto 0; }
  .bf-right-popup .p2 {
    text-align: center;
    font: normal normal bold 22px/23px League Spartan;
    letter-spacing: 0px;
    color: #00A79B;
    max-width: 120px;
    margin: 42px auto 3px; }
  .bf-right-popup .p3 {
    font: normal normal 500 14px/20px League Spartan;
    letter-spacing: 0px;
    color: #5E2E29;
    margin: 0px auto 0; }
  .bf-right-popup .bf-buybtn {
    position: relative;
    padding: 0;
    margin-bottom: 22px;
    min-width: 0;
    max-width: none;
    width: 100%;
    height: 90%;
    display: block;
    background: transparent !important;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 54px; }
    .bf-right-popup .bf-buybtn:hover .right-buybtn {
      background: transparent linear-gradient(180deg, #FFBF3E 0%, #FF5226 59%, #FF5700 100%) 0% 0% no-repeat padding-box;
      border: 1px solid #FFE26D; }
  .bf-right-popup .bf-right-number {
    position: absolute;
    top: 140px;
    left: 39px;
    z-index: 9;
    text-align: center; }
    .bf-right-popup .bf-right-number .box-item {
      position: relative;
      display: inline-block;
      width: 24px;
      height: 22px;
      font-size: 20px;
      font-weight: 800;
      line-height: 22px;
      text-align: center;
      position: relative;
      writing-mode: vertical-lr;
      text-orientation: upright;
      overflow: hidden;
      font-family: "Spartan", Arial, "Microsoft Yahei", sans-serif !important;
      margin: 0 -6px; }
    .bf-right-popup .bf-right-number .box-item em {
      display: inline-block;
      position: absolute;
      top: 3px;
      left: 50%;
      transform: translate(-50%, 0);
      transition: transform 1s ease;
      font: inherit;
      font-style: normal;
      color: #FF004E; }

.progress {
  width: 351px;
  height: 10px;
  margin: 0px auto 12px;
  padding: 2px;
  background: #fff;
  border-radius: 7px;
  display: flex;
  outline: 1px solid #FFD688;
  align-items: center; }
  .progress .pb_tme {
    background: #FF322A 0% 0% no-repeat padding-box;
    height: 6px;
    width: 175px;
    border-radius: 4px; }

.sale_reduce {
  margin: 0px auto 0px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: #000;
  font: normal 16px/1.2 var(--familySpartan) !important;
  height: 30px; }
  .sale_reduce p {
    font: inherit;
    color: inherit;
    white-space: nowrap;
    padding: 0px; }
  .sale_reduce .reduceNum {
    margin-top: -3px;
    --w: 24px;
    --h: 20px;
    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;
    margin: 0 2px;
    background: transparent linear-gradient(90deg, #FEBFB600 0%, #FBA59FB1 25%, #FD8E8CB4 51%, #FD8E8C65 82%, #FEA8A200 100%) 0% 0% no-repeat padding-box; }
    .sale_reduce .scroll_tick .numlist {
      display: block;
      width: inherit;
      height: inherit;
      color: #DB160E;
      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; }

.bf-pop-wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: center center;
  z-index: -99998; }
  .bf-pop-wrap.bf-on {
    transform: scale(1);
    z-index: 99998; }
  .bf-pop-wrap .bf-center-popup {
    position: fixed;
    width: 769px;
    height: 597px;
    text-align: center;
    box-sizing: border-box;
    margin: auto;
    z-index: 100000;
    transition: all 0.5s;
    background: none;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background: url(../2025nyenter/pop_up_bg_ny.png) center top no-repeat; }
    .bf-pop-wrap .bf-center-popup::before {
      content: '';
      display: block;
      width: 184px;
      height: 184px;
      background: url(../2025nyenter/box_vpn.png) center top no-repeat;
      position: absolute;
      top: 190px;
      left: 49%;
      transform: translateX(-50%);
      z-index: 1; }
    .bf-pop-wrap .bf-center-popup.isr::before {
      background: url(../2025nyenter/box_isr.png) center top no-repeat; }
    .bf-pop-wrap .bf-center-popup.idr::before {
      background: url(../2025nyenter/box_sale.png) center top no-repeat; }
    .bf-pop-wrap .bf-center-popup.pdf::before {
      background: url(../2025nyenter/box_pdf.png) center top no-repeat; }
    .bf-pop-wrap .bf-center-popup.spec_pop {
      flex-direction: column-reverse; }
      .bf-pop-wrap .bf-center-popup.spec_pop::after {
        content: '';
        display: block;
        width: 398px;
        height: 154px;
        position: relative;
        background: url(../2025nyenter/box_ts.png) no-repeat center/cover;
        margin: 64px auto 16px; }
    .bf-pop-wrap .bf-center-popup .title_p {
      position: absolute;
      top: 168px;
      color: #000;
      font-weight: 500; }
    .bf-pop-wrap .bf-center-popup .desc {
      text-align: center;
      font: normal normal 500 16px League Spartan;
      letter-spacing: 0px;
      color: #2B0400;
      margin-top: 10px; }
    .bf-pop-wrap .bf-center-popup .ts_img {
      width: 398px;
      height: 154px;
      display: block;
      margin: 70px auto 16px; }
    .bf-pop-wrap .bf-center-popup > .img_wrap {
      display: inline-block;
      vertical-align: top;
      z-index: 2;
      flex-shrink: 0;
      margin: 120px auto 0;
      width: 184px;
      height: 184px;
      max-width: none;
      position: relative; }
      .bf-pop-wrap .bf-center-popup > .img_wrap img {
        width: 100%; }
      .bf-pop-wrap .bf-center-popup > .img_wrap .text_wrap {
        width: 216px;
        height: 50px;
        position: absolute;
        left: 40%;
        transform: translateX(-50%);
        bottom: 0;
        padding: 0 0 0 40px;
        font: normal normal bold 18px/62px Lexend;
        letter-spacing: 0px;
        color: #000000;
        background: url(../2025nyenter/y_kuai.png) no-repeat center/cover; }
    .bf-pop-wrap .bf-center-popup .bf-buybtn {
      position: relative;
      z-index: 3;
      display: inline-flex;
      font-weight: 600;
      font-size: 16px;
      font-family: 'League Spartan';
      flex-shrink: 0;
      display: block;
      background: transparent linear-gradient(180deg, #FF733E 0%, #FF2626 59%, #FF0000 100%) 0% 0% no-repeat padding-box;
      width: 240px;
      height: 44px;
      line-height: 44px;
      border-radius: 22px;
      border: 1px solid #ffe26d6b; }
      .bf-pop-wrap .bf-center-popup .bf-buybtn:hover {
        background: transparent linear-gradient(180deg, #FFBF3E 0%, #FF5226 59%, #FF5700 100%) 0% 0% no-repeat padding-box; }
      .bf-pop-wrap .bf-center-popup .bf-buybtn.ts {
        background: transparent linear-gradient(180deg, #FFEA2C 0%, #FFF81B 59%, #FFB300 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 0px 0px 10px #F57200, 0px 4px 8px #FFFFFF3D;
        border: 1px solid #FFF322;
        border-radius: 22px;
        color: #000000; }
        .bf-pop-wrap .bf-center-popup .bf-buybtn.ts span {
          font-weight: 600; }
        .bf-pop-wrap .bf-center-popup .bf-buybtn.ts:hover {
          background: transparent linear-gradient(180deg, #FFBB00 0%, #FFF93D 59%, #FF6F00 100%) 0% 0% no-repeat padding-box;
          box-shadow: inset 0px 0px 10px #F57200, 0px 4px 8px #FFFFFF3D; }
    .bf-pop-wrap .bf-center-popup .bf-popup-close {
      position: relative;
      text-align: center;
      font: normal normal 500 16px League Spartan;
      letter-spacing: 0px;
      color: #A8A8A8;
      width: 300px;
      text-decoration: underline; }
      .bf-pop-wrap .bf-center-popup .bf-popup-close:hover {
        text-decoration: underline;
        color: #fff; }
      .bf-pop-wrap .bf-center-popup .bf-popup-close.bf-center-close.ts {
        position: absolute;
        right: 40px;
        top: 100px; }

/*# sourceMappingURL=bf_common.css.map */
