.main .flexible {
    flex-wrap: wrap;
}
@keyframes btnbor{
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}
.btnbor {
    animation: btnbor 2s infinite;
}
.play-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: 70px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/activity/christmas_sales_2023/video.svg) no-repeat center center;
}
.top-banner {
    background: linear-gradient(180deg, rgba(255, 126, 23, 0.15) 0%, rgba(255, 126, 23, 0) 100%), url(https://images.anyrecover.com/anyrecoveren/assets/install/banner_bg.png) no-repeat center top;
    padding: 60px 0;
}

.top-banner h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    color: #FF7E17;
    margin-top: 28px;
}
.buy-btn:last-child{
    border-left:none;
}
.blob-btn__inner {
    z-index: -2;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo")
}

.blob-btn__blob {
    position: absolute;
    top: 6px;
    width: 25%;
    height: 100%;
    background: #0053FF;
    border-radius: 100%;
    transform: translate3d(0,150%,0) scale(1.7);
    transition: transform 0.45s
}
.blob-btn__blob-yellow{
    position: absolute;
    top: 6px;
    width: 25%;
    height: 100%;
    background: #FB3;
    border-radius: 100%;
    transform: translate3d(0,150%,0) scale(1.7);
    transition: transform 0.45s
}
@supports (filter: url("#goo")) {
    .blob-btn__blob,.blob-btn__blob-yellow {
        transform:translate3d(0,150%,0) scale(1.4)
    }
}

.blob-btn__blob:nth-child(1),
.blob-btn__blob-yellow:nth-child(1) {
    left: 0%;
    transition-delay: 0s
}

.blob-btn__blob:nth-child(2),
.blob-btn__blob-yellow:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s
}

.blob-btn__blob:nth-child(3),
.blob-btn__blob-yellow:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s
}

.blob-btn__blob:nth-child(4),
.blob-btn__blob-yellow:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s
}
.cover-bt:hover{
    color: #ffffff;
    border-color: #0053ff;
}
.cover-bt:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7)
}
@supports (filter: url("#goo")) {
    .cover-bt:hover .blob-btn__blob {
        transform:translateZ(0) scale(1.7)
    }
}
.btn-yellow:hover .blob-btn__blob-yellow {
    transform: translateZ(0) scale(1.7)
}
@supports (filter: url("#goo")) {
    .btn-yellow:hover .blob-btn__blob-yellow {
        transform:translateZ(0) scale(1.7)
    }
}
/* header-banner */
.pro .container {
    max-width: 1374px
}

.header-banner {
    background: linear-gradient(180deg, #EBF5FF 0%, rgba(235, 245, 255, 0) 100%);
}


.header-banner .one-deal {
    max-width: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #080B29;
    padding: 8px 14px;
    margin: 20px auto
}

.header-banner .one-deal svg {
    width: 22px;
    height: 22px
}

.header-banner .one-deal p {
    color: #080B29;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.header-banner .head-ul {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.header-banner .head-ul li {
    display: flex;
    align-items: center;
    margin: 0 15px
}

.header-banner .head-ul li svg {
    margin-right: 10px
}

.header-banner .head-ul li span {
    color: #080B29;
    font-size: 16px;
    font-weight: 400
}


.header-banner .base-tabswitch-msg.active {
    display: flex
}

.header-banner .base-tabswitch-msg {
    display: none
}

.header-banner .license-item {
    position: relative;
    width: 432px;
    border-radius: 24px;
    border: 1px solid rgba(8, 11, 41, .1);
    background: #FFF;
    padding: 40px
}

.license-item .name {
    color: #080B29;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px
}


.license-item .price {
    color: #080B29;
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    margin-top: 30px
}

.license-item .price del {
    color: #080B29;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 10px
}

.license-item .billed-title {
    color: #080B29;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px
}

.cover-bt {
    color: #080B29;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: unset;
    width: 100%;
    height: 72px;
    line-height: 72px;
    border-radius: 12px;
    border: 2px solid #080B29;
    margin-top: 30px;
    z-index: 1
}
.cover-bt a.pay-btn:hover {
    color: unset;
}

a.pay-btn:hover {
    color: #fff;
}
.cover-bt .buy-btn {
    width: 100%;
    background: unset;
    border: unset;
    border-radius: unset;
}
.cover-bt img {
    width: 20px
}
.cover-bt .buy-btn svg {
    display: none;
}
.license-item .p-box-tip {
    position: relative;
    width: 100%;
    margin-top: 30px
}

.license-item .p-box-tip li {
    color: #080B29;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.license-item .p-box-tip li>svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 0
}

.license-item .p-box-tip li>span {
    display: flex;
    align-items: center
}

.license-item .p-box-tip li>span svg {
    margin-left: 10px;
    cursor: pointer
}

.license-item .p-box-tip .bubble {
    position: absolute;
    right: -13px;
    top: -10px;
    z-index: 999;
    display: none
}

.license-item .p-box-tip .bubble-desc {
    position: absolute;
    top: -12px;
    left: 0;
    width: 225px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #2e2e2e;
    border-radius: 5px
}






.header-banner .license-item.lifetime-more {
    position: relative;
    background: linear-gradient(0deg, #4858EC 0%, #4858EC 100%), #6FC;
    margin: 0 24px
}

/*.header-banner .license-item.lifetime-more:before {*/
/*    position: absolute;*/
/*    content: 'Save $60';*/
/*    width: 127px;*/
/*    height: 48px;*/
/*    right: -9px;*/
/*    top: 40px;*/
/*    background: url(https://images.anyrecover.com/anyrecoveren/assets/purchase/purchase_data_recovery/icon_jiaobiao.svg) no-repeat center;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    line-height: 42px;*/
/*    font-size: 16px;*/
/*    font-weight: 700*/
/*}*/

.license-item.lifetime-more .name,
.license-item.lifetime-more .price,
.license-item.lifetime-more .price del,
.license-item.lifetime-more .billed-title,
.license-item.lifetime-more .p-box-tip li {
    color: #fff
}
.header-banner .license-item.lifetime-more{
    background: #5161ED;
    margin: 0 24px;
}
.header-banner .license-item.lifetime-more .p-box-title{
    background: linear-gradient(180deg, #5161ED 0%, #3647E4 100%);;
}
.header-banner .license-item.lifetime-more:before {
    position: absolute;
    content: 'SAVE $60';
    width: 105px;
    height: 32px;
    right: -1px;
    top: -1px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/purchase/purchase_data_recovery/icon_select.svg) no-repeat center;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    z-index: 2;
}
.header-banner .license-item.life:before {
    position: absolute;
    content: 'SAVE $40';
    width: 105px;
    height: 32px;
    right: -1px;
    top: -1px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/purchase/purchase_data_recovery/icon_select.svg) no-repeat center;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    z-index: 2;
}
.header-banner .license-item:first-child::before {
    position: absolute;
    content: 'SAVE $20';
    width: 105px;
    height: 32px;
    right: -1px;
    top: -1px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/purchase/purchase_data_recovery/icon_select.svg) no-repeat center;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    z-index: 2;
}
.cover-bt.btn-yellow {
    background: #FFE666;
    border: 0
}

.content-time {
    display: flex;
    align-items: center;
    position: relative;

}

.content-time .content-title {
    color: #080B29;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 60px auto 48px;
}

.time {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: auto
}

.time .time-ul {
    display: flex;
    margin-left: 12px
}

.time .time-ul li {
    width: 36px;
    text-align: center
}

.time .time-ul li p {
    font-size: 13px
}

.time .time-ul li div {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(8, 11, 41, 0.10);
    color: #080B29;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 36px
}

.time .time-ul span {
    line-height: 36px;
    margin: 0 6px
}
.price-ringht .lifetime-more .cover-bt {
    position: relative;
    width: 258px;
    height: 72px;
    border-radius: 12px;
    background: #080B29;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 72px
}

/* header-banner */

/* compare */
.compare {
    padding-bottom: 140px;
}

.compare h2 {
    color: #080B29;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}
.compare h2 + p {
    text-align: center;
    margin: 10px auto 76px;
}
.compare .compare-content {
    display: flex;
    justify-content: space-between;
    width: 1116px;
    border-radius: 24px;
    background: #EBEDFF;
    padding: 24px;
    margin: 0 auto;
}

.compare .compare-content div {
    padding: 24px;
}

.compare .compare-content li {
    height: 64px;
    max-width: 318px;
    display: flex;
    align-items: center;
}

.compare .compare-content .list-title {
    margin-top: 70px;
    color: #080B29;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    width: 30%;
}

.compare .compare-content .list-title li {
    padding: 20px;
}

.compare .compare-content .list-title li:first-child {
    background: #ffffff;
    border-radius: 12px;
}

.compare .compare-content .list-any {
    position: relative;
    border-radius: 24px;
    background: linear-gradient(0deg, #4858EC 0%, #4858EC 100%), linear-gradient(135deg, rgba(72, 88, 236, 0.96) 0%, rgba(51, 187, 255, 0.96) 100%);
    backdrop-filter: blur(5px);
    margin-top: -41px;
    width: 33.33%;
}

.compare .compare-content .list-any:before {
    content: 'Best  choice';
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0 0;
    position: absolute;
    right: 24px;
    top: -6px;
    width: 68px;
    height: 58px;
    background: url("https://images.anyrecover.com/anyrecoveren/assets/install/best-choice-20231227.png") no-repeat 0 0 / 100%;
}

.compare .compare-content .list-any li {
    justify-content: center;
    text-align: center;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.compare .compare-content .list-any li.price-text {
    background: #5a69ee;
    border-radius: 12px;
}

.compare .compare-content .list-any .name {
    margin-bottom: 20px;
    margin-top: 16px;
    padding: 0;
}

.list-any .name .prod-name {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.list-any .name .plan-desc {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.compare .compare-content .list-other {
    border-radius: 24px;
    border: 1px solid rgba(8, 11, 41, 0.10);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(5px);
    width: 33.33%;
}

.compare .compare-content .list-other li {
    justify-content: center;
    text-align: center;
    color: #080B29;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.compare .compare-content .list-other li.price-text {
    border-radius: 12px;
    background: #F5F6F7;
}

.compare .compare-content .list-other .name {
    padding: 0px;
}

.compare .compare-content .list-other .name .prod-name {
    padding: 0 0 16px 0;
    color: #080B29;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

/* compare */
/* footer-cont */
.footer-cont {
    background: linear-gradient(180deg, #F5FAFF 0%, rgba(245, 250, 255, 0.00) 100%);
    padding: 140px 0 48px;
}

.footer-cont .free-box {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between
}

.footer-cont .free-box li {
    max-width: 318px;
    padding: 40px;
    color: #080B29;
    border-radius: 24px;

    background: #F5FAFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 24px;
    flex-shrink: 0
}

.footer-cont .free-box li:first-child {
    margin-left: 0
}

.footer-cont .free-box li svg {
    margin-bottom: 30px
}

.footer-cont .free-box li .title-txt {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px
}

.bottom-content {
    width: 100%;
    padding: 58px 120px 58px 80px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/install/bottom_mini_banner.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    margin: 40px auto 0;
}

.bottom-content .text h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}

.bottom-content .text p {
    color: #FFF;
    font-size: 18px;
    line-height: normal;
}

.bottom-content a {
    display: flex;
    width: 210px;
    height: 56px;
    border-radius: 12px;
    background: #FFE666;
    align-items: center;
    justify-content: center;
    color: #080B29;
    font-size: 18px;
    font-weight: 700;
}

.bottom-content a svg {
    margin-right: 12px;

}

.footer-cont h2 {
    color: #080B29;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 64px;
}

.footer-cont .comment {
    display: flex;
    justify-content: space-between;

}

.footer-cont .comment .left {
    border-radius: 24px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/install/earth-bg.png) #FFF no-repeat;
    background-size: 100% auto;
    background-position: center 50%;
    padding: 124px 52px 63px;
    margin-right: 30px;
    width: 734px;
}

.footer-cont .comment .left .numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-cont .comment .left .numbers .item {
    text-align: center;
    min-width: 170px;
    margin-bottom: 82px;
}

.footer-cont .comment .left .numbers .item .number {
    color: #4858EC;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
}

.footer-cont .comment .left .numbers .item .number span {
    color: #333;
}

.footer-cont .comment .left .numbers .item .text {
    color: #080B29;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.footer-cont .comment .left .reviews a {
    color: #080B29;
    display: flex;
    margin: 11px auto 0;
    width: 420px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);

}

.footer-cont .comment .left .reviews a img {
    margin: 0 12px 0 10px;
}
.footer-cont .comment .left .reviews a .review-number{
    font-weight: 700;
}
.footer-cont .comment .right {
    width: 580px;
}

.footer-cont .comment .right .item {
    padding: 40px;
    border-radius: 24px;
    background: #FFF;
}

.footer-cont .comment .right .item-top {
    margin-bottom: 30px;
}

.footer-cont .comment .right .item .stars {
    margin-bottom: 10px;
}

.footer-cont .comment .right .item .stars svg {
    margin-right: 6px;
}

.footer-cont .comment .right .item .text {
    color: #080B29;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}

.footer-cont .comment .right .item .author {
    display: flex;
    align-items: center;
}

.footer-cont .comment .right .item .author .author-left {
    max-width: 56px;
    margin-right: 10px;
}

.footer-cont .comment .right .item .author .author-right .name {
    color: #080B29;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}




/* footer-cont */
@media (max-width: 1299px) {
    .header-banner .head-ul li {
        white-space: nowrap
    }

    .header-banner .license-item {
        padding: 15px
    }


    .footer-cont .free-box {
        flex-wrap: wrap;
        justify-content: space-evenly
    }

    .footer-cont .free-box li {
        margin-left: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 1200px) {
    .scanoutlook-box .install-verison::before {
        top: 80px;
    }

    .top-banner {
        background-position-x: 60%;
    }
}

@media (max-width: 1024px) {

    .time {

        position: unset;
        justify-content: center;
        margin-bottom: 24px;
    }

    .content-time {
        flex-direction: column;

    }

    .content-time .content-title {
        margin: 0 auto 31px;
    }

    .header-banner .head-ul {
        flex-wrap: wrap
    }

    .header-banner .head-ul li {
        width: 45%;
        margin: 5px 0
    }

    .header-banner .base-tabswitch-msg {
        flex-direction: column;
        align-items: center
    }

    .header-banner .license-item.lifetime-more {
        margin-bottom: 20px;
        order: 0
    }

    .header-banner .license-item {
        margin-bottom: 20px;
        order: 1
    }

    .header-banner .license-item:last-child {
        margin-bottom: 0
    }

    .compare .container .overflow-item {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 38px 0 0;
    }

    .footer-cont .comment {
        flex-wrap: wrap;
        justify-content: space-around;

    }

    .footer-cont .comment .left {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .play-button {
        background: url(https://images.anyrecover.com/anyrecoveren/assets/activity/christmas_sales_2023/video.svg) no-repeat center center / 12%;
    }
}

@media (max-width: 1024px) {
    .top-banner {
        padding: 30px 0 50px;
    }

    .top-banner .time svg {
        width: 40px;
        height: 40px;
    }

    .top-banner h1 {
        font-size: 24px;
        line-height: 33px;
        margin-top: 22px;
    }

}

@media (max-width: 1024px) {

    .header-banner {
        padding: 20px 0 0 0
    }

    .header-banner h1 {
        font-size: 28px;
        line-height: 40px
    }

    .header-banner .one-deal {
        max-width: 220px
    }

    .header-banner .one-deal svg {
        width: 20px;
        height: 20px
    }

    .header-banner .one-deal p {
        font-size: 14px;
        line-height: 20px
    }

    .header-banner .tab-switch {
        width: 100%;
        height: 60px;
        margin: 32px auto
    }

    .content-time .content-title {
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
    }

    .header-banner .head-ul li svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0
    }

    .header-banner .head-ul li span,
    .header-banner .base-tabswitch-title span,
    .license-item .device-num,
    .license-item .price del,
    .license-item .billed-title,
    .license-item .p-box-tip li {
        font-size: 14px
    }

    .header-banner .license-item {
        padding: 20px
    }

    .license-item .name {
        font-size: 16px
    }

    .license-item .price {
        font-size: 36px;
        margin-top: 10px
    }

    .license-item .p-box-tip li {
        margin-bottom: 16px
    }

    .license-item .p-box-tip li>svg,
    .license-item .p-box-tip li>span svg {
        width: 16px;
        height: 16px
    }
    .compare {
        padding: 0 0 60px;
    }
    .compare h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px
    }
    .compare h2 + p {
        margin-bottom: 30px;
    }
    .compare .compare-content {
        padding: 10px
    }

    .compare .compare-content .list-title li {
        min-width: 200px;
        padding: 16px 10px
    }
    .compare .compare-content .list-title,
    .compare .compare-content .list-any li,
    .compare .compare-content .list-other li {
        font-size: 12px
    }

    .compare .compare-content li {
        height: 48px
    }

    .footer-cont h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .footer-cont .comment .left {
        background: url(https://images.anyrecover.com/anyrecoveren/assets/install/earth-bg-m.png) #FFF no-repeat;
        background-size: 100% auto;
        background-position: center 50%;
        padding: 60px 20px;
    }

    .footer-cont .comment .left .reviews {
        display: none;
    }

    .footer-cont .comment .left .numbers .item .number {
        font-size: 32px;
        line-height: 40px;
    }

    .footer-cont .free-box {
        margin-bottom: 60px
    }

    .footer-cont .comment .left .numbers .item .text {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-cont .comment .left .numbers .item {
        min-width: 140px;
        margin-bottom: 20px;
    }

    .footer-cont .comment .left .numbers .item:last-child {
        margin-bottom: 0;
    }

    .footer-cont .container {
        padding: 0 20px;
    }

    .footer-cont .free-box li {
        max-width: 100%;
        width: calc(50% - 15px);
        padding: 10px
    }

    .footer-cont .free-box li svg {
        width: 44px;
        height: 44px;
        margin-bottom: 10px
    }

    .footer-cont .free-box li p {
        font-size: 14px
    }

    .footer-cont .free-box li .title-txt {
        font-size: 16px
    }

    .footer-cont .comment .right .item .author .author-right .name {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .header-banner .license-item {
        width: 100%
    }

    .header-banner .head-ul {
        padding: 0 20%
    }
}

@media (max-width: 500px) {
    .bottom-content {
        padding: 30px;
        background: url(https://images.anyrecover.com/anyrecoveren/assets/install/bottom_minim_banner.png) no-repeat;
        background-size: 100% 100%;
        flex-direction: column;

    }
    .bottom-content .text p {
        font-size: 16px;
        margin-bottom: 30px;
    }

}

/* 2023/3/14 anyrecover new install */

.top-banner.anyrecover {
    position: relative;
    padding: 56px 0 128px;
    overflow: hidden;
    background: linear-gradient(180deg, #EBF5FF 0%, rgba(235, 245, 255, 0.00) 100%);
}

.top-banner.anyrecover .top-banner-title {

    display: flex;
    align-items: center;
    justify-content: center;
    color: #080B29;
    text-align: center;
    font-size: 36px;
    font-weight: 400;
}

.top-banner.anyrecover .top-banner-title svg {
    margin-right: 24px;
}






@keyframes floatingArrow {
    from {
        transform: translate(0, 0)
    }

    to {
        transform: translate(0, 5px)
    }
}

/*.floating-arrow {*/
/*    margin-bottom: 30px;*/
/*    text-align: center;*/
/*}*/

/*.floating-arrow img {*/
/*    margin: 0 auto;*/
/*    animation: floatingArrow .8s ease-in-out 1s infinite alternate;*/
/*}*/

/* need-updeg */
.need-updeg {
    padding: 0 0 140px;

}

.need-updeg h2 {
    color: #080B29;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}
.need-updeg h2 + p {
    text-align: center;
    margin: 10px auto 30px;
}
.need-updeg .content-auto {
    padding: 30px 0;
}

.need-updeg .content {
    width: 1170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;

}

.need-updeg .left,
.need-updeg .right {
    width: 585px;
}

.need-updeg .left {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.need-updeg .left h4 {
    width: 100%;
    background: #E0E6FC;
    color: #080B29;
    font-size: 24px;
    font-weight: 700;
    line-height: 72px;
    height: 72px;
    text-align: center;
}

.need-updeg .left .bottom {
    background: #F6F8FF;
    padding: 16px 24px 46px;
}

.need-updeg .left .bottom p {
    color: #080B29;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 18px;
}

.need-updeg .left .bottom ul li {
    padding: 12px 0 12px 68px;
    display: flex;
    align-items: center;
    color: #080B29;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;

}

.need-updeg .left .bottom ul li svg {
    margin-right: 20px;
}

.need-updeg .left .bottom ul li:nth-child(2n+1) {
    background: #FFF;
    border-radius: 16px;
}

.need-updeg .right {
    position: relative;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 8px 8px 24px 0px rgba(66, 118, 255, 0.20);
}

.need-updeg .right h4 {
    border-radius: 24px 24px 0 0;
    color: #FFF;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    background: #4276FF;
    text-align: center;
    height: 72px;
    position: relative;
}

.need-updeg .right:before {
    content: "";
    width: 74px;
    height: 70px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/install/full-version-20231227.png) no-repeat 0 0 / 100%;
    position: absolute;
    right: 124px;
    top: -20px;
    z-index: 1;
}

.need-updeg .right .bottom {
    padding: 26px 24px 49px;

}

.need-updeg .right p {
    color: #333;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 26px;
    text-align: center;
}

.need-updeg .right .bottom ul li {
    padding: 16px 0 16px 68px;
    display: flex;
    align-items: center;
    color: #080B29;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;

}

.need-updeg .right .bottom ul li svg {
    margin-right: 20px;
}

.need-updeg .right .bottom ul li:nth-child(2n+1) {
    background: rgba(66, 118, 255, 0.05);
    border-radius: 16px;
}

a.buy-click {
    display: block;
    margin: 32px auto 0;
    max-width: 352px;
    width: 100%;
    height: 72px;
    border-radius: 12px;
    background: #FFE666;
    color: #080B29;
    font-size: 18px;
    font-weight: 800;
    line-height: 72px;
    text-align: center;
}
.compare a.buy-click {
    margin: 50px auto 0;
}
@media(max-width:1024px) {
    .need-updeg {
        padding: 60px 0 30px;
    }

    .need-updeg h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .need-updeg .content {
        width: 700px;
        padding: 0 20px;
    }

    .need-updeg .left {
        width: 316px;

    }

    .need-updeg .left h4 {
        font-size: 18px;
    }

    .need-updeg .right {
        width: 346px;
    }

    .need-updeg .left .bottom {
        padding: 20px 20px 30px;
    }

    .need-updeg .left .bottom p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 auto 20px;
    }

    .need-updeg .left .bottom ul li {
        padding: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .need-updeg .left .bottom ul li svg {
        margin-right: 10px;
    }

    .need-updeg .right h4 {
        font-size: 18px;
    }

    .need-updeg .right:before {
        right: 46px;
    }

    .need-updeg .right .bottom {
        padding: 20px 20px 20px;
    }

    .need-updeg .right a {
        margin: 20px auto 0;
        width: 210px;
        height: 56px;
        line-height: 56px;
    }

    .need-updeg .right p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .need-updeg .right .bottom ul li {
        padding: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .need-updeg .right .bottom ul li svg {
        margin-right: 10px;
    }
}

/* 2023/3/14 nyrecover new install */
.lostdata {
    background: linear-gradient(180deg, #FFF 0%, #F5F8FF 100%);
    padding-bottom: 140px;
}

.lostdata .container {
    max-width: 1374px;
}

.lostdata h2 {
    color: #080B29;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 48px;
}

.lostdata .img-max {
    width: 120px;
}

.lostdata .img-min {
    width: 100px;
}

.lostdata .left-img {
    width: 600px;
}

.lostdata .right-img {
    width: 197px;
}

.lostdata .mac {
    width: 104px;
}

.lostdata .lostdata-content {
    display: flex;
    justify-content: space-between;
}

.lostdata .lostdata-content .left,
.lostdata .lostdata-content .right {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 8px 8px 24px 0px rgba(66, 118, 255, 0.05);
}
@keyframes animate_left {
    0% {
        opacity: 0;
        transform: translate(-10rem,0rem)
    }

    100% {
        opacity: 1;
        transform: translate(0rem,0rem)
    }
}

@keyframes animate_right {
    0% {
        opacity: 0;
        transform: translate(10rem,0rem)
    }

    100% {
        opacity: 1;
        transform: translate(0rem,0rem)
    }
}
.lostdata .lostdata-content .left {
    width: 780px;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;

}
.lostdata.run .lostdata-content .left{
    animation: animate_left 0.8s ease-out 0.2s both;
}
.lostdata.run .lostdata-content .right{
    animation: animate_right 0.8s ease-out 0.2s both;
}
.lostdata .lostdata-content .imgs {
    position: relative;
}

.lostdata .lostdata-content .right {
    width: 534px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;

}

.lostdata .lostdata-content .position {
    position: absolute;
}

@keyframes bounce-down {
    25% {
        transform: translateY(-4px);
    }

    50%,
    100% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(4px);
    }
}

.lostdata .lostdata-content .left .img1 {
    left: -20px;
    top: 63px;
}

.lostdata .lostdata-content .left .img2 {
    left: -20px;
    bottom: 63px;
}

.lostdata .lostdata-content .left .img3 {
    left: 218px;
    bottom: 46px;
    animation: bounce-down 4s linear infinite;
}

.lostdata .lostdata-content .left .img4 {
    right: 170px;
    bottom: 114px;
    animation: bounce-down 3.6s linear infinite;
}

.lostdata .lostdata-content .left .img5 {
    right: 38px;
    bottom: 64px;
    animation: bounce-down 3.2s linear infinite;
}

.lostdata .lostdata-content .left .img6 {
    right: -11px;
    top: 70px;
    animation: bounce-down 2.8s linear infinite;
}

.lostdata .lostdata-content .right .img1 {
    left: -46px;
    top: 34px;
    animation: bounce-down 4.4s linear infinite;
}

.lostdata .lostdata-content .right .img2 {
    left: -118px;
    top: 34%;
    animation: bounce-down 4.8s linear infinite;
}

.lostdata .lostdata-content .right .img3 {
    left: -28px;
    bottom: 71px;
    animation: bounce-down 4.4s linear infinite;
}

.lostdata .lostdata-content .right .img4 {
    right: -65px;
    top: 34%;
}
@keyframes animate-top {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }

}
.switch-title {
    max-width: 520px;
    width: 100%;
    height: 60px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 12px;
    background: #EFF3FF;
}
.switch-title div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #080B29;
    font-weight: bold;
    cursor: pointer;
}
.switch-title div.active {
    color: #ffffff;
    border-radius: 12px;
    background: #4858EC;
}
.steps-box.run{
    animation: animate-top 0.8s ease-out 0.2s both;
}
.steps-box {
    padding: 10px 0 100px;
    background: linear-gradient(180deg, #FFF 0%, #F5FAFF 100%);
}
.steps-box .container{
    max-width: 1390px;
}
.install-steps{
    padding-top: 0px;
}
.install-steps .container{
    max-width: 1200px;
    padding-bottom: 0px;
}
.install-steps.anyrecover .install-guide {
    color: #4276FF;
}
.steps-box .steps-swiper .swiper-slide .video-box{
    opacity: 0.12;
}
.steps-box .steps-swiper .swiper-slide-next .video-box{
    transform: scale(0.55);
    transform-origin: 38% 50%;
}
.steps-box .steps-swiper .swiper-slide-prev .video-box{
    transform: scale(0.55);
    transform-origin: 63% 50%;
}
.steps-box .steps-swiper .swiper-slide-duplicate-prev .video-box{
    transform: scale(0.55);
    transform-origin: 63% 50%;
}
.steps-box .steps-swiper .swiper-slide-duplicate-next .video-box{
    transform: scale(0.55);
    transform-origin: 63% 50%;
}
.steps-box .steps-swiper .swiper-slide-active .video-box{
    transform: scale(1);
    opacity: 1;
    max-width: 720px;
    margin: 0 auto;
}
.steps-box .steps-swiper {
    position: relative;
    margin: 50px 0 0;
}
.steps-box .steps-swiper .swiper-button-prev{
    left: -80px;
    top: 60%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/install/steps-left.svg) no-repeat 0 0 / 100%;

}
.steps-box .steps-swiper .swiper-button-prev:hover{
    background: url(https://images.anyrecover.com/anyrecoveren/assets/install/steps-left-hover.svg) no-repeat 0 0 / 100%;

}
.steps-box .steps-swiper .swiper-button-next{
    right: -80px;
    top: 60%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/install/steps-right.svg) no-repeat 0 0 / 100%;

}
.steps-box .steps-swiper .swiper-button-next:hover{
    background: url(https://images.anyrecover.com/anyrecoveren/assets/install/steps-right-hover.svg) no-repeat 0 0 / 100%;
}
.steps-box .install-guide{
    display: block;
    color: #4276FF;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: unset;
    line-height: 24px;
    margin: auto;
}
.steps-box h1{
    color: #080B29;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 65px;
}
.steps-box .video-box{
    position: relative;
}
.steps-box .video-box .video-popu{
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.steps-box .video-box .video-popu .video-auto-play{
    width: 100%;
}
.steps-box .video-box .video-popu .right-new-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.switch-control .switch-content {
    display: none;
}
.switch-control .switch-content.active {
    display: block;
}
.faq-box {
    margin-bottom: 120px;
}
.faq-box .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    color: #080B29;
    text-align: center;
    margin-bottom: 40px;
}

.faq-box .faq-title {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    color: #080B29;
    cursor: pointer;
    margin: 0 0 30px;
}
.faq-box .faq-title::after {
    content: '';
    width: 13px;
    height: 8px;
    background-image: url(https://images.anyrecover.com/anyrecoveren/assets/purchase/icon_xia.png);
    background-size: cover;
    transform: rotate(-90deg);
    flex-shrink: 0;
}
.faq-box .faq-item {
    border-bottom: solid 1px rgba(8, 11, 41, .1);
}
.faq-box .faq-item:not(:last-child) {
    margin: 0 0 30px;
}
.faq-box .faq-item.active .faq-title {
    margin: 0;
}
.faq-box .faq-item.active .faq-title::after {
    transform: rotate(0deg);
}
.faq-box .faq-info {
    display: none;
    font-size: 14px;
    line-height: 24px;
    color: #080B29;
    padding: 20px 10px 20px 0;
}
.install-steps .install-guide {
    margin: 30px auto 0;
}
.mt140 {
    margin-top: 140px;
}
.reviews-of {
    padding: 140px 0;
    background: #F5FAFF;
}
.reviews-of h2 {
    font-weight: bold;
    margin: 0 auto 10px;
}
.reviews-of .container {
    max-width: 1230px;
}
.reviews-of .data-show {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 16px auto 14px;
}
.reviews-of .data-show .item {
    position: relative;
    min-height: 298px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.reviews-of .data-show .item:before {
    content: '';
    display: none;
    width: 432px;
    height: 298px;
    background: url("https://images.anyrecover.com/anyrecoveren/assets/install/why-choose-icon-hover.png") no-repeat 0 0 / 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.reviews-of .data-show .item:nth-child(3):before {
    display: block;
}
/*.reviews-of .data-show .item:hover:before {*/
/*    display: block;*/
/*}*/
.reviews-of .data-show .item picture {
    position: relative;
    z-index: 1;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
}
.reviews-of .data-show .item b {
    position: relative;
    z-index: 1;
    font-size: 36px;
}
.reviews-of .data-show .item p {
    position: relative;
    z-index: 1;
    font-size: 14px;
    margin: 4px auto 0;
}
.reviews-of .swiper1 {
    border-radius: 24px;
    background: #FFF;
    height: 257px;
    overflow: hidden;
    margin: 0 10px 20px;
}
.reviews-of  h4 {
    color: #080B29;
    font-size: 20px;
    font-weight: bold;
    margin: 32px 0 0 ;
}
.reviews-of .swiper1 .swiper-wrapper {
    height: auto;
}
.reviews-of .swiper1 .swiper-wrapper .swiper-slide p {
    max-width: 984px;
    margin: 0 auto;
}
.reviews-of .swiper1 .swiper-pagination {
    position: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 70px auto 35px;
    cursor: pointer;
    max-width: 837px;
}
.reviews-of .swiper1 .swiper-pagination .item {
    opacity: 0.5;
}
.reviews-of .swiper1 .swiper-pagination .item picture {
    height: 60px;
}
.reviews-of .swiper1 .swiper-pagination .item picture img {
    height: 100%;
}
.reviews-of .swiper1 .swiper-pagination .item.active {
    opacity: 1;
}
.reviews-of .swiper1 .swiper-pagination .swiper-slide {
    position: relative;
}
.reviews-of .swiper1 .swiper-slide:before,
.reviews-of .swiper1 .swiper-slide:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: url("https://images.anyrecover.com/anyrecoveren/assets/overview/whatsapp_2023/quotation-icon-1.png") no-repeat 0 0 / 100%;
    position: absolute;
    top: 0;
}
.reviews-of .swiper1 .swiper-slide:before {
    left: 60px;
    transform: translateY(-100%);
}
.reviews-of .swiper1 .swiper-slide:after {
    right: 60px;
    transform: translateY(100%);
    background: url("https://images.anyrecover.com/anyrecoveren/assets/overview/whatsapp_2023/quotation-icon-2.png") no-repeat 0 0 / 100%;
}
.reviews-of .box + p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 42px 0 0 ;
    text-decoration: underline;
}
.reviews-of .box + p svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.reviews-of .box + p a {
    color: #000000;
}


.reviews-of .bottom {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.reviews-of .bottom .lt,
.reviews-of .bottom .rt {
    max-width: 580px;
    width: 100%;
    border-radius: 24px;
    background: #FFF;
    margin: 0 10px;
}
.reviews-of .bottom .lt {
    padding: 32px 60px 28px;
}
.reviews-of .bottom .lt .swiper2 {
    min-height: 358px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.reviews-of .bottom .lt .swiper2 h4 {
    margin: 0 auto 28px;
}
.reviews-of .bottom .lt .swiper2 .swiper-wrapper {
    flex: 1;
}
.reviews-of .bottom .lt .swiper2 .swiper-slide {
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}
.reviews-of .bottom .lt .swiper2 .control {
    display: flex;
    flex-direction: column;
}
.reviews-of .bottom .lt .swiper2 .control .bt {
    display: flex;
    justify-content: flex-end;
}
.reviews-of .bottom .lt .swiper2 .control .bt svg {
    margin: 0 8px;
}
.reviews-of .bottom .lt .swiper2 .swiper-pagination {
    font-size: 0;
    margin: 12px 0 0;
}
.reviews-of .bottom .lt .swiper2 .swiper-pagination-bullet {
    background: #00000033;
    opacity: 1;
    margin: 0 4px;
}
.reviews-of .bottom .lt .swiper2 .swiper-pagination-bullet-active {
    background: #4858EC;
}
.reviews-of .bottom .lt .swiper2 .swiper-pagination,
.reviews-of .bottom .lt .swiper2 .swiper-button-next,
.reviews-of .bottom .lt .swiper2 .swiper-button-prev {
    position: unset;
}
.reviews-of .bottom .lt .swiper2 .swiper-button-next,
.reviews-of .bottom .lt .swiper2 .swiper-button-prev {
    background: none;
    width: 24px;
    height: 24px;
}
.reviews-of .bottom .lt .swiper2 svg:hover circle {
    fill: #4858EC;
}
.reviews-of .bottom .lt .swiper2 svg:hover path {
    stroke: #ffffff;
    stroke-opacity: 1;
}
.reviews-of .bottom .lt .swiper2 .swiper-button-next {
    transform: rotate(180deg);
}
.reviews-of .bottom .lt iframe {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}


.reviews-of .bottom .rt {
    padding: 32px 40px 28px 68px;
}
.reviews-of .bottom .rt h4 {
    margin: 0 0 32px;
}

.reviews-of .bottom .rt .reviews-box .reviews {
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FAFAFF;
    padding: 20px 24px 20px 38px;
    text-align: left;

}
.reviews-of .bottom .rt .reviews-box .reviews:first-child {
    margin: 0 0 20px;
}
.reviews-of .bottom .rt .reviews-box .reviews .msg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-of .bottom .rt .reviews-box .reviews .msg .stars {
    margin: 0 0 12px;
}
.reviews-of .bottom .rt .reviews-box .reviews .msg .stars svg {
    width: 20px;
    height: 20px;
}
.reviews-of .bottom .rt .reviews-box .reviews .msg + p {
    font-size: 13px;
}
.reviews-of .bottom .rt .reviews-box .reviews picture {
    position: absolute;
    max-width: 54px;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
}
.full-version-kelleg,
.quick-start-kelleg {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4276FF;
    font-size: 20px;
}
.full-version-kelleg svg,
.quick-start-kelleg svg {
    width: 15px;
    height: 16px;
    margin-left: 10px;
}
.quick-start-kelleg {
    margin: 30px auto 0;
}
.full-version-kelleg {
    margin: 50px  auto 0;
}
@media(max-width:1440px) {
    .steps-box .steps-swiper .swiper-button-prev{
        left: -18px;
    }
    .steps-box .steps-swiper .swiper-button-next{
        right: -18px;
    }
}
@media(max-width:1366px) {
    .top-banner.anyrecover::after {
        left: 8%;
    }
    .steps-box .steps-swiper .swiper-button-prev{
        left: 0px;
    }
    .steps-box .steps-swiper .swiper-button-next{
        right: 0px;
    }
}
@media(max-width:1024px) {
    .reviews-of {
        padding: 60px 0 0;
    }
    .reviews-of .swiper1 {
        margin: 0 0 17px;
        height: auto;
        padding: 30px 0 82px;
    }
    .reviews-of .swiper1 .swiper-slide,
    .reviews-of .swiper1 .swiper-pagination {
        display: block;
        padding: 0 20px;
    }
    .reviews-of h4 {
        margin: 0;
    }
    .reviews-of .swiper1 .swiper-slide:before {
        left: 20px;
    }
    .reviews-of .swiper1 .swiper-slide:after {
        top: unset;
        right: 20px;
    }
    .reviews-of .bottom .lt {
        padding: 30px 20px;
        margin:  0 0 16px;
    }
    .reviews-of .bottom .lt .swiper2 .swiper-pagination {
        display: none;
    }
    .reviews-of .bottom .lt .swiper2 .control .bt {
        justify-content: center;
        margin: 24px 0 0;
    }
    .reviews-of .bottom .rt {
        margin: 0;
        padding: 30px 16px 30px 44px;
    }
    .reviews-of .bottom .rt .reviews-box .reviews .msg .stars {
        margin: 0;
    }
    .reviews-of .bottom .rt .reviews-box .reviews .msg + p {
        margin: 10px 0 0;
    }
    .reviews-of .box + p {
        margin: 26px 0 0;
    }
    .top-banner.anyrecover {
        padding: 32px 0 60px;
    }

    .top-banner.anyrecover h1 {
        margin-top: 20px;
    }
    .full-version-kelleg {
        margin: 30px auto 0;
    }
    .top-banner.anyrecover .top-banner-title {
        font-size: 24px;
        flex-direction: column;
    }

    .top-banner.anyrecover .top-banner-title svg {
        margin-right: 0;
    }
    .steps-box .steps-swiper .swiper-button-prev,
    .steps-box .steps-swiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .steps-box .video-box .video-popu {
        width: 80%;
        height: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .install-steps .swiper-wrapper {
        flex-direction: column;
    }
    .steps-swiper-box {
        display: flex;
        flex-direction: column-reverse;
    }
    .install-steps .swiper-container {
        margin: 30px auto 0;
    }
    .install-steps .swiper-pagination {
        display: none;
    }
    .install-steps .swiper-slide .swiper-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: unset;
        width: 100%;
        height: auto;
        background: none;
    }
    .install-steps .install-arrow {
        display: none;
    }
    .install-steps .swiper-slide {
        position: relative;
        margin: 0 auto 20px;
        padding-bottom: 14px;
    }
    .install-steps .swiper-slide.active:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: linear-gradient(90deg, #77ADFF 0%, #1271FF 100%);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .switch-title {
        margin: 0 auto 30px;
    }
    .install-steps .swiper-slide .swiper-box svg {
        margin-right: 16px;
    }
    .install-steps .swiper-slide .swiper-box span {
        margin: 0;
    }
    .install-steps .swiper-slide .swiper-box span b {
        display: block;
    }
    .steps-box {
        padding: 0 0 60px;
    }
    .steps-box h1 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 1.2;
    }
    .steps-box .steps-swiper {
        margin: 0;
    }
    .install-steps .install-guide {
        margin: 30px auto 0;
    }
    .mt140 {
        margin: 60px 0 0;
    }
    .need-updeg {
        padding: 0;
    }
    .need-updeg h2 + p {
        font-size: 14px;
        margin: 20px auto 16px;
    }
    .switch-title div {
        font-size: 14px;
    }
    .need-updeg .content-auto {
        overflow: auto;
        padding: 30px 0 60px;
    }
    .reviews-of h2 {
        font-size: 24px;
    }
    .reviews-of h2 + p {
        font-size: 14px;
    }
    .reviews-of .data-show {
        background: url(https://images.anyrecover.com/anyrecoveren/assets/install/why-choose-icon-hover.png) no-repeat center center / 50%;
    }
    .reviews-of .data-show .item {
        min-width: 33%;
        min-height: auto;
        margin: 15px 0;

    }
    .reviews-of .data-show .item:before{
        display: none!important;
    }
    .reviews-of .data-show .item picture {
        width: 48px;
        height: 48px;
    }
    .reviews-of .data-show .item b {
        font-size: 20px;
    }
    .reviews-of .data-show .item p {
        font-size: 14px;
    }
    .reviews-of .swiper1 .swiper-pagination {
        margin: 0 auto;
    }
    .reviews-of .swiper1 {
        padding: 15px 0 35px;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
    }
    .reviews-of .swiper1 .swiper-slide{
        padding: 24px 20px;
    }
    .reviews-of .bottom .lt,
    .reviews-of .bottom .rt {
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
    }
    .bottom-content {
        padding: 30px 30px 40px;
        margin: 60px auto;
    }
    .bottom-content .text h3 {
        font-size: 24px;
        margin-bottom: 36px;
    }
    .faq-box .title {
        font-size: 24px;
    }
    .reviews-of .bottom .lt .swiper2 {
        min-height: auto;
    }
}
@media(max-width:500px) {
    .switch-title {
        width: calc(100% - 40px);
    }
    .compare .compare-content {
        width: 750px;
    }
    .reviews-of .data-show {
        background: url(https://images.anyrecover.com/anyrecoveren/assets/install/why-choose-icon-hover.png) no-repeat center center / 100%;
    }
}
@media(max-width:360px) {
    .switch-title div {
        font-size: 12px;
    }
}