.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; } }
.header-nav .header-wrapper,
.smvpndeal .footer {
  display: none !important; }

.smvpndeal {
  font-family: League Spartan;
  font-size: 16px;
  padding-bottom: 136px; }
  .smvpndeal .wrapper,
  .smvpndeal .common-reviews {
    width: 1200px !important;
    margin: 0px auto; }
  .smvpndeal strong {
    font-weight: bold; }
  .smvpndeal .logo {
    position: absolute;
    left: -100px;
    top: 12px;
    transform: scale(1); }
  .smvpndeal .br-reduce {
    position: absolute;
    display: block;
    width: fit-content;
    height: fit-content; }
    .smvpndeal .br-reduce .br-num {
      position: absolute;
      right: 0px;
      top: 0;
      width: 62px;
      height: 59px;
      display: inline-block;
      background: url(./num.png) no-repeat;
      z-index: 22; }
  .smvpndeal .br-numGhost {
    position: absolute;
    top: 0px;
    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; }
  .smvpndeal .buybtn {
    display: flex;
    margin: 0px auto;
    justify-content: center;
    width: 285px;
    height: 46px;
    line-height: 46px;
    border: 2px solid #FFD37F;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s ease;
    color: #FFB31E; }
    .smvpndeal .buybtn.red {
      background: transparent linear-gradient(96deg, #FF2C00 0%, #CE00FF 100%) 0% 0% no-repeat padding-box;
      box-shadow: inset 0px 10px 20px #FF00AA, 0px 5px 15px #FF9A4D;
      position: relative;
      border: none;
      color: #FFFFFF;
      border-radius: 0px; }
      .smvpndeal .buybtn.red::before, .smvpndeal .buybtn.red::after {
        content: "";
        display: block;
        position: absolute; }
      .smvpndeal .buybtn.red::before {
        width: 293px;
        height: 54px;
        left: -4px;
        top: -4px;
        border: 4px solid rgba(255, 119, 0, 0.17);
        box-sizing: border-box; }
    .smvpndeal .buybtn.ext::after {
      width: 76px;
      height: 22px;
      background: url(./extoff.png) center no-repeat;
      position: absolute;
      right: 15px;
      top: -12px; }
    .smvpndeal .buybtn:hover {
      background: transparent linear-gradient(96deg, #CE00FF 0%, #FF2C00 100%) 0% 0% no-repeat padding-box;
      box-shadow: inset 0px 10px 20px #FF00AA, 0px 5px 15px #FF9A4D;
      border: none;
      color: #fff; }
  .smvpndeal .txt_stroke {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
    .smvpndeal .txt_stroke span {
      display: inline-block;
      position: relative;
      font-size: 20px; }
      .smvpndeal .txt_stroke span b {
        position: relative;
        z-index: 0;
        display: inline-block;
        font: inherit;
        font-weight: 600;
        line-height: 1;
        color: transparent; }
        .smvpndeal .txt_stroke span b::after {
          content: '';
          content: attr(data-text);
          position: absolute;
          left: 0;
          z-index: -1;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-text-stroke: 4px #FFFFFF; }
      .smvpndeal .txt_stroke span strong {
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 2;
        display: block;
        font: inherit;
        font-weight: 600;
        line-height: 1;
        -webkit-background-clip: text;
        color: #039746;
        text-align: center; }
  .smvpndeal .banner {
    height: 980px;
    background: url(./banner_bg.jpg) no-repeat center top;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 80px; }
    .smvpndeal .banner .title .title_img {
      display: flex;
      justify-content: center; }
      .smvpndeal .banner .title .title_img div {
        position: relative; }
        .smvpndeal .banner .title .title_img div::after {
          content: "";
          display: block;
          width: 72px;
          height: 69px;
          background: url(./sold.png) center no-repeat;
          position: absolute;
          top: 32px;
          left: 42px;
          opacity: 0;
          transform: scale(2.5);
          transition: all .5s ease-out; }
        .smvpndeal .banner .title .title_img div.sold::after {
          opacity: 1;
          transform: scale(1); }
    .smvpndeal .banner .message {
      display: flex;
      justify-content: center;
      align-items: end;
      gap: 32px;
      margin-top: 60px; }
      .smvpndeal .banner .message .box {
        position: relative;
        width: 370px;
        height: 636px;
        padding: 45px 26px 0px;
        background: #fff 0% 0% no-repeat padding-box;
        border: 1px solid #FDDD8D;
        border-radius: 20px;
        z-index: 1; }
        .smvpndeal .banner .message .box h4 {
          text-align: center;
          font-size: 22px;
          font-weight: 500; }
        .smvpndeal .banner .message .box .price {
          margin-top: 30px;
          text-align: center; }
          .smvpndeal .banner .message .box .price span {
            font-size: 20px;
            font-weight: bold;
            display: block; }
          .smvpndeal .banner .message .box .price b {
            font-size: 56px;
            font-weight: bold; }
          .smvpndeal .banner .message .box .price p {
            color: #515151;
            font-weight: 500;
            margin-top: 5px; }
            .smvpndeal .banner .message .box .price p del {
              font-weight: 500;
              width: fit-content;
              margin-left: 5px; }
              .smvpndeal .banner .message .box .price p del.ext {
                position: relative;
                text-decoration: none; }
                .smvpndeal .banner .message .box .price p del.ext::after {
                  content: "";
                  display: block;
                  width: 52px;
                  height: 3px;
                  border-radius: 3px;
                  background: rgba(255, 23, 23, 0.9);
                  transform: rotate(-8deg);
                  position: absolute;
                  left: 0px;
                  top: 4px; }
        .smvpndeal .banner .message .box .buybtn {
          margin: 24px auto; }
        .smvpndeal .banner .message .box dl {
          color: #8D8D8D;
          font-size: 14px; }
          .smvpndeal .banner .message .box dl dt {
            text-align: center; }
            .smvpndeal .banner .message .box dl dt img {
              margin-right: 8px;
              vertical-align: middle; }
          .smvpndeal .banner .message .box dl dd {
            margin-top: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 4px; }
            .smvpndeal .banner .message .box dl dd p {
              padding-right: 4px; }
        .smvpndeal .banner .message .box ul {
          margin-top: 20px;
          padding-top: 36px;
          color: #5D5D5D;
          border-top: 1px solid #ECECEC; }
          .smvpndeal .banner .message .box ul li {
            display: flex;
            align-items: center;
            gap: 8px;
            position: relative;
            color: #434242;
            line-height: 28px; }
            .smvpndeal .banner .message .box ul li::before {
              content: "";
              display: block;
              width: 12px;
              height: 9px;
              background: url(./check_white.svg);
              margin-top: -3px; }
        .smvpndeal .banner .message .box .more {
          display: block;
          margin: 5px 0px 0px 20px;
          color: #5E85C9;
          cursor: pointer; }
          .smvpndeal .banner .message .box .more:hover {
            text-decoration: underline; }
        .smvpndeal .banner .message .box.sold::before {
          content: "";
          display: block;
          width: 129px;
          height: 111px;
          position: absolute;
          left: -27px;
          top: -29px;
          background: url(./best.png) center no-repeat;
          z-index: 100; }
        .smvpndeal .banner .message .box.active-box {
          position: relative;
          width: 402px;
          height: fit-content;
          padding: 0px;
          border: none; }
          .smvpndeal .banner .message .box.active-box .time_cont {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 365px;
            height: 36px;
            background: #FFE11D 0% 0% no-repeat padding-box;
            position: absolute;
            border-radius: 30px;
            z-index: 99;
            top: -18px;
            left: 0;
            right: 0;
            margin: 0px auto; }
            .smvpndeal .banner .message .box.active-box .time_cont > img:nth-of-type(1) {
              margin-right: 10px; }
            .smvpndeal .banner .message .box.active-box .time_cont > img:nth-of-type(2) {
              margin-right: 5px; }
            .smvpndeal .banner .message .box.active-box .time_cont > p {
              font-weight: 600;
              color: #4A1503;
              font-size: 16px;
              padding-top: 8px; }
            .smvpndeal .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; }
              .smvpndeal .banner .message .box.active-box .time_cont .countdown::after, .smvpndeal .banner .message .box.active-box .time_cont .countdown::before {
                position: absolute;
                content: "";
                display: block;
                height: 15px;
                border-right: 1px solid #5E1800;
                top: 3px; }
              .smvpndeal .banner .message .box.active-box .time_cont .countdown::before {
                left: 27px; }
              .smvpndeal .banner .message .box.active-box .time_cont .countdown::after {
                right: 27px; }
              .smvpndeal .banner .message .box.active-box .time_cont .countdown .scroll-tick {
                padding: 0 1px; }
                .smvpndeal .banner .message .box.active-box .time_cont .countdown .scroll-tick strong,
                .smvpndeal .banner .message .box.active-box .time_cont .countdown .scroll-tick span {
                  padding-top: 2px;
                  width: 26px;
                  height: 20px;
                  background: transparent linear-gradient(90deg, #FFA04900 0%, #FFFFFFAD 50%, #FFA04900 100%) 0% 0% no-repeat padding-box;
                  display: block;
                  font-size: 18px;
                  font-weight: bold;
                  color: #FF1717; }
            .smvpndeal .banner .message .box.active-box .time_cont .br-reduce {
              top: 10px;
              left: 67%; }
              .smvpndeal .banner .message .box.active-box .time_cont .br-reduce .br-num {
                left: 50%; }
          .smvpndeal .banner .message .box.active-box .box_main {
            padding: 53px 34px 0px;
            position: relative;
            z-index: 1;
            background: #fff;
            width: 100%;
            height: 656px;
            border: 3px solid #FF4141;
            border-radius: 20px; }
          .smvpndeal .banner .message .box.active-box h4 {
            display: flex;
            justify-content: center;
            position: relative;
            gap: 4px; }
            .smvpndeal .banner .message .box.active-box h4 span,
            .smvpndeal .banner .message .box.active-box h4 strong {
              display: block;
              height: 30px;
              line-height: 34px;
              padding: 0px 19px;
              font-size: 20px;
              font-weight: 500;
              border-radius: 2px 0px 0px 2px; }
            .smvpndeal .banner .message .box.active-box h4 span {
              background: #FFE2D8; }
            .smvpndeal .banner .message .box.active-box h4 b {
              display: block;
              width: 20px;
              height: 20px;
              position: absolute;
              top: 5px;
              left: -22px;
              right: 0px;
              margin: 0px auto;
              background: #fff;
              border-radius: 10px;
              text-align: center;
              font-size: 24px;
              font-weight: 600; }
            .smvpndeal .banner .message .box.active-box h4 strong {
              color: #fff;
              background: transparent linear-gradient(90deg, rgba(71, 214, 0, 0.96) 0%, #00ac34 100%) 0% 0% no-repeat padding-box; }
          .smvpndeal .banner .message .box.active-box .price {
            margin-top: 26px; }
            .smvpndeal .banner .message .box.active-box .price span {
              color: #FF1717; }
            .smvpndeal .banner .message .box.active-box .price b {
              font-size: 60px; }
          .smvpndeal .banner .message .box.active-box .buybtn {
            height: 54px;
            line-height: 54px;
            margin-bottom: 18px; }
            .smvpndeal .banner .message .box.active-box .buybtn::before {
              height: 62px; }
@keyframes breath-animation {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
          .smvpndeal .banner .message .box.active-box ul li::before {
            background: url(./check_black.svg); }
        .smvpndeal .banner .message .box.free {
          width: 370px;
          background: #FFE9D4;
          border: 1px solid #FDDD8D; }
          .smvpndeal .banner .message .box.free p {
            font-size: 22px;
            font-weight: 500;
            color: #515151;
            margin: 120px auto 154px;
            text-align: center; }
          .smvpndeal .banner .message .box.free ul {
            border-color: #FFFFFF; }
  .smvpndeal .br-banner {
    background: url(./banner_bg.jpg) center no-repeat;
    height: 850px;
    position: relative;
    font-family: "League Spartan";
    text-align: center; }
    .smvpndeal .br-banner .br-offer {
      position: relative;
      padding: 40px 46px 30px 24px;
      margin: 40px auto 0px;
      width: 1170px;
      height: 524px;
      background: #fff;
      box-shadow: 0px 20px 40px rgba(255, 70, 70, 0.3);
      border-radius: 12px;
      display: flex;
      align-items: flex-start;
      text-align: left; }
      .smvpndeal .br-banner .br-offer .offer-left {
        position: relative;
        padding-top: 40px;
        margin-right: 16px;
        width: 328px; }
        .smvpndeal .br-banner .br-offer .offer-left .itop-box {
          position: relative;
          width: 300px;
          height: 189px; }
          .smvpndeal .br-banner .br-offer .offer-left .itop-box img {
            position: absolute;
            opacity: 0;
            transition: 0.3s ease-out; }
          .smvpndeal .br-banner .br-offer .offer-left .itop-box .month.on {
            opacity: 1;
            transform: translateX(40px) translateY(-20px); }
          .smvpndeal .br-banner .br-offer .offer-left .itop-box .year.on {
            opacity: 1;
            transform: translateX(10px) translateY(-45px); }
          .smvpndeal .br-banner .br-offer .offer-left .itop-box .gift.on {
            opacity: 1;
            transform: translateX(-4px) translateY(-49px); }
        .smvpndeal .br-banner .br-offer .offer-left .offer-list {
          padding-left: 42px; }
          .smvpndeal .br-banner .br-offer .offer-left .offer-list li {
            position: relative;
            padding-left: 20px;
            font-size: 14px;
            line-height: 24px;
            color: #5D5D5D; }
            .smvpndeal .br-banner .br-offer .offer-left .offer-list li > b {
              font-weight: 700; }
            .smvpndeal .br-banner .br-offer .offer-left .offer-list li::before {
              content: "";
              display: block;
              position: absolute;
              top: 5px;
              left: 0;
              width: 12px;
              height: 9px;
              background: url(./check_white.svg); }
        .smvpndeal .br-banner .br-offer .offer-left .more {
          display: block;
          margin: 10px 0px 0px 62px;
          color: #5E85C9;
          cursor: pointer; }
          .smvpndeal .br-banner .br-offer .offer-left .more:hover {
            text-decoration: underline; }
        .smvpndeal .br-banner .br-offer .offer-left .see-more {
          display: inline-block;
          margin-left: 68px;
          color: #5F2AF4;
          font-size: 12px;
          line-height: 16px;
          cursor: pointer;
          font-weight: 600; }
          .smvpndeal .br-banner .br-offer .offer-left .see-more:hover {
            opacity: 0.8; }
          .smvpndeal .br-banner .br-offer .offer-left .see-more span {
            position: relative;
            font-weight: 600;
            display: inline-block; }
            .smvpndeal .br-banner .br-offer .offer-left .see-more span::before {
              content: "";
              display: block;
              position: absolute;
              bottom: 4px;
              left: 0;
              right: 0;
              margin: 0 auto;
              height: 1px;
              background: #5F2AF4; }
      .smvpndeal .br-banner .br-offer .offer-right {
        flex: 1; }
      .smvpndeal .br-banner .br-offer .offer-item {
        position: relative;
        align-items: center;
        cursor: pointer;
        display: flex;
        border: 1px solid #CCCEE2;
        border-radius: 8px;
        margin-bottom: 12px;
        padding: 0 30px 0 20px;
        height: 68px;
        flex: 1; }
        .smvpndeal .br-banner .br-offer .offer-item.bigsale {
          padding-left: 0;
          padding-right: 0;
          height: auto;
          flex-direction: column; }
        .smvpndeal .br-banner .br-offer .offer-item .br-countdown {
          color: #8E8B9D; }
          .smvpndeal .br-banner .br-offer .offer-item .br-countdown .br-time {
            color: #8E8B9D;
            background-color: #D6CFED; }
            .smvpndeal .br-banner .br-offer .offer-item .br-countdown .br-time::before, .smvpndeal .br-banner .br-offer .offer-item .br-countdown .br-time::after {
              background-color: #8E8B9D; }
        .smvpndeal .br-banner .br-offer .offer-item .offer-inner {
          padding: 0 30px;
          padding-left: 20px;
          display: flex;
          align-items: center;
          width: 100%;
          min-height: 68px; }
          .smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack {
            position: relative;
            padding: 25px 30px 25px;
            padding-left: 20px; }
            .smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack::after {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 20px;
              width: 93%;
              height: 1px;
              border-top: 1px dashed #CCCEE2; }
            .smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .discount {
              border: none; }
              .smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .discount b {
                position: relative;
                color: #000;
                background: transparent linear-gradient(280deg, #57DB16 0%, #00EE77 100%) 0% 0% no-repeat padding-box; }
            .smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .name {
              flex-wrap: wrap;
              line-height: 22px; }
            .smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .name-desc {
              display: block;
              color: #8E8B9D;
              font-size: 14px;
              line-height: 16px;
              width: 100%; }
              .smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .name-desc > em {
                font-style: normal;
                font-size: 12px;
                font-weight: 500; }
            .smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .br-countdown {
              padding-left: 70px; }
          .smvpndeal .br-banner .br-offer .offer-item .offer-inner.sold {
            position: relative; }
            .smvpndeal .br-banner .br-offer .offer-item .offer-inner.sold::after, .smvpndeal .br-banner .br-offer .offer-item .offer-inner.sold::before {
              content: "";
              display: block;
              position: absolute; }
            .smvpndeal .br-banner .br-offer .offer-item .offer-inner.sold::before {
              left: 0px;
              top: 0px;
              width: 100%;
              height: 100%;
              z-index: 2;
              background: rgba(100, 91, 83, 0.8);
              border-radius: 0px 0px 6px 6px; }
            .smvpndeal .br-banner .br-offer .offer-item .offer-inner.sold::after {
              width: 139px;
              height: 57px;
              top: 10px;
              left: 0px;
              right: 0px;
              margin: 0px auto;
              z-index: 3;
              background: url(./sold3.png) center no-repeat;
              border: none !important; }
        .smvpndeal .br-banner .br-offer .offer-item .item-left {
          width: 230px; }
          .smvpndeal .br-banner .br-offer .offer-item .item-left .left-inner {
            display: flex;
            align-items: center; }
        .smvpndeal .br-banner .br-offer .offer-item .item-line {
          position: relative;
          text-align: end;
          width: 1px; }
          .smvpndeal .br-banner .br-offer .offer-item .item-line::before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 1px;
            height: 17px;
            background-color: #CCCEE2; }
        .smvpndeal .br-banner .br-offer .offer-item .checkbox-mark {
          position: relative;
          margin-right: 12px;
          border: 1px solid #BABABB;
          border-radius: 2px;
          cursor: pointer;
          width: 16px;
          height: 16px;
          flex-shrink: 0; }
          .smvpndeal .br-banner .br-offer .offer-item .checkbox-mark.gifts {
            width: 18px;
            height: 16px;
            border-radius: 0;
            border: none;
            background: url(./gift_icon.svg) no-repeat; }
            .smvpndeal .br-banner .br-offer .offer-item .checkbox-mark.gifts::before {
              display: none !important; }
          .smvpndeal .br-banner .br-offer .offer-item .checkbox-mark::before {
            content: '';
            display: block;
            position: absolute;
            top: -1px;
            left: -1px;
            width: 18px;
            height: 18px;
            background: url(./checkbox-outline.svg) center center no-repeat;
            opacity: 0;
            transform: scale(0); }
        .smvpndeal .br-banner .br-offer .offer-item .name {
          display: flex;
          padding-top: 4px;
          position: relative;
          color: #1E1C2C;
          font-size: 18px;
          font-weight: 600;
          line-height: 28px; }
          .smvpndeal .br-banner .br-offer .offer-item .name .best {
            width: 92px;
            height: 22px;
            margin-left: 15px;
            text-align: center;
            line-height: 22px;
            background: url(../../images/bf-pop/best-tag.svg);
            font: normal normal 500 16px/22px League Spartan;
            color: #fff; }
        .smvpndeal .br-banner .br-offer .offer-item .mo {
          font-weight: 600; }
        .smvpndeal .br-banner .br-offer .offer-item .discount {
          position: relative;
          padding: 0 6px;
          flex-basis: 0;
          height: 28px;
          flex: 1 1 0;
          text-align: center;
          border-left: 2px solid #DBDBDB;
          border-right: 2px solid #DBDBDB; }
          .smvpndeal .br-banner .br-offer .offer-item .discount.gt {
            border-color: #F5D1D1; }
            .smvpndeal .br-banner .br-offer .offer-item .discount.gt > b {
              color: #fff;
              background: transparent linear-gradient(280deg, #FC7E5F 0%, #FF0000 100%) 0% 0% no-repeat padding-box; }
              .smvpndeal .br-banner .br-offer .offer-item .discount.gt > b.ext::after {
                content: "";
                display: block;
                width: 76px;
                height: 22px;
                background: url(./extoff.png) center no-repeat;
                position: absolute;
                left: 172px;
                top: -12px; }
          .smvpndeal .br-banner .br-offer .offer-item .discount i {
            display: inline-grid;
            width: 15px;
            height: 3px;
            margin-top: 12px;
            background: #DBDBDB; }
          .smvpndeal .br-banner .br-offer .offer-item .discount > b {
            display: inline-block;
            padding: 6px 18px 2px;
            height: 28px;
            line-height: 22px;
            color: #000000;
            text-align: center;
            border-radius: calc(28px / 2);
            background: linear-gradient(180deg, rgba(255, 136, 45, 0.38) 0%, rgba(255, 82, 0, 0.38) 100%);
            font-size: 16px;
            font-weight: 600; }
            .smvpndeal .br-banner .br-offer .offer-item .discount > b > em {
              display: inline-block !important;
              font-style: normal;
              font-size: inherit;
              font-weight: inherit;
              line-height: inherit; }
        .smvpndeal .br-banner .br-offer .offer-item .time_cont {
          display: flex;
          align-items: center;
          justify-content: center;
          width: fit-content;
          height: fit-content;
          position: absolute;
          z-index: 2;
          top: 6px;
          left: 200px; }
          .smvpndeal .br-banner .br-offer .offer-item .time_cont > p {
            font-weight: 600;
            font-size: 14px; }
          .smvpndeal .br-banner .br-offer .offer-item .time_cont .countdown {
            position: relative;
            display: flex;
            vertical-align: bottom;
            height: 20px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            margin: 0px 5px; }
            .smvpndeal .br-banner .br-offer .offer-item .time_cont .countdown .scroll-tick strong,
            .smvpndeal .br-banner .br-offer .offer-item .time_cont .countdown .scroll-tick span {
              display: block;
              font-size: 16px;
              font-weight: bold;
              color: #FF1717; }
          .smvpndeal .br-banner .br-offer .offer-item .time_cont .br-reduce {
            top: 0px;
            left: 30%; }
            .smvpndeal .br-banner .br-offer .offer-item .time_cont .br-reduce .br-num {
              left: 50%; }
        .smvpndeal .br-banner .br-offer .offer-item .price {
          position: relative;
          width: 190px;
          text-align: end; }
          .smvpndeal .br-banner .br-offer .offer-item .price strong,
          .smvpndeal .br-banner .br-offer .offer-item .price del {
            width: 64px;
            display: inline-block;
            color: #8E8B9D;
            font-size: 16px;
            font-weight: 500;
            text-align: left; }
          .smvpndeal .br-banner .br-offer .offer-item .price strong {
            padding-right: 6px;
            color: #000;
            padding-left: 0;
            font-weight: 600; }
            .smvpndeal .br-banner .br-offer .offer-item .price strong > big {
              font-size: 12px;
              font-weight: 700; }
        .smvpndeal .br-banner .br-offer .offer-item.active {
          background: transparent linear-gradient(2deg, #FFF9F9 0%, #FFF5F5 100%) 0% 0% no-repeat padding-box;
          border: 2px solid #FF0909;
          box-shadow: 0px 10px 19px #FF484859; }
          .smvpndeal .br-banner .br-offer .offer-item.active .offer-inner.giftpack::after {
            border-top: 1px dashed #ff4646; }
          .smvpndeal .br-banner .br-offer .offer-item.active .br-countdown {
            color: #ff9507; }
            .smvpndeal .br-banner .br-offer .offer-item.active .br-countdown .br-time {
              color: #FCF7FF;
              background-color: #ff9507; }
              .smvpndeal .br-banner .br-offer .offer-item.active .br-countdown .br-time::before, .smvpndeal .br-banner .br-offer .offer-item.active .br-countdown .br-time::after {
                background-color: #FCF7FF; }
          .smvpndeal .br-banner .br-offer .offer-item.active .checkbox-mark::before {
            opacity: 1;
            transform: scale(1);
            transition: all .3s ease; }
    .smvpndeal .br-banner .br-sale {
      margin-top: 18px;
      text-align: center; }
      .smvpndeal .br-banner .br-sale .price del {
        font-size: 18px;
        font-weight: 500;
        color: #949494;
        margin-right: 5px; }
      .smvpndeal .br-banner .br-sale .price span {
        font-size: 20px;
        font-weight: bold; }
        .smvpndeal .br-banner .br-sale .price span b {
          font-size: 48px;
          font-weight: bold; }
      .smvpndeal .br-banner .br-sale .buybtn {
        gap: 4px;
        width: 368px;
        height: 46px; }
        .smvpndeal .br-banner .br-sale .buybtn::before {
          width: 376px;
          height: 54px; }
        .smvpndeal .br-banner .br-sale .buybtn span {
          font-weight: 600; }
      .smvpndeal .br-banner .br-sale p {
        margin-top: 10px;
        font: normal normal 500 14px League Spartan;
        color: #DBB798; }
  .smvpndeal .unlock {
    position: relative;
    box-sizing: border-box;
    padding-top: 180px; }
    .smvpndeal .unlock .title {
      font-size: 40px;
      font-weight: 800;
      color: #000;
      text-align: center;
      margin: 0 auto; }
    .smvpndeal .unlock .ul1 {
      margin: 80px auto 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .smvpndeal .unlock .ul1 li {
        text-align: center;
        max-width: 356px; }
        .smvpndeal .unlock .ul1 li h3 {
          color: #000;
          font-weight: 600;
          font-size: 20px; }
        .smvpndeal .unlock .ul1 li .big {
          font-size: 54px;
          font-weight: 800;
          color: #02B95D;
          margin: 26px 0 15px; }
        .smvpndeal .unlock .ul1 li p {
          font-size: 16px;
          font-weight: 400;
          color: #4E4E4E; }
    .smvpndeal .unlock .cont {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin: 90px auto 0; }
      .smvpndeal .unlock .cont .left {
        width: 552px; }
        .smvpndeal .unlock .cont .left .item {
          width: 100%;
          display: flex;
          box-sizing: border-box;
          padding: 15px 13px;
          margin-bottom: 5px;
          position: relative; }
          .smvpndeal .unlock .cont .left .item:nth-of-type(odd) {
            background: transparent linear-gradient(90deg, #FFECEC 0%, #FFF8F8 100%) 0% 0% no-repeat padding-box; }
          .smvpndeal .unlock .cont .left .item .text_wrap {
            margin-left: 25px; }
            .smvpndeal .unlock .cont .left .item .text_wrap .p1 {
              color: #000;
              font-size: 18px;
              font-weight: 600;
              margin-bottom: 13px; }
            .smvpndeal .unlock .cont .left .item .text_wrap .p2 {
              color: #4E4E4E;
              font-size: 16px;
              font-weight: 400;
              line-height: 20px; }
          .smvpndeal .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; }
  .smvpndeal .bottom-buy {
    height: 139px;
    background: url(./bottom.png) no-repeat center;
    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; }
    .smvpndeal .bottom-buy.on {
      transform: translateZ(0); }
    .smvpndeal .bottom-buy .wrapper {
      display: flex;
      justify-content: space-between;
      height: 139px;
      align-items: center; }
    .smvpndeal .bottom-buy .off {
      position: relative;
      top: -16px; }
    .smvpndeal .bottom-buy h3 .time_cont {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 12px auto 0px;
      gap: 10px; }
      .smvpndeal .bottom-buy h3 .time_cont > p {
        font-weight: 500;
        font-size: 18px;
        padding-top: 2px; }
      .smvpndeal .bottom-buy h3 .time_cont .countdown {
        position: relative;
        display: flex;
        vertical-align: bottom;
        height: 25px;
        overflow: hidden;
        text-align: center;
        gap: 6px; }
        .smvpndeal .bottom-buy h3 .time_cont .countdown .scroll-tick strong,
        .smvpndeal .bottom-buy h3 .time_cont .countdown .scroll-tick span {
          width: 22px;
          height: 25px;
          line-height: 28px;
          background: #FFFDC8 0% 0% no-repeat padding-box;
          display: block;
          font-size: 20px;
          font-weight: bold;
          color: #FF1717; }
    .smvpndeal .bottom-buy h3 span {
      font-size: 22px;
      font-weight: bold;
      color: #FFCC00; }
    .smvpndeal .bottom-buy .right-message {
      text-align: center; }
      .smvpndeal .bottom-buy .right-message .price {
        display: flex;
        align-items: baseline;
        position: relative;
        justify-content: center;
        margin-bottom: 5px; }
        .smvpndeal .bottom-buy .right-message .price span {
          font-size: 20px;
          font-weight: bold; }
        .smvpndeal .bottom-buy .right-message .price b {
          font-size: 38px;
          font-weight: bold; }
        .smvpndeal .bottom-buy .right-message .price del {
          color: #9C4900;
          font-size: 18px;
          margin-left: 5px; }
      .smvpndeal .bottom-buy .right-message .buybtn.red {
        width: 258px;
        height: 48px; }
        .smvpndeal .bottom-buy .right-message .buybtn.red::before {
          width: 266px;
          height: 56px; }
      .smvpndeal .bottom-buy .right-message p {
        font-size: 14px;
        color: #9C4900;
        margin-top: 10px; }
  .smvpndeal .table-box {
    padding-top: 86px; }
    .smvpndeal .table-box h2 {
      display: flex;
      justify-content: center;
      color: #1F1E24;
      font: normal normal bold 32px/35px League Spartan; }
    .smvpndeal .table-box .table_cont {
      padding: 120px 12px 0px;
      display: flex;
      justify-content: space-between;
      align-items: start; }
      .smvpndeal .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; }
      .smvpndeal .table-box .table_cont ul {
        border-radius: 0px 0px 4px 4px; }
        .smvpndeal .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); }
          .smvpndeal .table-box .table_cont ul li.special {
            height: 50px;
            line-height: 20px; }
          .smvpndeal .table-box .table_cont ul li:last-child {
            border: none; }
          .smvpndeal .table-box .table_cont ul li span {
            display: block;
            width: 17px;
            height: 17px; }
            .smvpndeal .table-box .table_cont ul li span.grey-yes {
              background: url(./b_yes.png) center no-repeat; }
            .smvpndeal .table-box .table_cont ul li span.grey-no {
              background: url(./b_no.svg) center no-repeat; }
            .smvpndeal .table-box .table_cont ul li span.red-yes {
              background: url(./check_red.svg) center no-repeat; }
      .smvpndeal .table-box .table_cont .table_l {
        width: 430px; }
        .smvpndeal .table-box .table_cont .table_l ul li {
          padding-left: 18px;
          justify-content: left;
          font-size: 14px;
          font-weight: 600; }
          .smvpndeal .table-box .table_cont .table_l ul li:last-of-type {
            border-bottom: 1px solid rgba(136, 136, 136, 0.3);
            height: 40px; }
      .smvpndeal .table-box .table_cont .table_c {
        width: 296px; }
        .smvpndeal .table-box .table_cont .table_c .li_title {
          background: #747474; }
        .smvpndeal .table-box .table_cont .table_c ul {
          background: #F2F2F2;
          padding: 0px 12px 10px; }
          .smvpndeal .table-box .table_cont .table_c ul li {
            color: #000; }
      .smvpndeal .table-box .table_cont .table_r {
        width: 398px;
        border-radius: 17px;
        position: relative;
        top: -40px;
        border: 10px solid #FFDFDF;
        background: #FFDFDF; }
        .smvpndeal .table-box .table_cont .table_r::before {
          content: "";
          display: block;
          width: 117px;
          height: 72px;
          background: url(./vip-logo.svg) center no-repeat;
          position: absolute;
          top: -52px;
          left: 0;
          right: 0;
          margin: 0px auto; }
        .smvpndeal .table-box .table_cont .table_r .li_title {
          border-radius: 12px 12px 0px 0px;
          font-size: 20px;
          color: #fff;
          height: 90px;
          line-height: 90px;
          background-color: #FF4141; }
        .smvpndeal .table-box .table_cont .table_r ul {
          background: #FFEFEF;
          padding-bottom: 20px;
          padding: 0px 13px 17px 13px; }
          .smvpndeal .table-box .table_cont .table_r ul li {
            border-color: #ECC8C8; }
  .smvpndeal .screen3 {
    width: 1200px;
    height: 330px;
    margin: 0 auto 0;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 120px;
    margin-bottom: 40px; }
    .smvpndeal .screen3 .screen-title {
      font-size: 32px;
      text-align: center;
      margin-bottom: 0;
      margin-top: 0;
      color: #1F1E24;
      font-weight: 600; }
    .smvpndeal .screen3 .tit2 {
      font-size: 20px;
      font-weight: 500;
      width: fit-content;
      color: #000;
      text-align: center;
      position: relative;
      margin: 12px auto 0; }
      .smvpndeal .screen3 .tit2::after {
        content: '';
        display: block;
        width: 100%;
        height: 8px;
        background-color: #D5D5D5;
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: -1; }
    .smvpndeal .screen3 .cont_wrap {
      position: relative;
      width: 1024px;
      height: 239px;
      margin: 20px auto 0; }
      .smvpndeal .screen3 .cont_wrap::before {
        content: '';
        display: block;
        width: 42px;
        height: 30px;
        background: url(./yinhao.png) top center no-repeat;
        position: absolute;
        left: 79px;
        z-index: 2; }
      .smvpndeal .screen3 .cont_wrap .swiper-slide {
        margin-top: -22px; }
    .smvpndeal .screen3 .swiper-button-prev,
    .smvpndeal .screen3 .swiper-button-next {
      width: 44px;
      height: 44px;
      opacity: 1;
      left: -60px;
      margin-top: -45px;
      cursor: pointer;
      transform: rotate(-180deg);
      background: url(./square-next.png) no-repeat center/cover; }
      .smvpndeal .screen3 .swiper-button-prev:hover,
      .smvpndeal .screen3 .swiper-button-next:hover {
        opacity: 1;
        background: url(./square-next_hover.png) no-repeat center/cover;
        transform: rotate(0deg) translate(0); }
      .smvpndeal .screen3 .swiper-button-prev::after,
      .smvpndeal .screen3 .swiper-button-next::after {
        content: '';
        display: none; }
    .smvpndeal .screen3 .swiper-button-next {
      left: auto;
      right: -63px;
      margin-top: -39px;
      transform: rotate(0deg); }
      .smvpndeal .screen3 .swiper-button-next:hover {
        transform: rotate(-180deg) translate(0); }
    .smvpndeal .screen3 .swiper-pagination {
      display: block !important;
      text-align: center;
      margin: -34px auto 0;
      left: 50%;
      transform: translateX(-50%); }
      .smvpndeal .screen3 .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: 1;
        margin: 0 8px;
        background: #D5D5D5 0% 0% no-repeat padding-box; }
        .smvpndeal .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; }
    .smvpndeal .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; }
      .smvpndeal .screen3 .slide_cont .star {
        width: 78px;
        height: 15px;
        margin-bottom: 25px;
        background: url(./star.png) top center no-repeat; }
      .smvpndeal .screen3 .slide_cont .text {
        font-size: 16px;
        color: #1F1E24;
        font-weight: 400;
        line-height: 1.2;
        text-align: left; }
      .smvpndeal .screen3 .slide_cont .img_wrap {
        position: absolute;
        width: 120px;
        top: 24px;
        left: 82px;
        text-align: center; }
        .smvpndeal .screen3 .slide_cont .img_wrap img {
          border-radius: 7px;
          width: 60px; }
        .smvpndeal .screen3 .slide_cont .img_wrap .name {
          color: #1F1E24;
          font-size: 16px;
          font-weight: 500;
          margin-top: 9px;
          margin-bottom: 0; }
        .smvpndeal .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; }
  .smvpndeal .payment {
    width: 100%;
    height: 283px;
    background: url(./pament_bg.png) top center no-repeat;
    margin: -100px 0 0 0; }
    .smvpndeal .payment .wrapper {
      display: flex;
      justify-content: space-around;
      padding-top: 113px; }
      .smvpndeal .payment .wrapper li {
        display: flex;
        align-items: center;
        font: normal normal normal 16px/24px League Spartan;
        color: #606060; }
        .smvpndeal .payment .wrapper li img {
          margin-right: 10px; }
  .smvpndeal .footer1 {
    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; }
  .smvpndeal .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; }
    .smvpndeal .popbg.on {
      transform: scale(1);
      z-index: 9999; }
  .smvpndeal .pop-wrap {
    position: fixed;
    width: 684px;
    height: 411px;
    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(./pop_bg.png) center no-repeat;
    padding: 84px 38px 0px; }
    .smvpndeal .pop-wrap.on {
      transform: scale(1);
      z-index: 9999; }
    .smvpndeal .pop-wrap p {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 30px; }
      .smvpndeal .pop-wrap p span {
        font-weight: bold;
        color: #FF0000; }
    .smvpndeal .pop-wrap .buybtn.red {
      margin-top: 168px;
      width: 270px;
      height: 48px; }
      .smvpndeal .pop-wrap .buybtn.red::before {
        width: 278px;
        height: 56px; }
    .smvpndeal .pop-wrap .close {
      display: block;
      width: fit-content;
      margin: 15px auto 0px;
      cursor: pointer;
      color: #BE502A;
      opacity: 0.8;
      text-decoration: underline; }
      .smvpndeal .pop-wrap .close:hover {
        opacity: 1; }

.zoom {
  animation: zoom-scaling 2s ease-in-out 1; }

@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0; }
  15% {
    transform: scale(1.5);
    opacity: 1; }
  30% {
    transform: scale(1);
    opacity: 0.5; }
  45% {
    transform: scale(1.5);
    opacity: 1; }
  60% {
    transform: scale(1);
    opacity: 0.5; }
  75% {
    transform: scale(1.5);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
.purchase-about {
  padding: 120px 0 0px; }
  .purchase-about .wrapper {
    padding: 0 74px 0px; }
  .purchase-about .dots {
    display: none !important; }
  .purchase-about ._title {
    display: none !important; }
  .purchase-about .tabs .tab_head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .purchase-about .tabs .tab_head ._lab {
      padding: 25px 53px;
      margin-top: 32px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      border-bottom: 2px solid transparent;
      cursor: pointer; }
      .purchase-about .tabs .tab_head ._lab.on {
        color: #0054ff;
        border-color: #0054ff; }
      .purchase-about .tabs .tab_head ._lab:hover {
        background-color: #f2f6ff; }
  .purchase-about .tabs .tab_cnt {
    margin-top: 15px;
    min-height: 280px; }
    .purchase-about .tabs .tab_cnt .component-fade-enter-active,
    .purchase-about .tabs .tab_cnt .component-fade-leave-active {
      transition: opacity 0.3s ease; }
    .purchase-about .tabs .tab_cnt .component-fade-enter,
    .purchase-about .tabs .tab_cnt .component-fade-leave-to {
      opacity: 0; }
    .purchase-about .tabs .tab_cnt .mob {
      display: none !important; }
    .purchase-about .tabs .tab_cnt ._tech {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      min-height: 280px; }
      .purchase-about .tabs .tab_cnt ._tech .tech_tab {
        width: 604px;
        height: 257px;
        border: 1px solid #e2e0eb;
        padding: 49px 60px 38px 60px;
        border-radius: 4px; }
        .purchase-about .tabs .tab_cnt ._tech .tech_tab:nth-child(1) {
          margin-right: 8px; }
        .purchase-about .tabs .tab_cnt ._tech .tech_tab p {
          font-size: 14px;
          line-height: 25px;
          color: #1e1c2c;
          margin-top: 20px; }
    .purchase-about .tabs .tab_cnt .user {
      position: relative;
      padding: 0 90px;
      min-height: 280px; }
      .purchase-about .tabs .tab_cnt .user.swiper {
        height: 280px; }
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
          width: 340px;
          height: 257px;
          border: 1px solid #e2e0eb;
          margin-right: 8px;
          border-radius: 4px;
          padding: 44px 14px; }
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
            color: #1e1c2c; }
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            margin-top: 20px;
            font-size: 14px;
            line-height: 22px;
            color: #1e1c2c; }
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-pagination {
          display: none;
          bottom: -5px; }
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev,
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next {
          position: absolute;
          top: 140px;
          width: 16px;
          height: 28px;
          background-image: url("../../../images/ac-register/angle-right.svg"); }
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev:hover,
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next:hover {
            opacity: 0.8; }
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev::after,
          .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next::after {
            display: none !important; }
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev {
          left: 0;
          transform: rotate(180deg); }
        .purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next {
          right: 0;
          transform: rotate(0deg); }
    .purchase-about .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; }
      .purchase-about .tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 280px !important;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }

.more1 {
  position: relative;
  box-sizing: border-box;
  margin: 80px auto 0;
  height: 1093px;
  background: url(../../2024smrsale624/vpn/sec_bg.jpg) no-repeat center bottom; }
  .more1 .cont_wrap {
    width: 1262px;
    height: 855px;
    background: url(../../2024smrsale624/vpn/more_bg.png) no-repeat center/cover;
    margin: 0 auto 0;
    box-sizing: border-box;
    padding: 106px 60px; }
    .more1 .cont_wrap > span {
      display: inline-block;
      width: 100%;
      text-align: center;
      color: #7A7A7A;
      font-size: 14px; }
  .more1 .title {
    margin: 0 auto;
    text-align: center;
    color: #000000;
    font-size: 34px;
    font-weight: 800; }
  .more1 .p1 {
    font-size: 20px;
    color: #000000;
    margin: 20px auto;
    text-align: center;
    font-weight: 500; }
  .more1 .ul1 {
    margin: 55px auto 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 40px;
    justify-content: space-between;
    gap: 55px; }
    .more1 .ul1 li {
      width: 20%;
      text-align: center;
      max-width: 210px; }
      .more1 .ul1 li.vip p {
        margin-top: 13px; }
      .more1 .ul1 li p {
        font-weight: 600;
        margin-top: 19px;
        color: #000; }
  .more1 .bottom-buy1 {
    background: none;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    width: 1200px;
    text-align: center; }
    .more1 .bottom-buy1 h3 {
      font-size: 30px;
      color: #000;
      margin-bottom: 50px;
      font: normal normal bold 30px/34px League Spartan;
      letter-spacing: 0px;
      color: #1F1E24; }
      .more1 .bottom-buy1 h3 span {
        font-size: inherit;
        color: #FF4E00;
        font-weight: inherit; }
    .more1 .bottom-buy1 .price-sale strong {
      font: normal normal bold 20px/22px League Spartan;
      color: #000000; }
      .more1 .bottom-buy1 .price-sale strong big {
        font-size: 54px;
        font-weight: bold; }
    .more1 .bottom-buy1 .price-sale del {
      font: normal normal medium 12px/13px League Spartan;
      color: #A5A5A5;
      opacity: 1; }
    .more1 .bottom-buy1 .btn-red {
      width: 253px;
      height: 43px;
      background: transparent linear-gradient(316deg, #F60000 0%, #FF6600 100%) 0% 0% no-repeat padding-box;
      border-radius: 23px;
      border: none;
      outline: none;
      box-shadow: none;
      transition: none;
      color: #fff;
      margin-top: 12px; }
      .more1 .bottom-buy1 .btn-red:hover {
        background: #FF6600;
        border: none;
        outline: none;
        box-shadow: none; }

/*# sourceMappingURL=style.css.map */
