.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; }
      .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:nth-child(1) {
          margin-right: 8px; }
        .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: 18spx;
    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 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: 270px;
    max-width: 95%;
    height: 50px;
    outline: 2px solid rgba(0, 0, 0, 0.4);
    border-radius: 9999px;
    font: normal normal 500 16px League Spartan; }
    .bfvpnlow .buybtn:hover {
      outline: none;
      color: #fff;
      transition: all 0.3s ease;
      box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #FF9A4D;
      background: linear-gradient(98deg, #FF0060 0%, #FF0060 100%); }
  .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: 914px;
    background: url(../bfvpnlow/banner_bg.jpg) no-repeat center top; }
    .bfvpnlow .banner .title {
      text-align: center;
      position: relative; }
      .bfvpnlow .banner .title h1 {
        margin-top: -28px;
        text-align: center;
        font: normal normal 600 24px League Spartan;
        color: #fff; }
        .bfvpnlow .banner .title h1 span {
          color: #FFA761;
          font-weight: 600; }
      .bfvpnlow .banner .title p {
        position: absolute;
        right: 248px;
        top: 66px;
        transform: rotate(-28deg);
        color: #FFFFFF;
        text-shadow: -2px 0px 6px #AE0517;
        opacity: 1;
        font-size: 42px;
        font-weight: 800;
        display: flex;
        flex-direction: column; }
        .bfvpnlow .banner .title p span {
          font-size: 30px;
          font-weight: 800; }
    .bfvpnlow .banner .message {
      width: 100%;
      max-width: 1200px;
      display: flex;
      justify-content: space-between;
      margin: 60px auto 0;
      align-items: center;
      gap: 20px; }
      .bfvpnlow .banner .message .box {
        width: 300px;
        height: 580px;
        padding-top: 34px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .bfvpnlow .banner .message .box h3 {
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-bottom: 40px;
          font-weight: 600; }
          .bfvpnlow .banner .message .box h3 strong {
            color: #00B43C;
            font-weight: 600;
            font-size: 22px;
            padding-left: 4px; }
          .bfvpnlow .banner .message .box h3 span {
            font: normal normal 600 22px/29px League Spartan; }
        .bfvpnlow .banner .message .box h4 {
          text-align: center;
          font: normal normal 600 20px/22px League Spartan; }
          .bfvpnlow .banner .message .box h4 strong {
            font-size: 36px; }
        .bfvpnlow .banner .message .box .buybtn {
          width: 240px;
          min-width: auto;
          margin-top: 20px; }
        .bfvpnlow .banner .message .box .box-p {
          margin-top: 22px;
          text-align: center;
          color: #606060;
          margin-bottom: 30px; }
          .bfvpnlow .banner .message .box .box-p del {
            color: #878686;
            padding-left: 10px; }
        .bfvpnlow .banner .message .box hr {
          width: 90%;
          opacity: 0.5;
          margin-bottom: 30px; }
        .bfvpnlow .banner .message .box ul {
          font: normal normal normal 16px/24px League Spartan;
          color: #5D5D5D;
          padding-left: 24px; }
          .bfvpnlow .banner .message .box ul li {
            position: relative;
            list-style: unset; }
            .bfvpnlow .banner .message .box ul li a {
              margin-left: 12px;
              font-size: 14px;
              color: #75685B;
              text-decoration: underline; }
        .bfvpnlow .banner .message .box.active-box {
          position: relative;
          width: 320px;
          padding: 0px;
          margin: 0px 10px 0px; }
          .bfvpnlow .banner .message .box.active-box .time_cont {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 14px;
            min-width: 320px;
            max-width: 100%;
            height: 36px;
            border-radius: 0px 0px 14px 14px;
            background: #FFA049;
            position: absolute;
            z-index: 999;
            top: -16px;
            left: 50%;
            transform: translateX(-50%);
            margin: auto;
            white-space: nowrap;
            box-shadow: 0px 5px 20px rgba(180, 73, 0, 0.5); }
            .bfvpnlow .banner .message .box.active-box .time_cont > p {
              font-weight: 600;
              color: #4A1503; }
              .bfvpnlow .banner .message .box.active-box .time_cont > p:last-child {
                padding-top: 4px; }
              .bfvpnlow .banner .message .box.active-box .time_cont > p > span {
                font-size: 20px;
                font-family: "Yesteryear";
                color: #4A1503;
                margin-right: 5px; }
            .bfvpnlow .banner .message .box.active-box .time_cont .countdown {
              position: relative;
              display: flex;
              vertical-align: bottom;
              height: 20px;
              line-height: 20px;
              overflow: hidden;
              text-align: center;
              flex-shrink: 0;
              top: 2px; }
              .bfvpnlow .banner .message .box.active-box .time_cont .countdown::after, .bfvpnlow .banner .message .box.active-box .time_cont .countdown::before {
                position: absolute;
                content: "";
                display: block;
                height: 15px;
                border-right: 1px solid #5E1800;
                top: 0px; }
              .bfvpnlow .banner .message .box.active-box .time_cont .countdown::before {
                left: 27px; }
              .bfvpnlow .banner .message .box.active-box .time_cont .countdown::after {
                right: 27px; }
              .bfvpnlow .banner .message .box.active-box .time_cont .countdown .scroll-tick {
                width: 27px;
                height: 20px; }
                .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 {
                  font-size: 18px;
                  display: block;
                  font-weight: bold;
                  color: #D10016; }
          .bfvpnlow .banner .message .box.active-box .box_main {
            padding: 34px 10px 0px;
            position: relative;
            z-index: 99;
            background: #fff;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column; }
          .bfvpnlow .banner .message .box.active-box::after {
            content: "";
            position: absolute;
            width: 106%;
            height: 100%;
            background: #D10016;
            top: 2%;
            left: -3%;
            z-index: 1; }
          .bfvpnlow .banner .message .box.active-box h4 {
            color: #B50316; }
          .bfvpnlow .banner .message .box.active-box .buybtn {
            outline: none;
            background: linear-gradient(98deg, #F60000 0%, #FF0060 100%);
            box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #FF9A4D;
            border: none;
            color: #fff; }
            .bfvpnlow .banner .message .box.active-box .buybtn:hover {
              background: linear-gradient(98deg, #FF0060 0%, #FF0060 100%); }
          .bfvpnlow .banner .message .box.active-box ul {
            padding-left: 0px; }
            .bfvpnlow .banner .message .box.active-box ul li {
              display: flex; }
              .bfvpnlow .banner .message .box.active-box ul li::before {
                content: "";
                display: block;
                width: 12px;
                height: 12px;
                flex-shrink: 0;
                background: url(../bfvpnlow/check_green.svg);
                margin: 4px 7px 0px 0px; }
        .bfvpnlow .banner .message .box.free {
          width: 200px;
          background: rgba(251, 251, 251, 0.9); }
          .bfvpnlow .banner .message .box.free h3 {
            margin-top: 65px; }
          .bfvpnlow .banner .message .box.free h4 {
            font-size: 16px; }
          .bfvpnlow .banner .message .box.free hr {
            margin-top: 85px; }
          .bfvpnlow .banner .message .box.free ul li {
            text-align: left; }
  .bfvpnlow .table-box h2,
  .bfvpnlow .feature h2 {
    display: flex;
    justify-content: center;
    color: #1F1E24;
    font: normal normal bold 32px/35px League Spartan; }
    .bfvpnlow .table-box h2::after, .bfvpnlow .table-box h2::before,
    .bfvpnlow .feature h2::after,
    .bfvpnlow .feature h2::before {
      position: relative; }
    .bfvpnlow .table-box h2::after,
    .bfvpnlow .feature h2::after {
      content: "";
      width: 99px;
      height: 38px;
      margin-left: 15px;
      background: url(../bfvpnlow/bird_r.png) center no-repeat;
      top: -12px; }
    .bfvpnlow .table-box h2::before,
    .bfvpnlow .feature h2::before {
      content: "";
      width: 99px;
      height: 45px;
      margin-right: 15px;
      background: url(../bfvpnlow/bird_l.png) center no-repeat;
      top: -16px; }
  .bfvpnlow .feature-tag {
    display: block;
    position: absolute;
    z-index: 2;
    right: -4px;
    bottom: 80px;
    transform: rotate(-3deg); }
    .bfvpnlow .feature-tag b {
      display: block;
      font-size: 18px;
      font-weight: 600;
      color: #000403; }
  .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: 507px;
        height: 413px; }
        .bfvpnlow .feature .message .img-box img {
          position: absolute; }
          .bfvpnlow .feature .message .img-box img.ft_img1 {
            top: 30px;
            right: 40px; }
          .bfvpnlow .feature .message .img-box img.ft_img3 {
            bottom: 60px;
            right: -40px; }
      .bfvpnlow .feature .message .message-box {
        display: flex;
        width: 615px;
        justify-content: space-between;
        flex-wrap: wrap; }
        .bfvpnlow .feature .message .message-box li {
          width: 45%;
          margin-bottom: 35px; }
          .bfvpnlow .feature .message .message-box li h3 {
            display: flex;
            margin-bottom: 15px;
            align-items: center;
            font: normal normal 600 18px/21px League Spartan; }
            .bfvpnlow .feature .message .message-box li h3::before {
              content: "";
              width: 12px;
              height: 12px;
              margin-right: 10px;
              background: url(../bfvpnlow/checked.svg) center no-repeat;
              background-size: contain; }
          .bfvpnlow .feature .message .message-box li p {
            padding-left: 22px;
            color: #4E4E4E;
            font: normal normal normal 16px/20px League Spartan; }
  .bfvpnlow .bottom-buy {
    height: 228px;
    margin-top: 20px;
    background: url(../bfvpnlow/bottom-banner.png) no-repeat center;
    padding-top: 47px; }
    .bfvpnlow .bottom-buy .wrapper {
      display: flex;
      justify-content: space-between;
      height: 156px;
      align-items: center; }
    .bfvpnlow .bottom-buy h3 {
      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 .progress_bar .pb_titme .countdown {
            position: relative;
            display: flex;
            vertical-align: bottom;
            height: 14px;
            line-height: 14px;
            overflow: hidden;
            padding: 0px 5px;
            text-align: center; }
            .bfvpnlow .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick strong,
            .bfvpnlow .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick span {
              font-size: 12px;
              display: block;
              font-weight: 500;
              color: #741b1b; }
      .bfvpnlow .bottom-buy h3 span {
        font-size: 22px;
        font-weight: bold;
        color: #FFCC00; }
    .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: bold;
          margin-left: 5px;
          position: relative; }
          .bfvpnlow .bottom-buy .right-message .price del::after {
            content: ""; }
      .bfvpnlow .bottom-buy .right-message .buybtn {
        width: 270px;
        background: transparent linear-gradient(99deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #000000;
        border: none;
        color: #fff; }
        .bfvpnlow .bottom-buy .right-message .buybtn:hover {
          background: transparent linear-gradient(99deg, #ff6600 0%, #ff0060 100%) 0% 0% no-repeat padding-box;
          box-shadow: inset 7px 6px 20px #fff130, 0px 5px 15px black; }
    .bfvpnlow .bottom-buy .off {
      position: relative;
      z-index: 1;
      width: 208px;
      height: 153px;
      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: 46px;
    right: 52px;
    z-index: 2; }
    .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;
      color: #FFD754;
      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: 6px #e00f21; }
    .bfvpnlow .bottom-buy-tag strong {
      font-size: 50px; }
  .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 .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 .footer {
    margin-top: 40px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #6C697E;
    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: 627px;
    height: 431px;
    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; }
    .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 > p {
      display: none; }
    .bfvpnlow .bfvpnlow-pop .close {
      position: absolute;
      display: block;
      width: 23px;
      height: 23px;
      top: -25px;
      right: -6px;
      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_save {
        width: auto;
        height: 48px;
        line-height: 48px;
        font-size: 22px;
        font-weight: bold;
        color: #4A1503;
        text-shadow: 0px 1px 4px #FFD2D7;
        text-align: center;
        background: transparent linear-gradient(90deg, #B3021400 0%, #F8ECCF 46%, #B3021400 100%) 0% 0% no-repeat padding-box; }
      .bfvpnlow .bfvpnlow-pop .pop_cont .pop_price {
        margin: 18px 0px 21px;
        color: #fff;
        text-align: center; }
        .bfvpnlow .bfvpnlow-pop .pop_cont .pop_price span {
          font-size: 24px;
          font-weight: bold; }
        .bfvpnlow .bfvpnlow-pop .pop_cont .pop_price b {
          font-size: 40px;
          font-weight: bold; }
        .bfvpnlow .bfvpnlow-pop .pop_cont .pop_price del {
          font-size: 18px;
          color: #F6BABA; }
      .bfvpnlow .bfvpnlow-pop .pop_cont p:last-of-type {
        font-size: 18px;
        color: #EC6E6E; }
      .bfvpnlow .bfvpnlow-pop .pop_cont .buybtn {
        margin: 5px auto;
        width: 318px;
        height: 52px;
        background: transparent linear-gradient(279deg, #FE1D1D 0%, #FF9311 100%) 0% 0% no-repeat padding-box;
        box-shadow: inset -5px 6px 31px #FFEE79, 0px 8px 17px #5B0000;
        border: 5px solid rgba(255, 119, 0, 0.1);
        color: #fff;
        outline: none; }
        .bfvpnlow .bfvpnlow-pop .pop_cont .buybtn:hover {
          background: transparent linear-gradient(98deg, #FE9D1D 0%, #FF9311 100%) 0% 0% no-repeat padding-box; }
  .bfvpnlow .bfvpnlow-pop-title {
    text-align: center; }
  .bfvpnlow .pop-title-top {
    position: relative;
    z-index: 1;
    top: -32px;
    display: inline-block; }
    .bfvpnlow .pop-title-top b {
      position: relative;
      z-index: 0;
      display: inline-block;
      font-size: 58px;
      font-weight: 600;
      line-height: 1;
      color: transparent; }
      .bfvpnlow .pop-title-top b:after {
        content: attr(data-text);
        position: absolute;
        left: 0;
        z-index: -1;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 8px #09090A; }
    .bfvpnlow .pop-title-top strong {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      display: block;
      font-size: 58px;
      font-weight: 600;
      line-height: 1;
      background-image: linear-gradient(293deg, #FFF784 0%, #fff 100%);
      -webkit-background-clip: text;
      color: transparent;
      text-align: center; }
  .bfvpnlow .pop-title-bottom {
    margin: -30px auto 80px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.64px;
    color: #C9C9C9;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.58);
    text-transform: uppercase; }
  .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 */
