.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; } }
.header-nav .header-wrapper,
body .footer {
  display: none !important; }

.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"); }

body {
  font-family: League Spartan;
  font-size: 16px;
  padding-bottom: 136px; }
  body .wrapper,
  body .common-reviews {
    width: 1200px !important;
    margin: 0px auto; }
  body strong {
    font-weight: bold; }
  body .logo1 {
    position: absolute;
    left: 220px;
    top: 30px;
    transform: scale(1); }
  body .br-reduce {
    position: absolute;
    display: block;
    width: fit-content;
    height: fit-content; }
    body .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; }
  body .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; }
  body .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; }
    body .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; }
      body .buybtn.red::before, body .buybtn.red::after {
        content: "";
        display: block;
        position: absolute; }
      body .buybtn.red::before {
        width: 293px;
        height: 54px;
        left: -4px;
        top: -4px;
        border: 4px solid rgba(255, 119, 0, 0.17);
        box-sizing: border-box; }
    body .buybtn.ext::after {
      width: 76px;
      height: 22px;
      background: url(./extoff.png) center no-repeat;
      position: absolute;
      right: 15px;
      top: -12px; }
    body .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; }
  body .txt_stroke {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
    body .txt_stroke span {
      display: inline-block;
      position: relative;
      font-size: 20px; }
      body .txt_stroke span b {
        position: relative;
        z-index: 0;
        display: inline-block;
        font: inherit;
        font-weight: 600;
        line-height: 1;
        color: transparent; }
        body .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; }
      body .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; }
  body .seo-banner {
    padding-bottom: 30px; }
  body .seo-banner .purchase-list .box {
    height: 552px;
    padding: 26px 10px; }
    body .seo-banner .purchase-list .box h3 span {
      display: block;
      width: 120px;
      height: 45px;
      background: url(../../2025junsale/vpn/lt_tag.png) no-repeat center/cover;
      color: #F70016;
      padding: 16px 0 0 28px;
      margin: 0 auto;
      transform: translateX(-8px);
      line-height: 25px;
      font-size: 16px;
      font-weight: 600; }
    body .seo-banner .purchase-list .box.product-onemon {
      order: 2; }
      body .seo-banner .purchase-list .box.product-onemon h3 {
        margin-top: 26px;
        margin-bottom: 36px; }
    body .seo-banner .purchase-list .box.product-sixmon {
      order: 1; }
      body .seo-banner .purchase-list .box.product-sixmon h3 {
        margin-top: 30px; }
    body .seo-banner .purchase-list .box.product-year1.product-sixmon {
      order: 3; }
    body .seo-banner .purchase-list .box.product-year1::after {
      display: none; }
    body .seo-banner .purchase-list .box.free {
      width: 240px;
      padding: 50px 10px 0;
      order: 4; }
      body .seo-banner .purchase-list .box.free h4 {
        font-size: 24px; }
      body .seo-banner .purchase-list .box.free p {
        font-size: 22px;
        font-weight: 500;
        color: #515151;
        margin: 120px auto 128px;
        text-align: center; }
      body .seo-banner .purchase-list .box.free ul {
        border-color: #FFFFFF; }
    body .seo-banner .purchase-list .box .button-link {
      width: 232px; }
    body .seo-banner .purchase-list .box .more {
      display: block;
      margin: 5px 0px 0px 16px;
      color: #5E85C9;
      cursor: pointer;
      text-align: left; }
      body .seo-banner .purchase-list .box .more:hover {
        text-decoration: underline; }
    body .seo-banner .purchase-list .box ul {
      font: normal normal normal 14px / 24px League Spartan;
      color: #5d5d5d;
      padding-top: 10px;
      margin-top: 15px; }
      body .seo-banner .purchase-list .box ul li {
        position: relative;
        list-style: unset;
        left: 16px;
        text-align: left; }
  body .unlock {
    position: relative;
    box-sizing: border-box;
    padding-top: 30px; }
    body .unlock .title {
      font-size: 40px;
      font-weight: 800;
      color: #000;
      text-align: center;
      margin: 0 auto; }
    body .unlock .ul1 {
      margin: 80px auto 0;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      body .unlock .ul1 li {
        text-align: center;
        max-width: 356px; }
        body .unlock .ul1 li h3 {
          color: #000;
          font-weight: 600;
          font-size: 20px; }
        body .unlock .ul1 li .big {
          font-size: 54px;
          font-weight: 800;
          color: #02B95D;
          margin: 26px 0 15px; }
        body .unlock .ul1 li p {
          font-size: 16px;
          font-weight: 400;
          color: #4E4E4E; }
    body .unlock .cont {
      display: flex;
      justify-content: space-between;
      position: relative;
      margin: 90px auto 0; }
      body .unlock .cont .left {
        width: 552px; }
        body .unlock .cont .left .item {
          width: 100%;
          display: flex;
          box-sizing: border-box;
          padding: 15px 13px;
          margin-bottom: 5px;
          position: relative; }
          body .unlock .cont .left .item:nth-of-type(odd) {
            background: transparent linear-gradient(90deg, #FFECEC 0%, #FFF8F8 100%) 0% 0% no-repeat padding-box; }
          body .unlock .cont .left .item .text_wrap {
            margin-left: 25px; }
            body .unlock .cont .left .item .text_wrap .p1 {
              color: #000;
              font-size: 18px;
              font-weight: 600;
              margin-bottom: 13px; }
            body .unlock .cont .left .item .text_wrap .p2 {
              color: #4E4E4E;
              font-size: 16px;
              font-weight: 400;
              line-height: 20px; }
          body .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; }
  body .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; }
    body .bottom-buy.on {
      transform: translateZ(0); }
    body .bottom-buy .wrapper {
      display: flex;
      justify-content: space-between;
      height: 139px;
      align-items: center; }
    body .bottom-buy .off {
      position: relative;
      top: -16px; }
    body .bottom-buy h3 .time_cont {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 12px auto 0px;
      gap: 10px;
      position: static;
      transform: none;
      background: none; }
      body .bottom-buy h3 .time_cont > p {
        font-weight: 500;
        font-size: 18px;
        padding-top: 2px; }
      body .bottom-buy h3 .time_cont .countdown {
        position: relative;
        display: flex;
        vertical-align: bottom;
        height: 25px;
        overflow: hidden;
        text-align: center;
        gap: 6px; }
        body .bottom-buy h3 .time_cont .countdown::before, body .bottom-buy h3 .time_cont .countdown::after {
          display: none; }
        body .bottom-buy h3 .time_cont .countdown .scroll-tick strong,
        body .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; }
    body .bottom-buy h3 span {
      font-size: 22px;
      font-weight: bold;
      color: #FFCC00; }
    body .bottom-buy .right-message {
      text-align: center; }
      body .bottom-buy .right-message .price {
        display: flex;
        align-items: baseline;
        position: relative;
        justify-content: center;
        margin-bottom: 5px; }
        body .bottom-buy .right-message .price span {
          font-size: 20px;
          font-weight: bold; }
        body .bottom-buy .right-message .price b {
          font-size: 38px;
          font-weight: bold; }
        body .bottom-buy .right-message .price del {
          color: #9C4900;
          font-size: 18px;
          margin-left: 5px; }
      body .bottom-buy .right-message .buybtn.red {
        width: 258px;
        height: 48px; }
        body .bottom-buy .right-message .buybtn.red::before {
          width: 266px;
          height: 56px; }
      body .bottom-buy .right-message p {
        font-size: 14px;
        color: #9C4900;
        margin-top: 10px; }
  body .table-box {
    padding-top: 86px; }
    body .table-box h2 {
      display: flex;
      justify-content: center;
      color: #1F1E24;
      font: normal normal bold 32px/35px League Spartan; }
    body .table-box .table_cont {
      padding: 120px 12px 0px;
      display: flex;
      justify-content: space-between;
      align-items: start; }
      body .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; }
      body .table-box .table_cont ul {
        border-radius: 0px 0px 4px 4px; }
        body .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); }
          body .table-box .table_cont ul li.special {
            height: 50px;
            line-height: 20px; }
          body .table-box .table_cont ul li:last-child {
            border: none; }
          body .table-box .table_cont ul li span {
            display: block;
            width: 17px;
            height: 17px; }
            body .table-box .table_cont ul li span.grey-yes {
              background: url(./b_yes.png) center no-repeat; }
            body .table-box .table_cont ul li span.grey-no {
              background: url(./b_no.svg) center no-repeat; }
            body .table-box .table_cont ul li span.red-yes {
              background: url(./check_red.svg) center no-repeat; }
      body .table-box .table_cont .table_l {
        width: 430px; }
        body .table-box .table_cont .table_l ul li {
          padding-left: 18px;
          justify-content: left;
          font-size: 14px;
          font-weight: 600; }
          body .table-box .table_cont .table_l ul li:last-of-type {
            border-bottom: 1px solid rgba(136, 136, 136, 0.3);
            height: 40px; }
      body .table-box .table_cont .table_c {
        width: 296px; }
        body .table-box .table_cont .table_c .li_title {
          background: #747474; }
        body .table-box .table_cont .table_c ul {
          background: #F2F2F2;
          padding: 0px 12px 10px; }
          body .table-box .table_cont .table_c ul li {
            color: #000; }
      body .table-box .table_cont .table_r {
        width: 398px;
        border-radius: 17px;
        position: relative;
        top: -40px;
        border: 10px solid #FFDFDF;
        background: #FFDFDF; }
        body .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; }
        body .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; }
        body .table-box .table_cont .table_r ul {
          background: #FFEFEF;
          padding-bottom: 20px;
          padding: 0px 13px 17px 13px; }
          body .table-box .table_cont .table_r ul li {
            border-color: #ECC8C8; }
  body .screen3 {
    width: 1200px;
    height: 330px;
    margin: 0 auto 0;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 120px;
    margin-bottom: 40px; }
    body .screen3 .screen-title {
      font-size: 32px;
      text-align: center;
      margin-bottom: 0;
      margin-top: 0;
      color: #1F1E24;
      font-weight: 600; }
    body .screen3 .tit2 {
      font-size: 20px;
      font-weight: 500;
      width: fit-content;
      color: #000;
      text-align: center;
      position: relative;
      margin: 12px auto 0; }
      body .screen3 .tit2::after {
        content: '';
        display: block;
        width: 100%;
        height: 8px;
        background-color: #D5D5D5;
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: -1; }
    body .screen3 .cont_wrap {
      position: relative;
      width: 1024px;
      height: 239px;
      margin: 20px auto 0; }
      body .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; }
      body .screen3 .cont_wrap .swiper-slide {
        margin-top: -22px; }
    body .screen3 .swiper-button-prev,
    body .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; }
      body .screen3 .swiper-button-prev:hover,
      body .screen3 .swiper-button-next:hover {
        opacity: 1;
        background: url(./square-next_hover.png) no-repeat center/cover;
        transform: rotate(0deg) translate(0); }
      body .screen3 .swiper-button-prev::after,
      body .screen3 .swiper-button-next::after {
        content: '';
        display: none; }
    body .screen3 .swiper-button-next {
      left: auto;
      right: -63px;
      margin-top: -39px;
      transform: rotate(0deg); }
      body .screen3 .swiper-button-next:hover {
        transform: rotate(-180deg) translate(0); }
    body .screen3 .swiper-pagination {
      display: block !important;
      text-align: center;
      margin: -34px auto 0;
      left: 50%;
      transform: translateX(-50%); }
      body .screen3 .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: 1;
        margin: 0 8px;
        background: #D5D5D5 0% 0% no-repeat padding-box; }
        body .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; }
    body .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; }
      body .screen3 .slide_cont .star {
        width: 78px;
        height: 15px;
        margin-bottom: 25px;
        background: url(./star.png) top center no-repeat; }
      body .screen3 .slide_cont .text {
        font-size: 16px;
        color: #1F1E24;
        font-weight: 400;
        line-height: 1.2;
        text-align: left; }
      body .screen3 .slide_cont .img_wrap {
        position: absolute;
        width: 120px;
        top: 24px;
        left: 82px;
        text-align: center; }
        body .screen3 .slide_cont .img_wrap img {
          border-radius: 7px;
          width: 60px; }
        body .screen3 .slide_cont .img_wrap .name {
          color: #1F1E24;
          font-size: 16px;
          font-weight: 500;
          margin-top: 9px;
          margin-bottom: 0; }
        body .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; }
  body .payment {
    width: 100%;
    height: 283px;
    background: url(./pament_bg.png) top center no-repeat;
    margin: -100px 0 0 0; }
    body .payment .wrapper {
      display: flex;
      justify-content: space-around;
      padding-top: 113px; }
      body .payment .wrapper li {
        display: flex;
        align-items: center;
        font: normal normal normal 16px/24px League Spartan;
        color: #606060; }
        body .payment .wrapper li img {
          margin-right: 10px; }
  body .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; }
  body .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; }
    body .popbg.on {
      transform: scale(1);
      z-index: 9999; }
  body .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; }
    body .pop-wrap.on {
      transform: scale(1);
      z-index: 9999; }
    body .pop-wrap p {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 30px; }
      body .pop-wrap p span {
        font-weight: bold;
        color: #FF0000; }
    body .pop-wrap .buybtn.red {
      margin-top: 168px;
      width: 270px;
      height: 48px; }
      body .pop-wrap .buybtn.red::before {
        width: 278px;
        height: 56px; }
    body .pop-wrap .close {
      display: block;
      width: fit-content;
      margin: 15px auto 0px;
      cursor: pointer;
      color: #BE502A;
      opacity: 0.8;
      text-decoration: underline; }
      body .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; } }
.seo-banner .safe li {
  color: #fff; }

.more1 {
  position: relative;
  box-sizing: border-box;
  margin: 80px auto 0;
  height: 953px; }
  .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 */
