* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
body {
    font-family: 'Rubik';
    font-style: normal;
    font-size: 16px;
}
.container {
    margin: 0 auto;
}
.wrap-title {
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #080f30;
    margin-bottom: 30px;
}
.banner {
    background: linear-gradient(97deg, #fef4ff 0.22%, #e8fbff 51.32%, #d4e3ff 100.33%);
    padding: 80px 0;
}
.banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-info {
    flex-shrink: 0;
    width: 565px;
}
.banner-title {
    font-size: 34px;
    line-height: 1.5;
    color: #212121;
    margin-bottom: 20px;
}
.banner-desc {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #424242;
    line-height: 1.8;
    margin-bottom: 25px;
}
.banner-desc .note {
    color: #ed0202;
}
.banner-anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    width: 238px;
    height: 56px;
    border-radius: 46px;
    border: 2px solid #3586ff;
    background: #fff;
    transition: background 250ms;
}
.nl-install .banner-anchor {
    width: 280px;
}
.banner-anchor_text {
    font-size: 16px;
    color: #3586ff;
}
.banner-anchor::after {
    content: '';
    width: 14px;
    height: 20px;
    background: url(/uploads/page/store/icon-anchor.svg) no-repeat;
    animation-duration: 500ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes anchor {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.banner-anchor:hover {
    background: #f3f8ff;
}
.banner-anchor:hover::after {
    animation-name: anchor;
}
.banner-imgs {
    display: flex;
    align-items: center;
    gap: 45px;
}
.banner-img {
    position: relative;
    overflow: hidden;
}
.banner-img::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.24);
    border-radius: 20px;
    backdrop-filter: blur(2px);
    transition: all 250ms;
    opacity: 0;
}
.banner-img::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -50%;
    width: 51px;
    height: 47px;
    transform: translate(-50%, -50%);
    background-image: url(/uploads/page/store/icon-arrow.svg);
    background-repeat: no-repeat;
    transition: left 250ms;
}
.banner-img.cover::before {
    opacity: 1;
}
.banner-img.enter::after {
    left: 50%;
}
.banner-img.leave::after {
    left: 150%;
}
.banner-img.pxove-all-transition::before,
.banner-img.pxove-all-transition::after {
    transition: unset;
}
.wrap-1 {
    padding: 100px 0;
}
.wrap-1 .wrap-tip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-bottom: 36px;
}
.wrap-1 .wrap-tip .tip-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 70px;
    background: #fbfbfb;
    padding: 12px 26px;
    color: #4a4a4a;
}
.wrap-1 .wrap-content {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}
.wrap-1 .content-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap-1 .content-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 324px;
    height: 314px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
}
.wrap-1 .content-item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
}
.wrap-1 .content-item_tag {
    position: absolute;
    top: 52px;
    right: 10px;
    width: 45px;
    height: 48px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-image: url(/uploads/page/store/icon-tag.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.wrap-1 .content-item_price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 30px 0 15px;
}
.wrap-1 .content-item_sign {
    font-size: 18px;
    color: #4a4a4a;
    transform: translateY(-15px);
}
.wrap-1 .content-item_num {
    font-weight: bold;
    font-size: 48px;
    color: #fa8700;
}
.wrap-1 .content-item_time {
    font-size: 18px;
    color: #4a4a4a;
    transform: translateY(10px);
}
.wrap-1 .content-item_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 50px;
}
.wrap-1 .content-item_total-price {
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
}
.wrap-1 .content-item_desc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.wrap-1 .content-item_desc .desc-normal {
    font-size: 14px;
    color: #4a4a4a;
    cursor: pointer;
}
.wrap-1 .content-item_desc .desc-more-btn {
    width: 13px;
    height: 12px;
    background-image: url(/uploads/page/store/icon-more-btn.svg);
    cursor: pointer;
}
.wrap-1 .content-item_desc .desc-more-btn:hover + .desc-more-box {
    visibility: visible;
    opacity: 1;
}
.wrap-1 .content-item_desc .desc-more-box {
    position: absolute;
    top: -38px;
    left: 112px;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background-image: url(/uploads/page/store/icon-more-box.svg);
    background-size: cover;
    font-size: 10px;
    color: #4a4a4a;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
}
.wrap-1 .content-item_buy {
    width: 194px;
    height: 48px;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #3586ff;
    font-size: 16px;
    color: #fff;
    margin: 20px auto 0;
}
.wrap-1 .content-item_buy .iconfont {
    font-size: 22px;
}
.wrap-1 .content-item_buy:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #3586ff;
}
.wrap-1 .content-item_buy.active {
    display: flex;
}
.wrap-1 .content-item.monthly .content-item_title {
    background-color: #6a94ff;
}
.wrap-1 .content-item.yearly {
    border-left: none;
    border-radius: 0 8px 8px 0;
}
.wrap-1 .content-item.yearly .content-item_title {
    background-color: #ff891d;
}
.wrap-1 .content-item.yearly .content-item_title::before {
    content: '';
    width: 18px;
    height: 22px;
    background-image: url(/uploads/page/store/icon-fire.svg);
}
.wrap-2 .wrap-link {
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #3586ff;
    margin-bottom: 25px;
}
.wrap-2 .wrap-content {
    display: flex;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}
.wrap-2 .content-controll { /*zuo*/
    width: 314px;
    height: 314px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d8d8d8;
    border-right: none;
    border-radius: 8px 0 0 8px;
    overflow-y: scroll;
}
.wrap-2 .content-controll::-webkit-scrollbar{
    background-color: transparent;
    width: 2px;
}
.wrap-2 .content-controll::-webkit-scrollbar-thumb{
    background-color: #6a94ff;
}
.wrap-2 .content-controll::-webkit-scrollbar-track{
    background-color: transparent;
}
.wrap-2 .controll-item { /*zuo*/
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 80px;
    flex: 0 0 52px;
    cursor: pointer;
    transition: all 300ms;
}
.wrap-2 .controll-item.active {
    background-color: #d0e3ff;
}
.wrap-2 .controll-item:hover {
    background-color: #eff5ff;
}
.wrap-2 .content-info {
    display: none;
    justify-content: center;
    align-items: center;
}
.wrap-2 .content-info.active {
    display: flex;
}
.wrap-2 .content-item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 343px;
    height: 314px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
}
.wrap-2 .content-item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
}
.wrap-2 .content-item_tag {
    position: absolute;
    top: 52px;
    right: 10px;
    width: 45px;
    height: 48px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-image: url(/uploads/page/store/icon-tag.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.wrap-2 .content-item_price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 30px 0 15px;
}
.wrap-2 .content-item_sign {
    font-size: 18px;
    color: #4a4a4a;
    transform: translateY(-15px);
}
.wrap-2 .content-item_num {
    font-weight: bold;
    font-size: 48px;
    color: #fa8700;
}
.wrap-2 .content-item_time {
    font-size: 18px;
    color: #4a4a4a;
    transform: translateY(10px);
}
.wrap-2 .content-item_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    height: 50px;
}
.wrap-2 .content-item_total-price {
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
}
.wrap-2 .content-item_desc {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.wrap-2 .content-item_desc .desc-normal {
    font-size: 14px;
    color: #4a4a4a;
    cursor: pointer;
}
.wrap-2 .content-item_desc .desc-more-btn {
    width: 13px;
    height: 12px;
    background-image: url(/uploads/page/store/icon-more-btn.svg);
    cursor: pointer;
}
.wrap-2 .content-item_desc .desc-more-btn:hover + .desc-more-box {
    visibility: visible;
    opacity: 1;
}
.wrap-2 .content-item_desc .desc-more-box {
    position: absolute;
    top: -38px;
    left: 112px;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    background-image: url(/uploads/page/store/icon-more-box.svg);
    background-size: cover;
    font-size: 10px;
    color: #4a4a4a;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
}
.wrap-2 .content-item_buy {
    width: 194px;
    height: 48px;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #3586ff;
    font-size: 16px;
    color: #fff;
    margin: 20px auto 0;
}
.wrap-2 .content-item_buy .iconfont {
    font-size: 22px;
}
.wrap-2 .content-item_buy:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #3586ff;
}
.wrap-2 .content-item_buy.active {
    display: flex;
}
.wrap-2 .content-item.monthly .content-item_title {
    background-color: #6a94ff;
}
.wrap-2 .content-item.yearly {
    border-left: none;
    border-radius: 0 8px 8px 0;
}
.wrap-2 .content-item.yearly .content-item_title {
    background-color: #ff891d;
}
.wrap-2 .content-item.yearly .content-item_title::before {
    content: '';
    width: 18px;
    height: 22px;
    background-image: url(/uploads/page/store/icon-fire.svg);
}
.wrap-3 {
    padding-top: 100px;
    margin-bottom: 100px;
}
.wrap-3 .wrap-methods {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.wrap-3 .wrap-content {
    border-radius: 10px;
    padding: 30px 20px 30px 40px;
    border: 1px solid #dbdbdb;
    background: #fff;
}
.wrap-3 .wrap-content_title {
    font-size: 20px;
    color: #080f30;
}
.wrap-3 .wrap-content_list {
    margin-top: 20px;
    padding-left: 15px;
}
.wrap-3 .wrap-content_list .list-li {
    font-size: 14px;
    line-height: 1.6;
    color: #9497a4;
    list-style: disc;
    margin-bottom: 10px;
    padding-left: 5px;
}
.wrap-3 .wrap-content_list .list-li::marker {
    color: #4690e5;
}
.wrap-4 {
    background: #f1f7ff;
    padding: 60px 0;
}
.wrap-4 .wrap-content {
    overflow: hidden;
}
.wrap-4 .swiper-wrapper {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.wrap-4 .swiper-slide {
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 10px 8px rgba(117, 149, 187, 0.06);
    padding: 36px 20px;
    border: 1px solid #b8d4ff;
    transition: all 300ms;
}
.wrap-4 .swiper-slide:hover {
    border-color: transparent;
}
.wrap-4 .slide-logo {
    width: 69px;
    height: 69px;
    margin-bottom: 22px;
    background-size: cover;
}
.wrap-4 .slide-logo.logo-1 {
    background-image: url(/uploads/page/store/choose-logo-1.svg);
}
.wrap-4 .slide-logo.logo-2 {
    background-image: url(/uploads/page/store/choose-logo-2.svg);
}
.wrap-4 .slide-logo.logo-3 {
    background-image: url(/uploads/page/store/choose-logo-3.svg);
}
.wrap-4 .slide-title {
    font-size: 22px;
    text-align: center;
    color: #080f30;
    margin-bottom: 15px;
}
.wrap-4 .slide-desc {
    color: #6a6d7e;
    line-height: 1.6;
    text-align: center;
}
@media (max-width: 768px) {
    html {
        font-size: 0.2666667vw;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }
    .wrap-title {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    .banner {
        background: linear-gradient(67deg, #fef4ff -8.3%, #e8fbff 63.12%, #d4e3ff 131.64%);
        padding: 40px 0;
    }
    .banner .container {
        flex-direction: column;
        gap: 45px;
    }
    .banner-info {
        width: 100%;
    }
    .banner-title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .banner-desc {
        align-items: center;
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }
    .banner-anchor {
        gap: 18px;
        width: 238px;
        height: 56px;
        border-radius: 46px;
        border-width: 2px;
        margin: 0 auto;
    }
    .banner-anchor_text {
        font-size: 16px;
    }
    .banner-anchor::after {
        width: 14px;
        height: 20px;
    }
    @keyframes anchor {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-10px);
        }
    }
    .banner-imgs {
        gap: 25px;
    }
    .banner-img {
        width: 154px;
        height: 154px;
    }
    .banner-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner-img::before {
        border-radius: 20px;
        backdrop-filter: blur(2px);
    }
    .banner-img::after {
        width: 51px;
        height: 47px;
    }
    .wrap-1 {
        padding: 50px 0 20px;
    }
    .wrap-1 .wrap-tip {
        justify-content: space-between;
        gap: 0;
        margin-bottom: 30px;
    }
    .wrap-1 .wrap-tip .tip-item {
        gap: 8px;
        font-size: 12px;
        border-radius: 70px;
        padding: 10px 15px;
    }
    .wrap-1 .wrap-tip .tip-item_icon {
        width: 15px;
        height: 15px;
    }
    .wrap-1 .wrap-content {
        border-radius: 0;
    }
    .wrap-1 .content-img {
        display: none;
    }
    .wrap-1 .content-info {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .wrap-1 .content-item {
        width: 300px;
        height: auto;
        border-radius: 8px;
        border-width: 1px;
        padding-bottom: 30px;
    }
    .wrap-1 .content-item_title {
        gap: 10px;
        font-size: 16px;
        padding: 15px 0;
    }
    .wrap-1 .content-item_tag {
        top: 51px;
        right: 8px;
        width: 45px;
        height: 48px;
        font-size: 14px;
        line-height: 40px;
    }
    .wrap-1 .content-item_price {
        gap: 5px;
        margin: 30px 0 15px;
    }
    .wrap-1 .content-item_sign {
        font-size: 18px;
        transform: translateY(-15px);
    }
    .wrap-1 .content-item_num {
        font-size: 48px;
    }
    .wrap-1 .content-item_time {
        font-size: 18px;
        transform: translateY(10px);
    }
    .wrap-1 .content-item_info {
        gap: 10px;
        height: 50px;
    }
    .wrap-1 .content-item_total-price {
        font-size: 14px;
    }
    .wrap-1 .content-item_desc {
        gap: 10px;
    }
    .wrap-1 .content-item_desc .desc-normal {
        font-size: 14px;
    }
    .wrap-1 .content-item_desc .desc-more-btn {
        width: 13px;
        height: 12px;
        background-size: 100% 100%;
    }
    .wrap-1 .content-item_desc .desc-more-box {
        top: -38px;
        left: 99px;
        width: 200px;
        height: 40px;
        line-height: 38px;
        font-size: 10px;
    }
    .wrap-1 .content-item_buy {
        width: 174px;
        height: 44px;
        gap: 8px;
        border-radius: 4px;
        font-size: 14px;
        margin: 20px auto 0;
    }
    .wrap-1 .content-item.yearly {
        border-left: 1px solid #d8d8d8;
        border-radius: 8px;
    }
    .wrap-1 .content-item.yearly .content-item_title::before {
        width: 18px;
        height: 22px;
    }
    .wrap-2 .wrap-link {
        display: block;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        color: #3586ff;
        margin-bottom: 25px;
    }
    .wrap-2 .wrap-content {
        flex-direction: column;
        border-radius: 0;
    }
    .wrap-2 .content-controll { /*zuo*/
        width: 100%;
        height: auto;
        flex-direction: row;
        border: none;
        gap: 5px;
        border-right: none;
        border-radius: 0;
        margin-bottom: 30px;
        overflow-x: scroll;
    }
    .wrap-2 .content-controll::-webkit-scrollbar { /*zuo*/
        display: none;
    }
    .wrap-2 .controll-item {
        justify-content: center;
        gap: 5px;
        height: 36px;
        padding-left: 0;
    }
    .wrap-2 .controll-item_text {
        display: none;
        font-size: 12px;
    }
    .wrap-2 .controll-item.active {
        min-width: 135px;
        border-radius: 2px;
    }
    .wrap-2 .controll-item.active .controll-item_text {
        display: block;
    }
    .wrap-2 .content-info {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .wrap-2 .content-item {
        width: 310px;
        height: auto;
        border-radius: 8px;
        border-width: 1px;
        padding-bottom: 30px;
    }
    .wrap-2 .content-item_title {
        gap: 10px;
        font-size: 16px;
        padding: 15px 0;
    }
    .wrap-2 .content-item_tag {
        top: 51px;
        right: 8px;
        width: 45px;
        height: 48px;
        font-size: 14px;
        line-height: 40px;
    }
    .wrap-2 .content-item_price {
        gap: 5px;
        margin: 30px 0 15px;
    }
    .wrap-2 .content-item_sign {
        font-size: 18px;
        transform: translateY(-15px);
    }
    .wrap-2 .content-item_num {
        font-size: 48px;
    }
    .wrap-2 .content-item_time {
        font-size: 18px;
        transform: translateY(10px);
    }
    .wrap-2 .content-item_info {
        gap: 10px;
        height: 50px;
    }
    .wrap-2 .content-item_total-price {
        font-size: 14px;
    }
    .wrap-2 .content-item_desc {
        gap: 10px;
    }
    .wrap-2 .content-item_desc .desc-normal {
        font-size: 14px;
    }
    .wrap-2 .content-item_desc .desc-more-btn {
        width: 13px;
        height: 12px;
        background-size: 100% 100%;
    }
    .wrap-2 .content-item_desc .desc-more-box {
        top: -38px;
        left: 99px;
        width: 200px;
        height: 40px;
        line-height: 38px;
        font-size: 10px;
    }
    .wrap-2 .content-item_buy {
        width: 174px;
        height: 44px;
        gap: 8px;
        border-radius: 4px;
        font-size: 14px;
        margin: 20px auto 0;
    }
    .wrap-2 .content-item.yearly {
        border-left: 1px solid #d8d8d8;
        border-radius: 8px;
    }
    .wrap-2 .content-item.yearly .content-item_title::before {
        width: 18px;
        height: 22px;
    }
    .wrap-3 {
        margin-bottom: 50px;
        padding-top: 70px;
    }
    .wrap-3 .wrap-methods {
        justify-content: flex-start;
        flex-flow: row wrap;
        column-gap: 22px;
        row-gap: 15px;
        margin-bottom: 40px;
    }
    .wrap-3 .wrap-methods img {
        width: 50px;
        height: auto;
    }
    .wrap-3 .wrap-content {
        width: 100%;
        border-radius: 10px;
        padding: 20px;
    }
    .wrap-3 .wrap-content_title {
        font-size: 16px;
    }
    .wrap-3 .wrap-content_list {
        margin-top: 20px;
        padding-left: 20px;
    }
    .wrap-3 .wrap-content_list .list-li {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .wrap-4 {
        padding-bottom: 50px;
    }
    .wrap-4 .container {
        padding: 0;
    }
    .wrap-4 .wrap-content {
        position: relative;
        overflow: hidden;
        padding: 20px 30px;
    }
    .wrap-4 .swiper-wrapper {
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        padding: 0 0 50px;
    }
    .wrap-4 .swiper-slide {
        width: 100%;
        display: inline-flex;
        border-radius: 10px;
        box-shadow: 0 4px 6px 6px rgba(117, 149, 187, 0.06);
        padding: 30px 20px;
        border-width: 1px;
    }
    .wrap-4 .slide-logo {
        width: 60px;
        height: 60px;
        margin-bottom: 22px;
    }
    .wrap-4 .slide-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .wrap-4 .swiper-pagination-bullet {
        background: #4596e5;
        opacity: 0.3;
    }
    .wrap-4 .swiper-pagination-bullet-active {
        background: #4596e5;
        opacity: 1;
    }
}
a { /*zuo*/
    color: #337ab7;
    text-decoration: none;
}
[lang='ru'] .banner-anchor,
[lang='pt'] .banner-anchor {
    width: 328px;
}