.review-tabs {
  margin-top: 49px;
  margin-bottom: 70px; }
  .review-tabs .tab_head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .review-tabs .tab_head ._lab {
      padding: 25px 53px;
      margin-top: 31px;
      font-size: 16px;
      line-height: 18px;
      font-weight: 400;
      border-bottom: 2px solid transparent;
      cursor: pointer; }
      .review-tabs .tab_head ._lab.on {
        color: #0054ff;
        border-color: #0054ff; }
      .review-tabs .tab_head ._lab:hover {
        background-color: #f2f6ff; }
  .review-tabs .tab_cnt {
    margin-top: 15px;
    min-height: 280px; }
    .review-tabs .tab_cnt .component-fade-enter-active,
    .review-tabs .tab_cnt .component-fade-leave-active {
      transition: opacity 0.3s ease; }
    .review-tabs .tab_cnt .component-fade-enter,
    .review-tabs .tab_cnt .component-fade-leave-to {
      opacity: 0; }
    .review-tabs .tab_cnt .mob {
      display: none !important; }
    .review-tabs .tab_cnt ._tech {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      min-height: 280px;
      column-gap: 8px; }
      .review-tabs .tab_cnt ._tech .tech_tab {
        width: 604px;
        height: 280px;
        border: 1px solid #e2e0eb;
        padding: 49px 60px 38px 60px;
        border-radius: 4px; }
        .review-tabs .tab_cnt ._tech .tech_tab p {
          font-size: 14px;
          line-height: 25px;
          color: #1e1c2c;
          margin-top: 20px; }
    .review-tabs .tab_cnt .user {
      position: relative;
      padding: 0 90px;
      min-height: 280px; }
      .review-tabs .tab_cnt .user.swiper {
        height: 280px; }
        .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
          width: 340px;
          height: 280px;
          border: 1px solid #e2e0eb;
          margin-right: 8px;
          border-radius: 4px;
          padding: 44px 34px; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
            color: #1e1c2c; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            margin-top: 20px;
            font-size: 12px;
            line-height: 23px;
            color: #1e1c2c; }
        .review-tabs .tab_cnt .user.swiper .swiper-pagination {
          display: none;
          bottom: -5px; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          position: absolute;
          top: 140px;
          width: 16px;
          height: 28px;
          background-image: url("../images/review/angle-right.svg"); }
          .review-tabs .tab_cnt .user.swiper .swiper-button-prev:hover,
          .review-tabs .tab_cnt .user.swiper .swiper-button-next:hover {
            opacity: 0.8; }
          .review-tabs .tab_cnt .user.swiper .swiper-button-prev::after,
          .review-tabs .tab_cnt .user.swiper .swiper-button-next::after {
            display: none !important; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev {
          left: 0;
          transform: rotate(180deg); }
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          right: 0;
          transform: rotate(0deg); }
    .review-tabs .tab_cnt ._list {
      position: relative;
      z-index: -9999;
      opacity: 0;
      min-height: 0 !important;
      height: 0 !important;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .review-tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 280px !important;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }

.review-dots,
.swiper-pagination {
  display: none !important; }

/* moblie */
@media (max-width: 768px) {
  .review-tabs .tab_head ._lab {
    padding: 1rem 2.3571428571rem;
    margin-top: 1.2857142857rem;
    font-size: 1.1428571429rem;
    line-height: 1.2857142857rem;
    border-bottom: 0.1428571429rem solid transparent; }
  .review-tabs .tab_cnt {
    position: relative;
    overflow: hidden;
    margin-top: 0.7142857143rem;
    min-height: 25rem; }
    .review-tabs .tab_cnt .mob {
      display: block !important; }
    .review-tabs .tab_cnt ._tech {
      position: relative;
      display: block !important;
      min-height: 25rem; }
      .review-tabs .tab_cnt ._tech .tech_tab {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 25rem;
        border: 0.0357142857rem solid #e2e0eb;
        padding: 3.1428571429rem 1.8571428571rem;
        border-radius: 0.1428571429rem;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease; }
        .review-tabs .tab_cnt ._tech .tech_tab.on {
          z-index: 1;
          opacity: 1;
          visibility: visible;
          transition: opacity 0.3s ease; }
        .review-tabs .tab_cnt ._tech .tech_tab:nth-child(1) {
          margin-right: 0; }
        .review-tabs .tab_cnt ._tech .tech_tab p {
          font-size: 1rem;
          line-height: 2rem;
          margin-top: 2.1428571429rem; }
    .review-tabs .tab_cnt .user {
      position: relative;
      padding: 0 1.8571428571rem;
      min-height: 25rem; }
      .review-tabs .tab_cnt .user.swiper {
        height: 25rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
          width: 90%;
          height: 25rem;
          border: 0.0714285714rem solid #e2e0eb;
          margin-right: 0;
          border-radius: 0.1428571429rem;
          padding: 3.1428571429rem 1.8571428571rem; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
            font-size: 1rem;
            line-height: 1.1428571429rem; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            font-size: 1rem;
            line-height: 2rem;
            margin-top: 2.1428571429rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-pagination {
          bottom: -0.3571428571rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          position: absolute;
          top: 10rem; }
    .review-tabs .tab_cnt ._list {
      position: relative;
      z-index: -9999;
      opacity: 0;
      min-height: 0 !important;
      height: 0 !important;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .review-tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 25rem !important;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }

  .review-dots,
  .swiper-pagination {
    display: flex !important;
    position: absolute;
    left: 50%;
    bottom: -1.5714285714rem;
    z-index: 1;
    transform: translate(-50%, 0);
    align-items: center;
    justify-content: center; }
    .review-dots.on,
    .swiper-pagination.on {
      display: none !important; }
    .review-dots .swiper-pagination-bullet,
    .swiper-pagination .swiper-pagination-bullet {
      opacity: 1; }
    .review-dots .swiper-pagination-bullet,
    .review-dots span,
    .swiper-pagination .swiper-pagination-bullet,
    .swiper-pagination span {
      display: block;
      margin: 0 0.3571428571rem;
      width: 0.8571428571rem;
      height: 0.8571428571rem;
      border-radius: 0.8571428571rem;
      background: #e2e0eb; }
      .review-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .review-dots .swiper-pagination-bullet.on,
      .review-dots span.swiper-pagination-bullet-active,
      .review-dots span.on,
      .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
      .swiper-pagination .swiper-pagination-bullet.on,
      .swiper-pagination span.swiper-pagination-bullet-active,
      .swiper-pagination span.on {
        background: #0054ff; }

  .swiper-pagination {
    bottom: 0;
    display: none !important; }
    .swiper-pagination.on {
      display: none !important; } }
.bfvpnlow {
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  font-size: 16px; }
  .bfvpnlow .review-tabs .tab_head {
    gap: 20px; }
    .bfvpnlow .review-tabs .tab_head ._lab.on {
      background: #F2F6FF 0% 0% no-repeat padding-box;
      border: none;
      color: #000000;
      font-weight: 600; }
  .bfvpnlow img {
    width: auto;
    max-width: none; }
  .bfvpnlow .wrapper,
  .bfvpnlow .common-reviews {
    width: 1200px !important;
    margin: 0px auto; }
  .bfvpnlow strong {
    font-weight: bold; }
  .bfvpnlow .buybtn {
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    max-width: 95%;
    height: 42px;
    color: #000000;
    outline: 1px solid black;
    border-radius: 9999px;
    font: normal normal 600 18px League Spartan; }
    .bfvpnlow .buybtn:hover {
      outline: none;
      color: #fff;
      transition: all 0.3s ease;
      background: transparent linear-gradient(180deg, #E2AD00 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
      box-shadow: inset 0px -3px 0px #9B0000; }
  .bfvpnlow.page-sold .bottom-buy-pic,
  .bfvpnlow.page-sold .bottom-buy-tag {
    display: none !important; }
  .bfvpnlow.page-sold .bottom-buy-pic-sold {
    display: inline-block !important; }
  .bfvpnlow .banner {
    height: 944px;
    background: url(../bfvpnlow/banner_bg.jpg) no-repeat center top; }
    .bfvpnlow .banner .wrapper {
      position: relative;
      box-sizing: border-box;
      padding-top: 168px; }
    .bfvpnlow .banner .title {
      text-align: center;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      .bfvpnlow .banner .title p {
        position: absolute;
        right: 25px;
        top: 69px;
        transform: rotate(-10deg);
        color: #000;
        text-shadow: 1px 1px 0px #fff;
        opacity: 1;
        font-size: 26px;
        font-weight: 800; }
        .bfvpnlow .banner .title p span {
          font-weight: 800; }
      .bfvpnlow .banner .title h1 {
        font-size: 0;
        color: transparent;
        font-size: 0; }
    .bfvpnlow .banner h2 {
      text-align: center;
      font: normal normal normal 20px/22px League Spartan;
      color: #fff;
      position: relative;
      width: fit-content;
      margin: 0 auto 0; }
      .bfvpnlow .banner h2:after {
        display: block;
        position: absolute;
        content: '';
        width: 62px;
        height: 34px;
        background: url(../bfvpnlow/des_icon.png) no-repeat center/cover;
        top: 50%;
        transform: translateY(-50%);
        left: -70px; }
    .bfvpnlow .banner .message {
      position: relative;
      width: 1200px;
      display: flex;
      justify-content: space-between;
      margin-top: 87px;
      align-items: end; }
      .bfvpnlow .banner .message .box {
        width: 294px;
        min-height: 530px;
        padding: 44px 16px 0px;
        background: #fff; }
        .bfvpnlow .banner .message .box h3 {
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          font: normal normal 600 20px/22px League Spartan; }
          .bfvpnlow .banner .message .box h3 span {
            color: #00B129;
            padding-left: 5px;
            font: normal normal 600 20px/22px League Spartan; }
        .bfvpnlow .banner .message .box .discount {
          width: 100px;
          height: 23px;
          margin: 8px auto 20px;
          text-align: center;
          font: normal normal 600 15px/24px League Spartan; }
          .bfvpnlow .banner .message .box .discount.yellow {
            color: #EC883B;
            background: url(../bfvpnlow/yellow.png) no-repeat center/cover; }
          .bfvpnlow .banner .message .box .discount.pink {
            color: #FF0000;
            background: url(../bfvpnlow/pink.png) no-repeat center/cover; }
        .bfvpnlow .banner .message .box h4 {
          text-align: center;
          font: normal normal 600 18px/21px League Spartan; }
          .bfvpnlow .banner .message .box h4 b {
            font-size: 36px;
            font-weight: 700; }
        .bfvpnlow .banner .message .box .buybtn {
          margin-top: 10px; }
        .bfvpnlow .banner .message .box .box-p {
          margin-top: 10px;
          min-height: 14px;
          text-align: center;
          color: #000000;
          margin-bottom: 25px;
          font: normal normal 500 14px/16px League Spartan; }
          .bfvpnlow .banner .message .box .box-p del {
            color: #919191;
            padding-left: 5px; }
        .bfvpnlow .banner .message .box ul {
          font: normal normal normal 16px/26px League Spartan;
          color: #444444; }
          .bfvpnlow .banner .message .box ul li {
            position: relative;
            padding-left: 12px; }
            .bfvpnlow .banner .message .box ul li a {
              margin-left: 12px;
              font-size: 14px;
              color: #75685B;
              text-decoration: underline; }
            .bfvpnlow .banner .message .box ul li::before {
              content: "";
              display: block;
              width: 13px;
              height: 13px;
              position: absolute;
              left: -8px;
              top: 3px;
              background: url(../bfvpnlow/check_white.png); }
        .bfvpnlow .banner .message .box.active-box {
          position: relative; }
          .bfvpnlow .banner .message .box.active-box .time_cont {
            display: flex;
            align-items: flex-end;
            justify-content: center;
            height: 22px;
            position: absolute;
            z-index: 999;
            top: -28px;
            left: 50%;
            transform: translateX(-50%);
            margin: auto;
            white-space: nowrap; }
            .bfvpnlow .banner .message .box.active-box .time_cont > p {
              font-weight: 500;
              font-size: 16px;
              color: #fff; }
              .bfvpnlow .banner .message .box.active-box .time_cont > p:last-child {
                padding-top: 4px; }
            .bfvpnlow .banner .message .box.active-box .time_cont .countdown {
              position: relative;
              display: flex;
              vertical-align: bottom;
              height: 22px;
              line-height: 26px;
              overflow: hidden;
              text-align: center;
              flex-shrink: 0;
              top: 2px;
              margin: 0 4px; }
              .bfvpnlow .banner .message .box.active-box .time_cont .countdown .scroll-tick {
                width: 18px;
                height: 22px;
                margin: 0 2px; }
                .bfvpnlow .banner .message .box.active-box .time_cont .countdown .scroll-tick:last-child {
                  margin-right: 0; }
                .bfvpnlow .banner .message .box.active-box .time_cont .countdown .scroll-tick strong,
                .bfvpnlow .banner .message .box.active-box .time_cont .countdown .scroll-tick span {
                  width: 18px;
                  height: 22px;
                  background: url(../bfvpnlow/timcount_bg.png) no-repeat center/cover;
                  font-size: 16px;
                  display: block;
                  font-weight: bold;
                  color: #FFEE00; }
          .bfvpnlow .banner .message .box.active-box .box_main {
            position: relative;
            z-index: 99;
            background: #fff;
            width: 100%;
            height: 100%; }
          .bfvpnlow .banner .message .box.active-box::after {
            content: "";
            position: absolute;
            width: 408px;
            height: 643px;
            background: url(../bfvpnlow/box_before.png) no-repeat center/cover;
            bottom: -57px;
            left: -57px; }
          .bfvpnlow .banner .message .box.active-box h3 {
            text-align: center;
            font-weight: 600; }
            .bfvpnlow .banner .message .box.active-box h3 strong {
              color: #00B43C;
              font-weight: 600;
              font-size: 22px;
              padding-left: 4px; }
          .bfvpnlow .banner .message .box.active-box .buybtn {
            outline: none;
            background: transparent linear-gradient(180deg, #E20000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
            box-shadow: inset 0px -3px 0px #D10000;
            border: none;
            color: #fff; }
          .bfvpnlow .banner .message .box.active-box ul li::before {
            background: url(../bfvpnlow/check_green.png); }
        .bfvpnlow .banner .message .box.free {
          padding: 123px 42px; }
          .bfvpnlow .banner .message .box.free h3 {
            font: normal normal normal 30px/34px League Spartan;
            letter-spacing: 0px;
            color: #444444;
            margin-bottom: 12px; }
          .bfvpnlow .banner .message .box.free h4 {
            font: normal normal normal 18px/21px League Spartan;
            margin-bottom: 132px; }
    .bfvpnlow .banner .intro {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 48px auto 0;
      padding: 0 5%; }
      .bfvpnlow .banner .intro li {
        position: relative;
        font: normal normal normal 16px/20px League Spartan;
        letter-spacing: 0px;
        color: #BFBFBF; }
        .bfvpnlow .banner .intro li:after {
          display: block;
          position: absolute;
          content: '';
          width: 25px;
          height: 25px;
          background: url(../bfvpnlow/b_intro.png) no-repeat center/cover;
          top: -5px;
          left: -34px; }
  .bfvpnlow .table-box h2,
  .bfvpnlow .feature h2 {
    display: flex;
    justify-content: center;
    color: #1F1E24;
    font: normal normal bold 40px/45px League Spartan; }
    .bfvpnlow .table-box h2::after, .bfvpnlow .table-box h2::before,
    .bfvpnlow .feature h2::after,
    .bfvpnlow .feature h2::before {
      position: relative;
      content: "";
      width: 34px;
      height: 32px;
      top: 0; }
    .bfvpnlow .table-box h2::after,
    .bfvpnlow .feature h2::after {
      margin-left: 15px;
      background: url(../bfvpnlow/bird_r.png) center no-repeat; }
    .bfvpnlow .table-box h2::before,
    .bfvpnlow .feature h2::before {
      margin-right: 15px;
      background: url(../bfvpnlow/bird_l.png) center no-repeat; }
  .bfvpnlow .feature-tag {
    display: block;
    position: absolute;
    z-index: 2;
    right: 26px;
    top: 116px; }
    .bfvpnlow .feature-tag b {
      display: block;
      font: normal normal 600 30px/34px League Spartan;
      color: #FFEE00; }
  .bfvpnlow .sale-tag {
    display: block;
    position: absolute;
    z-index: 2;
    right: 42px;
    bottom: 82px;
    font: normal normal bold 24px / 27px League Spartan;
    color: #000000;
    transform: rotate(-6deg); }
  .bfvpnlow .feature {
    padding-top: 120px; }
    .bfvpnlow .feature .img-box {
      z-index: 1; }
    .bfvpnlow .feature .message {
      display: flex;
      justify-content: space-between;
      margin-top: 85px; }
      .bfvpnlow .feature .message .img-box {
        position: relative;
        width: 600px;
        height: 400px; }
        .bfvpnlow .feature .message .img-box img {
          position: absolute; }
          .bfvpnlow .feature .message .img-box img.ft_img1 {
            top: 0px;
            left: 0px; }
          .bfvpnlow .feature .message .img-box img.ft_img2 {
            bottom: 12px;
            right: 0px; }
      .bfvpnlow .feature .message .message-box {
        display: flex;
        width: 500px;
        justify-content: space-between;
        flex-wrap: wrap; }
        .bfvpnlow .feature .message .message-box li {
          width: 100%;
          margin-bottom: 52px; }
          .bfvpnlow .feature .message .message-box li h3 {
            display: flex;
            margin-bottom: 10px;
            align-items: center;
            position: relative;
            font: normal normal bold 20px/22px League Spartan;
            color: #000; }
            .bfvpnlow .feature .message .message-box li h3::before {
              content: "";
              width: 18px;
              height: 18px;
              margin-right: 10px;
              background: url(../bfvpnlow/checked.png) center no-repeat;
              background-size: contain; }
          .bfvpnlow .feature .message .message-box li p {
            padding-left: 29px;
            color: #4E4E4E;
            font: normal normal normal 16px/20px League Spartan; }
    .bfvpnlow .feature .msg_box1 {
      width: 100%;
      margin: 42px auto 0;
      display: flex;
      justify-content: center;
      gap: 44px; }
      .bfvpnlow .feature .msg_box1 li {
        display: flex; }
        .bfvpnlow .feature .msg_box1 li img {
          width: 83px;
          height: 70px;
          margin-right: 13px; }
        .bfvpnlow .feature .msg_box1 li .text_wrap {
          padding-top: 10px;
          box-sizing: border-box; }
          .bfvpnlow .feature .msg_box1 li .text_wrap h3 {
            font: normal normal bold 20px/22px League Spartan;
            color: #000000;
            margin-bottom: 10px; }
          .bfvpnlow .feature .msg_box1 li .text_wrap p {
            font: normal normal normal 18px/24px League Spartan;
            color: #444444;
            max-width: 275px; }
  .bfvpnlow .bottom-buy {
    height: 160px;
    margin-top: 72px;
    background: url(../bfvpnlow/bottom-banner.png) no-repeat center; }
    .bfvpnlow .bottom-buy .wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 75px; }
    .bfvpnlow .bottom-buy h3 {
      width: 620px;
      font-size: 22px;
      color: #FFFFFF; }
      .bfvpnlow .bottom-buy h3 .progress_bar {
        display: flex;
        justify-content: end;
        align-items: center;
        margin: 20px auto 0px;
        position: relative;
        padding-right: 30px;
        width: 460px;
        height: 20px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2); }
        .bfvpnlow .bottom-buy h3 .progress_bar .progress_barbg {
          position: absolute;
          width: 453px;
          height: 14px;
          left: 2px;
          background: url(../bfvpnlow/progressb_ar.png); }
        .bfvpnlow .bottom-buy h3 .progress_bar .pb_titme {
          display: flex;
          align-items: center;
          height: 14px;
          position: relative;
          top: 2px; }
          .bfvpnlow .bottom-buy h3 .progress_bar .pb_titme p {
            font-size: 12px; }
      .bfvpnlow .bottom-buy h3 .bottom_tile {
        margin-bottom: 12px;
        font: normal normal normal 20px/22px League Spartan; }
        .bfvpnlow .bottom-buy h3 .bottom_tile span {
          font: normal normal bold 20px/22px League Spartan;
          color: #FF0000; }
      .bfvpnlow .bottom-buy h3 .countdown {
        position: relative;
        display: inline-flex;
        vertical-align: bottom;
        height: 22px;
        line-height: 26px;
        overflow: hidden;
        text-align: center;
        flex-shrink: 0;
        top: -2px;
        margin: 0 4px; }
        .bfvpnlow .bottom-buy h3 .countdown .scroll-tick {
          width: 20px;
          height: 23px;
          margin: 0 2px; }
          .bfvpnlow .bottom-buy h3 .countdown .scroll-tick:last-child {
            margin-right: 0; }
          .bfvpnlow .bottom-buy h3 .countdown .scroll-tick strong,
          .bfvpnlow .bottom-buy h3 .countdown .scroll-tick span {
            width: 18px;
            height: 22px;
            background: #000000 0% 0% no-repeat padding-box;
            border: 1px solid #3E3E3E;
            display: block;
            font: normal normal 600 20px/22px League Spartan;
            color: #FFBB00; }
    .bfvpnlow .bottom-buy .right-message {
      text-align: center; }
      .bfvpnlow .bottom-buy .right-message .price {
        display: flex;
        align-items: baseline;
        position: relative;
        color: #fff;
        justify-content: center; }
        .bfvpnlow .bottom-buy .right-message .price span {
          font-size: 14px;
          font-weight: bold; }
        .bfvpnlow .bottom-buy .right-message .price b {
          font-size: 30px;
          font-weight: bold; }
        .bfvpnlow .bottom-buy .right-message .price del {
          color: #656565;
          font-weight: 400;
          margin-left: 5px;
          position: relative; }
          .bfvpnlow .bottom-buy .right-message .price del::after {
            content: ""; }
      .bfvpnlow .bottom-buy .right-message .buybtn {
        outline: none;
        background: transparent linear-gradient(180deg, #E20000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 0px -3px 0px #D10000;
        border: none;
        color: #fff;
        margin-top: 5px; }
    .bfvpnlow .bottom-buy .off {
      position: relative;
      z-index: 1;
      width: 208px;
      height: 156px;
      padding-top: 4px;
      text-align: center; }
  .bfvpnlow .bottom-buy-pic {
    vertical-align: top;
    display: inline-block !important; }
  .bfvpnlow .bottom-buy-pic-sold {
    vertical-align: top;
    display: none !important; }
  .bfvpnlow .bottom-buy-tag {
    display: block;
    position: absolute;
    top: 50px;
    right: 48px;
    z-index: 2;
    width: 100px; }
    .bfvpnlow .bottom-buy-tag span {
      position: absolute; }
    .bfvpnlow .bottom-buy-tag b,
    .bfvpnlow .bottom-buy-tag strong,
    .bfvpnlow .bottom-buy-tag em {
      display: inline-block;
      position: relative;
      z-index: 0;
      font-style: normal;
      font-size: 30px;
      line-height: 1.5;
      font-weight: 900;
      background: linear-gradient(176deg, #FFE49B 40%, #FFC400 78%) 0% 0% no-repeat padding-box;
      -webkit-background-clip: text;
      color: transparent;
      text-align: left;
      letter-spacing: -2.5px; }
      .bfvpnlow .bottom-buy-tag b:after,
      .bfvpnlow .bottom-buy-tag strong:after,
      .bfvpnlow .bottom-buy-tag em:after {
        content: attr(data-text);
        position: absolute;
        left: 0;
        z-index: -1;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 10px #000; }
    .bfvpnlow .bottom-buy-tag .copy {
      z-index: 3; }
      .bfvpnlow .bottom-buy-tag .copy b:after,
      .bfvpnlow .bottom-buy-tag .copy strong:after,
      .bfvpnlow .bottom-buy-tag .copy em:after {
        display: none; }
    .bfvpnlow .bottom-buy-tag strong {
      font-size: 50px;
      width: 30px; }
  .bfvpnlow .table-box {
    padding-top: 80px; }
    .bfvpnlow .table-box .table_cont {
      padding: 120px 12px 0px;
      display: flex;
      justify-content: space-between;
      align-items: start; }
      .bfvpnlow .table-box .table_cont .li_title {
        height: 60px;
        font-weight: 600;
        line-height: 60px;
        text-align: center;
        border-radius: 12px 12px 0px 0px;
        color: #fff; }
      .bfvpnlow .table-box .table_cont ul {
        border-radius: 0px 0px 12px 12px; }
        .bfvpnlow .table-box .table_cont ul li {
          display: flex;
          height: 30px;
          align-items: center;
          font-size: 14px;
          font-weight: 500;
          text-align: center;
          justify-content: center;
          border-bottom: 1px solid rgba(136, 136, 136, 0.3); }
          .bfvpnlow .table-box .table_cont ul li.special {
            height: 50px;
            line-height: 20px; }
          .bfvpnlow .table-box .table_cont ul li:last-child {
            border: none; }
          .bfvpnlow .table-box .table_cont ul li span {
            display: block;
            width: 17px;
            height: 17px; }
            .bfvpnlow .table-box .table_cont ul li span.grey-yes {
              background: url(../bfvpnlow/b_yes.png) center no-repeat; }
            .bfvpnlow .table-box .table_cont ul li span.grey-no {
              background: url(../bfvpnlow/b_no.png) center no-repeat; }
            .bfvpnlow .table-box .table_cont ul li span.red-yes {
              background: url(../bfvpnlow/w_yes.png) center no-repeat; }
      .bfvpnlow .table-box .table_cont .table_l {
        width: 430px; }
        .bfvpnlow .table-box .table_cont .table_l ul li {
          padding-left: 18px;
          justify-content: left;
          font-size: 14px;
          font-weight: 600;
          text-align: left; }
      .bfvpnlow .table-box .table_cont .table_c {
        width: 296px; }
        .bfvpnlow .table-box .table_cont .table_c .li_title {
          background: rgba(42, 42, 42, 0.61); }
        .bfvpnlow .table-box .table_cont .table_c ul {
          background: rgba(42, 42, 42, 0.27);
          padding: 0px 12px 10px; }
          .bfvpnlow .table-box .table_cont .table_c ul li {
            color: #000; }
      .bfvpnlow .table-box .table_cont .table_r {
        width: 398px;
        border-radius: 12px;
        position: relative;
        top: -30px;
        box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3); }
        .bfvpnlow .table-box .table_cont .table_r::before {
          content: "";
          display: block;
          width: 117px;
          height: 72px;
          background: url(../bfvpnlow/vip-logo.png) center no-repeat;
          position: absolute;
          top: -40px;
          left: 0;
          right: 0;
          margin: 0px auto; }
        .bfvpnlow .table-box .table_cont .table_r .li_title {
          border-radius: 12px 12px 0px 0px;
          font-size: 20px;
          color: #fff;
          height: 90px;
          line-height: 90px;
          background-color: #E0041E; }
        .bfvpnlow .table-box .table_cont .table_r ul {
          background: #2A2A2A;
          padding-bottom: 20px;
          padding: 0 13px 9px; }
          .bfvpnlow .table-box .table_cont .table_r ul li {
            border-color: #3D3D3D;
            color: #fff; }
            .bfvpnlow .table-box .table_cont .table_r ul li.spec {
              height: 80px; }
              .bfvpnlow .table-box .table_cont .table_r ul li.spec .buybtn {
                outline: none;
                background: transparent linear-gradient(180deg, #E20000 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
                box-shadow: inset 0px -3px 0px #D10000;
                border: none;
                color: #fff;
                margin-top: 5px; }
  .bfvpnlow .about {
    padding-top: 160px; }
    .bfvpnlow .about .h2 {
      text-align: center;
      margin-bottom: 40px;
      font-size: 32px;
      font-weight: bold; }
    .bfvpnlow .about .about_box {
      position: relative; }
      .bfvpnlow .about .about_box .left_btn {
        width: 36px;
        height: 36px;
        position: absolute;
        left: 50px;
        top: 60%;
        background: url(../buy-data-recovery/sprites_ic.png) no-repeat 0 -173px;
        cursor: pointer; }
        .bfvpnlow .about .about_box .left_btn:not(.swiper-button-disabled) {
          background-position: 0 -221px; }
      .bfvpnlow .about .about_box .right_btn {
        width: 36px;
        height: 36px;
        position: absolute;
        right: 50px;
        top: 60%;
        background: url(../buy-data-recovery/sprites_ic.png) no-repeat -60px -173px;
        cursor: pointer; }
        .bfvpnlow .about .about_box .right_btn:not(.swiper-button-disabled) {
          background-position: -61px -221px; }
      .bfvpnlow .about .about_box .swiper-container {
        width: 834px;
        border-radius: 4px;
        margin: 0 auto;
        position: relative; }
        .bfvpnlow .about .about_box .swiper-container .swiper-slide {
          width: 100%;
          display: flex; }
          .bfvpnlow .about .about_box .swiper-container .swiper-slide .comment {
            width: 834px; }
            .bfvpnlow .about .about_box .swiper-container .swiper-slide .comment .name {
              margin-top: 23px;
              margin-bottom: 32px;
              font-size: 16px;
              font-weight: bold;
              color: #242427;
              line-height: 24px; }
            .bfvpnlow .about .about_box .swiper-container .swiper-slide .comment .main {
              margin-bottom: 20px;
              font-size: 14px;
              font-weight: 600;
              color: #63636a;
              line-height: 30px; }
            .bfvpnlow .about .about_box .swiper-container .swiper-slide .comment .star-four {
              width: 95px;
              height: 15px;
              background: url(../buy-data-recovery/sprites_ic.png) no-repeat 0 -47px;
              margin: 0 auto; }
            .bfvpnlow .about .about_box .swiper-container .swiper-slide .comment .star-five {
              width: 95px;
              height: 15px;
              background: url(../buy-data-recovery/sprites_ic.png) no-repeat 0 -78px;
              margin: 0 auto; }
  .bfvpnlow .section_ul {
    position: relative;
    margin-top: 56px; }
    .bfvpnlow .section_ul ul {
      display: flex;
      width: 100%;
      gap: 50px;
      padding: 0 5%;
      justify-content: space-between; }
      .bfvpnlow .section_ul ul li {
        text-align: center; }
        .bfvpnlow .section_ul ul li img {
          width: 50px;
          height: 50px; }
        .bfvpnlow .section_ul ul li p {
          margin-top: 10px;
          font: normal normal normal 16px/20px League Spartan;
          color: #444444; }
  .bfvpnlow .footer {
    margin-top: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #848484;
    font: normal normal 500 16px League Spartan; }
  .bfvpnlow .popbg {
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 32, 0.6) 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .3s ease;
    transform-origin: center;
    z-index: -99998; }
    .bfvpnlow .popbg.on {
      transform: scale(1);
      z-index: 999; }
  .bfvpnlow .bfvpnlow-pop {
    position: fixed;
    width: 700px;
    height: 503px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -99998;
    margin: auto;
    transform: scale(0);
    transition: all .3s ease;
    transform-origin: center;
    z-index: -99998;
    background: url(../bfvpnlow/pop_bg.png) center no-repeat;
    box-sizing: border-box;
    padding-top: 170px; }
    .bfvpnlow .bfvpnlow-pop.on {
      transform: scale(1);
      z-index: 1000; }
    .bfvpnlow .bfvpnlow-pop > img {
      display: block;
      margin: 0px auto;
      position: relative;
      top: -44px; }
    .bfvpnlow .bfvpnlow-pop .close {
      position: absolute;
      display: block;
      width: 23px;
      height: 23px;
      top: 100px;
      right: 24px;
      cursor: pointer;
      background: url(../bfvpnlow/cross-small.png);
      opacity: 0.8; }
      .bfvpnlow .bfvpnlow-pop .close:hover {
        opacity: 1; }
    .bfvpnlow .bfvpnlow-pop .pop_cont {
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-top: 20px; }
      .bfvpnlow .bfvpnlow-pop .pop_cont .pop_price {
        color: #fff;
        text-align: center; }
        .bfvpnlow .bfvpnlow-pop .pop_cont .pop_price span {
          font-size: 20px;
          font-weight: 400; }
        .bfvpnlow .bfvpnlow-pop .pop_cont .pop_price b {
          font-size: 46px;
          font-weight: 500; }
        .bfvpnlow .bfvpnlow-pop .pop_cont .pop_price del {
          font-size: 20px;
          color: #BFBFBF;
          padding-left: 10px; }
      .bfvpnlow .bfvpnlow-pop .pop_cont .fac {
        display: flex;
        gap: 10px;
        font: normal normal normal 18px/21px League Spartan;
        letter-spacing: 0px;
        color: #FFFFFF;
        margin: 16px auto 16px; }
        .bfvpnlow .bfvpnlow-pop .pop_cont .fac span {
          position: relative;
          font: normal normal normal 18px/21px League Spartan;
          letter-spacing: 0px;
          color: #ACACAC; }
          .bfvpnlow .bfvpnlow-pop .pop_cont .fac span:after {
            content: '';
            display: block;
            position: absolute;
            top: 2px;
            left: 0;
            width: 60px;
            height: 20px;
            background: url(../bfvpnlow/del_bg.png) no-repeat center/cover; }
        .bfvpnlow .bfvpnlow-pop .pop_cont .fac del {
          color: #707070; }
      .bfvpnlow .bfvpnlow-pop .pop_cont .buybtn {
        margin: 5px auto;
        width: 250px;
        height: 48px;
        background: transparent linear-gradient(180deg, #F4FF54 0%, #FFA200 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 0px -3px 0px #D25B00;
        color: #000;
        outline: none; }
        .bfvpnlow .bfvpnlow-pop .pop_cont .buybtn:hover {
          background: transparent linear-gradient(180deg, #FBFFBF 0%, #FFBB00 100%) 0% 0% no-repeat padding-box;
          box-shadow: inset 0px -3px 0px #D26900; }
  .bfvpnlow .bfvpnlow-pop-title {
    text-align: center; }
  .bfvpnlow .pop-title-bottom {
    color: #FF0000;
    font-size: 46px;
    font-weight: 600; }
  .bfvpnlow .des {
    text-align: center;
    font: normal normal normal 18px/21px League Spartan;
    color: #FFFFFF;
    margin-top: 12px;
    margin-bottom: 35px; }
    .bfvpnlow .des span {
      font: normal normal 600 20px/21px League Spartan;
      color: #FFEE00; }
  .bfvpnlow .common-reviews {
    width: 1200px !important;
    margin: 0px auto; }
  .bfvpnlow .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
  .bfvpnlow .review-tabs .tab_cnt .user.swiper .swiper-button-next {
    background-image: url(../review/angle-right.svg); }
  .bfvpnlow .review-tabs .tab_cnt ._list {
    display: none; }
  .bfvpnlow .review-tabs .tab_cnt ._list.on {
    display: flex; }

/*# sourceMappingURL=bfvpnlow.css.map */
