.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 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 18px/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: 20px;
}

.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 .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 .buybtn {
  min-width: 315px;
}

.vpnstspecial .sp_banner .ban_list .item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.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: 254px;
  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: 320px;
  top: 10px;
}

.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: 16px;
}

.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: 40px;
}

.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: 372px;
  padding: 40px 40px;
  background: #FBFBFB;
  border: 1px solid #CCCEE2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  flex: 1;
}

.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: 20px;
  line-height: 1.5;
}

.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: 34px;
}

.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: 20px;
  text-align: center;
  color: #606060;
  font-size: 14px;
}

.vpnstspecial .sp_banner .message .box .box-p span {
  display: inline-block;
  padding-left: 4px;
  color: #878686;
  text-decoration: line-through;
}

.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: 395px;
  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: 0px;
}

.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);
  margin: -4px 7px 0px 0px;
}

.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;
  width: 615px;
}

.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%;
}

.purchase-table {
  width: 1080px !important
}

.purchase-table ._title {
  text-align: center;
  padding: 120px 0 58px;
  color: #1e1c2c;
  font-size: 36px;
  line-height: 54px
}

.purchase-table ._table {
  position: relative
}

.purchase-table ._table::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 58px;
  z-index: 0;
  width: 342px;
  height: 100%;
  border: 2px solid #fc4140;
  border-radius: 18px 18px 0px 0px;
  box-sizing: border-box
}

.purchase-table ._table .tab-list {
  padding: 0 58px;
  height: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.purchase-table ._table .tab-list.pink {
  background: #fffaf8;
  border-top: 1px solid #ffe5e5;
  border-bottom: 1px solid #ffe5e5
}

.purchase-table ._table .tab-list.title {
  height: 74px
}

.purchase-table ._table .tab-list.title .right {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fc4140;
  font-size: 22px;
  line-height: 24px
}

.purchase-table ._table .tab-list.title .right::before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, 0);
  background: url(../images/purchaseb/premium-quality.svg) no-repeat;
  background-size: 36px
}

.purchase-table ._table .tab-list .left {
  margin-left: 0;
  width: 378px;
  text-align: left
}

.purchase-table ._table .tab-list .center {
  margin-left: 0;
  color: #8e8b9d;
  width: 120px;
  text-align: center
}

.purchase-table ._table .tab-list .right {
  position: relative;
  z-index: 1;
  margin-right: 0;
  width: 342px;
  text-align: center
}

.purchase-table ._table .tab-list span {
  display: block;
  color: #1e1c2c;
  font-size: 14px;
  line-height: 18px
}

.purchase-table ._table .tab-list span label {
  display: inline-block;
  padding: 0 60px
}

.purchase-table ._table .tab-list .icon {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  background-image: url(../../../../images/purchaseb/check-circle.svg);
  background-repeat: no-repeat;
  background-size: 16px
}

.purchase-table ._table .tab-list .icon.red {
  background-image: url(../../../../images/purchaseb/ios-checkmark-circle.svg)
}

.purchase-table ._table .tab-list .icon.err {
  background-image: url(../../../../images/purchaseb/close-outline.svg)
}

.purchase-about  {
  margin-top: 70px;
}
.purchase-about  h2 {
  text-align: center;
  font-size: 36px;
  color: #1e1c2c;
}

.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
}


.purchase-footer {

  padding-top: 24px
}

.purchase-footer .mob {
  display: none
}

.purchase-footer .pc {
  display: block
}

.purchase-footer ._list {
  padding: 0 74px;
  display: flex;
  flex-direction: row;
  align-items: center
}

.purchase-footer ._list ._item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 120px;
  padding: 30px 0;
  background-color: #ecebef;
  border-radius: 4px
}

.purchase-footer ._list ._item img {
  width: auto
}

.purchase-footer ._list ._item:nth-child(2) {
  margin: 0 8px
}

.purchase-footer ._list ._item span {
  font-size: 16px;
  line-height: 24px;
  color: #8e8b9d;
  margin-left: 22px
}

.purchase-footer .copyRight {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #8e8b9d;
  margin-top: 44px
}

.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: 335px;
  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;
}

.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;
}

/*# sourceMappingURL=styleb.css.map */