@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之上的*/
  body {
    font-size: 18px !important; } }
.site_page {
  --familyLexend: "Lexend", Arial, "Microsoft Yahei", sans-serif; }
  .site_page .wrapper {
    width: 1200px !important; }
  .site_page .tit {
    font: 700 40px/1.5 var(--familyLexend);
    color: #111115;
    text-align: center; }
  .site_page h3.tit {
    font: 700 34px/1.5 var(--familyLexend); }
  .site_page p.desc {
    font: 400 20px/1.5 var(--familyLexend);
    color: #111115;
    text-align: center;
    margin-top: 25px; }
  .site_page p.desc a,
  .site_page p a,
  .site_page .txt-desc a {
    color: #0054FF; }
    .site_page p.desc a:hover,
    .site_page p a:hover,
    .site_page .txt-desc a:hover {
      opacity: 1;
      color: #3477ff;
      text-decoration: underline; }

.site_page .page-banner .wrapper {
  padding-top: 164px;
  gap: 60px; }
.site_page .page-banner .wban-txt,
.site_page .page-banner .wban-img {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 616px; }
.site_page .page-banner .wban-txt {
  z-index: 2; }
  .site_page .page-banner .wban-txt .fh1 {
    padding-right: 0px;
    line-height: 1.5;
    font-size: 30px; }
  .site_page .page-banner .wban-txt .sub-title {
    margin: 20px auto 26px;
    font-size: 16px;
    line-height: 1.6; }
.site_page .page-banner .wban-img {
  flex: 1;
  min-width: 500px;
  height: 490px;
  position: relative; }
  .site_page .page-banner .wban-img .computer-pic {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 852px;
    height: 680px;
    max-width: none; }
  .site_page .page-banner .wban-img ._line,
  .site_page .page-banner .wban-img .banicon {
    display: block;
    position: absolute;
    z-index: 1; }
  .site_page .page-banner .wban-img ._line {
    z-index: -1;
    top: -284px;
    right: -240px; }
  .site_page .page-banner .wban-img .banicon {
    width: 121px;
    height: 121px;
    background: url(../images/vpn-windows/circle-blue.svg) no-repeat; }
    .site_page .page-banner .wban-img .banicon._blue {
      top: -64px;
      left: 44px; }
    .site_page .page-banner .wban-img .banicon._green {
      top: 28px;
      right: -74px;
      width: 238px;
      height: 238px;
      background: url(../images/vpn-windows/circle-green.svg) no-repeat; }
    .site_page .page-banner .wban-img .banicon._orange {
      top: 304px;
      left: -120px;
      width: 66px;
      height: 62px;
      background: url(../images/vpn-windows/circle-orange.svg) no-repeat; }
.site_page .page-banner .ban_ul {
  padding-top: 0;
  margin: 33px auto 0;
  display: flex;
  justify-content: space-between; }
  .site_page .page-banner .ban_ul li {
    font: 400 16px/1.2 var(--familyLexend);
    color: #656565;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px; }
    .site_page .page-banner .ban_ul li::before {
      display: block;
      content: '';
      width: 13px;
      height: 11px;
      flex-shrink: 0;
      background: url(../images/vpn-for-common/ban_check.png) no-repeat center/cover; }
.site_page .page-device {
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 86px 0;
  background: transparent linear-gradient(180deg, #F7FAFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box; }
  .site_page .page-device:after {
    content: '';
    display: block;
    position: absolute;
    width: 49px;
    height: 81px;
    background: url(../images/vpn-for-common/down.png) no-repeat center/cover;
    left: 49%;
    transform: translateX(-50%);
    top: -40px; }
  .site_page .page-device .icon_wrap {
    width: 100%;
    margin: 80px auto 0;
    align-items: stretch;
    gap: 70px;
    display: grid;
    justify-content: left;
    grid-template-columns: repeat(7, minmax(110px, 1fr)); }
    .site_page .page-device .icon_wrap li {
      padding: 20px 0;
      background-color: #fff;
      box-shadow: 0px 6px 18px #F7F8F9;
      border: 1px solid #F3F5F6;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .site_page .page-device .icon_wrap li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        height: 100%; }
        .site_page .page-device .icon_wrap li a:hover {
          color: #457AFF; }
          .site_page .page-device .icon_wrap li a:hover p {
            color: inherit; }
      .site_page .page-device .icon_wrap li img {
        width: auto; }
      .site_page .page-device .icon_wrap li p {
        font: 400 16px/1.5 var(--familyLexend);
        color: #111115; }
  .site_page .page-device .cont {
    width: 100%;
    margin: 80px auto 0;
    padding: 65px;
    background: #F0F6FF 0% 0% no-repeat padding-box;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 78px; }
    .site_page .page-device .cont p.p1 {
      font: 600 60px/1.5 var(--familyLexend);
      color: #111115;
      width: 378px; }
    .site_page .page-device .cont p.p2 {
      flex: 1;
      font: 400 16px/2 var(--familyLexend);
      color: #111115; }
.site_page .page-step::after {
  display: none; }
.site_page .page-why {
  padding: 120px 0 30px;
  text-align: center; }
  .site_page .page-why .tit {
    padding-bottom: 42px; }
  .site_page .page-why p.desc {
    margin: 0 auto;
    max-width: 82%;
    font-size: 18px;
    line-height: 1.8;
    text-align: left; }
.site_page .page-feature {
  padding: 126px 0 150px; }
  .site_page .page-feature .desc {
    padding-bottom: 50px; }
  .site_page .page-feature .feature-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px; }
  .site_page .page-feature .feature-txt {
    text-align: left; }
    .site_page .page-feature .feature-txt .txt-title {
      font: 600 30px/1.5 var(--familyLexend); }
    .site_page .page-feature .feature-txt .txt-desc {
      padding: 18px 0;
      color: #111115;
      font: 400 16px/1.5 var(--familyLexend); }
    .site_page .page-feature .feature-txt .txt-name {
      display: block;
      padding: 38px 0 10px;
      color: #111115;
      font: 700 18px/1.5 var(--familyLexend); }
  .site_page .page-feature .feature-img {
    text-align: center; }
    .site_page .page-feature .feature-img img {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      height: auto;
      max-width: none; }
.site_page .feature-show {
  padding: 126px 0; }
  .site_page .feature-show .feature-box {
    gap: 84px; }
  .site_page .feature-show .feature-txt .txt-title {
    font-size: 38px; }
  .site_page .feature-show .feature-txt .txt-desc {
    padding: 0;
    color: #111115;
    font-size: 18px; }
  .site_page .feature-show .feature-img {
    text-align: center; }
    .site_page .feature-show .feature-img img {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      height: auto;
      max-width: none; }
.site_page .page-tool {
  padding-bottom: 150px; }
  .site_page .page-tool .tool-cont {
    padding: 80px 0;
    display: grid;
    place-content: center;
    grid-template-columns: repeat(3, minmax(354px, 1fr));
    gap: 20px 70px; }
    .site_page .page-tool .tool-cont li {
      position: relative;
      padding: 50px 22px;
      margin-bottom: 30px;
      display: grid;
      gap: 20px;
      grid-row: span 3;
      grid-template-rows: subgrid;
      background: #FFFFFF;
      box-shadow: 0px 6px 22px #89898929;
      text-align: left; }
      .site_page .page-tool .tool-cont li .p1 {
        font: 600 20px/1.5 var(--familyLexend);
        color: #1E1C2C; }
      .site_page .page-tool .tool-cont li .p2 {
        font: 400 16px/1.5 var(--familyLexend);
        color: #939393; }
      .site_page .page-tool .tool-cont li a {
        color: #2C4CD3;
        text-decoration: underline;
        font: inherit; }
        .site_page .page-tool .tool-cont li a:hover {
          opacity: 0.8; }
    .site_page .page-tool .tool-cont .tool_pic {
      width: 68px;
      height: 68px;
      margin: 0; }
      .site_page .page-tool .tool-cont .tool_pic img {
        width: 100%;
        max-width: 100%;
        height: auto; }
.site_page .page-limit {
  padding-bottom: 36px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url("../images/vpn-for-common/limit_bg.png") center center/cover no-repeat; }
  .site_page .page-limit .cont_wrap {
    padding: 80px 0;
    gap: 12px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px; }
    .site_page .page-limit .cont_wrap li {
      display: flex;
      align-items: center;
      padding: 8px 24px;
      box-shadow: 0px 3px 6px #00000010;
      border-radius: 6px;
      width: fit-content;
      gap: 12px; }
      .site_page .page-limit .cont_wrap li img {
        max-width: none;
        width: 37px;
        height: 37px; }
      .site_page .page-limit .cont_wrap li p {
        font: 400 16px/1.2 var(--familyLexend);
        color: #111115;
        white-space: nowrap; }
      .site_page .page-limit .cont_wrap li:nth-of-type(1) {
        background: #F9F5FF 0% 0% no-repeat padding-box;
        border: 1px solid #DBC8FA; }
      .site_page .page-limit .cont_wrap li:nth-of-type(2) {
        background: #F1EFFF 0% 0% no-repeat padding-box;
        border: 1px solid #2E56FF; }
      .site_page .page-limit .cont_wrap li:nth-of-type(3) {
        background: #E3FFF8 0% 0% no-repeat padding-box;
        border: 1px solid #84FFE2; }
      .site_page .page-limit .cont_wrap li:nth-of-type(4) {
        background: #FFFCEE 0% 0% no-repeat padding-box;
        border: 1px solid #FFDC46; }
      .site_page .page-limit .cont_wrap li:nth-of-type(5) {
        margin-left: -30px;
        background: #FFF4F4 0% 0% no-repeat padding-box;
        border: 1px solid #FF9F9F; }
      .site_page .page-limit .cont_wrap li:nth-of-type(6) {
        background: #F1EFFF 0% 0% no-repeat padding-box;
        border: 1px solid #0054FF; }
      .site_page .page-limit .cont_wrap li:nth-of-type(7) {
        background: #F0FFF1 0% 0% no-repeat padding-box;
        border: 1px solid #29B72F; }
      .site_page .page-limit .cont_wrap li:nth-of-type(8) {
        margin-right: -30px;
        background: #FFF4E9 0% 0% no-repeat padding-box;
        border: 1px solid #FF8915; }
      .site_page .page-limit .cont_wrap li:nth-of-type(9) {
        background: #EFEFFF 0% 0% no-repeat padding-box;
        border: 1px solid #A2A2FF; }
      .site_page .page-limit .cont_wrap li:nth-of-type(10) {
        background: #E3FFF8 0% 0% no-repeat padding-box;
        border: 1px solid #84FFE2; }
      .site_page .page-limit .cont_wrap li:nth-of-type(11) {
        background: #FAEDE0 0% 0% no-repeat padding-box;
        border: 1px solid #FFB21B; }
      .site_page .page-limit .cont_wrap li:nth-of-type(12) {
        background: #FBE9EE 0% 0% no-repeat padding-box;
        border: 1px solid #FF7575; }
.site_page .page-assure {
  padding: 114px 0 150px; }
  .site_page .page-assure .assure_box {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 74px;
    border-radius: 8px;
    border: 2px solid #E8E8E8; }
  .site_page .page-assure .assure_left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 325px;
    text-align: center;
    background: #D4E2F7;
    flex-shrink: 0; }
  .site_page .page-assure .assure_right {
    padding: 50px 50px 44px;
    padding-left: 0;
    text-align: left;
    flex: 1 1 0; }
    .site_page .page-assure .assure_right .assure_tit {
      font: 600 30px/1.5 var(--familyLexend);
      color: #111115; }
    .site_page .page-assure .assure_right .p1 {
      font: 400 16px/1.8 var(--familyLexend);
      color: #111115;
      padding: 18px 0 42px; }
  .site_page .page-assure .pc-btn {
    justify-content: flex-start; }
.site_page .page-faqs {
  padding-bottom: 116px; }
.site_page .page-down {
  background: url(../images/vpn-for-common/bot_bg.webp) center center/cover no-repeat; }
  .site_page .page-down .wrapper {
    gap: 110px; }
  .site_page .page-down .down-img {
    margin-left: 0px;
    width: 449px;
    height: 263px; }
  .site_page .page-down .down-txt {
    text-align: left; }
    .site_page .page-down .down-txt h2 {
      font-size: 30px;
      line-height: 1.2;
      font-weight: 600; }
    .site_page .page-down .down-txt .desc {
      font-size: 16px;
      font-weight: 400;
      color: #1E1C2B;
      text-align: left; }
  .site_page .page-down .pc-btn {
    margin-top: 32px;
    margin-bottom: 65px;
    justify-content: flex-start; }
.site_page .click_box_item {
  display: none !important; }
.site_page .server-list {
  padding: 100px 0 75px; }
  .site_page .server-list .servers_title {
    color: #111115;
    font-size: 36px;
    font-weight: bold;
    text-align: center; }
  .site_page .server-list ._mobile .servers_ul_list li:hover {
    box-shadow: none;
    transform: none;
    border: none; }
  .site_page .server-list ._mobile .servers_ul_list li::before {
    display: none; }
  .site_page .server-list .servers_ul_list {
    width: 100%; }
    .site_page .server-list .servers_ul_list li {
      height: 60px;
      display: flex;
      justify-content: space-between;
      padding: 0px 70px;
      background: #FCFCFF;
      border-top: 1px solid rgba(223, 223, 255, 0);
      border-left: 1px solid #DFDFFF;
      border-right: 1px solid #DFDFFF;
      border-bottom: 1px solid #DFDFFF;
      transition: all 0.3s ease-out;
      position: relative;
      z-index: 1; }
      .site_page .server-list .servers_ul_list li:hover {
        box-shadow: 0px 0px 15px #D9D9F3;
        transform: translate(0px, -2px);
        border: 1px solid #CFCFFF;
        z-index: 2; }
      .site_page .server-list .servers_ul_list li.server_ul_head {
        background: #F1F1FF;
        border-top: 1px solid rgba(223, 223, 255, 0);
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #DFDFFF; }
        .site_page .server-list .servers_ul_list li.server_ul_head:hover {
          box-shadow: none;
          transform: translate(0px, 0px);
          border-left: none;
          border-right: none;
          z-index: 2; }
        .site_page .server-list .servers_ul_list li.server_ul_head p {
          color: #4D4DA4;
          text-align: center;
          justify-content: center; }
          .site_page .server-list .servers_ul_list li.server_ul_head p:nth-of-type(1) {
            justify-content: left;
            padding-left: 59px; }
      .site_page .server-list .servers_ul_list li span,
      .site_page .server-list .servers_ul_list li p {
        display: flex;
        width: 25%;
        align-items: center;
        justify-content: center; }
        .site_page .server-list .servers_ul_list li span a,
        .site_page .server-list .servers_ul_list li p a {
          display: block;
          white-space: nowrap;
          overflow: hidden;
          height: 100%;
          line-height: 60px;
          text-overflow: ellipsis;
          text-decoration: none;
          color: #111115;
          transition: all .3s ease-out; }
          .site_page .server-list .servers_ul_list li span a:hover,
          .site_page .server-list .servers_ul_list li p a:hover {
            color: #0066FF;
            text-decoration: underline; }
        .site_page .server-list .servers_ul_list li span img,
        .site_page .server-list .servers_ul_list li p img {
          width: auto;
          height: auto; }
      .site_page .server-list .servers_ul_list li p {
        font-size: 14px;
        font-weight: 500;
        color: #111115;
        justify-content: left;
        text-align: left; }
        .site_page .server-list .servers_ul_list li p img {
          margin-right: 25px; }
  .site_page .server-list .servers_title {
    margin-bottom: 80px; }
  .site_page .server-list ._main {
    padding-bottom: 60px; }
    .site_page .server-list ._main .click_box {
      display: flex !important;
      justify-content: space-between;
      margin-bottom: 23px; }
      .site_page .server-list ._main .click_box li {
        position: relative;
        width: 24%;
        height: 80px;
        background: #fff;
        text-align: center;
        line-height: 80px;
        color: #111115;
        font-weight: bold;
        cursor: pointer; }
        .site_page .server-list ._main .click_box li:hover {
          background: #F1F1FF; }
        .site_page .server-list ._main .click_box li.on {
          background: #F1F1FF;
          color: #0054FF; }
          .site_page .server-list ._main .click_box li.on::before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 2px;
            background: #0054FF;
            left: 0;
            bottom: 0px; }
    .site_page .server-list ._main .change_box {
      margin: 0 auto;
      width: 1200px;
      height: 360px;
      overflow: hidden; }
      .site_page .server-list ._main .change_box .move_box {
        position: relative;
        width: 400%;
        display: flex;
        transition: all 0.3s;
        right: 0; }
        .site_page .server-list ._main .change_box .move_box .servers_ul_list {
          width: 1200px; }
          .site_page .server-list ._main .change_box .move_box .servers_ul_list .security_move {
            overflow: hidden;
            height: 360px;
            overflow-y: auto; }
            .site_page .server-list ._main .change_box .move_box .servers_ul_list .security_move::-webkit-scrollbar {
              width: 10px;
              background: #f1f1ff;
              border-right: 1px solid #dfdfff;
              border-bottom: 1px solid #dfdfff; }
            .site_page .server-list ._main .change_box .move_box .servers_ul_list .security_move::-webkit-scrollbar-thumb {
              background-color: #0c5aff;
              border-radius: 10px; }
            .site_page .server-list ._main .change_box .move_box .servers_ul_list .security_move li {
              padding-right: 60px; }
  .site_page .server-list .pc-btn {
    margin-top: 0px; }
.site_page .purple-step {
  padding: 62px 0 120px;
  background: none; }
  .site_page .purple-step::after {
    display: none; }
  .site_page .purple-step .step-content {
    margin: 50px auto;
    align-items: stretch;
    gap: 98px; }
    .site_page .purple-step .step-content dl {
      position: relative;
      max-width: 300px;
      background: #FFF;
      border: 1px solid #DAD8FF;
      border-radius: 20px; }
      .site_page .purple-step .step-content dl::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: -66px;
        transform: translateY(-50%);
        flex-shrink: 0;
        width: 26px;
        height: 21px;
        background: url(../images/vpn-for-common/next_iocn.svg) center center no-repeat; }
      .site_page .purple-step .step-content dl dt {
        height: 48px;
        background: #F7F7FF;
        border-radius: 19px 19px 0px 0px;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        color: #A19DE3;
        font: 700 16px/1.5 var(--familyLexend); }
        .site_page .purple-step .step-content dl dt span,
        .site_page .purple-step .step-content dl dt b {
          font: inherit;
          color: inherit; }
      .site_page .purple-step .step-content dl:nth-of-type(3) {
        margin-left: 0 !important; }
      .site_page .purple-step .step-content dl:last-child {
        margin-left: 0 !important; }
        .site_page .purple-step .step-content dl:last-child::after {
          display: none; }
    .site_page .purple-step .step-content dd {
      padding: 34px 18px 52px;
      color: #484848;
      text-align: left; }
      .site_page .purple-step .step-content dd h4 {
        padding-bottom: 16px;
        margin-bottom: 0;
        color: #111115;
        font: 700 18px/1.5 var(--familyLexend); }
      .site_page .purple-step .step-content dd p {
        margin: 0;
        color: inherit;
        font: 400 16px/1.5 var(--familyLexend); }
  .site_page .purple-step .pc-btn {
    margin-top: 0; }
.site_page .page-need {
  padding: 90px 0 105px;
  background: transparent linear-gradient(180deg, #F0F0FC 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; }
  .site_page .page-need .tit {
    font-size: 36px; }
  .site_page .page-need .need_list {
    padding: 72px 0 42px;
    display: grid;
    place-content: center;
    grid-template-columns: repeat(3, minmax(30ch, 1fr));
    gap: 0; }
    .site_page .page-need .need_list .need_item {
      display: grid;
      gap: 0px;
      grid-row: span 3;
      grid-template-rows: subgrid;
      padding: 20px 20px 0;
      padding-right: 68px;
      padding-bottom: 40px;
      text-align: left;
      border-right: 1px solid rgba(118, 130, 255, 0.28);
      border-bottom: 1px solid rgba(118, 130, 255, 0.28); }
      .site_page .page-need .need_list .need_item:nth-child(3n) {
        border-right: none; }
      .site_page .page-need .need_list .need_item:nth-child(n+4) {
        border-bottom: none; }
      .site_page .page-need .need_list .need_item .need_pic > img {
        margin-bottom: -40px;
        margin-left: -4px; }
      .site_page .page-need .need_list .need_item h4 {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 6px;
        color: #000;
        font: 700 18px/1.5 var(--familyLexend); }
        .site_page .page-need .need_list .need_item h4::before {
          content: '';
          display: block;
          flex-shrink: 0;
          width: 34px;
          height: 34px;
          background: url(../images/vpn-for-common/add_icon.svg) center center no-repeat; }
      .site_page .page-need .need_list .need_item p {
        padding: 20px 0 0 40px;
        color: #484848;
        font: 400 14px/1.5 var(--familyLexend); }
.site_page .page-what {
  padding: 40px 0 150px; }
  .site_page .page-what .tit {
    font-size: 36px; }
  .site_page .page-what .what_box {
    margin-top: -60px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .site_page .page-what .what_box.what_reverse {
      gap: 0px; }
      .site_page .page-what .what_box.what_reverse .pc-btn {
        padding-top: 38px; }
      .site_page .page-what .what_box.what_reverse .what_pic {
        margin-left: -60px;
        margin-right: -140px; }
  .site_page .page-what .what_pic {
    text-align: center;
    margin-left: -160px;
    margin-right: -30px; }
  .site_page .page-what .what_content {
    flex: 1 1 0;
    text-align: left;
    max-width: 600px; }
    .site_page .page-what .what_content p {
      padding: 16px 0;
      font: 400 14px/1.5 var(--familyLexend);
      color: #484848; }
    .site_page .page-what .what_content .pc-btn {
      justify-content: flex-start; }
.site_page .page-favorite {
  padding: 70px 0 100px;
  background: url(../images/vpn-gaming/game_bg.png) center top no-repeat; }
  .site_page .page-favorite .tit {
    font-size: 36px; }
  .site_page .page-favorite .fav_list {
    padding-top: 120px;
    display: grid;
    place-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px; }
  .site_page .page-favorite .fav_item {
    position: relative;
    display: grid;
    gap: 20px;
    grid-row: span 3;
    grid-template-rows: subgrid;
    padding: 24px 20px;
    padding-top: 0;
    text-align: left;
    margin-bottom: 96px;
    background: #fff;
    box-shadow: 0px 12px 22px #6091FF40;
    border: 1px solid #9EC2FF;
    border-radius: 20px; }
    .site_page .page-favorite .fav_item::before {
      content: '';
      display: block;
      position: absolute;
      top: -68px;
      left: -1px;
      z-index: 0;
      width: calc(100% + 2px);
      height: 84px;
      background: url(../images/vpn-gaming/bg_k.png) center top no-repeat;
      background-size: 100% 84px; }
    .site_page .page-favorite .fav_item .fav_top,
    .site_page .page-favorite .fav_item h4,
    .site_page .page-favorite .fav_item p {
      position: relative;
      z-index: 1; }
    .site_page .page-favorite .fav_item .fav_top {
      margin-top: -50px;
      text-align: center; }
    .site_page .page-favorite .fav_item .fav_pic {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 0 10px;
      height: 66px;
      background: #000;
      box-shadow: 0px 10px 30px #857FD642;
      border: 1px solid #000;
      border-radius: 6px; }
      .site_page .page-favorite .fav_item .fav_pic > img {
        position: relative;
        z-index: 2;
        display: block; }
      .site_page .page-favorite .fav_item .fav_pic::after {
        content: '';
        display: block;
        position: absolute;
        top: -3px;
        left: -3px;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #FFF;
        box-shadow: 0px 10px 30px #857FD642;
        border: 1px solid #000;
        border-radius: inherit; }
    .site_page .page-favorite .fav_item h4 {
      padding-top: 20px;
      color: #000;
      font: 700 18px/1.5 var(--familyLexend);
      margin: 0; }
    .site_page .page-favorite .fav_item p {
      color: #484848;
      font: 400 14px/1.8 var(--familyLexend); }
.site_page .page-service {
  padding: 30px 0px 150px;
  background: url(../images/vpn-for-common/limit_bg.png) center center no-repeat; }
  .site_page .page-service .service-content {
    padding-top: 50px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 18px; }
  .site_page .page-service .service-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 18px;
    min-width: 220px;
    height: 122px;
    background: #F8F8F8;
    border-radius: 4px; }
    .site_page .page-service .service-item.service-big {
      min-width: 262px; }
    .site_page .page-service .service-item > a {
      display: flex;
      align-items: center;
      justify-content: center; }
    .site_page .page-service .service-item img {
      display: inline-block;
      vertical-align: middle; }
.site_page .page-best {
  padding-bottom: 90px; }
  .site_page .page-best .best-cont {
    padding: 72px 0;
    display: grid;
    place-content: center;
    grid-template-columns: repeat(3, minmax(354px, 1fr));
    gap: 68px; }
    .site_page .page-best .best-cont .best_item {
      position: relative;
      padding: 62px 20px;
      padding-right: 14px;
      display: grid;
      grid-row: span 2;
      grid-template-rows: subgrid;
      background: #FFF;
      box-shadow: 0px 6px 22px #89898929;
      border-radius: 8px;
      text-align: left; }
    .site_page .page-best .best-cont .best_top {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 12px; }
    .site_page .page-best .best-cont .best_pic {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 80px;
      height: 80px;
      margin: 0;
      background: #ECF5FF;
      border-radius: 6px; }
      .site_page .page-best .best-cont .best_pic img {
        width: auto;
        max-width: none;
        height: auto; }
    .site_page .page-best .best-cont .best_name {
      flex: 1 1 0;
      color: #1E1C2C;
      font: 600 20px/1.5 var(--familyLexend); }
    .site_page .page-best .best-cont .best_desc {
      margin-top: -28px;
      color: #676C80;
      font: 400 16px/1.5 var(--familyLexend); }

.vpn_austria .page-banner .wrapper {
  padding-top: 0px;
  gap: 18px;
  align-items: center; }
.vpn_austria .page-banner .wban-txt,
.vpn_austria .page-banner .wban-img {
  width: 680px; }
.vpn_austria .page-banner .wban-txt {
  padding-top: 140px; }
  .vpn_austria .page-banner .wban-txt .sub-title {
    margin: 14px auto 26px; }
.vpn_austria .page-banner .wban-img {
  padding-top: 56px;
  min-width: 0;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .vpn_austria .page-banner .wban-img .computer-pic {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    z-index: 3;
    width: auto;
    height: auto;
    max-width: none; }
.vpn_austria .page-banner .ban_ul {
  padding-top: 0;
  margin: 33px auto 0;
  display: flex;
  justify-content: space-between; }
  .vpn_austria .page-banner .ban_ul li {
    font: 400 16px/1.2 var(--familyLexend);
    color: #656565;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px; }
    .vpn_austria .page-banner .ban_ul li::before {
      display: block;
      content: '';
      width: 13px;
      height: 11px;
      flex-shrink: 0;
      background: url(../images/vpn-for-common/ban_check.png) no-repeat center/cover; }
.vpn_austria .page-feature .desc {
  padding-bottom: 90px; }
.vpn_austria .page-feature .feature-txt {
  max-width: 520px; }
  .vpn_austria .page-feature .feature-txt .txt-title {
    padding-bottom: 25px;
    line-height: 1.5; }
  .vpn_austria .page-feature .feature-txt .txt-desc {
    padding: 0;
    line-height: 1.5; }
.vpn_austria .page-feature .pc-btn {
  padding-top: 140px; }
.vpn_austria .page-down .wrapper {
  justify-content: space-between;
  align-items: flex-end; }
.vpn_austria .page-down .down-img {
  margin-left: 0px;
  width: auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center; }

.vpn_gaming {
  background: none; }
  .vpn_gaming .page-banner {
    background: url(../images/vpn-gaming/banner_bg.jpg) center center no-repeat; }
    .vpn_gaming .page-banner .wrapper {
      padding-top: 130px;
      gap: 0px;
      align-items: center; }
    .vpn_gaming .page-banner .wban-txt,
    .vpn_gaming .page-banner .wban-img {
      width: 50%; }
    .vpn_gaming .page-banner .wban-txt {
      padding-top: 0px; }
      .vpn_gaming .page-banner .wban-txt .fh1 {
        font-size: 36px; }
      .vpn_gaming .page-banner .wban-txt .sub-title {
        margin: 16px auto 35px;
        font-size: 16px;
        line-height: 1.5; }
    .vpn_gaming .page-banner .wban-img {
      flex: 1;
      min-width: 0;
      height: auto;
      position: relative; }
      .vpn_gaming .page-banner .wban-img .computer-pic {
        position: relative;
        left: 0%;
        top: 0%;
        transform: translate(0%, 0%);
        z-index: 3;
        width: auto;
        height: auto;
        max-width: none; }
    .vpn_gaming .page-banner .ban_ul {
      padding-top: 0;
      margin: 40px auto; }
      .vpn_gaming .page-banner .ban_ul li {
        font-size: 14px;
        color: #8E8B9D;
        gap: 6px; }
        .vpn_gaming .page-banner .ban_ul li::before {
          background: url(../images/vpn-for-common/ban_check.svg) no-repeat center/cover; }
  .vpn_gaming .page-device::after {
    display: none; }
  .vpn_gaming .page-down {
    position: relative;
    height: fit-content;
    height: 438px;
    padding: 89px 0px 118px;
    background: url(../images/vpn-gaming/bottom_bg.webp) center no-repeat; }
    .vpn_gaming .page-down .wrapper {
      justify-content: flex-start; }
    .vpn_gaming .page-down .down-txt {
      max-width: 650px;
      color: #fff; }
      .vpn_gaming .page-down .down-txt h2 {
        font-size: 30px;
        font-weight: 600; }
      .vpn_gaming .page-down .down-txt .desc {
        color: #fff;
        margin-top: 20px;
        font-size: 16px;
        line-height: 26px; }
    .vpn_gaming .page-down .pc-btn {
      margin-top: 44px;
      justify-content: flex-start; }

.vpn_smartv .page-banner .wrapper {
  padding-top: 164px;
  gap: 80px; }
.vpn_smartv .page-banner .wban-txt,
.vpn_smartv .page-banner .wban-img {
  width: 500px; }
.vpn_smartv .page-banner .wban-txt {
  width: 580px; }
  .vpn_smartv .page-banner .wban-txt .fh1 {
    font-size: 36px; }
  .vpn_smartv .page-banner .wban-txt .sub-title {
    margin: 34px auto 50px; }
.vpn_smartv .page-banner .wban-img {
  min-width: 0;
  height: auto; }
  .vpn_smartv .page-banner .wban-img .computer-pic {
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
    width: auto;
    height: auto;
    max-width: none; }
.vpn_smartv .page-feature {
  padding: 100px 0; }
  .vpn_smartv .page-feature .desc {
    padding-bottom: 80px; }
  .vpn_smartv .page-feature .feature-box {
    margin-bottom: 120px; }
  .vpn_smartv .page-feature .feature-txt {
    width: 500px; }
    .vpn_smartv .page-feature .feature-txt .txt-desc {
      padding: 24px 0; }
  .vpn_smartv .page-feature .feature-img {
    width: 510px; }
.vpn_smartv .page-down .down-txt .desc {
  margin-top: 25px; }
.vpn_smartv .page-down .down-txt .pc-btn {
  margin: 25px 0; }
.vpn_smartv .page-down .down-img {
  margin-left: 0px;
  width: 430px;
  height: auto; }

.vpn_browser .page-banner {
  padding-bottom: 40px;
  background: transparent linear-gradient(142deg, #FFD9D9 10%, #FFF9E5 24%, #EDFFF5 64%, #E8F2FF 100%) 0% 0% no-repeat padding-box; }
  .vpn_browser .page-banner .wrapper {
    padding: 0px; }
  .vpn_browser .page-banner .wrapper.flexbox {
    padding-top: 140px;
    gap: 0px; }
  .vpn_browser .page-banner .wban-txt,
  .vpn_browser .page-banner .wban-img {
    width: 590px; }
  .vpn_browser .page-banner .wban-txt {
    width: auto;
    flex: 1 1 0; }
    .vpn_browser .page-banner .wban-txt .sub-title {
      margin: 16px auto 35px; }
  .vpn_browser .page-banner .wban-img {
    min-width: 0;
    height: auto; }
    .vpn_browser .page-banner .wban-img .computer-pic {
      position: relative;
      left: 0%;
      top: 0%;
      transform: translate(0%, 0%);
      width: auto;
      height: auto;
      max-width: none; }
  .vpn_browser .page-banner .ban_ul {
    padding: 0;
    margin: 90px auto 64px; }
    .vpn_browser .page-banner .ban_ul li {
      color: #8E8B9D;
      font-size: 14px;
      font-weight: 500; }
      .vpn_browser .page-banner .ban_ul li::before {
        background: url(../images/vpn-for-common/ban_check.svg) center center no-repeat; }
.vpn_browser .purple-step {
  padding: 170px 0 130px; }
.vpn_browser .feature-show {
  padding: 78px 0 150px; }
  .vpn_browser .feature-show .feature-box {
    padding: 52px 0 70px;
    gap: 94px; }
  .vpn_browser .feature-show .feature-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column; }
    .vpn_browser .feature-show .feature-txt .txt-desc {
      color: #484848;
      font-size: 14px; }
.vpn_browser .page-need .need_list .need_item {
  padding: 40px 40px 46px;
  text-align: center; }
  .vpn_browser .page-need .need_list .need_item .need_pic {
    margin: 0 auto;
    width: 220px;
    height: 72px; }
    .vpn_browser .page-need .need_list .need_item .need_pic > img {
      margin: 0;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .vpn_browser .page-need .need_list .need_item h4 {
    display: block;
    padding: 16px 0 20px; }
    .vpn_browser .page-need .need_list .need_item h4::before {
      display: none; }
  .vpn_browser .page-need .need_list .need_item p {
    padding: 0px; }
.vpn_browser .page-feature {
  padding: 40px 0px 134px; }
  .vpn_browser .page-feature .desc {
    padding-bottom: 64px; }
  .vpn_browser .page-feature .sc_list {
    width: 100%;
    margin: 0px auto 80px;
    gap: 25px 40px;
    align-items: stretch; }
    .vpn_browser .page-feature .sc_list li {
      gap: 0 25px;
      padding: 18px 24px;
      background: #F7FAFF;
      border-radius: 12px;
      align-items: center; }
      .vpn_browser .page-feature .sc_list li::after {
        display: none; }
      .vpn_browser .page-feature .sc_list li .list_pic {
        width: 40px;
        text-align: center; }
      .vpn_browser .page-feature .sc_list li .list_content {
        flex: 1 1 0; }
        .vpn_browser .page-feature .sc_list li .list_content h4 {
          min-height: 0;
          font-size: 18px;
          font-weight: 700;
          color: #000; }
        .vpn_browser .page-feature .sc_list li .list_content p {
          margin-top: 8px;
          color: #484848; }
.vpn_browser .page-faqs .faqs-list.on .faqs-icon {
  transform: rotate(0deg); }
.vpn_browser .page-faqs .faqs-list .faqs-icon {
  right: 25px;
  width: 22px;
  height: 13px;
  background: url(../images/vpn-for-common/faq_arrow.svg) no-repeat;
  background-size: cover;
  transform: rotate(180deg); }
.vpn_browser .page-faqs .faqs-list .list-tips {
  width: 96%; }
.vpn_browser .page-down {
  margin: 0 auto 118px;
  height: auto;
  min-height: 320px;
  padding: 0px 22px;
  padding-right: 40px;
  width: 1200px;
  background: #FFF;
  border: 2px solid #E8E8E8;
  border-radius: 8px; }
  .vpn_browser .page-down .wrapper {
    gap: 86px;
    width: 100% !important; }
  .vpn_browser .page-down .down-img {
    position: relative;
    margin-left: 0px;
    width: 420px;
    height: auto; }
    .vpn_browser .page-down .down-img .down_pic {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      z-index: 0;
      width: 416px; }
    .vpn_browser .page-down .down-img .money_back {
      display: block;
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 144px;
      height: auto;
      z-index: 1; }
  .vpn_browser .page-down .down-txt {
    width: auto; }
    .vpn_browser .page-down .down-txt h2 {
      font-size: 24px; }
    .vpn_browser .page-down .down-txt .desc {
      margin-top: 18px;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      color: #111115; }
  .vpn_browser .page-down .pc-btn {
    margin: 46px auto 0;
    justify-content: flex-start; }

.vpn_firefox .page-banner {
  background: transparent linear-gradient(113deg, rgba(255, 229, 220, 0.54) 0%, rgba(255, 253, 229, 0.54) 24%, rgba(244, 237, 255, 0.54) 66%, rgba(238, 238, 255, 0.54) 100%) 0% 0% no-repeat padding-box; }
.vpn_firefox .page-step {
  padding: 90px 0px 70px; }
.vpn_firefox .page-device {
  padding-bottom: 150px; }
.vpn_firefox .page-need {
  padding: 90px 0 130px;
  background: transparent linear-gradient(180deg, #F7FAFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; }

@media (min-width: 769px) and (max-width: 1201px) {
  .site_page .wrapper {
    width: 100% !important;
    flex-wrap: wrap; } }
@media (max-width: 768px) {
  .star-box {
    width: 90%;
    flex-direction: column;
    height: fit-content;
    background: none;
    gap: 0.7142857143rem; }
    .star-box dl {
      width: 100%;
      background: #E5EAFD;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.7142857143rem 1.4285714286rem; }
      .star-box dl dt img {
        height: 36px;
        width: auto; }
      .star-box dl dt span {
        font-size: 1.4285714286rem; }
      .star-box dl dd p {
        margin-top: 0.5714285714rem;
        font-size: 0.8571428571rem; }

  .site_page .wrapper {
    width: 100% !important; }
  .site_page .tit {
    font-size: 1.8571428571rem;
    line-height: 1.5; }
  .site_page h3.tit {
    font-size: 1.4285714286rem;
    line-height: 1.5; }
  .site_page p.desc {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 30px;
    padding: 0 16px;
    color: #727272; }
    .site_page p.desc a {
      color: #0054FF; }
      .site_page p.desc a:hover {
        opacity: 1;
        color: #3477ff;
        text-decoration: underline; }

  .site_page .page-banner .wrapper {
    padding: 44px 16px 0;
    flex-direction: column; }
  .site_page .page-banner .wban-txt,
  .site_page .page-banner .wban-img {
    width: 100%; }
  .site_page .page-banner .wban-txt {
    padding: 0;
    text-align: left; }
    .site_page .page-banner .wban-txt .fh1 {
      font-size: 1.7857142857rem;
      font-weight: 500; }
    .site_page .page-banner .wban-txt .sub-title {
      font-size: 1rem;
      font-weight: 500;
      margin-top: 0px; }
  .site_page .page-banner .wban-img {
    width: 100%;
    height: auto;
    min-width: auto; }
    .site_page .page-banner .wban-img .computer-pic {
      position: static;
      width: 100%;
      height: auto;
      transform: none; }
    .site_page .page-banner .wban-img ._line,
    .site_page .page-banner .wban-img .banicon {
      display: none; }
  .site_page .page-banner .ban_ul {
    padding: 0 32px;
    display: inline-flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-start; }
    .site_page .page-banner .ban_ul li {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start; }
  .site_page .page-device {
    padding: 86px 0; }
    .site_page .page-device .tit {
      word-break: break-all; }
    .site_page .page-device .icon_wrap {
      margin: 40px auto 0;
      gap: 15px;
      grid-template-columns: repeat(4, minmax(76px, 1fr));
      align-items: center; }
      .site_page .page-device .icon_wrap li {
        padding: 8px 0;
        min-height: 96px;
        justify-content: flex-end; }
        .site_page .page-device .icon_wrap li a {
          justify-content: flex-end; }
        .site_page .page-device .icon_wrap li img {
          width: auto;
          max-width: none; }
        .site_page .page-device .icon_wrap li p {
          font-size: 0.8571428571rem; }
    .site_page .page-device .cont {
      margin: 50px auto 0;
      padding: 20px 25px;
      gap: 20px;
      flex-direction: column; }
      .site_page .page-device .cont p.p1 {
        font-size: 1.4285714286rem;
        width: auto;
        line-height: 1.2; }
      .site_page .page-device .cont p.p2 {
        font-size: 1rem;
        line-height: 1.4;
        color: #727272; }
  .site_page .page-feature {
    padding: 60px 16px; }
    .site_page .page-feature .feature-box {
      flex-direction: column;
      gap: 30px; }
    .site_page .page-feature .feature-txt {
      text-align: center;
      order: 2; }
      .site_page .page-feature .feature-txt .txt-title {
        font-size: 20px; }
      .site_page .page-feature .feature-txt .txt-name {
        padding: 20px 0 6px;
        font-size: 16px; }
      .site_page .page-feature .feature-txt .txt-desc {
        font-size: 14px; }
    .site_page .page-feature .feature-img {
      text-align: center;
      order: 1; }
      .site_page .page-feature .feature-img img {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: auto;
        max-width: 100%; }
  .site_page .feature-show {
    padding: 0px 0 60px; }
    .site_page .feature-show .feature-box {
      gap: 30px; }
    .site_page .feature-show .feature-txt {
      text-align: left; }
      .site_page .feature-show .feature-txt .txt-title {
        font-size: 20px; }
      .site_page .feature-show .feature-txt .txt-desc {
        padding: 0;
        font-size: 12px; }
  .site_page .page-why {
    padding: 80px 0 30px; }
    .site_page .page-why .tit {
      padding-bottom: 30px; }
    .site_page .page-why p.desc {
      max-width: 100%;
      font-size: 14px;
      text-align: center; }
  .site_page .page-tool {
    padding: 80px 0; }
    .site_page .page-tool .tool-cont {
      padding: 40px 0;
      grid-template-columns: repeat(2, minmax(20%, 1fr));
      gap: 20px; }
      .site_page .page-tool .tool-cont li {
        padding: 12px;
        margin-bottom: 0px;
        gap: 20px; }
        .site_page .page-tool .tool-cont li .p1 {
          font-size: 1rem; }
        .site_page .page-tool .tool-cont li .p2 {
          font-size: 0.8571428571rem; }
      .site_page .page-tool .tool-cont .tool_pic {
        width: 34px;
        height: 34px; }
        .site_page .page-tool .tool-cont .tool_pic img {
          width: 100%;
          max-width: 100%;
          height: auto; }
  .site_page .page-limit {
    padding-bottom: 50px;
    background: url("../images/vpn-for-common/limit_bg_mob.png") no-repeat center bottom; }
    .site_page .page-limit .cont_wrap {
      padding: 40px 0;
      gap: 12px; }
      .site_page .page-limit .cont_wrap li {
        padding: 5px 15px;
        width: 100%;
        margin: 0 !important; }
        .site_page .page-limit .cont_wrap li img {
          width: 30px;
          height: 30px; }
  .site_page .page-assure {
    padding: 80px 0; }
    .site_page .page-assure .assure_box {
      gap: 30px;
      flex-direction: column;
      align-items: center;
      border-radius: 0;
      border: none; }
    .site_page .page-assure .assure_left {
      order: 2;
      width: 100%;
      background: transparent; }
    .site_page .page-assure .assure_right {
      order: 1;
      padding: 0;
      text-align: center;
      flex: none; }
      .site_page .page-assure .assure_right .assure_tit {
        font-size: 1.8571428571rem; }
      .site_page .page-assure .assure_right .p1 {
        font-size: 1rem; }
    .site_page .page-assure .pc-btn {
      margin-top: 0;
      justify-content: center; }
  .site_page .page-down {
    background: url("../images/vpn-for-common/bot_bg_mob.png") center bottom/cover no-repeat; }
    .site_page .page-down .wrapper {
      gap: 0px;
      flex-direction: column; }
    .site_page .page-down .down-img {
      width: 100%;
      height: auto; }
    .site_page .page-down .down-txt {
      text-align: left; }
      .site_page .page-down .down-txt h2 {
        font-size: 1.8571428571rem;
        line-height: 1.5; }
      .site_page .page-down .down-txt .desc {
        padding: 0;
        font-size: 1rem;
        line-height: 1.5; }
    .site_page .page-down .pc-btn {
      margin-top: 32px;
      margin-bottom: 65px;
      justify-content: center; }
  .site_page .click_box_item {
    position: relative;
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 20px;
    padding-right: 0;
    border-bottom: 1px solid rgba(164, 194, 255, 0.5);
    gap: 20px; }
    .site_page .click_box_item.active::after {
      transform: rotate(-180deg);
      transition: all .3s ease-out; }
    .site_page .click_box_item h4 {
      padding: 12px 0;
      flex: 1 1 0;
      color: #1E1C2C;
      font-size: 16px;
      line-height: 1.2;
      font-weight: 700; }
    .site_page .click_box_item::after {
      content: '';
      display: block;
      flex-shrink: 0;
      width: 40px;
      height: 40px;
      background: url(../images/vpn-servers/arrow.png) center no-repeat;
      background-size: 24px;
      transform: rotate(180deg);
      transition: all .3s ease-out; }
  .site_page .server-list {
    padding: 3.5714285714rem 0px 0px; }
    .site_page .server-list .wrapper .servers_title {
      padding: 0px;
      font-size: 24px;
      line-height: 1.5;
      margin-bottom: 2.8571428571rem; }
    .site_page .server-list .wrapper ._main ul {
      flex-direction: column;
      align-items: start; }
      .site_page .server-list .wrapper ._main ul li {
        width: 100%;
        height: 120px;
        overflow: hidden;
        border-bottom: 1px solid rgba(164, 194, 255, 0.5);
        position: relative; }
        .site_page .server-list .wrapper ._main ul li.on {
          background: none; }
        .site_page .server-list .wrapper ._main ul li::before {
          display: none; }
        .site_page .server-list .wrapper ._main ul li h4 {
          color: #292E3A;
          font-size: 1.4285714286rem;
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 120px;
          padding-left: 1.0714285714rem; }
          .site_page .server-list .wrapper ._main ul li h4::after {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            background: url(../images/vpn-servers/arrow.png) center no-repeat;
            background-size: 8px;
            transform: rotate(180deg);
            transition: all .3s ease-out; }
        .site_page .server-list .wrapper ._main ul li.active {
          height: auto; }
          .site_page .server-list .wrapper ._main ul li.active h4::after {
            transform: rotate(-180deg); }
          .site_page .server-list .wrapper ._main ul li.active .servers_ul_list {
            height: auto;
            display: flex;
            opacity: 1; }
        .site_page .server-list .wrapper ._main ul li:hover {
          background: none; }
        .site_page .server-list .wrapper ._main ul li .servers_ul_list {
          background: rgba(164, 194, 255, 0.2);
          display: none;
          opacity: 0;
          border: none;
          padding: 1.4285714286rem 0px 0.3571428571rem;
          border-top: 1px solid rgba(164, 194, 255, 0.5);
          height: 0px;
          transition: all .3s ease-out; }
          .site_page .server-list .wrapper ._main ul li .servers_ul_list li {
            height: 34px;
            border: none;
            background: none;
            margin-bottom: 1.1428571429rem;
            padding-left: 1.0714285714rem; }
            .site_page .server-list .wrapper ._main ul li .servers_ul_list li p {
              width: 100%; }
              .site_page .server-list .wrapper ._main ul li .servers_ul_list li p a {
                font-size: 1.1428571429rem;
                line-height: 34px; }
    .site_page .server-list .wrapper .pc-btn {
      margin: 0px auto; }
  .site_page .server-list ._main .click_box {
    display: none !important; }
  .site_page .server-list ._main .change_box {
    width: 100%;
    height: auto; }
    .site_page .server-list ._main .change_box .move_box {
      width: 100%;
      flex-direction: column; }
      .site_page .server-list ._main .change_box .move_box .servers_ul_list {
        display: none;
        opacity: 0;
        height: 0px;
        background: rgba(164, 194, 255, 0.12);
        transition: all .3s ease-out;
        width: 100%;
        overflow: hidden !important; }
        .site_page .server-list ._main .change_box .move_box .servers_ul_list.active {
          height: auto;
          display: flex;
          opacity: 1; }
        .site_page .server-list ._main .change_box .move_box .servers_ul_list .security_move {
          display: flex;
          justify-content: flex-start;
          height: auto;
          overflow: hidden;
          flex-direction: column;
          align-items: start;
          width: 100%;
          gap: 16px;
          padding: 20px 15px; }
          .site_page .server-list ._main .change_box .move_box .servers_ul_list .security_move li {
            padding: 0;
            height: auto;
            border: none;
            background: transparent; }
            .site_page .server-list ._main .change_box .move_box .servers_ul_list .security_move li p {
              width: 100%;
              gap: 15px; }
              .site_page .server-list ._main .change_box .move_box .servers_ul_list .security_move li p img {
                margin-right: 0;
                flex-shrink: 0;
                width: 34px; }
              .site_page .server-list ._main .change_box .move_box .servers_ul_list .security_move li p a {
                flex: 1 1 0;
                line-height: 1.2;
                color: #1E1C2C;
                font-size: 12px;
                font-weight: 500; }
            .site_page .server-list ._main .change_box .move_box .servers_ul_list .security_move li span {
              display: none; }
  .site_page .purple-step {
    padding: 2.8571428571rem 0px; }
    .site_page .purple-step::after {
      display: none; }
    .site_page .purple-step .step-content {
      margin: 40px auto;
      gap: 50px;
      text-align: left; }
      .site_page .purple-step .step-content dl {
        max-width: 100%;
        border-radius: 10px; }
        .site_page .purple-step .step-content dl::after {
          top: -36px;
          right: auto;
          left: 20px;
          transform: rotate(90deg); }
        .site_page .purple-step .step-content dl dt {
          border-radius: 9px 9px 0px 0px;
          font-size: 1.2857142857rem; }
        .site_page .purple-step .step-content dl:first-child::after {
          display: none; }
        .site_page .purple-step .step-content dl:last-child {
          margin-left: 0 !important; }
          .site_page .purple-step .step-content dl:last-child::after {
            display: block; }
      .site_page .purple-step .step-content dd {
        padding: 20px 18px;
        font-size: 1.2857142857rem; }
        .site_page .purple-step .step-content dd h4 {
          padding-bottom: 20px;
          font-size: 1.2857142857rem; }
        .site_page .purple-step .step-content dd p {
          font-size: 1.1428571429rem;
          text-align: left; }
    .site_page .purple-step .pc-btn {
      margin-top: 0; }
  .site_page .page-need {
    padding: 54px 0; }
    .site_page .page-need .tit {
      font-size: 1.8571428571rem; }
    .site_page .page-need .desc {
      padding-left: 0;
      padding-right: 0;
      line-height: 1.5; }
    .site_page .page-need .need_list {
      padding: 72px 0 0;
      grid-template-columns: repeat(1, minmax(30ch, 1fr)); }
      .site_page .page-need .need_list .need_item {
        margin-bottom: 56px;
        padding: 0px 20px 26px;
        text-align: center;
        background: rgba(255, 255, 255, 0.287);
        border: 1px solid rgba(118, 130, 255, 0.287);
        border-radius: 22px; }
        .site_page .page-need .need_list .need_item:nth-child(3n) {
          border-right: 1px solid rgba(118, 130, 255, 0.287); }
        .site_page .page-need .need_list .need_item:nth-child(n+4) {
          border-bottom: 1px solid rgba(118, 130, 255, 0.287); }
        .site_page .page-need .need_list .need_item .need_pic {
          text-align: center; }
          .site_page .page-need .need_list .need_item .need_pic > img {
            margin: -60px auto -40px; }
        .site_page .page-need .need_list .need_item h4 {
          display: block;
          gap: 0px;
          font-size: 1.1428571429rem; }
          .site_page .page-need .need_list .need_item h4::before {
            display: none; }
        .site_page .page-need .need_list .need_item p {
          padding: 14px 0 0px;
          font-size: 0.8571428571rem; }
    .site_page .page-need .pc-btn {
      margin: 0 auto; }
  .site_page .page-what {
    padding: 32px 0 0px;
    background: rgba(0, 84, 255, 0.07); }
    .site_page .page-what .tit {
      font-size: 1.8571428571rem; }
    .site_page .page-what .what_box {
      margin-top: 0px;
      flex-direction: column; }
      .site_page .page-what .what_box.what_reverse {
        gap: 0px; }
        .site_page .page-what .what_box.what_reverse .pc-btn {
          margin-top: 30px;
          padding-top: 0px; }
        .site_page .page-what .what_box.what_reverse .what_pic {
          margin: 30px auto 0; }
    .site_page .page-what .what_pic {
      order: 2;
      text-align: center;
      margin: 0 auto;
      margin-top: 2.1428571429rem; }
      .site_page .page-what .what_pic > img {
        width: 100%;
        max-width: 100%;
        display: none !important; }
        .site_page .page-what .what_pic > img.pic_mobile {
          display: block !important; }
    .site_page .page-what .what_content {
      order: 1;
      max-width: 100%; }
      .site_page .page-what .what_content p {
        padding: 16px 0;
        font-size: 1.1428571429rem; }
      .site_page .page-what .what_content .pc-btn {
        justify-content: center; }
  .site_page .page-favorite {
    padding: 66px 0;
    background: #FFF; }
    .site_page .page-favorite .tit {
      font-size: 1.8571428571rem; }
    .site_page .page-favorite .desc {
      padding: 0; }
    .site_page .page-favorite .fav_list {
      display: none !important; }
    .site_page .page-favorite .fav-swiper {
      padding-top: 80px;
      display: block !important; }
    .site_page .page-favorite .swiper-slide {
      padding: 30px 16px; }
    .site_page .page-favorite .fav_item {
      padding: 24px 20px;
      margin-bottom: 0; }
      .site_page .page-favorite .fav_item .fav_top {
        margin-top: -80px; }
      .site_page .page-favorite .fav_item h4 {
        padding-top: 0px;
        font-size: 16px; }
    .site_page .page-favorite .fav__btn {
      color: #000000DE;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: transparent radial-gradient(closest-side at 50% 50%, #2E82FF 0%, #C7DBFF 100%) 0% 0% no-repeat padding-box; }
      .site_page .page-favorite .fav__btn::after {
        font-weight: 700;
        font-size: 16px; }
      .site_page .page-favorite .fav__btn.swiper-button-prev {
        left: 0px; }
      .site_page .page-favorite .fav__btn.swiper-button-next {
        right: 0px; }
  .site_page .fav_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 0; }
    .site_page .fav_pagination .swiper-pagination-bullet {
      display: block;
      margin: 0;
      width: 12px;
      height: 6px;
      border-radius: 8px;
      background: #CBCBCB;
      opacity: 1; }
    .site_page .fav_pagination .swiper-pagination-bullet-active {
      width: 20px;
      height: 6px;
      border-radius: 8px;
      background: #5E9EFF; }
  .site_page .page-service {
    padding: 60px 0px;
    background: url(../images/vpn-for-common/limit_bg_mob.png) center bottom/cover no-repeat; }
    .site_page .page-service .service-content {
      padding-top: 40px;
      gap: 10px;
      align-items: center; }
    .site_page .page-service .service-item {
      padding: 10px;
      min-width: 0;
      height: 62px; }
      .site_page .page-service .service-item:nth-child(1) {
        order: 1; }
        .site_page .page-service .service-item:nth-child(1) img {
          width: 74px; }
      .site_page .page-service .service-item:nth-child(2) {
        order: 2; }
        .site_page .page-service .service-item:nth-child(2) img {
          width: 60px; }
      .site_page .page-service .service-item:nth-child(3) {
        order: 3; }
        .site_page .page-service .service-item:nth-child(3) img {
          width: 82px; }
      .site_page .page-service .service-item:nth-child(4) {
        order: 6; }
        .site_page .page-service .service-item:nth-child(4) img {
          width: 94px; }
      .site_page .page-service .service-item:nth-child(5) {
        order: 4; }
        .site_page .page-service .service-item:nth-child(5) img {
          width: 110px; }
      .site_page .page-service .service-item:nth-child(6) {
        order: 5; }
        .site_page .page-service .service-item:nth-child(6) img {
          width: 110px; }
      .site_page .page-service .service-item:nth-child(7) {
        order: 7; }
        .site_page .page-service .service-item:nth-child(7) img {
          width: 42px; }
      .site_page .page-service .service-item img {
        width: 50%; }
      .site_page .page-service .service-item.service-big {
        min-width: 0; }
  .site_page .page-best {
    padding: 82px 0 70px; }
    .site_page .page-best .best-cont {
      padding: 50px 0;
      grid-template-columns: repeat(1, minmax(100%, 1fr));
      gap: 46px; }
      .site_page .page-best .best-cont .best_item {
        padding: 16px 38px 40px;
        padding-right: 20px; }
      .site_page .page-best .best-cont .best_top {
        gap: 16px; }
      .site_page .page-best .best-cont .best_pic {
        width: 60px;
        height: 60px; }
        .site_page .page-best .best-cont .best_pic img {
          display: block;
          transform: scale(0.8); }
      .site_page .page-best .best-cont .best_name {
        font-size: 1.1428571429rem; }
      .site_page .page-best .best-cont .best_desc {
        font-size: 0.8571428571rem; }

  .vpn_austria .page-banner .wban-txt,
  .vpn_austria .page-banner .wban-img {
    width: 100%; }
  .vpn_austria .page-banner .wban-img {
    padding-top: 16px; }
    .vpn_austria .page-banner .wban-img .computer-pic {
      width: 100%;
      height: auto;
      max-width: none; }
  .vpn_austria .page-banner .ban_ul {
    padding-top: 0;
    margin: 33px auto 0;
    display: flex;
    justify-content: space-between; }
    .vpn_austria .page-banner .ban_ul li {
      font: 400 16px/1.2 var(--familyLexend);
      color: #656565;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 6px; }
      .vpn_austria .page-banner .ban_ul li::before {
        display: block;
        content: '';
        width: 13px;
        height: 11px;
        flex-shrink: 0;
        background: url(../images/vpn-for-common/ban_check.png) no-repeat center/cover; }
  .vpn_austria .page-feature .desc {
    padding-bottom: 50px; }
  .vpn_austria .page-feature .feature-txt {
    max-width: 100%; }
  .vpn_austria .page-feature .feature-box {
    margin-bottom: 40px; }
  .vpn_austria .page-feature .pc-btn {
    padding-top: 0px; }
  .vpn_austria .page-down {
    background-size: cover; }
    .vpn_austria .page-down .down-img {
      width: 100%; }

  .vpn_gaming {
    background: none; }
    .vpn_gaming .page-banner {
      background: url(../images/vpn-gaming/banner_bg_mob.jpg) center bottom no-repeat;
      background-size: 100% auto; }
      .vpn_gaming .page-banner .wrapper {
        padding: 40px 16px 0; }
      .vpn_gaming .page-banner .wban-txt,
      .vpn_gaming .page-banner .wban-img {
        width: 100%; }
      .vpn_gaming .page-banner .wban-txt {
        padding-top: 0px; }
      .vpn_gaming .page-banner .wban-img {
        margin-top: 40px; }
    .vpn_gaming .page-device::after {
      display: none; }
    .vpn_gaming .page-down {
      background: url(../images/vpn-gaming/bottom_bg_mob.webp) center bottom no-repeat;
      height: auto;
      background-size: cover;
      padding: 2.8571428571rem 0px 400px; }
      .vpn_gaming .page-down .wrapper {
        flex-direction: column; }
      .vpn_gaming .page-down .down-txt {
        max-width: 100%;
        color: #fff;
        text-align: center; }
        .vpn_gaming .page-down .down-txt h2 {
          font-size: 2rem; }
        .vpn_gaming .page-down .down-txt .desc {
          font-size: 1.2857142857rem;
          line-height: 1.5;
          text-align: center; }
      .vpn_gaming .page-down .pc-btn {
        margin-top: 44px;
        justify-content: flex-start; }

  .vpn_smartv .page-banner .wrapper {
    gap: 0px; }
  .vpn_smartv .page-banner .wban-txt,
  .vpn_smartv .page-banner .wban-img {
    width: 100%;
    text-align: center; }
  .vpn_smartv .page-banner .wban-txt {
    width: 100%; }
    .vpn_smartv .page-banner .wban-txt .fh1 {
      padding-bottom: 0;
      font-size: 30px; }
    .vpn_smartv .page-banner .wban-txt .sub-title {
      margin: 28px auto; }
  .vpn_smartv .page-banner .wban-img {
    margin: 40px auto;
    min-width: 0;
    height: auto; }
    .vpn_smartv .page-banner .wban-img .computer-pic {
      position: relative;
      left: 0%;
      top: 0%;
      transform: translate(0%, 0%);
      width: 100%;
      height: auto;
      max-width: 100%; }
  .vpn_smartv .page-feature {
    padding: 60px 0; }
    .vpn_smartv .page-feature .desc {
      padding-bottom: 50px; }
    .vpn_smartv .page-feature .feature-box {
      margin-bottom: 70px; }
    .vpn_smartv .page-feature .feature-txt {
      width: 100%;
      text-align: left; }
      .vpn_smartv .page-feature .feature-txt .txt-desc {
        padding: 16px 0; }
    .vpn_smartv .page-feature .feature-img {
      width: 100%;
      text-align: center; }
  .vpn_smartv .page-down {
    padding-top: 0; }
    .vpn_smartv .page-down .down-txt {
      text-align: center; }
      .vpn_smartv .page-down .down-txt .desc {
        margin-top: 20px;
        text-align: center; }
      .vpn_smartv .page-down .down-txt .pc-btn {
        margin: 30px auto; }
    .vpn_smartv .page-down .down-img {
      margin-left: 0px;
      width: 100%;
      text-align: center;
      height: auto; }

  .vpn_browser .page-banner {
    padding: 40px 16px;
    text-align: center;
    background: transparent linear-gradient(173deg, #FFD9D9 0%, #FFF9E5 24%, #EDFFF5 64%, #E8F2FF 100%) 0% 0% no-repeat padding-box; }
    .vpn_browser .page-banner .wrapper {
      padding: 0px; }
    .vpn_browser .page-banner .wrapper.flexbox {
      padding-top: 0px; }
    .vpn_browser .page-banner .wban-txt,
    .vpn_browser .page-banner .wban-img {
      width: 100%; }
    .vpn_browser .page-banner .wban-txt {
      margin-bottom: 10px;
      width: 100%; }
      .vpn_browser .page-banner .wban-txt .sub-title {
        margin: 0px auto 24px; }
    .vpn_browser .page-banner .wban-img {
      min-width: 0;
      height: auto; }
      .vpn_browser .page-banner .wban-img .computer-pic {
        width: 100%;
        height: auto;
        max-width: 100%; }
    .vpn_browser .page-banner .ban_ul {
      flex-direction: column;
      padding: 0;
      margin: 12px auto 30px; }
  .vpn_browser .purple-step {
    padding: 70px 0 50px; }
  .vpn_browser .feature-show {
    padding: 0px 0 50px; }
    .vpn_browser .feature-show .feature-box {
      padding: 20px 0 30px;
      gap: 40px; }
    .vpn_browser .feature-show .feature-txt {
      order: 1;
      gap: 20px;
      flex-direction: column; }
      .vpn_browser .feature-show .feature-txt .txt-desc {
        text-align: left; }
    .vpn_browser .feature-show .feature-img {
      order: 2; }
  .vpn_browser .page-need .need_list {
    padding-top: 40px; }
    .vpn_browser .page-need .need_list .need_item {
      margin-bottom: 30px;
      padding: 30px 20px; }
      .vpn_browser .page-need .need_list .need_item h4 {
        padding: 12px 0px; }
      .vpn_browser .page-need .need_list .need_item p {
        padding: 0px; }
  .vpn_browser .page-feature {
    padding: 0px 0px 40px; }
    .vpn_browser .page-feature .desc {
      padding-bottom: 24px; }
    .vpn_browser .page-feature .sc_list {
      width: 100%;
      margin: 0px auto 40px;
      gap: 16px;
      grid-template-columns: repeat(1, minmax(100%, 1fr)); }
      .vpn_browser .page-feature .sc_list li {
        gap: 18px;
        padding: 10px;
        flex-direction: row; }
        .vpn_browser .page-feature .sc_list li .list_content h4 {
          font-size: 14px; }
        .vpn_browser .page-feature .sc_list li .list_content p {
          margin-top: 4px;
          font-size: 12px; }
  .vpn_browser .page-faqs .faqs-list.on .faqs-icon {
    transform: rotate(180deg); }
  .vpn_browser .page-faqs .faqs-list .faqs-icon {
    top: 14px;
    right: 0px;
    width: 14px;
    height: 8px;
    transform: rotate(90deg); }
  .vpn_browser .page-faqs .faqs-list .fh6 {
    width: 100%; }
  .vpn_browser .page-faqs .faqs-list .list-tips {
    width: 100%; }
  .vpn_browser .page-down {
    margin: 0 auto 50px;
    min-height: 0;
    padding: 0px 16px;
    width: 100%;
    background: none;
    border: none;
    border-radius: 0; }
    .vpn_browser .page-down .wrapper {
      gap: 30px;
      width: 100% !important; }
    .vpn_browser .page-down .down-img {
      order: 2;
      width: 100%; }
      .vpn_browser .page-down .down-img .down_pic {
        max-width: 100%;
        width: 100%; }
      .vpn_browser .page-down .down-img .money_back {
        width: 94px; }
    .vpn_browser .page-down .down-txt {
      order: 1;
      width: 100%;
      text-align: center; }
      .vpn_browser .page-down .down-txt h2 {
        font-size: 30px; }
      .vpn_browser .page-down .down-txt .desc {
        font-size: 14px;
        color: #727272; }
    .vpn_browser .page-down .pc-btn {
      margin: 30px auto 0;
      justify-content: center; } }

/*# sourceMappingURL=vpn-for.css.map */
