.review-tabs {
  margin-top: 49px;
  margin-bottom: 70px; }
  .review-tabs .tab_head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .review-tabs .tab_head ._lab {
      padding: 25px 53px;
      margin-top: 31px;
      font-size: 16px;
      line-height: 18px;
      font-weight: 400;
      border-bottom: 2px solid transparent;
      cursor: pointer; }
      .review-tabs .tab_head ._lab.on {
        color: #0054ff;
        border-color: #0054ff; }
      .review-tabs .tab_head ._lab:hover {
        background-color: #f2f6ff; }
  .review-tabs .tab_cnt {
    margin-top: 15px;
    min-height: 280px; }
    .review-tabs .tab_cnt .component-fade-enter-active,
    .review-tabs .tab_cnt .component-fade-leave-active {
      transition: opacity 0.3s ease; }
    .review-tabs .tab_cnt .component-fade-enter,
    .review-tabs .tab_cnt .component-fade-leave-to {
      opacity: 0; }
    .review-tabs .tab_cnt .mob {
      display: none !important; }
    .review-tabs .tab_cnt ._tech {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      min-height: 280px;
      column-gap: 8px; }
      .review-tabs .tab_cnt ._tech .tech_tab {
        width: 604px;
        height: 280px;
        border: 1px solid #e2e0eb;
        padding: 49px 60px 38px 60px;
        border-radius: 4px; }
        .review-tabs .tab_cnt ._tech .tech_tab p {
          font-size: 14px;
          line-height: 25px;
          color: #1e1c2c;
          margin-top: 20px; }
    .review-tabs .tab_cnt .user {
      position: relative;
      padding: 0 90px;
      min-height: 280px; }
      .review-tabs .tab_cnt .user.swiper {
        height: 280px; }
        .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
          width: 340px;
          height: 280px;
          border: 1px solid #e2e0eb;
          margin-right: 8px;
          border-radius: 4px;
          padding: 44px 34px; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
            color: #1e1c2c; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            margin-top: 20px;
            font-size: 12px;
            line-height: 23px;
            color: #1e1c2c; }
        .review-tabs .tab_cnt .user.swiper .swiper-pagination {
          display: none;
          bottom: -5px; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          position: absolute;
          top: 140px;
          width: 16px;
          height: 28px;
          background-image: url("../images/review/angle-right.svg"); }
          .review-tabs .tab_cnt .user.swiper .swiper-button-prev:hover,
          .review-tabs .tab_cnt .user.swiper .swiper-button-next:hover {
            opacity: 0.8; }
          .review-tabs .tab_cnt .user.swiper .swiper-button-prev::after,
          .review-tabs .tab_cnt .user.swiper .swiper-button-next::after {
            display: none !important; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev {
          left: 0;
          transform: rotate(180deg); }
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          right: 0;
          transform: rotate(0deg); }
    .review-tabs .tab_cnt ._list {
      position: relative;
      z-index: -9999;
      opacity: 0;
      min-height: 0 !important;
      height: 0 !important;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .review-tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 280px !important;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }

.review-dots,
.swiper-pagination {
  display: none !important; }

/* moblie */
@media (max-width: 768px) {
  .review-tabs .tab_head ._lab {
    padding: 1rem 2.3571428571rem;
    margin-top: 1.2857142857rem;
    font-size: 1.1428571429rem;
    line-height: 1.2857142857rem;
    border-bottom: 0.1428571429rem solid transparent; }
  .review-tabs .tab_cnt {
    position: relative;
    overflow: hidden;
    margin-top: 0.7142857143rem;
    min-height: 25rem; }
    .review-tabs .tab_cnt .mob {
      display: block !important; }
    .review-tabs .tab_cnt ._tech {
      position: relative;
      display: block !important;
      min-height: 25rem; }
      .review-tabs .tab_cnt ._tech .tech_tab {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 25rem;
        border: 0.0357142857rem solid #e2e0eb;
        padding: 3.1428571429rem 1.8571428571rem;
        border-radius: 0.1428571429rem;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease; }
        .review-tabs .tab_cnt ._tech .tech_tab.on {
          z-index: 1;
          opacity: 1;
          visibility: visible;
          transition: opacity 0.3s ease; }
        .review-tabs .tab_cnt ._tech .tech_tab:nth-child(1) {
          margin-right: 0; }
        .review-tabs .tab_cnt ._tech .tech_tab p {
          font-size: 1rem;
          line-height: 2rem;
          margin-top: 2.1428571429rem; }
    .review-tabs .tab_cnt .user {
      position: relative;
      padding: 0 1.8571428571rem;
      min-height: 25rem; }
      .review-tabs .tab_cnt .user.swiper {
        height: 25rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
          width: 90%;
          height: 25rem;
          border: 0.0714285714rem solid #e2e0eb;
          margin-right: 0;
          border-radius: 0.1428571429rem;
          padding: 3.1428571429rem 1.8571428571rem; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
            font-size: 1rem;
            line-height: 1.1428571429rem; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            font-size: 1rem;
            line-height: 2rem;
            margin-top: 2.1428571429rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-pagination {
          bottom: -0.3571428571rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          position: absolute;
          top: 10rem; }
    .review-tabs .tab_cnt ._list {
      position: relative;
      z-index: -9999;
      opacity: 0;
      min-height: 0 !important;
      height: 0 !important;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .review-tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 25rem !important;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }

  .review-dots,
  .swiper-pagination {
    display: flex !important;
    position: absolute;
    left: 50%;
    bottom: -1.5714285714rem;
    z-index: 1;
    transform: translate(-50%, 0);
    align-items: center;
    justify-content: center; }
    .review-dots.on,
    .swiper-pagination.on {
      display: none !important; }
    .review-dots .swiper-pagination-bullet,
    .swiper-pagination .swiper-pagination-bullet {
      opacity: 1; }
    .review-dots .swiper-pagination-bullet,
    .review-dots span,
    .swiper-pagination .swiper-pagination-bullet,
    .swiper-pagination span {
      display: block;
      margin: 0 0.3571428571rem;
      width: 0.8571428571rem;
      height: 0.8571428571rem;
      border-radius: 0.8571428571rem;
      background: #e2e0eb; }
      .review-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .review-dots .swiper-pagination-bullet.on,
      .review-dots span.swiper-pagination-bullet-active,
      .review-dots span.on,
      .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
      .swiper-pagination .swiper-pagination-bullet.on,
      .swiper-pagination span.swiper-pagination-bullet-active,
      .swiper-pagination span.on {
        background: #0054ff; }

  .swiper-pagination {
    bottom: 0;
    display: none !important; }
    .swiper-pagination.on {
      display: none !important; } }
.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;
    bottom: 64px;
    z-index: -1; }
  .vpneaster .logo_itop {
    display: inline-block;
    width: 66px;
    height: 34px;
    position: absolute;
    left: -60px;
    top: 20px;
    background: url(../../common/logo-itop.svg) no-repeat center/cover; }
  .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::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px; }
    .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 .banner {
    height: 945px;
    background: url(./banner_bg.jpg) no-repeat center top; }
    .vpneaster .banner .title {
      text-align: center; }
      .vpneaster .banner .title h1 {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        height: 154px;
        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;
      align-items: flex-end;
      padding: 72px 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;
        color: #000;
        background: #F8E2C7; }
      .vpneaster .banner .banner_offer > div {
        width: 354px;
        padding: 38px 20px 25px;
        border-radius: 6px;
        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: 600;
          color: #4E4E4E; }
          .vpneaster .banner .banner_offer > div h4 p {
            font-weight: 600; }
            .vpneaster .banner .banner_offer > div h4 p b {
              font-weight: 600;
              color: #3CCC00; }
        .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;
          height: 15px; }
        .vpneaster .banner .banner_offer > div ul {
          font: normal normal normal 14px / 24px League Spartan;
          color: #5d5d5d;
          padding-top: 10px;
          margin-top: 15px; }
          .vpneaster .banner .banner_offer > div ul li {
            position: relative;
            list-style: unset;
            left: 16px; }
        .vpneaster .banner .banner_offer > div.offer_1y h4 span {
          display: block;
          width: fit-content;
          margin: 7px auto 0;
          background: #F8E2C7; }
        .vpneaster .banner .banner_offer > div.offer_lt {
          position: relative;
          z-index: 99;
          height: 507px;
          padding-top: 56px; }
          .vpneaster .banner .banner_offer > div.offer_lt .time_cont {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 14px;
            min-width: 290px;
            max-width: 100%;
            height: 36px;
            border: 1px solid rgba(255, 255, 255, 0.8);
            border-radius: 0px 0px 14px 14px;
            background: transparent linear-gradient(180deg, #FF9D01 0%, #FEB90B 100%) 0% 0% no-repeat padding-box;
            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); }
            .vpneaster .banner .banner_offer > div.offer_lt .time_cont > p {
              font-weight: 600;
              color: #4A1503; }
              .vpneaster .banner .banner_offer > div.offer_lt .time_cont > p:last-child {
                padding-top: 4px; }
              .vpneaster .banner .banner_offer > div.offer_lt .time_cont > p > span {
                font-size: 24px;
                font-family: "Yesteryear";
                color: #4A1503;
                margin-right: 5px; }
            .vpneaster .banner .banner_offer > div.offer_lt .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 .banner_offer > div.offer_lt .time_cont .countdown::after, .vpneaster .banner .banner_offer > div.offer_lt .time_cont .countdown::before {
                position: absolute;
                content: "";
                display: block;
                height: 15px;
                border-right: 1px solid #5E1800;
                top: 0px; }
              .vpneaster .banner .banner_offer > div.offer_lt .time_cont .countdown::before {
                left: 27px; }
              .vpneaster .banner .banner_offer > div.offer_lt .time_cont .countdown::after {
                right: 27px; }
              .vpneaster .banner .banner_offer > div.offer_lt .time_cont .countdown .scroll-tick {
                width: 27px;
                height: 20px; }
                .vpneaster .banner .banner_offer > div.offer_lt .time_cont .countdown .scroll-tick:last-child {
                  margin-right: 0; }
                .vpneaster .banner .banner_offer > div.offer_lt .time_cont .countdown .scroll-tick strong,
                .vpneaster .banner .banner_offer > div.offer_lt .time_cont .countdown .scroll-tick span {
                  font-size: 18px;
                  display: block;
                  font-weight: bold;
                  color: #D10016;
                  background: transparent linear-gradient(90deg, #FFDA4400 0%, #FEC200 50%, #FFDA4400 100%) 0% 0% no-repeat padding-box; }
          .vpneaster .banner .banner_offer > div.offer_lt h4 {
            text-align: center; }
            .vpneaster .banner .banner_offer > div.offer_lt h4 p {
              margin: 0 auto 0;
              color: #000000; }
            .vpneaster .banner .banner_offer > div.offer_lt h4 span {
              display: block;
              width: 120px;
              height: 45px;
              background: url(./lt_tag.png) no-repeat center/cover;
              color: #F70016;
              padding: 16px 0 0 28px;
              margin: 0 auto;
              transform: translateX(-8px); }
          .vpneaster .banner .banner_offer > div.offer_lt ul li {
            list-style: none; }
            .vpneaster .banner .banner_offer > div.offer_lt ul li::before {
              content: "";
              display: block;
              position: absolute;
              left: -20px;
              top: 3px;
              width: 12px;
              height: 12px;
              flex-shrink: 0;
              background: url(./check_green.svg);
              margin: 2px 7px 0px 0px; }
      .vpneaster .banner .banner_offer::after {
        content: "";
        display: block;
        position: absolute;
        width: 380px;
        height: 507px;
        border-radius: 10px;
        background: #fff;
        border: 6px solid #FF7700;
        box-shadow: -4px 19px 18px #F93A3A61;
        bottom: -6px;
        right: 0;
        left: 0;
        margin: 0px auto;
        z-index: 1; }
    .vpneaster .banner .b_text {
      margin-top: 60px;
      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: #000000;
          margin-left: 10px; }
  .vpneaster .unlock {
    position: relative;
    box-sizing: border-box;
    padding-top: 0px;
    margin-top: 120px; }
    .vpneaster .unlock .title {
      font-size: 40px;
      font-weight: 800;
      color: #000;
      text-align: center;
      margin: 0 auto; }
    .vpneaster .unlock .ul1 {
      margin: 80px auto 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .vpneaster .unlock .ul1 li {
        text-align: center;
        max-width: 356px; }
        .vpneaster .unlock .ul1 li h3 {
          color: #000;
          font-weight: 600;
          font-size: 20px; }
        .vpneaster .unlock .ul1 li .big {
          font-size: 54px;
          font-weight: 800;
          color: #02B95D;
          margin: 26px 0 15px; }
        .vpneaster .unlock .ul1 li p {
          font-size: 16px;
          font-weight: 400;
          color: #4E4E4E; }
    .vpneaster .unlock .cont {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin: 90px auto 0; }
      .vpneaster .unlock .cont .left {
        width: 552px; }
        .vpneaster .unlock .cont .left .item {
          width: 100%;
          display: flex;
          box-sizing: border-box;
          padding: 15px 13px;
          margin-bottom: 5px;
          position: relative; }
          .vpneaster .unlock .cont .left .item:nth-of-type(odd) {
            background: transparent linear-gradient(90deg, #FFECEC 0%, #FFF8F8 100%) 0% 0% no-repeat padding-box; }
          .vpneaster .unlock .cont .left .item .text_wrap {
            margin-left: 25px; }
            .vpneaster .unlock .cont .left .item .text_wrap .p1 {
              color: #000;
              font-size: 18px;
              font-weight: 600;
              margin-bottom: 13px; }
            .vpneaster .unlock .cont .left .item .text_wrap .p2 {
              color: #4E4E4E;
              font-size: 16px;
              font-weight: 400;
              line-height: 20px; }
          .vpneaster .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; }
  .vpneaster .purchase-step ._list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-top: 44px; }
    .vpneaster .purchase-step ._list li {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: 400px;
      height: 305px;
      background-color: #ffffff;
      margin-bottom: 8px;
      padding: 0 35px; }
      .vpneaster .purchase-step ._list li img {
        margin-top: 40px; }
      .vpneaster .purchase-step ._list li ._t {
        font-size: 16px;
        line-height: 18px;
        margin-top: 15px;
        font-weight: 700; }
      .vpneaster .purchase-step ._list li ._v {
        display: inline-block;
        width: 100%;
        margin-top: 23px;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        text-align: center; }
  .vpneaster .purchase-step {
    padding-top: 130px; }
    .vpneaster .purchase-step .button-link {
      display: flex;
      width: 261px;
      height: 54px;
      margin: 0px auto;
      position: relative;
      color: #fff;
      justify-content: center;
      align-items: center;
      background: transparent linear-gradient(90deg, #ffa947 0%, #fc4e00 100%) 0% 0% no-repeat padding-box; }
      .vpneaster .purchase-step .button-link::after {
        position: absolute;
        content: "";
        width: 52px;
        height: 51px;
        right: 0;
        bottom: 0;
        opacity: 0;
        background: url(../images/purchase2022easter/rabbit.svg); }
      .vpneaster .purchase-step .button-link:hover {
        border: none !important;
        transform: scale(1.1);
        background: transparent linear-gradient(90deg, #ffa947 0%, #fc4e00 100%) 0% 0% no-repeat padding-box; }
    .vpneaster .purchase-step > h2 {
      position: relative;
      text-align: center;
      font: normal bold 40px/28px Lexend; }
      .vpneaster .purchase-step > h2::after, .vpneaster .purchase-step > h2::before {
        position: absolute;
        content: ""; }
    .vpneaster .purchase-step > p {
      margin-top: 40px;
      text-align: center;
      font: normal bold 24px/28px Lexend; }
    .vpneaster .purchase-step .message {
      display: flex;
      margin-top: 90px;
      justify-content: space-around; }
      .vpneaster .purchase-step .message dl {
        width: 290px; }
        .vpneaster .purchase-step .message dl dt {
          display: flex;
          height: 130px;
          align-items: center;
          justify-content: center; }
        .vpneaster .purchase-step .message dl dd {
          text-align: center; }
          .vpneaster .purchase-step .message dl dd strong {
            font: normal normal bold 16px/28px Lexend; }
          .vpneaster .purchase-step .message dl dd p {
            margin-top: 15px;
            font: normal normal normal 14px/21px Lexend;
            color: #86858e; }
    .vpneaster .purchase-step .button-link {
      margin: 0px auto;
      margin-top: 40px; }
  .vpneaster .table-box h2,
  .vpneaster .feature h2 {
    color: #1F1E24;
    font: normal normal bold 32px/35px League Spartan;
    text-align: center;
    position: relative; }
  .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: 230px;
        height: 230px;
        background: url(./gift_box.png) center no-repeat;
        z-index: 2;
        right: 0px;
        bottom: -20px;
        text-align: center; }
        .vpneaster .feature .message .feature-off p {
          width: 100px;
          height: 102px;
          background: url(./fire.png) no-repeat center/cover;
          position: absolute;
          left: -20px;
          bottom: -10px;
          display: flex;
          flex-direction: column;
          color: #FFFFFF;
          align-items: center;
          padding: 42px 0 0 8px; }
          .vpneaster .feature .message .feature-off p .span1 {
            font: normal normal bold 26px/54px League Spartan;
            text-shadow: 0px 3px 6px #D11C00;
            line-height: 1;
            margin-bottom: 2px; }
          .vpneaster .feature .message .feature-off p .span2 {
            font: normal normal bold 16px/36px League Spartan;
            text-shadow: 0px 3px 6px #D11C00;
            line-height: 1; }
      .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(./center_bg.png) no-repeat center;
    padding-top: 47px; }
    .vpneaster .bottom-buy .wrapper {
      width: 1300px !important;
      display: flex;
      justify-content: space-between;
      height: 135px;
      align-items: center; }
    .vpneaster .bottom-buy .off {
      position: relative;
      margin: 4px 0px 0px 60px; }
      .vpneaster .bottom-buy .off .gift_offer {
        position: absolute;
        width: 141px;
        height: 56px;
        display: flex;
        padding: 14px 0 0 28px;
        align-items: center;
        background: url(./fire_dto.png) no-repeat center/cover;
        font: normal normal bold 22px/54px League Spartan;
        letter-spacing: 0px;
        color: #FFFFFF;
        top: 88px;
        right: -52px; }
        .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 {
      display: flex;
      align-items: center;
      font-size: 22px;
      font-weight: 600;
      color: #000000;
      text-align: center;
      line-height: 1.2; }
      .vpneaster .bottom-buy h3 span {
        display: inline-block;
        color: #FFF429;
        height: 30px;
        padding: 0px 20px;
        background: #000000;
        border-radius: 17px;
        line-height: 32px;
        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: 46px;
          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: #FFF2E5;
          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, #FC9D21 0%, #F9D404 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 .popbg {
    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 .popbg.on {
      transform: scale(1);
      z-index: 999; }
  .vpneaster .vpneaster-pop {
    position: fixed;
    width: 468px;
    height: 345px;
    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: 120px; }
    .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 {
      display: inline-block;
      text-align: center;
      margin: 8px auto;
      font: normal normal normal 12px/13px League Spartan;
      letter-spacing: 0.12px;
      color: #5B5B5B;
      width: 100%;
      cursor: pointer; }
      .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_contr {
        width: 100%; }
        .vpneaster .vpneaster-pop .pop_cont .pop_contr p {
          font: normal normal 600 16px/18px League Spartan;
          color: #000000;
          margin: 0 auto;
          text-align: center; }
        .vpneaster .vpneaster-pop .pop_cont .pop_contr .price {
          background: #000000 0% 0% no-repeat padding-box;
          padding: 0 20px;
          margin-top: 18px;
          height: 42px;
          font: normal normal bold 20px/22px League Spartan;
          letter-spacing: 0.2px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          gap: 6px; }
          .vpneaster .vpneaster-pop .pop_cont .pop_contr .price span {
            font: inherit;
            color: #FFEC20; }
        .vpneaster .vpneaster-pop .pop_cont .pop_contr > .s1 {
          display: inline-block;
          width: 100%;
          text-align: center;
          color: #000000;
          font: normal normal normal 16px/18px League Spartan;
          letter-spacing: 0.16px;
          margin-top: 32px; }
        .vpneaster .vpneaster-pop .pop_cont .pop_contr .buybtn {
          margin: 17px auto 0;
          width: 228px;
          height: 49px;
          border-radius: 4px;
          background: transparent linear-gradient(89deg, #FF5206 0%, #E10000 100%) 0% 0% no-repeat padding-box;
          font: normal normal medium 16px/49px Lexend;
          color: #FFFFFF; }

/*# sourceMappingURL=vpneaster.css.map */
