/* common start */
a:focus{
    color: #080B29;
}
.nav-ul>li.aiphotore .aiphoto-header-box,.product-nav .link-bt li:last-child{
    display: none;
}
.nav-ul>li.aiphotore #aiphoto-header-box{
    display: flex;
}
body {
    color: #080B29;
}
.ios17-re-navigation{
    display: none;
}
.base-switching-button .button{
    height: 64px;
}
.footer-times {
    display: none;
}
.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)
    }
}
.base-p {
    margin-bottom: 40px;
}

.base-maxwidth {
    max-width: 1374px;
    padding: 0 15px;
    margin: 0 auto;
}

.container {
    max-width: 1374px;
}

.base-a {
    color: #0153ff;
}

.base-box {
    background: #FFF;
}

.base-decorate {
    width: fit-content;
    position: relative;
    margin: 0 auto;
    color: #080B29;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
}

.base-decorate span {
    color: #F3F;
    position: relative;
}

.base-decorate span::before {
    content: "";
    width: 121px;
    height: 10px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/ios_17_release/title-spanbg.svg) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;

}


.base-number {
    display: flex;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 40px 0 8px;
    align-items: flex-start;
}

.base-number span {
    display: inline-block;
    background: url(../png/h3-span-bg.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 16px;
    flex-shrink: 0;
    font-weight: 700;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
}

/* .base-number-normal {
    margin-top: 0;
} */
@media (max-width: 1024px) {
.aiphoto-header-box-min {
    display: none;
}
.aiphoto-header-box-min-ios{
    display: flex;
    width: 55px;
    margin-right: 49px;
    position: relative;
}
}
@media (max-width: 992px) {
    .base-p {
        margin-bottom: 20px;
    }

    .base-number {
        margin: 20px 0 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .base-number span {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    .base-number-normal {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 36px;
    }

    .base-p {
        margin-bottom: 16px;
    }

    .base-switching-button .product-button:first-child {
        margin: 0;
    }

    .base-number span {
        margin-right: 8px;
    }

    .base-decorate {
        font-size: 24px;
        line-height: 32px;
    }

    .base-decorate span::before {
        width: 76px;
        height: 6px;
        background: url(https://images.anyrecover.com/anyrecoveren/assets/ios_17_release/title-spanbg-min.svg) no-repeat;
    }

}

@media (max-width: 580px) {
    .base-p {
        font-size: 14px;
        line-height: 20px;
    }

    .base-decorate {
        text-align: center;
    }
}

@media (max-width: 360px) {
    .base-decorate {
        font-size: 18px;
    }
    .base-decorate span::before{
        width: 60px;
    height: 6px;
    background-size: 100% 100%;
    }
}

/* common end */

/* aside */
main aside {
    display: none;
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 260px;
    padding: 20px 12px;
    border-radius: 12px;
    border: 1px solid #F3F;
    background: linear-gradient(135deg, rgba(255, 51, 255, 0.10) 0%, rgba(255, 119, 51, 0.10) 100%), #fff;
}
main aside a {
    display: inline-block;
    color: #302846;
    margin-bottom: 12px;
}
main aside.active {
    left: -270px;
}
main aside .aside-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 8px;
    top: 8px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/ios_17_release/icon_guanbi.svg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
main aside .aside-close:hover {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/ios_17_release/icon_guanbi-hover.svg) no-repeat;
    background-size: 100% 100%;
}
main aside a:hover {
    color: unset;
}
main aside .one-item>a {
    width: 100%;
    font-size: 14px;
    color: #17102B;
    position: relative;
    font-weight: 700;
}
main aside .ul-one {
    padding-left: 11px;
    border-left: 1px solid #E6E7EA;
}
main aside .one-item .ul-two {
    height: 0;
    opacity: 0;
    position: relative;
    z-index: -1;
    transition: height .5s;
}
main aside .one-item>a::before {
    content: "";
    width: 6px;
    display: none;
    height: 16px;
    border-radius: 5px;
    background: linear-gradient(135deg, #F3F 0%, #F73 100%), #FF5990;
    position: absolute;
    left: -14px;
    top: 4px;
}
main aside .one-item>a.active {
    color: #F3F;
}
main aside .one-item>a.active::before {
    display: block;
}
main aside .one-item>a.active+.ul-two {
    height: auto;
    opacity: 1;
    z-index: 1;
    transition: height .5s;
    padding-left: 16px;
}
main aside .two-item>a {
    position: relative;
    font-size: 14px;
}
main aside .two-item>a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: -13px;
    top: 10px;
    display: none;
}
main aside .two-item.active>a::before {
    display: block;
}
main aside .two-item>.two-a {
    position: relative;
}
main aside .two-item>.two-a.curr::after {
    transform: rotate(-45deg);
    top: 8px;
}
main aside .two-item>.two-a.active::after {
    transform: rotate(-45deg);
    top: 10px;
}
main aside .aside-flag {
    display: none;
    position: absolute;
    cursor: pointer;
    right: -52px;
    top: 9px;
    width: 52px;
    height: 60px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/ios_17_release/icon_shouqi.svg) no-repeat;
    background-size: 100% 100%;
}
main aside .aside-flag.active {
    display: block;
}
@media (max-width: 820px) {
    main aside {
        left: -260px;
        z-index: 99;
    }
    main aside .aside-flag {
        display: block;
    }
    main aside .aside-flag.active {
        display: none;
    }
    main aside.active {
        left: 0;
    }
    main aside .aside-flag {
        display: block;
    }
    main .aside-blur {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 2;
        background: transparent;
    }
    main aside.active+.aside-blur {
        display: block;
    }
}

/* aside */
@keyframes animationnone {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes animationold {
    0% {
        scale: 5;
        transform: translateX(50%);
    }
    100% {
        scale: 1;
        transform: translateX(0);
    }
}

/* banner start */
.banner-area {
    position: relative;
    padding: 0;
}

.banner-area .topbanner-text {
    padding-top: 50px;
}

.banner-area .topbanner-img {
    padding-top: 40px;
    text-align: center;
}

.banner-area .topbanner-img .img-two {
    display: none;
}

.banner-area .topbanner-text h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}

.banner-area .topbanner-text p {
    max-width: 432px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
}

.banner-area .topbanner-text h2 {
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-area .topbanner-text h2 img {
    margin: 0 20px;
}

.banner-area .topbanner-img,
.banner-area .topbanner-text h1,
.banner-area .topbanner-text h2 span,
.banner-area .topbanner-text p {
    opacity: 0;
    animation: animationnone 1s ease-in-out;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
}

.banner-area .topbanner-text h2 img {
    animation: animationold 1.5s ease-in-out;
}

@media (max-width: 1024px) {
    .banner-area {
        padding: 60px 0 0;
    }

    .banner-area .topbanner-text {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding-top: 0;
    }

    .banner-area .topbanner-img,
    .banner-area .topbanner-text h1,
    .banner-area .topbanner-text h2 span,
    .banner-area .topbanner-text p {
        opacity: 1;
        animation: none;
    }

    .banner-area .topbanner-text h2 img {
        animation: none;
        width: 44px;
        margin: 0 16px;
    }

    .banner-area .topbanner-text h1 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .banner-area .topbanner-text h2 {
        font-size: 32px;
        line-height: 44px;
    }

    .banner-area .topbanner-text p {
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        margin: 0 auto;
    }

    .banner-area .topbanner-img {
        padding-top: 30px;
    }

    .banner-area .topbanner-img .img-one {
        display: none;
    }

    .banner-area .topbanner-img .img-two {
        display: block;
    }

}
/* banner end */

/* tag start */
.tag-area {
    padding: 60px 0 120px;
}

.tag-area .tag-bar {
    margin: 0 auto;
    justify-content: space-between;
}

.tag-area .tag-bar li {
    width: 23.66%;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(8, 11, 41, 0.10);
    background: #FFF;
    overflow: hidden;
}

.tag-area .tag-bar li a {
    padding: 48px 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tag-area .tag-bar li a .logo-bg {
    margin-bottom: 20px;
}

.tag-area .tag-bar li a .logo-bg .img2 {
    display: none;
}


.tag-area .tag-bar li.curr {
    border: none;
    background: linear-gradient(135deg, #F3F 0%, #F73 100%);
    box-shadow: 0px 4px 12px 0px rgba(255, 51, 255, 0.20);
}


.tag-area .tag-bar li.curr a {
    color: #FFF;
}


.tag-area .tag-bar li.curr a .img1 {
    display: none;
}


.tag-area .tag-bar li.curr a .img2 {
    display: block;
}
@media (min-width: 1025px) {
    .tag-area .tag-bar li:hover{
        border: none;
        background: linear-gradient(135deg, #F3F 0%, #F73 100%);
        box-shadow: 0px 4px 12px 0px rgba(255, 51, 255, 0.20);
    }
    .tag-area .tag-bar li:hover a{
        color: #FFF;
    }
    .tag-area .tag-bar li:hover a .img1{
        display: none;
    }
    .tag-area .tag-bar li:hover a .img2{
        display: block;
    }
}
@media (max-width: 1024px) {
    .tag-area .tag-bar {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .tag-area .tag-bar li {
        max-width: 160px;
        text-align: center;
        border-radius: 12px;
        font-size: 14px;
        line-height: 20px;
    }

    .tag-area .tag-bar li a {
        padding: 20px 0;
    }
    .tag-area .tag-bar li a:hover{
        color: unset;
    }
    .tag-area .tag-bar li a .logo-bg {
        width: 48px;
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .tag-area {
        padding: 50px 0 60px;
    }
}

@media (max-width: 580px) {

    .tag-area .tag-bar li {
        width: 160px;
        margin-bottom: 15px;
    }
}

@media (max-width: 360px) {
    .tag-area .tag-bar li {
        width: 140px;
    }
}

/* tag end */

/* news start */
.news-area .timeline {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.news-area .timeline-content {
    padding: 40px 0 40px 40px;
    margin-bottom: 120px;
    border-radius: 20px;
    border: 1px dashed rgba(8, 11, 41, 0.10);
    background: #FFFCEB;
}

.news-area .timeline-content p {
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    position: relative
}

.news-area .timeline-content p a {
    text-decoration: underline;
}

.news-area .timeline-content .timeline-item:last-child p {
    padding-bottom: 0
}

.news-area .timeline-content .timeline-item {
    display: flex;
    position: relative;
}

.news-area .timeline-content .left {
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    min-width: 120px;
    margin-right: 58px;

}

.news-area .timeline-content .left::after {
    content: '';
    display: inline-block;
    font-size: 0;
    position: absolute;
    border-radius: 50%;
    right: -32px;
    background: #FFFCEB;
    border: 1px solid #080B29;
    width: 6px;
    top: 6px;
    height: 6px
}

.news-area .timeline-content .timeline-item::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 147px;
    width: 0px;
    height: 100%;
    border: 1px dashed rgba(8, 11, 41, 0.10);
}

.news-area .timeline-content .timeline-item:last-child::before {
    display: none
}

.news-area .timeline-content .left-one::after {
    content: "·";
    width: 18px;
    height: 18px;
    right: -38px;
    top: -1px;
    line-height: 16px;
    text-align: center;
    font-size: 53px;

}

.news-area .base-number:nth-of-type(2) {
    padding: 0;
}

@media (max-width:768px) {
    .news-area .timeline {
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .news-area .timeline-content {
        border-radius: 12px;
        padding: 16px;
        margin-bottom: 68px;
    }

    .news-area .timeline-content p {
        padding-left: 25px;
        padding-bottom: 16px;
        font-size: 12px;
        line-height: 16px;
    }

    .news-area .timeline-content .left {
        text-align: start;
        margin-right: 0;
        padding-bottom: 6px;
    }

    .news-area .timeline-content .timeline-item {
        flex-direction: column;
    }

    .news-area .timeline-content .timeline-item::before {
        left: 9px;
    }

    .news-area .timeline-content .left::after {
        right: unset;
        left: 6px;
    }

    .news-area .timeline-content .left-one::after {
        left: 0px;
    }

    .news-area .timeline-content .timeline-item:last-child .left {
        padding-bottom: 6px;
    }
}

.online-danger {
    margin-top: 40px;
    margin-bottom: 140px;
}

.online-danger .web-block {
    display: flex;
    justify-content: space-between;
}

.online-danger .web-block .img {
    max-width: 660px;
    width: 100%;
    position: relative;
}

.online-danger .web-block .content {
    max-width: 660px;
    width: 100%;
}

.online-danger .swiper-pagination {
    bottom: 0;
    display: none;
}

.online-danger .swiper-container-news {
    height: 100%;
}

.online-danger .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet  {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #FFE0E0;
    opacity: 1;
    margin-left: 0;
    margin-right: 16px;
}

.online-danger .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 32px;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(135deg, #F3F 0%, #F73 100%);
}

.online-danger .web-block .swiper-slide {
    text-align: center;
    height: 600px;
}

@media (max-width:1024px) {
    .online-danger .web-block .img {
        max-width: 580px;
    }

    .online-danger .web-block .content {
        margin-left: 30px;
    }
}

@media (max-width:820px) {
    .online-danger .swiper-container-news {
        padding-bottom: 70px;
    }
}

@media (min-width: 993px) {
    .online-danger .web-block .fold {
        border-radius: 16px;
        margin-bottom: 20px;
        padding: 20px;
        transition: height .3s;
        position: relative;
        background: #F5F5F6;
    }

    .online-danger .web-block .fold:hover {
        background: linear-gradient(135deg, #F3F 0%, #F73 100%);
        color: #fff;
    }

    .online-danger .web-block .fold-title {
        position: relative;
        font-size: 20px;
        font-weight: 700;
        cursor: pointer;
        transition: all .3s;
        line-height: 30px;
    }

    .online-danger .web-block .fold-content {
        display: none;
        height: 0;
        opacity: 0;
        transition: height .3s, color .3s, opacity .1s;
    }

    .online-danger .web-block .fold.active {
        background: linear-gradient(135deg, #F3F 0%, #F73 100%);
        padding: 20px;
        border-radius: 16px;
        color: #fff;
    }

    .online-danger .web-block .fold.active .fold-title {
        padding-top: 0;
    }

    .online-danger .web-block .fold.active .fold-content {
        display: block;
        height: auto;
        margin-top: 10px;
        opacity: 1;
        line-height: 24px;
    }

}

@media (max-width:992px) {
    .online-danger .web-block {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .online-danger .swiper-pagination {
        display: block;
        line-height: 8px;
    }

    .online-danger .web-block .content {
        margin-left: 0;
    }

    .online-danger .web-block .img {
        margin-left: 0;
    }

    .online-danger .h2-title {
        margin-bottom: 40px;
    }

    .online-danger .web-block .swiper-slide {
        height: auto;
    }

    .online-danger .web-block .img {
        margin-left: 0px;
    }

    .online-danger .web-block .swiper-slide img {
        padding: 0;
        width: 100%;
    }

    .online-danger .swiper-container {
        padding-bottom: 20px;
    }

    .online-danger .web-block .content {
        margin-left: 0px;
        margin-top: 12px;
        position: relative;
    }

    .online-danger .web-block .fold {
        display: none;
    }

    .online-danger .web-block .fold.active {
        display: block;
    }

    .online-danger .web-block .fold-title {
        color: #2E2E2E;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .online-danger .web-block .fold-content {
        max-width: 400px;
        font-size: 14px;
        line-height: 20px;
        margin: 10px auto 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .online-danger {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

@media (max-width: 580px) {

    .online-danger .web-block .img {
        max-width: 100%;
    }

    /* .online-danger .web-block .fold-content {
        min-height: 110px;
    } */

}

.support-devices-content {
    margin: 40px auto 0;
    border-radius: 32px;
    max-width: 1116px;
    background: linear-gradient(135deg, #FFEBEB 0%, #FFF5EB 47.92%, #EBFBFF 100%);

}

.support-devices-content .slide {
    padding: 100px 82px 100px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support-devices-content .devices-ios {
    text-align: center;
    margin-right: 60px;
}


.support-devices-content img {
    margin-bottom: 20px;
}

.support-devices-content .iphone {
    width: 61px;
}

.support-devices-content .ipad {
    width: 88px;
    margin-bottom: 25px;

}

.support-devices-content .devices-name {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 10px;
}

.support-devices-content .devices-go {
    text-align: center;
    line-height: 24px;
    cursor: pointer
}

.support-devices-content .top-container {
    width: 100%;
}

.support-devices-content .devices-go:hover {
    text-decoration: underline
}

.support-devices-content .devices-list {
    flex: 1;
}

.support-devices-content .devices-list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.support-devices-content .devices-list .bm-none {
    margin-bottom: 0;
}

.support-devices-content .devices-list li {
    line-height: 24px;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 159px;
}

.support-devices-content .devices-list li P:not(:last-child) {
    margin-bottom: 10px;
}

.support-devices-content .iPad {
    padding: 119px 114px 114px 114px;
    justify-content: flex-start;
    display: none;
}

.support-devices-content .iPad .devices-ios {
    margin-right: 239px;
}

.support-devices-content .iPad ul {
    flex-direction: column;
}

.support-devices-content .iPad ul li {
    margin-right: 0;
    width: 360px;
    margin-bottom: 10px;
}

@media(max-width: 1024px) {
    .support-devices-content .iPad {
        justify-content: space-between;
    }

    .support-devices-content .iPad .devices-ios {
        margin-right: 0;
    }

    .support-devices-content .iPad .devices-list {
        max-width: 360px;
    }
}

@media(max-width: 768px) {
    .support-devices-content .slide {
        padding: 50px;
    }

    .support-devices-content .devices-list .bm-none {
        margin-bottom: 40px;
    }
}

@media(max-width: 580px) {
    .support-devices-content .slide {
        flex-direction: column;
        padding: 30px 16px;
    }

    .support-devices-content .devices-list li p {
        margin-bottom: 10px;
    }

    .support-devices-content .devices-ios {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .support-devices-content .iphone {
        width: 43px;
        margin-bottom: 10px;
    }

    .support-devices-content .devices-name {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .support-devices-content .devices-go {
        font-size: 14px;
        line-height: 20px;
    }

    .support-devices-content .devices-list ul {
        justify-content: space-between;
    }

    .support-devices-content .devices-list li {
        width: 50%;
        max-width: 149px;
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .support-devices-content .devices-list .bm-none {
        margin-bottom: 0;
    }

    .support-devices-content .ipad {
        margin-bottom: 10px;
    }

    .support-devices-content .iPad ul li {
        max-width: 264px;
    }
}

@media(max-width: 375px) {
    .support-devices-content .devices-list li {
        margin-right: 0;
    }

    .support-devices-content .slide {
        padding: 30px 16px 20px;
    }
}
/* news start */

/* updates-area start */
.updates-area {
    padding: 140px 0 0;
}

.updates-area .h2-top {
    border-radius: 8px;
    background: #FFEBFE;
    color: #FF37F5;
    text-align: center;
    max-width: 264px;
    margin: 0 auto 6px;
    padding: 4px 10px;
}

.updates-area h3 {
    margin-bottom: 10px;
}

.updates-area .two-h2 {
    margin: 80px 0 40px;
}

.updates-area .product-button {
    justify-content: center;
}

.updates-area .updates-idea {
    margin-top: 40px;
}

.updates-area .updates-idea .swiper-container {
    border-radius: 32px;
    border: 1px solid rgba(8, 11, 41, 0.10);
    background: #FFF;
}

.updates-area .updates-idea .swiper-slide {
    padding: 60px 100px 84px;
}

.updates-area .updates-idea .swiper-slide p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.updates-area .updates-idea .swiper-slide .flex-content {
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.updates-area .updates-idea .swiper-slide .flex-content-one {
    margin-top: 60px;
}

.updates-area .updates-idea .swiper-slide .flex-content-two {
    margin-top: 40px;
}

.updates-area .updates-idea .swiper-button-prev,
.updates-area .updates-idea .swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #080B29;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
}

.updates-area .updates-idea .swiper-btns {
    position: relative;
    width: 232px;
    margin: 42px auto 0;
}

.updates-area .updates-idea .swiper-btns .swiper-pagination {
    position: relative;
    bottom: 0;
    font-weight: 700;
}

.updates-area .updates-idea .swiper-button-prev {
    left: 0;
}

.updates-area .updates-idea .swiper-button-prev svg,
.updates-area .updates-idea .swiper-button-next svg {
    stroke: rgba(23, 16, 43, 1);
}

.updates-area .updates-idea .swiper-button-prev svg {
    transform: rotate(180deg);
}

.updates-area .updates-idea .swiper-button-prev:hover,
.updates-area .updates-idea .swiper-button-next:hover {
    border: none;
    background: linear-gradient(88deg, #F0F 0%, #F50 100%);
}

.updates-area .updates-idea .swiper-button-prev:hover svg,
.updates-area .updates-idea .swiper-button-next:hover svg {
    stroke: #fff;
}

.updates-area .updates-idea .idea-left {
    max-width: 560px;
    position: relative;
}
.updates-area .updates-idea .idea-left span {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../png/start-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.updates-area .updates-idea .idea-left iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0
}
.updates-area .idea-right {
    margin-right: 24px;
    flex: 1;
}

.updates-area .idea-right li {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
}
.updates-area .idea-right .base-switching-button{
    margin-top: 30px;
}
.updates-area .idea-right li:last-child {
    margin-bottom: 0;
}

.updates-area .idea-right li span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    width: 56px;
    margin-right: 16px;
}

.updates-area .idea-right li div {
    flex: 1;
}

@media (max-width: 1024px) {
    .updates-area .updates-idea .swiper-slide .flex-content {
        flex-direction: column;
        margin-top: 16px;
    }

    .updates-area .updates-idea .idea-left {
        margin-bottom: 16px;
    }
}

@media (max-width: 992px) {
    .updates-area .updates-idea {
        margin-top: 20px;
    }
    .updates-area .updates-idea .swiper-container{
        border-radius: 20px;
    }
    .updates-area .updates-switch li {
        font-size: 14px;
        padding: 0 4px;
        line-height: 16px;
        height: 48px;
    }

    .updates-switch {
        padding: 2px;
    }

    .updates-area .swiper-box {
        width: 100%;
    }

    .updates-area .updates-content {
        padding: 25px 5px 30px;
        width: 100%;
        border-radius: 20px;
    }

    .updates-area .updates-content h3 {
        flex-direction: column;
        text-align: center;
        font-size: 20px;
        max-width: 270px;
        margin: 0 auto 16px;
    }

    .updates-area .updates-content h3 img {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .updates-area .swiper-box {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: unset;
    }

    .updates-area .swiper-text {
        padding-top: 34px;
    }

    .updates-area .swiper-box .swiper-img {
        width: 100%;
    }

    .updates-area .two-h2 {
        margin-top: 30px;
        margin-bottom: 0;
    }

}

@media (max-width: 768px) {
    .updates-area .h2-top {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 20px;
    }
    .updates-area .updates-idea .swiper-slide p{
        font-size: 20px;
        line-height: 30px;
    }
    .updates-area {
        padding: 60px 0 0;
    }

    .updates-area .idea-right {
        margin-right: 0;
    }

    .updates-area .idea-right li {
        flex-direction: column;
        font-size: 13px;
        line-height: 18px;
    }

    .updates-area .idea-right li span {
        font-size: 14px;
        margin-bottom: 6px;
        margin-right: 0;
        line-height: 20px;
    }

    .updates-area .updates-switch li {
        font-size: 12px;
    }

    .updates-area .updates-idea .swiper-slide {
        padding: 20px 10px 30px;
    }

    .updates-area .updates-idea .swiper-btns {
        margin: 32px auto 0;
    }
}

@media (max-width: 580px) {
    .updates-area .updates-switch {
        padding: 7px 5px;
    }

    .updates-area .updates-trait {
        flex-direction: column;
    }

    .updates-area .updates-trait>div {
        min-height: auto;
        padding: 12px;
    }

    .updates-area .updates-trait>.trait-right {
        margin: 16px 0 0;
    }

    .updates-area .updates-trait>div li {
        font-size: 14px;
    }

    .updates-area .updates-idea .swiper-wrapper {
        align-items: flex-start;
    }

    .updates-area .updates-idea .swiper-slide {
        flex-direction: column-reverse;
    }

    .updates-area h4 img {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }

    .updates-area .idea-right li {
        padding-left: 0;
    }

    .updates-area .updates-idea .idea-left,
    .updates-area .updates-idea .idea-left img {
        max-width: 100%;
    }
}
@media (max-width:375px) {
.updates-area .swiper-box {
    align-items: flex-start;
}
}
/* updates-area end */

/* lows-area start */
.lows-area{
    padding-top: 152px;
}
.lows-area .lows-content {
    border-radius: 32px;
    padding: 30px;
    border: 1px solid rgba(8, 11, 41, 0.10);
    background: #FFF;
}

.lows-content-box .base-switching-button.ios-content-button .flex-position:first-child {
    margin-top: 54px;
}

.lows-area .lows-title {
    position: relative;
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.lows-area .lows-title::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 16px;
    border-radius: 4px;
    background: linear-gradient(90deg, #F753C4 0%, #FF7213 100%);
    margin-right: 8px;
}

.lows-area .lows-content .base-p {
    margin-bottom: 30px;
}
.lows-area .lows-content.lows-content-video{
    margin: 30px 0;
}
.lows-area .lows-content .left-video,.right-video{
    max-width: 630px;

}
.lows-area .lows-content .right-video{
    margin-left: 22px;
}
.lows-area .lows-content .video-box{
    justify-content: space-between;
}
.lows-area .lows-content .video-lefts{
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.lows-area .lows-content .video-lefts span{
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../png/start-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.lows-area .lows-content .video-lefts iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.lows-area .lows-content .video-text{
    padding-left: 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 20px;
}
.lows-area .lows-content-box>div {
    max-width: 630px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    width: 50%;
}

.lows-area .lows-content-box .lows-content-left {
    border-radius: 20px;
    border: 1px dashed rgba(8, 11, 41, 0.10);
    background: #FFFCEB;
}

.lows-area .lows-content-box h4 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 30px 0;
}

.lows-area .lows-content-box h4 img {
    margin-right: 8px;
}

.lows-area .lows-content-box ol li {
    margin-bottom: 20px;
    position: relative;
    display: flex;
}

.lows-area .lows-content-box ol span {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(88deg, #F3F 0%, #F73 100%);
    font-weight: 700;
    flex-shrink: 0;
    color: #FFF;
    margin-right: 12px;
}
.lows-area .lows-content-box ol li p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.lows-area .lows-content-box ol li p a{
    color: #4858EC;
    text-decoration: underline;
}
.lows-area .lows-content-box ol li:last-child {
    margin-bottom: 23px;
}

.lows-area .lows-content-box p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}

.lows-area .lows-content-box .taps {
    padding: 26px 30px 42px;
    border-radius: 16px;
    background: #FFF;
}

.lows-area .lows-content-box ul li {
    padding-left:14px;
    font-size: 14px;
    position: relative;
}
.lows-area .lows-content-box ul li::before{
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background: #080B29;
}

.lows-area .lows-content-box .base-switching-button {

    margin: 20px 0;
}

.lows-area .lows-content-box .buy-button-go {
    justify-content: center;
}

.lows-area .lows-content-box .lows-content-right {
    border-radius: 20px;
    border: 1px dashed rgba(8, 11, 41, 0.10);
    background: #FFF1EB;
    margin-left: 22px;
}

.lows-area .lows-content-box .bottom-p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}



.lows-area .lows-content-two .lows-title {
    margin-bottom: 20px;
}
.lows-area .lows-content-two ul {
    display: flex;
    flex-wrap: wrap;
}
.lows-area .lows-content-two ul li {
    position: relative;
    width: 630px;
}

.lows-area .lows-content-two ul li:not(:last-child) {
    margin-bottom: 20px;
}

.lows-area .lows-content-two ul li::before {
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background: #080B29;
}

.lows-area .lows-content-two ul li {
    padding-left: 14px;

}

.lows-area .lows-content-box .taps p img {
    margin-right: 10px;
}

@media (max-width: 992px) {
    .lows-area .lows-content {
        padding: 16px 10px;
        border-radius: 20px;
    }
    .lows-area .lows-content-two ul{
        display: block;
    }
    .lows-area .lows-content-two ul li{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .lows-area {
        padding-top: 72px;
    }
    .lows-area .lows-content .base-p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .lows-content-box {
        flex-direction: column;
    }
    .lows-area .lows-content .video-text{
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }
    .lows-area .lows-content-box>div {
        max-width: 100%;
        width: 100%;
    }

    .lows-area .lows-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .lows-area .lows-content-box .lows-content-left {
        margin-bottom: 24px;
    }

    .lows-area .lows-content-box .lows-content-right {
        margin-left: 0;
    }

    .lows-area .lows-content-box h4 {
        margin: 16px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .lows-area .lows-content-box h4 img {
        width: 24px;
    }

    .lows-area .lows-content-box ol li {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }
   
    .lows-area .lows-content-box ol li:last-child {
        margin-bottom: 11px;
    }

    .lows-area .lows-content-box ol span {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        line-height: 20px;
    }
    .lows-area .lows-content-box ol li p{
        font-size: 14px;
    }
    .lows-area .lows-content-box .taps {
        padding: 16px;
    }

    .lows-area .lows-content-box .taps p img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        margin-left: 0;
    }

    .lows-area .lows-content-box ul li {
        font-size: 13px;
        line-height: 18px;
    }
    .lows-area .lows-content-box ul li::before{
        top: 6px;
    }

    .lows-area .lows-content-box .base-switching-button {
        margin: 24px 0;
    }

    .lows-area .lows-content-box .bottom-p {
        font-size: 14px;
        line-height: 20px;
    }

    .lows-area .lows-content-two .lows-title {
        margin-bottom: 16px;
    }
    .lows-area .lows-content-two ul li{
        font-size: 14px;
        line-height: 20px;
    }
    .lows-area .lows-content-two ul li:not(:last-child) {
        margin-bottom: 16px;
    }
}

@media (max-width: 580px) {
    .lows-area .lows-content {
        padding: 20px 13px 16px;
        margin-bottom: 20px;
        border-radius: 20px;
    }
    .lows-area .lows-content .video-box{
        flex-direction: column;

    }
    .lows-area .lows-content-box .swiper-wrapper>div {
        width: 100%;
        padding: 10px;
    }
    .lows-area .lows-content .left-video, .right-video{
        max-width: 100%;
    }
    .lows-area .lows-content .right-video{
        margin-left: 0;
        margin-top: 30px;
    }

    .lows-area .lows-content-box .lows-content-right {
        margin-left: 0;
    }

    .lows-area .lows-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .lows-area .lows-title::before {
        width: 5px;
        height: 16px;
        margin-right: 10px;
    }

    .lows-area .lows-content .base-p {
        margin-bottom: 17px;
    }

    .lows-area .lows-content-box h4 {
        align-items: flex-start;
        margin: 15px 0 16px;
    }

    .lows-area .lows-content-box ol li {
        font-size: 14px;
    }

    .lows-area .lows-content-box ol li:last-child {
        margin-bottom: 17px;
    }

    .lows-area .lows-content-box p {
        margin-left: 0;
        margin-bottom: 6px;
    }

    .lows-area .lows-content-box ul li {
        margin: 0;
    }

    .lows-area .lows-content-box ul li:not(:last-child) {
        margin-bottom: 6px;
    }
}


/* lows-area end */

/* updates */
.updates-switch {
    max-width: 994px;
    padding: 4px;
    border-radius: 12px;
    border: 1px solid #E6E7EA;
    background: #FFF;
    margin: 0 auto;
}

.updates-switch li {
    flex: 1;
    height: 56px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.updates-switch li.active {
    border-radius: 10px;
    background: linear-gradient(88deg, #F3F 0%, #F73 100%), #080B29;
    color: #fff;
}

.content-box {
    position: relative;
    height: fit-content;
}

.content-box {
    position: relative;
    height: fit-content;
}

.updates-content {
    border-radius: 30px;
    padding: 60px 100px 78px;
    margin-top: 40px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    border: 1px solid rgba(8, 11, 41, 0.10);
}

.updates-content:not(.updates-content-one) {
    padding-bottom: 60px;
}

.updates-content.active {
    z-index: 1;
    position: relative;
    opacity: 1;
}

.updates-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.updates-content h3 img {
    margin-right: 19px;
    width: 40px;
    height: 40px;
}

.swiper-box {
    justify-content: space-between;
    align-items: center;
}

.swiper-box .swiper-img {
    max-width: 560px;
    margin: 0;
}

.swiper-box .swiper-slide {
    text-align: center;
    border-radius: 12px;
    overflow: hidden;
}

.swiper-text {
    padding-top: 16px;
    position: relative;
    max-width: 522px;
   
}

.swiper-text .swiper-item {
    cursor: pointer;
    display: flex;
    color: #302846;
}

.swiper-text .swiper-item:not(:last-child) {
    margin-bottom: 40px;
}

.swiper-text .swiper-item.active {
    font-weight: 700;
}

.swiper-text .swiper-item span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    flex-shrink: 0;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    background: linear-gradient(135deg, #FFEBF5 0%, #FFF5EB 100%);
    color: #FF37F5;
    margin-right: 10px;
    z-index: 1;
    position: relative;
    transform: translateY(-1px);
}

.swiper-text .swiper-item.active span {
    color: #FFF;
    background: linear-gradient(180deg, #F854C2 0%, #FF711B 100%);
}

.swiper-text.long-text::before {
    height: 60%;
}

.swiper-text .swiper-item:not(:last-child) span::before {
    content: "";
    display: block;
    width: 2px;
    border-radius: 2px;
    height: 28px;
    background: #FF37F5;
    ;
    position: absolute;
    bottom: -6px;
    left: 14px;
    transform: rotate(180deg);
    transform-origin: 50% bottom;
}

.updates-trait {
    margin-top: 30px;
}

.updates-trait>div {
    flex: 1;
    border-radius: 16px;
    background: #FFFCEB;
    padding: 30px;
}

.updates-trait>div h4 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.updates-trait>div h4 img{
    margin-right: 8px;
}
.updates-trait>div ul li {
    font-size: 14px;

}

.updates-trait>.trait-right {
    background: #FFF1EB;
    margin-left: 24px;
}

.updates-trait li:not(:last-child) {
    margin-bottom: 5px;
}


.updates-trait .trait-right li::before {
    background: #FFB23C;
}

@media (max-width: 768px) {
    .updates-switch li {
        font-size: 14px;
        padding: 0 4px;
    }

    .swiper-box {
        width: 100%;
    }

    .updates-content:not(.updates-content-one){
        padding-bottom: 14px;
    }
    .updates-content h3 {
        font-size: 20px !important;
        line-height: 30px;
    }

    .updates-content h3 img {
        width: 22px;
        height: 22px;
        margin-bottom: 8px;
    }

    .swiper-box {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: unset;
    }

    .swiper-text {
        padding-top: 22px;
    }

    .swiper-text .swiper-item {
        font-size: 13px;
    }

    .swiper-text .swiper-item span {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    .swiper-box .swiper-img {
        width: 100%;
    }

    .swiper-text::before {
        top: 45px;
    }

    .swiper-text .swiper-item:not(:last-child) {
        margin-bottom: 26px;
    }

    .swiper-text .swiper-item:not(:last-child) span::before {
        height: 14px;
        left: 12px;

    }

    .updates-trait {
        margin-top: 30px;
    }

    .base-number:nth-of-type(2),
    .base-number:nth-of-type(3) {
        margin-top: 40px;
    }

}

@media (max-width: 580px) {
    .updates-switch {
        padding: 7px 5px;
    }

    .updates-trait {
        flex-direction: column;
    }
    .updates-trait>div h4{
        font-size: 16px;
        line-height: 24px;
    }
    .updates-trait>div {
        min-height: 120px;
        padding: 12px 33px;
    }

    .updates-trait>.trait-right {
        margin: 8px 0 0;
    }

    .updates-trait>div li {
        font-size: 14px;
    }

    .swiper-text::before {
        height: 60%;
    }

    .updates-switch li span {
        display: block;
        max-width: 90px;
        margin: 0 auto;
    }
}

@media (max-width: 360px) {
    .swiper-text .swiper-item {
        font-size: 12px;
    }
}

/* updates */

/* info-area */
.info-area {
    position: relative;
    padding-top: 140px;
}

.info-area .base-maxwidth {
    position: static;
}

.info-area .software {
    margin: 140px 0;
    border-radius: 32px;
    border: 1px solid rgba(8, 11, 41, 0.10);
    background: #FFF;
}

.info-area .software .top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    background: #F0F7FF;
    padding: 80px 0;
}

.info-area .software .top .left {
    max-width: 580px;
    margin-right: 24px;
}

.info-area .software .top .right {
    max-width: 610px;
}

.info-area .software .top .right .toplogo {
    color: #080B29;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 6px;
}

.info-area .software .top .right .toplogo img {
    width: 32px;
    margin-right: 10px;
}

.info-area .software .top .right .right-title {
    color: #080B29;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 20px;
}

.info-area .software .top .right ul {
    margin-bottom: 30px;
}

.info-area .software .top .right ul li {
    padding-left: 14px;
    margin-bottom: 10px;
    position: relative;
}

.info-area .software .top .right ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #080B29;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.base-switching-button .product-button {
    display: flex;
}

.base-switching-button .buy-button .button {
    background: none;
    border-radius: 12px;
    border: 2px solid #F3F;
    color: #F3F;
}

.base-switching-button .buy-button .button .svgs {
    width: 24px;
    height: 24px;
    background: url(https://images.anyrecover.com/anyrecoveren/assets/ios_17_release/shop-path-buynew.svg) no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}

.base-switching-button .buy-button .button:hover {
    background: linear-gradient(88deg, #F0F 0%, #F50 100%);
    border: none;
    color: #FFF
}

.base-switching-button .buy-button .button:hover .svgs {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/ios_17_release/shop-path-buynew-hover.svg) no-repeat;
    background-size: 100% 100%;
}

.base-switching-button .button svg {
    margin-left: 10px;
}

.base-switching-button .download-button .button {
    border-radius: 12px;
    background: linear-gradient(88deg, #F3F 0%, #F73 100%);
    color: #FFF;
    border: none;
}

.base-switching-button .download-button .button:hover {
    background: linear-gradient(88deg, #F0F 0%, #F50 100%);

}

@media (max-width: 768px) {
    .base-switching-button .product-button {
        flex-direction: column;
        align-items: center;

    }

    .base-switching-button .buy-button {
        margin: 24px auto 0;
    }
}

.info-area .software .bottom {
    padding: 32px 30px 10px;
}

.info-area .software .bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info-area .software .bottom ul li {
    width: 50%;
    padding-left: 14px;
    position: relative;
    margin-bottom: 20px;
}

.info-area .software .bottom ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #080B29;
    position: absolute;
    left: 0;
    top: 8px;
}

.info-area .while {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.info-area .buy-button-go {
    margin: 30px 0 20px;
    justify-content: center;
}


.info-area .while .item {
    width: 318px;
    /* height: 368px; */
    padding: 10px 10px 20px;
    border-radius: 20px;
    border: 1px solid rgba(8, 11, 41, 0.10);
    background: #FFF;
    margin-bottom: 24px;
}
.info-area .while .item a{
    text-decoration: underline;
}

.info-area .while-bottom {
    text-align: center;
}

.info-area .while .item .top {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.info-area .while .item .top .top-two {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 16px;
    background: linear-gradient(0deg, #EBF1FF 0%, #EBF1FF 100%), rgba(8, 11, 41, 0.80);
    width: 100%;
    height: 100%;
}

.info-area .while .item .top .top-two ul li {
    padding-left: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
}

.info-area .while .item .top .top-two ul li:not(:last-child) {
    margin-bottom: 10px;
}

.info-area .while .item .top .top-two ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #080B29;
    left: 4px;
    top: 6px;
}
.info-area .while .item .top .on-open{
    position: absolute;
    right:10px;
    bottom: 10px;
    display: none;
}
.info-area .while .item .top .top-two .on-close{
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}
@media (min-width: 993px) {
    .info-area .while .item .top:hover .top-two {
        opacity: 1;
        transition: all .5s linear;
    }
   
}
.info-area .while .item .top-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
.info-area .while .item .top .on-open{
    display: block;
}
}
@media (max-width: 768px) {
    .info-area {
        padding-top: 40px;
    }

    .info-area .while .item p {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .info-area .while .item .top-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin: 10px 0 6px;
    }

    .info-area .while-bottom {
        margin-top: 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .info-area .software {
        margin: 60px 0;
        border-radius: 20px;
    }

    .info-area .software .top {
        flex-direction: column;
        padding: 10px 10px 30px;
        border-radius: 20px;
    }

    .info-area .software .top .left {
        margin-right: 0;

    }

    .info-area .software .top .right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info-area .software .top .right .toplogo img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .info-area .software .top .right .toplogo {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .info-area .software .top .right .right-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
        text-align: center;
    }

    .info-area .software .top .right ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .info-area .software .top .right ul {
        margin-bottom: 14px;
    }

    .info-area .software .bottom ul li {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .info-area .software .bottom {
        padding: 16px 10px 0;
    }
}
@media (max-width: 580px) {
.info-area .while{
    justify-content: space-around;
}
.info-area .while .item{
    margin-bottom: 20px;
}
}
/* info-area */

/* faqs */
.faqs {
    padding: 140px 0
}

.faqs h2 {
    color: #080B29;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 30px;
}

.faqs .box {
    display: flex;
    justify-content: center
}

.faqs .rt {
    width: 888px;
}



.faqs .rt .faqs-list .faqs-item {
    border-bottom: 1px solid #D8DAE6;
    width: 100%;
    padding: 10px 0;
}

.faqs .rt .faqs-list .faqs-item .faqs-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 20px 0;
    cursor: pointer;
    width: 100%;
}

.faqs .rt .faqs-list .faqs-item h4 {
    font-size: 18px;
    font-weight: 700;
    flex: 1;
}

.faqs .rt .faqs-list .faqs-item svg {
    transition: all linear .2s;
    margin-left: 4px;
}

.faqs .rt .faqs-list .faqs-item.active svg {
    transform: rotate(90deg)
}

.faqs .rt .faqs-list .faqs-item .faqs-answer {
    color: #080B29;
}

.faqs .rt .faqs-list .faqs-item .faqs-answer p {
    margin-bottom: 12px
}

.faqs .rt .faqs-list .faqs-item ul {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
}

.faqs .rt .faqs-list .faqs-item ul li {
    padding-left: 20px;
}

.faqs .rt .faqs-list .faqs-item ul li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    border-radius: 3px;
    background: #333;
    vertical-align: middle;
    margin-bottom: 2px;
}

@media (max-width: 768px) {
    .faqs {
        padding: 60px 0
    }

    .faqs h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .faqs .rt{
        width: 100%;
    }
    .faqs .box {
        flex-direction: column;
        justify-content: center
    }
    .faqs .rt .faqs-list .faqs-item{
        padding: 2px 0;
    }
    .faqs .rt .faqs-list .faqs-item .faqs-title{
        padding: 12px 0
    }
    .faqs .rt .faqs-list .faqs-item h4{
        font-size: 16px;
    }
    .faqs .rt .faqs-list .faqs-item .faqs-answer p{
        font-size: 14px;
        line-height: 20px;
    }
}

/* faqs */
/* what-makes */

.what-makes {
    padding: 140px 0;
    background: linear-gradient(135deg, #FF4DFF 0%, #FF884D 100%), linear-gradient(135deg, #FFE5F7 0%, #FFEBE0 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;
    border: #4858EC;
}

.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 .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
    }
}

@media (max-width: 768px) {
    .what-makes {
        padding: 60px 0
    }
}

/* what-makes */