@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400..700&family=Kaushan+Script&display=swap");

.vpncomm-review {
  font-family: "Lexend", Arial, "Microsoft Yahei", sans-serif;
  padding: 40px 70px
}

.vpncomm-review .review-tabs {
  display: flex;
  justify-content: center;
  align-items: center
}

.vpncomm-review .review-lab {
  padding: 24px 40px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #1E1C2C;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  min-width: 230px;
  text-align: center
}

.vpncomm-review .review-lab:hover {
  background-color: #f2f6ff
}

.vpncomm-review .review-lab.lab-on {
  color: #0054FF;
  border-bottom: 2px solid #0054FF
}

.vpncomm-review .review-cnt {
  margin-top: 15px
}

.vpncomm-review .swiper-slide {
  height: auto
}

.vpncomm-review .user-swiper-button {
  margin: 0;
  color: #cfced4
}

.vpncomm-review .user-swiper-button::after {
  font-size: 28px;
  font-weight: 700
}

.vpncomm-review .user-swiper-button:hover {
  opacity: 0.8
}

.vpncomm-review .swiper-slide-inner {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background: #fff;
  border: 1px solid #E2E0EB;
  border-radius: 4px
}

.vpncomm-review .swiper-slide-inner p {
  font: inherit;
  color: #505051;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400
}

.vpncomm-review .swiper-slide-inner h4 {
  padding-bottom: 20px;
  font: inherit;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700
}

.vpncomm-review .review-media .swiper-slide-inner {
  padding: 48px;
  text-align: left
}

.vpncomm-review .review-media .swiper-slide-inner img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: none;
  margin-bottom: 30px
}

.vpncomm-review .review-user .swiper-slide-inner {
  padding: 42px 32px;
  text-align: center
}

@media (max-width: 768px) {
  .vpncomm-review {
    padding: 40px 16px
  }

  .vpncomm-review .review-lab {
    padding: 24px 16px;
    font-size: 14px;
    min-width: 0;
    width: 50%
  }

  .vpncomm-review .swiper-slide {
    height: auto
  }

  .vpncomm-review .review-media .swiper-slide-inner {
    padding: 24px
  }

  .vpncomm-review .review-media .swiper-slide-inner img {
    margin-bottom: 20px
  }

  .vpncomm-review .review-user .swiper-slide-inner {
    padding: 22px;
    width: 80%;
    margin: 0 auto
  }
}

.purchase2024 {
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif !important;
  font-size: 16px;
  background: url(./common_purchase_bottom_bg.png) center bottom no-repeat
}

.purchase2024 img {
  max-width: none;
  width: auto
}

.purchase2024 .wrapper,
.purchase2024 .common-reviews {
  width: 1200px !important;
  margin: 0px auto
}

.purchase2024 .review-tabs .tab_cnt ._tech .tech_tab,
.purchase2024 .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
  background: #fff
}

.purchase2024 .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
.purchase2024 .review-tabs .tab_cnt .user.swiper .swiper-button-next {
  background-image: url(../../review/angle-red.svg) !important
}

.purchase2024 .review-tabs .tab_cnt ._list {
  display: none
}

.purchase2024 .review-tabs .tab_cnt ._list.on {
  display: flex
}

.purchase2024 .review-tabs .tab_head ._lab {
  font-size: 18px
}

.purchase2024 .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
  font-size: 14px
}

.purchase2024 .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
  font-size: 16px
}

.purchase2024 .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
.purchase2024 .review-tabs .tab_cnt .user.swiper .swiper-button-next {
  background-image: url(../../review/angle-right.svg) !important
}

.purchase2024 strong {
  font-weight: bold
}

.purchase2024 .buybtn {
  display: flex;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
  min-width: 248px;
  max-width: 90%;
  height: 46px;
  color: #000000;
  padding-top: 4px;
  border: none;
  outline: 2px solid #00000066;
  border-radius: 9999px;
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  transition: outline .3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1
}

.purchase2024 .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(157deg, #EB6BFF 0%, #7D27FF 100%) 0% 0% no-repeat padding-box;
  border: 1px solid transparent;
  border-radius: 5px 5px 0px 0px;
  right: 25px;
  top: -18px;
  color: #fff
}

.purchase2024 .buybtn.btn-red {
  color: #fff;
  outline: 4px solid #FF77002B;
  background: linear-gradient(97deg, #F60000 0%, #FF0060 100%);
  box-shadow: 0px 5px 15px #FF9A4D
}

.purchase2024 .buybtn.btn-red:hover {
  background: #FE006E;
  box-shadow: 0px 5px 15px #FF9A4D;
  color: #fff;
  outline: 4px solid #FF77002B
}

.purchase2024 .buybtn:after {
  opacity: 0;
  top: -75px;
  right: -75px;
  transition: all .2s ease;
}

.purchase2024 .buybtn:hover:after {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 94px;
  background: url(../2024vpnjunsale/btn_before.png)no-repeat center/cover;
  opacity: 1;
  top: -53px;
  right: -54px;
  transition: all .2s ease;
}

.purchase2024 .buybtn:hover {
  background: #FE006E;
  box-shadow: 0px 5px 15px #FF9A4D;
  color: #fff;
  outline: 4px solid #FF77002B
}

.purchase2024 .banner {
  position: relative;
  height: 902px;
  text-align: center;
  background-color: rgba(255, 225, 108, 0.45);
  background-image: url(../2024vpnjunsale/2024easter_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat
}

.purchase2024 .banner .title {
  position: relative;
  padding-top: 15px
}

.purchase2024 .banner .title>img {
  position: relative;
  z-index: 2;
  vertical-align: top
}

.purchase2024 .banner .title-subtitle {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-top: -10px;
  font-weight: 600;
  color: #1E1C2C
}

.purchase2024 .banner .title-subtitle span {
  font: inherit;
  color: #F6240D;
  font-weight: 700
}

.purchase2024 .banner .message {
  width: 1200px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: flex-end;
  gap: 38px
}

.purchase2024 .banner .message.message-r2 {
  gap: 12px
}

.purchase2024 .banner .message.message-r2 .active-outer::before {
  left: -11px;
  width: calc(100% + 10px);
  height: 96%
}

.purchase2024 .banner .message.message-r2 .box {
  max-width: 320px;
  padding: 40px 10px;
  min-height: 580px
}

.purchase2024 .banner .message.message-r2 .box .box-body {
  justify-content: flex-start
}

.purchase2024 .banner .message.message-r2 .box h3 {
  padding-bottom: 34px
}

.purchase2024 .banner .message.message-r2 .box .buybtn {
  margin-top: 22px
}

.purchase2024 .banner .message.message-r2 .box ul {
  margin-top: 22px;
  padding-top: 28px;
  border-top: 1px solid rgba(117, 104, 91, 0.23)
}

.purchase2024 .banner .message.message-r2 .box.active-box {
  min-width: 300px;
  max-width: 340px;
  min-height: 580px
}

.purchase2024 .banner .message.message-r2 .box.free {
  min-width: 218px;
  max-width: 218px
}

.purchase2024 .banner .message .active-outer {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-left: 10px;
  margin-right: 10px
}

.purchase2024 .banner .message .active-outer::before {
  content: '';
  display: block;
  position: absolute;
  top: 4%;
  left: -16px;
  z-index: -1;
  width: calc(100% + 20px);
  height: 98%;
  background: #fff;
  box-shadow: 0px 8px 18px #F93A3A54;
  border: 6px solid #FF7C09;
  border-radius: 4px
}

.purchase2024 .banner .message .time_cont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 0px 0px 14px 14px;
  position: absolute;
  z-index: 999;
  top: -16px;
  margin: 0px auto;
  left: 50%;
  right: auto;
  width: auto;
  min-width: 280px;
  max-width: 100%;
  box-shadow: 0px 5px 20px rgba(180, 73, 0, 0.5);
  background: #FFEF09;
  transform: translateX(-50%)
}

.purchase2024 .banner .message .time_cont>p {
  font-weight: 600;
  color: #4A1503
}

.purchase2024 .banner .message .time_cont>p:last-child {
  padding-top: 4px
}

.purchase2024 .banner .message .time_cont>p>span {
  font-size: 24px;
  font-family: "Yesteryear";
  color: #4A1503;
  margin-right: 5px
}

.purchase2024 .banner .message .time_cont .countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  top: 2px
}

.purchase2024 .banner .message .time_cont .countdown::after,
.purchase2024 .banner .message .time_cont .countdown::before {
  position: absolute;
  content: "";
  display: block;
  height: 15px;
  border-right: 1px solid #5E1800;
  top: 0px
}

.purchase2024 .banner .message .time_cont .countdown::before {
  left: 27px
}

.purchase2024 .banner .message .time_cont .countdown::after {
  right: 27px
}

.purchase2024 .banner .message .time_cont .countdown .scroll-tick {
  width: 27px;
  height: 20px
}

.purchase2024 .banner .message .time_cont .countdown .scroll-tick:last-child {
  margin-right: 0
}

.purchase2024 .banner .message .time_cont .countdown .scroll-tick strong,
.purchase2024 .banner .message .time_cont .countdown .scroll-tick span {
  font-size: 18px;
  display: block;
  font-weight: bold;
  color: #D10016
}

.purchase2024 .banner .message .box {
  min-width: 270px;
  max-width: 380px;
  min-height: 565px;
  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
}

.purchase2024 .banner .message .box .box-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center
}

.purchase2024 .banner .message .box h3 {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 -10px
}

.purchase2024 .banner .message .box h3 span,
.purchase2024 .banner .message .box h3 strong,
.purchase2024 .banner .message .box h3 b {
  font: inherit;
  color: inherit;
  font-size: 18px
}

.purchase2024 .banner .message .box h3 strong,
.purchase2024 .banner .message .box h3 b {
  color: #0BAA18
}

.purchase2024 .banner .message .box h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5
}

.purchase2024 .banner .message .box h4 p {
  font: inherit;
  color: inherit
}

.purchase2024 .banner .message .box h4 strong {
  font: inherit;
  color: inherit;
  font-weight: 700;
  font-size: 36px
}

.purchase2024 .banner .message .box .ext_price {
  position: absolute;
  color: #878686;
  text-decoration: line-through;
  left: -55px;
  top: 16px;
  opacity: 0
}

.purchase2024 .banner .message .box .ext_price.on {
  opacity: 1
}

.purchase2024 .banner .message .box .buybtn {
  margin-top: 8px
}

.purchase2024 .banner .message .box .box-p {
  margin-top: 20px;
  text-align: center;
  color: #606060
}

.purchase2024 .banner .message .box .box-p span {
  display: inline-block;
  padding-left: 4px
}

.purchase2024 .banner .message .box .box-p del {
  color: #878686;
  padding-left: 4px
}

.purchase2024 .banner .message .box ul {
  padding-top: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5D5D5D;
  padding-left: 8px;
  text-align: left;
  margin-right: -15px
}

.purchase2024 .banner .message .box ul li {
  position: relative;
  list-style: unset;
  color: #434242
}

.purchase2024 .banner .message .box.active-box {
  position: relative;
  z-index: 1;
  min-width: 414px;
  min-height: 585px;
  background: #fff;
  border: 0
}

.purchase2024 .banner .message .box.active-box h4 {
  color: #B50316
}

.purchase2024 .banner .message .box.active-box ul {
  padding-left: 0px
}

.purchase2024 .banner .message .box.active-box ul li {
  display: flex;
  align-items: center;
  list-style: none;
  color: #000
}

.purchase2024 .banner .message .box.active-box ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../2023purchase1/bfvpnlow/check_green.svg);
  margin: -4px 7px 0px 0px
}

.purchase2024 .banner .message .box.free {
  max-width: 270px;
  border: 1px solid rgba(204, 206, 226, 0.9);
  background: rgba(255, 249, 249, 0.9)
}

.purchase2024 .banner .message .box.free .box-body {
  justify-content: space-between
}

.purchase2024 .banner .message .box.free h4 {
  padding-bottom: 42px;
  font-size: 16px;
  font-weight: 400;
  color: #606060
}

.purchase2024 .banner .message .box.free ul {
  padding-left: 0px;
  min-height: 284px
}

.purchase2024 .banner .message .box.free ul li {
  list-style: none;
  text-align: center;
  color: #5D5D5D
}

.purchase2024 .service-list {
  margin-top: -12px !important;
  padding-bottom: 222px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10%
}

.purchase2024 .service-list dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  column-gap: 12px
}

.purchase2024 .service-list dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: inset 0px 6px 19px rgba(255, 197, 205, 0.8);
  border: 1px solid #FAFAFA;
  border-radius: 50%;
  flex-shrink: 0
}

.purchase2024 .service-list dl dd {
  color: #606060;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400
}

.purchase2024 .table-box h2,
.purchase2024 .feature h2 {
  padding-top: 114px;
  position: relative;
  display: flex;
  justify-content: center;
  color: #1F1E24;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700
}

.purchase2024 .table-box h2::before,
.purchase2024 .feature h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: auto;
  right: auto;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  width: 158px;
  height: 114px;
  background: url(./rabbit.png) center no-repeat
}

.purchase2024 .isrin-table {
  position: relative;
  margin-top: 84px
}

.purchase2024 .isrin-table::before {
  content: "";
  display: block;
  position: absolute;
  bottom: auto;
  right: auto;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  width: 158px;
  height: 114px;
  background: url(./rabbit.png) center no-repeat
}

.purchase2024 .feature {
  padding-top: 46px
}

.purchase2024 .feature h2 {
  position: relative
}

.purchase2024 .feature .message {
  display: flex;
  justify-content: space-between;
  margin-top: 55px
}

.purchase2024 .feature .message .feature-pic {
  position: absolute;
  width: 194px;
  height: 194px;
  top: 160px;
  right: -20px
}



.purchase2024 .feature .message .feature-pic img {
  position: relative;
  z-index: 0;
  width: auto;
  max-width: none
}

.purchase2024 .feature .message .feature-off {
  display: block;
  position: absolute;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat
}

.purchase2024 .feature .message .feature-off.tag-off {
  z-index: 0;
  top: 122px;
  right: 6px;
  width: 177px;
  height: 52px;
  background-image: url(../2024vpnjunsale/tag_bg.png)
}

.purchase2024 .feature .message .feature-off.tag-off .off-inner {
  top: 3px;
  left: 44px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  transform: rotate(348deg);
  transform-origin: center center;
  filter: drop-shadow(0px 3px 6px #D11C00)
}

.purchase2024 .feature .message .feature-off.tag-off .off-inner strong,
.purchase2024 .feature .message .feature-off.tag-off .off-inner small,
.purchase2024 .feature .message .feature-off.tag-off .off-inner big,
.purchase2024 .feature .message .feature-off.tag-off .off-inner b,
.purchase2024 .feature .message .feature-off.tag-off .off-inner em {
  font-weight: 600
}

.purchase2024 .feature .message .feature-off.tag-off .off-inner big {
  font-size: 28px
}

.purchase2024 .feature .message .feature-off .off-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700
}

.purchase2024 .feature .message .feature-off strong,
.purchase2024 .feature .message .feature-off small,
.purchase2024 .feature .message .feature-off big,
.purchase2024 .feature .message .feature-off b,
.purchase2024 .feature .message .feature-off em {
  font: inherit;
  color: inherit;
  font-weight: 700
}

.purchase2024 .feature .message .feature-off big {
  font-size: 28px
}

.purchase2024 .feature .message .img-box {
  position: relative;
  width: 507px;
  height: 413px
}

.purchase2024 .feature .message .img-box img {
  position: absolute
}

.purchase2024 .feature .message .img-box img.ft_img2 {
  top: 0px;
  left: -20px
}

.purchase2024 .feature .message .img-box img.ft_img1 {
  top: 28px;
  right: 0px
}




.purchase2024 .feature .message .message-box {
  display: flex;
  width: 660px;
  padding-top: 80px;
  padding-left: 30px;
  justify-content: space-between;
  flex-wrap: wrap
}

.purchase2024 .feature .message .message-box li {
  width: 48%;
  margin-bottom: 35px
}

.purchase2024 .feature .message .message-box li h3 {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  font: normal normal 600 18px/21px League Spartan
}

.purchase2024 .feature .message .message-box li h3::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 10px;
  flex-shrink: 0;
  background: url(../../2023purchase1/bfvpnlow/checked.svg) center no-repeat;
  background-size: contain
}

.purchase2024 .feature .message .message-box li p {
  padding-left: 22px;
  color: #4E4E4E;
  font: normal normal normal 16px/20px League Spartan
}

.purchase2024 .bottom-buy {
  height: 156px;
  margin-top: 20px;
  background: url(./common_purchase_middle_bg.jpg) no-repeat center
}

.purchase2024 .bottom-buy.sold .off .off-box {
  display: block !important
}

.purchase2024 .bottom-buy.sold .off>img[data-type="sold"] {
  display: inline-block !important
}

.purchase2024 .bottom-buy.sold .off>img[data-type="sale"] {
  display: none !important
}

.purchase2024 .bottom-buy.sold h3 {
  font-size: 26px;
  font-weight: 700
}

.purchase2024 .bottom-buy.sold h3 span {
  font-size: 26px
}

.purchase2024 .bottom-buy .off {
  position: relative;
  width: 208px;
  text-align: left
}

.purchase2024 .bottom-buy .off>img {
  position: relative;
  z-index: 0;
  margin-left: -12px;
  width: 152px !important;
  height: auto !important
}

.purchase2024 .bottom-buy .off>img[data-type="sold"] {
  display: none !important
}

.purchase2024 .bottom-buy .off>img[data-type="sale"] {
  display: inline-block !important
}

.purchase2024 .bottom-buy .off .off-box {
  display: block !important;
  position: absolute;
  z-index: 1;
  bottom: 6px;
  right: -26px;
  width: 290px;
  height: 121px;
  background: url(./bottom_buy_egg.png) no-repeat center
}

.purchase2024 .bottom-buy .off .off-box strong {
  display: block;
  position: absolute;
  top: 25px;
  right: 66px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 6px 3px #CB3E0085
}

.purchase2024 .bottom-buy .off .off-box strong b,
.purchase2024 .bottom-buy .off .off-box strong em {
  font: inherit;
  font-style: normal;
  color: inherit
}

.purchase2024 .bottom-buy .off .off-box strong small {
  font: inherit;
  color: inherit;
  font-size: 36px
}

.purchase2024 .bottom-buy .off .off-box strong[data-type='sold'] {
  text-align: center;
  font-size: 50px;
  letter-spacing: -1px
}

.purchase2024 .bottom-buy .off .off-box strong[data-type='sold'] em {
  font-size: 22px
}

.purchase2024 .bottom-buy .off .off-box strong[data-type='sold'] small {
  display: block;
  margin-top: -3px;
  font-size: 18px;
  letter-spacing: 0px
}

.purchase2024 .bottom-buy .wrapper {
  display: flex;
  justify-content: space-between;
  height: 156px;
  align-items: center
}

.purchase2024 .bottom-buy h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #1E1C2C;
  font-weight: 700;
  text-align: center
}

.purchase2024 .bottom-buy h3 .bottom_tile {
  font: inherit;
  color: inherit
}

.purchase2024 .bottom-buy h3 span {
  font-size: 22px;
  font-weight: 700;
  color: #F6240D
}

.purchase2024 .bottom-buy h3 .progress_bar {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 20px auto 0px;
  position: relative;
  padding-right: 30px;
  width: 460px;
  height: 20px;
  border-radius: 10px;
  background: #FFFADB;
  border: 1px solid #fff
}

.purchase2024 .bottom-buy h3 .progress_bar .progress_barbg {
  position: absolute;
  width: 300px;
  height: 14px;
  border-radius: 10px;
  left: 2px;
  background: linear-gradient(270deg, #FFB926 0%, #FE7900 100%)
}

.purchase2024 .bottom-buy h3 .progress_bar .pb_titme {
  display: flex;
  align-items: center;
  height: 14px;
  position: relative;
  top: 2px;
  color: #3A3A3A;
  font-weight: 600
}

.purchase2024 .bottom-buy h3 .progress_bar .pb_titme.on {
  color: #3A3A3A
}

.purchase2024 .bottom-buy h3 .progress_bar .pb_titme.on .countdown .scroll-tick strong,
.purchase2024 .bottom-buy h3 .progress_bar .pb_titme.on .countdown .scroll-tick span {
  color: #FF0000
}

.purchase2024 .bottom-buy h3 .progress_bar .pb_titme.on .br-numGhost {
  color: #FF0000
}

.purchase2024 .bottom-buy h3 .progress_bar .pb_titme p {
  font-size: 12px;
  font-weight: 600
}

.purchase2024 .bottom-buy h3 .progress_bar .pb_titme .countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 14px;
  line-height: 14px;
  overflow: hidden;
  padding: 0px 5px;
  text-align: center
}

.purchase2024 .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick strong,
.purchase2024 .bottom-buy h3 .progress_bar .pb_titme .countdown .scroll-tick span {
  font-size: 12px;
  display: block;
  font-weight: 700;
  color: #FF0000
}

.purchase2024 .bottom-buy h3 .progress_bar .countdown-box {
  position: relative
}

.purchase2024 .bottom-buy h3 .progress_bar .br-numGhost {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  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;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease
}

.purchase2024 .bottom-buy h3 .progress_bar .zoom-out-animation {
  animation: zoomOut 0.8s 0.3s forwards;
  animation-timing-function: ease-in;
  transform-origin: center center
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1)
  }

  100% {
    opacity: 0;
    transform: scale(3)
  }
}

.purchase2024 .bottom-buy h3 .progress_bar .br-reduce {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center
}

.purchase2024 .bottom-buy h3 .progress_bar .br-reduce.reduce1 .br-num {
  background-position: 0 0
}

.purchase2024 .bottom-buy h3 .progress_bar .br-reduce.reduce2 .br-num {
  background-position: 0 -30px
}

.purchase2024 .bottom-buy h3 .progress_bar .br-reduce .br-num {
  position: absolute;
  right: 16px;
  top: 0;
  width: 32px;
  height: 30px;
  display: inline-block;
  background: url(../reduce.png) no-repeat;
  z-index: 22;
  transform: translateY(0px)
}

.purchase2024 .bottom-buy h3 .progress_bar .br-reduce .zoom-top-animation {
  animation: zoomTop 0.8s forwards;
  animation-timing-function: ease-in;
  transform-origin: center center
}

@keyframes zoomTop {
  0% {
    opacity: 1;
    transform: translateY(0px)
  }

  100% {
    opacity: 0;
    transform: translateY(-50px)
  }
}

.purchase2024 .bottom-buy .right-message {
  text-align: center
}

.purchase2024 .bottom-buy .right-message .price {
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
  position: relative;
  color: #000;
  justify-content: center
}

.purchase2024 .bottom-buy .right-message .price span {
  font-size: 14px;
  font-weight: bold
}

.purchase2024 .bottom-buy .right-message .price b {
  font-size: 30px;
  font-weight: bold
}

.purchase2024 .bottom-buy .right-message .price del {
  display: inline-block;
  color: #8A6F6F;
  font-weight: 500;
  margin-left: 8px;
  position: relative;
  text-decoration: none
}

.purchase2024 .bottom-buy .right-message .price del::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-5deg);
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #750000
}

.purchase2024 .table-box {
  padding-top: 60px;
  text-align: center
}

.purchase2024 .table-box h2 {
  padding-top: 114px;
  letter-spacing: 0px;
  padding-left: 0px;
  font-size: 32px
}

.purchase2024 .table-box h2::before {
  top: 0
}

.purchase2024 .table-box .table_cont {
  padding: 120px 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: start
}

.purchase2024 .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
}

.purchase2024 .table-box .table_cont ul {
  border-radius: 0px 0px 12px 12px
}

.purchase2024 .table-box .table_cont ul li {
  display: flex;
  height: 30px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8
}

.purchase2024 .table-box .table_cont ul li.special {
  height: 50px;
  line-height: 20px
}

.purchase2024 .table-box .table_cont ul li:last-child {
  border: none
}

.purchase2024 .table-box .table_cont ul li span {
  display: block;
  width: 17px;
  height: 17px
}

.purchase2024 .table-box .table_cont ul li span.grey-yes {
  background: url(../b_yes.svg) center no-repeat
}

.purchase2024 .table-box .table_cont ul li span.grey-no {
  background: url(../b_no.svg) center no-repeat
}

.purchase2024 .table-box .table_cont ul li span.red-yes {
  background: url(./b_orange_yes.svg) center no-repeat
}

.purchase2024 .table-box .table_cont .table_l {
  width: 40%
}

.purchase2024 .table-box .table_cont .table_l ul li {
  padding-left: 18px;
  justify-content: left;
  font-size: 14px;
  font-weight: 600
}

.purchase2024 .table-box .table_cont .table_l ul li:last-of-type {
  border-bottom: 1px solid #e8e8e8;
  height: 40px
}

.purchase2024 .table-box .table_cont .table_c {
  width: 24.6666%;
  box-shadow: 0px 6px 10px #FFC9BF96;
  border-radius: 12px
}

.purchase2024 .table-box .table_cont .table_c .li_title {
  color: #130000;
  background: #FFF4F2;
  border-bottom: 1px solid #FFF4F2
}

.purchase2024 .table-box .table_cont .table_c ul {
  background: #fff;
  padding: 0px 12px 10px
}

.purchase2024 .table-box .table_cont .table_c ul li {
  color: #000;
  text-align: center
}

.purchase2024 .table-box .table_cont .table_r {
  width: 32.33%;
  border-radius: 12px;
  position: relative;
  top: -30px;
  box-shadow: 0px 10px 20px #FF6E5396
}

.purchase2024 .table-box .table_cont .table_r::before {
  content: "";
  display: block;
  width: 117px;
  height: 86px;
  background: url(../vpn_logo.png) center no-repeat;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: 0px auto
}

.purchase2024 .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: linear-gradient(90deg, #FFC367 0%, #FF6C3E 100%)
}

.purchase2024 .table-box .table_cont .table_r ul {
  background: #fff;
  padding-bottom: 20px;
  padding: 0px 13px 17px 13px
}

.purchase2024 .table-box .table_cont .table_r ul li {
  border-color: #FFEAE6;
  color: #FF8148;
  text-align: center
}

.purchase2024 .about {
  padding-top: 160px
}

.purchase2024 .about .h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: bold
}

.purchase2024 .about .about_box {
  position: relative
}

.purchase2024 .about .about_box .left_btn {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50px;
  top: 60%;
  background: url(../buy-data-recovery/sprites_ic.png) no-repeat 0 -173px;
  cursor: pointer
}

.purchase2024 .about .about_box .left_btn:not(.swiper-button-disabled) {
  background-position: 0 -221px
}

.purchase2024 .about .about_box .right_btn {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 50px;
  top: 60%;
  background: url(../buy-data-recovery/sprites_ic.png) no-repeat -60px -173px;
  cursor: pointer
}

.purchase2024 .about .about_box .right_btn:not(.swiper-button-disabled) {
  background-position: -61px -221px
}

.purchase2024 .about .about_box .swiper-container {
  width: 834px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative
}

.purchase2024 .about .about_box .swiper-container .swiper-slide {
  width: 100%;
  display: flex
}

.purchase2024 .about .about_box .swiper-container .swiper-slide .comment {
  width: 834px
}

.purchase2024 .about .about_box .swiper-container .swiper-slide .comment .name {
  margin-top: 23px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: bold;
  color: #242427;
  line-height: 24px
}

.purchase2024 .about .about_box .swiper-container .swiper-slide .comment .main {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #63636a;
  line-height: 30px
}

.purchase2024 .about .about_box .swiper-container .swiper-slide .comment .star-four {
  width: 95px;
  height: 15px;
  background: url(../buy-data-recovery/sprites_ic.png) no-repeat 0 -47px;
  margin: 0 auto
}

.purchase2024 .about .about_box .swiper-container .swiper-slide .comment .star-five {
  width: 95px;
  height: 15px;
  background: url(../buy-data-recovery/sprites_ic.png) no-repeat 0 -78px;
  margin: 0 auto
}

.purchase2024 .footer {
  margin-top: 40px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #6C697E;
  font: normal normal 500 16px League Spartan
}

.purchase2024 .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
}

.purchase2024 .popbg.on {
  transform: scale(1);
  z-index: 999
}

.purchase2024 .xmas-pop {
  position: fixed;
  width: 582px;
  height: 494px;
  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(./2024vms/common_purchase_pop_bg.png) center center no-repeat
}

.purchase2024 .xmas-pop.on {
  transform: scale(1);
  z-index: 1000
}

.purchase2024 .xmas-pop>img {
  display: block;
  margin: 0px auto;
  position: relative;
  top: -44px
}

.purchase2024 .xmas-pop>p {
  display: none
}

.purchase2024 .xmas-pop .xmas-close {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 30px;
  right: 30px;
  cursor: pointer;
  opacity: 0.55
}

.purchase2024 .xmas-pop .xmas-close svg {
  display: block;
  width: inherit;
  height: inherit;
  pointer-events: none
}

.purchase2024 .xmas-pop .xmas-close:hover {
  opacity: 1
}

.purchase2024 .xmas-pop .title_info {
  height: 114px;
  width: 458px;
  text-indent: -9999px;
  background: url(./2024vms/common_purchase_pop_title_r2.png) center center no-repeat;
  margin-top: 66px
}

.purchase2024 .xmas-pop .pop_cont {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 12px;
  width: 94%
}

.purchase2024 .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%)
}

.purchase2024 .xmas-pop .pop_cont .pop_price {
  margin: 18px 0px;
  color: #000;
  text-align: center
}

.purchase2024 .xmas-pop .pop_cont .pop_price span {
  font-size: 24px;
  font-weight: bold
}

.purchase2024 .xmas-pop .pop_cont .pop_price b {
  font-size: 40px;
  font-weight: bold
}

.purchase2024 .xmas-pop .pop_cont .pop_price del {
  font-size: 18px;
  color: #504F4F
}

.purchase2024 .xmas-pop .pop_cont p:last-of-type {
  margin-top: 0px;
  font-size: 18px;
  color: #504F4F
}

.purchase2024 .xmas-pop .pop_cont .btn-red {
  margin: 80px auto 0;
  min-width: 310px;
  height: 46px;
  color: #fff;
  background: linear-gradient(97deg, #F60000 0%, #FF0060 100%);
  box-shadow: 0px 5px 15px #271100;
  outline: 4px solid #FFFFFF26;
  transition: none
}

.purchase2024 .xmas-pop .pop_cont .btn-red::before {
  display: none
}

.purchase2024 .xmas-pop .pop_cont .btn-red span {
  font-weight: 500
}

.purchase2024 .xmas-pop .pop_cont .btn-red:hover {
  background: #FE006E
}

.purchase2024 .xmas-pop .pop_cont .btn-red:hover::before {
  display: none
}

.purchase2024 .ext-pop .title_info {
  height: 111px;
  background: url(./2024vms/common_purchase_pop_title_r2_no.png) center center no-repeat !important
}

.purchase2024 .ext-pop .pop_cont {
  margin-top: 0px;
  flex-grow: 1;
  height: inherit
}

.purchase2024 .ext-pop .pop_cont .title_info {
  height: 130px;
  width: 458px;
  text-indent: -9999px;
  background: url(./2024vms/common_purchase_pop_title_r1.png) center center no-repeat;
  margin-top: 66px
}

.purchase2024 .ext-pop .pop_cont h4 {
  position: relative;
  margin-top: 44px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center
}

.purchase2024 .ext-pop .pop_cont h4 span {
  display: block;
  transform: rotate(-3deg);
  transform-origin: center center;
  font: inherit;
  color: inherit
}

.purchase2024 .ext-pop .pop_cont h4::before {
  content: '';
  display: block;
  position: absolute;
  top: -42px;
  left: -128px;
  z-index: -1;
  height: 117px;
  width: 594px;
  background: url(./2024vms/common_purchase_pop_off.png) center center no-repeat
}

.purchase2024 .ext-pop .pop_cont h4 strong {
  position: relative;
  top: -5px;
  display: inline-block;
  color: inherit;
  font: inherit;
  font-size: 40px;
  transform: rotateZ(-1deg);
  transform-origin: center center
}

.purchase2024 .ext-pop .pop_cont .btn-red {
  margin: 120px auto 0;
  cursor: pointer
}

.purchase2024 .ext-pop .pop_cont>p:last-of-type {
  color: #FFF6EC;
  margin-top: 15px
}

.comm-popup-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: -99999;
  display: block !important
}

.comm-popup-bg.comm-on {
  opacity: 1;
  z-index: 99999
}

.comm-popup {
  width: 724px;
  height: 427px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100000;
  margin: auto;
  transition: all ease 0.3s;
  opacity: 0;
  transform: scale(0.1);
  display: block !important;
  text-align: center;
  border-radius: 16px;
  background: #fdfdfc;
  border: 2px solid #feead0
}

.comm-popup.comm-on {
  z-index: 100000;
  opacity: 1;
  transform: scale(1)
}

.comm-popup img {
  max-width: none;
  width: auto
}

.comm-popup .comm-close {
  position: absolute;
  top: 10px;
  right: 22px;
  z-index: 9;
  width: 24px;
  height: 24px;
  cursor: pointer
}

.comm-popup .comm-close svg {
  display: block;
  pointer-events: none;
  width: inherit;
  height: inherit;
  fill: #252834
}

.comm-popup .comm-close:hover {
  opacity: 0.8
}

.comm-popup .pop-solgon {
  font-family: "Kaushan Script", Arial, "Microsoft Yahei", sans-serif;
  margin: 0;
  margin-top: -70px;
  display: inline-block;
  position: relative;
  z-index: 0;
  font-size: 86px;
  font-weight: 400;
  line-height: 1;
  color: #4DA62F;
  text-align: center
}

.comm-popup .pop-solgon::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 8px #fff;
  text-shadow: none
}

.comm-popup .pop-solgon::before {
  content: '';
  display: none;
  position: absolute;
  top: -32px;
  left: -8px;
  z-index: 2;
  width: 78px;
  height: 58px;
  background: url("../images/2022christmas/purchase/comm_pop_cap.png") no-repeat;
  transform: scale(0.7)
}

.comm-popup .pop-solgon.festival::before {
  display: block
}

.comm-popup .pop-title {
  padding: 24px 0 8px;
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Inter", Arial, "Microsoft Yahei", sans-serif
}

.comm-popup .pop-title span {
  font: inherit;
  color: inherit
}

.comm-popup .pop-title b {
  font: inherit;
  color: #FF0A0A;
  font-weight: 700
}

.comm-popup .pop-subtitle {
  text-align: center;
  color: #919399;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", Arial, "Microsoft Yahei", sans-serif
}

.comm-popup .pop-offer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 26px;
  padding: 0 20px
}

.comm-popup .pop-image {
  position: relative;
  z-index: 1;
  margin: 0;
  width: 268px;
  flex-shrink: 0;
  margin-left: -30px
}

.comm-popup .pop-image>img {
  display: inline-block;
  vertical-align: top;
  width: 100%
}

.comm-popup .pop-discount {
  display: block;
  position: absolute;
  top: -20px;
  right: -110px;
  width: 130px;
  height: 78px;
  background: url("../images/2022christmas/purchase/popup_tag.png") no-repeat
}

.comm-popup .pop-discount span {
  display: inline-block;
  padding: 34px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  transform: rotate(-45deg);
  vertical-align: top
}

.comm-popup .pop-discount span.off {
  font-size: 26px;
  transform: rotate(-15deg)
}

.comm-popup .pop-discount span.percent {
  padding-top: 24px;
  transform: rotate(-15deg);
  text-align: left
}

.comm-popup .pop-discount span em {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700
}

.comm-popup .pop-sale {
  padding-top: 32px;
  text-align: center
}

.comm-popup .pop-tag {
  position: relative;
  margin: 0 auto;
  padding: 12px;
  min-width: 118px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", Arial, "Microsoft Yahei", sans-serif;
  background: #FF0A0A;
  border-radius: 10px
}

.comm-popup .pop-tag .anti {
  display: block;
  --c1: #fff;
  --c2: #FF0A0A;
  --line-width: 0.5px;
  position: absolute;
  height: 88%;
  width: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle at 0px 10px, var(--c1) 6px, var(--c2) 6px, var(--c2) 0);
  background-size: 6px 20px
}

.comm-popup .pop-tag .anti::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: radial-gradient(circle at 0px 10px, transparent, transparent calc(6px - var(--line-width)), var(--c1) calc(6px - var(--line-width)), var(--c2) calc(6px + var(--line-width)), transparent calc(6px + var(--line-width)), transparent)
}

.comm-popup .pop-tag .anti.anti-left {
  left: 0
}

.comm-popup .pop-tag .anti.anti-right {
  right: -1px;
  transform: translateY(-50%) rotate(-180deg)
}

.comm-popup .pop-tag b,
.comm-popup .pop-tag small {
  font: inherit;
  color: inherit
}

.comm-popup .pop-tag b {
  font-size: 30px
}

.comm-popup .pop-tag b small {
  font-size: 20px
}

.comm-popup .pop-list {
  padding: 20px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px
}

.comm-popup .pop-list li {
  text-align: center;
  min-width: 84px;
  font-family: "Inter", Arial, "Microsoft Yahei", sans-serif
}

.comm-popup .pop-list li p {
  color: #919399;
  font: inherit;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center
}

.comm-popup .pop-list li p.pop-price {
  display: inline-block;
  padding-top: 8px;
  position: relative;
  color: #252834;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700
}

.comm-popup .pop-list li p.pop-price.sale {
  color: #FF0A0A;
  font-size: 22px
}

.comm-popup .pop-list li p.pop-price.sale::before {
  display: none
}

.comm-popup .pop-list li p.pop-price::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 61px;
  height: 11px;
  background: url("../images/2022christmas/purchase/del.svg") no-repeat
}

.comm-popup .pop-desc {
  padding-top: 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #252834;
  font-family: "Inter", Arial, "Microsoft Yahei", sans-serif
}

.comm-popup .pop-desc span,
.comm-popup .pop-desc b {
  font: inherit;
  color: #F0491A;
  font-weight: 600
}

.comm-popup .comm-popup-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 276px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 18px;
  background: linear-gradient(#F0491A 0%, #F98C3D 100%);
  font-family: "Inter", Arial, "Microsoft Yahei", sans-serif
}

.comm-popup .comm-popup-btn span,
.comm-popup .comm-popup-btn em {
  pointer-events: none;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  font-style: normal
}

.comm-popup .comm-popup-btn .comm-second {
  padding-left: 4px
}

.comm-popup .comm-popup-btn:hover {
  background: linear-gradient(#F98C3D 0%, #F0491A 100%)
}

.comm-popup .comm-popup-btn.festival {
  background: linear-gradient(279deg, #fd0 0%, #fd0 100%);
  box-shadow: inset 1px -2px 27px #FF0000CF, 0px 20px 30px #A403036E;
  border-radius: 9999px;
  color: #000
}

.comm-popup .comm-popup-btn.festival::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0.1;
  background: repeating-linear-gradient(-45deg, #F0491A, #F0491A 10px, #fff 0, #fff 16px)
}

.comm-popup .comm-popup-btn.festival:hover {
  background: linear-gradient(97deg, #FFD724 0%, #FFF946 100%);
  background: #FFF946
}

@media (max-width: 768px) {
  .comm-popup {
    width: 86%;
    height: 44%;
    border: 0;
    background: #FFF3EF;
    border-radius: 12px
  }

  .comm-popup img {
    max-width: 100%;
    width: 100%
  }

  .comm-popup .pop-title {
    padding: 15px 20px 0;
    font-size: 16px
  }

  .comm-popup .pop-title span {
    display: block
  }

  .comm-popup .pop-subtitle {
    padding: 5px 40px;
    margin: 0 auto
  }

  .comm-popup .pop-solgon {
    margin-top: -70px;
    font-size: 50px
  }

  .comm-popup .pop-offer {
    column-gap: 0px;
    padding: 0 10px;
    align-items: center;
    justify-content: center
  }

  .comm-popup .pop-image {
    width: 138px;
    margin-left: 0px;
    margin-right: -10px
  }

  .comm-popup .pop-sale {
    padding-top: 16px
  }

  .comm-popup .pop-tag {
    padding: 5px 10px;
    max-width: 90%;
    font-size: 16px
  }

  .comm-popup .pop-tag b {
    font-size: 24px
  }

  .comm-popup .pop-tag b small {
    font-size: 16px
  }

  .comm-popup .pop-list {
    padding: 10px 0;
    gap: 16px
  }

  .comm-popup .pop-list li p {
    font-size: 14px
  }

  .comm-popup .pop-list li p.pop-price {
    font-size: 14px
  }

  .comm-popup .pop-list li p.pop-price.sale {
    font-size: 18px
  }

  .comm-popup .comm-bottom {
    position: fixed;
    left: 0;
    right: 0;
    padding: 18px 16px 0;
    margin: 0 auto;
    width: 100%;
    text-align: center
  }

  .comm-popup .comm-popup-btn {
    margin: 0 auto;
    max-width: 240px;
    width: 100%;
    height: 38px;
    font-size: 14px;
    min-width: 160px
  }
}

.comm-popup {
  width: 515px;
  height: 391px;
  border-radius: 0;
  border: 0;
  background: url("./common_purchase_pop_bg.png") no-repeat
}

.comm-popup .comm-close {
  width: 15px;
  height: 15px;
  top: 35px;
  right: 6px
}

.comm-popup .comm-close svg {
  fill: none
}

.comm-popup .comm-close svg path {
  stroke: #ffefca !important
}

.comm-popup .comm-close:hover {
  opacity: 1
}

.comm-popup .comm-close:hover svg path {
  stroke: #fff !important
}

.comm-popup .pop-title {
  padding: 82px 0 0;
  text-align: center
}

.comm-popup .pop-title img {
  vertical-align: top
}

.comm-popup .pop-offer {
  padding: 30px 0 0;
  padding-left: 12px;
  margin-top: 0;
  align-items: center;
  justify-content: flex-start;
  column-gap: 36px
}

.comm-popup .pop-image {
  margin-left: 0px;
  width: 200px;
  text-align: center
}

.comm-popup .pop-image>img {
  display: inline-block;
  vertical-align: top;
  width: 100%
}

.comm-popup .pop-tag {
  margin: 0;
  position: absolute;
  bottom: -32px;
  left: 0px;
  width: 217px;
  height: 128px;
  background: url(./pop_tag.png) center center no-repeat;
  padding: 0;
  min-width: 0;
  display: block
}

.comm-popup .pop-tag .pop-inner {
  position: absolute;
  right: 0px;
  bottom: 46px;
  padding-top: 8px;
  width: 110px;
  height: 52px;
  transform: rotate(15deg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #F80018;
  column-gap: 2px
}

.comm-popup .pop-tag .pop-inner span,
.comm-popup .pop-tag .pop-inner b,
.comm-popup .pop-tag .pop-inner strong,
.comm-popup .pop-tag .pop-inner small {
  display: block;
  font: inherit;
  color: inherit
}

.comm-popup .pop-tag .pop-inner small {
  font-style: normal;
  display: inline-block;
  font-size: 16px;
  margin-left: -6px
}

.comm-popup .pop-tag .pop-inner b {
  font-size: 36px
}

.comm-popup .pop-tag .pop-inner span {
  width: 100%;
  font-size: 16px
}

.comm-popup .pop-subtitle,
.comm-popup .pop-price {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600
}

.comm-popup .pop-subtitle strong,
.comm-popup .pop-subtitle big,
.comm-popup .pop-subtitle b,
.comm-popup .pop-price strong,
.comm-popup .pop-price big,
.comm-popup .pop-price b {
  font: inherit;
  color: inherit
}

.comm-popup .pop-subtitle b,
.comm-popup .pop-price b {
  color: #F80018
}

.comm-popup .pop-subtitle big,
.comm-popup .pop-price big {
  font-size: 38px
}

.comm-popup .pop-price {
  padding: 25px 0 18px
}

.comm-popup .pop-price {
  color: #000;
  font-size: 20px;
  font-weight: 700
}

.comm-popup .comm-popup-btn {
  width: 100%;
  min-width: 196px;
  max-width: 268px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  box-shadow: 0px 5px 15px #FF9A4D;
  outline: 4px solid #FF77002B;
  background: linear-gradient(90deg, #F60000 0%, #FF0060 100%);
  font-family: "League Spartan", Arial, "Microsoft Yahei", sans-serif
}

.comm-popup .comm-popup-btn:hover {
  background: #FE006E;
  box-shadow: 0px 5px 15px #FF9A4D;
  outline: 4px solid #FF77002B
}

.vpneastersale .banner .message.message-r2 .box {
  max-width: 320px !important;
  min-width: 300px !important
}

.vpneastersale .banner .message.message-r2 .box.active-outer {
  padding-left: 0;
  padding-right: 0
}

.vpneastersale .banner .message.message-r2 .box ul {
  margin-right: 0;
  margin-left: 6px
}

.vpneastersale .banner .message.message-r2 .box ul li {
  padding: 4px 0;
  line-height: 1.2
}

.vpneastersale .banner .message .box.active-box ul li::before {
  flex-shrink: 0
}

.vpneastersale .banner .message .box.active-box {
  padding-left: 0;
  padding-right: 0
}

.vpneastersale .feature .message .feature-off.tag-off .off-inner {
  left: 54px
}

.vpneastersale .comm-popup .pop-tag .pop-inner {
  bottom: 40px
}

.idreastersale .comm-popup .pop-offer,
.isreastersale .comm-popup .pop-offer,
.pdfeaster .comm-popup .pop-offer,
.isreastersaleseo .comm-popup .pop-offer {
  padding-left: 0
}

.idreastersale .comm-popup .pop-subtitle,
.isreastersale .comm-popup .pop-subtitle,
.pdfeaster .comm-popup .pop-subtitle,
.isreastersaleseo .comm-popup .pop-subtitle {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-left: -60px
}

.idreastersale .comm-popup .pop-subtitle>span,
.isreastersale .comm-popup .pop-subtitle>span,
.pdfeaster .comm-popup .pop-subtitle>span,
.isreastersaleseo .comm-popup .pop-subtitle>span {
  font: inherit;
  font-size: 16px;
  color: #F80018
}

.idreastersale .comm-popup .pop-list,
.isreastersale .comm-popup .pop-list,
.pdfeaster .comm-popup .pop-list,
.isreastersaleseo .comm-popup .pop-list {
  margin-left: -40px
}

.idreastersale .comm-popup .pop-list li,
.isreastersale .comm-popup .pop-list li,
.pdfeaster .comm-popup .pop-list li,
.isreastersaleseo .comm-popup .pop-list li {
  min-width: 0
}

.idreastersale .comm-popup .comm-popup-btn,
.isreastersale .comm-popup .comm-popup-btn,
.pdfeaster .comm-popup .comm-popup-btn,
.isreastersaleseo .comm-popup .comm-popup-btn {
  max-width: 220px
}

.idreastersale .comm-popup .pop-desc,
.isreastersale .comm-popup .pop-desc,
.pdfeaster .comm-popup .pop-desc,
.isreastersaleseo .comm-popup .pop-desc {
  max-width: 220px
}

.idreastersale .comm-popup .pop-offer,
.isreastersale .comm-popup .pop-offer,
.pdfeaster .comm-popup .pop-offer,
.isreastersaleseo .comm-popup .pop-offer {
  padding-left: 12px
}

.idreastersale .banner {
  padding-bottom: 50px;
  height: auto;
  background-position: center bottom
}

.idreastersale .banner .banner .banner_offer>div.offer_1y h4 span {
  background: #F8E2C7
}

.idreastersale .banner .banner_offer .discount.dis-on {
  color: #fff;
  background: linear-gradient(108deg, #FFA152 0%, #FE395C 100%)
}

.idreastersale .banner .banner_offer::after {
  background: #FF0909 0% 0% no-repeat padding-box;
  box-shadow: -4px 19px 18px #F93A3A61
}

.idreastersale .banner .b_text ul li {
  color: #606060
}

.idreastersale .banner .b_text ul li::before {
  opacity: 0.8;
  background: url(../green_yes.png) center center no-repeat
}

.idreastersale .banner .banner_offer>div>b {
  font-size: 16px
}

.idreastersale .banner .banner_offer>div>b del {
  font: inherit
}

.idreastersale .table-box h2::after,
.idreastersale .feature h2::after {
  display: none
}

.idreastersale .feature .message .img-box img.ft_img2 {
  width: 400px !important;
  height: auto !important;
  top: 40px;
  left: 30px
}

.idreastersale .feature .message .feature-off.tag-off {
  right: 0
}

.idreastersale .feature .message .feature-off.tag-off .off-inner {
  left: 54px
}

.idreastersale .bottom-buy .off .off-box strong {
  top: 35px
}

.idreastersale .bottom-buy .right-message .buybtn {
  box-shadow: 0px 5px 15px #FF9A4D;
  outline: 4px solid #FF77002B
}

.idreastersale .bottom-buy .right-message .buybtn:hover {
  background: #FF0060;
  box-shadow: 0px 5px 15px #FF9A4D;
  outline: 4px solid #FF77002B
}

.idreastersale .bottom-buy {
  padding-top: 0
}

.idreastersale .table-box .table_cont .table_c .li_title {
  background: transparent
}

.idreastersale .table-box .table_cont .table_r ul li {
  background: #FFF2E5
}

.idreastersale .comm-popup .pop-offer {
  padding-left: 12px
}

.isreastersale .banner .message.message-r2,
.isreastersaleseo .banner .message.message-r2 {
  align-items: stretch;
  justify-content: center;
  column-gap: 20px
}

.isreastersale .banner .message.message-r2 .box,
.isreastersaleseo .banner .message.message-r2 .box {
  min-width: 350px;
  max-width: 350px;
  min-height: 0
}

.isreastersale .banner .message.message-r2 .box h3 p,
.isreastersale .banner .message.message-r2 .box h3 span,
.isreastersaleseo .banner .message.message-r2 .box h3 p,
.isreastersaleseo .banner .message.message-r2 .box h3 span {
  font: inherit;
  color: inherit
}

.isreastersale .banner .message.message-r2 .box h3 span,
.isreastersaleseo .banner .message.message-r2 .box h3 span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 146px;
  height: 28px;
  font-weight: 500;
  padding: 4px 10px 0;
  color: rgba(0, 0, 0, 0.8);
  background: rgba(208, 0, 22, 0.13)
}

.isreastersale .banner .message.message-r2 .box h4 del,
.isreastersaleseo .banner .message.message-r2 .box h4 del {
  color: #000;
  opacity: 0.52;
  font-size: 20px
}

.isreastersale .banner .message.message-r2 .box ul,
.isreastersaleseo .banner .message.message-r2 .box ul {
  margin-right: 0
}

.isreastersale .banner .message.message-r2 .box ul li,
.isreastersaleseo .banner .message.message-r2 .box ul li {
  list-style: none
}

.isreastersale .banner .message.message-r2 .box ul li::before,
.isreastersaleseo .banner .message.message-r2 .box ul li::before {
  display: none
}

.isreastersale .banner .message.message-r2 .box.active-box,
.isreastersaleseo .banner .message.message-r2 .box.active-box {
  min-width: 350px;
  max-width: 350px
}

.isreastersale .banner .message.message-r2 .box.active-box h3 span,
.isreastersaleseo .banner .message.message-r2 .box.active-box h3 span {
  color: #fff;
  background: linear-gradient(95deg, #FFC367 0%, #FF733E 100%)
}

.isreastersale .banner .message.message-r2 .box.free,
.isreastersaleseo .banner .message.message-r2 .box.free {
  min-width: 200px;
  max-width: 200px
}

.isreastersale .banner .message.message-r2 .box.free ul,
.isreastersaleseo .banner .message.message-r2 .box.free ul {
  margin-left: 0;
  margin-right: 0;
  min-height: 194px
}

.isreastersale .banner .message.message-r2 .box.free ul li,
.isreastersaleseo .banner .message.message-r2 .box.free ul li {
  text-align: left
}

.isreastersale .feature .message .feature-off.tag-off .off-inner,
.isreastersaleseo .feature .message .feature-off.tag-off .off-inner {
  left: 40px
}

.isreastersale .feature .message .feature-off.tag-off .off-inner big,
.isreastersaleseo .feature .message .feature-off.tag-off .off-inner big {
  font-size: 24px
}

.isreastersale .isrin-table table .table-title,
.isreastersaleseo .isrin-table table .table-title {
  font-size: 22px
}

.isreastersale .isrin-review .user-item h3,
.isreastersale .isrin-service-list dd h4,
.isreastersaleseo .isrin-review .user-item h3,
.isreastersaleseo .isrin-service-list dd h4 {
  font-size: 18px
}

.isreastersale .isrin-review,
.isreastersale .isrin-footer,
.isreastersaleseo .isrin-review,
.isreastersaleseo .isrin-footer {
  background: transparent
}

.isreastersale .isrin-footer-note,
.isreastersaleseo .isrin-footer-note {
  line-height: 1.2
}

.isreastersale .isrin-table table td,
.isreastersale .isrin-review .user-item p,
.isreastersale .isrin-service-list dd p,
.isreastersale .isrin-footer-note,
.isreastersale .isrin-footer-copyright,
.isreastersaleseo .isrin-table table td,
.isreastersaleseo .isrin-review .user-item p,
.isreastersaleseo .isrin-service-list dd p,
.isreastersaleseo .isrin-footer-note,
.isreastersaleseo .isrin-footer-copyright {
  font-size: 14px
}

.isreastersale .isrin-table table td,
.isreastersaleseo .isrin-table table td {
  font-size: 16px
}

.isreastersale .isrin-footer-note,
.isreastersale .isrin-footer-copyright,
.isreastersaleseo .isrin-footer-note,
.isreastersaleseo .isrin-footer-copyright {
  font-size: 14px;
  color: #8F8F8F
}

.isreastersale .comm-popup .pop-offer,
.isreastersaleseo .comm-popup .pop-offer {
  padding-left: 12px
}

.isreastersaleseo .feature .message .feature-off.tag-off .off-inner {
  left: 44px;
  top: 8px
}

.isreastersaleseo .feature .message .feature-off.tag-off .off-inner b {
  font-size: 20px
}

.pdfeaster {
  position: relative;
  background: url(../2024vpnjunsale/2024easter_bg.jpg) center top no-repeat;
  background-size: cover;
  display: block
}

.pdfeaster .wrapper {
  width: 900px !important
}

.pdfeaster .title {
  position: relative;
  padding-top: 15px;
  text-align: center
}

.pdfeaster .title>img {
  position: relative;
  z-index: 2;
  vertical-align: top
}

.pdfeaster .title-subtitle {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  margin-top: -18px;
  margin-bottom: 60px;
  font-weight: 600;
  color: #1E1C2C
}

.pdfeaster .title-subtitle span {
  font: inherit;
  color: #F6240D;
  font-weight: 700
}

.pdfeaster ._btn.red {
  background: linear-gradient(90deg, #F60000 0%, #FF0060 100%);
  box-shadow: 0px 5px 15px #FF9A4D;
  border: 0;
  outline: 4px solid #FF77002B
}

.pdfeaster ._btn:hover,
.pdfeaster ._btn.red:hover {
  background: #FE006E;
  box-shadow: 0px 5px 15px #FF9A4D;
  border: 0;
  outline: 4px solid #FF77002B
}

.pdfeaster main.purchase .banner_box {
  justify-content: center;
  column-gap: 20px
}

.pdfeaster main.purchase .banner_box li {
  background: #FBFBFB;
  border: 1px solid #CCCEE2
}

.pdfeaster main.purchase .banner_box li ._save {
  color: rgba(0, 0, 0, 0.8);
  background: rgba(208, 0, 22, 0.13)
}

.pdfeaster main.purchase .banner_box li.purple {
  border: 0;
  outline: 3px solid #FF0909;
  box-shadow: -4px 19px 18px #F93A3A61
}

.pdfeaster main.purchase .banner_box li.purple ._save {
  color: #fff;
  background: linear-gradient(95deg, #FFC367 0%, #FF733E 100%)
}

.pdfeaster main.purchase .banner_box li.purple ._time_free {
  left: -3px;
  width: calc(100% + 6px);
  color: #fff;
  background: linear-gradient(271deg, #FFAC2E 0%, #FE3939 100%)
}

.pdfeaster main.purchase .banner_box li ._time,
.pdfeaster main.purchase .banner_box li ._save,
.pdfeaster main.purchase .banner_box li ._price,
.pdfeaster main.purchase .banner_box li ._billed {
  font-size: 14px
}

.pdfeaster main.purchase .table {
  margin-top: 50px
}

.pdfeaster main.purchase .table li p._vip {
  color: #FF8148
}

.pdfeaster main.purchase .table li p._vip::after {
  background: linear-gradient(180deg, rgba(255, 195, 103, 0.2) 0%, #ffffff14 100%)
}

.pdfeaster main.purchase .table li p:nth-of-type(3) {
  color: #FF8148
}

.pdfeaster main.purchase .table li:nth-of-type(2n) {
  background: rgba(255, 242, 229, 0.5)
}

.pdfeaster main.purchase .table li p:nth-of-type(3) i.true {
  background: url(../orange_true.svg) center bottom no-repeat
}

.pdfeaster footer {
  background: transparent
}

.pdfeaster footer p {
  font-size: 14px;
  color: #606060;
  background: transparent
}

.pdfeaster .comm-popup .pop-offer {
  padding-left: 12px
}

.pdfeaster .comm-popup .pop-subtitle {
  margin-left: 0
}

.pdfeaster main.purchase .table li p {
  font-size: 14px
}

.pdfeaster .footer {
  display: none !important
}

@media (max-width: 768px) {
  .comm-popup {
    display: none !important
  }
}