@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800;900&display=swap");
.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: "League 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%); }

.nav-bf-icon {
  position: relative;
  z-index: 1;
  margin-right: 0 !important;
  cursor: pointer; }
  .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; }

.nav-buybtn {
  margin-right: 30px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 60px;
  white-space: nowrap;
  border-radius: 17px;
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif !important;
  transition: none; }
  .nav-buybtn span {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px !important;
    font-weight: 500 !important; }

.bf-popup-svg {
  display: block;
  pointer-events: none;
  width: 11px;
  height: 11px; }
  .bf-popup-svg path {
    fill: #949494 !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: #595959 !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: 254px;
  height: 284px;
  position: fixed;
  right: 20px;
  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 > 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: 6px;
    top: 6px; }
  .bf-right-popup p {
    padding: 0; }
  .bf-right-popup .right_pop_text_wrap {
    text-indent: -9999px; }
  .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: #13C729;
    max-width: 120px;
    margin: 50px auto 3px; }
    .bf-right-popup .p2 span {
      font-weight: bold;
      color: #F23589; }
  .bf-right-popup .p3 {
    font: normal normal 500 14px/20px League Spartan;
    letter-spacing: 0px;
    color: #5E2E29;
    margin: 0px auto 0; }
  .bf-right-popup .right-buybtn {
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 56px;
    text-align: center;
    width: 189px;
    height: 43px;
    color: #fff;
    font: normal normal bold 18px/20px League Spartan;
    line-height: 43px;
    border-radius: 22px;
    box-shadow: inset 0px 6px 10px #fff, 0px 5px 20px #159C11; }
  .bf-right-popup .bf-buybtn {
    position: relative;
    padding: 0;
    margin-bottom: 22px;
    min-width: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent !important;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 54px; }
    .bf-right-popup .bf-buybtn:hover .right-buybtn span {
      background-position: bottom; }
  .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: "League 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; }

.bf-pop-wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  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: 500px;
    height: 347px;
    text-align: center;
    box-sizing: border-box;
    margin: auto;
    z-index: 100000;
    transition: none;
    background: none;
    top: 24%;
    left: 0;
    right: 0;
    text-align: center;
    background-position: 0 0;
    font-family: 'League Spartan'; }
    .bf-pop-wrap .bf-center-popup .count_box {
      width: 200px;
      height: 25px;
      margin: 77px auto 0px;
      display: flex;
      justify-content: start;
      align-items: center;
      padding-left: 26px; }
      .bf-pop-wrap .bf-center-popup .count_box > span {
        display: block;
        padding-top: 2px; }
      .bf-pop-wrap .bf-center-popup .count_box .st_countdown {
        position: relative;
        display: flex;
        vertical-align: bottom;
        padding: 0px 5px;
        height: 20px;
        top: 2px;
        line-height: 20px;
        overflow: hidden;
        text-align: center; }
        .bf-pop-wrap .bf-center-popup .count_box .st_countdown .scroll-tick {
          width: auto;
          height: 20px; }
          .bf-pop-wrap .bf-center-popup .count_box .st_countdown .scroll-tick:last-child {
            margin-right: 0; }
          .bf-pop-wrap .bf-center-popup .count_box .st_countdown .scroll-tick strong,
          .bf-pop-wrap .bf-center-popup .count_box .st_countdown .scroll-tick span {
            font-size: 16px;
            display: block;
            font-weight: 500;
            color: #EF0051; }
    .bf-pop-wrap .bf-center-popup > p {
      color: #004121;
      font-weight: 500;
      text-align: center; }
    .bf-pop-wrap .bf-center-popup .bf-popup-close {
      position: absolute;
      bottom: -30px;
      top: unset;
      right: 0px;
      left: 0px;
      margin: 0px auto;
      width: 20px;
      height: 20px;
      display: inline-block;
      text-align: center;
      transition: all .3s ease-in-out; }
      .bf-pop-wrap .bf-center-popup .bf-popup-close:after, .bf-pop-wrap .bf-center-popup .bf-popup-close::before {
        content: '';
        display: block;
        width: 3px;
        height: 20px;
        border-radius: 10px;
        opacity: 0.55;
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .bf-pop-wrap .bf-center-popup .bf-popup-close:after {
        transform: translate(-50%, -50%) rotate(45deg); }
      .bf-pop-wrap .bf-center-popup .bf-popup-close::before {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .bf-pop-wrap .bf-center-popup .bf-popup-close:hover {
        transform: rotate(90deg); }
        .bf-pop-wrap .bf-center-popup .bf-popup-close:hover:after, .bf-pop-wrap .bf-center-popup .bf-popup-close:hover::before {
          opacity: 1; }

@media (max-width: 768px) {
  .bf-right-popup,
  .bf-pop-wrap {
    display: none !important;
    z-index: -9999px !important; } }

/*# sourceMappingURL=bf_common.css.map */
