html,
body,
main {
    overflow-x: hidden;
}
body *{line-height: 1.4;}
a:hover, a:focus {
    color: #4276FF;
    text-decoration: none;
}
h2,h3 {font-weight: bold; text-align: center}
.leading.lazy-load .reviews i, .leading.lazy-load .container > .product-medialogo > li {
    background-image: none !important;
}

.logo-p {
    font-size: 18px;
    font-weight: bold;
}
.logo-p picture {
    display: inline-block;
    vertical-align: middle;
    max-width: 40px;
    margin-right: 10px;
}
.current .animation-left{
    transform: translateX(0);
    opacity: 1;
    transition: transform .5s ease-in-out,opacity .5s ease-in-out

}
.current .animation-right{
    transform: translateX(0);
    opacity: 1;
    transition: transform .5s ease-in-out,opacity .5s ease-in-out
}

.current .fs_effect{
    transform: translateY(0);
    opacity: 1
}
.current .img-opcties{
    opacity: 1;
}
.current .img-opcties:nth-child(1) {
    transition: opacity .5s .2s ease-in-out
}
.current .img-opcties:nth-child(2) {
    transition: opacity .5s .4s ease-in-out
}
.current .img-opcties:nth-child(3) {
    transition: opacity .5s .6s ease-in-out
}
.current .img-opcties:nth-child(4) {
    transition: opacity .5s .8s ease-in-out
}
.current .fs_effect:nth-child(1) {
    transition: transform .5s ease-in-out,opacity .5s ease-in-out
}

.current .fs_effect:nth-child(2) {
    transition: transform .5s .2s ease-in-out,opacity .5s .2s ease-in-out
}

.current .fs_effect:nth-child(3) {
    transition: transform .5s .4s ease-in-out,opacity .5s .4s ease-in-out
}

.current .fs_effect:nth-child(4) {
    transition: transform .5s .6s ease-in-out,opacity .5s .6s ease-in-out
}
.fs_effect{
    transform: translateY(-50px);
    opacity: 0 ;
}
.img-opcties{
    opacity: 0;
}
.animation-left{
    transform: translateX(-100px);
    opacity: 0
}
.animation-right{
    transform: translateX(100px);
    opacity: 0
}
.animation-lefto{
    transform: translateX(-100px);
    opacity: 0;
}
.animation-righto{
    transform: translateX(100px);
    opacity: 0;
}
.currents .animation-lefto{
    transform: translateX(0);
    opacity: 1
}
.currents .animation-righto{
    transform: translateX(0);
    opacity: 1
}
.currents .animation-left{
    transform: translateX(0);
    opacity: 1
}
.currents .animation-right{
    transform: translateX(0);
    opacity: 1
}
.container {
    max-width: 1370px;
    padding: 0 13px;
}

.text-center {text-align: center}

.spanstext-swiper-box{
    display: flex;
}
#spanstext-swiper{
    display: inline-block;
    overflow: hidden;
    height: 78px;
    width: auto;
    line-height: 78px;
    max-width: 390px;
}
#spanstext-swiper .swiper-slide{
    color: #4858EC;
}

#airepair-swiper .swiper-slide {
  white-space: nowrap;
  color: #4858EC;
}

#star-reviews .msg {
    font-size: 14px;
    color: #ec8a0f;
    display: none;
}

/* Top Tips Start */
.top-tips {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 0;
    color: #fff;
    opacity: 1;
    background: linear-gradient(278.44deg, #1BECC2 -2.8%, #5454DF 95.65%);
    /* position: sticky;
    z-index: 10; */
}

.top-tips .desc {
    margin-right: 40px;
    font-size: 14px;
    font-weight: 700;
}

.top-tips .entry-btn {
    width: 150px;
    height: 32px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    z-index: 0;
    border: 1px solid #fff;
    overflow: hidden;
}

.top-tips .entry-btn::before {
    display: none;
}

.top-tips .entry-btn::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #FFFFFF1A;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    z-index: -1;
    backdrop-filter: blur(4px);
    font-size: 16px;
    font-weight: 600;
}

.top-tips .entry-btn:hover::after {
    background: rgba(255, 255, 255, 0.4);
}

.top-tips .entry-btn span {
    position: relative;
    z-index: 1;
}


.top-tips .entry-btn svg {
    position: relative;
    margin-left: 8px;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
}


@media (max-width: 768px) {
    .top-tips {
        padding: 12px;
    }

    .top-tips .desc {
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
        font-weight: 400;
    }
}

/* Top Tips End */

.top-banner {
    position: relative;
    overflow: hidden;
    padding: 92px 20px 98px;
    background: linear-gradient(98deg, #E4D6FF 0%, #C2EEFF 100%);
}
.top-banner-imgsa {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.top-banner-imgsa .href {
  display: flex;
  align-items: center;
}

.top-banner-imgsa .logo {
    display: flex;
    align-items: center;
}
.top-banner-imgsa .logo img {
  width: 32px;
}

.top-banner-imgsa p {
  margin-left: 12px;
  margin-right: 24px;
  color: #0A1833;
  font-size: 24px;
  font-weight: 700;
}

.top-banner .top .left{
    width: 48%;
}
.top-banner .top .left .video-box-phone{
    display: none;
    border-radius: 9px;
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 0;
}
.top-banner .top .left .video-box-phone video{
    width: 100%;
    border-radius: 9px;
}
.top-banner .top .right{
    flex: 1;
    max-width: 800px;
    border-radius: 20px;
    overflow: hidden;
    font-size: 0;
}
.top-banner .product-video{
    justify-content: center;
    text-decoration: underline;
}

.top-banner .top .right .video-box video{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.top-banner .base-switching-button .product-button .download-button {
    margin-right: 24px;
}
.top-banner .product-video:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/common/icon_play_new.svg) no-repeat;
    background-size: 100%;
    margin: 0 8px 0 0;
}
.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);
    }
}

.top-banner .container{
    max-width: 1600px;
}

.top-banner p.logo {
    margin-bottom: 16px;
}
.top-banner :is(h1, h2) {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}
.top-banner .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-banner ul {
    margin-bottom: 40px;
}
.top-banner .youtube-video-pc{
    display: none;
}
.top-banner ul li {
    color: #0a1833;
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 18px;
    line-height: 24px;
}
.top-banner ul li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #333333;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    border-radius: 100%;
}
.top-banner .more-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 37px;
}
.top-banner .more-video picture {
    margin-right: 16px;
}
.top-banner .more-video a {
    color: #4276FF;
}
.top-banner .base-switching-button .download-button .button{
    border-radius: 12px !important;
    font-weight: 700;
}
.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;
    color: #fff !important;
}
.base-switching-button .download-button .button svg {
    margin: 0 10px 0 0;
}

.base-switching-button .buy-button .button {
    font-weight: 700;
    border-radius: 12px;
    background: #FAA700;
}
.base-switching-button .buy-button .button svg{
    margin-right: 12px;
    margin-left: 0;
}
.base-switching-button .base-version-switching p {
    font-size: 14px;
    line-height: 19px;
    color: #0a1833;
}
/* .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;
    opacity: 0.5;
}
.base-switching-button .version-switching-icon:hover ,
.base-switching-button .version-switching-icon.active {
    color: #333333;
    opacity: 1;
}
.banner-available-star {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    flex-direction: column;
}
.banner-available-star #star-reviews{
    margin-left: 0px;
    margin-top: 22px;
}
#star-reviews .num{
    max-width: 150px;
    color: #0a1833;
    margin-left: 0;
    font-size: 14px;
    line-height: 19px;
    margin-right: 20px;
}
p.star-big span{
    margin-right: 10px;
}

.navigation-buttons-imgbox.active{
    box-shadow: 0px 2px 6px rgba(72, 88, 236, 0.16);
    border-radius: 12px;
}
.navigation-buttons .bottom {
    display: flex;
    justify-content: space-around;
}
.navigation-buttons .bottom-bottom{
    width: 100%;
    opacity: 0.1;
    border: 1px solid #333333;
}
.navigation-buttons .bottom .index-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 79px;
}
.navigation-buttons .bottom .index-box p {
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 24px;
}
.navigation-buttons .bottom .index-box a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.navigation-buttons .bottom .index-box.active {
    color: #4858EC;

}
.navigation-buttons .bottom .index-box.active::after {
    content: " ";
    position: absolute;
    border: 1px solid #4858EC;
    height: 1px;
    width: 100px;
    right: 0;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4858EC;
    border-radius: 2px;
}

p.star-big span.curr svg path{
    fill: #FFB800
}

.hard-drive {
    position: relative;
    padding: 80px 0 100px;
    text-align: center;
    background: url(../png/hard_drive_bf.png) no-repeat;
    background-size: 100% 100%;

}

.hard-drive h2 {
    margin-bottom:60px;
}
.hard-drive .content-box {
    display: flex;
    justify-content: space-between;
}
.hard-drive .content-box .left,
.hard-drive .content-box .right {
    width: calc(50% - 24px);
}

.hard-drive .content-box .left {
    text-align: left;
    margin-top: 55px;
    max-width: 600px;
    margin-bottom:31px;
}
.hard-drive .content-box .left .base-tabswitch-title {
    font-weight: bold;
    border-radius: 12px;
    padding: 20px 18px 20px 20px;
    margin-bottom: 40px;
}
.hard-drive .content-box .left .base-tabswitch-title.active{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}
.hard-drive .content-box .left .base-tabswitch-title:nth-child(3){
    margin-bottom: 60px;
}
.hard-drive .content-box .left .base-tabswitch-title .base-tabswitch-icon{
    display: flex;
    cursor: pointer;
    align-items:center;
}
.hard-drive .content-box .left .base-tabswitch-title .base-tabswitch-icon .base-tabswitch-icon-picture{
    width: 24px;
}
.hard-drive .content-box .left .base-tabswitch-title picture {
    margin-right: 10px;
    line-height: 25px;
}

.base-tabswitch-title-title{
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    flex: 1;
}
.base-tabswitch-title-title span,.base-tabswitch-title-text span{
    color: #4858EC;
    font-weight: 700;
}
.base-tabswitch-title-text{
    display: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-left: 34px;
    margin-top: 12px;
}
.hard-drive .content-box .right{
    position: relative;
    max-width: 640px;
}
.hard-drive .content-box .right .base-tabswitch-msg-opcteion{
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hard-drive .content-box .right .base-tabswitch-msg {
    width: 100%;
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translate(0px,-50px);
}
.base-tabswitch-msg-minimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 动画控制 */
@keyframes heart {
    from {
        transform: translate(0, 0)
    }

    to {
        transform: translate(0, 5px)
    }
}

/* 第一个图片动画 */
.base-tabswitch-msg-minimg-ones .base-tabswitch-msg-minimg-one{
    position: absolute;
    bottom: 5%;
    width: 18.2%;
    right: 39.2%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
.base-tabswitch-msg-minimg-ones .base-tabswitch-msg-minimg-two{
    position: absolute;
    width: 12.7%;
    top: 12%;
    left: 18%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
.base-tabswitch-msg-minimg-ones .base-tabswitch-msg-minimg-three{
    position: absolute;
    top: 4.8%;
    right: 15.4%;
    width: 10.68%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
.base-tabswitch-msg-minimg-ones .base-tabswitch-msg-minimg-four{
    width: 37.7%;
    position: absolute;
    top: 52%;
    left: 2%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
/* 第二个图片的动画 */
.base-tabswitch-msg-minimg-twos .base-tabswitch-msg-minimg-two-one{
    position: absolute;
    bottom: 9.4%;
    width: 16.4%;
    left: 2.2%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
.base-tabswitch-msg-minimg-twos .base-tabswitch-msg-minimg-two-two{
    position: absolute;
    width: 14%;
    top: 24%;
    left: 7%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
.base-tabswitch-msg-minimg-twos .base-tabswitch-msg-minimg-two-three{
    position: absolute;
    top: 9.5%;
    right: 31.3%;
    width: 20.12%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
.base-tabswitch-msg-minimg-twos .base-tabswitch-msg-minimg-two-four{
    width: 16.4%;
    position: absolute;
    top: 36%;
    right: 0.8%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
/* 第三个图片动画 */
.base-tabswitch-msg-minimg-threes .base-tabswitch-msg-minimg-three-one{
    position: absolute;
    bottom: 48%;
    width: 9.4%;
    left: 8.2%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
.base-tabswitch-msg-minimg-threes .base-tabswitch-msg-minimg-three-two{
    position: absolute;
    width: 14.08%;
    top: 28%;
    right: -1%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
.base-tabswitch-msg-minimg-threes .base-tabswitch-msg-minimg-three-three{
    position: absolute;
    top: 10.5%;
    right: 35%;
    width: 13%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
.base-tabswitch-msg-minimg-threes .base-tabswitch-msg-minimg-three-four{
    width: 13.62%;
    position: absolute;
    top: 7.7%;
    left: 5%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
.base-tabswitch-msg-minimg-threes .base-tabswitch-msg-minimg-three-five{
    width: 13.6%;
    position: absolute;
    bottom: 8%;
    left: 38.8%;
    animation: heart .8s ease-in-out 1s infinite alternate;
}
/* end */
.hard-drive .content-box .right .base-tabswitch-msg.active {
    transition: all ease-out 800ms 200ms;
    opacity: 1;
    transform: translate(0rem,0rem);
    /* display: block; */
}

.hard-drive .content-box .right .base-tabswitch-msg.type-box .item{
    width: calc(33.33% - 6px);
    padding: 14px;
    text-align: left;
    font-size: 10px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F7FF 100%);
    box-shadow: 0px 4px 4px rgba(54, 58, 72, 0.15);
    border-radius: 8px;
    margin-bottom: 12px;
}
.hard-drive .content-box .right .base-tabswitch-msg.type-box .item p {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
.hard-drive .content-box .right .base-tabswitch-msg.type-box .item p picture {
    width: 24px;
    margin-right: 10px;
}
@media (max-width:1640px) {
    .top-banner :is(h1, h2) {
        font-size: 32px;
    }
    #spanstext-swiper{
        height:43px;
    }

}
@media (max-width:992px) {
    .hard-drive{
        background: none;
    }
    .top-banner .youtube-video-pc{
        display: flex;
    }
    .top-banner .product-video{
        margin: 22px auto 40px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }
    .top-banner .product-video p span{
        font-size: 14px;
    }
    .top-banner .product-video:before{
        margin-right: 8px;
    }
}

/* android-and-iphone */
.android-and-iphone {
    padding: 100px 0 0;
    background: linear-gradient(180deg, #E0F5FF 0%, rgba(224, 245, 255, 0) 100%);
}
.android-and-iphone h2,
.android-and-iphone p.p-title {
    text-align: center;
}
.android-and-iphone h2 {
    margin-bottom: 10px;
}
.android-and-iphone p.p-title {
    margin: 0 auto 40px;
    max-width: 888px;
}
.android-and-iphone .title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 69px;

}
.android-and-iphone .title .title-item span{
    font-weight: 700;
}
.android-and-iphone .title .iphone{
    margin: 0 24px;
}
.android-and-iphone .title .title-item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 331px;
    height: 60px;
    background: #D6E7FD;
    border-radius: 12px;
    padding: 14px 16px;
    cursor: pointer;
}

.android-and-iphone .title .title-item .svg{
    height: 32px;
    margin-right: 10px;
}
.android-and-iphone .title .title-item.active{
    background: #4858EC;
    color: #FFFFFF;
}
.android-and-iphone .title .title-item.active .svg rect:first-child{
    fill: #4858EC;
}
.android-and-iphone .title-contents {
    position: relative;
}
.android-and-iphone .title-contents .title-contents-text{
    left: 0;
    justify-content: space-between;
    align-items: center;
    display: none;
}
.android-and-iphone .social-app{
    padding-top: 140px;
}
@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);
    }
}
.android-and-iphone .title-contents .title-contents-text.active{
    display: flex;
}
.current .animation-lefto{
    -webkit-animation: animate_left 0.8s ease-out 0.2s  alternate forwards;
    animation: animate_left 0.8s ease-out 0.2s  alternate forwards;
    animation-iteration-count:1;/*动画只执行一次*/
    -moz-animation-iteration-count:1;
    -webkit-animation-iteration-count:1;
    -o-animation-iteration-count:1;

}
.current .animation-righto{
    -webkit-animation: animate_right 0.8s ease-out 0.2s  alternate forwards;
    animation: animate_right 0.8s ease-out 0.2s  alternate forwards;
    animation-iteration-count:1;/*动画只执行一次*/
    -moz-animation-iteration-count:1;
    -webkit-animation-iteration-count:1;
    -o-animation-iteration-count:1;
}

.android-and-iphone .title-contents .title-contents-text .left,.android-and-iphone .title-contents .title-contents-text .right{
    width: calc(50% - 12px);
    height: auto;
}

.android-and-iphone .title-contents .title-contents-text .left h3{
    font-size: 24px;
    text-align: start;
    margin-bottom: 20px;
}
.android-and-iphone .title-contents .title-contents-text .left .light{
    width: 100%;
    height: 2px;
    background: linear-gradient(180deg, #E0F5FF 0%, rgba(224, 245, 255, 0) 100%);
    margin-bottom: 30px;
}
.android-and-iphone .title-contents .title-contents-text .left .light .lightx{
    width: 220px;
    height: 2px;
    background-color: #4858EC;
}
.android-and-iphone .title-contents .title-contents-text .left p{
    font-size: 16px;
    line-height: 24px;
    color: #080B29;
    margin-bottom: 20px;
}
.android-and-iphone .title-contents .title-contents-text .left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.android-and-iphone .title-contents .title-contents-text .left ul li{
    width: 33%;
    margin-bottom: 20px;
}
.android-and-iphone .title-contents .title-contents-text .left ul li img{
    margin-right: 11px;
    width: 20px ;
    height: 20px;
}
.android-and-iphone .title-contents .title-contents-text .left .base-switching-button .button{
    border-radius: 12px;
    margin-top: 10px;
}
.android-and-iphone .title-contents .title-contents-text-box{
    position: relative;
    opacity: 0;
}
.android-and-iphone .title-contents .title-contents-two ul,.android-and-iphone .title-contents .title-contents-three ul{
    flex-direction: column;

}
.android-and-iphone .title-contents .title-contents-two ul li,.android-and-iphone .title-contents .title-contents-three ul li{
    width: 100% !important;
}
.android-and-iphone .title-contents .title-contents-two ul li .img-b,.android-and-iphone .title-contents .title-contents-three ul li .img-b{
    margin-bottom: 10px;
    display: flex;
}
.android-and-iphone .title-contents .title-contents-two ul li .img-d,.android-and-iphone .title-contents .title-contents-three ul li .img-d{
    padding-left: 30px;
}
.android-and-iphone .title-contents .title-contents-three .view-more a{
    display: flex;
    width: 210px;
    height: 56px;
    justify-content: center;
    align-items: center;
    border: 1px solid #080B29;
    border-radius: 12px;
}
.android-and-iphone .title-contents .title-contents-three .view-more a:hover{
    color: #FFFFFF;
    background: #080B29;
}
.android-and-iphone .title-contents .title-contents-three .view-more a:hover svg path{
    stroke: #FFFFFF;
}
.android-and-iphone .title-contents .title-contents-two .fix-ios{
    padding: 20px;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 20px;
}
.android-and-iphone .title-contents .title-contents-two .fix-ios h3{
    font-size: 18px;
    line-height: 28px;
    color: #080B29;
    margin-bottom: 10px;
}
.android-and-iphone .title-contents .title-contents-two .fix-ios p{
    line-height: 24px;
    margin-bottom: 0;
}
.android-and-iphone .title-contents .title-contents-text .right{
    position: relative;
}
.android-and-iphone .title-contents .title-contents-text .right .yuan{
    width:7.7%;
    height: 7.7%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.android-and-iphone .title-contents .title-contents-text .right .flur{
    position: absolute;
}
.android-and-iphone .title-contents .title-contents-one .right .yuan{
    position: absolute;
    right:13%;
    top: 27%;
}
.android-and-iphone .title-contents .title-contents-two .right .yuan,.android-and-iphone .title-contents .title-contents-three .right .yuan{
    position: absolute;
    left:12%;
    top: 44%;
}

.android-and-iphone .title-contents .title-contents-text .right .yuan img{
    animation: rotate-transfer 2s linear infinite;
}
.android-and-iphone .title-contents .title-contents-one .right .flur{
    background: rgba(224, 227, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 12px 21px 12px 12px;
    width: 29.848%;
    height: 15%;
    max-width: 197px;
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
}
.android-and-iphone .title-contents .title-contents-one .right .flur .img{
    margin-right: 12px;
    width: 30%;
    height: 66.666%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.android-and-iphone .title-contents .title-contents-one .right .flur .flur-in{
    flex: 1;
    width: 52%;
}
.android-and-iphone .title-contents .title-contents-one .right .flur .flur-in .hit{
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #080B29;
}
.android-and-iphone .title-contents .title-contents-one .right .flur .flur-in .hitlong{
    width: 100%;
    height: 4px;
    background: #C4C7DB;
    border-radius: 33.5897px;
}
.android-and-iphone .title-contents .title-contents-one .right .flur .flur-in .hitlongsp{
    width: 0;
    height: 100%;
    background: #080B29;
    border-radius: 33.5897px;
    animation: rotate-progress 2s linear infinite;
}

.android-and-iphone .title-contents .title-contents-two .right .flur,.android-and-iphone .title-contents .title-contents-three .right .flur{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 10px;
    width: 20%;
    max-width: 132px;
    height: 33.333%;
    position: absolute;
    bottom: 13%;
    left: 21%;
}
.android-and-iphone .title-contents .title-contents-two .right .flur .img,.android-and-iphone .title-contents .title-contents-three .right .flur .img{
    margin-bottom: 8px;
}

.android-and-iphone .title-contents .title-contents-two .right .flur .flur-in .hit,.android-and-iphone .title-contents .title-contents-three .right .flur .flur-in .hit{
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #080B29;
}
.android-and-iphone .title-contents .title-contents-two .right .flur .flur-in .hitlong,.android-and-iphone .title-contents .title-contents-three .right .flur .flur-in .hitlong{
    width: 100%;
    height: 8px;
    background: #C4C7DB;

    border-radius: 33.5897px;
}
.android-and-iphone .title-contents .title-contents-two .right .flur .flur-in .hitlongsp,.android-and-iphone .title-contents .title-contents-three .right .flur .flur-in .hitlongsp{
    width: 0;
    height: 8px;
    background: #080B29;
    border-radius: 33.5897px;
    animation: rotate-progress 2s linear infinite;
}
.android-and-iphone .title-contents .title-contents-three .right .flur .flur-in .hitlongsp{
    background: #29CC56;
}
.android-and-iphone .social-app{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.android-and-iphone .social-app .left, .android-and-iphone .social-app .right{
    width: calc(50% - 12px);
    height: auto;
    position: relative;
}
.android-and-iphone .social-app .right h3{
    font-size: 36px;
    line-height: 48px;
    color: #080B29;
    margin-bottom: 30px;
    text-align: start;
}
.android-and-iphone .social-app .right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.android-and-iphone .social-app .right ul li{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px ;
}

.android-and-iphone .social-app .right ul li .img-b{
    margin-bottom: 10px;
    display: flex;
    cursor: pointer;
}
.android-and-iphone .social-app .right ul li img {
    margin-right: 11px;
    width: 20px;
    height: 20px;
}
.android-and-iphone .social-app .right ul li .img-d{
    display: none;
    padding-left: 30px;
    line-height: 24px;
}
.android-and-iphone .social-app .right ul li.active {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}
.android-and-iphone .social-app .right .base-switching-button .button{
    border-radius: 12px;
    margin-top: 10px;
}
.android-and-iphone .social-app .right .right-top {
    position: relative;
}
.android-and-iphone .social-app .left .social,.android-and-iphone .social-app .right .right-top .social{
    position: absolute;
    margin-left: 0 !important;
    animation: heart 1s ease-in-out 2s infinite alternate;
}
.android-and-iphone .social-app .left .app,.android-and-iphone .social-app .right .right-top .app{
    width: 18.5%;
    left: 3%;
    bottom: 26%;
}
.android-and-iphone .social-app .left .line,.android-and-iphone .social-app .right .right-top .line{
    width: 9.7%;
    left: 21%;
    bottom: 17%;
}
.android-and-iphone .social-app .left .phone,.android-and-iphone .social-app .right .right-top .phone{
    width: 13.33%;
    right: 19%;
    top: 17%;
}
.android-and-iphone .social-app .left .tiktok,.android-and-iphone .social-app .right .right-top .tiktok{
    width: 8.5%;
    right: 13%;
    top: 45%;
}
.android-and-iphone .social-app .right .right-top{
    display: none;
}
.android-and-iphone .title-contents .title-contents-two ul li .img-b b, .android-and-iphone .title-contents .title-contents-three ul li .img-b b{
    color:#4858EC;
    font-size: 18px;
}
@media (max-width: 1024px) {
    .android-and-iphone .title-contents .title-contents-two .right .flur .flur-in .hit,.android-and-iphone .title-contents .title-contents-three .right .flur .flur-in .hit{
        font-weight: 400;
        transform: scale(0.5384);
        transform-origin: 0 0;
        white-space: nowrap;
        margin-bottom: 0;
    }
    .android-and-iphone .title-contents .title-contents-two .right .flur .img, .android-and-iphone .title-contents .title-contents-three .right .flur .img{
        margin-bottom: 4px;
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 992px) {
    .android-and-iphone h2{
        line-height: 32px;
    }
    .android-and-iphone .title .title-item{
        width: 33.33333%;
        height: 112px;
        flex-direction: column;
        padding: 12px 8px;
    }
    .android-and-iphone .title .title-item span{
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }
    .android-and-iphone .title .title-item .svg{
        margin-right: 0;
        margin-bottom: 8px;
    }
    .android-and-iphone .title .iphone{
        margin: 0 10px;
    }
    .android-and-iphone .title{
        margin-bottom: 30px;
    }
    .android-and-iphone .title-contents .title-contents-text{
        flex-direction: column-reverse;
    }
    .android-and-iphone .title-contents .title-contents-text .left,.android-and-iphone .title-contents .title-contents-text .right{
        width: 100%;
    }
    .android-and-iphone .container{
        padding: 0;
    }
    .android-and-iphone h2,.android-and-iphone p.p-title,.android-and-iphone .title,.android-and-iphone .title-contents .title-contents-text .left{
        padding: 0 20px;
    }
    .android-and-iphone .title-contents .title-contents-one .right .flur .img{
        margin-right: 7px;
    }
    .android-and-iphone .title-contents .title-contents-one .right .flur .flur-in .hit{
        transform: scale(0.567);
        transform-origin: 0 0;
        margin-bottom: 4px;
        line-height: 11px;
    }
    .android-and-iphone .title-contents .title-contents-text .right{
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .android-and-iphone .title-contents .title-contents-one .right .flur{
        padding: 6.8px 11.93px 6.8px 6.8px;
        border-radius: 6.81818px;
    }
    .android-and-iphone .title-contents .title-contents-two .right .flur, .android-and-iphone .title-contents .title-contents-three .right .flur{
        padding: 5.69px;
        border-radius: 9.09091px;
    }
    .android-and-iphone .title-contents .title-contents-two .right .flur .flur-in .hitlong, .android-and-iphone .title-contents .title-contents-three .right .flur .flur-in .hitlong{
        height: 4px;
    }

    .android-and-iphone .title-contents .title-contents-two .right .flur .flur-in .hitlongsp, .android-and-iphone .title-contents .title-contents-three .right .flur .flur-in .hitlongsp{
        height: 4px;
    }
    .android-and-iphone .title-contents .title-contents-text .left h3{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .android-and-iphone .title-contents .title-contents-two ul li .img-b b, .android-and-iphone .title-contents .title-contents-three ul li .img-b b{
        font-size: 16px;
    }
    .android-and-iphone .title-contents .title-contents-text .left .light,.android-and-iphone .title-contents .title-contents-text .left .light .lightx{
        height: 1px;
    }
    .android-and-iphone .title-contents .title-contents-text .left .light{
        margin-bottom: 16px;
    }
    .android-and-iphone .title-contents .title-contents-text .left p{
        margin-bottom: 16px;
    }
    .android-and-iphone .title-contents .title-contents-text .left ul li img{
        margin-right: 9px;
    }
    .android-and-iphone .title-contents .title-contents-text .left ul li{
        width: 50%;
        margin-bottom: 15px;
    }
    .android-and-iphone .title-contents .title-contents-text .left ul li span{
        font-size: 14px;
    }
    .android-and-iphone .title-contents .title-contents-text .left .base-switching-button .button{
        margin-top: 15px;
    }
    .android-and-iphone .title-contents .title-contents-three .view-more a{
        margin: auto;
    }
    .android-and-iphone .title-contents .title-contents-two ul li .img-d, .android-and-iphone .title-contents .title-contents-three ul li .img-d{
        font-size: 14px;
        line-height: 20px;
    }
    .android-and-iphone .title-contents .title-contents-two ul li .img-b, .android-and-iphone .title-contents .title-contents-three ul li .img-b{
        margin-bottom: 8px;
    }

    .android-and-iphone .title-contents .title-contents-two .left ul li,.android-and-iphone .title-contents .title-contents-three ul li{
        margin-bottom: 12px;
    }
    .android-and-iphone .title-contents .title-contents-two .fix-ios{
        margin-bottom: 12px;
    }
    .android-and-iphone .title-contents .title-contents-two .fix-ios p{
        margin-bottom: 0;
        font-size: 14px;
    }
    .android-and-iphone .title-contents .title-contents-three .view-more{
        margin-top: 15px;
    }
    .android-and-iphone .social-app .left{
        display: none;
    }
    .android-and-iphone .social-app .right{
        width: 100%;
        padding: 0 20px;
    }
    .android-and-iphone .social-app .right .right-top{
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .android-and-iphone .social-app .right h3{
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .android-and-iphone .social-app .right ul li .img-d{
        font-size: 14px;
        line-height: 20px;
        padding-left: 27px;
    }
    .android-and-iphone .social-app .right ul li{
        margin-bottom: 12px;
    }
    .android-and-iphone .social-app .right ul li .img-b{
        margin-bottom: 6px;
    }
    .android-and-iphone .social-app .right .base-switching-button .button{
        margin-top: 18px;
    }
    .android-and-iphone .social-app{
        padding-top: 60px;
    }

}
@media (max-width: 768px) {
    .android-and-iphone .title-contents .title-contents-one .right .flur .flur-in .hitlong{
        height: 2px;
    }


}
@media (max-width: 375px) {
    .android-and-iphone .title .title-item{
        justify-content: flex-start;
    }
    .android-and-iphone .title-contents .title-contents-two .right .flur .flur-in .hit, .android-and-iphone .title-contents .title-contents-three .right .flur .flur-in .hit{
        margin-bottom: -5px;
    }
}
/* android-and-iphone */

.steps-button-next,
.steps-button-prev {
    position: absolute;
    top: 62%;
    margin-top: -32px;
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    opacity: 0.5;
    cursor: pointer;
    z-index: 2;
}
.steps-button-next:hover,
.steps-button-prev:hover {
    opacity: 1;
}
.steps-button-prev {
    left: -8%;
    background:#ffffff url("https://images.anyrecover.com/anyrecoveren/assets/overview/data_recovery_2023/steps-swiper-arrow.svg") no-repeat 20px center;
}
.steps-button-next {
    right: -8%;
    transform: rotate(180deg);
    background:#ffffff url("https://images.anyrecover.com/anyrecoveren/assets/overview/data_recovery_2023/steps-swiper-arrow.svg") no-repeat 20px center;
}

/*awesome   */
.awesome {
    padding: 140px 0;
}
.awesome h2{
    line-height: 48px;
    text-align: center;
    color: #080B29;
    margin-bottom: 60px;

}
.awesome .awesome-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}
.awesome .awesome-content .awesome-content-box{
    position: relative;
    height: 320px;
    overflow: hidden;
    border-radius: 24px;
}


.awesome .awesome-content .ai-repair,.awesome .awesome-content .ai-img{
    width: 774px;
}
.awesome .awesome-content .ai-repair,.awesome .awesome-content .remote{
    margin-bottom: 24px;
}
.awesome .awesome-content .remote,.awesome .awesome-content .data-loss{
    width: 547px;
}
.awesome .awesome-content .awesome-content-text,.awesome .awesome-content .awesome-title{
    width: 100%;
    height: 100%;
    text-align: center;
}
.awesome .awesome-content .ai-repair .awesome-title{
    background: url(../png/img_ai_repair.png) no-repeat ;
    background-size: 100% 100%;
}
.awesome .awesome-content .remote .awesome-title{
    background: url(../png/img_remote.png) no-repeat ;
    background-size: 100% 100%;
}
.awesome .awesome-content .data-loss .awesome-title{
    background: url(../png/img_data_loss.png) no-repeat ;
    background-size: 100% 100%;
}
.awesome .awesome-content .ai-img .awesome-title{
    background: url(../png/img_ai_image.png) no-repeat ;
    background-size: 100% 100%;
}
.suportWebp .awesome .awesome-content .ai-repair .awesome-title{
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/data_recovery_2023/img_AI_repair2.webp) no-repeat ;
    background-size: 100% 100%;
}
.suportWebp .awesome .awesome-content .remote .awesome-title{
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/data_recovery_2023/img_remote2.webp) no-repeat ;
    background-size: 100% 100%;
}
.suportWebp .awesome .awesome-content .data-loss .awesome-title{
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/data_recovery_2023/img_Data_Loss2.webp) no-repeat ;
    background-size: 100% 100%;
}
.suportWebp .awesome .awesome-content .ai-img .awesome-title{
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/data_recovery_2023/img_AI_image2.webp) no-repeat ;
    background-size: 100% 100%;
}
.awesome .awesome-content .awesome-content-box .awesome-title{
    display: flex;
    align-items: flex-end;
    justify-content: center;

}
.awesome .awesome-content .awesome-content-box .awesome-title span{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 40px;
}
.awesome .awesome-content .awesome-content-box:hover .awesome-title>span{
    display: none;
}
.awesome .awesome-content .awesome-content-text{
    position: absolute;
    top:100%;
}
.awesome .awesome-content .awesome-content-box:hover .awesome-content-text{
    transition: all .5s;
    top: 0;
}
.awesome .awesome-content .awesome-content-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.awesome .awesome-content .awesome-content-text h3{
    color: #FFFFFF;
    margin-bottom: 10px;
}
.awesome .awesome-content .ai-repair .awesome-content-text{
    border-radius: 24px;
    background: linear-gradient(103.23deg, rgba(204, 102, 255, 0.7) 0%, #7733FF 100%);

}
.awesome .awesome-content .remote .awesome-content-text{
    border-radius: 24px;
    background: linear-gradient(103.23deg, rgba(46, 230, 230, 0.7) 0%, #29CC7B 100%);

}
.awesome .awesome-content .data-loss .awesome-content-text{
    border-radius: 24px;
    background: linear-gradient(118.75deg, rgba(102, 204, 255, 0.7) 0%, #3399FF 100%);

}
.awesome .awesome-content .ai-img .awesome-content-text{
    border-radius: 24px;
    background: linear-gradient(103.23deg, rgba(36, 38, 33, 0.7) 0%, #032842 100%);

}
.awesome .awesome-content .ai-repair h3{
    font-size: 24px;
    line-height: 32px;
    max-width: 481px;
}
.awesome .awesome-content .ai-repair p,.awesome .awesome-content .ai-img p{
    max-width: 480px;
    margin-bottom: 20px;
}
.awesome .awesome-content .ai-repair a,.awesome .awesome-content .ai-img a,.awesome .awesome-content .remote a{
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;

}
.awesome .awesome-content .remote p{
    margin-bottom: 20px;
}
.awesome .awesome-content .remote h3,.awesome .awesome-content .data-loss h3{
    max-width: 373px;
    font-size: 24px;
    line-height: 32px;
}
.awesome .awesome-content .remote p,.awesome .awesome-content .data-loss p{
    max-width: 352px;
}
@media (max-width: 1024px) {
    .awesome .awesome-content{
        flex-direction: column;
        align-items: center;
    }
    .awesome .awesome-content .remote, .awesome .awesome-content .data-loss{
        order: 1;
    }

    .awesome .awesome-content .ai-img{
        margin-bottom: 30px;
    }

}


@media (max-width: 768px) {
    .awesome h2{
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #080B29;
        margin-bottom: 30px;
    }
    .awesome .awesome-content .awesome-content-box{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .awesome .awesome-content .awesome-content-text{
        position: relative;
        align-items: start;
    }
    .awesome .awesome-content .ai-repair .awesome-title,.awesome .awesome-content .ai-img .awesome-title{
        width: 335px;
        height: 138.5px;
        margin-bottom: 20px;
    }
    .awesome .awesome-content .awesome-content-box .awesome-title span{
        display: none;
    }
    .awesome .awesome-content .ai-repair .awesome-content-text,.awesome .awesome-content .ai-img .awesome-content-text{
        width: 335px;
        height: auto;
        background: none;
        color: #080B29;
    }
    .awesome .awesome-content .ai-repair p, .awesome .awesome-content .ai-img p,.awesome .awesome-content .remote p, .awesome .awesome-content .data-loss p{
        text-align: start;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .awesome .awesome-content .ai-repair h3,
    .awesome .awesome-content .ai-img h3,
    .awesome .awesome-content .remote .awesome-content-text h3,
    .awesome .awesome-content .data-loss .awesome-content-text h3{
        font-size: 16px;
        line-height: 24px;
        color: #080B29;
        text-align: start;

    }
    .awesome .awesome-content .awesome-content-text h3{
        margin-bottom: 6px;
    }
    .awesome .awesome-content .ai-repair a, .awesome .awesome-content .ai-img a,.awesome .awesome-content .remote a{
        margin: auto;
    }
    .awesome .awesome-content .ai-repair a svg path, .awesome .awesome-content .ai-img a svg path,.awesome .awesome-content .remote a svg path{
        fill: #080B29;
    }
    .awesome .awesome-content .data-loss .awesome-title,.awesome .awesome-content .remote .awesome-title{
        width: 335px;
        height: 196px;
        margin-bottom: 20px;
    }
    .awesome .awesome-content .remote, .awesome .awesome-content .data-loss{
        width: auto;
        height: auto;
    }
    .awesome .awesome-content .remote .awesome-content-text,.awesome .awesome-content .data-loss .awesome-content-text{
        background: none;
        color: #080B29;
    }
    .awesome .awesome-content{
        flex-wrap: nowrap;
    }
    .awesome{
        padding: 60px 0;
    }

}
/* awesome  */


/* what-makes */
.what-makes {
    padding: 140px 0 ;
    background: linear-gradient(110.66deg, #5C62FF 0%, #5CFFFC 100%);
}
.what-makes .stand{
    margin: auto;
    max-width: 1180px;
}
.what-makes .stand h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    color: #FFF;
    margin-bottom: 10px
}

.what-makes .stand p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    max-width: 1180px;
    color: #FFF;
    margin: 0 auto 60px
}

.what-makes .stand .books {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.what-makes .stand .books .books-picture {
    display: flex;
    flex-direction: column
}

.what-makes .stand .books .big-books {
    background: linear-gradient(180deg,#E0E3FF 0%,#FFFFFF 100%);
    border: 1px solid #FFF;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 42px 59px
}

.what-makes .stand .books .big-books:hover,.books-top-pc:hover {
    transition: all .5s;
    transform: scale(1.1)
}

.what-makes .stand .books .big-books img {
    margin-bottom: 20px
}

.what-makes .stand .books .big-books .big-spans {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 22px;
    max-width: 210px;
    line-height: 30px;
    color: #080B29;
    text-align: center
}

.what-makes .stand .books .big-books .nows {
    width: 210px;
    height: 56px;
    font-weight: 700;
    font-size: 16px;
    background: #4858EC;
    border-radius: 12px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center
}

.what-makes .stand .books .big-books .nows span {
    margin-right: 4px
}

.what-makes .stand .books .big-books .nows svg {
    margin: 0;
    width: 16px;
    height: 16px
}

.what-makes .stand .books .books-picture {
    width: 728px
}

.what-makes .stand .books .books-cli .books-top-pc {
    background: linear-gradient(180deg,#FFFFFF 0%,rgba(255,255,255,.9) 100%);
    border: 1px solid #FFF;
    border-radius: 24px;
    padding: 40px 20px 0;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.what-makes .stand .books .books-cli .books-top-pc img {
    margin-bottom: 20px
}

.what-makes .stand .books .books-cli .books-top-pc .spans {
    max-width: 160px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #080B29
}

.what-makes .stand .books .books-top {
    margin-bottom: 40px
}

.what-makes .stand .books .books-top,.what-makes .stand .books .books-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between
}
/* @media (max-width: 992px) { */
@media (max-width: 1024px) {
    .what-makes .stand h2 {
        font-size: 24px;
        line-height: 32px
    }

    .what-makes .stand p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 30px;
        opacity: 1
    }

    .what-makes .stand .books {
        flex-direction: column
    }

    .what-makes .stand .books .big-books {
        padding: 30px 62px;
        margin-bottom: 10px
    }

    .what-makes .stand .books .big-books img {
        margin-bottom: 10px
    }

    .what-makes .stand .books .big-books .big-spans {
        font-size: 18px;
        line-height: 25px
    }

    .what-makes .stand .books .deng {
        transform: rotate(90deg)
    }

    .what-makes .stand .books .books-picture {
        flex-direction: row;
        width: auto;
        margin-top: 10px
    }

    .what-makes .stand .books .books-top,.what-makes .stand .books .books-bottom {
        flex-direction: column
    }

    .what-makes .stand .books .books-top {
        margin-right: 15px;
        margin-bottom: 0
    }

    .what-makes .stand .books .books-cli .books-top-pc {
        margin-bottom: 10px;
        padding: 20px 16px 0;
        width: 160px;
        height: 160px
    }

    .what-makes .stand .books .books-cli .books-top-jia {
        margin-bottom: 10px
    }

    .what-makes .stand .books .books-cli .books-top-pc img {
        margin-bottom: 10px
    }

    .what-makes .stand .books .books-cli .books-top-pc .spans {
        font-size: 16px;
        line-height: 22px
    }
}
/* what-makes */
.leading {
    padding: 140px 0;
    background: linear-gradient(104.92deg, #E0F0FF 0%, #E0FFFF 100%);

}
.leading h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 69px;
    text-align: start;
}
.leading .base-flex {
    display: flex;
}
.leading .swiper-container{
    padding-bottom: 40px;
}
.leading i[class^="medialogo-"] {
    display: flex;
    /* margin: auto; */
    min-width: calc(148px * 2);
    min-height: calc(46px * 2);
    align-items: center;
    background-size: contain;
    background-position:left;
}
.leading .swiper-slide{
    display: flex;
    width: calc(50% - 12px) !important;
    height: auto;
    min-height: 412px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-right: 12px;
}
/* .leading .swiper-slide:last-child{
    margin-right: 0;
} */
.leading .swiper-slide .reviews{
    padding: 40px;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 1px;
    /* display: flex;
    justify-content: space-between;
    flex-direction: column; */
}
.leading .reviews-flex{
    display: grid;
    align-content: space-between;

}

.leading .swiper-slide .reviews .star img{
    margin-right: 10px;
}
.leading .swiper-slide .reviews b{
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #080B29;
}

.leading .arrow-button{
    position: absolute;
    right: 25px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leading .arrow-button span{
    display: inline-block;
    margin:0 80px;
    font-size: 24px;
    font-weight: bold;
    color: #2e2e2e;
}

.leading .swiper-button-next, .leading .swiper-button-prev{
    position: relative;
    background: none;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
}

.leading .swiper-button-prev{
    transform: rotate(180deg);
    right: auto;
    left: 0;

}
.leading .swiper-button-next{
    transform: rotate(180deg);
    right: 0;
    margin-left: 20px;
}
.leading .swiper-button-next.swiper-button-disabled svg circle,.leading  .swiper-button-prev.swiper-button-disabled svg circle{
    fill: #cccc;
}
.leading .product-more {
    text-align: center;
}
.leading .product-more a {
    font-size: 16px;
    margin: auto;
    font-weight: bold;
    color: #080B29;
    border: 1px solid #080B29;
    border-radius: 12px;
    width: 220px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.leading .product-more a span{
    margin-right: 4px;
}
.leading .product-more a:hover{
    background: #080B29;
}
.leading .product-more a:hover span{
    color: #FFFFFF;
}
.leading .product-more a:hover svg path{
    stroke:#FFFFFF;
}
.leading .product-medialogo{
    margin-top: 70px;
    align-items: center;
    justify-content: space-around;
}
.leading .swiper-slide .reviews p{
    text-align: start;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #080B29;
}
.leading .swiper-slide .reviews .reviews-author{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.leading .swiper-slide .reviews .reviews-author img{
    width: 64px;
    height: 64px;
    margin-right: 16px;
}

/* product-medialogo start */

.product-medialogo [class^="medialogo-"] {
    display: inline-block;
    transition: all .3s;
    min-width: calc(148px * 1);
    min-height: calc(46px * 1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-medialogo-colorful [class^="medialogo-"],
.product-medialogo .colorful {
    cursor: pointer;
}

.product-medialogo.product-medialogo-colorful .medialogo-engadget:hover,
.product-medialogo .medialogo-engadget,
.product-medialogo .swiper-pagination-bullet-active .medialogo-engadget.colorful,
.product-medialogo .medialogo-engadget.colorful:hover {
    background-image: url("http://images.imyfone.com/en/Images/base/media_logo/media_logo_engadget.svg");
}

.product-medialogo.product-medialogo-colorful .medialogo-techradar:hover,
.product-medialogo .medialogo-techradar,
.product-medialogo .swiper-pagination-bullet-active .medialogo-techradar.colorful,
.product-medialogo .medialogo-techradar.colorful:hover {
    background-image: url("http://images.imyfone.com/en/images/product/index-images/techradar.svg");
}

.product-medialogo.product-medialogo-colorful .medialogo-muo:hover,
.product-medialogo .medialogo-muo,
.product-medialogo .swiper-pagination-bullet-active .medialogo-muo.colorful,
.product-medialogo .medialogo-muo.colorful:hover {
    background-image: url("http://images.imyfone.com/en/images/product/index-images/media_logo_muo.svg");
}

.product-medialogo.product-medialogo-colorful .medialogo-cultofmac:hover,
.product-medialogo .medialogo-cultofmac,
.product-medialogo .swiper-pagination-bullet-active .medialogo-cultofmac.colorful,
.product-medialogo .medialogo-cultofmac.colorful:hover {
    background-image: url("http://images.imyfone.com/en/Images/base/media_logo/media_logo_cultofmac.svg");
}

.product-medialogo.product-medialogo-colorful .medialogo-pcworld:hover,
.product-medialogo .medialogo-pcworld,
.product-medialogo .swiper-pagination-bullet-active .medialogo-pcworld.colorful,
.product-medialogo .medialogo-pcworld.colorful:hover {
    background-image: url("http://images.imyfone.com/en/Images/base/media_logo/media_logo_pcworld.svg");
}

.product-medialogo.product-medialogo-colorful .medialogo-payetteforward:hover,
.product-medialogo .medialogo-payetteforward,
.product-medialogo .swiper-pagination-bullet-active .medialogo-payetteforward.colorful,
.product-medialogo .medialogo-payetteforward.colorful:hover {
    background-image: url("http://images.imyfone.com/en/Images/base/media_logo/media_logo_payetteforward.svg");
}
/* product-medialogo end */


/* compatibility */
.compatibility {
    padding: 0 0 140px;
}
.compatibility h2 {
    text-align: center;
    color: #080B29;
    font-weight: 700;
    line-height: 48px;
}
.compatibility .content-box {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.compatibility .content-box .item,.item-pc{
    background: #EFF4FF ;
    border-radius: 16px;
    padding: 30px 30px 30px 40px;
}
.compatibility .content-box .item-pc{
    padding: 30px 30px 40px 40px;
}
.compatibility .content-box .item-scla:hover{
    transform: scale(1.03);
    transition: transform .3s ease-in-out;
}
.compatibility .content-box b{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #080B29;
}
.compatibility .content-box  .item-logo{
    float: right;
}
.compatibility .content-box .item div {
    display: flex;
    align-items: center;

}
.compatibility .content-box .item-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #080B29;
    margin-bottom:20px;
    padding-top:10px ;
}
.compatibility .content-box .right .item-title{
    margin-bottom:26px;
}
.compatibility .content-box .left{
    max-width: 774px;
    margin-right: 24px;
}
.compatibility .content-box .right{
    max-width: 546px;
}
.compatibility .content-box .item{
    height: calc(50% - 12px);
}
.compatibility .content-box .item:first-child{
    margin-bottom: 24px;
}
.compatibility .content-box .item p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    color: #080B29;
}
.compatibility .content-box .item-pc .item-text{
    margin-bottom: 20px;
}
.compatibility .content-box .item-pc .item-text:last-child{
    margin-bottom: 0;
}
.compatibility .content-box .item-pc .item-text p{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #080B29;
    margin-bottom: 10px;
}
.compatibility .content-box .item-pc .item-text .item-text-span{
    line-height: 28px;
    color: #080B29;
}
.compatibility .content-box .item-pc .item-text .last-span{
    word-wrap: break-word;
    padding-right: 22px;
}
/* compatibility */
/* bottom-banner */
.bottom-banner {

    text-align: center;
}
.bottom-banner .bottom-banner-box{
    background: linear-gradient(110.66deg, #5C62FF 0%, #5CFFFC 100%), linear-gradient(98.57deg, #5C62FF 0%, #5C92FF 100%);
    border-radius: 24px;
    padding: 30px 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bottom-banner .bottom-banner-box .left picture,.bottom-banner-box .left h3{
    margin-bottom: 30px;
}
.bottom-banner-box .left h3{
    color: #FFFFFF;
    font-size: 36px;
}

.bottom-banner .bottom-banner-box .right{
    position: relative;
}
@keyframes rotate-transfer{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(-90deg);}
    50%{-webkit-transform:rotate(-180deg);}
    75%{-webkit-transform:rotate(-270deg);}
    100%{-webkit-transform:rotate(-360deg);}
}
@keyframes rotate-progress{
    0%{width: 0;}
    25%{width: 25%;}
    50%{width: 50%;}
    75%{width: 75%;}
    100%{width: 100%;}
}
.bottom-banner .bottom-banner-box .right .revolve-progress{
    position: absolute;
    width: 21.64%;
    height: 39.13%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 24px rgba(72, 88, 236, 0.3);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 10px;
    left: 2%;
    bottom: 22%;
}
.bottom-banner .bottom-banner-box .right .revolve-progress .span{
    font-size: 12px;
    line-height: 17px;
    color: #080B29;
    margin: 8px 0 9px;
    text-align: start;
}
.bottom-banner .bottom-banner-box .right .revolve-progress .revolve{
    width: 100%;
    height:71.1%;
    background: #4858EC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-banner .bottom-banner-box .right .revolve-progress .revolve img{
    width: 36.36%;
    animation: rotate-transfer 2s linear infinite;
}
.bottom-banner .bottom-banner-box .right .revolve-progress .progress{
    width: 100%;
    height: 6%;
    background: #CEDBF5;
    border-radius: 33.5897px;
}

.bottom-banner .bottom-banner-box .right .revolve-progress .progress .progress-span{
    width: 0;
    height: 100%;
    background: #4858EC;
    border-radius: 33.5897px;
    animation: rotate-progress 2s linear infinite;
}
.bottom-banner .base-switching-button .button {
    margin-bottom: 10px;
}
.bottom-banner .base-switching-button .product-button {
    justify-content: center;
}
.bottom-banner .base-switching-button .download-button {
    margin-right: 24px;
}
.bottom-banner .base-switching-button .download-button p,.base-switching-button .buy-button p{
    color: #FFFFFF;
}
.bottom-banner .base-switching-button .download-button .button {
    color: #4858EC;
    border-radius: 12px;
    background: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
}
.bottom-banner .base-switching-button .buy-button .button {
    color: #ffffff;
    background: #FAA700;
    /* background: #A36B00; */
    border-radius: 12px;
}
.bottom-banner .base-switching-button .buy-button .button svg{
    margin-right: 12px;
}

.bottom-banner .base-switching-button .buy-button .button:hover {
    background: #F46E0C;
}
/* bottom-banner */
/* faqs-tips */
.faqs-tips {
    padding: 140px 0 100px;
}
.faqs-tips h3,
.faqs-tips h3 {
    font-weight: bold;
    margin-bottom: 30px;
    text-align: start;
    font-size: 36px;
}
.faqs-tips .box a.more {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);

    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 48px;
    color: #080B29;
    border: 1px solid #080B29;
    border-radius: 12px;
}
.faqs-tips .box a.more span{
    margin-right: 4px;
}
.faqs-tips .box a.more:hover {
    background: #080B29;
    color: #FFFFFF;
}
.faqs-tips .box a.more:hover svg path{
    stroke:#ffffff
}

.faqs-tips .box {
    display: flex;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
    border-radius: 20px;
    justify-content: space-between;
}


.faqs-tips .faqs,
.faqs-tips .tips {
    position: relative;
    padding: 40px 40px;
}
.faqs-tips .faqs {
    text-align: left;
    width: 57.6%;
    background: linear-gradient(180deg, #E0F5FF 0%, rgba(224, 245, 255, 0.5) 100%);
    border-radius: 24px;
    padding-bottom: 126px;
}
.faqs-tips .tips {
    width: 40.6%;
    background: linear-gradient(180deg, #FFF5E0 0%, rgba(255, 245, 224, 0.5) 100%);
    border-radius: 24px;
    padding-bottom: 160px;
}
.faqs-tips .tips p a:hover{
    text-decoration: underline;
}
.faqs-tips .tips b {
    display: block;
    margin-bottom: 16px;
}
.faqs-tips .faqs .faqs-item,
.faqs-tips .tips div {
    margin-bottom: 32px;
}
.faqs-tips .faqs .faqs-title .faqs-title-h{
    display: flex;

}
.faqs-tips .faqs .faqs-title .faqs-title-h .jiao{
    margin-right: 12px;
}
.faqs-tips .faqs .faqs-title {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.faqs-tips .faqs .faqs-answer ul li,
.faqs-tips .faqs .faqs-answer p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 20px;
}

.faqs-tips .faqs .faqs-answer{
    margin-left: 16px;
}
.faqs-tips .faqs .faqs-title h4 {
    font-size: 16px;
    font-weight: normal;
    color: #080B29;
}
.faqs-tips .faqs .faqs-title h4:hover {
    cursor: pointer;
}
.faqs-item.active .jia svg{
    transition: all linear .2s;
    transform: rotate(45deg);

}
.faqs-item.active .jiao svg{
    transition: all linear .2s;
    transform: rotate(90deg);

}

.faqs-tips .share {
    text-align: center;
    margin-top: 100px;
}
.faqs-tips .share p {
    margin-top:30px ;
}
.faqs-tips .share div{
    display: flex;
    justify-content: center;
}
.faqs-tips .share a {
    margin: 0 27px;
}
.faqs-tips .tips div p {
    position: relative;
    padding-left: 10px;
}
.faqs-tips .tips div p:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #333333;

}
.faqs-tips .tips div p:hover:before {
    background: #4276FF;
}
/* faqs-tips */
.banner-right-new {
    max-width: 512px;
}
.banner-right-new .right-new-content {
    width: 100%;
    background: #FFFFFF;
    border: 6px solid #94CBFF;
    box-shadow: 0px 30px 30px -20px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 8px;
}
.banner-right-new .new-youtube-icon {
    margin-bottom: 10px;
    margin-top: 2px;
}
.banner-right-new .right-new-video {
    position: relative;
    width: 100%;
    height: 272px;
}
.right-new-video picture,
.right-new-video picture img {
    width: 100%;
    height: 100%;
}
.right-new-video .right-new-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

@media(max-width: 940px){
    .banner-right-new {
        width: 40%;
    }
    .banner-right-new .right-new-video {
        height: 153px;
    }
}
@media(max-width: 768px){
    .bottom-banner .base-switching-button .download-button p,.base-switching-button .buy-button p{
        font-size: 14px;
    }
    .banner-right-new .right-new-content {
        padding: 6px;
        max-width: 500px;
        margin: auto;
    }
    .banner-right-new .new-youtube-icon {
        width: 60px;
        margin-top: 0;
        margin-bottom: 8px;
    }
    .banner-right-new,
    .banner-left-new {
        width: 100%;
    }
    .banner-right-new {
        margin: 30px auto;
    }
    .banner-right-new .right-new-video {
        height: 266px;
    }
}
@media(max-width: 600px) {
    .banner-right-new .right-new-video {
        height: 250px;
    }
}

@media(max-width: 500px) {
    .banner-right-new .right-new-video {
        height: 220px;
    }
}

@media(max-width: 400px) {
    .banner-right-new .right-new-video {
        height: 182px;
    }
}
@media (max-width: 1024px) {
    .bottom-banner .bottom-banner-box{
        flex-direction: column;
    }
}

@media (min-width: 1000px) and (max-width: 1024px) {
    .part-5 .container .row {
        justify-content: center;
    }
    .top-banner-imgsa {
        justify-content: flex-start;
    }
}
@media (max-width: 992px) {
    h2 {
        font-size: 24px;
    }
    .container{
        padding: 0 20px;
    }
    .top-banner {
        padding: 32px 0 0 0;
        background: linear-gradient(180deg, #DBE5FF 0%, #FFF6F0 100%);
        border-radius: 0;
    }
    .hard-drive h2{
        margin-bottom: 20px;
    }
    .navigation-buttons-imgbox{
        width: 48px;
    }

    .navigation-buttons{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .base-tabswitch-title-title{
        font-size: 15px;
        line-height: 20px;
    }
    .base-tabswitch-title-text{
        font-size: 13px;
        line-height: 18px;
    }
    .top-banner :is(h1, h2) {
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }
    .top-banner .top {
        flex-direction: column;
    }
    .top-banner p.logo {
        text-align: center;
    }

    .spanstext-swiper-box{
        justify-content: center;
        flex-wrap: wrap;
    }
    .navigation-buttons .bottom .index-box.active::after{
        width:30px
    }
    .top-banner ul {
        margin-bottom: 30px;
    }
    .top-banner .base-switching-button .product-button .download-button {
        margin: 0 0 16px;
    }
    .base-switching-button .product-button {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .base-switching-button .base-version-switching {
        display: flex;
    }
    .banner-available-star #star-reviews {
        margin: 20px 0 0px;
    }
    .banner-available-star{
        align-items: center;
        margin-top: 22px;
    }
    .navigation-buttons .bottom .index-box p{
        font-size: 12px;
        margin-top: 6px;
        margin-bottom: 12px;
    }
    .top-banner .bottom {
        padding-top: 0;
        flex-direction: column;
        align-items: center;
    }
    .top-banner .bottom .index-box {
        flex-direction: unset;
        width: 270px;
        height: 58px;
        border-radius: 79px;
        background: url(../png/banner-index-bg-m.png);
        margin: 8px 0;
    }
    .top-banner .bottom .index-box picture {
        width: 40px;
    }
    .top-banner .top .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }
    .top-banner .top .left .video-box-phone{
        display: block;
    }
    .top-banner .top .right{
        display: none;
    }
    .android-and-iphone{
        padding: 60px 0 0;
    }
    .hard-drive {
        padding: 40px 14px 60px;
    }
    .hard-drive .content-box .left .base-tabswitch-title {
        margin-bottom:20px;
        padding: 10px;
    }
    .hard-drive .content-box {
        flex-direction: column;
        margin-top: 20px;
        align-items: center;
    }

    .hard-drive .content-box .left {
        margin-bottom:0;
        margin-top: 0;
    }
    .hard-drive .content-box .left, .hard-drive .content-box .right {
        width: 100%;
    }
    .hard-drive .base-switching-button{
        margin-bottom: 20px;
    }
    .hard-drive .content-box .left .base-tabswitch-title:nth-child(3){
        margin-bottom: 30px;
    }
    .android-and-iphone p.p-title {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .steps-button-next, .steps-button-prev {
        display: none;
    }
    /* what-makes */
    .what-makes {
        padding: 60px 0;
    }
    /* what-makes */
    .leading {
        padding: 60px 0;
    }
    .leading .swiper-slide .reviews {
        font-size: 16px;
        -webkit-text-size-adjust: none;
        padding: 10px;
    }

    .leading .swiper-slide .reviews p {
        font-size: 14px;
        line-height: 24px;
        -webkit-text-size-adjust: none;
    }
    .leading .swiper-slide .reviews .reviews-author img{
        width: 40px;
        height: 40px;
    }
    .leading h2 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    /* .leading .swiper-slide {
        margin: 0;
        width: 100% !important;
        min-height: 432px;
    } */

    .leading .swiper-slide .reviews{
        padding: 20px 15px;
    }
    .leading .arrow-button{
        position: relative;
        margin: auto;
        right: 0;
        padding-bottom: 30px;
    }
    .leading .swiper-container {
        padding-bottom: 30px;
    }
    .leading .product-medialogo {
        margin-top: 30px;

        align-items: center;
        flex-wrap: wrap;

    }
    .leading .product-medialogo li {
        margin: 15px 0;
    }


    /* .compatibility */
    .compatibility {
        padding: 30px 0 40px;
    }
    .compatibility h2{
        line-height: 32px;
    }
    .compatibility .content-box {
        flex-direction: column;
        margin-top: 30px;
    }
    .compatibility .content-box .item-title{
        font-size: 18px;
        line-height: 28px;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .compatibility .content-box .item p{
        font-size: 14px;
        line-height: 24px;
    }
    .compatibility .content-box .item{
        margin-bottom: 20px;
    }
    .compatibility .content-box .right .item-title{
        margin-bottom: 10px;
    }
    .compatibility .content-box .item-pc .item-text p{
        font-size: 14px;
        line-height: 20px;
    }
    .compatibility .content-box .item-pc .item-text .item-text-span{
        font-size: 14px;
        line-height: 24px;
    }
    .compatibility .content-box .item-logo{
        width: 40px;
    }
    .compatibility .content-box .left,.compatibility .content-box .right{
        max-width: 100%;
        margin-right: 0;
    }
    .compatibility .content-box .item, .compatibility .content-box .item-pc {
        width: 100%;
        height: auto;
        padding: 10px 10px 10px 20px;
    }
    .compatibility .content-box .item-pc{
        padding: 10px 10px 20px 20px;
    }
    /* .compatibility */
    .bottom-banner {
        padding: 30px 0 50px;
        height: auto;
    }
    .bottom-banner .bottom-banner-box .left picture{
        width: 56px;
        height: 56px;
        margin: 0 auto 20px;
    }
    .bottom-banner .base-switching-button .download-button {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .bottom-banner .bottom-banner-box{
        padding: 40px 0 10px;
    }
    .bottom-banner-box .left h3{
        padding: 0 35px;
        font-size: 24px;
        line-height: 32px;
    }
    .bottom-banner .bottom-banner-box .right{
        margin-top: 30px;
    }
    .faqs-tips h3,
    .faqs-tips h3 {
        font-size: 20px;
        margin-bottom: 20px;

    }
    .faqs-tips {
        padding: 30px 0;

    }

    .faqs-tips .box {
        background: none;
        flex-direction: column;
    }
    .faqs-tips .faqs, .faqs-tips .tips{
        width: 100%;
        padding: 20px 12px 96px;
    }
    .faqs-tips .faqs {
        border-radius: 20px;
        margin-bottom: 20px;

    }
    .faqs-tips .faqs .faqs-title h4{

        font-size: 14px;
    }
    .faqs-tips .faqs .faqs-title .faqs-title-h .jiao{
        margin-right: 10px;
    }
    .faqs-tips .faqs {
        border-radius: 20px;
    }
    .faqs-tips .share{
        margin-top: 30px;
    }
    .faqs-tips .share p {
        margin: 30px 0 30px;
    }
}
@media (max-width: 552px) {
    .bottom-banner .bottom-banner-box .right .revolve-progress .span{
        margin: 4px 0  -2px;
        transform: scale(0.5);
        transform-origin: 0 0;
        white-space: nowrap;
    }

    .top-banner-imgsa {
      flex-direction: column;
    }

    .top-banner-imgsa .logo {
      margin-top: 20px;
      order: 2;
    }
    
    .top-banner-imgsa .logo img {
      width: 24px;
    }
    .top-banner-imgsa p {
      margin-left: 10px;
      margin-right: 0;
      font-size: 20px;
    }
}
.part-5 {
    padding: 140px 0;
}

.part-5 .row {
    display: flex;
    /* margin-right: -15px;
    margin-left: -15px; */
    align-items: center;
    justify-content: space-between
}

.part-5 .py-h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #080B29;
    margin-bottom: 10px
}

.part-5 .py-p {
    max-width: 889px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin:0 auto 60px;
    color: #080B29
}

.part-5 .col-lg {
    width: 40%
}

.part-5 .list-unstyled-h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #080B29;
    margin-bottom: 10px
}

.part-5 .list-unstyled-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #080B29;
    opacity: .7;
    margin-bottom: 17px
}

.part-5 li.swiper-bar:not(:last-of-type) {
    margin-bottom: 40px
}

.part-5 li.swiper-bar .progress {
    height: 4px;
    background: #EBEEFF;
    border-radius: 4px;
    box-shadow: none;
    display: flex
}

.part-5 li.swiper-bar .progress .progress-bar {
    background: #4858EC;
    border-radius: 4px
}

.part-5 .computer {
    width: 56.7%
}

.part-5 .computer .computer-scrn {
    padding: 1.75rem;
    border-radius: 20px 20px 0 0;
    background-color: #000;
    margin-left: 3rem!important;
    margin-right: 3rem!important
}

.part-5 .computer .computer-base {
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 0 0 .875rem .875rem;
    height: 1.75rem;
    position: relative
}

.part-5 .computer .computer-base::after {
    content: '';
    width: 37%;
    height: .75rem;
    border: 2px solid #000;
    border-radius: 0 0 .375rem .375rem;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%)
}

.part-5 .swiper-slide {
    display: flex;
    justify-content: center
}

.with-hand {
    cursor: pointer
}
@media (max-width: 1280px) {
    .awesome .awesome-content {
        justify-content: space-around;
    }
}

@media (max-width: 992px) {
    .part-5 {
        padding:60px 0
    }

    .part-5 .row {
        margin: 0
    }
}

@media (max-width: 768px) {
    .part-5 .row {
        flex-direction:column-reverse
    }

    .part-5 .computer,.part-5 .col-lg {
        width: 100%
    }

    .part-5 .swiper-slide img {
        width: 100%;
        height: 100%
    }

    .part-5 .py-h2 {
        font-size: 24px;
        line-height: 32px
    }

    .part-5 .py-p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 30px
    }

    .part-5 .computer {
        margin-bottom: 20px
    }

    .part-5 .list-unstyled-h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 4px
    }

    .part-5 .list-unstyled-p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px
    }

    .part-5 li.swiper-bar:not(:last-of-type) {
        margin-bottom: 20px
    }

    .part-5 .computer .computer-scrn {
        margin-left: 30px!important;
        margin-right: 20px!important;
        padding: 20px
    }
    .leading .swiper-slide{
        margin: 0;
        width: 100% !important;
        min-height: 432px;
    }
}


@media (max-width: 375px) {
    .part-5 .computer .computer-scrn {
        margin-left:20px!important;
        margin-right: 20px!important;
        padding: 10px;
        border-radius: 10px 10px 0 0
    }
}
.choose{
    padding: 140px 0;
}
.choose h3{
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #080B29;
    margin-bottom: 60px;
}
.choose .software{
    background: rgba(51, 119, 255, 0.08);
    border-radius: 24px;
    display: flex;
    overflow: auto;
}
.choose .software .anyrcover{
    background: linear-gradient(98.57deg, #5C62FF 0%, #5C92FF 100%);
    border-radius: 24px;
    width: 432px;
    height: 786px;
    padding: 30px 20px 20px;
    margin-right: 24px;
}
.choose .software .anyrcover .logo-top,.choose .software .easy-star .logo-top{
    text-align: center;
    margin-bottom: 20px;
}
.choose .software .anyrcover .any-content{
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 12px;
    height: 680px;
    width: 392px;
}
.choose .software .anyrcover .any-content .content-net{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    margin-bottom: 12px;
}
.choose .software .anyrcover .any-content .startext{
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
}
.choose .software .anyrcover .any-content .text-fff{
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 700;
}
.choose .software .anyrcover .any-content .content-net .right{
    /* right: 24px; */
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.choose .software .anyrcover .any-content .content-net .right .bottom span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.choose .software .anyrcover .any-content .content-net .right .top span{
    font-weight: 400;
}
.choose .software .easy-star{
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
}
.choose .software .easy-star .easy-star-itm{
    width: 202px;
    height: 724px;
    margin-right: 20px;
}

.choose .software .easy-star .easy-star-itm .easy-content{
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 12px;
    height: 680px;
}
.choose .software .easy-star .easy-star-itm .easy-content .content-net {
    display: flex;
    flex-direction: column;
    padding: 18px 0;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
}
.choose .software .easy-star .easy-star-itm .easy-content .content-net .right{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #080B29;
}
.choose .software .easy-star .easy-star-itm .easy-content .content-net .right span{
    font-weight: 400;
}
.choose .software .easy-star .easy-star-itm .easy-content  .six-flex{
    padding: 6px 0;
}
.choose .software .easy-star .easy-star-itm .easy-content .content-net .right .bottom span{
    font-size: 14px;
    line-height: 20px;
}
.choose .base-switching-button{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.choose .base-switching-button .button{
    border-radius: 12px;
}
@media (max-width: 992px) {
    .choose{
        padding: 60px 0;
    }
    .choose h3{
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        color: #080B29;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {


    .choose .software{

        border-radius: 16px
    }
    .choose .software .anyrcover{
        border-radius: 16px;
        width: 320px;
        height: 614px;
        padding: 16px 10px 10px;
        margin-right: 10px;
    }
    .choose .software .anyrcover .logo-top,.choose .software .easy-star .logo-top{
        text-align: center;

        margin-bottom: 16px;
    }
    .choose .software .anyrcover .logo-top picture{
        width: 103px;
        height: 24px;
        margin: auto;
    }
    .choose .software .anyrcover .any-content{
        border-radius: 12px;
        padding: 6px;
        width: 300px;
        height: 548px;
    }
    .choose .software .anyrcover .any-content .content-net{
        padding: 12px 10px;
        margin-bottom: 10px;
    }
    .choose .software .anyrcover .any-content .startext{
        border-radius: 8px;
    }
    .choose .software .anyrcover .any-content .text-fff{
        line-height: 20px;
        font-size: 14px;
    }
    .choose .software .anyrcover .any-content .content-net-text{
        padding: 18px 10px;
    }
    .choose .software .anyrcover .any-content .content-net .right{
        /* right: 24px; */
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
    .choose .software .anyrcover .any-content .content-net .right .bottom span{
        font-size: 12px;
        line-height: 16px;
    }
    .choose .software .easy-star{
        padding-top: 16px;
        padding-bottom: 10px;
    }
    .choose .software .easy-star .easy-star-itm{
        width: 190px;
        height: 588px;
        margin-right: 10px;
    }
    .choose .software .easy-star .logo-top picture img{
        height: 24px;
    }
    .choose .software .easy-star .easy-star-itm .easy-content{
        border-radius: 12px;
        padding: 6px;
        height: 548px;
    }
    .choose .software .easy-star .easy-star-itm .easy-content .content-net {
        padding: 14px 0;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px !important;
        height: 48px;
    }
    .choose .software .easy-star .easy-star-itm .easy-content .content-net .right span{
        font-weight: 400;
    }
    .choose .software .easy-star .easy-star-itm .easy-content  .six-flex{
        padding: 8px 0;
    }
    .choose .software .easy-star .easy-star-itm .content-net-text{
        padding: 18px 0 14px;
    }
    .choose .software .easy-star .content-net .right .bottom span{
        font-size: 12px;
        line-height: 16px;
    }
    .choose .software .easy-star .onehourd{
        height: 54px !important;
    }
}

.swiper-banner {
    padding-top: 24px;
    background: url(../png/any-index-topbg.png) no-repeat;
    background-size: 100% 100%;
}


.swiper-banner .swiper-container {
  margin: 0 auto 80px;
  max-width: 1780px;
  border: 2px solid #FFF;
  border-radius: 40px;
  box-shadow: 0px 8px 20px 0px rgba(51, 61, 140, 0.1);
}

.swiper-banner .ai-repair {
  background: url("../png/ai_bg.png") no-repeat center top, linear-gradient(98deg, #000000 0%, #000000 33.39%, #000000 75.52%, #000000 100%);
  background-size: contain;
}

.swiper-banner .ai-repair :is(h1, h2, p, li, .base-version-switching p) {
  color: #fff;
  text-align: left;
}

.swiper-banner .ai-repair .base-switching-button .version-switching-icon,
.swiper-banner .ai-repair  .base-switching-button .version-switching-icon:hover, 
.swiper-banner .ai-repair .base-switching-button .version-switching-icon.active {
  color: #fff;
  opacity: 1;
  cursor: auto;
}

.swiper-banner .ai-repair .base-switching-button .download-button .button svg {
  margin: 0 0 0 10px;
}

.ai-repair .spanstext-swiper-box {
  display: flex;
  font-size: 38px;
  overflow: hidden;
  word-break: break-all;
  flex-wrap: wrap;
}

.ai-repair .spanstext-swiper-box #airepair-swiper {
  margin-left: 5px;
  height: 55px;
  overflow: hidden;
  display: block;
}

.ai-repair.top-banner ul li:before {
  background: #fff;
}


.swiper-banner .swiper-container {
    height: 100%
}

.swiper-banner #indexBannerPaginationSwiper {
  position: absolute;
    bottom: 30px
}

.swiper-banner #indexBannerPaginationSwiper span {
    margin: 0 7px;
    width: 35px;
    height: 6px;
    border-radius: 5px
}

.swiper-banner .swiper-pagination-bullet {
    background: #fff;
    opacity: .2
}

.swiper-banner #indexBannerPaginationSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #4858EC
}

.swiper-banner .swiper-container {
  display: flex;
}

.swiper-banner .swiper-container-android .swiper-slide,.swiper-banner .swiper-wrapper {
  height: auto;
}

@media (max-width:1640px) {
    .top-banner :is(h1, h2) {
        font-size: 32px;
    }

    .ai-repair .spanstext-swiper-box {
      font-size: 32px;
    }
}

@media (max-width: 992px) {

   .swiper-banner .ai-repair :is(h1, h2),
   #airepair-swiper .swiper-slide {
    text-align: center;
   }
  .swiper-banner .swiper-container {
    margin-bottom: 40px;
  }

  .swiper-banner {
    padding-top: 0;
  }


  .swiper-banner .swiper-container {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    border: none;
  }

  .swiper-banner #indexBannerPaginationSwiper {
    bottom: 10px;
  }
  /* .ai-repair .spanstext-swiper-box {
    height: 95px;
  } */
}

@media (max-width: 414px) {
    .top-banner :is(h1, h2),
    .ai-repair .spanstext-swiper-box {
      font-size: 28px;
    }
}

/* ai-anycreate start */
.ai-anycreate {
    display: flex;
    align-items: center;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/common/index/anycreate-banner-bg.svg) no-repeat center/cover, linear-gradient(98deg, #D8D6FF 0%, #C2EEFF 100%);
    padding-left: 80px;
    padding-right: 80px;
} 
  
.ai-anycreate .container-box {
    width: 100%;
}

.ai-anycreate .top .left {
    max-width: 500px;
    margin-right: 20px;
    margin-left: 4%;
}

.ai-anycreate h2 {
    font-size: 42px;
    line-height: 53px;
    text-align: left;
    margin: 20px 0;
    max-width: 500px;
}

.ai-anycreate .top-banner-desc {
    max-width: 460px;
    color: #000;
    margin-bottom: 52px;
}

.ai-anycreate .base-switching-button .download-button .button {
    background: linear-gradient(278.44deg, #1BECC2 -2.8%, #5454DF 95.65%) !important;
}

.ai-anycreate .base-switching-button .download-button .button svg {
    transition: all .2s;
    margin: 0 0 0 8px;
}

.ai-anycreate .base-switching-button .download-button .button:hover {
    opacity: 0.8;
}

.ai-anycreate .base-switching-button .download-button .button:hover svg {
    transform: translateX(4px);
}

@media (max-width: 1420px) {
    .ai-anycreate {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ai-anycreate .top .left {
        margin-left: 0;
    }
}

@media (max-width: 998px) {
    .ai-anycreate {
        align-items: flex-start;
        padding-left: 0;
        padding-right: 0;
    }

    .ai-anycreate .top .left {
        margin-right: 0;
        max-width: 100%;
    }

    .ai-anycreate h2  {
        text-align: center;
        font-size: 32px;
        line-height: 1.4;
    }

    .ai-anycreate .top-banner-desc {
        text-align: center;
    }
}

@media (max-width: 414px) {
    .ai-anycreate h2  {
        font-size: 28px;
    }
}
/* ai-anycreate end */