.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; } }
.vpneaster {
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  font-size: 16px;
  position: relative; }
  .vpneaster::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 466px;
    background: url(../bottom_bg.png) center no-repeat;
    bottom: 64px;
    z-index: -1; }
  .vpneaster img {
    max-width: none;
    width: auto; }
  .vpneaster .wrapper,
  .vpneaster .common-reviews {
    width: 1200px !important;
    margin: 0px auto; }
  .vpneaster strong {
    font-weight: bold; }
  .vpneaster .buybtn {
    display: flex;
    position: relative;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    width: 262px;
    height: 50px;
    border: 3px solid #FFC1C1;
    color: #FF4A4A;
    font: normal normal 500 18px League Spartan;
    transition: all .3s ease-out; }
    .vpneaster .buybtn:hover {
      background: transparent linear-gradient(90deg, #FF6F00 0%, #FF0000 100%) 0% 0% no-repeat padding-box;
      border-color: #FF77002B;
      color: #fff; }
      .vpneaster .buybtn:hover::after {
        box-shadow: 0px 5px 15px #FF9A4D; }
    .vpneaster .buybtn.btn-red {
      background: transparent linear-gradient(90deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
      border: 4px solid #FF77002B;
      color: #fff; }
      .vpneaster .buybtn.btn-red::after {
        box-shadow: 0px 5px 15px #FF9A4D; }
      .vpneaster .buybtn.btn-red:hover {
        background: transparent linear-gradient(90deg, #FF6F00 0%, #FF0000 100%) 0% 0% no-repeat padding-box; }
  .vpneaster .buybtn {
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    width: 262px;
    height: 50px;
    border: 2px solid rgba(255, 119, 0, 0.29);
    color: #C1965D;
    font: normal normal 500 18px League Spartan;
    transition: all .3s ease-out; }
    .vpneaster .buybtn:hover {
      background: transparent linear-gradient(98deg, #FF6600 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
      box-shadow: inset 7px 6px 20px #FFF130, 0px 5px 15px #FF9A4D;
      border: 2px solid rgba(255, 119, 0, 0.17);
      color: #fff; }
    .vpneaster .buybtn.btn-red {
      background: linear-gradient(98deg, #F60000 0%, #FF0060 100%);
      box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #FF9A4D;
      border: 4px solid rgba(255, 119, 0, 0.169);
      border: none;
      color: #fff; }
      .vpneaster .buybtn.btn-red:hover {
        background: linear-gradient(98deg, #FF6600 0%, #FF0060 100%);
        box-shadow: inset 7px 6px 20px #FFF130, 0px 5px 15px #FF9A4D; }
  .vpneaster .buybtn {
    display: flex;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    min-width: 270px;
    max-width: 95%;
    height: 50px;
    border-radius: 9999px;
    font: normal normal 500 16px League Spartan; }
    .vpneaster .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%); }
  .vpneaster.page-sold .bottom-buy-pic,
  .vpneaster.page-sold .bottom-buy-tag {
    display: none !important; }
  .vpneaster.page-sold .bottom-buy-pic-sold {
    display: inline-block !important; }
  .vpneaster .banner {
    height: 914px;
    background: url(../../2023purchase1/bfvpnlow/banner_bg.jpg) no-repeat center top; }
    .vpneaster .banner .logo {
      display: block;
      font-size: 0;
      width: 100px;
      height: 52px;
      color: transparent;
      position: absolute;
      left: -115px;
      top: 35px;
      background: url(../../common/logo-itop.svg) no-repeat center/cover; }
    .vpneaster .banner .title {
      text-align: center;
      position: relative; }
      .vpneaster .banner .title h1 {
        margin-top: -28px;
        text-align: center;
        font: normal normal 600 24px League Spartan;
        color: #fff; }
        .vpneaster .banner .title h1 span {
          color: #FFA761;
          font-weight: 600; }
      .vpneaster .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; }
        .vpneaster .banner .title p span {
          font-size: 30px;
          font-weight: 800; }
    .vpneaster .banner .message {
      width: 1200px;
      display: flex;
      justify-content: space-between;
      margin-top: 50px;
      align-items: end;
      padding: 0px 30px; }
      .vpneaster .banner .message .box {
        width: 340px;
        height: 565px;
        padding: 44px 16px 0px;
        background: #fff; }
        .vpneaster .banner .message .box h3 {
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-bottom: 32px; }
          .vpneaster .banner .message .box h3 span {
            font: normal normal 600 22px/29px League Spartan; }
        .vpneaster .banner .message .box h4 {
          text-align: center;
          font: normal normal 600 20px/22px League Spartan; }
          .vpneaster .banner .message .box h4 strong {
            font-size: 36px; }
        .vpneaster .banner .message .box .buybtn {
          margin-top: 20px; }
        .vpneaster .banner .message .box .box-p {
          margin-top: 22px;
          text-align: center;
          color: #606060;
          margin-bottom: 30px; }
          .vpneaster .banner .message .box .box-p del {
            color: #878686;
            padding-left: 10px; }
        .vpneaster .banner .message .box ul {
          font: normal normal normal 16px/24px League Spartan;
          color: #5D5D5D;
          border-top: 1px solid rgba(117, 104, 91, 0.3);
          padding: 30px 0px 0px 0px; }
          .vpneaster .banner .message .box ul li {
            position: relative;
            padding-left: 12px; }
            .vpneaster .banner .message .box ul li a {
              margin-left: 12px;
              font-size: 14px;
              color: #75685B;
              text-decoration: underline; }
            .vpneaster .banner .message .box ul li::before {
              content: "";
              display: block;
              width: 5px;
              height: 5px;
              border-radius: 50%;
              position: absolute;
              left: 0;
              top: 7px;
              background-color: #434242; }
        .vpneaster .banner .message .box.active-box {
          position: relative;
          width: 414px;
          height: 591px;
          padding: 0px; }
          .vpneaster .banner .message .box.active-box .time_cont {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 14px;
            min-width: 290px;
            max-width: 100%;
            height: 36px;
            border-radius: 0px 0px 14px 14px;
            background: #FFEF09;
            position: absolute;
            z-index: 999;
            top: -16px;
            left: 50%;
            transform: translateX(-50%);
            margin: auto;
            white-space: nowrap; }
            .vpneaster .banner .message .box.active-box .time_cont > p {
              font-weight: 600;
              color: #4A1503; }
              .vpneaster .banner .message .box.active-box .time_cont > p:last-child {
                padding-top: 4px; }
              .vpneaster .banner .message .box.active-box .time_cont > p > span {
                font-size: 24px;
                font-family: "Yesteryear";
                color: #4A1503;
                margin-right: 5px; }
            .vpneaster .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; }
              .vpneaster .banner .message .box.active-box .time_cont .countdown::after, .vpneaster .banner .message .box.active-box .time_cont .countdown::before {
                position: absolute;
                content: "";
                display: block;
                height: 15px;
                border-right: 1px solid #5E1800;
                top: 0px; }
              .vpneaster .banner .message .box.active-box .time_cont .countdown::before {
                left: 27px; }
              .vpneaster .banner .message .box.active-box .time_cont .countdown::after {
                right: 27px; }
              .vpneaster .banner .message .box.active-box .time_cont .countdown .scroll-tick {
                width: 27px;
                height: 20px; }
                .vpneaster .banner .message .box.active-box .time_cont .countdown .scroll-tick:last-child {
                  margin-right: 0; }
                .vpneaster .banner .message .box.active-box .time_cont .countdown .scroll-tick strong,
                .vpneaster .banner .message .box.active-box .time_cont .countdown .scroll-tick span {
                  font-size: 18px;
                  display: block;
                  font-weight: bold;
                  color: #D10016; }
          .vpneaster .banner .message .box.active-box .box_main {
            padding: 70px 44px 0px;
            position: relative;
            z-index: 99;
            background: #fff;
            width: 100%;
            height: 100%; }
          .vpneaster .banner .message .box.active-box::after {
            content: "";
            position: absolute;
            width: 432px;
            height: 572px;
            background: #fff;
            border: 6px solid #FF7C09;
            border-radius: 5px;
            bottom: -10px;
            left: -15px;
            z-index: 1; }
          .vpneaster .banner .message .box.active-box h3 {
            text-align: center;
            font-weight: 600; }
            .vpneaster .banner .message .box.active-box h3 strong {
              color: #00B43C;
              font-weight: 600;
              font-size: 22px;
              padding-left: 4px; }
          .vpneaster .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; }
            .vpneaster .banner .message .box.active-box .buybtn:hover {
              background: linear-gradient(98deg, #FF0060 0%, #FF0060 100%); }
          .vpneaster .banner .message .box.active-box ul {
            color: #000; }
            .vpneaster .banner .message .box.active-box ul li {
              display: flex;
              align-items: center;
              padding-left: 16px; }
              .vpneaster .banner .message .box.active-box ul li::before {
                content: "";
                display: block;
                width: 12px;
                top: 4px;
                height: 12px;
                background: url(../../2023purchase1/bfvpnlow/check_green.svg); }
  .vpneaster .banner {
    height: 920px;
    background: url(./banner_bg.png) no-repeat center top; }
    .vpneaster .banner .title {
      text-align: center; }
      .vpneaster .banner .title h1 {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        height: 132px;
        background: url(../title.png) no-repeat bottom center; }
      .vpneaster .banner .title h2 {
        text-align: center;
        font: normal 600 24px League Spartan;
        color: #2D0404; }
        .vpneaster .banner .title h2 span {
          font-weight: 600;
          color: #F6240D; }
    .vpneaster .banner .banner_offer {
      display: flex;
      justify-content: space-between;
      padding: 120px 29px 0px;
      position: relative; }
      .vpneaster .banner .banner_offer .discount {
        display: block;
        padding: 0px 10px;
        height: 20px;
        line-height: 25px;
        font-size: 16px;
        font-weight: 600;
        margin-top: 7px;
        background: #CECECE; }
      .vpneaster .banner .banner_offer > div {
        width: 354px;
        padding: 38px 45px 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff; }
        .vpneaster .banner .banner_offer > div h4 {
          height: 47px;
          text-align: center;
          font-size: 22px;
          font-weight: 500; }
          .vpneaster .banner .banner_offer > div h4 p b {
            color: #0BAA18; }
        .vpneaster .banner .banner_offer > div .price {
          padding: 32px 0px 23px;
          display: flex;
          align-items: baseline;
          position: relative; }
          .vpneaster .banner .banner_offer > div .price span {
            font-size: 20px;
            font-weight: bold; }
          .vpneaster .banner .banner_offer > div .price b {
            font-size: 46px;
            font-weight: bold; }
          .vpneaster .banner .banner_offer > div .price del {
            color: #5D5D5D;
            margin-left: 5px; }
        .vpneaster .banner .banner_offer > div > b {
          font-size: 14px;
          font-weight: 500; }
        .vpneaster .banner .banner_offer > div .buybtn {
          margin: 10px auto; }
        .vpneaster .banner .banner_offer > div > p {
          font-size: 14px;
          color: #5D5D5D; }
        .vpneaster .banner .banner_offer > div.offer_1y h4 span {
          background: #F8E2C7; }
        .vpneaster .banner .banner_offer > div.offer_1y .price {
          padding-left: 55px; }
        .vpneaster .banner .banner_offer > div.offer_lt {
          position: relative;
          z-index: 99; }
          .vpneaster .banner .banner_offer > div.offer_lt h4 span {
            background: transparent linear-gradient(108deg, #FFA152 0%, #FE395C 100%) 0% 0% no-repeat padding-box;
            color: #FFFFFF;
            text-shadow: 0px 0px 4px #EA193D; }
          .vpneaster .banner .banner_offer > div.offer_lt .price {
            padding-left: 55px; }
      .vpneaster .banner .banner_offer::after {
        content: "";
        display: block;
        position: absolute;
        width: 362px;
        height: 317px;
        background: #FF0909 0% 0% no-repeat padding-box;
        box-shadow: -4px 19px 18px #F93A3A61;
        bottom: -4px;
        right: 0;
        left: 0;
        margin: 0px auto;
        z-index: 1; }
    .vpneaster .banner .b_text {
      margin-top: 120px;
      display: flex;
      justify-content: space-between;
      padding: 0px 80px; }
      .vpneaster .banner .b_text dl {
        display: flex;
        align-items: center; }
        .vpneaster .banner .b_text dl dd {
          color: #606060;
          margin-left: 10px; }
  .vpneaster .table-box h2,
  .vpneaster .feature h2 {
    color: #1F1E24;
    font: normal normal bold 32px/35px League Spartan;
    text-align: center;
    position: relative; }
    .vpneaster .table-box h2::after,
    .vpneaster .feature h2::after {
      content: "";
      position: absolute;
      width: 138px;
      height: 100px;
      background: url(../rabbit.png) center no-repeat;
      top: -86px;
      left: 0px;
      right: 0px;
      margin: 0px auto; }
  .vpneaster .feature {
    padding-top: 100px; }
    .vpneaster .feature h2 {
      color: #1F1E24;
      font: normal normal bold 32px/35px League Spartan;
      text-align: center; }
    .vpneaster .feature .message {
      display: flex;
      justify-content: space-between;
      margin-top: 70px; }
      .vpneaster .feature .message .img-box {
        position: relative;
        width: 541px;
        height: 352px; }
        .vpneaster .feature .message .img-box img {
          position: absolute;
          top: -10px;
          left: -55px; }
      .vpneaster .feature .message .feature-off {
        position: absolute;
        width: 255px;
        height: 219px;
        background: url(./gift_box.png) center no-repeat;
        z-index: 2;
        right: 0px;
        bottom: 15px;
        text-align: center; }
        .vpneaster .feature .message .feature-off p {
          transform: matrix(0.98, -0.21, 0.21, 0.98, 0, 0);
          font: normal normal bold 20px/49px League Spartan;
          color: #FFFFFF;
          text-shadow: 0px 3px 6px #D11C00;
          position: absolute;
          left: 102px;
          bottom: 31px; }
      .vpneaster .feature .message .message-box {
        display: flex;
        width: 615px;
        justify-content: space-between;
        flex-wrap: wrap; }
        .vpneaster .feature .message .message-box li {
          width: 48%;
          margin-bottom: 35px; }
          .vpneaster .feature .message .message-box li h3 {
            display: flex;
            margin-bottom: 15px;
            align-items: center;
            font: normal normal 600 18px/21px League Spartan; }
            .vpneaster .feature .message .message-box li h3::before {
              content: "";
              width: 12px;
              height: 12px;
              margin-right: 10px;
              background: url(../checked.svg) center no-repeat;
              background-size: contain; }
          .vpneaster .feature .message .message-box li p {
            padding-left: 22px;
            color: #4E4E4E;
            font: normal normal normal 16px/20px League Spartan; }
    .vpneaster .feature .img-box {
      position: relative;
      z-index: 1; }
  .vpneaster .bottom-buy {
    height: 228px;
    margin-top: 20px;
    background: url(../../2023purchase1/bfvpnlow/bottom-banner.png) no-repeat center;
    padding-top: 47px; }
    .vpneaster .bottom-buy .wrapper {
      display: flex;
      justify-content: space-between;
      height: 156px;
      align-items: center; }
    .vpneaster .bottom-buy h3 {
      font-size: 22px;
      color: #FFFFFF; }
      .vpneaster .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: #fff;
        border: 1px solid rgba(255, 255, 255, 0.2); }
        .vpneaster .bottom-buy h3 .progress_bar .progress_barbg {
          position: absolute;
          width: 453px;
          height: 14px;
          left: 2px;
          border-radius: 7px;
          background: transparent linear-gradient(270deg, #FFB926 0%, #FE7900 100%) 0% 0% no-repeat padding-box; }
        .vpneaster .bottom-buy h3 .progress_bar .pb_titme {
          display: flex;
          align-items: center;
          height: 14px;
          position: relative;
          top: 2px; }
          .vpneaster .bottom-buy h3 .progress_bar .pb_titme p {
            font-size: 12px; }
          .vpneaster .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; }
            .vpneaster .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick strong,
            .vpneaster .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick span {
              font-size: 12px;
              display: block;
              font-weight: 500;
              color: #FF0000; }
      .vpneaster .bottom-buy h3 span {
        font-size: 22px;
        font-weight: bold;
        color: #FFCC00; }
    .vpneaster .bottom-buy .right-message {
      text-align: center; }
      .vpneaster .bottom-buy .right-message .buybtn {
        background: transparent linear-gradient(90deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
        border: 4px solid #FF77002B;
        color: #fff;
        display: flex;
        position: relative;
        margin: 0px auto;
        align-items: center;
        justify-content: center;
        width: 262px;
        height: 50px;
        border-radius: 0;
        font: normal normal 500 18px League Spartan;
        transition: all .3s ease-out; }
        .vpneaster .bottom-buy .right-message .buybtn:hover {
          background: transparent linear-gradient(90deg, #FF6F00 0%, #FF0000 100%) 0% 0% no-repeat padding-box; }
        .vpneaster .bottom-buy .right-message .buybtn:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0px;
          left: 0px;
          box-shadow: 0px 5px 15px #FF9A4D; }
      .vpneaster .bottom-buy .right-message .price {
        display: flex;
        align-items: baseline;
        position: relative;
        color: #fff;
        justify-content: center; }
        .vpneaster .bottom-buy .right-message .price span {
          font-size: 14px;
          font-weight: bold; }
        .vpneaster .bottom-buy .right-message .price b {
          font-size: 30px;
          font-weight: bold; }
        .vpneaster .bottom-buy .right-message .price del {
          color: #656565;
          font-weight: bold;
          margin-left: 5px;
          position: relative; }
          .vpneaster .bottom-buy .right-message .price del::after {
            content: ""; }
      .vpneaster .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; }
        .vpneaster .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; }
  .vpneaster .bottom-buy {
    height: 228px;
    margin-top: 20px;
    background: url(../center_bg.png) no-repeat center;
    padding-top: 47px; }
    .vpneaster .bottom-buy .wrapper {
      width: 1240px !important;
      display: flex;
      justify-content: space-between;
      height: 135px;
      align-items: center; }
    .vpneaster .bottom-buy .off {
      position: relative;
      margin: -4px 0px 0px -20px; }
      .vpneaster .bottom-buy .off .gift_offer {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        top: 70px;
        right: 70px; }
        .vpneaster .bottom-buy .off .gift_offer b,
        .vpneaster .bottom-buy .off .gift_offer span {
          display: block;
          color: #FAFAFA;
          text-shadow: 0px 9px 3px #CB3E0085; }
        .vpneaster .bottom-buy .off .gift_offer b {
          font: normal normal bold 46px League Spartan; }
          .vpneaster .bottom-buy .off .gift_offer b i {
            font-style: normal;
            font: normal normal bold 16px League Spartan; }
        .vpneaster .bottom-buy .off .gift_offer span {
          font: normal normal bold 16px League Spartan; }
    .vpneaster .bottom-buy h3 {
      font-size: 22px;
      color: #1E1C2C;
      text-align: center;
      line-height: 1.2; }
      .vpneaster .bottom-buy h3 p {
        font-weight: 800; }
      .vpneaster .bottom-buy h3 span {
        display: inline-block;
        color: #F6240D;
        font-weight: 800;
        height: 30px;
        margin: 0px 8px; }
    .vpneaster .bottom-buy .right-message {
      text-align: center; }
      .vpneaster .bottom-buy .right-message .price {
        display: flex;
        align-items: baseline;
        position: relative;
        color: #000;
        justify-content: center; }
        .vpneaster .bottom-buy .right-message .price span {
          font-size: 20px;
          font-weight: bold; }
        .vpneaster .bottom-buy .right-message .price b {
          font-size: 30px;
          font-weight: bold; }
        .vpneaster .bottom-buy .right-message .price del {
          color: rgba(93, 93, 93, 0.61);
          margin-left: 5px; }
  .vpneaster .table-box {
    padding-top: 80px; }
    .vpneaster .table-box .table-title P {
      margin-top: 20px;
      text-align: center;
      font-size: 22px;
      font-weight: 500; }
    .vpneaster .table-box .table_cont {
      padding: 110px 12px 0px;
      display: flex;
      justify-content: space-between;
      align-items: start; }
      .vpneaster .table-box .table_cont .li_title {
        height: 60px;
        font-weight: 600;
        line-height: 60px;
        border-radius: 12px 12px 0px 0px;
        text-align: center; }
      .vpneaster .table-box .table_cont ul {
        border-radius: 0px 0px 12px 12px; }
        .vpneaster .table-box .table_cont ul li {
          display: flex;
          line-height: 1.2;
          align-items: center;
          height: 30px;
          justify-content: center;
          border-bottom: 1px solid #FFEDE9;
          font-size: 14px;
          font-weight: 500; }
          .vpneaster .table-box .table_cont ul li.increase {
            height: 40px; }
          .vpneaster .table-box .table_cont ul li:last-child {
            border: none; }
          .vpneaster .table-box .table_cont ul li span {
            display: block;
            width: 17px;
            height: 17px; }
            .vpneaster .table-box .table_cont ul li span.grey-yes {
              background: url(../grey_yes.png) center no-repeat; }
            .vpneaster .table-box .table_cont ul li span.grey-no {
              background: url(../grey_no.png) center no-repeat; }
            .vpneaster .table-box .table_cont ul li span.red-yes {
              background: url(../red_yes.png) center no-repeat; }
      .vpneaster .table-box .table_cont .table_l {
        width: 430px;
        padding-left: 18px; }
        .vpneaster .table-box .table_cont .table_l li {
          justify-content: left; }
          .vpneaster .table-box .table_cont .table_l li:last-child {
            border-bottom: 1px solid #FFEDE9; }
          .vpneaster .table-box .table_cont .table_l li span {
            width: auto;
            height: auto; }
      .vpneaster .table-box .table_cont .table_c {
        box-shadow: 0px 6px 10px #FFC9BF96;
        border-radius: 0px 0px 12px 12px; }
        .vpneaster .table-box .table_cont .table_c ul {
          width: 296px;
          padding: 0px 12px 10px; }
        .vpneaster .table-box .table_cont .table_c .li_title {
          background: #FFF4F2;
          display: flex;
          flex-direction: column;
          color: #130000;
          align-items: center;
          justify-content: center;
          line-height: normal; }
          .vpneaster .table-box .table_cont .table_c .li_title b,
          .vpneaster .table-box .table_cont .table_c .li_title span {
            display: block; }
          .vpneaster .table-box .table_cont .table_c .li_title b {
            font-size: 18px;
            font-weight: 600; }
          .vpneaster .table-box .table_cont .table_c .li_title span {
            margin-top: 5px;
            font-size: 14px;
            font-weight: 500; }
      .vpneaster .table-box .table_cont .table_r {
        width: 424px;
        padding: 17px 13px;
        border-radius: 12px;
        position: relative;
        top: -61px;
        color: #FF8148; }
        .vpneaster .table-box .table_cont .table_r::before {
          content: "";
          display: block;
          width: 117px;
          height: 72px;
          background: url(../vip-logo.png) center no-repeat;
          position: absolute;
          top: -16px;
          left: 0;
          right: 0;
          margin: 0px auto; }
        .vpneaster .table-box .table_cont .table_r .li_title {
          font-size: 20px;
          color: #fff;
          background: transparent linear-gradient(90deg, #FFC367 0%, #FF6C3E 100%) 0% 0% no-repeat padding-box;
          height: 105px;
          padding-top: 32px; }
        .vpneaster .table-box .table_cont .table_r ul {
          background: #fff;
          padding: 0px 16px 20px;
          box-shadow: 0px 10px 20px #FF935396; }
  .vpneaster .about {
    padding-top: 82px; }
    .vpneaster .about .h2 {
      text-align: center;
      margin-bottom: 40px;
      font-size: 32px;
      font-weight: bold; }
  .vpneaster .footer {
    padding: 22px 16px 18px;
    text-align: center;
    background: #fff;
    color: #8F8F8F;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500; }
  .vpneaster .popbg1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) 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: top;
    z-index: -99998; }
    .vpneaster .popbg1.on {
      transform: scale(1);
      z-index: 999; }
  .vpneaster .vpneaster-pop {
    position: fixed;
    width: 600px;
    height: 391px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -99998;
    margin: auto;
    transform: scale(0);
    transition: all .3s ease;
    transform-origin: top;
    z-index: -99998;
    background: url(../pop_bg.png) center no-repeat;
    padding-top: 90px; }
    .vpneaster .vpneaster-pop.on {
      transform: scale(1);
      z-index: 1000; }
    .vpneaster .vpneaster-pop .pop-title {
      margin: 0 auto;
      text-align: center; }
    .vpneaster .vpneaster-pop .close {
      position: absolute;
      display: block;
      width: 23px;
      height: 23px;
      top: 40px;
      right: 8px;
      cursor: pointer;
      background: url(../cross-small.png);
      opacity: 0.8; }
      .vpneaster .vpneaster-pop .close:hover {
        opacity: 1; }
    .vpneaster .vpneaster-pop .pop_cont {
      display: flex;
      justify-content: space-between;
      padding: 0px 42px; }
      .vpneaster .vpneaster-pop .pop_cont .pop_contl {
        padding: 15px 0px 0px 14px; }
        .vpneaster .vpneaster-pop .pop_cont .pop_contl div {
          width: 219px;
          height: 228px;
          background: url(./pop_gift.png);
          position: relative; }
          .vpneaster .vpneaster-pop .pop_cont .pop_contl div p {
            font-size: 20px;
            font-weight: 600;
            position: absolute;
            bottom: 36px;
            right: 18px;
            white-space: nowrap;
            transform: rotateZ(18deg);
            color: #F80018;
            display: flex; }
            .vpneaster .vpneaster-pop .pop_cont .pop_contl div p b {
              font-size: 40px;
              font-weight: bold; }
            .vpneaster .vpneaster-pop .pop_cont .pop_contl div p span {
              display: flex;
              flex-direction: column;
              padding-left: 4px; }
              .vpneaster .vpneaster-pop .pop_cont .pop_contl div p span i {
                font-style: normal;
                font-size: 18px;
                font-weight: bold; }
                .vpneaster .vpneaster-pop .pop_cont .pop_contl div p span i:nth-of-type(2) {
                  font-size: 13px;
                  font-weight: bold; }
      .vpneaster .vpneaster-pop .pop_cont .pop_contr {
        width: 100%;
        padding-right: 28px; }
        .vpneaster .vpneaster-pop .pop_cont .pop_contr h4 {
          margin: 60px auto 0px;
          font-size: 18px;
          text-align: center; }
          .vpneaster .vpneaster-pop .pop_cont .pop_contr h4 b {
            font-weight: bold;
            color: #FF2323; }
        .vpneaster .vpneaster-pop .pop_cont .pop_contr p {
          margin: 12px auto 0;
          width: 196px;
          font-weight: 600;
          text-align: center; }
        .vpneaster .vpneaster-pop .pop_cont .pop_contr .price {
          display: flex;
          width: 196px;
          margin: 30px auto 0px;
          justify-content: center;
          font-size: 20px;
          font-weight: bold;
          align-items: baseline; }
          .vpneaster .vpneaster-pop .pop_cont .pop_contr .price b {
            font-size: 37px;
            font-weight: bold; }
          .vpneaster .vpneaster-pop .pop_cont .pop_contr .price .del1 {
            color: #606060;
            font-size: 12px;
            opacity: .7;
            padding-left: 8px; }
          .vpneaster .vpneaster-pop .pop_cont .pop_contr .price .del2 {
            color: #878686;
            font-size: 12px;
            opacity: .7;
            padding-left: 8px; }
        .vpneaster .vpneaster-pop .pop_cont .pop_contr .buybtn {
          margin: 17px auto;
          width: 196px;
          height: 48px;
          min-width: auto; }

/*# sourceMappingURL=vpneaster.css.map */
