a:hover {
    color: #4E5DEF;
}
.base-switching-button{
    --numOfBlobs: 4;
    position: relative;
}
.base-switching-button .button {
    border-radius: 60px;
    width: 210px;
    height: 56px;
    font-weight: normal;
    margin: 0;
}
.base-switching-button .button  .button-box{
    display: flex;
    flex-direction: column;
}
.base-switching-button .button .button-mintext{
    font-size: 12px ;
}

.base-switching-button .download-button .button {
    background: #4858EC;
    border: #4858EC;
    color: #ffffff;
}
.base-switching-button .download-button .button:hover {
    background: #2458DF;
    border: #2458DF;
}

.base-switching-button .buy-button .button {
    background: #ffffff;
    font-weight: 700;
}
.base-switching-button .base-version-switching p {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}
/* .base-switching-button .buy-button >span{
    font-size: 12px;
} */
.base-switching-button .product-button div {
    margin: 0;
}
.base-switching-button .product-button {
    display: flex;
}
.base-switching-button .version-switching-icon {
    color: #333333;
    margin-left: 22px;
}
.base-switching-button .version-switching-icon:hover svg use,
.base-switching-button .version-switching-icon.active  svg use {
    color: #4276FF;
}

.base-switching-button .download-button .button {
    border: none;
    color: #fff;
    background: linear-gradient(90.21deg,#6876FB -4.06%,#4D5CEE 97.98%);
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 4px 4px rgba(54,68,207,.3));
    filter: drop-shadow(0 4px 4px rgba(54,68,207,.3));
}
.base-switching-button .buy-button .button {
    background: linear-gradient(90.42deg,#FFA825 .45%,#FF8E25 99.8%);
    border-radius: 10px;
    -webkit-filter: drop-shadow(0 4px 4px rgba(199,121,45,.3));
    filter: drop-shadow(0 4px 4px rgba(199,121,45,.3));
}
.base-switching-button .buy-button .button:hover {
    background: linear-gradient(90.42deg,#FFA825 .45%,#FF8E25 99.8%);
}
.base-switching-button .buy-button .button .blob-btn__blob {
    background: #FFB975;
}
.blob-btn {
    z-index: 1;
    position: relative;
    text-align: center;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    overflow: hidden;
}
.blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}
.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}
.blob-btn__blob {
    position: absolute;
    top: 6px;
    width: 25%;
    height: 100%;
    background: #6D79F0;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
    .blob-btn__blob {
        transform: translate3d(0, 150%, 0) scale(1.4);
    }
}
.blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
    .blob-btn:hover .blob-btn__blob {
        transform: translateZ(0) scale(1.7);
    }
}

.main h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
}
.main .desc{
    text-align: center;
    color: #666666;
    max-width: 800px;
    margin: 0 auto;
}


.color-orange{
    color: #FF7E17;
}

.color-pink{
    color: #EB536C;
}

.color-blue{
    color: #48A1EE;
}

.top-banner{
    position: relative;
    background: linear-gradient(201.51deg, #E9F4FF -9.59%, #FFFFFF 84.07%);
    padding: 75px 0 20px;
}
.top-banner:before {
    content: '';
    display: inline-block;
    width: 579px;
    height: 625px;
    background: url("../png/topbanner-before.png") no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.top-banner .banner-right .box iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    padding: 10px;
    top: 0;
}
.top-banner .container{
    align-items: center;
    justify-content: space-between;
}
.top-banner .banner-left{
    margin-right: 20px;
}
.top-banner .banner-right {
    max-width: 578px;
    flex-shrink: 0;
}
.top-banner .banner-right .box {
    display: flex;
    position: relative;
    background: linear-gradient(125.94deg, #8894FF 10.69%, #8CD6FF 81.62%);
    box-shadow: 0px 4px 43px rgba(160, 179, 211, 0.22);
    border-radius: 10px;
    padding: 10px;
}
.top-banner .banner-right .box span{
    content: '';
    display: inline-block;
    width: 154px;
    height: 154px;
    background: url("../png/start-icon.png") no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.top-banner .banner-right p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 38px auto 0;
    text-decoration: underline;
}
.top-banner .banner-right p:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 25px;
    background: url("../png/play-icon.png") no-repeat;
    margin-right: 13px;
}
.top-banner .banner-right p a {
    color: #4E5DEF;
}
.top-banner .pro-name{
    font-weight: 600;
    font-size: 26.5px;
    line-height: 1.5;
    color: #2E2E2E;
    display: flex;
    align-items: center;
}

.top-banner .pro-name .pc-top-banner-imgsa{
    display: block;
    margin-left: 10px;
}


.top-banner .mobile-top-banner-imgsa{
    display: none;
}

@media(max-width: 992px){
    .top-banner .pro-name .pc-top-banner-imgsa{
        display: none;
    }
    
    
    .top-banner .mobile-top-banner-imgsa{
        display: flex;
    }
}


.top-banner .pro-name .bnaner-logo{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.top-banner .pro-name .bnaner-support{
    width: 150px;
    height: 28px;
    margin-left: 16px;
}
.top-banner h1{
    max-width: 440px;
    font-weight: bold;
    font-size: 48px;
    color: #2E2E2E;
    margin: 22px 0;
}

.top-banner .desc-list{
    line-height: 22px;
    color: #1A1C34;
    margin-bottom: 30px;
}
.top-banner .desc-list li{
    margin-bottom: 10px;
    margin-left: 20px;
    position: relative;
}
.top-banner .desc-list li::before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #4858EC;
    border-radius: 50%;
    top: 8px;
    left: -15px;
}
.top-banner .desc-list li:last-child{
    margin-bottom: 0px;
}
.top-banner .desc-list span{
    font-weight: bold;
}
.banner-available-star {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
#star-reviews .msg {
    font-size: 14px;
    color: #4276FF;
    display: none;
}


h2 {
    font-weight: bold;
    margin-bottom: 25px;
}
h2 + p {
    color: #575868;
    margin-bottom: 50px;
}
.any-scenarios {
    padding: 100px 0 0;
    text-align: center;
}
.any-scenarios a.download {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    width: 210px;
    height: 54px;
    background: linear-gradient(90.21deg, #6876FB -4.06%, #4D5CEE 97.98%);
    border-radius: 10px;
    margin-top: 80px;
}
.any-scenarios .swiper {
    overflow: hidden;
}
.any-scenarios .box {
    width: 72%;
    background: linear-gradient(125.94deg, #8894FF 10.69%, #8CD6FF 81.62%);
    box-shadow: 0px 4px 43px rgba(160, 179, 211, 0.22);
    border-radius: 20px;
    padding: 8px;
    margin-left: auto;
}
.any-scenarios .box .content {
    display: flex;
    justify-content: flex-end;
    background: #ffffff;
    border-radius: 15px;
}
.any-scenarios .box .content picture {
    max-width: 569px;
}
.any-scenarios .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}
.any-scenarios .swiper-pagination {
    font-size: 0;
    line-height: 0;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.any-scenarios .swiper-wrapper {
    position: unset;
}
.any-scenarios .box ul {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    width: 530px;
    background: #FFFFFF;
    box-shadow: 0px 3.43302px 45px rgba(160, 179, 211, 0.34);
    border-radius: 20px;
    padding: 44px 52px 27px;
    z-index: 1;
}
@keyframes animate_left {
    0% {
        opacity: 0;
        transform: translate(-10rem, -50%);
    }
    100% {
        opacity: 1;
        transform: translate(0rem,-50%);
    }
}
@keyframes animate_right  {
    0% {
        opacity: 0;
        transform: translate(10rem, 0rem);
    }
    100% {
        opacity: 1;
        transform: translate(0rem,0rem);
    }
}
.any-scenarios .box ul.run {
    -webkit-animation: animate_left 0.8s ease-out 0.2s both;
    animation: animate_left 0.8s ease-out 0.2s both;
}
.any-scenarios .box ul + picture.run {
    -webkit-animation: animate_right 0.8s ease-out 0.2s both;
    animation: animate_right 0.8s ease-out 0.2s both;
}
.any-scenarios .swiper-slide:nth-child(2) .box ul {
    width: 600px;
    padding: 25px 40px 16px;
}
.any-scenarios .swiper-slide .box ul p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
}
.any-scenarios .swiper-slide .box ul p span {
    color: #4E5EF9;
}
.any-scenarios .box ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
    width: 50%;
    text-align: left;
    line-height: 1.2;
}
.any-scenarios .box ul li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #6D7AF7;
    border-radius: 100%;
    margin-right: 10px;
    flex-shrink: 0;
    transform: translateY(-2px);
}
.any-scenarios .swiper-pagination-bullet-active {
    width: 50px;
    height: 7px;
    background: #5A6AFF;
    border-radius: 20px;
}

.supported {
    position: relative;
    padding: 100px 0 0;
    text-align: center;
}
.supported:after {
    content: '';
    display: inline-block;
    width: 297px;
    height: 705px;
    background: url("../png/supported-after.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-30%);
}
.supported h2 + p {
    max-width: 917px;
    margin: 0 auto 50px;
}
.supported .box {
    background: linear-gradient(125.94deg, #8894FF 10.69%, #8CD6FF 81.62%);
    box-shadow: 0px 4px 43px rgba(160, 179, 211, 0.22);
    border-radius: 20px;
    padding: 10px;
}
.supported .box ul {
    background: #FFFFFF;
    box-shadow: 0px 4px 43px rgba(160, 179, 211, 0.22);
    border-radius: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px 45px;
}
.supported .box ul li {
    font-size: 18px;
    width: 158px;
    margin: 25px 0;
}
.supported .box ul li picture {
    max-width: 80px;
    margin: 0 auto 10px;
    transition: all linear .2s;
}
.supported .box ul li picture:hover {
    transform: scale(1.2);
}


.awesome-features {
    position: relative;
    padding: 100px 0 74px;
    background: linear-gradient(4.72deg, #E9F4FF -68.98%, #FFFFFF 97.73%);
}
.awesome-features:before {
    content: '';
    display: inline-block;
    width: 292px;
    height: 675px;
    background: url("../png/awesome-features-before-2.png") no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.awesome-features h2 {
    margin-bottom: 75px;
}
.awesome-features .content-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.awesome-features .content-box:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.awesome-features .content-box h2 {
    font-weight: bold;
}
.awesome-features .box {
    display: flex;
}
.awesome-features .box #awesome-features {
    max-width: 450px;
    overflow: hidden;
    border-radius: 20px;
    flex-shrink: 0;
}
.awesome-features .box .swiper-pagination {
    position: unset;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 30px;
}
.awesome-features .box .swiper-pagination .item {
    padding: 13px 5px 18px;
    width: 207px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 1px 1px 2px rgba(133, 169, 255, 0.1);
    border: 1px solid #DFDFDF;
    border-radius: 20px;
    margin: 0px 11px;
}
.awesome-features .box .swiper-pagination .item:hover,
.awesome-features .box .swiper-pagination .item.active {
    border: 2px solid #A0AAFF;
}
.awesome-features .box .swiper-pagination .item p {
    font-size: 14px;
}
.awesome-features .box .swiper-pagination .item.active p {
    font-weight: bold;
    color: #4858EC;
}
.awesome-features .box .swiper-pagination .item picture {
    margin-bottom: 8px;
}

.awesome-features .box .swiper-slide picture {
    margin-bottom: 34px;
}
.awesome-features .box .swiper-slide .content {
    text-align: left;
    direction: ltr;
}
.awesome-features .box .swiper-slide .content .mb10 {
    margin-bottom: 10px;
}
.awesome-features .box .swiper-slide .content .mb16 {
    margin-bottom: 16px;
}
.awesome-features .box .swiper-slide .content p {
    padding-left: 14px;
}
.awesome-features .box .swiper-slide .content b {
    display: block;
    position: relative;
    font-size: 18px;
    padding-left: 14px;
}
.awesome-features .box .swiper-slide .content b:before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: linear-gradient(180deg, #4858EC 0%, rgba(72, 88, 236, 0.45) 100%);
    border-radius: 100%;
}
.awesome-features .box .swiper-slide .content a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #4858EC;
    font-weight: bold;
    margin: 20px 0 0;
    padding-left: 14px;
}
.awesome-features .box .swiper-slide .content a:after {
    content: '';
    width: 12px;
    height: 10px;
    margin: -1px 0 0 10px;
    background: url("../png/more-tips-arrow-hover.png") no-repeat;
}
.awesome-features .box .swiper-slide .content a:hover:after {
    background: url("../png/more-tips-arrow-hover.png") no-repeat;
}
.awesome-features .bottom {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: url("../png/awesome-features-bottom-bg.png") no-repeat;
    height: 239px;
    border-radius: 20px;
    margin-top: 50px;
}
.awesome-features .bottom-box {
    position: relative;
}
.awesome-features .bottom-box:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 90%;
    height: 112%;
    background: linear-gradient(133.46deg, #98A2FF 11.16%, #B1E3FF 113.21%);
    opacity: 0.29;
    box-shadow: 0px 4px 80px rgba(160, 179, 211, 0.17);
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    top:0;
}
.awesome-features .bottom .item {
    color: #ffffff;
}
.awesome-features .bottom .item b {
    display: inline-block;
    font-size: 45px;
    line-height: 1;
    margin: 30px 0 12px;
}
.awesome-features .bottom .item p {
    font-size: 18px;
}
.awesome-features .bottom-box + a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    width: 250px;
    height: 60px;
    background: linear-gradient(90.21deg, #6876FB -4.06%, #4D5CEE 97.98%);
    border-radius: 10px;
    margin-top: 70px;
}

.vs-table .box {
    background: linear-gradient(125.94deg, #8894FF 10.69%, #8CD6FF 81.62%);
    box-shadow: 0px 4px 43px rgba(160, 179, 211, 0.22);
    border-radius: 20px;
    padding: 8px;
}
.vs-table .box .table {
    display: flex;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}
.vs-table .box .table ul:nth-child(1) {
    width: 40%;
}
.vs-table .box .table ul:nth-child(2),
.vs-table .box .table ul:nth-child(3),
.vs-table .box .table ul:nth-child(4) {
    width: 20%;
}

.vs-table .box .table ul li.title {
    font-size: 26px;
    font-weight: bold;
    height: 90px;
}
.vs-table .box .table ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 77px;
    border-bottom: 1px solid #E8EBF7;
    border-right: 1px solid #E8EBF7;
    font-size: 18px;
    transition: all linear .2s;
}
.vs-table .box .table ul:nth-child(1) li:not(:nth-child(1)):hover {
    font-size: 20px;
    font-weight: bold;
    color: #4a64ea;
}
.vs-table {
    padding: 100px 0 0;
}
.vs-table h2 {
    margin: 0 0 40px;
}
.vs-table .box .table ul li:first-child {
    background: #E7ECFF;
}
.vs-table .box .table ul:nth-child(1)li:first-child {
    background: #D7DFFF;
}
.vs-table .box .table ul:nth-child(2) li:first-child {
    background: #C4D0FF;
}
.vs-table .box .table ul:nth-child(2) li {
    background: #F1F4FF;
}
.vs-table h2.run {
    -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.vs-table .box.run {
    -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
    animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


.blogs-with {
    padding: 100px 0 0;
}
.blogs-with h2 {
    font-weight: bold;
    margin-bottom: 0px;
}
.blogs-with #blogs-with {
    padding: 60px 0;
}
.blogs-with #blogs-with .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:  0 15px;
    padding: 14px 14px 30px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 4px 20px rgba(160, 179, 211, 0.3);
    border-radius: 20px;
    text-align: left;
    min-height: 445px;
    transition: all linear .2s;
}
.blogs-with #blogs-with .item:hover {
    transform: scale(1.05);
}

.blogs-with #blogs-with .item a.article {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin: 30px 0 20px;
}
.blogs-with #blogs-with .item p {
    color: #666666;
}

.blogs-with .swiper-slide:nth-child(1).run {
    -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.blogs-with .swiper-slide:nth-child(2).run {
    -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s both;
    animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}
.blogs-with .swiper-slide:nth-child(3).run {
    -webkit-animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s both;
    animation: slide-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
.blogs-with .swiper-button-prev,
.blogs-with .swiper-button-next {
    width: 55px;
    height: 55px;
    left: -77px;
    background: url("../png/arrow-left.png") no-repeat;
    background-size: 100%;
}
.blogs-with .swiper-button-next {
    left: unset;
    right: -77px;
    background: url("../png/arrow-right.png") no-repeat;
    background-size: 100%;
}

.blogs-with p.more {
    display: flex;
    justify-content: center;
    align-items: center;
}
.blogs-with p.more a {
    color: #4858EC;
}
.blogs-with p.more:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    background: url("../png/blogs-with-youtube.png") no-repeat;
    background-size: 100%;
}
.blogs-with p.more:after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 14px;
    margin-left: 4px;
    background: url("../png/blogs-with-arrow.png") no-repeat;
    background-size: 100%;
}


.three-recovery {
    padding: 100px 0 0;
}
.three-recovery h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}
.three-recovery .p-title {
    text-align: center;
    margin: 0 auto 40px;
}
.three-recovery .box {
    display: flex;
    margin-top: 50px;
}
.three-recovery .swiper-container {
    border-radius: 10px;
    box-shadow: 0px 4px 7px #e7e5ff;
}
.three-recovery .swiper-container {
    max-width: 597px;
    text-align: center;
    flex: 1;
    /* border: 2px solid #EDEDED; */
}

.three-recovery .swiper-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.three-recovery .swiper-pagination {
    position: static;
    text-align: left;
    z-index: 0;
    width: 560px;
    margin: 0 60px 0 0;
}

.three-recovery .swiper-pagination .item div {
    padding: 24px 40px;
    background: #ffffff;
    border-radius: 17px;
    height: 100%;
}
.three-recovery .swiper-pagination .item {
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 156px;
    margin-bottom: 16px;
    padding: 3px;
    background: #DFDFDF;
    box-shadow: 0px 4px 53px rgba(160, 179, 211, 0.19);
    border-radius: 20px;
    opacity: 0.5;
    overflow: hidden;
}

.three-recovery .swiper-pagination .item:last-child{
    margin-bottom: 0;
}

.three-recovery .swiper-pagination .item.active {
    background: linear-gradient(#A0AAFC , #B0DFFC );
}

.three-recovery .swiper-pagination .item p.title {
    font-size: 24px;
    font-weight: bold;
    margin: 24px 0px 6px;
}

.three-recovery .swiper-pagination .item p.desc {
    font-size: 16px
}

.three-recovery .swiper-pagination .item p.desc,
.three-recovery .swiper-pagination .item p.title {
    color: #999999;
}

.three-recovery .swiper-pagination .item.active {
    opacity: 1;
}
.three-recovery .swiper-pagination .item.active p.title {
    color: #2E2E2E;
}

.three-recovery .swiper-pagination .item.active p.title span {
    color: #207cfb;
}

.three-recovery .swiper-pagination .item.active p.desc {
    color: #666666;
}

.three-recovery .swiper-pagination svg {
    fill: #999999;
    margin-right: 20px;
    vertical-align: middle;
}

.three-recovery .swiper-pagination .active svg {
    fill: #4858EC;
}

.three-recovery .swiper-pagination .active b {
    color: #4858EC;
}
.three-recovery .swiper-pagination .active b span:after {
    background: #4858EC;
}
.three-recovery .swiper-pagination b {
    display: flex;
    align-items: center;
    color: #999999;
    margin-bottom: 10px;
}

.three-recovery .swiper-pagination b em{
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.three-recovery .swiper-pagination b span {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 14px;
}
.three-recovery .swiper-pagination b span:after {
    content: "";
    display: inline-block;
    background: #A8A8A8;
    width: 100%;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.three-recovery .mob-pagination{
    display: none;
}

.three-recovery .guide-link{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto 0;
    color: #4858EC;
}
.three-recovery .swiper-container {
    margin: 0 0 0 auto;
}

.compatibility {
    color: #575868;
    margin-top: 100px;
    padding: 68px 0 95px;
    background: linear-gradient(201.51deg, #E9F4FF -9.59%, #FFFFFF 84.07%);
}
.compatibility .content{
    margin: 0 auto;
}
.compatibility .tab-switch{
    position: relative;
    display: flex;
    justify-content: space-around;
    max-width: 1080px;
    margin: 0 auto;
}
.compatibility .tab-switch::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #E1EAF1;
    border-radius: 100px;
    height: 2px;
    width: 100%;
}
.compatibility .base-tabswitch-title{
    font-weight: 600;
    font-size: 28px;
    line-height: 1.5;
    max-width: 300px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;

}
.compatibility .base-tabswitch-title.active{
    color: #505FF0;
}
.compatibility .base-tabswitch-title svg{
    width: 50px;
    height: 50px;
    margin-right: 12px;
}
.compatibility .base-tabswitch-title.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #505FF0;
    border-radius: 100px;
}
.compatibility .base-tabswitch-msg{
    display: none;
    margin: 50px auto 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.compatibility .base-tabswitch-msg.active{
    display: flex;
}
.compatibility .base-tabswitch-msg .msg-item{
    max-width: 565px;
    width: calc(50% - 20px);
    background: #FFFFFF;
    box-shadow: 0px 4px 53px rgba(160, 179, 211, 0.17);
    border-radius: 20px;
    padding: 40px 36px;
}
.compatibility .msg-desc{
    display: flex;
}
.compatibility .msg-desc svg{
    min-width: 40px;
    height: 40px;
    margin-right: 20px;
}
.compatibility .msg-desc p{
    display: flex;
    flex-direction: column;
}
.compatibility .msg-desc b{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 6px;
}
.compatibility .msg-desc span{
    margin-bottom: 4px;
}
.compatibility .msg-desc span:last-child{
    margin-bottom: 0px;
}
.compatibility .msg-item .msg-desc:nth-child(n+2){
    margin-top: 30px;
}


.bottom-banner h2 {
    font-size: 40px;
}
.bottom-banner h2 + p{
    font-size: 18px;
}
.bottom-banner h2 + p,
.bottom-banner h2 {
    color: #ffffff;
}
.bottom-banner {
    padding: 60px 0;
    background: #8AAAFF;
    box-shadow: 0px 4px 43px rgba(160, 179, 211, 0.22);
}
.bottom-banner .base-switching-button .base-flex {
    justify-content: center;
}

.more-tips {
    padding: 60px 0 0;
    background: linear-gradient(201.51deg, #E9F4FF -9.59%, #FFFFFF 84.07%);
}
.more-tips h2 {
    margin-bottom: 40px;
}
.more-tips .tab-switch {
    display: flex;
    justify-content: center;
    align-items: center;
}
.more-tips .box {
    background: linear-gradient(125.94deg, #8894FF 10.69%, #8CD6FF 81.62%);
    box-shadow: 0px 4px 43px rgba(160, 179, 211, 0.22);
    border-radius: 20px;
    padding: 8px;
}
.more-tips .box .content {
    background: #FFFFFF;
    box-shadow: 0px 4px 43px rgba(160, 179, 211, 0.22);
    border-radius: 18px;
    overflow: hidden;
    padding: 64px 40px 40px;
}
.more-tips .tab-switch .base-tabswitch-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin: 0 20px;
    padding-bottom: 15px;
}
.more-tips .tab-switch .base-tabswitch-title:hover span,
.more-tips .tab-switch .base-tabswitch-title.active span {
    color: #4E5DEE;
}
.more-tips .tab-switch .base-tabswitch-title:hover:after,
.more-tips .tab-switch .base-tabswitch-title.active:after {
    content: '';
    display: inline-block;
    width: 52px;
    height: 5px;
    background: #4E5DEE;
    border-radius: 11px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.more-tips .tab-switch .base-tabswitch-title:hover picture,
.more-tips .tab-switch .base-tabswitch-title.active picture {
    transform: scale(1.1);
}
.more-tips .tab-switch .base-tabswitch-title picture {
    max-width: 55px;
    margin: 0 auto 10px;
    transition: all linear .2s;
}
.more-tips .tabswitch-content {
    margin-top: 60px;
}
.more-tips .base-tabswitch-msg {
    display: none;
    justify-content: center;
}
.more-tips .base-tabswitch-msg.active {
    display: flex;
}
.more-tips .base-tabswitch-msg .lt {
    position: relative;
    flex-shrink: 0;
    align-self: self-start;
}

.more-tips .base-tabswitch-msg .lt:before {
    content: '';
    width: 58px;
    height: 58px;
    background: url("../png/more-tips-end.png") no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.more-tips .base-tabswitch-msg .rt{
    margin-left: 64px;
    text-align: left;
}
.more-tips .base-tabswitch-msg .rt span {
    display: none;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #4E5DEE;
    margin-bottom: 20px;
}
.more-tips .base-tabswitch-msg .rt span:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #4E5DEE;
    border-radius: 9px;
    margin-right: 7px;
}
.more-tips .base-tabswitch-msg .rt p {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-right: 40px;
}
.more-tips .base-tabswitch-msg .rt p:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url("../png/more-tips-arrow.png") no-repeat;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.more-tips .base-tabswitch-msg .rt p:hover {
    color: #4E5DEF;
    text-decoration: underline;
}
.more-tips .base-tabswitch-msg .rt p:hover:after {
    background: url("../png/more-tips-arrow-hover.png") no-repeat;
}
.more-tips .base-tabswitch-msg .rt a.bt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #505FF0;
    border-radius: 10px;
    width: 210px;
    height: 54px;
    margin: 50px 0 0;
    border: 2px solid #505FF0;
}
.more-tips .base-tabswitch-msg .rt a.bt:hover {
    color: #ffffff;
    background: #505FF0;
}
.more-tips .box + a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    width: 260px;
    height: 54px;
    background: linear-gradient(90.21deg, #6876FB -4.06%, #4D5CEE 97.98%);
    border-radius: 10px;
    margin-top: 40px;
}
@media (max-width: 1200px) {
    .compatibility .base-tabswitch-msg .msg-item {
        width: calc(50% - 50px)
    }
}
@media (min-width: 1000px) and (max-width: 1024px) {
    .top-banner .banner-left {
        width: 50%;
    }
    .top-banner .banner-right {
        flex: 1;
    }
    .base-switching-button .base-flex {
        flex-wrap: nowrap;
    }
    .sheen-box .base-switching-button .base-version-switching p {
        white-space: nowrap;
    }
    .banner-available-star #star-reviews {
        white-space: nowrap;
    }
}
@media (max-width: 992px) {
    .top-banner {
        background: linear-gradient(201.51deg, #E9F4FF -9.59%, #FFFFFF 84.07%);
    }
    .top-banner:before {
        display: none;
    }
    .top-banner .banner-right .box iframe {
        border-radius: 5px;
        padding: 5px;
    }
    .top-banner .banner-right .box {
        padding: 5px;
    }
    .compatibility .tab-switch::before {
        height: 1px;
    }
    .compatibility .base-tabswitch-title {
        font-size: 14px;
        line-height: 1.5;
        max-width: 200px;
        padding-bottom: 9px;
    }
    .compatibility .base-tabswitch-title.active::before{
        height: 2px;
    }
    .compatibility .base-tabswitch-title svg {
        width: 30px;
        height: 30px;
    }
    .compatibility .base-tabswitch-msg {
        margin: 30px auto 0;
    }
    .compatibility .base-tabswitch-msg .msg-item {
        padding: 20px;
    }
    .compatibility .base-tabswitch-msg .msg-item {
        width: calc(50% - 20px);
    }
    .compatibility .msg-desc svg {
        min-width: 28px;
        height: 28px;
        width: 28px;
        margin-right: 12px;
    }
    .compatibility .msg-desc b {
        font-size: 16px;
        line-height: 1.5;
    }
    .compatibility .msg-desc span{
        font-size: 14px;
        line-height: 1.5;
    }
    .awesome-features {
        background: none;
        padding: 0;
    }
    .awesome-features .bottom-box + a {
        margin-top: 50px;
    }
    .awesome-features:before {
        display: none;
    }
    .awesome-features .content-box h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 40px;
    }
    .awesome-features .content-box {
        padding: 50px 12px 0;
    }

    .awesome-features .box {
        align-items: unset;
        flex-direction: column;
        justify-content: center;
    }
    .awesome-features .box #awesome-features {
        max-width: 100%;
    }
    .awesome-features .box .swiper-slide .content p {
        font-size: 14px;
    }
    .awesome-features .box .swiper-slide .content b {
        font-size: 16px;
    }
    .awesome-features .box .swiper-pagination {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 0px;
    }
    .awesome-features .box .swiper-pagination .item {
        width: calc(100% / 2 - 20px);
        height: auto;
        margin: 10px;
    }
    .awesome-features .box .swiper-pagination .item p{
        font-size: 13px;
    }
    .awesome-features .box .swiper-pagination .item picture {
        margin: 0;
    }
    .awesome-features .bottom + a{
        display: none;
    }
    .awesome-features .bottom {
        padding: 34px 0 15px;
        flex-wrap: wrap;
        align-items: baseline;
        height: auto;
        background: linear-gradient(158.31deg, #8793FF 6.22%, #9BDEFF 120.94%);
        box-shadow: 0px 2.47667px 49.5333px rgba(160, 179, 211, 0.17);
        border-radius: 12.5px;
    }
    .awesome-features .bottom-box:before {
        height: 105%;
        border-radius: 12.5px;
    }
    .awesome-features .bottom .item picture {
        width: 30px;
        margin: 0 auto;
    }
    .awesome-features .bottom .item {
        width: calc(100% / 2 - 10px);
        margin-bottom: 12px;
    }
    .awesome-features .bottom .item b {
        font-size: 26px;
        margin: 13px 0 7px;
    }
    .awesome-features .bottom .item p {
        font-size: 12px;
    }
    .blogs-with {
        padding: 50px 0 30px;
    }
    .blogs-with h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .blogs-with .swiper-wrapper {
        flex-wrap: wrap;
    }
    .blogs-with .swiper-slide {
        width: 50%;
    }
    .blogs-with #blogs-with .item {
        margin-bottom: 20px;
    }
    .blogs-with #blogs-with {
        padding: 20px 0 0;
    }

    .three-recovery {
        padding: 50px 0;
    }
    .three-recovery h2 {
        line-height: 1.2;
        margin-bottom: 23px;
    }
    .three-recovery .p-title {
        margin: 0;
    }
    .three-recovery .swiper-pagination{
        width: 100%;
        margin: 0 auto;
    }
    .three-recovery .box {
        display: block;
        margin-top: 23px;
    }
    .three-recovery .swiper-container {
        max-width: unset;
        margin: 40px auto 0;
    }
    .three-recovery .swiper-container .swiper-slide {height:1px}
    .three-recovery .swiper-container .swiper-slide-active { height:auto}
    .three-recovery .swiper-wrapper img{
        width: 100%;
        height: auto;
    }

    .three-recovery .guide-link {
        font-size: 13px;
        margin: 20px auto 0;
    }
    .three-recovery .swiper-pagination .item {
        display: block;
        border-radius: 13px;
        height: auto;
        margin-bottom: 10px;
    }
    .three-recovery .swiper-pagination .item div {
        padding: 20px 25px;
        border-radius: 12px;
    }
    .three-recovery .swiper-pagination b span {
        font-size: 14px;
        line-height: 1.2;
        padding-bottom: 5px;
    }
    .three-recovery .swiper-pagination .item div p {
        font-size: 12px;
        line-height: 1.2;
    }
    .three-recovery .swiper-pagination b span:after {
        height: 3px;
    }

    .top-banner {
        padding: 30px 0 15px;
    }
    .top-banner .banner-left {
        width: 70%;
        margin: 0 auto;
    }
    .top-banner .container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner-available-star {
        margin: 30px auto;
    }
    .banner-available-star #star-reviews {
        margin: 0;
    }
    .top-banner h1 {
        text-align: center;
        font-size: 30px;
        line-height: 1.2;
        margin: 26px 0 30px;
    }
    .top-banner .pro-name {
        justify-content: center;
        font-size: 20px;
    }
    .top-banner .desc-list li {
        margin-bottom: 15px;
    }
    .top-banner .banner-right p {
        font-size: 16px;
        margin: 20px auto 0;
    }
    h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 12px;
    }
    h2 + p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .any-scenarios {
        padding: 40px 0 0;
    }
    .any-scenarios .container {
        padding: 0 15px;
    }
    .any-scenarios .box ul {
        position: unset;
        transform: unset;
        padding: 0;
        box-shadow: unset;
    }
    .any-scenarios .box ul,
    .any-scenarios .swiper-slide:nth-child(2) .box ul {
        width: auto;
        padding: 0;
    }
    .any-scenarios .box ul + picture.run,
    .any-scenarios .box ul.run {
        animation: unset;
    }
    .any-scenarios .box {
        width: 100%;
        padding: 5px;
    }
    .any-scenarios .box ul li {
        font-size: 12px;
        margin-bottom: 17px;
    }
    .any-scenarios .box .content{
        flex-wrap: wrap-reverse;
        justify-content: center;
        padding: 15px;
    }
    .any-scenarios .swiper-wrapper{
        display: flex;
        flex-direction: column;
    }
    .any-scenarios .swiper-slide:first-child {
        margin-bottom: 22px;
    }
    .any-scenarios .swiper-slide .box ul p {
        width: 100%;
        margin: 0 auto 26px;
    }
    .supported {
        padding: 50px 0 0;
    }
    .supported:after {
        display: none;
    }
    .supported h2 + p {
        margin: 0 auto 25px;
    }
    .supported .box {
        padding: 5px;
    }
    .supported .box ul {
        padding: 15px 3px;
    }
    .supported .box ul li {
        width: 50px;
        margin: 15px 7px;
    }
    .supported .box ul li span {
        display: none;
    }
    .vs-table {
        padding: 50px 0 0;
    }
    .vs-table h2 {
        margin: 0 0 30px;
    }
    .vs-table .box {
        padding: 5px;
    }
    .vs-table .box .table ul li {
        font-size: 12px;
        line-height: 1.2;
        height: 56px;
    }
    .vs-table .box .table ul li picture {
        transform: scale(.5);
    }
    .vs-table .box .table ul li.title {
        font-size: 14px;
        height: 47px;
        word-break: break-all;
    }
    .vs-table .box .table ul:nth-child(2) {
        width: 30%;
    }
    .vs-table .box .table ul:nth-child(3), .vs-table .box .table ul:nth-child(4) {
        width: 15%;
    }
    .more-tips {
        padding: 50px 0 0;
    }
    .more-tips .box {
        padding: 5px;
    }
    .more-tips .tab-switch .base-tabswitch-title {
        display: flex;
        justify-content: center;
        margin: 0;
        width: 20%;
        padding: 0;
        opacity: .5;
    }
    .more-tips .tab-switch .base-tabswitch-title.active {
        opacity: 1;
    }
    .more-tips .tab-switch .base-tabswitch-title picture {
        width: 36px;
        margin: 0;
    }
    .more-tips .tab-switch .base-tabswitch-title.active:after {
        display: none;
    }
    .more-tips .tab-switch .base-tabswitch-title span {
        display: none;
    }
    .more-tips .box .content {
        padding: 30px 15px;
    }
    .more-tips .base-tabswitch-msg {
        flex-direction: column;
        align-items: center;
    }
    .more-tips .base-tabswitch-msg .rt {
        order: 1;
        margin-left: 0;
    }
    .more-tips .base-tabswitch-msg .rt span {
        display: flex;
    }
    .more-tips .base-tabswitch-msg .rt p:after {
        display: none;
    }
    .more-tips .base-tabswitch-msg .rt p {
        font-weight: unset;
        font-size: 14px;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .more-tips .tabswitch-content {
        margin-top: 30px;
    }
    .more-tips .base-tabswitch-msg .rt a.bt {
        font-size: 15px;
        width: 150px;
        height: 42px;
        margin: 30px auto;
    }
    .more-tips .base-tabswitch-msg .lt {
        order: 2;
        margin-right: unset;
        align-self: unset;
    }
    .more-tips .base-tabswitch-msg .lt picture {
        max-width: 250px;
    }
    .more-tips .base-tabswitch-msg .lt a:before {
        width: 36px;
        height: 36px;
        background-size: 100%;
    }
    .more-tips .base-tabswitch-msg .lt:before {
        width: 36px;
        height: 36px;
    }

    .compatibility {
        margin-top: 0;
        padding: 28px 0 50px;
    }
    .bottom-banner h2 {
        font-size: 22px;
    }
    .bottom-banner h2 + p {
        font-size: 14px;
    }
    .bottom-banner {
        padding: 30px 0;
    }
}

@media (max-width: 575px){
    .compatibility .base-tabswitch-msg .msg-item {
        width: 100%;
        border-radius: 8px;
    }
    .compatibility .base-tabswitch-msg .msg-item:nth-child(n + 2) {
        margin-top: 20px;
    }
    .compatibility .msg-item .msg-desc:nth-child(n+2) {
        margin-top: 15px;
    }
    .blogs-with .swiper-wrapper {
        flex-direction: column;
    }
    .blogs-with .swiper-slide {
        width: 100%;
    }
    .top-banner .banner-left,
    .top-banner .banner-right {
        width: 100%;
    }
}