.vpnstspecial {
  font-family: League Spartan;
  position: relative;
  padding-bottom: 140px; }
  .vpnstspecial:after {
    display: block;
    content: '';
    width: 100%;
    background: url(../new/bottom_bg.png) no-repeat center/cover;
    height: 793px;
    z-index: -1;
    position: absolute;
    bottom: 190px; }
  .vpnstspecial .zoom {
    animation: zoom-scaling 1s ease-in-out 1; }
@keyframes swi {
  0%,
    100% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(10deg); }
  75% {
    transform: rotate(-10deg); } }
@keyframes glass_ani {
  0% {
    transform: rotate(0deg); }
  25%,
    75% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes butt_ani {
  0%,
    100% {
    transform: rotate(0deg) translateY(0px); }
  20% {
    transform: rotate(-5deg) translateY(-5px); }
  40% {
    transform: rotate(3deg) translateY(3px); }
  60% {
    transform: rotate(-3deg) translateY(-3px); }
  80% {
    transform: rotate(5deg) translateY(5px); } }
@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0; }
  25%,
    75% {
    /* transform: scale(1.5); */
    transform: scale(1.3);
    opacity: 1; }
  50% {
    /* transform: scale(0.5); */
    transform: scale(0.6);
    opacity: 0.5; }
  100% {
    transform: scale(1);
    opacity: 1; } }
  .vpnstspecial .buybtn {
    display: block;
    margin: 0px auto;
    width: 285px;
    height: 46px;
    background: #FFFFFF;
    border: 2px solid #FFD37F;
    border-radius: 6px;
    text-align: center;
    font: normal normal bold 16px/23px Lexend;
    line-height: 46px;
    letter-spacing: 0px;
    color: #FFB31E;
    position: relative; }
    .vpnstspecial .buybtn.red {
      color: #fff;
      background: transparent linear-gradient(98deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 5px 15px #FF9A4D;
      border: none;
      border-radius: 5px; }
      .vpnstspecial .buybtn.red::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: -4px;
        left: -4px;
        border: 4px solid #FF77002B; }
      .vpnstspecial .buybtn.red:hover {
        background: transparent linear-gradient(98deg, #FF7031 0%, #FF116A 100%) 0% 0% no-repeat padding-box; }
    .vpnstspecial .buybtn:hover {
      color: #fff;
      box-shadow: inset 7px 6px 20px #FF9900, 0px 5px 15px #FF9A4D;
      background: transparent linear-gradient(99deg, #F60000 0%, #FF0060 100%) 0% 0% no-repeat padding-box; }
  .vpnstspecial .wrapper,
  .vpnstspecial .review-tabs {
    width: 1200px !important;
    margin: 0px auto; }
  .vpnstspecial .buybtn {
    min-width: 228px;
    max-width: 85%;
    height: 46px;
    border-radius: 5px;
    font-weight: 500; }
    .vpnstspecial .buybtn::before {
      border-radius: 50px; }
    .vpnstspecial .buybtn.ext::after {
      content: "+5% OFF";
      display: block;
      position: absolute;
      width: 58px;
      height: 16px;
      line-height: 19px;
      text-align: center;
      font-size: 12px;
      font-weight: 600;
      background: transparent linear-gradient(107deg, #4EF6A3 0%, #00CE30 100%) 0% 0% no-repeat padding-box;
      border: 1px solid rgba(0, 0, 0, 0);
      border-radius: 3px 3px 0px 0px;
      right: 25px;
      top: -17px;
      color: #004B12; }
  .vpnstspecial .time_cont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin: 0px auto; }
    .vpnstspecial .time_cont > p {
      font-size: 14px;
      font-family: Lexend;
      font-weight: 500;
      color: #4A1503; }
    .vpnstspecial .time_cont .countdown {
      position: relative;
      display: flex;
      vertical-align: bottom;
      height: 20px;
      line-height: 20px;
      overflow: hidden;
      text-align: center;
      line-height: 20px;
      margin: 0 3px; }
      .vpnstspecial .time_cont .countdown .scroll-tick {
        height: 20px; }
        .vpnstspecial .time_cont .countdown .scroll-tick:last-child {
          margin-right: 0; }
        .vpnstspecial .time_cont .countdown .scroll-tick strong,
        .vpnstspecial .time_cont .countdown .scroll-tick span {
          display: block;
          font-weight: bold;
          color: #FF0707; }
  .vpnstspecial .sp_banner {
    position: relative;
    height: 842px;
    text-align: center;
    background: #fff url(../new/easter_bg.jpg) no-repeat center bottom;
    box-sizing: border-box;
    padding-top: 40px; }
    .vpnstspecial .sp_banner.banner1 {
      height: 938px;
      background: #fff url(../new/easter_bg.jpg) no-repeat center/cover; }
      .vpnstspecial .sp_banner.banner1 .message {
        margin-top: 30px; }
    .vpnstspecial .sp_banner .logo {
      display: block;
      position: absolute;
      top: 30px;
      left: 0px;
      transform: scale(1);
      z-index: 10; }
    .vpnstspecial .sp_banner .ban_list {
      width: 1348px;
      height: 124px;
      background: url(../new/white_bg.png) no-repeat center/cover;
      margin: 80px auto 0;
      display: flex;
      justify-content: space-between;
      padding: 0 160px;
      align-items: center;
      position: relative; }
      .vpnstspecial .sp_banner .ban_list .flag {
        background: transparent linear-gradient(90deg, #FFD284 0%, #FFF59A 50%, #FFE08D 100%) 0% 0% no-repeat padding-box;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        padding: 0 10px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -10px; }
        .vpnstspecial .sp_banner .ban_list .flag:after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          left: -19px;
          top: 0px;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid transparent;
          border-right: 10px solid #FFD284; }
        .vpnstspecial .sp_banner .ban_list .flag:before {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          right: -19px;
          top: 0px;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 10px solid transparent;
          border-left: 10px solid #FFE08D; }
      .vpnstspecial .sp_banner .ban_list .item {
        display: flex;
        align-items: flex-start;
        gap: 4px; }
        .vpnstspecial .sp_banner .ban_list .item .text_part {
          padding-top: 10px; }
        .vpnstspecial .sp_banner .ban_list .item .p1 {
          color: #000000;
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 14px;
          text-align: left; }
        .vpnstspecial .sp_banner .ban_list .item .p2 {
          color: #2B2B2B;
          font-size: 16px;
          font-weight: 400;
          max-width: 275px;
          line-height: 1.2;
          text-align: left; }
    .vpnstspecial .sp_banner .title_box {
      text-align: center;
      position: relative;
      z-index: 2; }
      .vpnstspecial .sp_banner .title_box .title_img {
        margin-right: 0px; }
      .vpnstspecial .sp_banner .title_box .butt_img {
        position: absolute;
        right: 323px;
        top: 3px;
        animation: butt_ani 3s infinite ease-in-out; }
      .vpnstspecial .sp_banner .title_box .glass_img {
        position: absolute;
        right: 403px;
        bottom: 12px;
        transform-origin: center bottom;
        animation: glass_ani 3s infinite ease-in-out; }
      .vpnstspecial .sp_banner .title_box .flower_img {
        width: 50px;
        height: 77px;
        position: absolute;
        left: 300px;
        top: 10px;
        z-index: -1;
        transform-origin: right bottom;
        animation: swi 5s infinite ease-in-out; }
    .vpnstspecial .sp_banner .title-subtitle {
      margin-top: 6px;
      text-align: center;
      font-size: 18px;
      line-height: 1.2;
      font-weight: 500;
      font-family: "Lexend", Arial, "Microsoft Yahei", sans-serif !important;
      color: #1E1C2C; }
      .vpnstspecial .sp_banner .title-subtitle span {
        font: inherit;
        color: #FF5604;
        font-weight: 600; }
    .vpnstspecial .sp_banner .message {
      width: 1200px;
      display: flex;
      justify-content: center;
      margin-top: 70px;
      align-items: flex-end;
      gap: 38px; }
      .vpnstspecial .sp_banner .message.message-r2 {
        gap: 32px; }
        .vpnstspecial .sp_banner .message.message-r2.message-r1 {
          gap: 20px; }
        .vpnstspecial .sp_banner .message.message-r2 .active-outer::before {
          left: -5px;
          width: 100%;
          height: 100%; }
      .vpnstspecial .sp_banner .message .active-outer {
        position: relative;
        z-index: 1;
        background: #fff; }
        .vpnstspecial .sp_banner .message .active-outer.vpn1 {
          transform: translateY(46px); }
        .vpnstspecial .sp_banner .message .active-outer::before {
          content: '';
          display: block;
          position: absolute;
          top: -4px;
          left: -16px;
          z-index: -1;
          width: calc(100% + 20px);
          height: 98%;
          box-shadow: 0px 15px 25px rgba(255, 119, 0, 0.5);
          border: 5px solid #FF7700;
          border-radius: 4px; }
        .vpnstspecial .sp_banner .message .active-outer .box h4 {
          font-weight: 700;
          font-size: 26px; }
          .vpnstspecial .sp_banner .message .active-outer .box h4 strong {
            font-weight: 700;
            font-size: 42px; }
        .vpnstspecial .sp_banner .message .active-outer .box .buybtn {
          margin-top: 20px; }
        .vpnstspecial .sp_banner .message .active-outer .box-bottom {
          background: transparent linear-gradient(270deg, #FFF7BB 0%, #FFFAD8 47%, #FFF7B8 100%) 0% 0% no-repeat padding-box;
          width: 100%;
          height: 47px;
          position: relative;
          box-sizing: border-box;
          padding-left: 50px;
          z-index: 2;
          padding-top: 10px; }
          .vpnstspecial .sp_banner .message .active-outer .box-bottom img {
            position: absolute;
            bottom: 0;
            left: 25px; }
          .vpnstspecial .sp_banner .message .active-outer .box-bottom .p1 {
            font-size: 16px;
            font-weight: bold;
            color: #000; }
          .vpnstspecial .sp_banner .message .active-outer .box-bottom .time_cont {
            background: none;
            width: auto;
            padding: 0;
            min-width: fit-content;
            box-shadow: none;
            font-size: 16px;
            top: 20px;
            left: 44.3%; }
            .vpnstspecial .sp_banner .message .active-outer .box-bottom .time_cont > p {
              color: #000;
              font-weight: 400; }
            .vpnstspecial .sp_banner .message .active-outer .box-bottom .time_cont .countdown::before, .vpnstspecial .sp_banner .message .active-outer .box-bottom .time_cont .countdown::after {
              display: none; }
            .vpnstspecial .sp_banner .message .active-outer .box-bottom .time_cont .countdown .scroll-tick {
              width: 10px; }
              .vpnstspecial .sp_banner .message .active-outer .box-bottom .time_cont .countdown .scroll-tick strong {
                color: #FF7700;
                font-size: 16px; }
      .vpnstspecial .sp_banner .message .time_cont {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 14px;
        min-width: 300px;
        max-width: 100%;
        height: 36px;
        border-radius: 0px 0px 14px 14px;
        background: #FFDA44;
        position: absolute;
        z-index: 999;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
        white-space: nowrap;
        box-shadow: 0px 5px 20px rgba(180, 73, 0, 0.5); }
        .vpnstspecial .sp_banner .message .time_cont > p {
          font-weight: 600;
          color: #4A1503; }
          .vpnstspecial .sp_banner .message .time_cont > p:last-child {
            padding-top: 4px; }
          .vpnstspecial .sp_banner .message .time_cont > p > span {
            font-size: 24px;
            font-family: "Yesteryear";
            color: #4A1503;
            margin-right: 5px; }
        .vpnstspecial .sp_banner .message .time_cont .countdown {
          position: relative;
          display: flex;
          vertical-align: bottom;
          height: 20px;
          line-height: 20px;
          overflow: hidden;
          text-align: center;
          flex-shrink: 0;
          top: 2px; }
          .vpnstspecial .sp_banner .message .time_cont .countdown::after, .vpnstspecial .sp_banner .message .time_cont .countdown::before {
            position: absolute;
            content: "";
            display: block;
            height: 15px;
            border-right: 1px solid #5E1800;
            top: 0px; }
          .vpnstspecial .sp_banner .message .time_cont .countdown::before {
            left: 27px; }
          .vpnstspecial .sp_banner .message .time_cont .countdown::after {
            right: 27px; }
          .vpnstspecial .sp_banner .message .time_cont .countdown .scroll-tick {
            width: 27px;
            height: 20px; }
            .vpnstspecial .sp_banner .message .time_cont .countdown .scroll-tick:last-child {
              margin-right: 0; }
            .vpnstspecial .sp_banner .message .time_cont .countdown .scroll-tick strong,
            .vpnstspecial .sp_banner .message .time_cont .countdown .scroll-tick span {
              font-size: 18px;
              display: block;
              font-weight: bold;
              color: #FF001B; }
      .vpnstspecial .sp_banner .message .box {
        width: 350px;
        padding: 40px 32px;
        background: #FBFBFB;
        border: 1px solid #CCCEE2;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        text-align: center; }
        .vpnstspecial .sp_banner .message .box .box-body {
          flex-grow: 1;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          align-items: center; }
        .vpnstspecial .sp_banner .message .box h3 {
          margin-bottom: 30px;
          height: 27px;
          font-size: 18px;
          line-height: 28px;
          color: #8D6218;
          font-weight: 500;
          padding: 0 16px;
          background: #FEF7DF 0% 0% no-repeat padding-box; }
          .vpnstspecial .sp_banner .message .box h3 span,
          .vpnstspecial .sp_banner .message .box h3 strong {
            font: inherit;
            color: inherit; }
          .vpnstspecial .sp_banner .message .box h3 strong {
            height: 27px;
            line-height: 28px;
            background: transparent linear-gradient(90deg, #A2FFDA 0%, #55FFA9 61%, #24FF8A 100%) 0% 0% no-repeat padding-box;
            font-weight: inherit;
            font-size: inherit;
            color: #000000;
            padding: 0 16px;
            padding-left: 8px;
            display: inline-block;
            font-weight: 500;
            margin-left: 8px; }
        .vpnstspecial .sp_banner .message .box h4 {
          font-weight: 600;
          font-size: 24px;
          line-height: 1; }
          .vpnstspecial .sp_banner .message .box h4 p {
            font: inherit;
            color: inherit; }
          .vpnstspecial .sp_banner .message .box h4 strong {
            font: inherit;
            color: inherit;
            font-weight: 600;
            font-size: 42px; }
        .vpnstspecial .sp_banner .message .box .ext_price {
          position: absolute;
          color: #878686;
          text-decoration: line-through;
          left: -55px;
          top: 18px;
          font-size: 18px;
          opacity: 0; }
          .vpnstspecial .sp_banner .message .box .ext_price.on {
            opacity: 1; }
        .vpnstspecial .sp_banner .message .box .buybtn {
          margin-top: 12px; }
        .vpnstspecial .sp_banner .message .box .box-p {
          margin-top: 15px;
          text-align: center;
          color: #606060;
          font-size: 14px; }
          .vpnstspecial .sp_banner .message .box .box-p span {
            display: inline-block;
            padding: 0 6px;
            color: #878686;
            position: relative; }
            .vpnstspecial .sp_banner .message .box .box-p span:after {
              content: "";
              position: absolute;
              width: 60px;
              height: 20px;
              background: url(../new/del_bg.svg);
              background-size: contain;
              left: 0px;
              top: -2px; }
          .vpnstspecial .sp_banner .message .box .box-p del {
            color: #878686;
            padding-left: 4px; }
        .vpnstspecial .sp_banner .message .box .p1 {
          color: #8D8D8D;
          margin-top: 14px;
          font-size: 14px; }
        .vpnstspecial .sp_banner .message .box .des {
          display: flex;
          gap: 6px;
          margin-top: 26px;
          align-items: center; }
          .vpnstspecial .sp_banner .message .box .des p {
            color: #CBB18A;
            font-weight: 400;
            font-size: 14px; }
        .vpnstspecial .sp_banner .message .box ul {
          padding-top: 24px;
          margin-top: 21px;
          border-top: 1px solid #75685b24;
          font: normal normal normal 16px/24px League Spartan;
          color: #5D5D5D;
          padding-left: 9px;
          text-align: left; }
          .vpnstspecial .sp_banner .message .box ul li {
            position: relative;
            list-style: unset;
            color: #5D5D5D; }
        .vpnstspecial .sp_banner .message .box .spec_span {
          margin-top: 23px;
          color: #8D8D8D;
          font-size: 14px;
          display: block;
          text-align: left; }
        .vpnstspecial .sp_banner .message .box.active-box {
          position: relative;
          z-index: 1;
          width: 370px;
          background: #fff;
          border: 0; }
          .vpnstspecial .sp_banner .message .box.active-box h3 {
            color: #fff;
            background: transparent linear-gradient(98deg, #FF607F 0%, #FF8D1A 100%) 0% 0% no-repeat padding-box;
            padding-right: 0; }
          .vpnstspecial .sp_banner .message .box.active-box h4 {
            position: relative;
            color: #FF150C; }
          .vpnstspecial .sp_banner .message .box.active-box ul {
            padding-left: 12px; }
            .vpnstspecial .sp_banner .message .box.active-box ul li {
              display: flex;
              align-items: center;
              list-style: none;
              color: #000; }
              .vpnstspecial .sp_banner .message .box.active-box ul li::before {
                content: "";
                display: block;
                width: 12px;
                height: 12px;
                background: url(../new/check_green.svg);
                position: absolute;
                left: -18px;
                top: 4px; }
        .vpnstspecial .sp_banner .message .box.free {
          max-width: 270px;
          background: rgba(255, 249, 249, 0.6); }
          .vpnstspecial .sp_banner .message .box.free .box-body {
            justify-content: space-between;
            padding-bottom: 25px; }
          .vpnstspecial .sp_banner .message .box.free h4 {
            padding-bottom: 42px;
            font-size: 16px;
            font-weight: 400;
            color: #606060; }
          .vpnstspecial .sp_banner .message .box.free ul {
            padding-left: 0px;
            min-height: 220px; }
            .vpnstspecial .sp_banner .message .box.free ul li {
              list-style: none;
              text-align: center;
              color: #5D5D5D; }
  .vpnstspecial .feature {
    padding-top: 150px; }
    .vpnstspecial .feature.vpn1 {
      padding-top: 220px; }
    .vpnstspecial .feature h2 {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      position: relative; }
      .vpnstspecial .feature h2::before {
        content: "";
        display: block;
        position: absolute;
        top: -100px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        width: 94px;
        height: 69px;
        background: url(../new/title_icon.png) center no-repeat; }
    .vpnstspecial .feature .message {
      display: flex;
      justify-content: space-between;
      margin-top: 75px; }
      .vpnstspecial .feature .message .img-box {
        height: 467px;
        margin-left: -90px;
        position: relative;
        margin-top: 60px; }
        .vpnstspecial .feature .message .img-box li {
          position: absolute;
          left: 0px;
          top: 0px;
          opacity: 0;
          width: fit-content;
          height: fit-content;
          transition: all .3s ease-out; }
          .vpnstspecial .feature .message .img-box li .img_tag {
            position: absolute;
            transform: scale(0);
            opacity: 0;
            transition: all .4s ease-out; }
          .vpnstspecial .feature .message .img-box li:nth-of-type(1) .img_tag {
            top: 70px;
            right: 0px; }
          .vpnstspecial .feature .message .img-box li:nth-of-type(2) .img_tag {
            top: 35px;
            left: 90px; }
          .vpnstspecial .feature .message .img-box li:nth-of-type(3) .img_tag {
            top: 75px;
            left: 170px; }
          .vpnstspecial .feature .message .img-box li.on {
            opacity: 1; }
            .vpnstspecial .feature .message .img-box li.on .img_tag {
              transform: scale(1);
              opacity: 1; }
      .vpnstspecial .feature .message .message-box {
        display: flex;
        width: 615px;
        flex-direction: column;
        gap: 8px;
        margin-top: 35px;
        margin-left: 54px; }
        .vpnstspecial .feature .message .message-box li {
          height: 120px;
          cursor: pointer;
          padding-top: 20px;
          padding-left: 40px;
          background: #FFF5F5;
          width: 508px;
          background: url(../new/li_bg.png) no-repeat 0px -129px; }
          .vpnstspecial .feature .message .message-box li.on {
            width: 522px;
            position: relative;
            background: url(../new/li_bg.png) no-repeat 0px 0px; }
          .vpnstspecial .feature .message .message-box li h3 {
            display: flex;
            margin-bottom: 15px;
            align-items: center;
            font: normal normal 600 22px/21px League Spartan; }
            .vpnstspecial .feature .message .message-box li h3::before {
              content: "";
              width: 12px;
              height: 12px;
              margin-right: 10px;
              margin-bottom: 2px;
              background: url(../new/check.svg); }
          .vpnstspecial .feature .message .message-box li p {
            padding-left: 22px;
            color: #4E4E4E;
            font: normal normal normal 16px/20px League Spartan;
            width: 86%; }
    .vpnstspecial .feature .message2 {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 60px; }
      .vpnstspecial .feature .message2 li {
        display: flex;
        align-items: flex-start;
        justify-content: center; }
        .vpnstspecial .feature .message2 li dl {
          margin-left: 10px; }
          .vpnstspecial .feature .message2 li dl dt {
            font: normal normal 600 18px/21px League Spartan;
            color: #000000; }
          .vpnstspecial .feature .message2 li dl dd {
            font: normal normal normal 16px/20px League Spartan;
            color: #4E4E4E;
            margin-top: 15px;
            width: 77%; }
  .vpnstspecial .sale_table {
    padding: 180px 0px 0px;
    position: relative; }
    .vpnstspecial .sale_table h3,
    .vpnstspecial .sale_table h2 {
      text-align: center; }
    .vpnstspecial .sale_table h3 {
      font-size: 28px;
      margin-bottom: 20px; }
    .vpnstspecial .sale_table h2 {
      font-size: 34px;
      font-weight: bold;
      line-height: 46px;
      margin: 0px auto;
      position: relative; }
      .vpnstspecial .sale_table h2::before {
        content: "";
        display: block;
        position: absolute;
        top: -100px;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        width: 94px;
        height: 69px;
        background: url(../new/title_icon.png) center no-repeat; }
    .vpnstspecial .sale_table span {
      display: block;
      text-align: center;
      border-radius: 0px 8px; }
    .vpnstspecial .sale_table .new {
      width: 50px;
      background: #4AE168;
      color: #230102;
      font-size: 14px;
      font-weight: bold;
      height: 20px;
      line-height: 19px;
      transform: scale(0.8); }
    .vpnstspecial .sale_table .imp {
      background: transparent linear-gradient(249deg, rgba(255, 102, 70, 0.9) 0%, #ff1414 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 1px 4px rgba(255, 9, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.3);
      font-size: 10px;
      font-weight: 500;
      color: #fff;
      position: relative;
      left: 5px;
      width: 72px;
      height: 16px;
      line-height: 15px; }
    .vpnstspecial .sale_table .table_content {
      display: flex;
      justify-content: center;
      align-items: end;
      margin-top: 65px; }
      .vpnstspecial .sale_table .table_content ul li {
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #DEDDF0; }
        .vpnstspecial .sale_table .table_content ul li.li_title {
          height: 47px;
          font-size: 18px;
          font-weight: 600;
          background: #FFF3F3;
          border: none; }
        .vpnstspecial .sale_table .table_content ul li:last-of-type {
          border-bottom: 1px solid #DEDDF0; }
        .vpnstspecial .sale_table .table_content ul li.border_no {
          border: none; }
        .vpnstspecial .sale_table .table_content ul li .no,
        .vpnstspecial .sale_table .table_content ul li .yes {
          display: block; }
        .vpnstspecial .sale_table .table_content ul li .no {
          width: 19px;
          height: 19px;
          background: url(../new/icon_no.svg); }
        .vpnstspecial .sale_table .table_content ul li .yes {
          width: 33px;
          height: 33px;
          background: url(../new/icon_yes.svg); }
      .vpnstspecial .sale_table .table_content .table_l {
        width: 620px; }
        .vpnstspecial .sale_table .table_content .table_l li {
          justify-content: left;
          font: normal normal 500 14px/33px League Spartan;
          padding-left: 8px;
          text-wrap: nowrap; }
      .vpnstspecial .sale_table .table_content .table_c {
        width: 172px;
        background-color: rgba(246, 246, 248, 0.56); }
        .vpnstspecial .sale_table .table_content .table_c li {
          font-size: 14px;
          padding-right: 15px;
          color: #565656; }
          .vpnstspecial .sale_table .table_content .table_c li.free {
            height: 164px;
            font-size: 16px;
            color: #1E1C2C;
            font-weight: bold;
            border: none; }
      .vpnstspecial .sale_table .table_content .table_r {
        position: relative;
        left: -15px;
        width: 278px;
        background-color: #FFF6F6;
        box-shadow: 0px 10px 20px #BE49484F;
        border-radius: 12px; }
        .vpnstspecial .sale_table .table_content .table_r::before {
          content: "";
          display: block;
          width: 117px;
          height: 72px;
          position: absolute;
          top: -46px;
          left: 0px;
          right: 0px;
          margin: 0px auto;
          background: url(../new/vip_logo.svg) center no-repeat; }
        .vpnstspecial .sale_table .table_content .table_r .gift_info {
          height: 200px;
          flex-direction: column;
          padding-top: 10px;
          border: none; }
          .vpnstspecial .sale_table .table_content .table_r .gift_info p {
            font-size: 14px;
            font-weight: bold; }
            .vpnstspecial .sale_table .table_content .table_r .gift_info p span {
              display: inline-block;
              color: #00C591;
              font-weight: bold; }
          .vpnstspecial .sale_table .table_content .table_r .gift_info div {
            margin: 20px auto 10px; }
            .vpnstspecial .sale_table .table_content .table_r .gift_info div span {
              display: inline-block;
              font-size: 14px;
              font-weight: bold; }
            .vpnstspecial .sale_table .table_content .table_r .gift_info div b {
              font-size: 34px;
              font-weight: bold; }
            .vpnstspecial .sale_table .table_content .table_r .gift_info div del {
              text-decoration: none;
              font-size: 14px;
              font-weight: 500;
              color: #8E8B9D; }
          .vpnstspecial .sale_table .table_content .table_r .gift_info .buybtn {
            width: 225px;
            height: 44px;
            font-size: 16px;
            font-weight: 600; }
  .vpnstspecial .screen3 {
    width: 1250px;
    height: 330px;
    margin: 0 auto 0;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 120px; }
    .vpnstspecial .screen3 .screen-title {
      font-size: 32px;
      text-align: center;
      margin-bottom: 0;
      margin-top: 0;
      color: #1F1E24;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center; }
    .vpnstspecial .screen3 .tit2 {
      font-size: 20px;
      font-weight: 500;
      width: fit-content;
      color: #000;
      text-align: center;
      position: relative;
      margin: 0px auto; }
      .vpnstspecial .screen3 .tit2::after {
        content: '';
        display: block;
        width: 100%;
        height: 10px;
        background-color: #FFBB004D;
        position: absolute;
        bottom: -5px;
        left: 0;
        z-index: -1; }
    .vpnstspecial .screen3 .cont_wrap {
      position: relative;
      width: 940px;
      height: 239px;
      margin: 20px auto 0; }
      .vpnstspecial .screen3 .cont_wrap::before {
        content: '';
        display: block;
        width: 42px;
        height: 30px;
        background: url(../new/yinhao.png) top center no-repeat;
        position: absolute;
        left: 50px;
        z-index: 2; }
      .vpnstspecial .screen3 .cont_wrap .swiper-slide {
        margin-top: -22px; }
    .vpnstspecial .screen3 .swiper-button-prev,
    .vpnstspecial .screen3 .swiper-button-next {
      width: 52px;
      height: 52px;
      opacity: 1;
      left: -60px;
      margin-top: -45px;
      cursor: pointer;
      background: url(../new/square-next.png) no-repeat center/cover; }
      .vpnstspecial .screen3 .swiper-button-prev:hover,
      .vpnstspecial .screen3 .swiper-button-next:hover {
        width: 52px;
        height: 52px;
        opacity: 1;
        background: url(../new/square-next_hover.png) no-repeat center/cover;
        transform: rotate(0deg); }
      .vpnstspecial .screen3 .swiper-button-prev::after,
      .vpnstspecial .screen3 .swiper-button-next::after {
        content: '';
        display: none; }
    .vpnstspecial .screen3 .swiper-button-next {
      left: auto;
      right: -83px;
      margin-top: -39px;
      transform: rotate(-180deg); }
      .vpnstspecial .screen3 .swiper-button-next:hover {
        transform: rotate(-180deg); }
    .vpnstspecial .screen3 .swiper-pagination {
      display: block !important;
      text-align: center;
      margin: -34px auto 0;
      left: 50%;
      transform: translateX(-50%); }
      .vpnstspecial .screen3 .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: 1;
        margin: 0 8px;
        background: #E5BF6F 0% 0% no-repeat padding-box; }
        .vpnstspecial .screen3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: transparent linear-gradient(143deg, #EF5900 0%, #FE1D1D 100%) 0% 0% no-repeat padding-box;
          box-shadow: 0px 4px 3px #FFB36E; }
    .vpnstspecial .screen3 .slide_cont {
      width: 864px;
      height: 142px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      box-shadow: 0px 16px 29px #FFC7B291;
      box-sizing: border-box;
      padding: 29px 100px 0;
      position: relative; }
      .vpnstspecial .screen3 .slide_cont .text {
        padding-left: 86px;
        padding-top: 15px;
        color: #5D5D5D;
        font: normal normal normal 16px/24px League Spartan;
        text-align: left; }
      .vpnstspecial .screen3 .slide_cont .img_wrap {
        position: absolute;
        width: 120px;
        left: 40px;
        top: -15px;
        text-align: center; }
        .vpnstspecial .screen3 .slide_cont .img_wrap img {
          border-radius: 50%;
          width: 60px; }
        .vpnstspecial .screen3 .slide_cont .img_wrap .name {
          color: #1F1E24;
          font-size: 16px;
          font-weight: 500;
          margin-top: 9px;
          margin-bottom: 0; }
        .vpnstspecial .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; }
  .vpnstspecial .payment {
    display: flex;
    justify-content: space-around; }
    .vpnstspecial .payment li {
      display: flex;
      align-items: center;
      font: normal normal normal 16px/24px League Spartan;
      color: #606060; }
      .vpnstspecial .payment li img {
        margin-right: 10px; }
  .vpnstspecial .footer {
    margin-top: 65px;
    padding: 15px 0px;
    background: transparent;
    text-align: center;
    color: #000;
    font: normal normal 16px/24px League Spartan;
    font-weight: 500;
    background: #FED88D; }
  .vpnstspecial .floatlayer {
    display: flex;
    align-items: flex-end;
    margin-top: 90px;
    position: fixed;
    z-index: 100;
    bottom: -180px;
    height: 140px;
    width: 100%;
    visibility: hidden;
    background: url(../new/float_bg.png) top center no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .vpnstspecial .floatlayer.on {
      bottom: 0;
      visibility: visible; }
    .vpnstspecial .floatlayer .wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      height: 100%; }
      .vpnstspecial .floatlayer .wrapper .left {
        position: relative; }
        .vpnstspecial .floatlayer .wrapper .left img {
          width: auto; }
      .vpnstspecial .floatlayer .wrapper .off {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 630px;
        padding-top: 30px; }
        .vpnstspecial .floatlayer .wrapper .off .p1 {
          font: normal normal 600 18px/24px League Spartan; }
          .vpnstspecial .floatlayer .wrapper .off .p1 span {
            font-size: 20px;
            font-weight: 600;
            color: #FF5D00; }
        .vpnstspecial .floatlayer .wrapper .off .time_box {
          margin-top: 20px;
          position: relative;
          display: flex;
          align-items: center; }
          .vpnstspecial .floatlayer .wrapper .off .time_box p {
            font-size: 20px;
            font-weight: 600;
            position: relative;
            bottom: -3px;
            margin-right: 5px; }
          .vpnstspecial .floatlayer .wrapper .off .time_box .time_count {
            font-size: 20px;
            font-weight: 600;
            width: 234px;
            height: 43px;
            padding: 14px 0px 0px 50px;
            background: url(../new/clock_bg.png) center no-repeat; }
            .vpnstspecial .floatlayer .wrapper .off .time_box .time_count strong,
            .vpnstspecial .floatlayer .wrapper .off .time_box .time_count span {
              font-weight: 600;
              color: #F70016; }
        .vpnstspecial .floatlayer .wrapper .off.soldout {
          padding: 0px; }
          .vpnstspecial .floatlayer .wrapper .off.soldout .p1 {
            font-size: 30px; }
            .vpnstspecial .floatlayer .wrapper .off.soldout .p1 span {
              font-size: 30px;
              color: #FF0000; }
      .vpnstspecial .floatlayer .wrapper .price {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .vpnstspecial .floatlayer .wrapper .price div {
          margin-bottom: 10px; }
          .vpnstspecial .floatlayer .wrapper .price div strong {
            font-family: Lexend;
            font-size: 16px;
            font-weight: bold; }
            .vpnstspecial .floatlayer .wrapper .price div strong b {
              font-weight: bold;
              font-size: 40px; }
            .vpnstspecial .floatlayer .wrapper .price div strong span {
              font-weight: bold;
              font-size: 20px; }
          .vpnstspecial .floatlayer .wrapper .price div del {
            margin-left: 10px;
            color: rgba(0, 0, 0, 0.5);
            font: normal normal 500 14px/21px League Spartan;
            position: relative;
            text-decoration: none; }
            .vpnstspecial .floatlayer .wrapper .price div del::after {
              content: "";
              display: block;
              width: 72px;
              height: 15px;
              position: absolute;
              top: -2px;
              left: -7px;
              background: url(./del_bg.svg) center no-repeat; }
        .vpnstspecial .floatlayer .wrapper .price .buybtn {
          width: 236px;
          height: 42px;
          font-family: League Spartan;
          font-weight: 600; }
  .vpnstspecial .floatlayer.sold .left > img[data-type="sold"] {
    display: inline-block !important; }
  .vpnstspecial .floatlayer.sold .left > img[data-type="sale"] {
    display: none !important; }
  .vpnstspecial .floatlayer .left > img[data-type="sold"] {
    display: none !important; }
  .vpnstspecial .floatlayer .left > img[data-type="sale"] {
    display: inline-block !important; }
  .vpnstspecial .floatlayer .bottom_tile {
    font-size: 20px;
    font-weight: 600; }
    .vpnstspecial .floatlayer .bottom_tile span {
      font-size: 20px;
      font-weight: 700;
      color: #00AA0B;
      position: relative; }
      .vpnstspecial .floatlayer .bottom_tile span b {
        position: relative;
        z-index: 0;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        color: transparent; }
        .vpnstspecial .floatlayer .bottom_tile span b:after {
          content: attr(data-text);
          position: absolute;
          left: 0;
          z-index: -1;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          -webkit-text-stroke: 4px #fff; }
      .vpnstspecial .floatlayer .bottom_tile span strong {
        position: absolute;
        left: 0px;
        top: -1px;
        z-index: 2;
        display: block;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        -webkit-background-clip: text;
        color: #FF8000;
        text-align: center; }
  .vpnstspecial .floatlayer .float_wrap {
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF6BE;
    margin-top: 20px;
    position: relative; }
    .vpnstspecial .floatlayer .float_wrap .time_cont {
      position: relative;
      background: none;
      padding-top: 5px; }
      .vpnstspecial .floatlayer .float_wrap .time_cont::before {
        content: "";
        display: block;
        width: 375px;
        height: 56px;
        position: absolute;
        top: 0px;
        left: -66px;
        z-index: -1;
        background: url(../new/bj.png) center no-repeat; }
      .vpnstspecial .floatlayer .float_wrap .time_cont > p {
        font-size: 16px; }
      .vpnstspecial .floatlayer .float_wrap .time_cont .countdown {
        width: 101px;
        height: 22px;
        margin-left: 3px; }
        .vpnstspecial .floatlayer .float_wrap .time_cont .countdown .scroll-tick {
          width: 34px;
          height: 22px;
          line-height: 22px; }
          .vpnstspecial .floatlayer .float_wrap .time_cont .countdown .scroll-tick strong {
            color: #D10016;
            font-weight: bold;
            line-height: 22px;
            position: relative;
            top: 2px; }
  .vpnstspecial .floatlayer .price.fr div {
    margin-bottom: 4px;
    display: flex;
    align-items: baseline;
    position: relative;
    color: #000;
    justify-content: center;
    font-family: Lexend; }
    .vpnstspecial .floatlayer .price.fr div span {
      font-size: 18px;
      font-weight: bold; }
    .vpnstspecial .floatlayer .price.fr div b {
      font-size: 36px;
      font-weight: bold; }
    .vpnstspecial .floatlayer .price.fr div del {
      display: inline-block;
      color: #8A6F6F;
      font-weight: 500;
      margin-left: 8px;
      position: relative;
      text-decoration: none; }
      .vpnstspecial .floatlayer .price.fr div del::after {
        content: "";
        display: block;
        position: absolute;
        top: 33%;
        left: -8%;
        transform: translateY(-50%) rotate(-10deg);
        width: 120%;
        height: 2px;
        border-radius: 10px;
        background: #FF8800; }
  .vpnstspecial .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: -1000; }
    .vpnstspecial .popbg.on {
      transform: scale(1);
      z-index: 999; }
  .vpnstspecial .xmas-pop {
    position: fixed;
    width: 607px;
    height: 334px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1000;
    margin: auto;
    transform: scale(0);
    transition: all .3s ease;
    transform-origin: center;
    z-index: -999;
    background: url(../new/pop_bg.png) center center no-repeat;
    box-sizing: border-box;
    padding-top: 70px; }
    .vpnstspecial .xmas-pop.on {
      transform: scale(1);
      z-index: 1000; }
    .vpnstspecial .xmas-pop > img {
      display: block;
      margin: 0px auto;
      position: relative;
      top: -44px; }
    .vpnstspecial .xmas-pop > p {
      display: none; }
    .vpnstspecial .xmas-pop .pop_tit {
      font-size: 0;
      color: transparent;
      width: 380px;
      height: 107px;
      position: absolute;
      background: url(../new/pop_tit.png) no-repeat center/cover;
      top: -60px;
      left: 130px; }
    .vpnstspecial .xmas-pop .xmas-close {
      display: block;
      margin: 10px auto 0;
      font-size: 12px;
      color: #5B5B5B;
      font-weight: 400;
      opacity: .8;
      cursor: pointer; }
      .vpnstspecial .xmas-pop .xmas-close:hover {
        opacity: 1; }
    .vpnstspecial .xmas-pop .title_info {
      text-align: center;
      font: normal normal 600 16px League Spartan;
      letter-spacing: 0px;
      color: #000000; }
    .vpnstspecial .xmas-pop .pop_cont {
      display: flex;
      align-items: center;
      flex-direction: column;
      margin-top: 12px;
      width: 94%; }
      .vpnstspecial .xmas-pop .pop_cont .pop_save {
        display: inline-block;
        padding: 0 38px;
        height: 48px;
        line-height: 50px;
        font-size: 22px;
        font-weight: bold;
        color: #F5230B;
        text-align: center;
        background: linear-gradient(90deg, rgba(251, 134, 75, 0), #fff 46%, rgba(255, 68, 61, 0) 100%); }
      .vpnstspecial .xmas-pop .pop_cont .pop_price {
        margin: 18px 0px;
        color: #000;
        text-align: center; }
        .vpnstspecial .xmas-pop .pop_cont .pop_price span {
          font-size: 24px;
          font-weight: bold; }
        .vpnstspecial .xmas-pop .pop_cont .pop_price b {
          font-size: 40px;
          font-weight: bold; }
        .vpnstspecial .xmas-pop .pop_cont .pop_price del {
          font-size: 18px;
          color: #504F4F; }
      .vpnstspecial .xmas-pop .pop_cont .p1 {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin-top: 32px; }
      .vpnstspecial .xmas-pop .pop_cont .buybtn {
        margin: 18px auto 0;
        min-width: 240px;
        width: 240px;
        height: 46px;
        color: #fff;
        background: linear-gradient(99deg, #F60000 0%, #FF0060 100%);
        border: 1px solid #FFD688;
        transition: none; }
        .vpnstspecial .xmas-pop .pop_cont .buybtn::before {
          display: none; }
        .vpnstspecial .xmas-pop .pop_cont .buybtn span {
          font-weight: 500; }
        .vpnstspecial .xmas-pop .pop_cont .buybtn:hover {
          background: linear-gradient(99deg, #FF0060 0%, #F60000 100%); }
          .vpnstspecial .xmas-pop .pop_cont .buybtn:hover::before {
            display: none; }
  .vpnstspecial .ext-pop .pop_cont {
    margin-top: 0px;
    flex-grow: 1;
    height: inherit;
    transform: translateX(28px); }
    .vpnstspecial .ext-pop .pop_cont h4 {
      width: 291px;
      height: 41px;
      background: transparent linear-gradient(86deg, #FFF06A 0%, #FBFF7C 46%, #FFE668 100%) 0% 0% no-repeat padding-box;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      font-weight: 700;
      color: #000;
      margin-top: 28px;
      padding-top: 4px; }
      .vpnstspecial .ext-pop .pop_cont h4 strong {
        color: #21AC00;
        font-weight: 700;
        padding-left: 5px; }
    .vpnstspecial .ext-pop .pop_cont .btn-red {
      margin: 40px auto 0;
      cursor: pointer; }
  .vpnstspecial .br-numGhost {
    position: absolute;
    top: -6px;
    left: 0px;
    z-index: 4;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    color: #ff0000;
    font-size: 24px;
    text-shadow: 0 1px 0 #fff; }
  .vpnstspecial .float_wrap .br-reduce {
    left: 49%; }
  .vpnstspecial .br-reduce {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 5px;
    left: 47%; }
  .vpnstspecial .br-num {
    position: absolute;
    font-size: 14px;
    right: 16px;
    top: -14px;
    left: 50%;
    opacity: 0;
    display: block;
    width: 26px;
    font-size: 0;
    height: 20px;
    background: url(../new/reduce1.png) no-repeat center/cover;
    z-index: 1;
    animation: reducenum_animation 1.5s; }
@keyframes reducenum_animation {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-10px); } }

/*# sourceMappingURL=styleb.css.map */
