.review-tabs {
  margin-top: 49px
}

.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 rgba(0, 0, 0, 0);
  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;
  height: 280px
}

.review-tabs .tab_cnt .component-fade-enter-active,
.review-tabs .tab_cnt .component-fade-leave-active {
  transition: opacity .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;
  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
}

.review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
  margin-top: 20px;
  font-size: 12px;
  line-height: 23px
}

.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("../../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: .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;
  height: 0;
  visibility: hidden;
  transition: opacity .3s ease
}

.review-tabs .tab_cnt ._list.on {
  z-index: 1;
  height: 280px;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease
}

.review-dots,
.swiper-pagination {
  display: none !important
}

@media(max-width: 768px) {
  .review-tabs .tab_head ._lab {
    padding: 1rem 2.3571428571rem;
    margin-top: 1.2857142857rem;
    font-size: 1.1428571429rem;
    line-height: 18spx;
    border-bottom: .1428571429rem solid rgba(0, 0, 0, 0)
  }

  .review-tabs .tab_cnt {
    position: relative;
    overflow: hidden;
    margin-top: .7142857143rem;
    height: 25rem
  }

  .review-tabs .tab_cnt .mob {
    display: block !important
  }

  .review-tabs .tab_cnt ._tech {
    position: relative;
    display: block !important;
    min-height: 25rem
  }

  .review-tabs .tab_cnt ._tech .tech_tab {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 25rem;
    border: .0357142857rem solid #e2e0eb;
    padding: 3.1428571429rem 1.8571428571rem;
    border-radius: .1428571429rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease
  }

  .review-tabs .tab_cnt ._tech .tech_tab.on {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
  }

  .review-tabs .tab_cnt ._tech .tech_tab:nth-child(1) {
    margin-right: 0
  }

  .review-tabs .tab_cnt ._tech .tech_tab p {
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 2.1428571429rem
  }

  .review-tabs .tab_cnt .user {
    position: relative;
    padding: 0 1.8571428571rem;
    min-height: 25rem
  }

  .review-tabs .tab_cnt .user.swiper {
    height: 25rem
  }

  .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
    width: 90%;
    height: 25rem;
    border: .0714285714rem solid #e2e0eb;
    margin-right: 0;
    border-radius: .1428571429rem;
    padding: 3.1428571429rem 1.8571428571rem
  }

  .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
    font-size: 1rem;
    line-height: 1.1428571429rem
  }

  .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 2.1428571429rem
  }

  .review-tabs .tab_cnt .user.swiper .swiper-pagination {
    bottom: -.3571428571rem
  }

  .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
  .review-tabs .tab_cnt .user.swiper .swiper-button-next {
    position: absolute;
    top: 10rem
  }

  .review-tabs .tab_cnt ._list {
    position: relative;
    z-index: -9999;
    opacity: 0;
    min-height: 0;
    height: 0;
    visibility: hidden;
    transition: opacity .3s ease
  }

  .review-tabs .tab_cnt ._list.on {
    z-index: 1;
    height: 25rem;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease
  }

  .review-dots,
  .swiper-pagination {
    display: flex !important;
    position: absolute;
    left: 50%;
    bottom: -1.5714285714rem;
    z-index: 1;
    transform: translate(-50%, 0);
    align-items: center;
    justify-content: center
  }

  .review-dots.on,
  .swiper-pagination.on {
    display: none !important
  }

  .review-dots .swiper-pagination-bullet,
  .swiper-pagination .swiper-pagination-bullet {
    opacity: 1
  }

  .review-dots .swiper-pagination-bullet,
  .review-dots span,
  .swiper-pagination .swiper-pagination-bullet,
  .swiper-pagination span {
    display: block;
    margin: 0 .3571428571rem;
    width: .8571428571rem;
    height: .8571428571rem;
    border-radius: .8571428571rem;
    background: #e2e0eb
  }

  .review-dots .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .review-dots .swiper-pagination-bullet.on,
  .review-dots span.swiper-pagination-bullet-active,
  .review-dots span.on,
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-pagination .swiper-pagination-bullet.on,
  .swiper-pagination span.swiper-pagination-bullet-active,
  .swiper-pagination span.on {
    background: #0054ff
  }

  .swiper-pagination {
    bottom: 0;
    display: none !important
  }

  .swiper-pagination.on {
    display: none !important
  }
}

.smvpndeal {
  font-family: League Spartan;
  font-size: 16px
}

.smvpndeal .wrapper,
.smvpndeal .common-reviews {
  width: 1200px !important;
  margin: 0px auto
}

.smvpndeal strong {
  font-weight: bold
}

.smvpndeal .logo {
  position: absolute;
  left: -100px;
  top: 30px;
  transform: scale(0.8)
}

.smvpndeal .br-reduce {
  position: absolute;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.smvpndeal .br-reduce .br-num {
  position: absolute;
  right: 0px;
  top: 0;
  width: 62px;
  height: 59px;
  display: inline-block;
  background: url(./num.png) no-repeat;
  z-index: 22
}

.smvpndeal .br-numGhost {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  color: red;
  font-size: 32px;
  text-shadow: 0 1px 0 #fff
}

.smvpndeal .buybtn {
  display: flex;
  margin: 0px auto;
  justify-content: center;
  width: 255px;
  height: 46px;
  line-height: 46px;
  border: 2px solid #ffd37f;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s ease;
  color: #ffb31e
}

.smvpndeal .buybtn.red {
  background: rgba(0, 0, 0, 0) linear-gradient(96deg, #FF2C00 0%, #CE00FF 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 10px 20px #f0a, 0px 5px 15px #ff9a4d;
  position: relative;
  border: none;
  color: #fff;
  border-radius: 0px
}

.smvpndeal .buybtn.red::before,
.smvpndeal .buybtn.red::after {
  content: "";
  display: block;
  position: absolute
}

.smvpndeal .buybtn.red::before {
  width: 263px;
  height: 54px;
  left: -4px;
  top: -4px;
  border: 4px solid rgba(255, 119, 0, .17);
  box-sizing: border-box
}

.smvpndeal .buybtn.ext::after {
  width: 76px;
  height: 22px;
  background: url(./extoff.png) center no-repeat;
  position: absolute;
  right: 15px;
  top: -12px
}

.smvpndeal .buybtn:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(96deg, #CE00FF 0%, #FF2C00 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 10px 20px #f0a, 0px 5px 15px #ff9a4d;
  border: none;
  color: #fff
}

.smvpndeal .txt_stroke {
  font-size: 20px;
  font-weight: bold;
  text-align: center
}

.smvpndeal .txt_stroke span {
  display: inline-block;
  position: relative;
  font-size: 20px
}

.smvpndeal .txt_stroke span b {
  position: relative;
  z-index: 0;
  display: inline-block;
  font: inherit;
  font-weight: 600;
  line-height: 1;
  color: rgba(0, 0, 0, 0)
}

.smvpndeal .txt_stroke span b::after {
  content: "";
  content: attr(data-text);
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 4px #fff
}

.smvpndeal .txt_stroke span strong {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  display: block;
  font: inherit;
  font-weight: 600;
  line-height: 1;
  -webkit-background-clip: text;
  color: #039746;
  text-align: center
}

.smvpndeal .banner {
  height: 980px;
  background: url(./banner_bg.jpg) no-repeat center top;
  position: relative;
  z-index: 1
}

.smvpndeal .banner .title .title_img {
  display: flex;
  justify-content: center
}

.smvpndeal .banner .title .title_img div {
  position: relative
}

.smvpndeal .banner .title .title_img div::after {
  content: "";
  display: block;
  width: 72px;
  height: 69px;
  background: url(./sold.png) center no-repeat;
  position: absolute;
  top: 32px;
  left: 42px;
  opacity: 0;
  transform: scale(2.5);
  transition: all .5s ease-out
}

.smvpndeal .banner .title .title_img div.sold::after {
  opacity: 1;
  transform: scale(1)
}

.smvpndeal .banner .message {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 32px;
  margin-top: 80px
}

.smvpndeal .banner .message .box {
  position: relative;
  width: 350px;
  height: 636px;
  padding: 45px 12px 0px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #fddd8d;
  border-radius: 20px;
  z-index: 1
}

.smvpndeal .banner .message .box h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 500
}

.smvpndeal .banner .message .box .price {
  margin-top: 25px;
  text-align: center
}

.smvpndeal .banner .message .box .price span {
  font-size: 20px;
  font-weight: bold;
  display: block
}

.smvpndeal .banner .message .box .price b {
  font-size: 56px;
  font-weight: bold
}

.smvpndeal .banner .message .box .price p {
  color: #515151;
  font-weight: 500;
  margin-top: 5px
}

.smvpndeal .banner .message .box .price p del {
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 5px
}

.smvpndeal .banner .message .box .price p del.ext {
  position: relative;
  text-decoration: none
}

.smvpndeal .banner .message .box .price p del.ext::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 23, 23, .9);
  transform: rotate(-8deg);
  position: absolute;
  left: 0px;
  top: 4px
}

.smvpndeal .banner .message .box .buybtn {
  margin: 24px auto
}

.smvpndeal .banner .message .box dl {
  color: #8d8d8d;
  font-size: 14px
}

.smvpndeal .banner .message .box dl dt {
  text-align: center
}

.smvpndeal .banner .message .box dl dt img {
  margin-right: 8px;
  vertical-align: middle
}

.smvpndeal .banner .message .box dl dd {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px
}

.smvpndeal .banner .message .box dl dd p {
  padding-right: 4px
}

.smvpndeal .banner .message .box ul {
  margin-top: 20px;
  padding-top: 13px;
  color: #5d5d5d;
  font-size: 14px;
  border-top: 1px solid #ececec
}

.smvpndeal .banner .message .box ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  color: #434242;
  line-height: 28px
}

.smvpndeal .banner .message .box ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background: url(./check_white.svg);
  margin-top: -3px
}

.smvpndeal .banner .message .box .more {
  display: block;
  margin: 5px 0px 0px 20px;
  color: #5e85c9;
  cursor: pointer
}

.smvpndeal .banner .message .box .more:hover {
  text-decoration: underline
}

.smvpndeal .banner .message .box.sold::before {
  content: "";
  display: block;
  width: 129px;
  height: 111px;
  position: absolute;
  left: -27px;
  top: -29px;
  background: url(./best.png) center no-repeat;
  z-index: 100
}

.smvpndeal .banner .message .box.active-box {
  position: relative;
  width: 402px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0px;
  border: none
}

.smvpndeal .banner .message .box.active-box .time_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 304px;
  height: 36px;
  background: #ffe11d 0% 0% no-repeat padding-box;
  position: absolute;
  border-radius: 30px;
  z-index: 99;
  top: -18px;
  left: 0;
  right: 0;
  margin: 0px auto
}
img {
  height: fit-content;
  width: auto;
}
.smvpndeal .banner .message .box.active-box .time_cont>img:nth-of-type(1) {
  margin-right: 10px
}

.smvpndeal .banner .message .box.active-box .time_cont>img:nth-of-type(2) {
  margin-right: 5px
}

.smvpndeal .banner .message .box.active-box .time_cont>p {
  font-weight: 600;
  color: #4a1503;
  font-size: 12px;
  padding-top: 8px
}

.smvpndeal .banner .message .box.active-box .time_cont .countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  top: 2px
}

.smvpndeal .banner .message .box.active-box .time_cont .countdown::after,
.smvpndeal .banner .message .box.active-box .time_cont .countdown::before {
  position: absolute;
  content: "";
  display: block;
  height: 15px;
  border-right: 1px solid #5e1800;
  top: 3px
}

.smvpndeal .banner .message .box.active-box .time_cont .countdown::before {
  left: 27px
}

.smvpndeal .banner .message .box.active-box .time_cont .countdown::after {
  right: 27px
}

.smvpndeal .banner .message .box.active-box .time_cont .countdown .scroll-tick {
  padding: 0 1px
}

.smvpndeal .banner .message .box.active-box .time_cont .countdown .scroll-tick strong,
.smvpndeal .banner .message .box.active-box .time_cont .countdown .scroll-tick span {
  padding-top: 2px;
  width: 26px;
  height: 20px;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(255, 160, 73, 0) 0%, rgba(255, 255, 255, 0.6784313725) 50%, rgba(255, 160, 73, 0) 100%) 0% 0% no-repeat padding-box;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ff1717
}

.smvpndeal .banner .message .box.active-box .time_cont .br-reduce {
  top: 10px;
  left: 67%
}

.smvpndeal .banner .message .box.active-box .time_cont .br-reduce .br-num {
  left: 50%
}

.smvpndeal .banner .message .box.active-box .box_main {
  padding: 53px 34px 0px;
  position: relative;
  z-index: 1;
  background: #fff;
  width: 100%;
  height: 656px;
  border: 3px solid #ff4141;
  border-radius: 20px
}

.smvpndeal .banner .message .box.active-box h4 {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 4px
}

.smvpndeal .banner .message .box.active-box h4 span,
.smvpndeal .banner .message .box.active-box h4 strong {
  display: block;
  height: 30px;
  line-height: 34px;
  padding: 0px 19px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 2px 0px 0px 2px
}

.smvpndeal .banner .message .box.active-box h4 span {
  background: #ffe2d8
}

.smvpndeal .banner .message .box.active-box h4 b {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -84px;
  right: 0px;
  margin: 0px auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 600
}

.smvpndeal .banner .message .box.active-box h4 strong {
  color: #fff;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(71, 214, 0, 0.96) 0%, rgb(0, 172, 52) 100%) 0% 0% no-repeat padding-box
}

.smvpndeal .banner .message .box.active-box .price {
  margin-top: 21px
}

.smvpndeal .banner .message .box.active-box .price span {
  color: #ff1717
}

.smvpndeal .banner .message .box.active-box .price b {
  font-size: 60px
}

.smvpndeal .banner .message .box.active-box .buybtn {
  height: 54px;
  line-height: 54px;
  margin-bottom: 18px
}

.smvpndeal .banner .message .box.active-box .buybtn::before {
  height: 62px
}

@keyframes breath-animation {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

.smvpndeal .banner .message .box.active-box ul li::before {
  background: url(./check_black.svg)
}

.smvpndeal .banner .message .box.free {
  width: 370px;
  background: #ffe9d4;
  border: 1px solid #fddd8d
}

.smvpndeal .banner .message .box.free p {
  font-size: 22px;
  font-weight: 500;
  color: #515151;
  margin: 120px auto 154px;
  text-align: center
}

.smvpndeal .banner .message .box.free ul {
  border-color: #fff
}

.smvpndeal .br-banner {
  background: url(./banner_bg.jpg) center no-repeat;
  height: 850px;
  position: relative;
  font-family: "League Spartan";
  text-align: center
}

.smvpndeal .br-banner .br-offer {
  position: relative;
  padding: 40px 46px 30px 24px;
  margin: 40px auto 0px;
  width: 1170px;
  height: 524px;
  background: #fff;
  box-shadow: 0px 20px 40px rgba(255, 70, 70, .3);
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  text-align: left
}

.smvpndeal .br-banner .br-offer .offer-left {
  position: relative;
  padding-top: 40px;
  margin-right: 16px;
  width: 328px
}

.smvpndeal .br-banner .br-offer .offer-left .itop-box {
  position: relative;
  width: 300px;
  height: 189px
}

.smvpndeal .br-banner .br-offer .offer-left .itop-box img {
  position: absolute;
  opacity: 0;
  transition: .3s ease-out
}

.smvpndeal .br-banner .br-offer .offer-left .itop-box .month.on {
  opacity: 1;
  transform: translateX(40px) translateY(-20px)
}

.smvpndeal .br-banner .br-offer .offer-left .itop-box .year.on {
  opacity: 1;
  transform: translateX(10px) translateY(-45px)
}

.smvpndeal .br-banner .br-offer .offer-left .itop-box .gift.on {
  opacity: 1;
  transform: translateX(-4px) translateY(-49px)
}

.smvpndeal .br-banner .br-offer .offer-left .offer-list {
  padding-left: 42px
}

.smvpndeal .br-banner .br-offer .offer-left .offer-list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #5d5d5d
}

.smvpndeal .br-banner .br-offer .offer-left .offer-list li>b {
  font-weight: 700
}

.smvpndeal .br-banner .br-offer .offer-left .offer-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 9px;
  background: url(./check_white.svg)
}

.smvpndeal .br-banner .br-offer .offer-left .more {
  display: block;
  margin: 10px 0px 0px 62px;
  color: #5e85c9;
  cursor: pointer
}

.smvpndeal .br-banner .br-offer .offer-left .more:hover {
  text-decoration: underline
}

.smvpndeal .br-banner .br-offer .offer-left .see-more {
  display: inline-block;
  margin-left: 68px;
  color: #5f2af4;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  font-weight: 600
}

.smvpndeal .br-banner .br-offer .offer-left .see-more:hover {
  opacity: .8
}

.smvpndeal .br-banner .br-offer .offer-left .see-more span {
  position: relative;
  font-weight: 600;
  display: inline-block
}

.smvpndeal .br-banner .br-offer .offer-left .see-more span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #5f2af4
}

.smvpndeal .br-banner .br-offer .offer-right {
  flex: 1
}

.smvpndeal .br-banner .br-offer .offer-item {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  border: 1px solid #cccee2;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 0 30px 0 20px;
  height: 68px;
  flex: 1
}

.smvpndeal .br-banner .br-offer .offer-item.bigsale {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  flex-direction: column
}

.smvpndeal .br-banner .br-offer .offer-item .br-countdown {
  color: #8e8b9d
}

.smvpndeal .br-banner .br-offer .offer-item .br-countdown .br-time {
  color: #8e8b9d;
  background-color: #d6cfed
}

.smvpndeal .br-banner .br-offer .offer-item .br-countdown .br-time::before,
.smvpndeal .br-banner .br-offer .offer-item .br-countdown .br-time::after {
  background-color: #8e8b9d
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner {
  padding: 0 30px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 68px
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack {
  position: relative;
  padding: 25px 30px 25px;
  padding-left: 20px
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 93%;
  height: 1px;
  border-top: 1px dashed #cccee2
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .discount {
  border: none
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .discount b {
  position: relative;
  color: #000;
  background: rgba(0, 0, 0, 0) linear-gradient(280deg, #57DB16 0%, #00EE77 100%) 0% 0% no-repeat padding-box
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .name {
  flex-wrap: wrap;
  line-height: 22px
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .name-desc {
  display: block;
  color: #8e8b9d;
  font-size: 14px;
  line-height: 16px;
  width: 100%
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .name-desc>em {
  font-style: normal;
  font-size: 12px;
  font-weight: 500
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.giftpack .br-countdown {
  padding-left: 70px
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.sold {
  position: relative
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.sold::after,
.smvpndeal .br-banner .br-offer .offer-item .offer-inner.sold::before {
  content: "";
  display: block;
  position: absolute
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.sold::before {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(100, 91, 83, .8);
  border-radius: 0px 0px 6px 6px
}

.smvpndeal .br-banner .br-offer .offer-item .offer-inner.sold::after {
  width: 139px;
  height: 57px;
  top: 10px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 3;
  background: url(./sold3.png) center no-repeat;
  border: none !important
}

.smvpndeal .br-banner .br-offer .offer-item .item-left {
  width: 230px
}

.smvpndeal .br-banner .br-offer .offer-item .item-left .left-inner {
  display: flex;
  align-items: center
}

.smvpndeal .br-banner .br-offer .offer-item .item-line {
  position: relative;
  text-align: end;
  width: 1px
}

.smvpndeal .br-banner .br-offer .offer-item .item-line::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 17px;
  background-color: #cccee2
}

.smvpndeal .br-banner .br-offer .offer-item .checkbox-mark {
  position: relative;
  margin-right: 12px;
  border: 1px solid #bababb;
  border-radius: 2px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  flex-shrink: 0
}

.smvpndeal .br-banner .br-offer .offer-item .checkbox-mark.gifts {
  width: 18px;
  height: 16px;
  border-radius: 0;
  border: none;
  background: url(./gift_icon.svg) no-repeat
}

.smvpndeal .br-banner .br-offer .offer-item .checkbox-mark.gifts::before {
  display: none !important
}

.smvpndeal .br-banner .br-offer .offer-item .checkbox-mark::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  background: url(./checkbox-outline.svg) center center no-repeat;
  opacity: 0;
  transform: scale(0)
}

.smvpndeal .br-banner .br-offer .offer-item .name {
  display: flex;
  padding-top: 4px;
  position: relative;
  color: #1e1c2c;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px
}

.smvpndeal .br-banner .br-offer .offer-item .name .best {
  width: 92px;
  height: 22px;
  margin-left: 15px;
  text-align: center;
  line-height: 22px;
  background: url(../images/bf-pop/best-tag.svg);
  font: normal normal 500 16px/22px League Spartan;
  color: #fff
}

.smvpndeal .br-banner .br-offer .offer-item .mo {
  font-weight: 600
}

.smvpndeal .br-banner .br-offer .offer-item .discount {
  position: relative;
  padding: 0 6px;
  flex-basis: 0;
  height: 28px;
  flex: 1 1 0;
  text-align: center;
  border-left: 2px solid #dbdbdb;
  border-right: 2px solid #dbdbdb
}

.smvpndeal .br-banner .br-offer .offer-item .discount.gt {
  border-color: #f5d1d1
}

.smvpndeal .br-banner .br-offer .offer-item .discount.gt>b {
  color: #fff;
  background: rgba(0, 0, 0, 0) linear-gradient(280deg, #FC7E5F 0%, #FF0000 100%) 0% 0% no-repeat padding-box
}

.smvpndeal .br-banner .br-offer .offer-item .discount.gt>b.ext::after {
  content: "";
  display: block;
  width: 76px;
  height: 22px;
  background: url(./extoff.png) center no-repeat;
  position: absolute;
  left: 172px;
  top: -12px
}

.smvpndeal .br-banner .br-offer .offer-item .discount i {
  display: inline-grid;
  width: 15px;
  height: 3px;
  margin-top: 12px;
  background: #dbdbdb
}

.smvpndeal .br-banner .br-offer .offer-item .discount>b {
  display: inline-block;
  padding: 6px 18px 2px;
  height: 28px;
  line-height: 22px;
  color: #000;
  text-align: center;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 136, 45, 0.38) 0%, rgba(255, 82, 0, 0.38) 100%);
  font-size: 16px;
  font-weight: 600
}

.smvpndeal .br-banner .br-offer .offer-item .discount>b>em {
  display: inline-block !important;
  font-style: normal;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit
}

.smvpndeal .br-banner .br-offer .offer-item .time_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 200px
}

.smvpndeal .br-banner .br-offer .offer-item .time_cont>p {
  font-weight: 600;
  font-size: 14px
}

.smvpndeal .br-banner .br-offer .offer-item .time_cont .countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  margin: 0px 5px
}

.smvpndeal .br-banner .br-offer .offer-item .time_cont .countdown .scroll-tick strong,
.smvpndeal .br-banner .br-offer .offer-item .time_cont .countdown .scroll-tick span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ff1717
}

.smvpndeal .br-banner .br-offer .offer-item .time_cont .br-reduce {
  top: 0px;
  left: 30%
}

.smvpndeal .br-banner .br-offer .offer-item .time_cont .br-reduce .br-num {
  left: 50%
}

.smvpndeal .br-banner .br-offer .offer-item .price {
  position: relative;
  width: 190px;
  text-align: end
}

.smvpndeal .br-banner .br-offer .offer-item .price strong,
.smvpndeal .br-banner .br-offer .offer-item .price del {
  width: 64px;
  display: inline-block;
  color: #8e8b9d;
  font-size: 16px;
  font-weight: 500;
  text-align: left
}

.smvpndeal .br-banner .br-offer .offer-item .price strong {
  padding-right: 6px;
  color: #000;
  padding-left: 0;
  font-weight: 600
}

.smvpndeal .br-banner .br-offer .offer-item .price strong>big {
  font-size: 12px;
  font-weight: 700
}

.smvpndeal .br-banner .br-offer .offer-item.active {
  background: rgba(0, 0, 0, 0) linear-gradient(2deg, #FFF9F9 0%, #FFF5F5 100%) 0% 0% no-repeat padding-box;
  border: 2px solid #ff0909;
  box-shadow: 0px 10px 19px rgba(255, 72, 72, .3490196078)
}

.smvpndeal .br-banner .br-offer .offer-item.active .offer-inner.giftpack::after {
  border-top: 1px dashed #ff4646
}

.smvpndeal .br-banner .br-offer .offer-item.active .br-countdown {
  color: #ff9507
}

.smvpndeal .br-banner .br-offer .offer-item.active .br-countdown .br-time {
  color: #fcf7ff;
  background-color: #ff9507
}

.smvpndeal .br-banner .br-offer .offer-item.active .br-countdown .br-time::before,
.smvpndeal .br-banner .br-offer .offer-item.active .br-countdown .br-time::after {
  background-color: #fcf7ff
}

.smvpndeal .br-banner .br-offer .offer-item.active .checkbox-mark::before {
  opacity: 1;
  transform: scale(1);
  transition: all .3s ease
}

.smvpndeal .br-banner .br-sale {
  margin-top: 18px;
  text-align: center
}

.smvpndeal .br-banner .br-sale .price del {
  font-size: 18px;
  font-weight: 500;
  color: #949494;
  margin-right: 5px
}

.smvpndeal .br-banner .br-sale .price span {
  font-size: 20px;
  font-weight: bold
}

.smvpndeal .br-banner .br-sale .price span b {
  font-size: 48px;
  font-weight: bold
}

.smvpndeal .br-banner .br-sale .buybtn {
  gap: 4px;
  width: 368px;
  height: 46px
}

.smvpndeal .br-banner .br-sale .buybtn::before {
  width: 376px;
  height: 54px
}

.smvpndeal .br-banner .br-sale .buybtn span {
  font-weight: 600
}

.smvpndeal .br-banner .br-sale p {
  margin-top: 10px;
  font: normal normal 500 14px League Spartan;
  color: #dbb798
}

.smvpndeal .unlock {
  position: relative;
  box-sizing: border-box;
  padding-top: 180px
}

.smvpndeal .unlock .title {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin: 0 auto
}

.smvpndeal .unlock .ul1 {
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.smvpndeal .unlock .ul1 li {
  text-align: center;
  max-width: 356px
}

.smvpndeal .unlock .ul1 li h3 {
  color: #000;
  font-weight: 600;
  font-size: 20px
}

.smvpndeal .unlock .ul1 li .big {
  font-size: 54px;
  font-weight: 800;
  color: #02b95d;
  margin: 26px 0 15px
}

.smvpndeal .unlock .ul1 li p {
  font-size: 16px;
  font-weight: 400;
  color: #4e4e4e
}

.smvpndeal .unlock .cont {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 90px auto 0
}

.smvpndeal .unlock .cont .left {
  width: 552px
}

.smvpndeal .unlock .cont .left .item {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 15px 13px;
  margin-bottom: 5px;
  position: relative
}

.smvpndeal .unlock .cont .left .item:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #FFECEC 0%, #FFF8F8 100%) 0% 0% no-repeat padding-box
}

.smvpndeal .unlock .cont .left .item .text_wrap {
  margin-left: 25px
}

.smvpndeal .unlock .cont .left .item .text_wrap .p1 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px
}

.smvpndeal .unlock .cont .left .item .text_wrap .p2 {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px
}

.smvpndeal .unlock .cont .left .item .flag {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 18px;
  background: #ff2e2e;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding-top: 4px
}
.smvpndeal .more-box {
  position: relative;
  box-sizing: border-box;
  margin: 80px auto 0;
  height: 1093px;
  background: url(./sec_bg.jpg) no-repeat center bottom;
}

.smvpndeal .more-box .cont_wrap {
  width: 1262px;
  height: 855px;
  background: url(./more_bg.png) no-repeat center/cover;
  margin: 0 auto 0;
  box-sizing: border-box;
  padding: 106px 60px;
}

.smvpndeal .more-box .cont_wrap>span {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #7A7A7A;
  font-size: 14px;
}

.smvpndeal .more-box .title {
  margin: 0 auto;
  text-align: center;
  color: #000000;
  font-size: 34px;
  font-weight: 800;
}

.smvpndeal .more-box .p1 {
  font-size: 20px;
  color: #000000;
  margin: 20px auto;
  text-align: center;
  font-weight: 500;
}

.smvpndeal .more-box .ul1 {
  margin: 55px auto 0;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 40px;
  justify-content: space-between;
  gap: 55px;
}

.smvpndeal .more-box .ul1 li {
  width: 20%;
  text-align: center;
  max-width: 210px;
}

.smvpndeal .more-box .ul1 li.vip p {
  margin-top: 13px;
}

.smvpndeal .more-box .ul1 li p {
  font-weight: 600;
  margin-top: 19px;
  color: #000;
}

.smvpndeal .bottom-buy {
  height: 139px;
  background: url(./bottom.png) no-repeat center;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  opacity: 1 !important;
  transform: translate3d(0, 200%, 0);
  transition: all .8s
}

.smvpndeal .bottom-buy.on {
  transform: translateZ(0)
}

.smvpndeal .bottom-buy .wrapper {
  display: flex;
  justify-content: space-between;
  height: 139px;
  align-items: center
}

.smvpndeal .bottom-buy .off {
  position: relative;
  top: -16px
}

.smvpndeal .bottom-buy h3 .time_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 0px;
  gap: 10px
}

.smvpndeal .bottom-buy h3 .time_cont>p {
  font-weight: 500;
  font-size: 18px;
  padding-top: 2px
}

.smvpndeal .bottom-buy h3 .time_cont .countdown {
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 25px;
  overflow: hidden;
  text-align: center;
  gap: 6px
}

.smvpndeal .bottom-buy h3 .time_cont .countdown .scroll-tick strong,
.smvpndeal .bottom-buy h3 .time_cont .countdown .scroll-tick span {
  width: 22px;
  height: 25px;
  line-height: 28px;
  background: #fffdc8 0% 0% no-repeat padding-box;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #ff1717
}

.smvpndeal .bottom-buy h3 span {
  font-size: 22px;
  font-weight: bold;
  color: #fc0
}

.smvpndeal .bottom-buy .right-message {
  text-align: center
}

.smvpndeal .bottom-buy .right-message .price {
  display: flex;
  align-items: baseline;
  position: relative;
  justify-content: center;
  margin-bottom: 5px
}

.smvpndeal .bottom-buy .right-message .price span {
  font-size: 20px;
  font-weight: bold
}

.smvpndeal .bottom-buy .right-message .price b {
  font-size: 38px;
  font-weight: bold
}

.smvpndeal .bottom-buy .right-message .price del {
  color: #9c4900;
  font-size: 18px;
  margin-left: 5px
}

.smvpndeal .bottom-buy .right-message .buybtn.red {
  width: 258px;
  height: 48px
}

.smvpndeal .bottom-buy .right-message .buybtn.red::before {
  width: 266px;
  height: 56px
}

.smvpndeal .bottom-buy .right-message p {
  font-size: 14px;
  color: #9c4900;
  margin-top: 10px
}

.smvpndeal .table-box {
  padding-top: 86px
}

.smvpndeal .table-box h2 {
  display: flex;
  justify-content: center;
  color: #1f1e24;
  font: normal normal bold 32px/35px League Spartan
}

.smvpndeal .table-box .table_cont {
  padding: 120px 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: start
}

.smvpndeal .table-box .table_cont .li_title {
  height: 60px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  border-radius: 12px 12px 0px 0px;
  color: #fff
}

.smvpndeal .table-box .table_cont ul {
  border-radius: 0px 0px 4px 4px
}

.smvpndeal .table-box .table_cont ul li {
  display: flex;
  height: 35px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  justify-content: center;
  border-bottom: 1px solid rgba(136, 136, 136, .3)
}

.smvpndeal .table-box .table_cont ul li.special {
  height: 50px;
  line-height: 20px
}

.smvpndeal .table-box .table_cont ul li:last-child {
  border: none
}

.smvpndeal .table-box .table_cont ul li span {
  display: block;
  width: 17px;
  height: 17px
}

.smvpndeal .table-box .table_cont ul li span.grey-yes {
  background: url(./b_yes.png) center no-repeat
}

.smvpndeal .table-box .table_cont ul li span.grey-no {
  background: url(./b_no.svg) center no-repeat
}

.smvpndeal .table-box .table_cont ul li span.red-yes {
  background: url(./check_red.svg) center no-repeat
}

.smvpndeal .table-box .table_cont .table_l {
  width: 430px
}

.smvpndeal .table-box .table_cont .table_l ul li {
  padding-left: 18px;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 600
}

.smvpndeal .table-box .table_cont .table_l ul li:last-of-type {
  border-bottom: 1px solid rgba(136, 136, 136, .3);
  height: 40px
}
.smvpndeal .more-box .bottom-buy_new {
  background: none;
  height: auto;
  margin: 0 auto;
  margin-top: 0px;
  width: 1200px;
  text-align: center; }
  .smvpndeal .more-box .bottom-buy_new h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 30px; }
    .smvpndeal .more-box .bottom-buy_new h3 span {
      font-size: inherit;
      color: #FF4E00;
      font-weight: inherit; }
  .smvpndeal .more-box .bottom-buy_new .btn-red {
    width: 253px;
    height: 43px; }
.smvpndeal .table-box .table_cont .table_c {
  width: 296px
}

.smvpndeal .table-box .table_cont .table_c .li_title {
  background: #747474
}

.smvpndeal .table-box .table_cont .table_c ul {
  background: #f2f2f2;
  padding: 0px 12px 10px
}

.smvpndeal .table-box .table_cont .table_c ul li {
  color: #000
}

.smvpndeal .table-box .table_cont .table_r {
  width: 398px;
  border-radius: 17px;
  position: relative;
  top: -40px;
  border: 10px solid #ffdfdf;
  background: #ffdfdf
}

.smvpndeal .table-box .table_cont .table_r::before {
  content: "";
  display: block;
  width: 117px;
  height: 72px;
  background: url(./vip-logo.svg) center no-repeat;
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  margin: 0px auto
}

.smvpndeal .table-box .table_cont .table_r .li_title {
  border-radius: 12px 12px 0px 0px;
  font-size: 20px;
  color: #fff;
  height: 90px;
  line-height: 90px;
  background-color: #ff4141
}

.smvpndeal .table-box .table_cont .table_r ul {
  background: #ffefef;
  padding-bottom: 20px;
  padding: 0px 13px 17px 13px
}

.smvpndeal .table-box .table_cont .table_r ul li {
  border-color: #ecc8c8
}

.purchase-about{padding:60px 0 0px}.purchase-about .wrapper{padding:0 74px 0px}.purchase-about .dots{display:none !important}.purchase-about ._title{display:none !important}.purchase-about .tabs .tab_head{display:flex;flex-direction:row;justify-content:center;align-items:center}.purchase-about .tabs .tab_head ._lab{padding:25px 53px;margin-top:32px;font-size:16px;line-height:24px;font-weight:400;border-bottom:2px solid transparent;cursor:pointer}.purchase-about .tabs .tab_head ._lab.on{color:#0054ff;border-color:#0054ff}.purchase-about .tabs .tab_head ._lab:hover{background-color:#f2f6ff}.purchase-about .tabs .tab_cnt{margin-top:60px;min-height:280px}.purchase-about .tabs .tab_cnt .component-fade-enter-active,.purchase-about .tabs .tab_cnt .component-fade-leave-active{transition:opacity 0.3s ease}.purchase-about .tabs .tab_cnt .component-fade-enter,.purchase-about .tabs .tab_cnt .component-fade-leave-to{opacity:0}.purchase-about .tabs .tab_cnt .mob{display:none !important}.purchase-about .tabs .tab_cnt ._tech{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;min-height:280px}.purchase-about .tabs .tab_cnt ._tech .tech_tab{width:604px;height:257px;border:1px solid #e2e0eb;padding:49px 60px 38px 60px;border-radius:4px}.purchase-about .tabs .tab_cnt ._tech .tech_tab:nth-child(1){margin-left:8px}.purchase-about .tabs .tab_cnt ._tech .tech_tab p{font-size:14px;line-height:25px;color:#1e1c2c;margin-top:20px}.purchase-about .tabs .tab_cnt .user{position:relative;padding:0 90px;min-height:280px}.purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper{padding-top:35px}.purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide{width:340px;height:257px;border:1px solid #e2e0eb;margin-left:8px;border-radius:4px;padding:20px 34px;display:block !important}.purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .thumbnail{position:absolute;width:82px;height:82px;left:30px;top:-15px}.purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .thumbnail img{width:100%}.purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .txt{text-align:right;padding-left:78px;width:auto;margin-left:0}.purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .txt h5{font-weight:700;font-size:14px;line-height:28px}.purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .txt p{font-size:12px;color:#686868}.purchase-about .tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .tips{margin:42px 0 0;text-align:right;font:normal  12px/24px Lexend}.purchase-about .tabs .tab_cnt .user.swiper .swiper-pagination{display:none;bottom:-5px}.purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev,.purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next{position:absolute;top:140px;width:16px;height:28px;background-image:url("../../review/angle-right.svg")}.purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev:hover,.purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next:hover{opacity:0.8}.purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev::after,.purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next::after{display:none !important}.purchase-about .tabs .tab_cnt .user.swiper .swiper-button-prev{left:0;transform:rotate(180deg)}.purchase-about .tabs .tab_cnt .user.swiper .swiper-button-next{right:0;transform:rotate(0deg)}.purchase-about .tabs .tab_cnt ._list{position:relative;z-index:-9999;opacity:0;min-height:0 !important;height:0 !important;visibility:hidden;transition:opacity 0.3s ease}.purchase-about .tabs .tab_cnt ._list.on{z-index:1;height:330px !important;opacity:1;visibility:visible;transition:opacity 0.3s ease}
.purchase-footer{padding-bottom:55px;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:#EDF3F5;border-radius:4px}.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;padding-bottom:80px}
.smvpndeal .footer {
  margin-top: -45px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #6c697e;
  font: normal normal 500 16px League Spartan;
  margin-bottom: 139px
}

.smvpndeal .popbg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 32, .6) 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: center;
  z-index: -99998
}

.smvpndeal .popbg.on {
  transform: scale(1);
  z-index: 9999
}

.smvpndeal .pop-wrap {
  position: fixed;
  width: 684px;
  height: 411px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -99998;
  margin: auto;
  transform: scale(0);
  transition: all .3s ease;
  transform-origin: center;
  z-index: -99998;
  background: url(./pop_bg.png) center no-repeat;
  padding: 84px 38px 0px
}

.smvpndeal .pop-wrap.on {
  transform: scale(1);
  z-index: 9999
}

.smvpndeal .pop-wrap p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px
}

.smvpndeal .pop-wrap p span {
  font-weight: bold;
  color: red
}

.smvpndeal .pop-wrap .buybtn.red {
  margin-top: 168px;
  width: 270px;
  height: 48px
}

.smvpndeal .pop-wrap .buybtn.red::before {
  width: 278px;
  height: 56px
}

.smvpndeal .pop-wrap .close {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 0px;
  cursor: pointer;
  color: #be502a;
  opacity: .8;
  text-decoration: underline
}

.smvpndeal .pop-wrap .close:hover {
  opacity: 1
}

.zoom {
  animation: zoom-scaling 2s ease-in-out 1
}

@keyframes zoom-scaling {
  0% {
    transform: scale(0);
    opacity: 0
  }

  15% {
    transform: scale(1.5);
    opacity: 1
  }

  30% {
    transform: scale(1);
    opacity: .5
  }

  45% {
    transform: scale(1.5);
    opacity: 1
  }

  60% {
    transform: scale(1);
    opacity: .5
  }

  75% {
    transform: scale(1.5);
    opacity: 1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}