@media screen and (max-width: 320px) {
    html {
        font-size: 12px !important;
    }
}
@media (min-width: 321px) and (max-width: 375px) {
    html {
        font-size: 14px !important;
    }
}
@media (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 15.5px !important;
    }
}
@media (min-width: 415px) and (max-width: 768px) {
    html {
        font-size: 18px !important;
    }
}
.blue-circle-container-0 {
    animation:
        blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite,
        blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.blue-circle-container-1 {
    animation:
        blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite,
        blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.blue-circle-container-2 {
    animation:
        blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite,
        blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.blue-circle-container-3 {
    animation:
        blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite,
        blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.blue-circle-container-4 {
    animation:
        blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite,
        blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.blue-circle-container-5 {
    animation:
        blue-circle-anim-x 5s cubic-bezier(0.4, 0, 0.2, 1) infinite,
        blue-circle-anim-y 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes blue-circle-anim-x {
    50% {
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transform: translateX(50px);
    }
}
@keyframes blue-circle-anim-y {
    50% {
        animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
        transform: translateY(30px);
    }
}
.transformY-0 {
    opacity: 0;
    animation: transformY 0s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}
.transformY-1 {
    opacity: 0;
    animation: transformY 0.2s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}
.transformY-2 {
    opacity: 0;
    animation: transformY 0.4s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}
.transformY-3 {
    opacity: 0;
    animation: transformY 0.6s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}
.transformY-4 {
    opacity: 0;
    animation: transformY 0.8s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}
.transformY-5 {
    opacity: 0;
    animation: transformY 1s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}
@keyframes transformY {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
.step-0 {
    opacity: 0;
    transform: translateY(30px);
    transition-duration: 0.6s;
    transition:
        opacity 0.6s 0s,
        transform 0.6s 0s;
}
.step-1 {
    opacity: 0;
    transform: translateY(30px);
    transition-duration: 0.6s;
    transition:
        opacity 0.6s 0.2s,
        transform 0.6s 0.2s;
}
.step-2 {
    opacity: 0;
    transform: translateY(30px);
    transition-duration: 0.6s;
    transition:
        opacity 0.6s 0.4s,
        transform 0.6s 0.4s;
}
.step-3 {
    opacity: 0;
    transform: translateY(30px);
    transition-duration: 0.6s;
    transition:
        opacity 0.6s 0.6s,
        transform 0.6s 0.6s;
}
.step-4 {
    opacity: 0;
    transform: translateY(30px);
    transition-duration: 0.6s;
    transition:
        opacity 0.6s 0.8s,
        transform 0.6s 0.8s;
}
.step-5 {
    opacity: 0;
    transform: translateY(30px);
    transition-duration: 0.6s;
    transition:
        opacity 0.6s 1s,
        transform 0.6s 1s;
}
.step-6 {
    opacity: 0;
    transform: translateY(30px);
    transition-duration: 0.6s;
    transition:
        opacity 0.6s 1.2s,
        transform 0.6s 1.2s;
}
.on .step-0 {
    opacity: 1 !important;
    transform: translateY(0);
}
.on .step-1 {
    opacity: 1 !important;
    transform: translateY(0);
}
.on .step-2 {
    opacity: 1 !important;
    transform: translateY(0);
}
.on .step-3 {
    opacity: 1 !important;
    transform: translateY(0);
}
.on .step-4 {
    opacity: 1 !important;
    transform: translateY(0);
}
.on .step-5 {
    opacity: 1 !important;
    transform: translateY(0);
}
.on .step-6 {
    opacity: 1 !important;
    transform: translateY(0);
}
.home {
    overflow-x: hidden;
    background-color: #fff;
}
.home .button.button-new {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.home .button.button-new .btn-word {
    display: block;
    padding-right: 6px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    flex: 1;
}
.home .button.button-new .new-svg {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.2s;
}
.home .button.button-new .arrow-new {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
}
.home .button.button-new .arrow-new .new-svg {
    width: 12px;
    height: 16px;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.home .button.button-new:hover {
    background: linear-gradient(90deg, #482ed2 0%, #2354d3 100%);
}
.home .button.button-new:hover .btn-word,
.home .button.button-new:hover .arrow-new {
    transform: translatex(-100%) scale(0.1);
    opacity: 0;
    transition: all 0.5s;
}
.home .button.button-new:hover .arrow-new {
    transform: translatex(100%) scale(0.1);
}
.home .button.button-new:hover .new-svg {
    fill: #fff;
    opacity: 1;
    width: 12px;
    height: 16px;
    transition: all 0.2s;
}
.home .button.button-new:hover.button-link.btn-default {
    justify-content: center;
    border: none !important;
}
.home .button.button-new:hover.button-link.btn-default .btn-word {
    color: #fff;
    opacity: 1;
    transform: translatex(12%) scale(1);
}
.home .button.button-new:hover.button-link.btn-default .arrow-new {
    transform: translatex(100%) scale(0);
}
.home .button.button-new:hover.button-link.btn-default .new-svg {
    opacity: 0;
}
.home .button.button-new.button-combe {
    padding: 0 9px 0 28px;
    margin-right: 8px;
    min-width: 225px;
    width: auto;
    height: 56px;
    border-radius: 28px;
    background: linear-gradient(90deg, #482ed2 0%, #2354d3 100%);
}
.home .button.button-new.button-combe .btn-word {
    text-transform: uppercase;
}
.home .button.button-new.button-link.btn-default {
    padding: 0 9px 0 28px !important;
    width: auto !important;
    min-width: 194px;
    height: 56px;
    border-radius: 28px;
    border: 2px solid #e2dcfe !important;
    transition: all 0s ease;
}
.home .button.button-new.button-link.btn-default .btn-word {
    color: #482ed2;
}
.home .button.button-new.button-link.btn-default .arrow-new {
    background: #ede9fe;
}
.home .button.button-new.button-link.btn-default .arrow-new .new-svg {
    fill: #b1a8e2;
    width: 8px;
    height: 12px;
}
.home .button.button-new.button-more {
    padding: 0 9px 0 28px;
    min-width: 164px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid #292931;
}
.home .button.button-new.button-more .btn-word {
    color: #a2a4a8;
}
.home .button.button-new.button-more .arrow-new {
    width: 18px;
    height: 18px;
    background: #34343e;
}
.home .button.button-new.button-more .arrow-new .new-svg {
    width: 4px;
    height: 6px;
    fill: #111115;
}
.home .button.button-new.button-more.more-gray {
    border: 2px solid #e5e5e7;
}
.home .button.button-new.button-more.more-gray .btn-word {
    color: #111115;
}
.home .button.button-new.button-more.more-gray .arrow-new {
    background: #111115;
}
.home .button.button-new.button-more.more-gray .arrow-new .new-svg {
    fill: #fff;
}
.home .button.button-new.button-more.more-gray:hover {
    background: #e5e5e7;
    border-color: #d9d9d9;
}
.home .button.button-new.button-more.more-gray:hover .btn-word,
.home .button.button-new.button-more.more-gray:hover .arrow-new {
    color: #111115;
}
.home .button.button-new.button-more.more-gray:hover .arrow-new {
    background: #111115;
}
.home .button.button-new.button-more.more-gray:hover .new-svg {
    fill: #fff;
}
.home .button.button-new.button-more:hover {
    background: #111115;
    border-color: #2f333b;
}
.home .button.button-new.button-more:hover .btn-word,
.home .button.button-new.button-more:hover .arrow-new {
    color: #fff;
    transform: translatex(0%) scale(1);
    opacity: 1;
    transition: all 0.5s;
}
.home .button.button-new.button-more:hover .arrow-new {
    background: #fff;
    transform: translatex(0%) scale(1);
}
.home .button.button-new.button-more:hover .new-svg {
    fill: #111115;
    opacity: 1;
    width: 4px;
    height: 6px;
    transition: all 0.2s;
}
.home .equipment {
    margin-top: 0;
}
.home .equipment .icon-box a {
    display: inline-block;
    margin-right: 8px;
    width: 41px;
    height: 41px;
    background-size: 41px 41px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.home .equipment .icon-box a.winds {
    background-image: url("../images/home/icon_win.svg");
}
.home .equipment .icon-box a.mac {
    background-image: url("../images/home/icon_apple.svg");
}
.home .equipment .icon-box a.android {
    background-image: url("../images/home/icon_android.svg");
}
.home .equipment .icon-box a.apple {
    background-image: url("../images/home/icon_ios.svg");
}
.home .equipment .icon-box a:hover .equi-icon {
    opacity: 1;
    visibility: visible;
}
.home .equipment .icon-box a:hover .equi-icon.winds {
    background-image: url("../images/home/icon_win__hover.svg");
}
.home .equipment .icon-box a:hover .equi-icon.mac {
    background-image: url("../images/home/icon_apple__hover.svg");
}
.home .equipment .icon-box a:hover .equi-icon.android {
    background-image: url("../images/home/icon_android_hover.svg");
}
.home .equipment .icon-box a:hover .equi-icon.apple {
    background-image: url("../images/home/icon_ios__hover.svg");
}
.home .equipment .icon-box .equi-icon {
    display: block;
    width: 41px;
    height: 41px;
    background-size: 41px 41px;
    background-position: 0 0;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}
.home-banner {
    background-repeat: no-repeat;
    background-position: top center;
}
.home-banner .wrapper {
    position: relative;
    padding-bottom: 0;
}
.home-banner .wrapper.flexbox {
    display: block;
}
.home-banner .banner-txt {
    padding-top: 200px;
    width: 526px;
}
.home-banner .banner-txt .ban-title {
    margin-bottom: 0;
    color: #2354d3;
}
.home-banner .banner-txt .ban-tips {
    margin: 15px 0;
    font-size: 36px;
    line-height: 46px;
}
.home-banner .banner-txt p {
    margin-bottom: 0px;
    color: #111115;
    font-weight: 500;
}
.home-banner .banner-txt .pc-btn {
    margin: 32px 0 18px;
}
.home-banner ._right {
    position: absolute;
    top: 91px;
    right: -242px;
}
.home-banner ._right img {
    position: relative;
    z-index: 1;
}
.home-onlineisr {
    min-height: 970px;
    background-image: url("../images/home/img_banner2_bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
}
.home-online {
    position: relative;
    top: -186px !important;
    padding: 38px 16px 44px;
    background: #111115;
}
.home-online .on-title {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.home-online .on-title img {
    margin-right: 8px;
}
.home-online .on-name {
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
}
.home-online .on-list {
    margin: 40px 0 18px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.home-online .on-list dl {
    position: relative;
    padding: 0 16px;
    width: 33%;
}
.home-online .on-list dl.on-center {
    border-left: 1px solid #32323d;
    border-right: 1px solid #32323d;
}
.home-online .on-list dl dt {
    margin: 0 auto 16px;
    width: 46px;
    height: 46px;
}
.home-online .on-list dl dd > h3 {
    font-size: 14px;
    line-height: 18px;
}
.home-online .on-list dl dd > p {
    margin: 5px auto 0;
    max-width: 230px;
    color: #a2a4a8;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}
.home-online .pc-btn {
    justify-content: center;
}
.home-isr {
    margin-top: -66px;
    padding-bottom: 147px;
}
.home-isr .isr-img {
    width: 582px;
    height: 523px;
}
.home-isr .isr-img > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.home-isr .isr-cont {
    padding-top: 66px;
    width: 515px;
}
.home-isr .isr-cont .isr-name {
    padding-left: 40px;
    color: #ff334d;
    font-size: 20px;
    line-height: 32px;
    background-image: url("../images/home/isr_icon.svg");
    background-size: 32px 32px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.home-isr .isr-cont .isr-title {
    padding: 15px 0;
    color: #111115;
    font-size: 28px;
    line-height: 42px;
}
.home-isr .isr-cont .isr-desc {
    color: #111115;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.home-isr .isr-cont .pc-btn {
    margin: 26px 0 0;
}
.home-isr .isr-cont .pc-btn .isr-button._pc {
    display: flex !important;
}
.home-isr .isr-cont .pc-btn .isr-button._mobile {
    display: none !important;
}
.home-pdf {
    padding-top: 140px;
    background: url(../images/home/img_banner3_bg.webp);
    height: 850px;
}
.home-pdf .isr-img {
    width: 582px;
    height: 523px;
}
.home-pdf .isr-cont {
    padding-top: 106px;
    width: 515px;
}
.home-pdf .isr-cont .isr-name {
    padding-left: 40px;
    color: #3d62cd;
    font-size: 20px;
    line-height: 32px;
    background-image: url("../images/home/icon_pdf.svg");
    background-size: 32px 32px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.home-pdf .isr-cont .isr-name span {
    display: inline-block;
    margin-left: 9px;
    padding-left: 5px;
    padding-right: 11px;
    height: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 15px;
    color: #0e0c1a;
    background-color: #01d990;
}
.home-pdf .isr-cont .isr-title {
    padding: 15px 0;
    color: #111115;
    font-size: 28px;
    line-height: 42px;
}
.home-pdf .isr-cont .isr-desc {
    color: #111115;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.home-pdf .isr-cont .pc-btn {
    margin: 26px 0 0;
}
.home-pdf .isr-cont .pc-btn .isr-button._pc {
    display: flex !important;
}
.home-pdf .isr-cont .pc-btn .isr-button._mobile {
    display: none !important;
}
.home-product {
    padding: 130px 0 30px;
    min-height: 1680px;
    background-image: url("../images/home/img_banner3_bg.png");
    background-repeat: no-repeat;
    background-position: center top;
}
.home-product .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.home-product .pro-list {
    margin-bottom: 100px;
    width: 540px;
}
.home-product .pro-list.idr .pro-name {
    color: #3c60c9;
}
.home-product .pro-list.dpm .pro-name {
    color: #45639a;
}
.home-product .pro-list.ipb .pro-name {
    color: #482ed2;
}
.home-product .pro-list.tdp .pro-name {
    color: #01d990;
}
.home-product .pro-img {
    margin-bottom: 30px;
    width: 540px;
    height: 360px;
}
.home-product .pro-name {
    display: flex;
    align-items: center;
    color: #3c60c9;
    font-size: 16px;
    line-height: 20px;
}
.home-product .pro-name img {
    margin-right: 6px;
}
.home-product .pro-title {
    padding: 12px 0;
    color: #111115;
    font-size: 28px;
    line-height: 42px;
}
.home-product .pro-desc {
    color: #111115;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.home-product .pc-btn {
    margin: 25px 0 0;
}
.home-blog {
    padding: 110px 0;
    background-color: #f6f6f6;
}
.home-blog .hb-title {
    padding: 0 16px 10px;
    color: #111115;
    font-size: 28px;
    line-height: 36px;
}
.home-blog .open-blog {
    position: relative;
    display: inline-block;
    color: #a2a4a8;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.home-blog .open-blog::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    background-color: #a2a4a8;
    width: 100%;
    height: 2px;
    border-radius: 4px;
}
.home-blog .open-blog:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.home-blog .blog-container {
    position: relative;
    margin-top: 60px;
}
.home-blog .homeSwiper {
    margin: 0 auto;
    width: 914px;
    padding-bottom: 58px;
}
.home-blog .swiper-slide {
    margin: 0;
    text-align: left;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
}
.home-blog .swiper-slide .slide-img {
    position: relative;
    width: 100%;
    height: 194px;
    overflow: hidden;
    text-align: center;
}
.home-blog .swiper-slide .slide-img img {
    width: 100%;
    display: block;
    max-width: none;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.home-blog .swiper-slide .slide-title {
    padding: 20px 0 10px;
    color: #111115;
    font-size: 16px;
    line-height: 24px;
    min-height: 100px;
}
.home-blog .swiper-slide .pc-btn {
    margin: 0;
    display: block;
}
.home-blog .swiper-horizontal > .swiper-pagination-progressbar,
.home-blog .swiper-horizontal .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    bottom: 0;
    height: 3px;
    overflow: hidden;
    border-radius: 12px;
    background: transparent;
}
.home-blog .swiper-horizontal > .swiper-pagination-progressbar::before,
.home-blog .swiper-horizontal .swiper-pagination-progressbar.swiper-pagination-horizontal::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 6px;
    transform: translate(0, -50%);
    background: #a2a4a8;
}
.home-blog .swiper-horizontal > .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.home-blog
    .swiper-horizontal
    .swiper-pagination-progressbar.swiper-pagination-horizontal
    .swiper-pagination-progressbar-fill {
    height: 3px;
    border-radius: 12px;
    background: #111115;
}
.home-blog .swiper-button-next,
.home-blog .swiper-button-prev {
    position: absolute;
    top: 94px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    color: #f6f6f6;
}
.home-blog .swiper-button-next::after,
.home-blog .swiper-button-next::before,
.home-blog .swiper-button-prev::after,
.home-blog .swiper-button-prev::before {
    display: none !important;
}
.home-blog .swiper-button-next .blog-svg,
.home-blog .swiper-button-prev .blog-svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: #d6d6de;
}
.home-blog .swiper-button-next:hover,
.home-blog .swiper-button-prev:hover {
    transition: all 0.3s ease;
}
.home-blog .swiper-button-next:hover .blog-svg,
.home-blog .swiper-button-prev:hover .blog-svg {
    fill: #111115;
}
.home-blog .swiper-button-next .blog-svg {
    transform: rotate(180deg);
}
.home-blog .swiper-button-next.swiper-button-disabled,
.home-blog .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
}
.home-software {
    padding: 100px 0 120px;
    background-color: #0d0c17;
}
.home-software .wrapper {
    padding: 0 16px;
}
.home-software .soft-title {
    font-size: 28px;
    line-height: 36px;
}
.home-software .soft-desc {
    margin: 0 auto;
    max-width: 902px;
    padding: 10px 0 78px;
    color: #e5e5e7;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.home-software .software_pic > img {
    width: auto;
    max-width: none;
}
@media (min-width: 769px) and (max-width: 1101px) {
    .home {
      .flexbox {
        flex-wrap: wrap;
        justify-content: center;
      }
  
      .flexbox.spec_ipad {
        flex-direction: column-reverse;
        align-items: center;
      }
  
      .home_feature .flexbox {
        gap: 0px;
      }
      .home_vpn .feature_cont {
        margin-top: 50px;
      }
      .home-banner .payment {
        width: 100%;
        padding: 20px;
        margin: 30px auto 60px;
        .pay_item {
          flex-direction: column;
          width: fit-content;
  
          strong {
            font-size: 20px;
          }
  
          a {
            font-size: 16px;
            text-wrap: nowrap;
          }
        }
      }
      
      .home-isr {
        padding-top: 0px;
        margin-top: 50px;
  
        .isr-img {
          width: 60%;
          height: fit-content;
  
          &>img {
            width: 100%;
          }
  
          .isr_box {
            right: 35px;
          }
        }
  
        .isr-cont {
          padding-top: 30px;
          width: 70%;
        }
      }
  
      .home_pdf,
      .home_ied,
      .home_ivc {
        .feature_pic {
          width: 70%;
          height: auto;
  
          img {
            width: 100%;
          }
        }
      }
  
      .home_ivc {
        
        .feature_pic {
          .fea_video1 {
            left: 58%;
            top: 8%;
          }
  
          .fea_video2 {
            left: 35%;
            top: 39%;
          }
  
          .fea_video3 {
            left: 92%;
            top: 32%;
          }
  
          .fea_video4 {
            left: 72%;
            top: 55%;
          }
  
          .fea_video5 {
            left: 35%;
            top: 86%;
          }
        }
  
        .feature_cont {
          padding-top: 50px;
        }
      }
  
      .home-vpn {
        height: auto;
        padding-top: 0;
        padding-bottom: 50px;
      }
  
      .home-vpn .isr-cont {
        padding-top: 0;
      }
  
      .home-vpn .isr-img {
        width: 100%;
        height: auto;
  
        ._autow {
          width: 45%;
          height: auto;
          margin: 10px auto 0;
        }
      }
    }
    .home-blog {
      .homeSwiper {
        width: 90%;
      }
    }
  
    .home-banner .wrapper {
      box-sizing: border-box;
      padding: 0 2%;
      align-items: center;
        &.flexbox{
            flex-direction: row;
        }
      ._right {
        flex: 1;
        width: 50%;
        height: fit-content;
  
        img {
          width: 100%;
          height: auto;
        }
  
        &.isr_img_ban {
          img {
            width: 100%;
            height: auto;
          }
        }
      }
  
      .banner-txt {
        width: 50%;
  
        &.isr {
          width: 45%;
        }
  
        .ban-tips {
          font-size: 24px;
        }
      }
    }
  
    .home-banner {
      &.isr ._right{
        width: 60%;
      }
      .banner-txt {
        width: 340px;
        padding-top: 130px;
  
        .ban-tips {
          font-size: 26px;
        }
  
        p {
          font-size: 14px;
        }
  
        .pc-btn {
          width: 120%;
          margin-bottom: 20px;
        
          .new-buy-btn {
            width: 100%;
            margin-top: 12px;
  
            a {
              width: 290px !important;
            }
          }
        }
      }
    }
  
    body .home_feature .feature_pic>img {
      width: 60%;
      margin: 0 auto 0;
    }
  
    body .home_feature .flexbox {
      gap: 0;
    }
  
    body {
      .home-onlineisr {
        padding-top: 60px;
      }
  
      .home-isr {
        padding-top: 60px;
        padding-bottom: 60px;
  
        .isr-img {
          transform: scale(0.8) translate3d(0, 0, 0) !important;
        }
      }
  
      .home-product{
        .pro-img {
            transform: scale(0.8) translate3d(0, 0, 0) !important;
      
          }
          .pro-cont{
            width: 90%;
            margin: 0px auto;
          }
      }
      
  
      .home-blog .tab_ul li {
        width: 45%;
      }
  
      .home-software {
        img._autow {
          width: 100%;
        }
      }
    }
  }
@media (max-width: 768px) {
    .home {
        background-color: #fff;
    }
    .home .nav-left .nav-menu .nav-list .fb2 {
        color: #1e1c2c;
    }
    .home .nav-left .nav-menu .nav-list span i {
        background-size: 0.8571428571rem 8rem;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .home .pc-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .home .button.button-new .btn-word {
        font-size: 0.8571428571rem;
    }
    .home .button.button-new .arrow-new {
        width: 2.7142857143rem;
        height: 2.7142857143rem;
    }
    .home .button.button-new .arrow-new .new-svg {
        fill: #fff !important;
        opacity: 1 !important;
    }
    .home .button.button-new .new-svg {
        opacity: 0 !important;
    }
    .home .button.button-new:hover {
        background: linear-gradient(90deg, #482ed2 0%, #2354d3 100%);
    }
    .home .button.button-new:hover .btn-word,
    .home .button.button-new:hover .arrow-new {
        transform: translatex(0%) scale(1);
        opacity: 1;
    }
    .home .button.button-new:hover .arrow-new {
        transform: translatex(0%) scale(1);
    }
    .home .button.button-new:hover .arrow-new .new-svg {
        opacity: 1 !important;
    }
    .home .button.button-new:hover .new-svg {
        opacity: 0 !important;
    }
    .home .button.button-new.button-combe {
        padding: 0rem 3px 0 2.1428571429rem;
        margin-right: 0;
        min-width: 17.4285714286rem;
        max-width: 90%;
        height: 3.2857142857rem;
        border-radius: 1.6428571429rem;
    }
    .home .button.button-new.button-combe .arrow-new .new-svg {
        fill: #111115 !important;
    }
    .home .button.button-new.button-link.btn-default {
        display: none !important;
    }
    .home .button.button-new.button-more {
        padding: 0 0.3571428571rem 0 1.4285714286rem;
        min-width: 16.9285714286rem;
        max-width: 90%;
        height: 2.5714285714rem;
        border-radius: 1.2857142857rem;
    }
    .home .button.button-new.button-more .arrow-new {
        width: 1.7857142857rem;
        height: 1.7857142857rem;
    }
    .home .button.button-new.button-more .arrow-new .new-svg {
        width: 4px !important;
        height: 6px !important;
        fill: #111115 !important;
    }
    .home .button.button-new.button-more.more-gray {
        border: 2px solid #e5e5e7;
    }
    .home .button.button-new.button-more.more-gray .btn-word {
        color: #111115;
    }
    .home .button.button-new.button-more.more-gray .arrow-new {
        background: #111115;
    }
    .home .button.button-new.button-more.more-gray .arrow-new .new-svg {
        fill: #fff !important;
    }
    .home .button.button-new.button-more.more-gray:hover {
        background: #e5e5e7;
        border-color: #d9d9d9;
    }
    .home .button.button-new.button-more.more-gray:hover .btn-word,
    .home .button.button-new.button-more.more-gray:hover .arrow-new {
        color: #111115;
    }
    .home .button.button-new.button-more.more-gray:hover .arrow-new {
        background: #111115;
    }
    .home .button.button-new.button-more.more-gray:hover .new-svg {
        fill: #fff;
    }
    .home .button.button-new.button-more:hover {
        background: #111115;
        border-color: #2f333b;
    }
    .home .button.button-new.button-more:hover .btn-word,
    .home .button.button-new.button-more:hover .arrow-new {
        color: #fff;
        transform: translatex(0%) scale(1);
        opacity: 1;
        transition: all 0.5s;
    }
    .home .button.button-new.button-more:hover .arrow-new {
        background: #fff;
        transform: translatex(0%) scale(1);
    }
    .home .button.button-new.button-more:hover .new-svg {
        fill: #111115;
        opacity: 1;
        width: 10px;
        height: 16px;
        transition: all 0.2s;
    }
    .home .equipment {
        display: block;
        max-width: none;
        width: 100%;
        padding: 0 1.1428571429rem;
    }
    .home .equipment .icon-box {
        justify-content: center;
    }
    .home .equipment .icon-box a {
        margin: 0 6px;
        width: 36px;
        height: 36px;
        background-size: 36px 36px;
    }
    .home .equipment .icon-box .equi-icon {
        background-size: 36px 36px;
    }
    .home-banner {
        height: auto;
        min-height: 69.8571428571rem;
        background-image: url("../images/home/img_banner_bg_mob.webp");
        background-size: cover;
    }
    .home-banner .banner-txt {
        padding: 1.5714285714rem 0 0;
        width: 100%;
        text-align: center;
    }
    .home-banner .banner-txt ._left {
        margin: 0 auto;
        margin-top: 1.4285714286rem;
        max-width: 26.7857142857rem;
        width: 100%;
        height: auto;
        max-height: 19.2857142857rem;
    }
    .home-banner .banner-txt .ban-title {
        padding: 0 1.1428571429rem;
        font-size: 0.8571428571rem;
        line-height: 1.1428571429rem;
    }
    .home-banner .banner-txt .ban-tips {
        padding: 0 1.1428571429rem;
        margin: 2rem 0 0rem 10px;
        font-size: 1.5714285714rem;
        line-height: 2.2857142857rem;
    }
    .home-banner .banner-txt p {
        padding: 0 1.1428571429rem;
        font-size: 0.8571428571rem;
        line-height: 1.2857142857rem;
    }
    .home-banner .banner-txt .pc-btn {
        padding: 0 1.1428571429rem;
        margin: 1.4285714286rem 0 0.8571428571rem;
    }
    .home-onlineisr {
        height: auto;
        padding-bottom: 0rem;
        min-height: 79.6428571429rem;
        background-image: url("../images/home/img_banner2_bg_mob.webp");
        background-size: cover;
    }
    .home-online {
        top: -20rem !important;
        width: 91% !important;
        padding: 3.2857142857rem 1.5714285714rem;
    }
    .home-online .on-title {
        font-size: 1.1428571429rem;
        line-height: 1.7142857143rem;
    }
    .home-online .on-name {
        font-size: 1rem;
        line-height: 1.5714285714rem;
    }
    .home-online .on-list {
        margin: 0 0 2rem;
        display: block;
    }
    .home-online .on-list dl {
        padding: 0 1.1428571429rem;
        width: 100%;
    }
    .home-online .on-list dl.on-center {
        border: none;
    }
    .home-online .on-list dl dt {
        margin: 0 auto 0.5714285714rem;
        width: 3.2857142857rem;
        height: 3.2857142857rem;
    }
    .home-online .on-list dl dd > h3 {
        font-size: 0.8571428571rem;
        line-height: 1.7142857143rem;
    }
    .home-online .on-list dl dd > p {
        margin: 0.5714285714rem auto 0;
        max-width: none;
        font-size: 0.8571428571rem;
        line-height: 1.2857142857rem;
    }
    .home-online .pc-btn {
        justify-content: center;
    }
    .home-isr,
    .home-pdf {
        margin-top: -15.7142857143rem;
        padding: 0 1.1428571429rem;
        text-align: center;
    }
    .home-isr .isr-img,
    .home-pdf .isr-img {
        max-width: 24.5rem;
        width: 91%;
        height: auto;
        max-height: 22rem;
    }
    .home-isr .isr-img > img,
    .home-pdf .isr-img > img {
        width: 100%;
        height: 100%;
    }
    .home-isr .isr-cont,
    .home-pdf .isr-cont {
        padding: 3.4285714286rem 0 4.2857142857rem;
        width: 100%;
    }
    .home-isr .isr-cont .isr-name,
    .home-pdf .isr-cont .isr-name {
        padding-left: 0;
        font-size: 0.8571428571rem;
        line-height: 1.7142857143rem;
        background: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-isr .isr-cont .isr-name > img,
    .home-pdf .isr-cont .isr-name > img {
        margin-right: 0.7142857143rem;
    }
    .home-isr .isr-cont .isr-title,
    .home-pdf .isr-cont .isr-title {
        padding: 1.0714285714rem 0;
        font-size: 1.5714285714rem;
        line-height: 2.4285714286rem;
    }
    .home-isr .isr-cont .isr-desc,
    .home-pdf .isr-cont .isr-desc {
        font-size: 0.8571428571rem;
        line-height: 1.2857142857rem;
    }
    .home-isr .isr-cont .pc-btn,
    .home-pdf .isr-cont .pc-btn {
        margin: 1.7857142857rem 0 0;
    }
    .home-isr .isr-cont .pc-btn .isr-button._pc,
    .home-pdf .isr-cont .pc-btn .isr-button._pc {
        display: none !important;
    }
    .home-isr .isr-cont .pc-btn .isr-button._mobile,
    .home-pdf .isr-cont .pc-btn .isr-button._mobile {
        display: flex !important;
    }
    .home-isr .isr-cont .pc-btn .isr-button.button-new.button-more,
    .home-pdf .isr-cont .pc-btn .isr-button.button-new.button-more {
        padding: 0rem 3px 0 2.1428571429rem;
        margin-right: 0;
        min-width: 17.4285714286rem;
        max-width: 90%;
        height: 3.2857142857rem;
        border-radius: 1.6428571429rem;
        border: none !important;
        background: linear-gradient(90deg, #482ed2 0%, #2354d3 100%) !important;
    }
    .home-isr .isr-cont .pc-btn .isr-button.button-new.button-more .btn-word,
    .home-pdf .isr-cont .pc-btn .isr-button.button-new.button-more .btn-word {
        color: #fff;
        font-size: 1rem !important;
        letter-spacing: 1px;
    }
    .home-isr .isr-cont .pc-btn .isr-button.button-new.button-more .arrow-new,
    .home-pdf .isr-cont .pc-btn .isr-button.button-new.button-more .arrow-new {
        width: 2.7142857143rem;
        height: 2.7142857143rem;
        background: #fff;
    }
    .home-isr .isr-cont .pc-btn .isr-button.button-new.button-more .arrow-new .new-svg,
    .home-pdf .isr-cont .pc-btn .isr-button.button-new.button-more .arrow-new .new-svg {
        fill: #111115 !important;
        width: 8px !important;
        height: 12px !important;
    }
    .home-pdf {
        height: auto;
        margin-top: 0;
    }
    .home-pdf .wrapper {
        flex-wrap: wrap-reverse;
        display: flex;
    }
    .home-pdf .wrapper .isr-img {
        margin-top: 4.2857142857rem;
    }
    .home-product {
        padding: 3.8571428571rem 0;
        background-image: url("../images/home/img_banner3_bg_mob.webp");
        background-size: cover;
    }
    .home-product .wrapper {
        display: flex !important;
        padding: 0 1.1428571429rem;
    }
    .home-product .pro-list {
        margin-bottom: 3.5714285714rem;
        width: 100%;
    }
    .home-product .pro-img {
        margin: 0 auto;
        margin-bottom: 1.0714285714rem;
        max-width: 24.5rem;
        width: 91%;
        height: auto;
        max-height: 16.3571428571rem;
    }
    .home-product .pro-img > img {
        width: 100%;
        max-width: 100%;
    }
    .home-product .pro-name {
        justify-content: center;
        font-size: 0.8571428571rem;
        line-height: 1.1428571429rem;
    }
    .home-product .pro-name img {
        margin-right: 0.7142857143rem;
    }
    .home-product .pro-title {
        padding: 0 0 0.7142857143rem;
        font-size: 1.2857142857rem;
        line-height: 1.8571428571rem;
        text-align: center;
    }
    .home-product .pro-desc {
        font-size: 0.8571428571rem;
        line-height: 1.2857142857rem;
        text-align: center;
    }
    .home-product .pc-btn {
        margin: 1.0714285714rem 0 0;
    }
    .home-blog {
        padding: 4.1428571429rem 1.1428571429rem;
    }
    .home-blog .hb-title {
        padding: 0 0.7142857143rem;
        font-size: 1.2857142857rem;
        line-height: 2rem;
    }
    .home-blog .open-blog {
        font-size: 0.8571428571rem;
        line-height: 0.8571428571rem;
    }
    .home-blog .open-blog::before {
        bottom: 1px;
        height: 1px;
        border-radius: 2px;
    }
    .home-blog .blog-container {
        margin-top: 1.6428571429rem;
    }
    .home-blog .homeSwiper {
        width: 64%;
        padding-bottom: 3.7142857143rem;
    }
    .home-blog .swiper-slide {
        margin: 0;
        overflow: hidden;
    }
    .home-blog .swiper-slide .slide-img {
        margin: 0;
        width: 16.8571428571rem;
        height: 12.7142857143rem;
    }
    .home-blog .swiper-slide .slide-title {
        padding: 1.2857142857rem 0 0.7142857143rem;
        margin: 0 auto;
        font-size: 0.8571428571rem;
        line-height: 1.2857142857rem;
        min-height: 7.1428571429rem;
    }
    .home-blog .swiper-button-next,
    .home-blog .swiper-button-prev {
        top: 94px;
    }
    .home-blog .pc-btn {
        display: block !important;
        width: 100%;
    }
    .home-blog .button.button-new.button-more {
        min-width: 98%;
        max-width: 98%;
        height: 2.5714285714rem;
        border-radius: 1.2857142857rem;
    }
    .home-software {
        padding: 4rem 0;
    }
    .home-software .wrapper {
        padding: 0 1.1428571429rem;
    }
    .home-software .wrapper img {
        display: inline-block;
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .home-software .soft-title {
        font-size: 1.2857142857rem;
        line-height: 1.5714285714rem;
    }
    .home-software .soft-desc {
        max-width: none;
        padding: 0.5714285714rem 0 4.7142857143rem;
        font-size: 0.8571428571rem;
        line-height: 1.2857142857rem;
    }
    .home-software .software_pic > img {
        width: 100%;
        max-width: 100%;
    }
}
.home_feature {
    min-height: 850px;
    padding: 50px 16px;
    background: url(../images/home/update_ied/ied_bg.jpg) center center/cover no-repeat;
}
.home_feature .flexbox {
    gap: 70px;
    align-items: center;
    min-height: inherit;
    height: inherit;
}
.home_feature .feature_cont {
    position: relative;
    max-width: 520px;
}
.home_feature .feature_name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font: 500 22px/14px Lexend;
    letter-spacing: 0px;
    color: #586ae9;
}
.home_feature .feature_name > img {
    width: 29px;
    height: 29px;
    flex-shrink: 0;
}
.home_feature .feature_name b {
    font: inherit;
    color: inherit;
}
.home_feature .feature_subtitle {
    padding: 15px 0;
    font: 700 28px/1.5 Lexend;
    color: #111115;
}
.home_feature .feature_desc {
    padding-bottom: 30px;
    font: 500 14px/1.5 Lexend;
    color: #111115;
}
.home_feature .feature_desc a {
    color: #2360ff;
}
.home_feature .feature_desc a:hover {
    color: #0054ff;
    text-decoration: underline;
}
.home_feature .feature_pic {
    position: relative;
    width: 590px;
    text-align: center;
}
.home_feature .feature_pic > img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: none;
    height: auto;
}
.home-banner {
    width: 100%;
    height: 100%;
    text-align: left;
}
.home-banner ._right {
    text-align: center;
}
.home-banner.isr {
    background-image: url("../images/home/update_202505/img_banner_bg.jpg");
    background-size: cover;
}
.home-banner.isr .banner-txt {
    padding-top: 300px;
}
.home-banner.isr ._right {
    padding-top: 90px;
    top: 200px;
    right: -50px;
    width: 699px;
    height: 540px;
}
.home-banner.isr .equipment .icon-box {
    gap: 10px;
}
.home-banner.isr .img_wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #9e9eab;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-banner.isr .img_wrap img {
    cursor: pointer;
    width: auto;
    max-width: none;
    height: auto;
}
.banner_list {
    padding-top: 0;
}
.banner_list li {
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.2;
}
.banner_arrows {
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding: 0 6%;
    box-sizing: border-box;
    top: 50%;
    width: 100%;
    height: 56px;
    z-index: 10;
}
.banner_arrows > span {
    width: 56px;
    height: 56px;
    cursor: pointer;
    user-select: none;
}
.banner_arrows .prev {
    transform: rotate(180deg);
    background: url("../images/home/update_202505/bannerb_r.webp") no-repeat center center;
}
.banner_arrows .prev:hover {
    background: url("../images/home/update_202505/bannerb_r_hover.webp") no-repeat center center;
}
.banner_arrows .next {
    background: url("../images/home/update_202505/bannerb_r.webp") no-repeat center center;
}
.banner_arrows .next:hover {
    background: url("../images/home/update_202505/bannerb_r_hover.webp") no-repeat center center;
}
.banner_ol {
    position: absolute;
    text-align: center;
    left: 50% !important;
    bottom: 30px !important;
    transform: translateX(-50%);
    width: fit-content !important;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    box-sizing: border-box;
    padding: 0 12px;
    background: rgba(5, 5, 23, 0.15);
    border-radius: 18px;
    backdrop-filter: blur(4px);
    z-index: 10;
}
.banner_ol.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    cursor: pointer;
    transition: width 0.3s;
    opacity: 1;
}
.banner_ol.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    width: 39px;
    background: rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 50%, #fff 50%);
    background-size: 200%;
    background-position-x: 0;
    animation: position 10s linear forwards;
}
.home-onlineisr {
    margin-top: 0;
    min-height: 970px;
    padding-top: 100px;
    background: none;
}
.home-onlineisr .tit_h3 {
    padding: 12px 0;
    font-weight: 600;
    font-size: 52px;
    color: #0d0e0e;
    line-height: 48px;
    text-align: center;
}
.home-onlineisr .tit_h3 a {
    color: #2360ff;
}
.home-onlineisr .tit_h3 a:hover {
    color: #0054ff;
    text-decoration: underline;
}
.home-onlineisr .p1 {
    padding: 0 20%;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 24px;
    color: #b3b9c6;
    line-height: 36px;
    text-align: center;
}
.home-onlineisr .p1 a {
    color: #2360ff;
}
.home-onlineisr .p1 a:hover {
    color: #0054ff;
    text-decoration: underline;
}
.home_vpn {
    padding-top: 0;
}
.home_ivc {
    min-height: 903px;
    background: url(../images/home/ivc/ivc_banner_bg.jpg) center center/cover no-repeat;
}
.home_ivc .feature_cont {
    max-width: 550px;
}
.home_ivc .feature_name {
    color: #482ed2;
}
.home_ivc .fea_video {
    display: block;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: url(../images/home/ivc/star.png) center center/cover no-repeat;
}
.home_ivc .fea_video.play {
    background: url(../images/home/ivc/play.png) center center/cover no-repeat;
}
.home_ivc .fea_video.fea_video1 {
    left: 426px;
    top: 53px;
}
.home_ivc .fea_video.fea_video2 {
    left: 256px;
    top: 231px;
}
.home_ivc .fea_video.fea_video3 {
    left: 682px;
    top: 191px;
}
.home_ivc .fea_video.fea_video4 {
    left: 535px;
    top: 324px;
}
.home_ivc .fea_video.fea_video5 {
    left: 258px;
    top: 499px;
}
.home_ied .feature_cont {
    max-width: 550px;
}
.home-isr {
    padding: 150px 0 116px;
    background-image: url("../images/home/img_banner2_bg.webp");
    background-repeat: no-repeat;
    background-position: center top;
}
.home-isr .isr-img > img {
    width: auto;
    height: auto;
    max-width: none;
}
.home-isr .isr_box {
    position: absolute;
    width: 118px;
    height: 118px;
    background: #111115 0% 0% no-repeat padding-box;
    right: 0;
    bottom: 30%;
    cursor: pointer;
}
.home-isr .isr_box .isr_icon1,
.home-isr .isr_box .isr_icon2 {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: auto;
    max-width: none;
}
.home-isr:hover .isr_icon1 {
    animation: isr_ani 1s infinite ease-in-out;
    animation-duration: 1s;
    animation-delay: 0;
}
.home-isr:hover .isr_icon2 {
    animation: isr_ani 1.3s infinite ease-in-out;
    animation-duration: 1.3s;
    animation-delay: 0;
}
.home-product .product-content {
    display: grid;
    place-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.home-product .pro-list {
    margin-bottom: 0px;
    padding-bottom: 70px;
    display: grid;
    gap: 0px;
    grid-row: span 5;
    grid-template-rows: subgrid;
    max-width: 540px;
}
.home-product .pro-img .idr_box {
    position: absolute;
    width: 212px;
    height: 60px;
    top: 80px;
    left: 23px;
    background: #482ed2 0% 0% no-repeat padding-box;
}
.home-product .pro-img .idr_box img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 20px;
    width: auto;
    height: auto;
    max-width: none;
}
.home-product .pro-img .idr_box p {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 16px;
    left: 65px;
}
.home-product .pro-img .idr_box .pro_bg {
    position: absolute;
    top: 36px;
    left: 62px;
    width: 124px;
    height: 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.2);
}
.home-product .pro-img .idr_box .pro_bg .pro_item {
    display: block;
    background: #fff;
    height: 8px;
    border-radius: 4px;
    width: 62px;
}
.home-product .pro-img .ied_box {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 157px;
    height: 157px;
}
.home-product .pro-img .ied_box .tdp_icon2 {
    position: absolute;
    width: 64px;
    height: 54px;
    top: -30px;
    right: -16px;
    transform-origin: left bottom;
}
.home-product .pro-list.idr:hover .pro_item {
    animation: idr_ani 0.5s forwards ease-in-out;
}
.home-product .pro-list.idr:hover .idr_icon1 {
    animation: idr_img 0.5s forwards ease-in-out;
}
.home-product .pro-list.ied:hover .tdp_icon2 {
    animation: ide_ani 0.5s forwards ease-in-out;
}
.home-blog {
    padding: 110px 0;
    background-color: #f6f6f6;
}
.home-blog .hb-title {
    font-weight: bold;
    padding: 0 16px 10px;
    color: #111115;
    font-size: 28px;
    line-height: 1.5;
}
.home-blog .tab_ul {
    display: inline-flex;
    height: 64px;
    border-radius: 9999px;
    background: transparent linear-gradient(90deg, #ffe5e5 0%, #e6d8ff 100%) 0% 0% no-repeat padding-box;
    margin: 38px auto 0;
    justify-content: center;
    align-items: center;
    padding: 5px;
    gap: 26px;
}
.home-blog .tab_ul li {
    padding: 0 34px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    color: #111115;
    font-size: 18px;
    opacity: 0.44;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.home-blog .tab_ul li.on {
    opacity: 1;
    background: #fff;
    box-shadow: 0px 0px 15px #ffb8c1a1;
    transition: all 0.3s ease;
}
.home-blog .blog-container {
    position: relative;
    margin-top: 60px;
}
.home-blog .blog-container > .swi_wrap {
    display: none;
}
.home-blog .blog-container > .swi_wrap.on {
    display: block;
}
.home-blog .homeSwiper,
.home-blog .homeSwiper1.homeSwiper2.homeSwiper3 {
    margin: 0 auto;
    width: 66%;
    padding-bottom: 58px;
}
.home-blog .swiper-wrapper {
    align-items: stretch;
}
.home-blog .blog_inner {
    display: grid;
    gap: 30px;
    grid-row: span 3;
    grid-template-rows: subgrid;
    width: 100%;
}
.home-blog .swiper-slide {
    margin: 0;
    text-align: left;
    height: auto !important;
    flex-direction: column;
    justify-content: space-between !important;
    align-items: flex-start;
}
.home-blog .swiper-slide .slide-img {
    flex-shrink: 0;
}
.home-blog .swiper-slide .slide-cont {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.home-blog .swiper-slide .slide-title {
    min-height: 0;
}
.home-blog .swiper-horizontal > .swiper-pagination-progressbar,
.home-blog .swiper-horizontal .swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    bottom: 0;
    height: 3px;
    overflow: hidden;
    border-radius: 12px;
    background: transparent;
}
.home-blog .swiper-horizontal > .swiper-pagination-progressbar::before,
.home-blog .swiper-horizontal .swiper-pagination-progressbar.swiper-pagination-horizontal::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 6px;
    transform: translate(0, -50%);
    background: #a2a4a8;
}
.home-blog .swiper-horizontal > .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.home-blog
    .swiper-horizontal
    .swiper-pagination-progressbar.swiper-pagination-horizontal
    .swiper-pagination-progressbar-fill {
    height: 3px;
    border-radius: 12px;
    background: #111115;
}
.home-blog .swiper-button-next,
.home-blog .swiper-button-prev {
    position: absolute;
    top: 94px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    color: #f6f6f6;
}
.home-blog .swiper-button-next::after,
.home-blog .swiper-button-next::before,
.home-blog .swiper-button-prev::after,
.home-blog .swiper-button-prev::before {
    display: none !important;
}
.home-blog .swiper-button-next .blog-svg,
.home-blog .swiper-button-prev .blog-svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: #d6d6de;
}
.home-blog .swiper-button-next:hover,
.home-blog .swiper-button-prev:hover {
    transition: all 0.3s ease;
}
.home-blog .swiper-button-next:hover .blog-svg,
.home-blog .swiper-button-prev:hover .blog-svg {
    fill: #111115;
}
.home-blog .swiper-button-next .blog-svg {
    transform: rotate(180deg);
}
.home-blog .swiper-button-next.swiper-button-disabled,
.home-blog .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
}
@media (max-width: 1440px) {
    .wrapper {
        width: calc(100% - 16px) !important;
    }
    .home-blog .homeSwiper,
    .home-blog .homeSwiper1.homeSwiper2.homeSwiper3 {
        width: 90%;
    }
    .home-product .product-content {
        gap: 30px;
    }
    .home-product .pro-list {
        max-width: none;
        width: auto;
    }
    .home-product .pro-img {
        width: 100%;
        height: auto;
    }
    .home-product .pro-img > img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .home-blog .tab_ul {
        height: auto;
        margin: 20px auto 0;
        gap: 16px;
        flex-wrap: wrap;
    }
    .home-blog .tab_ul li {
        padding: 0 20px;
        min-width: 0;
        height: 40px;
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .home_feature {
        min-height: 0;
        padding: 80px 16px;
        background-size: cover;
    }
    .home_feature .flexbox {
        display: flex !important;
        gap: 50px;
        min-height: 0;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap-reverse;
    }
    .home_feature .feature_cont {
        order: 2;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .home_feature .feature_name {
        justify-content: center;
        font-size: 16px;
    }
    .home_feature .feature_name > img {
        width: 29px !important;
        height: 29px !important;
    }
    .home_feature .feature_subtitle {
        font-size: 26px;
    }
    .home_feature .feature_pic {
        order: 1;
        width: 100%;
    }
    .home_feature .feature_pic > img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .home-banner {
        width: 100%;
        height: auto;
        text-align: center;
        min-height: 0;
        padding-bottom: 100px;
    }
    .home-banner .banner-txt .ban-tips {
        padding: 0;
    }
    .home-banner .banner-txt > p {
        padding-left: 16px;
        padding-right: 16px;
    }
    .home-banner ._left > img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .home-banner ._right {
        text-align: center;
    }
    .home-banner.isr {
        background-size: cover;
    }
    .home-banner.isr ._left {
        margin-bottom: 80px;
    }
    .home-banner.isr .banner-txt {
        padding-top: 200px;
    }
    .home-banner.isr .banner-txt p {
        margin-top: 40px;
    }
    .home-banner.isr .banner-txt .pc-btn {
        margin: 40px auto 20px;
    }
    .home-onlineisr {
        margin-top: 0;
        min-height: 970px;
        padding-top: 100px;
        background: none;
    }
    .home-onlineisr .tit_h3 {
        padding: 12px 0;
        font-size: 26px;
        line-height: 1.5;
    }
    .home-onlineisr .p1 {
        padding: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
    }
    .home-blog .homeSwiper,
    .home-blog .homeSwiper1.homeSwiper2.homeSwiper3 {
        width: 70%;
    }
    .home-isr,
    .home-pdf {
        margin-top: 0;
    }
    .home-product .product-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-product .pro-list {
        padding-bottom: 40px;
    }
    .home-product .pro-list img._mobile {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .home_ivc {
        min-height: 0;
    }
    .home_ivc .fea_video {
        width: 20px;
        height: 20px;
    }
    .home_ivc .fea_video.fea_video1 {
        left: 58%;
        top: 8%;
    }
    .home_ivc .fea_video.fea_video2 {
        left: 58%;
        top: 8%;
    }
    .home_ivc .fea_video.fea_video3 {
        left: 92%;
        top: 32%;
    }
    .home_ivc .fea_video.fea_video4 {
        left: 72%;
        top: 56%;
    }
    .home_ivc .fea_video.fea_video5 {
        left: 35%;
        top: 87%;
    }
    .home-blog {
        padding: 110px 0;
        background-color: #f6f6f6;
    }
    .home-blog .hb-title {
        font-size: 20px;
    }
    .home-blog .tab_ul {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
        border-radius: 32px;
        padding: 16px;
        gap: 12px;
    }
    .home-blog .tab_ul li {
        font-size: 14px;
    }
}
@keyframes isr_ani {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.3);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes pdf_arrow {
    0% {
        left: 100px;
        opacity: 1;
    }
    19% {
        left: 100px;
        opacity: 0;
    }
    20% {
        left: 118px;
        opacity: 1;
    }
    39% {
        left: 118px;
        opacity: 0;
    }
    40% {
        left: 136px;
        opacity: 1;
    }
    59% {
        left: 136px;
        opacity: 0;
    }
    60% {
        left: 154px;
        opacity: 1;
    }
    79% {
        left: 154px;
        opacity: 0;
    }
    80% {
        left: 172px;
        opacity: 1;
    }
    99% {
        left: 172px;
        opacity: 0;
    }
    100% {
        left: 100px;
        opacity: 1;
    }
}
@keyframes idr_ani {
    0% {
        width: 62px;
    }
    100% {
        width: 124px;
    }
}
@keyframes idr_img {
    0% {
        transform: rotate(300deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes ide_ani {
    0% {
        transform: scale(0.4);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes position {
    0% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: -100%;
    }
}
.home {
    --family: "Lexend", Arial, "Microsoft Yahei", sans-serif;
}
.ban_swi1 {
    background: transparent linear-gradient(179deg, #f9f9f9 0%, #d5e0f8 100%) 0% 0% no-repeat padding-box;
}
.ban_swi1 .swiper-wrapper {
    height: 100% !important;
    align-items: stretch !important;
}
.ban_swi1 .swiper-slide {
    height: auto !important;
}
.home-banner {
    padding-bottom: 56px;
    background: transparent linear-gradient(179deg, #f9f9f9 0%, #d5e0f8 100%) 0% 0% no-repeat padding-box;
}
.home-banner .payment {
    margin: 80px auto 30px;
    position: relative;
    z-index: 5;
    transform-style: preserve-3d;
    padding: 40px 20px;
    gap: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner .payment::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 21, 0.3);
    transform: translateZ(-1px);
    border-radius: 9999px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.home-banner .payment .pay_item {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    text-align: left;
}
.home-banner .payment .pay_item strong,
.home-banner .payment .pay_item b,
.home-banner .payment .pay_item a,
.home-banner .payment .pay_item span {
    font: inherit;
    color: inherit;
}
.home-banner .payment .pay_item a {
    text-decoration: underline;
}
.home-banner .payment .pay_item a:hover {
    color: #2360ff;
    text-decoration: underline;
}
.home-banner .payment .pay_point {
    color: #fff;
    font: 700 32px/1.5 var(--family);
}
.home-banner .payment .pay_text {
    color: #fff;
    font: 400 18px/1.5 var(--family);
}
.home-banner .payment .pay_text span {
    display: block;
}
@media screen and (max-width: 320px) {
    html {
        font-size: 12px !important;
    }
}
@media (min-width: 321px) and (max-width: 375px) {
    html {
        font-size: 14px !important;
    }
}
@media (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 15.5px !important;
    }
}
@media (min-width: 415px) and (max-width: 768px) {
    html {
        font-size: 18px !important;
    }
}
.article-title {
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.media-comment {
    padding: 90px 0px 100px;
    background: transparent linear-gradient(0deg, #f2f6ff 0%, #fff 100%) 0% 0% no-repeat padding-box;
    position: relative;
}
.media-comment img {
    width: auto;
    max-width: none;
    height: auto;
}
.media-comment .sub_title {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-top: 12px;
}
.media-comment .media_img {
    display: block;
    margin: 50px auto 66px;
}
.media-comment .media-swiper {
    display: block;
    margin: 0 auto;
    width: 1216px;
}
.media-comment .media-swiper .swiper-wrapper {
    display: grid;
    justify-content: left;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}
.media-comment ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    gap: 8px;
}
.media-comment ul li {
    background: #fff;
    border: 1px solid #e2e0eb;
    border-radius: 4px;
    padding: 40px 60px 20px;
    height: calc(50% - 8px);
    text-align: left;
    min-height: 270px;
}
.media-comment ul li p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 28px;
    color: #1e1c2c;
}
.media-comment .pc-btn {
    position: absolute;
    bottom: -133px;
    left: 0px;
    right: 0px;
}
@media (min-width: 769px) and (max-width: 1202px) {
    .banner_ol {
        bottom: 0;
    }
    .home-banner {
        padding-bottom: 0;
    }
    .home-banner .wrapper {
        padding: 0;
        width: calc(100% - 32px);
        flex-direction: column;
        gap: 0px;
    }
    .home-banner .wrapper.flexbox {
        display: flex;
    }
    .home-banner .banner-txt {
        position: relative;
        z-index: 1;
        padding-top: 100px;
        margin: 0 auto;
        width: 80%;
    }
    .home-banner.isr .banner-txt {
        padding-top: 100px;
    }
    .home-banner.isr ._right {
        padding-top: 80px;
        top: 0px;
        right: 0px;
        margin: 0 auto;
        width: 80%;
        max-width: 760px;
        height: auto;
    }
    .home-banner ._right {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        margin: -80px auto 0;
        width: 80%;
    }
    .home-banner .payment {
        margin: -150px auto 20px;
        padding: 20px;
        gap: 16px;
        justify-content: space-between;
    }
    .home-banner .payment.wrapper {
        flex-direction: row;
    }
    .home-banner .payment .pay_point {
        font-size: 18px;
    }
    .home-banner .payment .pay_text {
        font-size: 14px;
    }
    .article-title {
        font-size: 30px;
    }
    .media-comment .media_img {
        width: 100%;
        max-width: 100%;
    }
    .media-comment .media-swiper {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .home-banner {
        height: 100%;
    }
    .home-banner.vpn-banner ._right {
        margin-top: 0;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
    }
    .home-banner.isr {
        background: url(../images/home/img_banner2_bg_mob.webp) center top/cover no-repeat;
    }
    .home-banner .payment {
        padding: 20px;
        gap: 20px;
        display: grid;
        justify-content: left;
        grid-template-columns: repeat(2, 1fr);
    }
    .home-banner .payment.wrapper {
        margin-top: -40px !important;
        margin-bottom: 20px !important;
        width: calc(100% - 32px) !important;
    }
    .home-banner .payment::before {
        z-index: 0;
        background: rgba(17, 17, 21, 0.4);
        border-radius: 10px;
    }
    .home-banner .payment .pay_item {
        position: relative;
        z-index: 1;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .home-banner .payment .pay_point {
        font-size: 28px;
    }
    .home-banner .payment .pay_text {
        font-size: 14px;
    }
    .article-title {
        font-size: 1.5714285714rem;
        line-height: 1.5;
    }
    .media-comment {
        padding: 1.4285714286rem 0px 3.5714285714rem;
    }
    .media-comment .sub_title {
        font-size: 1rem;
        line-height: 1.5;
    }
    .media-comment .wrapper {
        overflow: visible;
    }
    .media-comment .media_img {
        margin: 2.1428571429rem auto;
        max-width: 100%;
        width: 100%;
    }
    .media-comment ul._pc {
        display: none !important;
    }
    .media-comment .swiper-slide ul {
        width: 100%;
        gap: 1.0714285714rem;
    }
    .media-comment .swiper-slide ul li {
        width: 100%;
        height: fit-content;
        padding: 1.4285714286rem;
        text-align: left;
    }
    .media-comment .swiper-slide ul li p {
        line-height: 1.5;
    }
    .media-comment .media-swiper {
        padding-bottom: 2.8571428571rem;
        width: 100%;
        display: flex;
    }
    .media-comment .media-swiper .swiper-wrapper {
        display: flex;
        gap: 8px;
    }
    .media-comment .media-swiper .swiper-button-next,
    .media-comment .media-swiper .swiper-button-prev {
        width: 52px;
        height: 20px;
        background: url(../images/vpn-for-common/arrow-y.png) center no-repeat;
        top: 100%;
    }
    .media-comment .media-swiper .swiper-button-next::after,
    .media-comment .media-swiper .swiper-button-prev::after {
        display: none;
    }
    .media-comment .media-swiper .swiper-button-disabled {
        width: 31px;
        height: 20px;
        background: url(../images/vpn-for-common/arrow.png);
    }
    .media-comment .media-swiper .swiper-button-next {
        right: 110px;
    }
    .media-comment .media-swiper .swiper-button-next.swiper-button-disabled {
        transform: rotate(180deg);
    }
    .media-comment .media-swiper .swiper-button-prev {
        left: 110px;
        transform: rotate(-180deg);
    }
    .media-comment .media-swiper .swiper-button-prev.swiper-button-disabled {
        transform: rotate(0deg);
    }
    .media-comment .pc-btn {
        bottom: -90px;
    }
}
