@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%;
        cursor: pointer; }
        .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 a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        gap: 12px; }
        .site_page .page-limit .cont_wrap li a:hover {
          color: #457AFF; }
          .site_page .page-limit .cont_wrap li a:hover p {
            color: inherit; }
      .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); }

@media (min-width: 769px) and (max-width: 1201px) {
  .site_page .wrapper {
    width: calc(100% - 32px) !important;
    flex-wrap: wrap; }

  .site_page .article-title {
    font-size: 30px; }
  .site_page .page-banner {
    padding-top: 100px; }
    .site_page .page-banner .wrapper {
      flex-direction: column;
      gap: 30px; }
    .site_page .page-banner .wban-txt {
      width: 100%;
      text-align: center; }
      .site_page .page-banner .wban-txt .fh1 {
        padding-right: 0px; }
      .site_page .page-banner .wban-txt .pc-btn {
        justify-content: center; }
      .site_page .page-banner .wban-txt ul {
        display: inline-flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        text-align: left; }
        .site_page .page-banner .wban-txt ul li {
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: left; }
    .site_page .page-banner .wban-img {
      width: 100%;
      height: auto;
      text-align: center; }
      .site_page .page-banner .wban-img .computer-pic {
        position: relative;
        left: 0px;
        top: 0px;
        max-width: none;
        width: auto; }
    .site_page .page-banner .equipment {
      margin-left: auto;
      margin-right: auto;
      align-items: center;
      justify-content: center; }
    .site_page .page-banner .banner_icon {
      padding: 0 16px;
      max-width: 100%;
      width: 100%; }
  .site_page .page-step .step-content {
    gap: 30px; }
    .site_page .page-step .step-content > img {
      display: none !important; }
  .site_page .page-best .best-cont {
    grid-template-columns: repeat(2, minmax(auto, 1fr)); }
  .site_page .page-device .icon_wrap {
    gap: 20px;
    grid-template-columns: repeat(4, minmax(110px, 1fr)); }
  .site_page .page-device .cont {
    padding: 30px;
    gap: 35px; }
    .site_page .page-device .cont p.p1 {
      font-size: 48px;
      width: 40%; }
  .site_page .user-comment .user-message {
    width: 100%; }
    .site_page .user-comment .user-message .left-box,
    .site_page .user-comment .user-message .right-box {
      width: 30%; }
  .site_page .user-comment .star-box {
    width: 100%;
    height: auto;
    padding: 10px 16px; }
    .site_page .user-comment .star-box dl {
      width: 33%;
      padding-left: 20px; }
      .site_page .user-comment .star-box dl dt {
        gap: 16px;
        justify-content: flex-start; }
        .site_page .user-comment .star-box dl dt img {
          width: 50px; }
        .site_page .user-comment .star-box dl dt p img {
          width: 80%; }
  .site_page .media-comment .media_img {
    width: 100%;
    max-width: 100%; }
  .site_page .media-comment .media-swiper {
    width: 100%; }
  .site_page .page-down {
    padding-top: 60px; }
    .site_page .page-down .wrapper {
      flex-direction: column;
      gap: 30px; }
    .site_page .page-down .down-img {
      order: 2; }
    .site_page .page-down .down-txt {
      order: 1;
      width: 100%;
      text-align: center; }
    .site_page .page-down .pc-btn {
      justify-content: center; } }
@media (max-width: 768px) {
  .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-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; }
  .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; } }

/*# sourceMappingURL=vpn-page2.css.map */
