.review-tabs {
  margin-top: 49px; }
  .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;
    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;
          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; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            margin-top: 20px;
            font-size: 12px;
            line-height: 23px; }
        .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;
      height: 0;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .review-tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 280px;
        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.35714rem;
    margin-top: 1.28571rem;
    font-size: 1.14286rem;
    line-height: 18spx;
    border-bottom: 0.14286rem solid transparent; }
  .review-tabs .tab_cnt {
    position: relative;
    overflow: hidden;
    margin-top: 0.71429rem;
    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.03571rem solid #e2e0eb;
        padding: 3.14286rem 1.85714rem;
        border-radius: 0.14286rem;
        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.14286rem; }
    .review-tabs .tab_cnt .user {
      position: relative;
      padding: 0 1.85714rem;
      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.07143rem solid #e2e0eb;
          margin-right: 0;
          border-radius: 0.14286rem;
          padding: 3.14286rem 1.85714rem; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
            font-size: 1rem;
            line-height: 1.14286rem; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            font-size: 1rem;
            line-height: 2rem;
            margin-top: 2.14286rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-pagination {
          bottom: -0.35714rem; }
        .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;
      height: 0;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .review-tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 25rem;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }

  .review-dots,
  .swiper-pagination {
    display: flex !important;
    position: absolute;
    left: 50%;
    bottom: -1.57143rem;
    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.35714rem;
      width: 0.85714rem;
      height: 0.85714rem;
      border-radius: 0.85714rem;
      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; } }
.bfvpndeal {
  font-family: League Spartan;
  font-size: 16px; }
  .bfvpndeal .wrapper,
  .bfvpndeal .common-reviews {
    width: 1200px !important;
    margin: 0px auto; }
  .bfvpndeal strong {
    font-weight: bold; }
  .bfvpndeal .buybtn {
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    width: 289px;
    height: 55px;
    border: 2px solid #272727;
    border-radius: 5px;
    font: normal normal 600 20px/26px League Spartan;
    transition: all .3s ease; }
    .bfvpndeal .buybtn:hover {
      background: #FF4747 0% 0% no-repeat padding-box;
      box-shadow: 0px 15px 20px #AF0101;
      border: none;
      color: #fff; }
  .bfvpndeal .banner {
    height: 914px;
    background: url(../bfvpndeal/banner_bg.png) no-repeat center top;
    position: relative;
    z-index: 1; }
    .bfvpndeal .banner .title {
      text-align: center;
      padding-top: 69px; }
      .bfvpndeal .banner .title::after {
        content: "";
        width: 75px;
        height: 57px;
        position: absolute;
        background: url(./title_gift.png);
        right: 292px;
        top: 27px;
        z-index: -1; }
      .bfvpndeal .banner .title h2 {
        font: normal normal 600 32px/38px Barlow;
        color: #FFFFFF; }
        .bfvpndeal .banner .title h2 span {
          color: #FFCC00;
          font-weight: 600; }
      .bfvpndeal .banner .title h1 {
        font: normal normal normal 20px/22px League Spartan;
        color: #D5D5D5;
        margin-top: 20px;
        margin-bottom: 20px; }
      .bfvpndeal .banner .title img {
        margin-left: -61px; }
      .bfvpndeal .banner .title .offer_count {
        width: 140px;
        height: 56px;
        font-size: 42px;
        font-weight: bold;
        position: absolute;
        right: 242px;
        top: 45px;
        transform: rotateZ(332deg);
        color: #fff;
        text-shadow: -2px 0px 6px #AE0517; }
        .bfvpndeal .banner .title .offer_count.sold {
          right: 9px; }
        .bfvpndeal .banner .title .offer_count span {
          font-size: 30px;
          font-weight: bold; }
    .bfvpndeal .banner .banner_icons {
      display: flex;
      align-items: center;
      justify-content: center; }
      .bfvpndeal .banner .banner_icons li {
        text-align: center;
        padding: 5px 65px; }
        .bfvpndeal .banner .banner_icons li p {
          font: normal normal medium 16px/18px League Spartan;
          color: #808080; }
    .bfvpndeal .banner .message {
      width: 1260px;
      display: flex;
      justify-content: space-between;
      margin-top: 80px;
      padding: 0px 30px;
      margin-left: -19px; }
      .bfvpndeal .banner .message .box {
        position: relative;
        width: 370px;
        height: 698px;
        padding: 44px 39px 0px;
        background: #F5F5F5 0% 0% no-repeat padding-box;
        border: 1px solid #E2E2E2;
        z-index: 1; }
        .bfvpndeal .banner .message .box h3 {
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-bottom: 42px;
          font-weight: 600; }
          .bfvpndeal .banner .message .box h3 span {
            font: normal normal 600 20px/26px League Spartan; }
        .bfvpndeal .banner .message .box h4 {
          text-align: center;
          font: normal normal 600 20px/22px League Spartan; }
          .bfvpndeal .banner .message .box h4 strong {
            font-size: 36px; }
        .bfvpndeal .banner .message .box .buybtn {
          margin-top: 20px; }
        .bfvpndeal .banner .message .box .box-p {
          margin-top: 30px;
          text-align: center;
          color: #000000;
          margin-bottom: 0px;
          font-weight: 500; }
          .bfvpndeal .banner .message .box .box-p del {
            color: #8B8B8B;
            padding-left: 5px; }
        .bfvpndeal .banner .message .box .demarcation {
          width: 200px;
          height: 26px;
          background: #8F8F8F 0% 0% no-repeat padding-box;
          border-radius: 200px;
          margin: 35px auto 42px; }
          .bfvpndeal .banner .message .box .demarcation::after {
            content: '';
            width: 304px;
            height: 0px;
            border: 1px solid #B1B1B1;
            position: absolute;
            margin-left: -48px;
            margin-top: -15px;
            z-index: -1; }
          .bfvpndeal .banner .message .box .demarcation p {
            text-align: center;
            line-height: 27px;
            color: #FFFFFF; }
        .bfvpndeal .banner .message .box ul {
          font: normal normal normal 16px/24px League Spartan;
          color: #5D5D5D; }
          .bfvpndeal .banner .message .box ul li {
            display: flex;
            position: relative;
            color: #434242;
            line-height: 29px; }
            .bfvpndeal .banner .message .box ul li::before {
              content: "";
              display: block;
              width: 13px;
              height: 13px;
              background: url(../bfvpndeal/check_white.png);
              margin: 4px 8px 0px 0px; }
        .bfvpndeal .banner .message .box.active-box {
          position: relative;
          width: 396px;
          height: 728px;
          padding: 0px;
          border: none; }
          .bfvpndeal .banner .message .box.active-box .time_cont {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 396px;
            height: 42px;
            background: #FFC2C2 0% 0% no-repeat padding-box;
            position: absolute;
            z-index: 999;
            top: -41px;
            left: 0;
            right: 0;
            margin: 0px auto; }
            .bfvpndeal .banner .message .box.active-box .time_cont > p {
              font-weight: 500;
              color: #000000;
              font-size: 16px;
              margin: 5px 5px 0 5px; }
              .bfvpndeal .banner .message .box.active-box .time_cont > p > span {
                font-weight: 500; }
            .bfvpndeal .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;
              top: 2px; }
              .bfvpndeal .banner .message .box.active-box .time_cont .countdown .scroll-tick {
                padding: 0 1px; }
                .bfvpndeal .banner .message .box.active-box .time_cont .countdown .scroll-tick strong,
                .bfvpndeal .banner .message .box.active-box .time_cont .countdown .scroll-tick span {
                  width: 18px;
                  height: 20px;
                  background: #181818 0% 0% no-repeat padding-box;
                  display: block;
                  font: normal normal 600 16px/24px League Spartan;
                  color: #FFEE00; }
          .bfvpndeal .banner .message .box.active-box .br-reduce {
            position: absolute;
            display: block;
            width: 50px;
            height: 50px;
            top: 15px;
            left: 45%; }
          .bfvpndeal .banner .message .box.active-box .br-numGhost {
            position: absolute;
            top: -6px;
            left: 0px;
            z-index: 4;
            display: inline-block;
            text-align: center;
            font-weight: 700;
            font-style: italic;
            color: #ff0000;
            font-size: 32px;
            text-shadow: 0 1px 0 #fff; }
          .bfvpndeal .banner .message .box.active-box .box_main {
            padding: 42px 48px 0px;
            position: relative;
            z-index: 99;
            background: #fff;
            width: 100%;
            height: 103%;
            border: 2px solid #FF4141; }
            .bfvpndeal .banner .message .box.active-box .box_main ul li:first-child {
              color: #FF1818; }
          .bfvpndeal .banner .message .box.active-box h3 {
            text-align: center;
            font-weight: 600; }
            .bfvpndeal .banner .message .box.active-box h3 strong {
              color: #FFFFFF;
              font-weight: 600;
              font-size: 16px;
              padding-left: 14px; }
              .bfvpndeal .banner .message .box.active-box h3 strong::after {
                content: '';
                width: 130px;
                height: 19px;
                background: url(./green_tag.png);
                position: absolute;
                margin: -3px 0 0 -118px;
                z-index: -1; }
          .bfvpndeal .banner .message .box.active-box h4 {
            color: #FF1717;
            font-size: 18px; }
            .bfvpndeal .banner .message .box.active-box h4 strong {
              font-size: 50px; }
          .bfvpndeal .banner .message .box.active-box .box-p del {
            color: #9F2B2B; }
          .bfvpndeal .banner .message .box.active-box .demarcation {
            background: #1B1C21 0% 0% no-repeat padding-box; }
            .bfvpndeal .banner .message .box.active-box .demarcation::after {
              border: 1px solid #E19393; }
          .bfvpndeal .banner .message .box.active-box .buybtn {
            background: #FF0000 0% 0% no-repeat padding-box;
            box-shadow: 0px 15px 20px #AF0101;
            border-radius: 5px;
            width: 298px;
            border: none;
            color: #fff;
            transition: transform 0.3s; }
            .bfvpndeal .banner .message .box.active-box .buybtn:hover {
              background: #FF4747 0% 0% no-repeat padding-box;
              box-shadow: 0px 15px 20px #AF0101;
              animation: breath-animation 1.5s infinite ease-in-out; }
@keyframes breath-animation {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
          .bfvpndeal .banner .message .box.active-box ul {
            padding-left: 0px; }
            .bfvpndeal .banner .message .box.active-box ul li {
              display: flex;
              align-items: center;
              list-style: none;
              color: #000; }
              .bfvpndeal .banner .message .box.active-box ul li::before {
                content: "";
                display: block;
                width: 13px;
                height: 13px;
                background: url(../bfvpndeal/check_black.png);
                margin: -4px 7px 0px 0px; }
        .bfvpndeal .banner .message .box.free {
          width: 370px;
          background: #E6E6E6;
          border: 1px solid #E2E2E2; }
          .bfvpndeal .banner .message .box.free h4 {
            margin-top: 60px;
            font-size: 16px;
            font-weight: 400;
            color: #606060;
            margin-bottom: 105px; }
          .bfvpndeal .banner .message .box.free ul {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            padding: 44px 35px 0px li;
              padding-list-style: none;
              padding-text-align: center;
              padding-color: #5D5D5D; }
  .bfvpndeal .unlock {
    position: relative;
    box-sizing: border-box;
    padding-top: 277px; }
    .bfvpndeal .unlock .title {
      font-size: 40px;
      font-weight: 800;
      color: #000;
      text-align: center;
      margin: 0 auto; }
    .bfvpndeal .unlock .ul1 {
      margin: 80px auto 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .bfvpndeal .unlock .ul1 li {
        text-align: center;
        max-width: 356px; }
        .bfvpndeal .unlock .ul1 li h3 {
          color: #000;
          font-weight: 600;
          font-size: 20px; }
        .bfvpndeal .unlock .ul1 li .big {
          font-size: 54px;
          font-weight: 800;
          color: #02B95D;
          margin: 26px 0 15px; }
        .bfvpndeal .unlock .ul1 li p {
          font-size: 16px;
          font-weight: 400;
          color: #4E4E4E; }
    .bfvpndeal .unlock .cont {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin: 90px auto 0; }
      .bfvpndeal .unlock .cont .left {
        width: 552px; }
        .bfvpndeal .unlock .cont .left .item {
          width: 100%;
          display: flex;
          box-sizing: border-box;
          padding: 15px 13px;
          margin-bottom: 5px;
          position: relative; }
          .bfvpndeal .unlock .cont .left .item:nth-of-type(odd) {
            background: transparent linear-gradient(90deg, #FFECEC 0%, #FFF8F8 100%) 0% 0% no-repeat padding-box; }
          .bfvpndeal .unlock .cont .left .item .text_wrap {
            margin-left: 25px; }
            .bfvpndeal .unlock .cont .left .item .text_wrap .p1 {
              color: #000;
              font-size: 18px;
              font-weight: 600;
              margin-bottom: 13px; }
            .bfvpndeal .unlock .cont .left .item .text_wrap .p2 {
              color: #4E4E4E;
              font-size: 16px;
              font-weight: 400;
              line-height: 20px; }
          .bfvpndeal .unlock .cont .left .item .flag {
            position: absolute;
            top: 0;
            right: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 85px;
            height: 18px;
            background: #FF2E2E;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            padding-top: 4px; }
  .bfvpndeal .bottom-buy {
    height: 196px;
    margin-top: 20px;
    background: url(../bfvpndeal/bottom.png) no-repeat center;
    padding-top: 37px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    bottom: 0;
    opacity: 0;
    z-index: 999;
    opacity: 1 !important;
    transform: translate3d(0, 200%, 0);
    transition: all 0.8s; }
    .bfvpndeal .bottom-buy.on {
      transform: translateZ(0);
      bottom: -3px; }
    .bfvpndeal .bottom-buy .wrapper {
      display: flex;
      justify-content: space-between;
      height: 156px;
      align-items: center; }
    .bfvpndeal .bottom-buy h3 {
      font-size: 22px;
      color: #FFFFFF; }
      .bfvpndeal .bottom-buy h3.sold {
        font-size: 26px;
        font-weight: 500; }
        .bfvpndeal .bottom-buy h3.sold span {
          font-size: 26px; }
      .bfvpndeal .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); }
        .bfvpndeal .bottom-buy h3 .progress_bar .progress_barbg {
          position: absolute;
          width: 300px;
          height: 14px;
          border-radius: 10px;
          left: 2px;
          background: transparent linear-gradient(90deg, #FFD7C5 0%, #FF1A1A 100%) 0% 0% no-repeat padding-box; }
        .bfvpndeal .bottom-buy h3 .progress_bar .pb_titme {
          display: flex;
          align-items: center;
          height: 14px;
          position: relative;
          top: 2px; }
          .bfvpndeal .bottom-buy h3 .progress_bar .pb_titme p {
            font-size: 12px; }
          .bfvpndeal .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; }
            .bfvpndeal .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick strong,
            .bfvpndeal .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick span {
              font-size: 12px;
              display: block;
              font-weight: 500;
              color: #FF7171; }
        .bfvpndeal .bottom-buy h3 .progress_bar .br-numGhost {
          position: absolute;
          top: -6px;
          left: 0px;
          z-index: 4;
          display: inline-block;
          text-align: center;
          font-weight: 700;
          font-style: italic;
          color: #ff0000;
          font-size: 24px;
          text-shadow: 0 1px 0 #fff; }
        .bfvpndeal .bottom-buy h3 .progress_bar .br-reduce {
          position: absolute;
          display: block;
          width: 50px;
          height: 50px;
          top: 0px;
          left: 18%; }
          .bfvpndeal .bottom-buy h3 .progress_bar .br-reduce.reduce1 .br-num {
            background-position: 0 0; }
          .bfvpndeal .bottom-buy h3 .progress_bar .br-reduce.reduce2 .br-num {
            background-position: 0 -30px; }
          .bfvpndeal .bottom-buy h3 .progress_bar .br-reduce .br-num {
            position: absolute;
            right: 16px;
            top: 0;
            width: 32px;
            height: 30px;
            display: inline-block;
            background: url(./reduce.png) no-repeat;
            z-index: 22; }
      .bfvpndeal .bottom-buy h3 span {
        font-size: 22px;
        font-weight: bold;
        color: #FFCC00; }
    .bfvpndeal .bottom-buy .right-message {
      text-align: center; }
      .bfvpndeal .bottom-buy .right-message .price {
        display: flex;
        align-items: baseline;
        position: relative;
        color: #fff;
        justify-content: center;
        margin-bottom: 5px; }
        .bfvpndeal .bottom-buy .right-message .price span {
          font-size: 14px;
          font-weight: bold; }
        .bfvpndeal .bottom-buy .right-message .price b {
          font-size: 30px;
          font-weight: bold; }
        .bfvpndeal .bottom-buy .right-message .price del {
          color: #656565;
          font-weight: bold;
          margin-left: 5px;
          position: relative; }
          .bfvpndeal .bottom-buy .right-message .price del::after {
            content: ""; }
      .bfvpndeal .bottom-buy .right-message .buybtn {
        width: 270px;
        height: 50px;
        background: #FFB300 0% 0% no-repeat padding-box;
        box-shadow: 0px 15px 20px #000000;
        border: none;
        color: #000000; }
        .bfvpndeal .bottom-buy .right-message .buybtn:hover {
          background: transparent linear-gradient(0deg, #FFCC00 0%, #FFEA95 100%) 0% 0% no-repeat padding-box;
          box-shadow: 0px 15px 20px #000000; }
  .bfvpndeal .table-box {
    padding-top: 86px; }
    .bfvpndeal .table-box h2 {
      display: flex;
      justify-content: center;
      color: #1F1E24;
      font: normal normal bold 32px/35px League Spartan; }
    .bfvpndeal .table-box .table_cont {
      padding: 120px 12px 0px;
      display: flex;
      justify-content: space-between;
      align-items: start; }
      .bfvpndeal .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; }
      .bfvpndeal .table-box .table_cont ul {
        border-radius: 0px 0px 4px 4px; }
        .bfvpndeal .table-box .table_cont ul li {
          display: flex;
          height: 35px;
          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); }
          .bfvpndeal .table-box .table_cont ul li.special {
            height: 50px;
            line-height: 20px; }
          .bfvpndeal .table-box .table_cont ul li:last-child {
            border: none; }
          .bfvpndeal .table-box .table_cont ul li span {
            display: block;
            width: 17px;
            height: 17px; }
            .bfvpndeal .table-box .table_cont ul li span.grey-yes {
              background: url(../bfvpndeal/b_yes.png) center no-repeat; }
            .bfvpndeal .table-box .table_cont ul li span.grey-no {
              background: url(../bfvpndeal/b_no.png) center no-repeat; }
            .bfvpndeal .table-box .table_cont ul li span.red-yes {
              background: url(../bfvpndeal/check_red.png) center no-repeat; }
      .bfvpndeal .table-box .table_cont .table_l {
        width: 430px; }
        .bfvpndeal .table-box .table_cont .table_l ul li {
          padding-left: 18px;
          justify-content: left;
          font-size: 14px;
          font-weight: 600; }
          .bfvpndeal .table-box .table_cont .table_l ul li:last-of-type {
            border-bottom: 1px solid rgba(136, 136, 136, 0.3);
            height: 40px; }
      .bfvpndeal .table-box .table_cont .table_c {
        width: 296px; }
        .bfvpndeal .table-box .table_cont .table_c .li_title {
          background: rgba(42, 42, 42, 0.61); }
        .bfvpndeal .table-box .table_cont .table_c ul {
          background: #F2F2F2;
          padding: 0px 12px 10px; }
          .bfvpndeal .table-box .table_cont .table_c ul li {
            color: #000; }
      .bfvpndeal .table-box .table_cont .table_r {
        width: 398px;
        border-radius: 12px;
        position: relative;
        top: -30px;
        border: 10px solid #FFDFDF; }
        .bfvpndeal .table-box .table_cont .table_r::before {
          content: "";
          display: block;
          width: 117px;
          height: 72px;
          background: url(../bfvpndeal/vip-logo.png) center no-repeat;
          position: absolute;
          top: -52px;
          left: 0;
          right: 0;
          margin: 0px auto; }
        .bfvpndeal .table-box .table_cont .table_r .li_title {
          border-radius: 4px 4px 0px 0px;
          font-size: 20px;
          color: #fff;
          height: 90px;
          line-height: 90px;
          background-color: #E0041E; }
        .bfvpndeal .table-box .table_cont .table_r ul {
          background: #2A2A2A;
          padding-bottom: 20px;
          padding: 0px 13px 17px 13px; }
          .bfvpndeal .table-box .table_cont .table_r ul li {
            border-color: #3D3D3D;
            color: #fff; }
  .bfvpndeal .screen3 {
    width: 1200px;
    height: 330px;
    margin: 0 auto 0;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 120px;
    margin-bottom: 40px; }
    .bfvpndeal .screen3 .screen-title {
      font-size: 32px;
      text-align: center;
      margin-bottom: 0;
      margin-top: 0;
      color: #1F1E24;
      font-weight: 600; }
    .bfvpndeal .screen3 .tit2 {
      font-size: 20px;
      font-weight: 500;
      width: fit-content;
      color: #000;
      text-align: center;
      position: relative;
      margin: 12px auto 0; }
      .bfvpndeal .screen3 .tit2::after {
        content: '';
        display: block;
        width: 100%;
        height: 8px;
        background-color: #D5D5D5;
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: -1; }
    .bfvpndeal .screen3 .cont_wrap {
      position: relative;
      width: 1024px;
      height: 239px;
      margin: 20px auto 0; }
      .bfvpndeal .screen3 .cont_wrap::before {
        content: '';
        display: block;
        width: 42px;
        height: 30px;
        background: url(../bfvpndeal/yinhao.png) top center no-repeat;
        position: absolute;
        left: 79px;
        z-index: 2; }
      .bfvpndeal .screen3 .cont_wrap .swiper-slide {
        margin-top: -22px; }
    .bfvpndeal .screen3 .swiper-button-prev,
    .bfvpndeal .screen3 .swiper-button-next {
      width: 44px;
      height: 44px;
      opacity: 1;
      left: -60px;
      margin-top: -45px;
      cursor: pointer;
      transform: rotate(-180deg);
      background: url(../bfvpndeal/square-next.png) no-repeat center/cover; }
      .bfvpndeal .screen3 .swiper-button-prev:hover,
      .bfvpndeal .screen3 .swiper-button-next:hover {
        opacity: 1;
        background: url(../bfvpndeal/square-next_hover.png) no-repeat center/cover;
        transform: rotate(0deg) translate(0); }
      .bfvpndeal .screen3 .swiper-button-prev::after,
      .bfvpndeal .screen3 .swiper-button-next::after {
        content: '';
        display: none; }
    .bfvpndeal .screen3 .swiper-button-next {
      left: auto;
      right: -63px;
      margin-top: -39px;
      transform: rotate(0deg); }
      .bfvpndeal .screen3 .swiper-button-next:hover {
        transform: rotate(-180deg) translate(0); }
    .bfvpndeal .screen3 .swiper-pagination {
      display: block !important;
      text-align: center;
      margin: -34px auto 0;
      left: 50%;
      transform: translateX(-50%); }
      .bfvpndeal .screen3 .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: 1;
        margin: 0 8px;
        background: #D5D5D5 0% 0% no-repeat padding-box; }
        .bfvpndeal .screen3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          position: relative;
          top: 2px;
          width: 12px;
          height: 12px;
          background: #1B1C21 0% 0% no-repeat padding-box; }
    .bfvpndeal .screen3 .slide_cont {
      width: 949px;
      height: 165px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 2px solid #E6E6E6;
      border-radius: 15px;
      box-sizing: border-box;
      padding: 29px 96px 0 241px;
      position: relative; }
      .bfvpndeal .screen3 .slide_cont .star {
        width: 78px;
        height: 15px;
        margin-bottom: 25px;
        background: url(../bfvpndeal/star.png) top center no-repeat; }
      .bfvpndeal .screen3 .slide_cont .text {
        font-size: 16px;
        color: #1F1E24;
        font-weight: 400;
        line-height: 1.2;
        text-align: left; }
      .bfvpndeal .screen3 .slide_cont .img_wrap {
        position: absolute;
        width: 120px;
        top: 24px;
        left: 82px;
        text-align: center; }
        .bfvpndeal .screen3 .slide_cont .img_wrap img {
          border-radius: 7px;
          width: 60px; }
        .bfvpndeal .screen3 .slide_cont .img_wrap .name {
          color: #1F1E24;
          font-size: 16px;
          font-weight: 500;
          margin-top: 9px;
          margin-bottom: 0; }
        .bfvpndeal .screen3 .slide_cont .img_wrap .type {
          width: 80px;
          height: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          background: #FFFFFF 0% 0% no-repeat padding-box;
          color: #444444;
          font-weight: 400;
          font-size: 14px;
          margin: 0 auto; }
  .bfvpndeal .payment {
    width: 100%;
    height: 283px;
    background: url(../bfvpndeal/pament_bg.png) top center no-repeat;
    margin: -100px 0 0 0; }
    .bfvpndeal .payment .wrapper {
      display: flex;
      justify-content: space-around;
      padding-top: 113px; }
      .bfvpndeal .payment .wrapper li {
        display: flex;
        align-items: center;
        font: normal normal normal 16px/24px League Spartan;
        color: #606060; }
        .bfvpndeal .payment .wrapper li img {
          margin-right: 10px; }
  .bfvpndeal .footer {
    margin-top: -45px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #6C697E;
    font: normal normal 500 16px League Spartan;
    margin-bottom: 152px; }
  .bfvpndeal .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; }
    .bfvpndeal .popbg.on {
      transform: scale(1);
      z-index: 9999; }
  .bfvpndeal .bfvpnlow-pop {
    position: fixed;
    width: 671px;
    height: 415px;
    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(../bfvpndeal/pop_bg.png) center no-repeat; }
    .bfvpndeal .bfvpnlow-pop.on {
      transform: scale(1);
      z-index: 9999; }
    .bfvpndeal .bfvpnlow-pop > img {
      display: block;
      margin: 0px auto;
      position: relative;
      top: -44px; }
    .bfvpndeal .bfvpnlow-pop > p {
      display: none; }
    .bfvpndeal .bfvpnlow-pop .close {
      position: absolute;
      display: block;
      width: 23px;
      height: 23px;
      top: -25px;
      right: -6px;
      cursor: pointer;
      background: url(../bfvpndeal/cross-small.png);
      opacity: 0.8; }
      .bfvpndeal .bfvpnlow-pop .close:hover {
        opacity: 1; }
    .bfvpndeal .bfvpnlow-pop .pop_cont {
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-top: 58px; }
      .bfvpndeal .bfvpnlow-pop .pop_cont .title_info {
        margin-top: -30px;
        text-align: center; }
        .bfvpndeal .bfvpnlow-pop .pop_cont .title_info h2 {
          font: normal normal bold 30px/34px League Spartan;
          color: #FFFFFF; }
          .bfvpndeal .bfvpnlow-pop .pop_cont .title_info h2::after {
            content: "";
            width: 229px;
            height: 8px;
            background: url(../bfvpndeal/pop_tag.png);
            position: absolute;
            top: 57px;
            left: 222px; }
        .bfvpndeal .bfvpnlow-pop .pop_cont .title_info p {
          margin-top: 15px;
          font: normal normal 16px/18px League Spartan;
          color: #FFFFFF; }
          .bfvpndeal .bfvpnlow-pop .pop_cont .title_info p span {
            color: #FFCC00; }
      .bfvpndeal .bfvpnlow-pop .pop_cont ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 33px;
        margin-bottom: 15px; }
        .bfvpndeal .bfvpnlow-pop .pop_cont ul li {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .bfvpndeal .bfvpnlow-pop .pop_cont ul li h3 {
            font: normal normal 400 16px/18px League Spartan;
            color: #FFFFFF; }
          .bfvpndeal .bfvpnlow-pop .pop_cont ul li strong {
            margin-top: 15px;
            font: normal normal bold 24px/27px League Spartan;
            color: #FFCC00; }
          .bfvpndeal .bfvpnlow-pop .pop_cont ul li .pop_price {
            margin: 10px 0px 0px; }
            .bfvpndeal .bfvpnlow-pop .pop_cont ul li .pop_price p {
              font-size: 16px;
              margin-bottom: 4px;
              color: #FFFFFF; }
            .bfvpndeal .bfvpnlow-pop .pop_cont ul li .pop_price del {
              font: normal normal normal 16px/18px League Spartan;
              color: #8B8B8B; }
        .bfvpndeal .bfvpnlow-pop .pop_cont ul .li1 {
          width: 154px;
          height: 141px;
          background: #212121 0% 0% no-repeat padding-box;
          border: 1px dashed #5E5E5E;
          border-radius: 18px;
          margin-top: 13px; }
          .bfvpndeal .bfvpnlow-pop .pop_cont ul .li1 h3 {
            margin-top: 10px; }
          .bfvpndeal .bfvpnlow-pop .pop_cont ul .li1::after {
            content: '';
            position: absolute;
            width: 55px;
            height: 39px;
            background: url(./pop_up.png) center;
            margin-left: 136px;
            margin-top: 34px; }
        .bfvpndeal .bfvpnlow-pop .pop_cont ul .li2 {
          width: 165px;
          height: 165px;
          background: transparent linear-gradient(180deg, #FF2E2E 0%, #FF9191 100%) 0% 0% no-repeat padding-box;
          box-shadow: 0px 10px 15px #0000009C;
          border: 2px dashed black;
          border-radius: 20px;
          padding: 2px;
          margin-top: 10px; }
          .bfvpndeal .bfvpnlow-pop .pop_cont ul .li2::after {
            content: '';
            position: absolute;
            width: 58px;
            height: 100px;
            background: url(./pop_balloon.png) center;
            margin-left: 200px;
            margin-top: -84px; }
          .bfvpndeal .bfvpnlow-pop .pop_cont ul .li2 strong {
            font-size: 32px; }
          .bfvpndeal .bfvpnlow-pop .pop_cont ul .li2 .pop_price {
            margin: 15px 0px -6px; }
            .bfvpndeal .bfvpnlow-pop .pop_cont ul .li2 .pop_price p {
              font-size: 20px; }
            .bfvpndeal .bfvpnlow-pop .pop_cont ul .li2 .pop_price del {
              font-size: 18px;
              color: #8A0D0D;
              font-weight: 500; }
      .bfvpndeal .bfvpnlow-pop .pop_cont .buybtn {
        margin: 5px auto;
        width: 258px;
        height: 55px;
        background: #FF0000 0% 0% no-repeat padding-box;
        box-shadow: 0px 15px 20px #AF0101;
        border-radius: 5px;
        color: #fff;
        border: 0; }
        .bfvpndeal .bfvpnlow-pop .pop_cont .buybtn:hover {
          background: #FF4747 0% 0% no-repeat padding-box;
          box-shadow: 0px 15px 20px #AF0101; }

/*# sourceMappingURL=bfvpndeal.css.map */
