@charset "UTF-8";
@media screen and (max-width: 320px) {
  /*320px显示屏样式 苹果4/4S/5C/5S黑莓Z30 */
  html {
    font-size: 12px !important; } }
@media (min-width: 321px) and (max-width: 375px) {
  /*360px显示屏样式 索尼Z1*/
  html {
    font-size: 14px !important; } }
@media (min-width: 376px) and (max-width: 414px) {
  /*414px显示屏样式 苹果6plus*/
  html {
    font-size: 15.5px !important; } }
@media (min-width: 415px) and (max-width: 768px) {
  /*414px之上的*/
  html {
    font-size: 18px !important; } }
.review-tabs {
  margin-top: 49px;
  margin-bottom: 70px; }
  .review-tabs .tab_head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .review-tabs .tab_head ._lab {
      padding: 25px 53px;
      margin-top: 31px;
      font-size: 16px;
      line-height: 18px;
      font-weight: 400;
      border-bottom: 2px solid transparent;
      cursor: pointer; }
      .review-tabs .tab_head ._lab.on {
        color: #0054ff;
        border-color: #0054ff; }
      .review-tabs .tab_head ._lab:hover {
        background-color: #f2f6ff; }
  .review-tabs .tab_cnt {
    margin-top: 15px;
    min-height: 280px; }
    .review-tabs .tab_cnt .component-fade-enter-active,
    .review-tabs .tab_cnt .component-fade-leave-active {
      transition: opacity 0.3s ease; }
    .review-tabs .tab_cnt .component-fade-enter,
    .review-tabs .tab_cnt .component-fade-leave-to {
      opacity: 0; }
    .review-tabs .tab_cnt .mob {
      display: none !important; }
    .review-tabs .tab_cnt ._tech {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      min-height: 280px;
      column-gap: 8px; }
      .review-tabs .tab_cnt ._tech .tech_tab {
        width: 604px;
        height: 280px;
        border: 1px solid #e2e0eb;
        padding: 49px 60px 38px 60px;
        border-radius: 4px; }
        .review-tabs .tab_cnt ._tech .tech_tab p {
          font-size: 14px;
          line-height: 25px;
          color: #1e1c2c;
          margin-top: 20px; }
    .review-tabs .tab_cnt .user {
      position: relative;
      padding: 0 90px;
      min-height: 280px; }
      .review-tabs .tab_cnt .user.swiper {
        height: 280px; }
        .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
          width: 340px;
          height: 280px;
          border: 1px solid #e2e0eb;
          margin-right: 8px;
          border-radius: 4px;
          padding: 44px 34px; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
            font-size: 14px;
            line-height: 16px;
            font-weight: 700;
            color: #1e1c2c; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            margin-top: 20px;
            font-size: 12px;
            line-height: 23px;
            color: #1e1c2c; }
        .review-tabs .tab_cnt .user.swiper .swiper-pagination {
          display: none;
          bottom: -5px; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          position: absolute;
          top: 140px;
          width: 16px;
          height: 28px;
          background-image: url("../images/review/angle-right.svg"); }
          .review-tabs .tab_cnt .user.swiper .swiper-button-prev:hover,
          .review-tabs .tab_cnt .user.swiper .swiper-button-next:hover {
            opacity: 0.8; }
          .review-tabs .tab_cnt .user.swiper .swiper-button-prev::after,
          .review-tabs .tab_cnt .user.swiper .swiper-button-next::after {
            display: none !important; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev {
          left: 0;
          transform: rotate(180deg); }
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          right: 0;
          transform: rotate(0deg); }
    .review-tabs .tab_cnt ._list {
      position: relative;
      z-index: -9999;
      opacity: 0;
      min-height: 0 !important;
      height: 0 !important;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .review-tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 280px !important;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }

.review-dots,
.swiper-pagination {
  display: none !important; }

/* moblie */
@media (max-width: 768px) {
  .review-tabs .tab_head ._lab {
    padding: 1rem 2.3571428571rem;
    margin-top: 1.2857142857rem;
    font-size: 1.1428571429rem;
    line-height: 1.2857142857rem;
    border-bottom: 0.1428571429rem solid transparent; }
  .review-tabs .tab_cnt {
    position: relative;
    overflow: hidden;
    margin-top: 0.7142857143rem;
    min-height: 25rem; }
    .review-tabs .tab_cnt .mob {
      display: block !important; }
    .review-tabs .tab_cnt ._tech {
      position: relative;
      display: block !important;
      min-height: 25rem; }
      .review-tabs .tab_cnt ._tech .tech_tab {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 25rem;
        border: 0.0357142857rem solid #e2e0eb;
        padding: 3.1428571429rem 1.8571428571rem;
        border-radius: 0.1428571429rem;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease; }
        .review-tabs .tab_cnt ._tech .tech_tab.on {
          z-index: 1;
          opacity: 1;
          visibility: visible;
          transition: opacity 0.3s ease; }
        .review-tabs .tab_cnt ._tech .tech_tab:nth-child(1) {
          margin-right: 0; }
        .review-tabs .tab_cnt ._tech .tech_tab p {
          font-size: 1rem;
          line-height: 2rem;
          margin-top: 2.1428571429rem; }
    .review-tabs .tab_cnt .user {
      position: relative;
      padding: 0 1.8571428571rem;
      min-height: 25rem; }
      .review-tabs .tab_cnt .user.swiper {
        height: 25rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
          width: 90%;
          height: 25rem;
          border: 0.0714285714rem solid #e2e0eb;
          margin-right: 0;
          border-radius: 0.1428571429rem;
          padding: 3.1428571429rem 1.8571428571rem; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .title {
            font-size: 1rem;
            line-height: 1.1428571429rem; }
          .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt .subtitle {
            font-size: 1rem;
            line-height: 2rem;
            margin-top: 2.1428571429rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-pagination {
          bottom: -0.3571428571rem; }
        .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
        .review-tabs .tab_cnt .user.swiper .swiper-button-next {
          position: absolute;
          top: 10rem; }
    .review-tabs .tab_cnt ._list {
      position: relative;
      z-index: -9999;
      opacity: 0;
      min-height: 0 !important;
      height: 0 !important;
      visibility: hidden;
      transition: opacity 0.3s ease; }
      .review-tabs .tab_cnt ._list.on {
        z-index: 1;
        height: 25rem !important;
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease; }

  .review-dots,
  .swiper-pagination {
    display: flex !important;
    position: absolute;
    left: 50%;
    bottom: -1.5714285714rem;
    z-index: 1;
    transform: translate(-50%, 0);
    align-items: center;
    justify-content: center; }
    .review-dots.on,
    .swiper-pagination.on {
      display: none !important; }
    .review-dots .swiper-pagination-bullet,
    .swiper-pagination .swiper-pagination-bullet {
      opacity: 1; }
    .review-dots .swiper-pagination-bullet,
    .review-dots span,
    .swiper-pagination .swiper-pagination-bullet,
    .swiper-pagination span {
      display: block;
      margin: 0 0.3571428571rem;
      width: 0.8571428571rem;
      height: 0.8571428571rem;
      border-radius: 0.8571428571rem;
      background: #e2e0eb; }
      .review-dots .swiper-pagination-bullet.swiper-pagination-bullet-active, .review-dots .swiper-pagination-bullet.on,
      .review-dots span.swiper-pagination-bullet-active,
      .review-dots span.on,
      .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
      .swiper-pagination .swiper-pagination-bullet.on,
      .swiper-pagination span.swiper-pagination-bullet-active,
      .swiper-pagination span.on {
        background: #0054ff; }

  .swiper-pagination {
    bottom: 0;
    display: none !important; }
    .swiper-pagination.on {
      display: none !important; } }
.vpn__logo {
  display: block;
  position: absolute;
  top: 20px;
  left: 10%;
  z-index: 9;
  width: 76px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../common/logo_new_white.svg) center center no-repeat; }

.commReduce {
  margin: 0 4px;
  position: relative;
  display: flex;
  vertical-align: bottom;
  height: 20px;
  text-align: center;
  gap: 1px;
  color: #FFEE00;
  font: 600 16px/1.5 var(--familyLeague); }
  .commReduce strong,
  .commReduce b,
  .commReduce span,
  .commReduce em {
    display: block;
    font: inherit;
    color: inherit;
    font-style: normal; }
  .commReduce .scroll_tick {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    background: #016937; }
    .commReduce .scroll_tick .numlist {
      display: block;
      width: inherit;
      height: inherit;
      transform: translateY(3px); }
      .commReduce .scroll_tick .numlist span {
        display: block; }

.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; }

.br-reduce {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  text-align: center; }

.br-reduce.reduce1 .br-num {
  background-position: 0 0; }

.br-reduce.reduce2 .br-num {
  background-position: 0 -30px; }

.br-reduce .br-num {
  position: absolute;
  right: 16px;
  top: 0;
  width: 32px;
  height: 30px;
  display: inline-block;
  z-index: 22;
  transform: translateY(0px); }

.zoom-top-animation {
  animation: zoomTop 0.8s forwards;
  animation-timing-function: ease-in;
  transform-origin: center center; }

.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); } }
@keyframes zoomTop {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-50px); } }
body {
  --familyLeague: "League Spartan", Arial, "Microsoft Yahei", sans-serif;
  --familyGa: "Ga Maamli", sans-serif;
  color: #000; }
  body .review-tabs .tab_cnt ._tech {
    text-align: left; }
  body .review-tabs .tab_cnt .user.swiper .swiper-wrapper .swiper-slide .user_txt {
    margin-right: 0; }
  body .review-tabs .tab_cnt .user.swiper .swiper-button-prev,
  body .review-tabs .tab_cnt .user.swiper .swiper-button-next {
    background-image: url(../review/angle-right.svg); }
  body .vpn_main {
    overflow: hidden; }
  body .vpn_wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 1224px; }
  body .vpn_title {
    color: #000;
    font: 600 38px/1.5 var(--familyLeague); }
  body .vpn_desc {
    font: 400 14px/1.5 var(--familyLeague); }
  body .vpn_text {
    color: #4E4E4E;
    font: 400 16px/1.5 var(--familyLeague); }
  body .sub_list {
    padding: 20px 0 0px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 120px;
    text-align: center; }
    body .sub_list .sub_icon {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      width: 48px;
      height: 48px;
      border: 2px solid #fff;
      background: #FF0000;
      border-radius: 50%; }
      body .sub_list .sub_icon::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        border: 2px solid #FF6969;
        filter: blur(3px); }
    body .sub_list .sub_desc {
      padding: 8px 0;
      color: #E4FFF3;
      font: 500 16px/1.5 var(--familyLeague); }
  body .vpn_btn {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font: 500 20px/1.5 var(--familyLeague);
    width: 100%;
    height: 48px;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid #707070;
    text-decoration: none;
    transition: all 0.3s ease-out; }
    body .vpn_btn span,
    body .vpn_btn em {
      font: inherit;
      color: inherit; }
    body .vpn_btn.vpn_sale {
      color: #fff;
      border-color: #FF0000;
      background: #FF0000;
      box-shadow: 0px 15px 20px #AF0101; }
      body .vpn_btn.vpn_sale:hover {
        color: #fff;
        border-color: #FF5037;
        background: #FF5037;
        box-shadow: 0px 15px 20px #AF0101; }
    body .vpn_btn:hover {
      color: #fff;
      border-color: #FF5037;
      background: #FF5037;
      box-shadow: 0px 15px 20px #AF0101; }
  body .comm_tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 5px 0;
    height: 20px;
    border-radius: 5px;
    background: green;
    color: #008D17;
    font-size: 12px;
    line-height: 1;
    font-weight: 600; }
  body .comm_tag em {
    display: block;
    font: inherit;
    font-style: normal;
    transform: scale(0.9); }
  body .comm_tag.tag_new {
    color: #008D17 !important;
    background: #A5FFB4; }

.vpn__banner {
  padding-bottom: 20px;
  min-height: 797px;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top; }
  .vpn__banner .banner_title {
    height: 152px;
    text-indent: -9999px; }
  .vpn__banner .banner_desc {
    color: #D5D5D5;
    font: 500 22px/1.5 var(--familyLeague); }
    .vpn__banner .banner_desc b {
      color: #FFEE00;
      font: inherit; }
.vpn__offer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
  margin: 50px auto 0; }
  .vpn__offer .vpn_item {
    position: relative;
    z-index: 1;
    transition: all .5s;
    padding-top: 0;
    background: #FFF9F5;
    border: 1px solid #fff;
    min-width: 312px;
    max-width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column; }
  .vpn__offer .vpn_current {
    background: #fff;
    border: 2px solid #046A37; }
    .vpn__offer .vpn_current .vpn_body {
      padding: 82px 26px 48px; }
    .vpn__offer .vpn_current .vpn_price strong {
      color: #FF1717; }
    .vpn__offer .vpn_current .vpn_price b {
      color: #FF1717; }
    .vpn__offer .vpn_current .vpn_original {
      color: #000; }
      .vpn__offer .vpn_current .vpn_original del {
        color: #9F2B2B; }
    .vpn__offer .vpn_current .vpn_desc {
      color: #000; }
    .vpn__offer .vpn_current .vpn_btn {
      margin-bottom: 30px; }
  .vpn__offer .vpn_head {
    position: absolute;
    top: -42px;
    left: -2px;
    margin: 0 auto;
    width: calc(100% + 4px);
    height: 42px;
    background: #FBDDDD;
    border: 2px solid #046A37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font: 400 16px/1.5 var(--familyLeague); }
  .vpn__offer .vpn_body {
    flex-grow: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 56px 26px 40px; }
  .vpn__offer .vpn_off {
    position: absolute;
    top: -16px;
    right: 2px;
    z-index: 1; }
    .vpn__offer .vpn_off::after {
      content: '';
      display: block;
      position: absolute;
      top: -3px;
      right: -15px;
      z-index: 1;
      width: 46px;
      height: 41px; }
    .vpn__offer .vpn_off .off_b {
      margin: 0;
      position: relative;
      display: inline-block;
      position: relative;
      z-index: 0;
      color: #FF0000;
      text-align: center;
      font: 400 32px/1.5 var(--familyGa); }
      .vpn__offer .vpn_off .off_b.off_big {
        font-size: 48px; }
      .vpn__offer .vpn_off .off_b::after {
        content: attr(data-text);
        position: absolute;
        left: 0;
        z-index: -1;
        font: inherit;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 8px #F8D356;
        text-shadow: none; }
  .vpn__offer .vpn_name {
    font: 500 20px/1.5 var(--familyLeague); }
  .vpn__offer .pro_text {
    display: inline-block;
    position: relative;
    color: #00A51C;
    font: 500 20px/1.5 var(--familyLeague); }
  .vpn__offer .pro_point {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #00A51C;
    padding: 3px 10px 0;
    padding-left: 16px;
    height: 22px;
    color: #fff;
    font: 500 20px/1 var(--familyLeague); }
    .vpn__offer .pro_point:after {
      content: "";
      position: absolute;
      left: -7px;
      top: 50%;
      transform: translateY(-50%);
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #fff; }
  .vpn__offer .vpn_price {
    padding: 24px 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px; }
    .vpn__offer .vpn_price strong {
      color: #181818;
      font: 700 58px/1 var(--familyLeague); }
    .vpn__offer .vpn_price b {
      display: block;
      color: #181818;
      font: 500 20px/1.2 var(--familyLeague); }
  .vpn__offer .vpn_original {
    color: #615F5F;
    font: 500 18px/1.1 var(--familyLeague); }
    .vpn__offer .vpn_original p,
    .vpn__offer .vpn_original del {
      font: inherit;
      color: inherit; }
    .vpn__offer .vpn_original del {
      font-size: 14px; }
  .vpn__offer .vpn_btn {
    margin: 24px auto 10px; }
  .vpn__offer .vpn_desc {
    color: #615F5F;
    font: 500 16px/1.5 var(--familyLeague); }

.purchase_online {
  text-align: center; }
  .purchase_online .vpn_title {
    padding: 138px 0 82px; }
  .purchase_online .online_list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 66px;
    text-align: center; }
  .purchase_online .online_name {
    padding-bottom: 22px;
    font: 500 20px/1.5 var(--familyLeague); }
  .purchase_online .online_focus {
    color: #02B95D;
    font: 700 54px/1.2 var(--familyLeague); }
  .purchase_online .online_desc {
    padding-top: 13px;
    color: #4E4E4E;
    font: 400 16px/1.2 var(--familyLeague); }

.purchase_enjoy {
  position: relative;
  text-align: center;
  padding: 100px 0; }
  .purchase_enjoy ._list {
    padding-top: 64px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px 40px; }
    .purchase_enjoy ._list .pic {
      height: 90px;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
    .purchase_enjoy ._list ._t {
      padding: 14px 0 10px;
      font: 700 18px/1.5 var(--familyLeague); }
    .purchase_enjoy ._list ._v {
      font: 400 16px/1.5 var(--familyLeague); }

.purchase_table {
  text-align: center;
  padding: 60px 0 120px; }
  .purchase_table .vpn_title {
    padding-bottom: 58px; }
  .purchase_table ._table {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px; }
    .purchase_table ._table .tab_svg {
      display: block;
      margin: 0 auto;
      width: 16px;
      height: 16px; }
      .purchase_table ._table .tab_svg.error_svg {
        fill: #6A6A6A !important; }
      .purchase_table ._table .tab_svg.key_svg {
        fill: #FF5037 !important; }
    .purchase_table ._table .tab-list {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      gap: 14px; }
      .purchase_table ._table .tab-list .left,
      .purchase_table ._table .tab-list .center,
      .purchase_table ._table .tab-list .right {
        position: relative;
        padding: 8px 15px;
        display: block;
        text-align: center;
        font: 500 16px/1.5 var(--familyLeague);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .purchase_table ._table .tab-list .left::after,
        .purchase_table ._table .tab-list .center::after,
        .purchase_table ._table .tab-list .right::after {
          content: '';
          display: block;
          position: absolute;
          left: 0px;
          right: 0;
          margin: 0 auto;
          bottom: 0px;
          width: 90%;
          height: 1px;
          background: #e4e4e4; }
      .purchase_table ._table .tab-list .left {
        flex: 1 1 0;
        text-align: left;
        border-bottom: 1px solid #eaeaea;
        align-items: flex-start; }
        .purchase_table ._table .tab-list .left::after {
          display: none; }
      .purchase_table ._table .tab-list .center {
        width: 20%;
        background: #F2F2F2; }
      .purchase_table ._table .tab-list .right {
        margin-left: 10px;
        width: 30%;
        background: #e6fdf2; }
        .purchase_table ._table .tab-list .right::after {
          background: #c1e0c9; }
        .purchase_table ._table .tab-list .right::before {
          content: '';
          position: absolute;
          top: 0;
          left: -13px;
          z-index: -1;
          width: calc(100% + 26px);
          height: 100%;
          background: #C5FFE4; }
    .purchase_table ._table .tab_last {
      align-items: flex-start;
      height: 40px; }
      .purchase_table ._table .tab_last .center,
      .purchase_table ._table .tab_last .right {
        height: calc(100% + 12px);
        border-radius: 0 0 12px 12px; }
        .purchase_table ._table .tab_last .center::after,
        .purchase_table ._table .tab_last .right::after {
          display: none; }
      .purchase_table ._table .tab_last .right::before {
        height: calc(100% + 12px);
        border-radius: 0 0 12px 12px; }
    .purchase_table ._table .tab_title {
      align-items: flex-end; }
      .purchase_table ._table .tab_title .left {
        border: none; }
      .purchase_table ._table .tab_title .center,
      .purchase_table ._table .tab_title .right {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        font: 700 18px/1.5 var(--familyLeague); }
        .purchase_table ._table .tab_title .center::after,
        .purchase_table ._table .tab_title .right::after {
          display: none; }
      .purchase_table ._table .tab_title .center {
        height: 60px;
        border-radius: 12px 12px 0px 0px;
        background: #747474; }
      .purchase_table ._table .tab_title .right {
        height: 90px;
        border-radius: 12px 12px 0px 0px;
        background: #298335;
        font-size: 20px; }
        .purchase_table ._table .tab_title .right::before {
          content: '';
          display: block;
          position: absolute;
          top: -50px;
          left: 0;
          right: 0;
          margin: 0 auto;
          z-index: 3;
          width: 75px;
          height: 70px;
          background: url(./table_vip_logo.png) center center no-repeat; }
        .purchase_table ._table .tab_title .right::after {
          content: '';
          display: block;
          position: absolute;
          top: -14px;
          left: -13px;
          z-index: -1;
          width: calc(100% + 26px);
          height: calc(100% + 14px);
          background: #C5FFE4;
          border-radius: 12px 12px 0 0; }

.purchase-about {
  position: relative;
  padding: 60px 0 0;
  text-align: center; }
  .purchase-about .dots {
    display: none !important; }
  .purchase-about ._title {
    display: none !important; }

.purchase_service {
  padding-bottom: 70px; }
  .purchase_service .service_list,
  .purchase_service .ser_item {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px 158px; }
  .purchase_service .ser_item {
    gap: 10px;
    align-items: center; }
  .purchase_service .ser_pic {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #298335;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .purchase_service .ser_desc {
    color: #606060;
    font: 400 16px/1.5 var(--familyLeague);
    min-width: 192px; }

.copy_right {
  padding: 18px 16px 13px;
  text-align: center;
  color: #8D8D8D;
  font: 500 16px/1.5 var(--familyLeague);
  background: #F2F2F5; }

.purchase_float {
  position: fixed;
  z-index: -99;
  bottom: -130px;
  height: 100px;
  width: 100%;
  background: #fff;
  box-shadow: 0px -5px 10px #6011111c;
  visibility: hidden;
  transition: all 0.4s; }
  .purchase_float.on {
    bottom: 0;
    z-index: 99;
    visibility: visible; }
  .purchase_float .vpn_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 100%; }
  .purchase_float .float_list {
    flex: 1 1 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 5px; }
    .purchase_float .float_list li {
      position: relative;
      padding: 0 20px;
      min-width: 260px;
      height: 60px;
      cursor: pointer;
      border: 1px solid #cfced4;
      border-radius: 10px;
      background-color: #fff;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 10px;
      transition: all 0.4s ease; }
      .purchase_float .float_list li.on {
        cursor: default;
        border: 1px solid #ff6a6a;
        transition: all 0.4s ease; }
        .purchase_float .float_list li.on .icon {
          border: 5px solid #ff6a6a; }
        .purchase_float .float_list li.on .discount {
          color: #fff;
          background: #ff6a6a; }
      .purchase_float .float_list li .icon {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #cfced4;
        box-sizing: border-box;
        flex-shrink: 0; }
      .purchase_float .float_list li p {
        flex: 1 1 0; }
        .purchase_float .float_list li p > span {
          display: block;
          color: #8e8b9d;
          font-size: 14px;
          line-height: 22px; }
          .purchase_float .float_list li p > span.sale {
            color: #1e1c2c; }
            .purchase_float .float_list li p > span.sale strong {
              font-size: 18px; }
            .purchase_float .float_list li p > span.sale del {
              display: inline-block;
              padding-left: 8px; }
  .purchase_float .discount {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    height: 28px;
    color: #1e1c2c;
    font-size: 12px;
    line-height: 28px;
    text-align-last: center;
    border-radius: 0px 10px;
    background: #cfced4;
    white-space: nowrap; }
  .purchase_float .float_right {
    text-align: center; }
  .purchase_float .button-link {
    margin: 0 auto;
    width: 258px;
    height: 48px;
    color: #fff;
    font-size: 14px;
    justify-content: center;
    border-radius: 24px;
    background: #fc4140;
    transition: all 1s; }
    .purchase_float .button-link .combe-text {
      left: 0;
      transform: translate(0);
      transition: all 0.3s; }
    .purchase_float .button-link .arrow-right {
      position: absolute;
      transition: all 0.3s; }
    .purchase_float .button-link:hover {
      transition: all 1s; }
      .purchase_float .button-link:hover .combe-text {
        left: 0;
        transform: translate(-12px, 0);
        transition: all 0.3s; }
      .purchase_float .button-link:hover .arrow-right {
        position: relative;
        transition: all 0.3s; }

.right_pop {
  position: fixed;
  right: 0;
  bottom: 180px;
  z-index: -9999;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
  transform: translate3d(0, 100%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px; }
  .right_pop.pop_on {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0%, 0); }
  .right_pop > img {
    width: 100%;
    height: auto; }
  .right_pop .toparrow {
    display: block;
    width: 30px;
    height: 32px;
    cursor: pointer;
    animation: toparrow-beat 1.5s linear infinite; }
    .right_pop .toparrow:hover {
      animation-play-state: paused; }
  .right_pop .toparrow-svg {
    display: block;
    width: 30px;
    height: 32px;
    pointer-events: none; }

@keyframes toparrow-beat {
  0% {
    transform: translateY(-4px); }
  50% {
    transform: translateY(4px); }
  100% {
    transform: translateY(-4px); } }
@media (min-width: 769px) and (max-width: 1220px) {
  body .vpn_main {
    overflow: auto; } }
@media (max-width: 768px) {
  .vpn__logo {
    top: 10px;
    left: 3%;
    width: 56px;
    height: 30px;
    background-size: cover; }

  .commReduce {
    margin: 0 4px;
    position: relative;
    display: flex;
    vertical-align: bottom;
    height: 20px;
    text-align: center;
    gap: 1px;
    color: #FFEE00;
    font: 600 16px/1.5 var(--familyLeague); }
    .commReduce strong,
    .commReduce b,
    .commReduce span,
    .commReduce em {
      display: block;
      font: inherit;
      color: inherit;
      font-style: normal; }
    .commReduce .scroll_tick {
      display: inline-block;
      position: relative;
      width: 18px;
      height: 20px;
      line-height: 20px;
      overflow: hidden;
      text-align: center;
      background: #016937; }
      .commReduce .scroll_tick .numlist {
        display: block;
        width: inherit;
        height: inherit;
        transform: translateY(3px); }
        .commReduce .scroll_tick .numlist span {
          display: block; }

  body .vpn_wrapper {
    width: 100%;
    max-width: 100%; }
  body .vpn_title {
    font-size: 20px; }
  body .sub_list {
    padding: 10px 16px 0px;
    gap: 20px; }
    body .sub_list .sub_desc {
      font-size: 14px; }

  .vpn__banner {
    padding-top: 30px; }
    .vpn__banner .banner_title {
      padding: 0 16px;
      height: 60px;
      background-size: contain !important; }
    .vpn__banner .banner_desc {
      font-size: 14px;
      padding: 0 16px; }
  .vpn__offer {
    flex-direction: column;
    gap: 30px;
    padding: 0 16px; }
    .vpn__offer .vpn_item {
      border: 2px solid #046A37;
      min-width: 100%;
      max-width: 100%; }
      .vpn__offer .vpn_item:nth-child(1) {
        order: 2; }
      .vpn__offer .vpn_item:nth-child(3) {
        order: 3; }
    .vpn__offer .vpn_current {
      order: 1; }
      .vpn__offer .vpn_current .vpn_body {
        padding: 26px; }
      .vpn__offer .vpn_current .vpn_btn {
        margin-bottom: 10px; }
    .vpn__offer .vpn_body {
      padding: 26px; }
    .vpn__offer .vpn_desc {
      font-size: 14px; }

  .purchase_online .vpn_title {
    padding: 48px 16px 20px; }
  .purchase_online .online_list {
    flex-direction: column;
    gap: 36px; }

  .purchase_enjoy {
    padding: 60px 16px; }
    .purchase_enjoy ._list {
      padding-top: 34px;
      grid-template-columns: repeat(1, 1fr);
      gap: 30px; }
      .purchase_enjoy ._list ._t {
        font-size: 16px; }
      .purchase_enjoy ._list ._v {
        font-size: 14px; }

  .purchase_table {
    padding: 0px 16px 48px; }
    .purchase_table .vpn_title {
      padding-bottom: 60px; }
    .purchase_table ._table {
      max-width: 100%; }
      .purchase_table ._table .tab-list {
        gap: 8px; }
        .purchase_table ._table .tab-list .left,
        .purchase_table ._table .tab-list .center,
        .purchase_table ._table .tab-list .right {
          padding: 6px;
          font-size: 14px; }
      .purchase_table ._table .tab_last {
        height: auto; }
      .purchase_table ._table .tab_title .center,
      .purchase_table ._table .tab_title .right {
        font-size: 16px; }
      .purchase_table ._table .tab_title .right {
        font-size: 18px; }

  .purchase-about {
    padding: 30px 16px 0; }
    .purchase-about .dots {
      display: flex !important; }
    .purchase-about ._title {
      display: block !important; }

  .purchase_service {
    padding: 0 16px 40px; }
    .purchase_service .service_list {
      flex-direction: column; }
    .purchase_service .ser_item {
      gap: 20px;
      justify-content: flex-start; }
    .purchase_service .ser_item {
      gap: 10px;
      align-items: center; }
    .purchase_service .ser_desc {
      font-size: 14px;
      min-width: 0; }

  .purchase_float {
    display: none !important; }

  .right_pop {
    display: none !important; } }

/*# sourceMappingURL=vpn_purchase_commom.css.map */
