/* root */
.main {
    --white:#FFFFFF;
    --black:#2E2E2E;
    --orange:#FF672C;
    --orangeHover:#FCA832;
    --blackHover:#1e1d1d;
}

body,html{
    background: #F5F5F5;
}

.container{
    padding: 0;
    z-index: 1;
}

h2{
    text-align: center;
    color: var(--black);
    margin: 0 auto 60px;
    font-weight: 700;
}

.orange{
    color: var(--orange);
}
/* root */

/* banner */
.topBanner{
    position: relative;
    height: 770px;
    background: linear-gradient(90.33deg, #FE5858 0.32%, #FF9420 99.76%);
    padding: 150px 0 133px;
}
.decoration::before{
    content: '';
    position: absolute;
    top: -138px;
    left: -60px;
    background: url(../png/linerescue.png);
    width: 926px;
    height: 926px;
    pointer-events: none;
}
.decoration::after{
    content: '';
    position: absolute;
    top: 171px;
    left: 0px;
    background: url(../png/banner_point.png);
    width: 150px;
    height: 315px;
    pointer-events: none;
}

@supports (clip-path: polygon(0 83.2%, 0% 100%, 100% 100%)){
    .topBanner::after{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: #F5F5F5;
        clip-path: polygon(0 83.2%, 0% 100%, 100% 100%);
    } 
}

.topBanner .bannerPic{
    position: absolute;
    max-width: 720px;
    right: -80px;
    top: -70px;
}
.topBanner .bannerCt{
    color: var(--white);
    z-index: 1;
}
.bannerCt p{
    font-weight: 700;
    font-size: 28px;
    line-height: 25px;
}
.bannerCt h1{
    font-weight: 700;
    font-size: 58px;
    line-height: 87px;
    margin: 10px 0;
    color: var(--white);
}
.bannerCt ul li{
    font-size: 16px;
    line-height: 30px;
}

.bannerCt .go-reviews{
    display: flex;
    align-items: center;
}
.bannerCt .go-reviews a{
    color: var(--white);
}
.bannerCt .go-reviews a:hover{
    text-decoration: underline;
}
.bannerCt .go-reviews img{
    margin-right: 26px;
}
.product-button{
    display: flex;
    margin: 30px 0 15px;
    position: relative;
}
.product-button .download-button a,
.product-button .buy-button a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 200px;
    height: 52px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}
.product-button .download-button .win-btn{
    position: relative;
    justify-content: center;
    width: 200px;
}
.product-button .download-button .win-btn .down-up{
    cursor: pointer;
    width: 40px;
    height: 52px;
    border-radius: 0 8px 8px 0;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/line_recovery/down_icon.svg) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}
.product-button .download-button{
    position: relative;
}
.precious .download-button{
    margin-right: 20px;
}
.base-switching-button .download-button .button{
    background: var(--black);
    color: var(--white);
    border:0;
}
.base-switching-button svg{
    width: 24px;
    height: 24px;
}
.base-switching-button .download-button .button svg{
    margin-right: 10px;
}
.base-switching-button .base-version-switching p{
    font-size: 16px;
    color: #ffffff;
}
.base-switching-button .version-switching-icon{
    color: #ffffff;
}
.base-switching-button .version-switching-icon:hover, .base-switching-button .version-switching-icon.active {
    color: #999999;
}
.banner-available-star{
    margin-top: 0px;
    margin-bottom: 15px;
}
.base-switching-button .buy-button .button{
    background: var(--white);
    color: #FF6151;
}
.product-button .mac-btn svg{
    margin-top: 2px;
}
.base-switching-button .buy-button .button:hover{
    background: var(--orangeHover);
    color: var(--white);
}
/* banner */

/* media */
.media{
    font-weight: 700;
    color: var(--black);
    padding-bottom: 100px;
}
.media p{
    margin: -37px 0 20px;
    font-size: 28px;
    line-height: 26.5px;
}
.media p span{
    font-size: 16px;
    line-height: 26.5px;
}
.media .media-pic{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* media */

/* modes */
.modes{
    position: relative;
    padding-bottom: 120px;
}
.modes::after{
    position: absolute;
    content: '';
    background: url(../png/dec_point.png);
    width: 315px;
    height: 151px;
    right: -5%;
    top: 40%;
}
.modes h2{
    font-size: 36px;
    line-height: 26px;
    margin-bottom: 157px;
}

.modes-box{
    justify-content: space-between;
}
.modes-box>div{
    width: calc(100% / 4 - 20px);
    flex-direction: column;
}
.modes-box>div .modes-pic{
    position: relative;
    width: 100%;
    height: 159px;
    background: #FFEDD0;
    border-radius: 18px;
}

.modes-box>div .modes-pic::after{
    position: absolute;
    content: '';
    width: 100%;
    top: -97px;
    height: 240px;
}
.modes-box>div .modes-pic.box-one::after{
    background: url(../png/device.png) no-repeat center/cover;
}
.modes-box>div .modes-pic.box-two::after{
    background: url(../png/itunes.png) no-repeat center/cover;
}
.modes-box>div .modes-pic.box-three::after{
    background: url(../png/gooledrive.png) no-repeat center/cover;
}
.modes-box>div .modes-pic.box-four::after{
    background: url(../png/history.png) no-repeat center/cover;
}
.modes-box>div b{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--black);
    margin: 30px 0 20px;
}
.modes-box>div p{
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}
/* modes */

/* ease */
.ease{
    padding-bottom: 120px;
}
.ease .ease-box{
    position: relative;
    display: flex;
    justify-content: space-between;
    background: var(--white);
    padding: 64px 80px;
    border-radius: 18px;
    height: 392px;
}
.ease .ease-box::before{
    position: absolute;
    content: '';
    background: var(--orange);
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    width: 20px;
    height: 100%;
    top: 0;
    left: 0;
}
.ease-box h2{
    font-size: 36px;
    line-height: 49px;
    text-align: left;
    color: var(--black);
}
.ease-box .box-left{
    width: 38%;
    margin-right: 130px;
}
.ease-box .box-left h2{
    position: relative;
    max-width: 312px;
    margin: 0;
}
.ease-box .box-left h2::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/line_recovery/BlackStar.svg);
    left: -24px;
    bottom: -10px;
}
.ease-box .box-left h2::after{
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/line_recovery/PinkStar.svg);
    right: -4px;
    top: -4px;
}
.ease-box .box-left b{
    display: inline-block;
    background: #CCCCCC;
    border-radius: 18px;
    width: 230px;
    height: 1px;
    margin: 38px 0 30px;
}
.ease-box .box-left p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #666666;
}
.ease-box .box-right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.ease-box .box-right>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 4);
    margin-bottom: 50px;
    color: #666666;
}
/* ease */
/* scenarios */
.scenarios{
    position: relative;
    padding-bottom: 120px;
}
.scenarios::after{
    position: absolute;
    content: '';
    background: url(../png/dec_point.png);
    width: 315px;
    height: 151px;
    left: -8%;
    top: 30%;
}
.scenarios h2{
    font-size: 36px;
    line-height: 49px;
    max-width: 600px;
}
.scenarios .scenarios-box{
    justify-content: center;
    align-items: center;
}
.scenarios .box-left img{
    width: 405px;
    margin-right: 90px;
}
.scenarios .box-right ul li{
    font-weight: 600;
    font-size: 18px;
    line-height: 2.3;
    list-style: outside;
}
/* scenarios */

/* features */

.features{
    position: relative;
    padding-bottom: 100px;
}
.features::before{
    position: absolute;
    content: '';
    background: url(../png/dec_point.png);
    width: 315px;
    height: 151px;
    left: 8%;
    top: 65%;
}
.features::after{
    position: absolute;
    content: '';
    background: url(../png/dec_point.png);
    width: 315px;
    height: 151px;
    right: -5%;
    top: -10%;
}
.features .features-box{
    flex-wrap: wrap;
    justify-content: space-between;
}
.features .features-box>div{
    background: #FFFFFF;
    border-radius: 18px;
    justify-content: space-between;
    align-items: center;
    width: calc(100% / 2 - 15px);
    min-height: 180px;
    padding: 30px 40px 30px 30px;
    margin-bottom: 30px;
}
.features .features-box .box-left{
    display: flex;
    justify-content: space-between;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    flex-shrink: 0;
}
.features .features-box>div b{
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
    color: var(--black);
}

.features .features-box>div p{
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}

/* features */

/* retrieve */
.retrieve{
    padding-bottom: 120px;
}
.retrieve .box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.retrieve .swiper-container {
    text-align: center;
    display: flex;
    /* flex: 1; */
    margin: 0 60px 0 0;
    max-width: 700px;
}

.retrieve .swiper-container .swiper-slide{
    display: flex;
    height: auto;
    justify-content: center;
}

.retrieve .swiper-wrapper picture{
    width: 700px;
    border-radius: 6px;
}
.retrieve .swiper-wrapper img {
    width: 700px;
    border-radius: 6px;
}
.retrieve .retrieve-guide{
    display: flex;
    flex-direction: column;
    width: 300px;
}
.retrieve .retrieve-guide a{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--orange);
    margin-left: 24px;
}
.retrieve .swiper-pagination{
    position: static;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.retrieve .swiper-pagination .item{
    display: flex;
    align-items: center;
    background: var(--white);
    border-radius: 18px;
    width: 300px;
    height: 80px;
    padding-left: 26px;
    cursor: pointer;
    margin-bottom: 24px;
}
.retrieve .swiper-pagination .item b{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--black);
}
.retrieve .swiper-pagination .item.active{
    background: var(--orange);
}
.retrieve .swiper-pagination .item.item.active b{
    color: var(--white);
}
.retrieve .pc-hide{
    display: none;
}
/* retrieve */

/* reviews */

.reviews{
    position: relative;
    padding-bottom: 120px;
}
.reviews::before{
    position: absolute;
    content: '';
    background: url(../png/dec_point.png);
    width: 315px;
    height: 151px;
    left: -5%;
    top: -5%;
}
.reviews .reviews-box .swiper-wrapper{
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
}
.reviews-box .swiper-slide{
    display: flex;
    justify-content: space-around;
}
.reviews-box .swiper-box{
    display: flex;
    flex-direction: column;
    height: 525px;
    width: 380px;
}
.reviews-box .swiper-box:not(:last-child){
    margin-right: 30px;
}
.reviews-box .swiper-box .box-top{
    width: 100%;
}
.reviews-box .swiper-box .box-top img{
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.reviews-box .swiper-box .box-bottom{
    width: 100%;
    height: 100%;
    background: var(--white);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 30px 26px 0;
}
.reviews-box .swiper-box .box-bottom .author{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.reviews-box .swiper-box .box-bottom .author b{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.reviews-box .swiper-box .box-bottom p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}
.reviews a{
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--orange);
    margin: 30px auto 0;
    width: fit-content;
}
.reviews .arrow-button{
    display: none;
}
/* reviews */

/* tech */
.tech{
    position: relative;
    padding-bottom: 100px;
}
.tech::before{
    position: absolute;
    content: '';
    background: url(../png/dec_point.png);
    width: 315px;
    height: 151px;
    left: 10%;
    bottom: 3%;
}
.tech .tech-box{
    position: relative;
    padding: 50px 40px 60px;
    background: var(--white);
    width: 100%;
    border-radius: 18px;
}
.tech .tech-box::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    background: linear-gradient(90deg, rgba(255, 147, 34, 0.7) 0%, #FF4948 54.69%, rgba(255, 147, 33, 0.7) 100%);;
}
.tech-box h3{
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: var(--black);
    margin: 0 auto 53px;
    text-align: center;
}
.tech-box .tech-system .phone-system{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.tech-box .tech-system .phone-system .system-box{
    display: flex;
    width: 50%;
}
.phone-system .system-box svg{
    flex-shrink: 0;
    margin-right: 26px;
}
.phone-system .system-box .system-intro{
    display: flex;
    flex-direction: column;
    color: var(--black);
    max-width: 450px;
}
.phone-system .system-box .system-intro b{
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 22px;
}
.phone-system .system-box .system-intro p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.phone-system .system-box .system-intro .phone-version{
    margin-bottom: 50px;
}
.phone-system:nth-child(2){
    border-top: 2px dashed #E0E0E0;
    padding-top: 30px;
}
/* tech */

/* map */
.map{
    position: relative;
    min-height: 631px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}
.map::after{
    position: absolute;
    content: '';
    background: url(../png/map.png) no-repeat center/cover;
    bottom: 0;
    width: 100%;
    height: 462px;
    z-index: -1;
}
.features-wrapper{
    margin-bottom: 63px;
}
.features-wrapper .container {
    width: 100%; 
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
}
.features-item {
    display: flex;
    flex-direction: column;
}
.features-item>.img-warp {
    text-align: center;
    margin-bottom: 20px;
}
.features-item>p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.features-item>p:nth-of-type(1){
    margin-bottom: 3px;
}
/* precious */
.precious-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90.33deg, #FE5858 0.32%, #FF9420 99.76%);
    border-radius: 18px;
    height: 350px;
}

.precious-box::before{
    position: absolute;
    content: '';
    background: url(../png/decoration.png) no-repeat 100%/cover;
    width: 480px;
    height: 350px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.precious-box .box-left{
    margin-right: 100px;
    z-index: 1;
}
.precious-box .box-right{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.precious-box .box-right h3{
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: var(--white);
}
.precious-box .box-right p{
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--white);
    margin: 10px 0 40px;
}
.precious-box .product-button{
    margin: 0;
}
.precious-box .product-button .download-button a{
    background: var(--white);
    color: var(--orange);
    bottom: -23px;
}
.precious-box .product-button .download-button a svg{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.precious-box .product-button .download-button .mac-btn{
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
}
.precious-box .product-button .buy-button a{
    border: 1px solid #FFFFFF;
    background: transparent;
    color: var(--white);
}
.precious-box .product-button .download-button .mac-btn:hover{
    background: var(--orangeHover);
    color: var(--white);
}

.precious-box .product-button p{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin: 10px 0 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}
.precious-box .product-button .buy-button a:hover{
    background: var(--white);
    color: var(--orange);
}
.precious-box .product-button .download-button .win-btn .down-up{
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/line_recovery/ArrowDown.svg) no-repeat center;
    right: 5px;
}
/* precious */


@media(max-width:1380px){
    .container{
        padding: 0 15px;
    }
    .precious-box{
        width: 85%;
        margin: 0 auto;
    }
    .precious-box .box-right{
        width: 60%;
    }
    .precious-box .box-left{
        margin-right: 60px;
    }
    .precious-box .box-right h3{
        font-size: 28px;
        line-height: 38px;
    }
    .precious-box .box-right p{
        font-size: 16px;
        line-height: 22px;
    }
    .precious-box .product-button .download-button a{
        bottom: -20px;
    }
}

@media(max-width:1200px){
    .decoration,.modes::after,.scenarios::after,.features::before,.features::after,.reviews::before,.tech::before{
        display: none;
    }
    .topBanner{
        height: auto;
    }
    .bannerCt h1{
        font-size: 42px;
        line-height: 54px;
    }
    .topBanner .bannerPic{
        max-width: 560px;
        right: 20px;
        top: 0;
    }
    .topBanner .bannerCt{
        width: 50%;
    }
    .topBanner{
        padding: 100px 0;
    }
    .topBanner::after{
        display: none;
    }
    .media p{
        margin: 30px 0 20px;
        text-align: center;
        font-size: 42px;
        line-height: 1;
    }
    .media p span{
        font-size: 24px;
    }
    .media .media-pic{
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }
    .media .media-pic div{
        width: 33.3%;
        text-align: center;
    }
    .reviews-box .swiper-slide{
        width: calc(100% / 3 - 20px) !important;
    }
}

@media(max-width:1024px){
    .product-button .download-button .win-btn .down-up,.product-button a svg{
        display: none;
    }
    .product-button .download-button a{
        padding: 0;
        justify-content: center;
    }
    .topBanner .bannerPic{
        right: -30px;
    }
    .features-item>p {
        font-size: 16px;
    }
    .modes-box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .modes-box>div{
        width: calc(100% / 2 - 10px);
        align-items: center;
    }
    .modes-box>div:nth-child(1){
        margin-bottom: 100px;
    }
    .modes-box>div .modes-pic{
        width: 280px;
        height: 160px;
    }
    .modes-box>div .modes-pic::after{
        width: 280px;
        height: 240px;
    }
    .modes-box>div b{
        max-width: 280px;
        text-align: center;
    }
    .modes-box>div p{
        max-width: 280px;
        text-align: center;
    }
    .ease-box .box-left{
        width: 45%;
        margin-right: 0;
    }
    .retrieve .swiper-wrapper img{
        width: 100%;
        max-width: 700px;
        border-radius: unset;
    }
    .retrieve .swiper-wrapper picture{
        width: 100%;
        max-width: 700px;
    }
    .retrieve .swiper-container{
        max-width: 700px;
        flex: 1;
    }
}

@media(max-width:993px){
    .topBanner{
        padding: 40px 0 60px;
    }
    .topBanner .container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .topBanner .bannerPic{
        display: flex;
        position: static;
    }
    .topBanner .bannerCt{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .bannerCt ul li{
        list-style: disc;
        margin-left: 20px;
    }
    .bannerCt .go-reviews img{
        margin-right: 20px;
    }
    .ease{
        padding-bottom: 110px;
    }
    .ease .ease-box{
        height: auto;
        flex-direction: column;
        align-items: center;
        padding: 40px;
    }
    .ease .ease-box::before{
        width: 100%;
        height: 20px;
        bottom: 0;
        top: auto;
        border-radius:0 0 18px 18px;
    }
    .ease-box .box-left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 40px;
    }
    .ease-box .box-left h2{
        max-width: fit-content;
        text-align: center;
    }
    .ease-box .box-left h2::before,
    .ease-box .box-left h2::after{
        display: none;
    }
    .ease-box .box-left b{
        width: 100%;
    }
    .media .media-pic{
        width: 100%;
    }
    
    .media .media-pic img{
        width: 130px;
    }
    .media p{
        font-size: 28px;
        line-height: 26px;
    }
    .media p span{
        font-size: 16px;
    }
    .media .media-pic div {
        width: 20%;
        text-align: center;
    }
    .modes{
        padding-bottom: 44px;
    }
    .scenarios{
        padding-bottom: 60px;
    }
    .scenarios .box-left img{
        width: 300px;
    }
    .features{
        padding-bottom: 50px;
    }
    .features-item {
        width: 25%;
    }
    .features .features-box>div{
        padding: 20px 18px;
    }
    .features .features-box .box-left{
        margin-right: 10px;
    }
    .tech .tech-box{
        padding: 30px 20px 40px;
    }
    .reviews-box .swiper-slide{
        width: 100% !important;
    }
    .reviews .arrow-button{
        display: flex;
        height: 46px;
        justify-content: center;
        margin-top: 20px;
    }
    .swiper-button-prev,.swiper-button-next{
        position: relative;
        width: 110px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--white) ;
        border-radius: 6px;
        margin: 0;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .swiper-button-prev{
        margin-right: 20px;
    }
    .swiper-button-prev::before, .swiper-button-next::before{
        position: absolute;
        content: '';
        background: url(../png/arrowright.png) no-repeat center/cover;
        width: 38px;
        height: 15px;
    }
    .swiper-button-prev::before{
        transform: rotate(180deg);
    }
    .swiper-button-disabled.swiper-button-prev::before{
        background: url(../png/arrowleft.png) no-repeat center/cover;
        transform: rotate(360deg);
    }
    .swiper-button-disabled.swiper-button-next::before{
        background: url(../png/arrowleft.png) no-repeat center/cover;
        transform: rotate(180deg);
    }
    .precious-box{
        width: 90%;
    }
    .precious-box .box-left{
        margin-bottom: 25px;
    }
}

@media(max-width:820px){
    .precious-box{
        width: 80%;
        flex-direction: column;
        height: auto;
        padding: 30px 25px 60px;
        z-index: 1;
    }
    .precious-box::before{
        background: url(../png/decoration_mob.png) no-repeat center/cover;
        width: 306px;
        height: 306px;
        z-index: -1;
        left: 50%;
        top: 4%;
        transform: translateX(-50%);
    }
    .precious-box .box-right h3{
        text-align: center;
    }
    .precious-box .box-right{
        width: 100%;
        align-items: center;
    }
    .precious-box .box-left{
        margin-right: 0;
    }
}

@media(max-width:768px){
    .media,.ease{
        padding-bottom:60px;
    }
    .media .media-pic div{
        width: 33.3%;
    }
    .features .features-box>div{
        width: 100%;
        min-height: 160px;
    }
    .retrieve{
        padding-bottom: 60px;
    }
    .retrieve .box{
        flex-direction: column-reverse;
        margin-top: 0;
    }
    .retrieve .retrieve-guide a{
        display: none;
    }
    .retrieve .swiper-container{
        flex: auto;
        margin: 0;
        width: 100%;
        max-width: 500px;
    }
    .retrieve .swiper-pagination .item{
        height: 50px;
    }
    .reviews{
        padding-bottom: 60px;
    }
    .reviews-box .swiper-box{
        max-width: 400px;
        width: 100%;
        height: auto;
        max-height: 466px;
    }
    .reviews-box .swiper-box .box-bottom{
        padding: 30px 20px;
    }
    .reviews-box .swiper-box .box-bottom p{
        font-size: 14px;
        line-height: 19px;
    }
    .retrieve .pc-hide{
        display: block;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        color: var(--orange);
        margin-top: 20px;
    }
}

@media(max-width:767px){
    h2{
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 30px;
    }
    .modes h2{
        margin-bottom: 98px;
        font-size: 24px;
        line-height: 26px;
    }
    .modes-box{
        justify-content: space-between;
    }
    .modes-box>div .modes-pic{
        width: 160px;
        height: 80px;
        border-radius: 8px;
    }
    .modes-box>div .modes-pic::after{
        width: 160px;
        height: 138px;
        top: -62px;
    }
    .modes-box>div .modes-pic::after:last-child{
        left: -9px;
    }
    .modes-box>div b{
        max-width: 160px;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        margin: 10px 0;
    }
    .modes-box>div p{
        max-width: 160px;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }
    .scenarios h2{
        font-size: 24px;
        line-height: 33px;
    }
    .features-wrapper .container{
        flex-direction: column;
    }
    .features-wrapper{
        margin-bottom: 0px;
    }
    .features-item>p {
        font-size: 14px;
        line-height: 20px;
    }
    .features-item>.img-warp {
        margin-bottom: 0;
        margin-right: 23px;
    }
    .features-item{
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px;
    }
    .ease .ease-box{
        padding: 40px 14px 30px;
    }
    .ease-box .box-left h2{
        font-size: 24px;
        line-height: 33px;
        max-width: 312px;
    }
    .ease-box .box-left p{
        font-size: 14px;
    }
    .ease-box .box-left b{
        margin: 20px 0;
    }
    .ease-box .box-right{
        justify-content: center;
    }
    .ease-box .box-right>div{
        width: calc(100% / 3);
        margin-bottom: 30px;
    }
    .scenarios h2{
        margin-bottom: 30px;
    }
    .scenarios .box-left img{
        width: 250px;
    }
    .scenarios .box-right ul li{
        font-size: 16px;
        line-height: 26px;
    }
    .retrieve h2,.tech-box h3{
        font-size: 28px;
        line-height: 38px;
    }
    .tech-box h3{
        margin: 0 auto 30px;
    }
    .tech-box .tech-system .phone-system{
        flex-direction: column;
    }
    .phone-system .system-box .system-intro b{
        font-size: 16px;
        line-height: 22px;
    }
    .phone-system .system-box .system-intro .phone-version{
        margin-bottom: 30px;
    }
    .phone-system .system-box .system-intro .phone-version,
    .phone-system .system-box .system-intro p{
        font-size: 14px;
    }
    .tech-box .tech-system .phone-system .system-box{
        width: 100%;
        justify-content: flex-start;
    }
    .phone-system .system-box svg{
        margin-right: 15px;
        margin-top: -10px;
    }
    .tech-box .tech-system .phone-system .system-box:first-child{
        margin-bottom: 30px;
    }
    .features-wrapper .container{
        width: fit-content;
    }
    .features-item>p:nth-of-type(1){
        margin-bottom: 0;
        margin-right: 4px;
    }
    .features-item>.img-warp{
        width: 50px;
    }
}

@media(max-width:575px){
    .bannerCt ul li{
        font-size: 14px;
        line-height: 21px;
    }
    .bannerCt ul li:not(:last-child){
        margin-bottom: 10px;
    }
    .product-button{
        flex-direction: column;
    }
    .bannerCt p{
        font-size: 18px;
        line-height: 25px;
    }
    .bannerCt h1{
        font-size: 28px;
        line-height: 42px;
    }
    .precious .product-button .download-button{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .media .media-pic img{
        width: 100px;
    }
    .scenarios .scenarios-box{
        flex-direction: column;
    }
    .scenarios .box-left img{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .features .features-box>div{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 288px;
    }
    .features .features-box>div b{
        margin-bottom: 12px;
    }
    .features .features-box .box-left{
        margin-right: 0;
    }
    .features .features-box .box-right{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .retrieve .swiper-pagination .item{
        margin-bottom: 10px;
    }
    .retrieve .swiper-pagination .item:last-child{
        margin-bottom: 30px;
    }
    .retrieve .swiper-pagination .item b{
        font-size: 14px;
        line-height: 19px;
    }
    .precious-box{
        width: 100%;
        padding: 60px 25px;
    }
    .tech{
        padding-bottom: 60px;
    }
}

@media(max-width:414px){
    .features .features-box>div{
        margin-bottom: 10px;
    }
}