main {
    overflow-x: hidden;
}

body {
    color: #080B29;
}

h2 {
    font-weight: 700;
}

a:hover {
    color: #4E5DEF;
}

.animation-x {
    transform: translateY(120px);
    opacity: 0;
    transition: transform .7s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out;
}

.current.animation-x {
    transform: inherit;
    opacity: 1;
}

.animation-lt {
    transform: translatex(-120px);
    opacity: 0;
    transition: transform .7s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out
}

.current.animation-lt {
    transform: inherit;
    opacity: 1
}

.animation-rt {
    transform: translatex(120px);
    opacity: 0;
    transition: transform .7s 0.2s ease-in-out, opacity 1s 0.2s ease-in-out
}

.current.animation-rt {
    transform: inherit;
    opacity: 1
}

.base-switching-button {
    position: relative;
}

.base-switching-button .button {
    border-radius: 60px;
    width: 210px;
    height: 56px;
    margin: 0;
}

.base-switching-button .button .button-box {
    display: flex;
    flex-direction: column;
}

.base-switching-button .button .button-mintext {
    font-size: 12px;
}

.sheen {
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out
}

.sheen:before {
    content: "";
    background-color: rgba(255, 255, 255, .5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none
}

.sheen:hover:before {
    transform: skewX(-45deg) translateX(500px);
    transition: all 1s ease-in-out
}

.base-switching-button .download-button .button {

    border: #4858EC;
    color: #ffffff;
}

.base-switching-button .download-button .button:hover {
    background: #4858EC;
}

.base-switching-button .button svg {
    margin: 0 10px 0 0;
}

.base-switching-button .buy-button .button {
    background: #ffffff;
    font-weight: 700;
}

.base-switching-button .base-version-switching p {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}

.base-switching-button .product-button div {
    margin: 0;
}

.base-switching-button .product-button {
    display: flex;
}

.base-switching-button .version-switching-icon {
    color: #333333;
    margin-left: 22px;
    opacity: .5;
}

.base-switching-button .version-switching-icon:hover,
.base-switching-button .version-switching-icon.active {
    color: #333;
    opacity: 1;
}

.base-switching-button .download-button .button {
    border: none;
    color: #fff;
    background: #4858EC;
    border-radius: 10px;

}

.base-switching-button .buy-button .button {
    border-radius: 12px;
    border: 2px solid #4276FF;
    background: #FFF;
    color: #4858EC;
}

.base-switching-button .buy-button .button svg path {
    color: #4858EC;
}

.base-switching-button .buy-button .button:hover {
    background: #EBEDFF;
}

.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);
    }
}

.bar {
    background-image: url('data:image/svg+xml,<svg preserveAspectRatio="none meet" width="671" height="17" viewBox="0 0 671 17" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="671" height="17" fill="%23FFBB00"/></svg>');
    background-position: 0 calc(100% - 3px);
    background-repeat: repeat-x;
    background-size: 100% 8px;
}

.container {
    max-width: 1370px;
}

.anchor {
    display: none;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 180px;
    padding: 12px 0;
    border-radius: 12px;
    border: 2px solid #FFF;
    background: #EDEFFE;
    box-shadow: 2px 2px 8px rgba(72, 88, 236, 0.10);
}

.anchor .anchor-link {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 11px 10px 19px;
    position: relative;
    color: #333;
}

.anchor-link.active {
    color: #FFFFFF;
    font-weight: 700;
    background: #4858EC;
    opacity: 1;
}

@media (min-width: 1025px) {
    .anchor-link:hover {
        color: #FFFFFF;
        font-weight: 700;
        background: #4858EC;
        opacity: 1;
    }

    .anchor-link:hover::before {
        position: absolute;
        content: '';
        width: 7px;
        height: 6px;
        left: 8px;
        top: 18px;
        background: url(https://images.anyrecover.com/anyrecoveren/assets/sd-card-recovery/aside-left.svg) no-repeat;
        background-size: 100% 100%;
    }
}

.anchor-link.active::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 6px;
    left: 8px;
    top: 18px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/sd-card-recovery/aside-left.svg) no-repeat;
    background-size: 100% 100%;
}

.anchor .anchor-link:not(:first-child) {
    border-top: 1px solid #DADEFB;
}

@media (max-width: 1440px) {
    .anchor {
        right: -180px;
    }

    .anchor.active {
        right: 10px;
    }

    .aside-close {
        display: none;
        position: absolute;
        top: 0;
        left: -48px;
        width: 40px;
        height: 40px;
        background: url(https://images.anyrecover.com/anyrecoveren/assets/sd-card-recovery/aside-close.svg) no-repeat;
    }

    .aside-flag {
        position: absolute;
        top: 0;
        left: -48px;
        width: 40px;
        height: 40px;
        background: url(https://images.anyrecover.com/anyrecoveren/assets/sd-card-recovery/aside-open.svg) no-repeat;
    }
}

/* top-banner */
.top-banner {
    position: relative;
    background: url(../png/sdcard-banner-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 140px 0 0;
}

.top-banner .topbanner-left-p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.top-banner .flexible {
    align-items: center;
}

.top-banner .banner-right .box iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.top-banner .container {
    max-width: 1370px;
    align-items: center;
    justify-content: space-between;
}

.top-banner .banner-left {
    margin-right: 45px;
    width: 44.6%;
}

.top-banner .banner-right p.pro-name,
.top-banner .banner-right h1 {
    display: none
}

.top-banner .banner-right {
    max-width: 697px;
    flex: 1;
}

.top-banner .banner-right .box {
    display: flex;
    position: relative;
    border-radius: 24px;
    overflow: hidden
}

.top-banner .banner-right .box span {
    content: '';
    display: inline-block;
    width: 15.78%;
    height: 16.54%;
    background: url(../png/start-icon-2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.top-banner .banner-right p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    font-weight: 700;
    text-decoration: underline
}

.top-banner .banner-right p svg {
    display: inline-block;
    margin-right: 8px
}

.top-banner .banner-right p a {
    color: #080B29
}

.top-banner .pro-name {
    color: #7F8194;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    display: flex;
    align-items: center;
}

.top-banner .pro-name .bnaner-logo {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.top-banner .pro-name .bnaner-support {
    width: 150px;
    height: 28px;
    margin-left: 16px;
}

.top-banner h1 {
    max-width: 440px;
    font-weight: 700;
    font-size: 48px;
    color: #4858EC;
    line-height: 56px;
    margin: 10px 0 20px;
}

.top-banner .desc-list {

    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.top-banner .desc-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
}

.top-banner .desc-list li svg {
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    color: #4858EC;
}

.top-banner .desc-list li:last-child {
    margin-bottom: 0px;
}

.top-banner .desc-list span {
    font-weight: bold;
}

.banner-available-star {
    align-items: flex-start;
    flex-direction: column;
}

.banner-available-star #star-reviews {
    margin-left: 0;
    margin-top: 20px;
}

#star-reviews .num {
    color: #0a1833;
    margin-left: 0;
    font-size: 14px;
    line-height: 19px;
    margin-right: 20px
}

#star-reviews .num:hover {
    color: #4858EC;
    text-decoration: underline
}

p.star-big span {
    margin-right: 10px
}

#star-reviews .msg {
    font-size: 14px;
    color: #4276FF;
    display: none;
}

.top-banner .medialogo {
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, #FFF 0%, #F9F9FF 100%);
    padding: 18px 26px;
    margin-top: 100px;
}

.top-banner .medialogo li {
    width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-banner .medialogo li img {
    width: 100%;
    height: 100%;
}

@keyframes animate_left {
    0% {
        opacity: 0;
        transform: translate(-10rem, -50%);
    }

    100% {
        opacity: 1;
        transform: translate(0rem, -50%);
    }
}

@keyframes animate_right {
    0% {
        opacity: 0;
        transform: translate(10rem, 0rem);
    }

    100% {
        opacity: 1;
        transform: translate(0rem, 0rem);
    }
}

/* .awesome-features */
.awesome-features {
    padding: 140px 0;
    position: relative;
}

.awesome-features::before {
    content: "";
    width: 1251px;
    height: 1015px;
    position: absolute;
    top: 103px;
    left: 194px;
    background: url(../png/awesome-features-bg.png) no-repeat;
    background-size: 100% 100%;
}

.awesome-features .awesome-ipone {
    display: none;
}

.awesome-features .container {
    max-width: 1200px;
    padding: 0 10px;
}

.awesome-features h2 {
    max-width: 780px;
    margin: 0 auto;
    line-height: 49px;
    margin-bottom: 60px;
}

.awesome-features .tab-switch {
    justify-content: center;
    margin-bottom: 30px;
}

.awesome-features .tab-switch .base-tabswitch-title {
    width: 260px;
    color: #080B29;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 3px solid rgba(72, 88, 236, .2);
    cursor: pointer;
    padding-bottom: 30px;
}

.awesome-features .tab-switch .base-tabswitch-title span {
    opacity: 0.4;
}

.awesome-features .tab-switch .base-tabswitch-title.active {
    border-bottom: 3px solid rgba(72, 88, 236, 1);
}

.awesome-features .tab-switch .base-tabswitch-title.active span {
    opacity: 1;
}

.awesome-features p.sub-title {
    max-width: 1180px;
    margin: 0 auto;
}

.awesome-features .awesome-tab {
    margin-top: 105px;
    padding-bottom: 95px;
}

.awesome-features .awesome-tab-b {
    margin-top: 30px;
}

.awesome-features .tabswitch-content .base-tabswitch-msg {
    display: none;
}

.awesome-features .tabswitch-content .base-tabswitch-msg.active {
    display: block;
}

.awesome-features .tabswitch-content .base-tabswitch-msg .sd-card-tab {
    align-items: center;
    justify-content: space-between;
}

.awesome-features .tabswitch-content .base-tabswitch-msg .sd-card-tab .tabswitch-content2 .base-tabswitch-msg2 {
    display: none;
    height: 100%;
}

.awesome-features .tabswitch-content .base-tabswitch-msg .sd-card-tab .tabswitch-content2 .base-tabswitch-msg2 picture {
    width: 160px;
    margin-bottom: 30px;
}

.awesome-features .tabswitch-content .base-tabswitch-msg .sd-card-tab .tabswitch-content2 .base-tabswitch-msg2 h5 {
    color: #080B29;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
}

.awesome-features .tabswitch-content .base-tabswitch-msg .sd-card-tab .tabswitch-content2 .base-tabswitch-msg2.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 60px;
}

.awesome-features .tabswitch-content .base-tabswitch-msg .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.awesome-features .tabswitch-content .base-tabswitch-msg .box .item {
    border-radius: 24px;
    border: 2px solid rgba(8, 11, 41, 0.10);
    background: #FFF;
    width: 380px;
    height: 305px;
    text-align: left;
    padding: 40px;
    margin-bottom: 20px;
}

.awesome-features .tabswitch-content .base-tabswitch-msg .box .item .title {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 10px;
}

.awesome-features .tabswitch-content .base-tabswitch-msg .box .item .desc {
    font-size: 16px;
    font-weight: 400;
    opacity: .7;
}

.awesome-features .tabswitch-content .base-tabswitch-msg .box .item:hover {
    border: 2px solid #4858EC;
}

.awesome-features .tab-switch2 {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 580px;
}

.awesome-features .tab-switch2 .base-tabswitch-title2 {
    width: 180px;
    padding: 29px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    border-radius: 24px;
    border: 2px solid rgba(8, 11, 41, 0.10);
    background: #FFF;
    margin-bottom: 20px;
}

.awesome-features .tab-switch2 .base-tabswitch-title2.active,
.awesome-features .tab-switch2 .base-tabswitch-title2:hover {
    border: 2px solid #4858EC;
}

.awesome-features .tab-switch2 .base-tabswitch-title2 picture {
    width: 64px;
    margin-bottom: 16px;
}

.awesome-features .tab-switch2 .base-tabswitch-title2 p {

    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.awesome-features .tabswitch-content2 {
    flex: 1;
    height: 480px;
    border-radius: 24px;
    border: 1px solid rgba(8, 11, 41, 0.10);
    background: #FFF;
}

.awesome-features .tab-switch2 .tabswitch-content2 {
    max-width: 580px;
    padding: 96px 60px;
}

.awesome-features .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

.awesome-features .download {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    width: 210px;
    height: 56px;
    margin-top: 16px;
    background: linear-gradient(90.21deg, #6876FB -4.06%, #4D5CEE 97.98%);
    border-radius: 10px;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(300px);
        transform: translateY(300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-bottom {
    0% {
        -webkit-transform: translateY(-300px);
        transform: translateY(-300px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* effective */
.effective {
    padding-top: 100px;
    background: linear-gradient(180deg, #E0F5FF 0%, rgba(224, 245, 255, 0.00) 100%);
}

.effective .container {
    max-width: 1200px;
    padding: 0 10px;
}

.effective .sub-title {
    max-width: 880px;
    margin: 10px auto 40px;
}

.effective .tab-switch {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.effective .tab-switch .base-tabswitch-title {
    width: 385px;
    height: 60px;
    line-height: 55px;
    color: #4858EC;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #4858EC;
    cursor: pointer;
    border-radius: 30px;
    position: relative;
}

.effective .tab-switch .base-tabswitch-title.left:not(.active) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.effective .tab-switch .base-tabswitch-title.right:not(.active) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
}

.effective .tab-switch .base-tabswitch-title.active {
    background: #4858EC;
    color: #fff;
}

.effective .tab-switch .base-tabswitch-title.left.active:before,
.effective .tab-switch .base-tabswitch-title.right.active:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;

    top: -2px;
    border-top: 2px solid #4858EC;
    border-bottom: 2px solid #4858EC;
}

.effective .tab-switch .base-tabswitch-title.left.active:before {
    right: -2px;
}

.effective .tab-switch .base-tabswitch-title.right.active:before {
    left: -2px;
}

.effective .base-tabswitch-msg {
    display: none;
}

.effective .base-tabswitch-msg.active {
    display: block;
}

.effective .box {
    flex-wrap: wrap;
    justify-content: space-between;
}

.effective .box .item {
    width: 280px;
    height: 308px;
    border-radius: 24px;
    border: 1px solid #D8F2FF;
    background: #FFF;
    margin-bottom: 20px;
}

.effective .box .item .title {
    padding: 16px 16px 0;
}

.effective .box .item .title img {
    border-radius: 16px;
}

.effective .box .item h5 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.effective .box .item .title h5 {
    margin-top: 20px;
}

.effective .box .item .content-text h5 {
    margin-bottom: 20px;
}

.effective .box .item .content-text {
    display: none;
    padding: 30px 16px 0;
}

.effective .box .item .content-text p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.effective .box .item:hover {
    border: 1px solid #E0E3FF;
    background: linear-gradient(180deg, #F5F6FF 0%, #FFF 100%);
    box-shadow: 0px 8px 16px 0px rgba(46, 103, 135, 0.10);
}

.effective .box .item:hover>.title {
    display: none;
}

.effective .box .item:hover>.content-text {
    display: block;
}

.effective .notice {
    max-width: 1180px;
    margin: 10px auto 0;
    line-height: 38px;
    border-radius: 16px;
    border: 1px solid #D8F2FF;
    background: #F0FAFF;
    font-size: 14px;
    font-weight: 400;
}

.effective .base-switching-button {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.effective .web-block {
    display: flex;
    justify-content: space-between;
    padding: 59px 40px;
    border-radius: 24px;
    border: 1px solid #D8F2FF;
    background: #FFF;
    margin-bottom: 30px;
}

.effective .web-block .img {
    max-width: 500px;
    width: 100%;
    position: relative
}

.effective .web-block .content {
    max-width: 560px;
    width: 100%
}

.effective .swiper-pagination {
    bottom: 0;
    display: none
}

.effective .swiper-container-news {
    height: 100%
}

.effective .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #FFE0E0;
    opacity: 1;
    margin-left: 0;
    margin-right: 4px
}

.effective .swiper-pagination-bullet-active {
    width: 32px;
    height: 8px;
    border-radius: 4px;
    background: #4858EC
}

.effective .web-block .swiper-slide {
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .effective .web-block .fold {
        border-radius: 24px;
        background: #EFF4FF;
        margin-bottom: 20px;
        padding: 0 30px;
        transition: height .3s;
        position: relative;
        text-align: left;
    }

    .effective .web-block .fold:hover {
        background: linear-gradient(111deg, #5C62FF 0%, #5CFFFC 100%);
        color: #fff
    }

    .effective .web-block .fold-title {
        position: relative;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        cursor: pointer;
        transition: all .3s;
        padding: 30px 0;
    }

    .effective .web-block .fold-content {
        display: none;
        height: 0;
        opacity: 0;
        transition: height .3s, color .3s, opacity .1s
    }

    .effective .web-block .fold.active {
        background: linear-gradient(111deg, #5C62FF 0%, #5CFFFC 100%);
        padding: 30px;
        border-radius: 24px;
        color: #fff
    }

    .effective .web-block .fold.active .fold-title {
        padding: 0
    }

    .effective .web-block .fold.active .fold-content {
        display: block;
        height: auto;
        margin-top: 10px;
        opacity: 1;
        line-height: 24px;
        font-size: 16px;
    }

    .effective .web-block .fold:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 1440px) {
    .effective .box .item .content-text h5 {
        margin-bottom: 10px;
    }

    .effective .box .item .content-text p {
        font-size: 13px;
        line-height: 19px;
    }
}

@media (max-width: 1024px) {
    .effective .notice {
        line-height: 22px;
        padding: 9px 16px;
        color: #080B29;
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 992px) {
    .effective .tab-switch {
        margin-bottom: 30px;
    }

    .effective .tab-switch .base-tabswitch-title {
        font-size: 14px;
        line-height: 19px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 11px;
    }

    .effective .sub-title {
        margin: 10px auto 30px;
    }

}

/* effective */

/* what */
.what {
    padding: 140px 0 120px;
    position: relative;
    background: url(../png/gradation-bg.png) no-repeat;
    background-size: 100% 100%;
}

.what .container {
    max-width: 1200px;
    padding: 0 10px;
}

.what h2 {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 10px;
}

.what .sub-title {

    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 83px;
}

.what .box {
    justify-content: space-between;
}

.what .box .item {
    max-width: 248px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.what .box .item:not(:last-child)::before {
    content: "";
    width: 28px;
    height: 26px;
    position: absolute;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/sd-card-recovery/what-item-right.svg) no-repeat;
    right: -40px;
    top: 23px;
}


.what .box .item .item-number {
    box-shadow: 0px 0px 32px rgba(72, 88, 236, 0.15);
    background: #ffffff;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.what .box .item .number-one {
    background: linear-gradient(180deg, #4858EC 0%, #808BF2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what .box .item .number-two {
    background: linear-gradient(180deg, #2BD680 0%, #6CE3A7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what .box .item .number-three {
    background: linear-gradient(180deg, #39F 0%, #52A8FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what .box .item .number-four {
    background: linear-gradient(180deg, #93F 0%, #B871FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what .box .item h5 {
    color: #080B29;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 20px auto 10px;
}

.what .box .item p {
    color: #080B29;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
}

@media (max-width: 992px) {
    .what {
        padding: 60px 0;
        background: none;
    }

    .what h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .what .sub-title {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 30px;
    }

    .what .box .item:not(:last-child)::before {
        display: none;
    }

    .what .box {
        flex-direction: column;
        align-items: center;
    }

    .what .box .item {
        margin-bottom: 30px;
        max-width: 100%;

    }

}

/* what */

/* three-recovery */
.three-recovery {
    padding: 100px 0 0;
    background: url(../png/blue-bg.png) no-repeat;
    background-position: top center;
}

.three-recovery .container {
    max-width: 1200px;
    padding: 0 10px;
}

.three-recovery h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.three-recovery .content {
    padding: 0 9.6%;
    position: relative;
}

.three-recovery .sub-title {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 1180px;
    margin: 10px auto 60px;
}

.three-recovery .p-title {
    text-align: center;
    margin: 0 auto 40px;
}

.three-recovery .box {
    display: flex;
    margin-top: 50px;
}

.three-recovery .swiper-container {
    text-align: center;
    padding-bottom: 30px;
}

.three-recovery .mob-pagination {
    display: none;
}

.three-recovery .guide-link {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto 0;
    color: #4858EC;
}

.three-recovery .swiper-slide {
    max-width: 719px;
    border-radius: 16px;
    overflow: hidden;
}

.three-recovery .swiper-container {
    margin: 0 auto;
}

.three-recovery .swiper-slide-active {
    box-shadow: 0px 3px 36px 0px rgba(13, 18, 104, 0.20);
}

.three-recovery .swiper-button-prev {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/sd-card-recovery/sdcard-step-left.svg) center center no-repeat;
    z-index: 1;
}

.three-recovery .swiper-button-next {
    position: absolute;
    width: 64px;
    height: 64px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/sd-card-recovery/sdcard-step-left.svg) center center no-repeat;
    z-index: 1;
}

.three-recovery .content-text .item {
    display: none;
}

.three-recovery .content-text .item .fold-title {
    color: #4858EC;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 10px;
}

.three-recovery .content-text .item .fold-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.7;
    max-width: 719px;
    margin: 0 auto;
}

.three-recovery .content-text .item.active {
    display: block;

}

@media (max-width: 1024px) {
    .three-recovery .swiper-slide-active {
        box-shadow: none;
    }
}

@media (max-width: 992px) {
    .three-recovery {
        padding: 60px 0 0;
    }

    .three-recovery .sub-title {
        margin: 10px auto 30px;
        font-size: 14px;
        line-height: 19px;
    }

    .three-recovery h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .three-recovery .sub-title br {
        display: none;
    }

    .three-recovery .p-title {
        margin: 0;
    }

    .three-recovery .swiper-pagination {
        width: 100%;
        margin: 0 auto;
    }

    .three-recovery .box {
        display: block;
        margin-top: 23px;
    }

    .three-recovery .swiper-container {
        max-width: unset;
        margin: 40px auto 0;
        padding-bottom: 20px;
    }

    .three-recovery .content-text .item .fold-title {
        font-size: 18px;
        line-height: 28px;
    }

    .three-recovery .swiper-container .swiper-slide-active {
        height: auto
    }

    .three-recovery .swiper-wrapper img {
        width: 100%;
        height: auto;
    }

    .three-recovery .guide-link {
        font-size: 13px;
        margin: 20px auto 0;
    }

}

@media (max-width: 768px) {
    .three-recovery {
        background: url(../png/three-recovery-bg.png) no-repeat;
        background-size: 100% auto;
    }

    .three-recovery .swiper-button-next,
    .three-recovery .swiper-button-prev {
        width: 48px;
        height: 48px;
    }

    .three-recovery .swiper-button-prev {
        transform: translateY(-34%);
    }

    .three-recovery .swiper-button-next {
        transform: translateY(-34%) rotate(180deg);
    }

    .three-recovery .content-text .item .fold-content {
        text-align: start;
    }
}

@media (max-width: 575px) {
    .three-recovery .content {
        padding: 0 58px;
    }

    .three-recovery .swiper-slide {
        border-radius: 8px;
    }
}

/* three-recovery */

/* choose */
.choose {
    padding: 140px 0 114px;
    background: linear-gradient(180deg, rgba(224, 245, 255, 0.00) 0%, #E0F5FF 100%);
}

.choose .container {
    padding: 0 13px;
}

.choose h2 {
    max-width: 800px;
    color: #080B29;
    text-align: center;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.choose p.sub-title {
    max-width: 1180px;
    color: #080B29;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px auto 60px;
}

.choose .box {
    border-radius: 24px;
    height: 788px;
    display: flex;
    align-items: center;

}

.choose .box .table {
    display: flex;
    background: #ffffff;
    border-radius: 24px;
    width: 1344px;
    border: solid 1px rgba(8, 11, 41, 0.10);
}

.choose .box .table ul {
    width: 200px;
}

.choose .box .table ul li.title {
    font-weight: 700;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.choose .box .table ul li.title img {
    width: 36px;
}

.choose .box .table ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
}

.choose .box .table ul:not(:last-child, :first-child) li {
    border-right: 1px solid #E8EBF7;
}

.choose .box .table ul li.price {
    text-align: center;
    padding: 0 30px;
}

.choose .box .table .first {
    width: 345px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    overflow: hidden;
}

.choose .box .table .last {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden;
}

.choose .box .table .first li {
    justify-content: left;
    padding-left: 40px;
    font-weight: 700;
    color: #080B29;
}

.choose .box .table .any-recover {
    border-radius: 24px;
    background: linear-gradient(350deg, #5C62FF 73.53%, #4BC0FF 96.82%);
    margin: -14px 0;
    padding-top: 14px;
    color: #FFF;
}

.choose .box .table .any-recover li {
    border: none;
    color: #FFF;
}

.choose .box .table .any-recover li:nth-child(2n) {
    background: rgba(255, 255, 255, 0.10);
}

.choose .box .table .any-recover li.price {
    color: #FFE566;
}

.choose .ul-bg-color li:nth-of-type(even) {
    background-color: #F5F8FF;
}

@media (max-width: 1366px) {
    .choose .box {
        overflow-x: auto;
    }
}

@media (max-width: 1024px) {
    .choose {
        padding: 60px 0;
    }
}

@media (max-width: 992px) {
    .choose h2 {
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 32px;
    }

    .choose p.sub-title {
        margin: 10px auto 30px;
        font-size: 14px;
        line-height: 19px;
    }
}

@media (max-width: 768px) {
    .choose .box .table {
        border-radius: 16px;
        width: 1182px;
    }

    .choose .box .table .first {
        width: 180px;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }

    .choose .box .table .last {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .choose .box .table .first li {
        padding: 0 20px;
        font-size: 14px;
        line-height: 20px;
    }

}

/* hard-drive */
.hard-drive {
    padding: 120px 0 140px;
    position: relative;
}

.hard-drive::before {
    content: "";
    width: 1251px;
    height: 1015px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../png/awesome-features-bg.png) no-repeat;
    background-position: center bottom;
    background-origin: content-box;
    background-clip: content-box;
}

.hard-drive h2 {
    text-align: center;
    margin-bottom: 60px;
    line-height: 48px;
}

.hard-drive .content-box {
    justify-content: space-between;
}

.hard-drive .content-box .left {
    max-width: 524px;
}

.hard-drive .content-box .right {
    max-width: 760px;
}

.hard-drive .content-box .right .text-center {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.hard-drive .content-box .right .text-center img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.hard-drive .content-box .right .text-center a {
    display: flex;
    align-items: center;
}

.hard-drive .content-box .right iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    position: absolute;
    left: 0;
    top: 0;
}

.hard-drive .content-box .base-tabswitch-title {
    padding: 16px 20px;
    border-radius: 16px;
    border: 1px solid rgba(8, 11, 41, 0.10);
    background: #FFF;
    color: #080B29;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
    position: relative;
}

.hard-drive .content-box .base-tabswitch-title:not(:last-child) {
    margin-bottom: 10px;
}

.hard-drive .content-box .base-tabswitch-title.active {
    background: #4858EC;
    color: #FFF;
}

.hard-drive .content-box .base-tabswitch-title.active::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/sd-card-recovery/youtube-start-video.svg) no-repeat;
    position: absolute;
    top: calc(50% - 12px);
    right: 20px;
}

.hard-drive .content-box .base-tabswitch-msg {
    display: none;
    position: relative;
}

.hard-drive .content-box .base-tabswitch-msg.active {
    display: block;
}

.hard-drive .content-box .base-tabswitch-msg .box span {
    content: '';
    display: inline-block;
    width: 13.68%;
    height: 14.25%;
    background: url(../png/start-icon-2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.hard-drive .content-box .base-tabswitch-msg .box {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1024px) {
    .hard-drive .content-box {
        flex-direction: column-reverse;
        align-items: center;
    }

    .hard-drive .content-box .base-tabswitch-title.active::before {
        display: none;
    }

    .hard-drive .content-box .right {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .hard-drive {
        padding: 60px 0;
    }

    .hard-drive h2 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 32px;
    }

    .hard-drive .content-box .base-tabswitch-title {
        padding: 18px 20px;
        font-size: 16px;
        line-height: 24px;
    }
}

/* 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) {
    .what-makes {
        padding: 60px 0
    }

    .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 */

/* author-article */
.author-article {
    padding-top: 80px;
}

.author-article h2 {
    margin-bottom: 60px;
}

.author-article .box {
    justify-content: space-around;
}

.author-article .box .item {
    max-width: 418px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author-article .box .item svg {
    margin-top: 77px;
}

.author-article .box .item p {
    margin: 20px 0;
    color: #080B29;
    max-width: 320px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.author-article .box .item h5 {
    margin-bottom: 45px;
    color: #080B29;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

@media (max-width: 992px) {
    .author-article {
        padding-top: 60px;
    }

    .author-article h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .author-article .box {
        flex-direction: column;
        align-items: center;

    }

    .author-article .box .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .author-article .box .item:nth-child(2) picture {
        display: block;
        order: -1;
    }

    .author-article .box .item svg {
        margin-top: 30px;
    }

    .author-article .box .item:not(:last-child) h5 {
        margin-bottom: 30px;
    }

    .author-article .box .item:last-child h5 {
        margin-bottom: 0;
    }
}

/* faqs-tips */
.faqs-tips {
    padding: 140px 0 100px;
}

.faqs-tips h2 {
    text-align: center;
    margin-bottom: 60px;
}

.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 .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;
}

@media (max-width: 992px) {

    .faqs-tips h3,
    .faqs-tips h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .faqs-tips {
        padding: 60px 0 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;
        line-height: 20px;
    }

    .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
    }
}

/* faqs-tips */

/* bottom-banner */
.bottom-banner {
    margin-bottom: 140px;
}

.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-weight: 700;
    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;
}


.base-switching-button .buy-button p,
.base-switching-button .download-button p {
    color: #080B29;
    text-align: center;
}


.base-switching-button .buy-button p,
.base-switching-button .download-button p {
    margin-top: 10px;
    color: #080B29;
    font-size: 14px;
    font-weight: 400;
}

.bottom-banner .base-switching-button .buy-button p {
    color: #FFF;
    text-align: center;
    opacity: 1;
}

.bottom-banner .base-switching-button .buy-button .button {
    border: none;
}

.bottom-banner .base-switching-button .download-button p {
    color: #FFF;
    text-align: center;
    opacity: 1;
}

.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;
    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;
}

@media (max-width: 1024px) {
    .bottom-banner .bottom-banner-box {
        flex-direction: column
    }
}

@media (max-width: 992px) {
    .bottom-banner {
        padding: 60px 0;
        height: auto;
        margin-bottom: 0;
    }

    .bottom-banner .base-switching-button .product-button {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .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
    }
}

@media (max-width: 552px) {
    .bottom-banner .bottom-banner-box .right .revolve-progress .span {
        margin: 4px 0 -2px;
        transform: scale(.5);
        transform-origin: 0 0;
        white-space: nowrap
    }
}

/* .more-tips */
.more-tips {
    padding: 140px 0 0;
}

.more-tips .over-out {
    overflow: auto;
}

.more-tips h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.more-tips p.sub-title {
    max-width: 880px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px auto 60px;
}

.more-tips .tab-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1176px;
    margin: 0 auto;
}

.more-tips .tab-switch-bottom {
    margin: 10px auto 0;
    width: 100%;
    max-width: 1183px;
    height: 3px;
    border: 3px;
    background-color: #E7E7EA;
}


.more-tips .content {
    border-radius: 24px;
    background: #EFF4FF;
}

.more-tips .ul-bgcolor li:nth-of-type(even) {
    background-color: #F5F8FF;
}

.more-tips .tab-switch .base-tabswitch-title {
    width: 147px;
    height: 90px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px 14px;
    cursor: pointer;
}

.more-tips .tab-switch .base-tabswitch-title .number {
    border-radius: 8px;
    background: rgba(72, 88, 236, 0.70);
    width: 24px;
    height: 24px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 auto 4px;
}

.more-tips .tab-switch .base-tabswitch-title span {
    color: #4858EC;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    height: 40px;
}

.more-tips .tab-switch .base-tabswitch-title:hover span,
.more-tips .tab-switch .base-tabswitch-title.active span {
    font-weight: 700;
}

.more-tips .tab-switch .base-tabswitch-title:hover .number,
.more-tips .tab-switch .base-tabswitch-title.active .number {
    background: #4858EC;
}

.more-tips .tab-switch .base-tabswitch-title:hover,
.more-tips .tab-switch .base-tabswitch-title.active {
    border-radius: 16px;
    background: #EDEFFE;
    opacity: 1;
}

.more-tips .tab-switch .base-tabswitch-title:hover picture,
.more-tips .tab-switch .base-tabswitch-title.active picture {
    transform: scale(1.1);
}

.more-tips .tab-switch .base-tabswitch-title picture {
    max-width: 55px;
    margin: 0 auto 10px;
    transition: all linear .2s;
}

.more-tips .tabswitch-content {
    margin-top: 20px;
    border-radius: 24px;
    background: #EFF4FF;
    height: 646px;
}

.more-tips .base-tabswitch-msg {
    display: none;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.more-tips .base-tabswitch-msg.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-tips .base-tabswitch-msg.first {
    flex-direction: column;
}

.more-tips .base-tabswitch-msg.first .table ul {
    background: #fff;
    border: 2px solid #E8EBF7;
}

.more-tips .base-tabswitch-msg.first .table ul:nth-child(1) {
    width: 244px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-right: none;
    overflow: hidden;
}

.more-tips .base-tabswitch-msg.first .table ul:nth-child(2) {
    width: 384px;
    border: solid 2px #4858EC;
    border-radius: 24px;
    margin: -24px auto;
    padding-top: 24px;
}

.more-tips .base-tabswitch-msg.first .table ul:nth-child(3) {
    width: 404px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-left: none;
    overflow: hidden;
}

.more-tips .base-tabswitch-msg.first .table ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #080B29;
}

.more-tips .base-tabswitch-msg.first .table ul li.title {
    height: 76px;
    font-weight: 700;
}

.more-tips .base-tabswitch-msg.first .table ul.any-recover li {
    font-weight: 700;
}

.more-tips .base-tabswitch-msg.first .table ul.any-recover li.title {
    color: #4858EC;
    padding: 8px 0 32px;
}

.more-tips .base-tabswitch-msg.first .table ul.any-recover li.title img {
    width: 34px;
    margin-right: 10px;
}

.more-tips .base-tabswitch-msg.first .table ul.any-recover li:nth-child(2n) {
    background: #EDEFFE;
}

.more-tips .base-tabswitch-msg h3 {
    color: #080B29;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.more-tips .base-tabswitch-msg p.notice {
    max-width: 1027px;
    border-radius: 16px;
    background: #FFFAF0;
    color: #080B29;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 16px;
    display: flex;
    text-align: left;
    margin-top: 30px;
    align-items: initial;
}

.more-tips .base-tabswitch-msg p.notice .notice-one {
    margin-right: 8px;
    padding-top: 3px;
}

.more-tips .base-tabswitch-msg .lt {
    max-width: 432px;
    margin-right: 80px;
    text-align: left;
}

.more-tips .base-tabswitch-msg .lt h3 {
    margin-bottom: 30px;
}

.more-tips .base-tabswitch-msg .lt p {
    color: #080B29;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.more-tips .base-tabswitch-msg .lt p:not(:last-child) {
    margin-bottom: 16px;
}

.more-tips .base-tabswitch-msg .lt p span {
    font-weight: 700;
}

.more-tips .base-tabswitch-msg .rt {
    max-width: 672px;
    border-radius: 24px;
    overflow: hidden;
}

.more-tips .base-switching-button .product-button {
    margin: 30px auto 0;
    justify-content: center;
}

@media (min-width: 1024px) {
    .more-tips .base-tabswitch-msg h3 {
        margin-bottom: 54px;
    }

    .more-tips .base-tabswitch-msg p.notice {
        margin-top: 54px;
    }
}

@media (max-width: 1200px) {
    .compatibility .base-tabswitch-msg .msg-item {
        width: calc(50% - 50px)
    }

    .more-tips .tabswitch-content .tablex-outbox {
        height: 428px;
        overflow-x: auto;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 20px;
    }

    .more-tips .tabswitch-content .tablex-outbox .table {
        width: 1020px;
    }
}

@media (max-width: 1024px) {
    .more-tips .base-tabswitch-msg h3 {
        margin-bottom: 30px;
    }

    .awesome-features .tabswitch-content .base-tabswitch-msg .box {
        justify-content: space-evenly;
    }

    .more-tips .base-tabswitch-msg {
        padding: 30px 20px;
    }

    .more-tips .tabswitch-content {
        height: auto;
    }

    .more-tips .tabswitch-content .tablex-outbox {
        height: 428px;
        overflow-x: auto;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 20px;
    }

    .more-tips .tabswitch-content .tablex-outbox .table {
        width: 1020px;
    }

    .effective .web-block {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .effective .swiper-pagination {
        display: block;
        line-height: 8px;
    }

    .effective .web-block .content {
        margin-left: 0;
    }

    .effective .web-block .img {
        margin-left: 0;
    }

    .effective .h2-title {
        margin-bottom: 40px;
    }

    .effective .web-block .swiper-slide {
        height: auto;
    }

    .effective .web-block .img {
        margin-left: 0px;
    }

    .effective .web-block .swiper-slide img {
        padding: 0;
        width: 100%;
    }

    .effective .swiper-container {
        padding-bottom: 20px;
    }

    .effective .web-block .content {
        margin-left: 0px;
        margin-top: 12px;
        position: relative;
    }

    .effective .web-block .fold {
        display: none;
    }

    .effective .web-block .fold.active {
        display: block;
    }

    .effective .web-block .fold-title {
        color: #2E2E2E;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .effective .web-block .fold-content {
        max-width: 400px;
        font-size: 14px;
        line-height: 20px;
        margin: 10px auto 0;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .awesome-features {
        padding: 100px 0 60px;
    }

    .awesome-features:before {
        display: none;
    }

    .awesome-features .content-box h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .awesome-features .awesome-tab {
        margin-top: 20px;
        padding-bottom: 0;
    }

    .top-banner {
        padding: 50px 0 0;
        background: linear-gradient(180deg, #F0F2FF 47.22%, rgba(240, 242, 255, 0.00) 100%);
    }

    .top-banner .banner-left {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .top-banner .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .banner-available-star {
        margin: 20px auto;
        align-items: center;
    }

    .top-banner h1 {
        text-align: center;
        font-size: 30px;
        line-height: 1.2;
        margin: 26px 0 30px;
    }

    .top-banner .banner-left .pro-name,
    .top-banner .banner-left h1 {
        display: none;
    }

    .top-banner .topbanner-left-p {
        max-width: 600px;

    }

    .top-banner .banner-right h1 {
        display: block;
        margin: 16px auto 20px;
        text-align: center;
        font-size: 28px;
        line-height: 40px;
    }

    .top-banner .banner-right p {
        display: none;
    }

    .top-banner .banner-right p.pro-name {
        color: #7F8194;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        display: flex;
        font-size: 20px;
        margin: 0 auto;
        text-decoration: none;
    }

    .top-banner .banner-right p.pro-name svg {
        width: 20px;
        height: 20px;
        display: inline;
    }

    .top-banner .flexible {
        flex-direction: column-reverse;
    }

    .top-banner .medialogo {
        flex-direction: row;
        padding: 20px;
        flex-wrap: wrap;
        margin-top: 40px;
        justify-content: space-around;
    }

    .top-banner .medialogo li {
        width: 140px;
        height: 47px;
    }

    .top-banner .desc-list li {
        margin-bottom: 8px;
    }

    .top-banner .desc-list li::before {
        top: 10px;
    }

    .top-banner:before {
        display: none;
    }

    .top-banner .banner-right .box iframe {
        border-radius: 8px;
    }

    .top-banner .banner-right .box {
        border-radius: 8px;
    }

    .top-banner .banner-right {
        margin-bottom: 20px;
    }

    .container {
        padding: 0 20px !important;
    }

    h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    h2+p {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .more-tips {
        padding: 60px 0 0;
    }

    .more-tips h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .more-tips .box {
        padding: 5px;
    }

    .more-tips p.sub-title {
        margin: 10px auto 30px;
        font-size: 14px;
        line-height: 19px;
    }

    .more-tips .tab-switch {
        justify-content: unset;
        width: 960px;
    }

    .more-tips .tab-switch .base-tabswitch-title {
        margin: 0;
        width: 120px;
        padding: 8px 10px 14px;
    }

    .more-tips .tab-switch .base-tabswitch-title span {
        font-size: 14px;
    }

    .more-tips .tab-switch .base-tabswitch-title.active {
        opacity: 1;
    }

    .more-tips .tab-switch .base-tabswitch-title picture {
        width: 36px;
        margin: 0;
    }

    .more-tips .tab-switch .base-tabswitch-title.active:after {
        display: none;
    }

    .more-tips .box .content {
        padding: 30px 15px;
    }

    .more-tips .base-tabswitch-msg {
        flex-direction: column;
        align-items: center;
    }

    .more-tips .base-tabswitch-msg .rt {
        margin-left: 0;
        border-radius: 16px;
    }

    .more-tips .base-tabswitch-msg .rt span {
        display: flex;
    }

    .more-tips .base-tabswitch-msg .rt p:after {
        display: none;
    }

    .more-tips .base-tabswitch-msg .rt p {
        font-weight: unset;
        font-size: 14px;
        margin-bottom: 15px;
        padding-right: 0;
    }

    .more-tips .tabswitch-content {
        margin-top: 30px;
    }

    .more-tips .base-tabswitch-msg .rt a.bt {
        font-size: 15px;
        width: 150px;
        height: 42px;
        margin: 30px auto;
    }

    .more-tips .base-tabswitch-msg .lt {

        margin-right: unset;
        align-self: unset;
    }

    .more-tips .base-tabswitch-msg .lt picture {
        max-width: 250px;
    }

    .more-tips .base-tabswitch-msg .lt a:before {
        width: 36px;
        height: 36px;
        background-size: 100%;
    }

    .more-tips .base-tabswitch-msg .lt:before {
        width: 36px;
        height: 36px;
    }

    .more-tips .base-tabswitch-msg .lt p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 30px;
    }

    .more-tips .base-tabswitch-msg h3 {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .compatibility {
        margin-top: 0;
        padding: 28px 0 50px;
    }

    .effective h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 768px) {
    .banner-available-star #star-reviews {
        margin-top: 0;
    }


    .more-tips .base-tabswitch-msg.first .table ul:nth-child(1) {
        width: 120px;
    }

    .more-tips .base-tabswitch-msg.first .table ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .awesome-features .awesome-tab-b {
        margin-top: 20px;
    }

    .more-tips .base-tabswitch-msg.first .table ul:nth-child(2) {
        width: 196px;
    }

    .more-tips .base-tabswitch-msg.first .table ul:nth-child(3) {
        width: 135px;
    }

    .more-tips .tabswitch-content .tablex-outbox .table {
        width: 451px;
    }

    .more-tips .base-tabswitch-msg.first .table ul.any-recover li.title {
        padding: 0 13px 16px 20px;
        text-align: start;
    }

    .more-tips .tabswitch-content .tablex-outbox {
        display: flex;
        justify-content: center;
    }

    .more-tips .base-tabswitch-msg.first .table ul.any-recover li.title img {
        margin-right: 17px;
    }

    .awesome-features .sd-card-tab,
    .awesome-features .tabswitch-content .base-tabswitch-msg .box {
        display: none;
    }

    .awesome-features .awesome-ipone {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .awesome-features .awesome-ipone .item {
        position: relative;
        width: 162px;
        height: 188px;
        margin-bottom: 20px;
        margin-right: 11px;
    }

    .awesome-features .awesome-ipone .item .open {
        width: 100%;
        height: 100%;
        border-radius: 16px;
        padding: 20px 10px;
        border: 1px solid rgba(8, 11, 41, 0.10);
        background: #FFF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .awesome-features .awesome-ipone .item .open .top {
        margin-bottom: 6px;

    }

    .awesome-features .awesome-ipone .item .open .top img {
        width: 64px;
        margin-bottom: 16px;
    }

    .awesome-features .awesome-ipone .item .open .bottom {
        height: 16px;
    }

    .awesome-features .awesome-ipone .item .open .top .top-p {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }

    .awesome-features .awesome-ipone .item .open-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 16px;
        border: 1px solid rgba(8, 11, 41, 0.10);
        background: #FFF;
        padding: 20px 10px 0;
    }

    .awesome-features .awesome-ipone .item .open-top .open-tops {
        margin-bottom: 10px;
    }

    .awesome-features .awesome-ipone .item .open-top .open-bottoms {
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .awesome-features .tab-switch {
        margin-bottom: 20px;
    }

    .awesome-features .tab-switch .base-tabswitch-title {
        width: 167px;
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .awesome-features p.sub-title {
        font-size: 14px;
        line-height: 24px;
    }

    .effective {
        padding-top: 60px;
    }

    .effective .box .item {
        width: 162px;
        height: auto;
        border-radius: 16px;
        margin-bottom: 10px;
    }

    .effective .box .item .title {
        padding: 10px;
    }

    .effective .box .item .title h5 {
        margin-top: 9.5px;
        font-size: 16px;
        font-weight: 700;
    }

    .effective .box .item .content-text {
        padding: 10px 5px;
    }

    .effective .box .item .content-text h5 {
        margin-bottom: 3px;
        font-size: 12px;
        line-height: 14px;
    }

    .effective .box .item .content-text p {
        font-size: 12px;
        line-height: 14px;
    }


}

@media (max-width: 575px) {
    .compatibility .base-tabswitch-msg .msg-item {
        width: 100%;
        border-radius: 8px;
    }

    .compatibility .base-tabswitch-msg .msg-item:nth-child(n + 2) {
        margin-top: 20px;
    }

    .compatibility .msg-item .msg-desc:nth-child(n+2) {
        margin-top: 15px;
    }

    .blogs-with .swiper-wrapper {
        flex-direction: column;
    }

    .blogs-with .swiper-slide {
        width: 100%;
    }

    .top-banner .banner-left,
    .top-banner .banner-right {
        width: 100%;
    }

    .more-tips .tabswitch-content .tablex-outbox {
        justify-content: flex-start;
        padding: 0;
    }
}

@media (max-width: 390px) {
    .awesome-features .awesome-ipone {
        justify-content: space-between;
    }

    .awesome-features .awesome-ipone .item {
        margin-right: 0;
    }
}

@media (max-width: 360px) {
    .awesome-features .container,
    .effective .container {
        padding: 0 10px !important;
    }
}