.container {
    max-width: 1210px;
}
.base-switching-button .button svg {
    margin: 0 12px 0 0;
}
body main {
    color: #000000;
    line-height: 1.4;
    overflow: hidden;
}
h2 {
    color: #080B29;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}
h2 + p {
    max-width: 1010px;
    margin: 0 auto 60px;
}
h2 + p a {
   color: #4858EC;
}
h2 + p a:hover {
    color: #4858EC;
}
.sheen-box .base-switching-button .version-switching-icon {
    opacity: 1;
}
.base-switching-button .version-switching-icon use {
    color: #000000;
}
.base-switching-button .version-switching-icon:hover use, .base-switching-button .version-switching-icon.active use {
    color: #4858EC;
}
#star-reviews .msg {
    font-size: 14px;
    color: #4276FF;
    display: none;
}
.base-switching-button .button {
    font-weight: bold!important;
}

.base-switching-button .banner-available-star .base-version-switching {
    margin-right: 0;
}
#star-reviews {
    margin-left: 34px;
}
#star-reviews .num {
    margin-left: 0;
    margin-right: 20px;
}
.top-banner {
    position: relative;
    padding: 100px 0 50px;
    background: url("../png/top-banner-bg.png") no-repeat 0 0 / 100%;
}
.top-banner .banner-right-bg span {
    content: '';
    display: inline-block;
    width: 154px;
    height: 154px;
    background: url(../png/start-icon.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.top-banner .banner-right-bg iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.top-banner .container {
    max-width: 1320px;
}
.top-banner-imgsa {
    margin: 0 0 16px;
    display: flex;
    align-items: center;
}
.top-banner-imgsa .tb-pic2 {
    max-width: 103px;
}
.top-banner-imgsa .tb-pic1 {
    max-width: 149px;
    margin-right: 10px;
}

/* .top-banner .base-switching-button .product-button .download-button {
    margin-right: 24px;
} */

.top-banner p.logo {
    margin-bottom: 16px;
}

.top-banner h1 {
    max-width: 580px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin: 0 0 30px;
}

.top-banner h1 span {
    background: linear-gradient(to right, #6674FA, #4E5DEF);
    -webkit-background-clip: text;
    color: transparent;
}

.top-banner .top {
    display: flex;
    align-items: center;
}

.top-banner .top ul {
    margin-bottom: 48px;
}

.top-banner .top li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
}

.top-banner .top li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #4858EC;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 100%;
}

.top-banner .more-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 37px;
}

.top-banner .more-video picture {
    margin-right: 16px;
}

.top-banner .more-video a {
    color: #4276FF;
}

.top-banner .right.small {
    display: none;
}

.top-banner .left,
.top-banner .right {
    width: 50%;
}
.top-banner .left .right {
    display: none;
}
.top-banner .right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.top-banner .banner-right-bg {
    position: relative;
    margin-bottom: 20px;
}


.top-banner .to-youtube {
    font-weight: 700;
    text-decoration: underline;
    color: #080B29;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.top-banner .to-youtube:hover {
    color: #4858EC;
}

.top-banner .to-youtube svg {
    margin-right: 8px;
}

.top-banner .to-youtube:hover svg path {
    fill: #4858EC;
}

.top-banner .to-youtube:hover svg rect {
    stroke: #4858EC;
}


.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: 20px 0;
    margin-top: 100px;
}

.top-banner .medialogo li {
    width: 176px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-banner .medialogo li img {
    width: 100%;
    height: 100%;
    max-height: 46px;
}

.top-banner .medialogo {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}



.what-can {
    padding: 100px 0 0;
}
.what-can .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.what-can ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.what-can li {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 98px;
    margin-bottom: 50px;
}
.what-can li picture {
    margin-bottom: 12px;
}
.what-can .lt {
    max-width: 690px;
    width: 100%;
    flex-shrink: 0;
    padding: 40px 20px 10px;
    border-radius: 16px;
    background: linear-gradient(111deg, rgba(135, 147, 252, 0.20) 0%, rgba(148, 210, 255, 0.20) 100%);
    margin-right: 20px;
}

.what-can .lt li {
    min-width: 162px;
}
.what-can .lt picture {
    max-width: 44px;
}
.what-can .rt {
    flex: 1;
    border-radius: 16px;
    background: #ECF6FF;
    padding: 40px 30px 0px;
}
/* .what-can .rt ul {

} */
.what-can .rt li {
    min-width: 130px;
}
.what-can .rt ul picture {
    max-width: 50px;
}
.what-can h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
}
.down-box {
    margin: 40px auto 0;
}
.down-box a {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 56px;
    background: #4858EC;
    border-radius: 12px;
    margin: 0 auto 24px;
}
.down-box p {
    display: flex;
    justify-content: center;
    align-items: center;
}
.down-box p svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}



.recovering {
    padding: 100px 0 0;
}
.recovering .box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    color: #080B29;
}
.recovering .box .lt {
    border-radius: 8px;
    border: 1px solid rgba(92, 108, 255, 0.20);
    background: #EDF7FF;
}
.recovering .box .rt {
    border-radius: 8px;
    border: 1px solid rgba(137, 94, 255, 0.20);
    background: #F6F3FF;
}
.recovering .box .lt,
.recovering .box .rt {
    max-width: 560px;
    width: 100%;
}
.recovering .box h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 24px 0 17px;
}
.recovering ul {
    padding: 0 30px 24px;
}
.recovering li {
    display: flex;
    align-items: baseline;
    margin: 0 0 16px;
    text-align: left;
}
.recovering li b {
    display: contents;
}
.recovering li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    flex-shrink: 0;
    background: #080B29CC;
    margin-right: 13px;
    transform: translateY(-3px);
    border-radius: 100%;
}
.recovering li a {
    display: contents;
    color: #4858EC;
}


.recovering .conclusion {
    position: relative;
    color: #FFF;
    text-align: left;
    width: 1180px;
    height: 491px;
    padding: 102px 170px 102px 279px;
    margin: 100px auto 0;
    background: url("../png/conclusion-bg.png") no-repeat 0 0 / 100%;
}
.recovering .conclusion b {
    display: inline-block;
    font-size: 36px;
    margin-bottom: 10px;
}
.recovering .conclusion p {
    font-size: 18px;
    margin: 0 0 10px;
}

.recovering .down-box a {
    width: 299px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(0deg, #FFDA56 0%, #FFDA56 100%), #FFF;
    color: #000000;
    margin-bottom: 16px;
}
.recovering .down-box p svg {
    color: #ffffff;
}
.recovering .down-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px auto 0;
}


.efficient-swiper {
    padding: 100px 0 0;
}
.efficient-swiper h2 {
}
.efficient-swiper .img {
    max-width: 480px;
    width: 100%;
    margin: 0 120px 0 0;
}
.efficient-swiper .img img{
    border-radius: 24px;
}
.efficient-swiper .efficient-swiper-pagination {
    display: flex;
    justify-content: center;
    position: relative;
}
.efficient-swiper .efficient-swiper-pagination .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 8px;
    background: #4858EC;
    transition: width 3s ease-in-out;
}
:root{
    --index:0;
}

.efficient-swiper .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
    color: #666;
    position: relative
}
.efficient-swiper .efficient-swiper-pagination li {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    height: 132px;
    white-space: nowrap;
    flex-direction: column;
    width: 20%;
}
.efficient-swiper .efficient-swiper-pagination li div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(72, 88, 236, 0.16);
}
.efficient-swiper .efficient-swiper-pagination li svg {
    width: 44px;
    height: 44px
}
.efficient-swiper .efficient-swiper-pagination li p {
    margin-top: 10px;
    font-size: 18px;
    color: #080B29;
}
.efficient-swiper .efficient-swiper-pagination .swiper-pagination-bullet-active p{
    position: relative;
    color: #4858EC;
}
.efficient-swiper .swiper-slide {
    background: #fff;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.efficient-swiper .swiper-content {
    display: flex;
    align-items: center;
    margin: 45px 0 0;
    text-align: left;
}
.efficient-swiper .swiper-content h3 {
    color: #080B29;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}
.efficient-swiper .swiper-content p {
    color: #080B29;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.efficient-swiper .swiper-content p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: url(../png/efficient_circle.png);
    background-size: contain
}
.efficient-swiper .swiper-content p svg{
    margin-left: 8px;
}
.efficient-swiper .swiper-button-prev,.efficient-swiper .swiper-container-rtl .swiper-button-next {
    display: none
}

.efficient-swiper .swiper-button-next,.efficient-swiper .swiper-container-rtl .swiper-button-prev {
    display: none
}

@media (max-width: 1024px) {
    .efficient-swiper h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .efficient-swiper .swiper-content h3 {
        margin:0 0 20px
    }
    .efficient-swiper .swiper-content .base-switching-button {
        margin-top: 30px
    }
    .efficient-swiper .img {
        margin-right: 20px
    }

    .efficient-swiper .efficient-swiper-pagination::after{
        bottom: 3px;
    }
    .efficient-swiper .overflow-box {
        overflow: auto;
        padding: 0 0 7px;
    }
    .efficient-swiper .efficient-swiper-pagination {
        justify-content: flex-start;
    }
    .efficient-swiper .efficient-swiper-pagination li {
        margin-top: 10px;
        height: auto;
        padding-bottom: 10px;
    }
    .efficient-swiper .swiper-slide{
        padding: 0 20px;
        height: 1px;
    }
    .efficient-swiper .swiper-slide-active{
        height: auto;
    }
    .efficient-swiper .swiper-content {
        flex-direction: column;
        margin-top: 30px;
    }
    .efficient-swiper .swiper-content h3{
        width: 100%;
        font-size: 20px;
        text-align: left;
    }
    .efficient-swiper .swiper-content p{
        display: block;
        font-size: 14px;
    }
    .efficient-swiper .img {
        margin: 0 0 30px
    }
    .efficient-swiper .img img{
        border-radius: 16px;
    }
    .efficient-swiper {
        padding: 60px 0 0;
    }
    .efficient-swiper h3 {
        text-align: center
    }
    .efficient-swiper .efficient-swiper-pagination li div{
        width: 48px;
        height: 48px;
        border-radius: 9px;
    }
    .efficient-swiper .efficient-swiper-pagination li svg{
        transform: scale(0.8);
    }
    .efficient-swiper .efficient-swiper-pagination li p{
        font-size: 12px;
        text-align: center;
    }

    .efficient-swiper h2 {
        margin-bottom:30px
    }
    .efficient-swiper .efficient-swiper-pagination::after{
        display: none;
    }
    .efficient-swiper .efficient-swiper-pagination li {
        width: 90px;
        margin: 0 10px!important
    }
    .efficient-swiper .efficient-swiper-pagination {
        display: inline-flex;
        border-bottom: none;
    }
}


.reviews-of {
    padding: 100px 0 0 ;
}
.reviews-of .container {
    max-width: 1230px;
}
.reviews-of .swiper1 {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
    height: 257px;
    overflow: hidden;
    margin: 0 10px 20px;
}
.reviews-of  h4 {
    color: #080B29;
    font-size: 20px;
    font-weight: bold;
    margin: 32px 0 0 ;
}
.reviews-of .swiper1 .swiper-wrapper {
    height: auto;
}
.reviews-of .swiper1 .swiper-pagination {
    position: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 35px;
    cursor: pointer;
    max-width: 837px;
}
.reviews-of .swiper1 .swiper-pagination .item {
    opacity: 0.5;
}
.reviews-of .swiper1 .swiper-pagination .item picture {
    height: 60px;
}
.reviews-of .swiper1 .swiper-pagination .item picture img {
    height: 100%;
}
.reviews-of .swiper1 .swiper-pagination .item.active {
    opacity: 1;
}
.reviews-of .swiper1 .swiper-pagination .swiper-slide {
    position: relative;
}
.reviews-of .swiper1 .swiper-slide:before,
.reviews-of .swiper1 .swiper-slide:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: url("../png/quotation-icon-1.png") no-repeat 0 0 / 100%;
    position: absolute;
    top: 0;
}
.reviews-of .swiper1 .swiper-slide:before {
    left: 60px;
    transform: translateY(-100%);
}
.reviews-of .swiper1 .swiper-slide:after {
    right: 60px;
    transform: translateY(100%);
    background: url("../png/quotation-icon-2.png") no-repeat 0 0 / 100%;
}
.reviews-of .box + p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 42px 0 0 ;
    text-decoration: underline;
}
.reviews-of .box + p svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.reviews-of .box + p a {
    color: #000000;
}


.reviews-of .bottom {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.reviews-of .lt,
.reviews-of .rt {
    max-width: 580px;
    width: 100%;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
    margin: 0 10px;
}
.reviews-of .lt {
    padding: 32px 60px 28px;
}
.reviews-of .swiper2 {
    /* min-height: 358px; */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.reviews-of .swiper2 h4 {
    margin: 0 auto 28px;
}
.reviews-of .swiper2 .swiper-wrapper {
    /* flex: 1; */
}
.reviews-of .youtube-video {
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.reviews-of .swiper2 .swiper-slide {
    height: auto;
}
.reviews-of .swiper2 .control {
    display: flex;
    flex-direction: column;
}
.reviews-of .control .bt {
    display: flex;
    justify-content: flex-end;
}
.reviews-of .control .bt svg {
    margin: 0 8px;
}
.reviews-of .swiper2 .swiper-pagination {
    font-size: 0;
    margin: 12px 0 0;
}
.reviews-of .swiper2 .swiper-pagination-bullet {
    background: #00000033;
    opacity: 1;
    margin: 0 8px;
}
.reviews-of .swiper2 .swiper-pagination-bullet-active {
    background: #4858EC;
}
.reviews-of .swiper2 .swiper-pagination,
.reviews-of .swiper2 .swiper-button-next,
.reviews-of .swiper2 .swiper-button-prev {
    position: unset;
}
.reviews-of .swiper2 .swiper-button-next,
.reviews-of .swiper2 .swiper-button-prev {
    background: none;
    width: 24px;
    height: 24px;
}
.reviews-of .swiper2 svg:hover circle {
    fill: #4858EC;
}
.reviews-of .swiper2 svg:hover path {
    stroke: #ffffff;
    stroke-opacity: 1;
}
.reviews-of .swiper2 .swiper-button-next {
    transform: rotate(180deg);
}
.reviews-of .lt iframe {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}


.reviews-of .rt {
    padding: 32px 40px 28px 68px;
}
.reviews-of .rt h4 {
    margin: 0 0 32px;
}

.reviews-of .reviews {
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FAFAFF;
    padding: 20px 24px 20px 38px;
    text-align: left;

}
.reviews-of .reviews:first-child {
    margin: 0 0 20px;
}
.reviews-of .reviews .msg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.reviews-of .stars {
    margin: 0 0 12px;
}
.reviews-of .stars svg {
    width: 20px;
    height: 20px;
}
.reviews-of .reviews .msg + p {
    font-size: 13px;
}
.reviews-of .reviews picture {
    position: absolute;
    max-width: 54px;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
}


/* updates */
.updates-switch {
    max-width: 1140px;
    border-bottom: 1px solid rgba(72, 88, 236, .2);
    margin: 0 auto 44px;
}
.updates-switch li {
    flex: 1;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #080B29;
    opacity: .4;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 28px;
}
.updates-switch li.active {
    color: #4858EC;
    opacity: 1;
}
.updates-switch li.active::before {
    content: "";
    display: block;
    max-width: 262px;
    width: 100%;
    height: 4px;
    background: #4858EC;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}
.content-box {
    position: relative;
    height: fit-content;
}
.content-box .title{
    margin-top: 60px;
    color: #06223D;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.content-box .sub-title{
    margin: 10px auto;
    max-width: 1220px;
    color: #06223D;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
}
.updates-content {
    width: 100%;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0;
    text-align: left;
}
.updates-content:not(.updates-content-one) {
    padding-bottom: 48px;
}
.updates-content.active {
    z-index: 1;
    position: relative;
    opacity: 1;
}
.swiper-box {
    justify-content: flex-end;
    flex-flow: row-reverse;
    margin-bottom: 20px;
}
.swiper-box .swiper-img {
    max-width: 580px;
    margin: 0;
}
.swiper-text {
    position: relative;
    max-width: 600px;
    height: 100%;
    margin-left: 40px;
}
.swiper-text .swiper-item {
    min-height: 30px;
    cursor: pointer;
    display: flex;
    color: #302846;
    position: relative;
}
.swiper-text .swiper-item:not(:last-child) {
    padding-bottom: 30px;
}
.swiper-text .swiper-item .step-first {
    color: #06223D;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.swiper-text .swiper-item .step-last {
    margin-top: 10px;
    color: #06223D;
    font-size: 16px;
    line-height: 24px;
}
.swiper-text .swiper-item .step-last a {
    color: #4858EC;
}
/* .swiper-text .swiper-item.active .step p:first-child { */
.swiper-text .swiper-item.active .step-first {
    color: #4858EC;
}
.swiper-text .swiper-item span {
    margin-right: 20px;
    line-height: 22px;
    z-index: 1;
    position: relative;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}
.swiper-text .swiper-item span svg {
    color: #D9D9D9;
}
.swiper-text .swiper-item.active span svg {
    color: #4858EC;
}
.swiper-text .swiper-item.active span {
    border-radius: 50%;
    background: rgba(72, 88, 236, 0.30);
    border: 1px solid #4858EC;
    color: #4858EC;
}
.swiper-text .swiper-item .step {
    flex: 1;
}
.swiper-text::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 20px);
    background: url(https://images.imyfone.com/tw/assets/activity/ios-17/dotted-line.svg);
    position: absolute;
    top: 20px;
    left: 10px;
}
.swiper-text .swiper-item::before {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background: #4858EC;
    position: absolute;
    top: 20px;
    left: 10px;
    transform: rotate(180deg);
    transition: height 0s;
    z-index: 11;
}
.swiper-text .swiper-item.curr::before {
    height: calc(100% + 10px);
}
.swiper-text .swiper-item.active::before {
    height: calc(100% - 14px);
    transition: height 3s;
}
.swiper-text .swiper-item:last-child.active::before {
    height: 100%;
    transition: height 3s;
}
.swiper-text .swiper-item:last-child::before {
    background: #ffffff!important;
    height: 100%;
}


@media (max-width: 1024px) {
    .updates-switch li {
        align-items: self-start;
        font-size: 12px;
        padding: 0 4px 5px;
    }
    .swiper-box {
        width: 100%;
    }
    .updates-content {
        border-radius: 12px;
    }
    .updates-content h3 {
        flex-direction: column;
        text-align: center;
        font-size: 20px;
        max-width: 270px;
        margin: 0 auto 16px;
    }
    .updates-content h3 img {
        width: 22px;
        height: 22px;
        margin-bottom: 8px;
    }
    .swiper-box {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: unset;
        padding: 0 10px;
    }
    .swiper-box .swiper-img {
        width: 100%;
        max-width: 100%;
    }


    .base-number:nth-of-type(2),
    .base-number:nth-of-type(3) {
        margin-top: 40px;
    }
    .content-box {
        border-radius: 12px;
    }
    .content-box .title{
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px
    }
    .content-box .sub-title{
        font-size: 14px;
        margin: 5px auto;
    }

    .updates-switch {
        margin: 0 auto 20px;
    }
    .updates-switch li span {
        display: block;
        max-width: 90px;
        margin: 0 auto;
    }
    .swiper-text .swiper-item:not(:last-child){
    }
    .swiper-text .swiper-item .step-first {
        margin-top: 0;
        font-size: 18px;
    }
    .swiper-text .swiper-item .step-last {
        margin-top: 5px;
        font-size: 14px;
    }
    .swiper-text .swiper-item span{
        margin-right: 10px;
    }
}
/* updates */


/* updates-area start */
.updates-area {
    padding: 100px 0 0;
}
.updates-area .down-box p {
    color: rgba(8, 11, 41, 0.70);
}
/*
.updates-area h3 {
    margin-bottom: 24px;
}

 .updates-area .updates-title {
    display: flex;
    align-items: center;
}
.updates-area .updates-title img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.updates-area .updates-item {
    border-radius: 14px;
    border: 2px solid #E6E6E6;
    margin-bottom: 14px;
    padding: 0 24px;
    transition: height .3s;
    position: relative;
}
.updates-area .updates-item:hover {
    background: #DFFBFF;
    border: 2px solid transparent;
}
.updates-area .updates-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    padding: 14px 0;
}
.updates-area .updates-desc {
    display: none;
    height: 0;
    opacity: 0;
    padding-left: 24px;
    transition: height .3s, color .3s, opacity .1s;
}
.updates-area .updates-desc li {
    position: relative;
}
.updates-area .updates-desc li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2e2e2e;
    transform: translate(-13px, -4px);
}
.updates-area .updates-title::after {
    width: 14px;
    height: 14px;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://images.imyfone.com/tw/assets/activity/ios-17/news-close.png) no-repeat center/contain;
} */
/* .updates-area .updates-item.active {
    background: #DFFBFF;
    border: 2px solid transparent;
    padding: 34px 30px 30px;
    border-radius: 20px;
}
.updates-area .updates-item.active .updates-title {
    padding-top: 0;
}
.updates-area .updates-item.active .updates-desc {
    display: block;
    height: auto;
    opacity: 1;
    line-height: 22px;
}
.updates-area .updates-item.active .updates-title::after {
    width: 26px;
    height: 26px;
    right: -6px;
    top: -10px;
    transform: translateY(0);
    background: url(https://images.imyfone.com/tw/assets/activity/ios-17/news-open.png) no-repeat center/contain;
}
.updates-area .updates-item.active .updates-desc.base-flex {
    flex-direction: column;
}
.updates-item .base-switching-button.ios-content-button {
    align-items: flex-start;
}
.updates-item .base-switching-button.ios-content-button .flex-position:first-child {
    margin: 20px 0 10px;
}
.updates-item .base-switching-button.ios-content-button .product-button:first-child a {
    margin-right: 10px;
}
.updates-item .base-switching-button.ios-content-button .product-button svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.updates-area .updates-idea .swiper-wrapper {
    align-items: center;
}
.updates-area .updates-idea .swiper-slide {
    justify-content: center;
    align-items: center;
}
.updates-area .updates-idea .swiper-button-prev,
.updates-area .updates-idea .swiper-button-next {
    width: 48px;
    height: 48px;
    background: rgb(241, 242, 246);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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 {
    background: linear-gradient(to bottom right, rgba(255, 160, 246, .5), rgba(233, 40, 149, 1));
}
.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 {
    margin-right: 70px;
    max-width: 380px;
}
.updates-area .idea-right h4 {
    align-items: center;
    margin-bottom: 22px;
    font-size: 24px;
}
.updates-area .idea-right h4 span {
    position: relative;
    margin-left: 10px;
}
.updates-area .idea-right h4 span::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background: linear-gradient(90deg, #F753C4 0%, #FF7213 100%);
    opacity: .4;

}
.updates-area .idea-right li {
    padding-left: 42px;
    margin-bottom: 20px;
}
.updates-area .idea-right li:last-child {
    margin-bottom: 0;
}
.updates-area .idea-right li span {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    background: #FED6FF;
    margin-right: 8px;
}
.idea-right .base-switching-button.ios-content-button .flex-position:first-child {
    margin: 30px 0;
} */

@media (max-width: 1024px) {
    .updates-switch li.active::before {
        bottom: 0px;
    }
    .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: 22px;
        height: 22px;
        margin-bottom: 8px;
    }
    .updates-area .swiper-box {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: unset;
        padding: 0 10px;
    }
    .updates-area .swiper-text {
        margin: 20px 0 0;
    }
    .updates-area .base-number:nth-of-type(2),
    .updates-area .base-number:nth-of-type(3) {
        margin-top: 40px;
    }

    .updates-area .updates-switch {
        padding: 0px 5px;
    }
    .product-video {
        margin: 20px auto 0;
        text-align: left;
        line-height: 20px;
    }
    .product-video img,
    .product-video .text {
        flex: 1;
        color: #06223D;
        font-size: 14px;
    }
    /* .updates-area .updates-item.active {
        padding: 30px 24px 16px 18px;
    }
    .updates-area .updates-title {
        font-size: 16px;
    }
    .updates-area .updates-desc {
        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 .idea-right li {
        padding-left: 0;
    }
    .updates-area .updates-idea .idea-left {
        margin: 24px auto 0;
    }
    .updates-area .updates-idea .idea-left,
    .updates-area .updates-idea .idea-left img {
        max-width: 100%;
    }
    .idea-right .base-switching-button.ios-content-button .flex-position:first-child {
        margin-bottom: 0;
    }
    .updates-area .updates-idea .swiper-btns {
        height: 48px;
        width: 180px;
        display: flex;
        justify-content: space-between;
        margin: 30px auto 0;
        position: relative;
    }
    .updates-area .updates-idea .swiper-button-prev,
    .updates-area .updates-idea .swiper-button-next {
        top: unset;
        bottom: 0;
    }
    .updates-item .base-switching-button.ios-content-button .product-button a {
        width: 120px;
        height: 40px;
    }
    .updates-item .base-switching-button.ios-content-button .product-button:first-child a {
        margin-bottom: 0;
    }
    .updates-item .base-switching-button.ios-content-button .flex-position:first-child {
        flex-direction: row;
    }
     */
}

/* updates-area end */




.bottom-banner {
    color: #FFF;
    margin: 100px 0 0 ;
    padding: 100px 0;
    background: linear-gradient(111deg, #4951FF 0%, #4EAAFF 100%);
}
.bottom-banner h2 {
    color: #ffffff;
    margin: 0 0 24px;
}
.bottom-banner ul {
    font-size: 18px;
    max-width: 511px;
}
.bottom-banner ul li {
    margin: 0 0 10px;
}
.bottom-banner .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.lt-pic1 {
    max-width: 198px;
    margin: 0 0 40px;
}
.lt-pic2 {
    max-width: 613px;
}
.bottom-banner .rt {
    flex: 1;
    margin-left: 70px;
}
.bottom-banner .base-switching-button {
    margin: 40px 0 0 ;
}
.bottom-banner .button {
    border-radius: 12px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}
.bottom-banner .download-button .button {
    background: #FFDA56;
    color: #00040C;

    border: none;
}
.bottom-banner .button svg {
    margin: 0 0 0 12px;
}
.bottom-banner .bt-desc p {
    display: flex;
    align-items: center;
}
.bottom-banner .bt-desc p + p {
    font-weight: bold;
}
.bottom-banner .bt-desc p a {
    display: contents;
    color: #ffffff;
}
.bottom-banner .bt-desc p:first-child {
    margin: 0 0 16px;
}
.bottom-banner .bt-desc p svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.bottom-banner .bt-desc p picture {
    max-width: 124px;
    margin-left: 12px;
}

.helpful {
    padding: 100px 0;
}
.helpful h2 {
    max-width: 1180px;
    margin: 0 auto 60px;
    text-align: center;
}
.helpful h3 {
    display: flex;
    align-items: center;
    color: #080B29;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
.helpful .lt h3 {
    margin: 0 0px 32px 0;
}
.helpful .rt h3 {
    margin: 0 0px 16px 0;
}
.helpful .rt h3 + p {
    margin: 0 0 32px;
}
.helpful .rt h3 + p span {
    color: #4858EC;
}
.helpful .lt h3 svg {
    margin: 0 4px 0px 0;
}
.helpful .rt h3 svg {
    margin: 0 10px 0px 0;
}
.helpful .lt {
    margin-right: 80px;
}
.helpful .lt .more {
    color: #4858EC;
    font-size: 18px;
    font-weight: bold;
}
.helpful .lt ul li {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}
.helpful .box {
    display: flex;
    justify-content: center;
}
.helpful .video-box {
    display: flex;
    align-items: flex-end;
}
.helpful .product-video:before {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Imljb25fcGxheSI+CjxnIGlkPSJFbGxpcHNlIDI0MDgiPgo8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyMCIgZmlsbD0iIzRCNUFFNCIvPgo8Y2lyY2xlIGN4PSIyNCIgY3k9IjI0IiByPSIyMS42NjY3IiBzdHJva2U9IndoaXRlIiBzdHJva2Utb3BhY2l0eT0iMC44IiBzdHJva2Utd2lkdGg9IjMuMzMzMzMiLz4KPC9nPgo8cGF0aCBpZD0iUG9seWdvbiAxNiIgZD0iTTMxLjUgMjIuNTU2NkMzMi42MTExIDIzLjE5ODEgMzIuNjExMSAyNC44MDE5IDMxLjUgMjUuNDQzNEwyMS41IDMxLjIxNjlDMjAuMzg4OSAzMS44NTg0IDE5IDMxLjA1NjUgMTkgMjkuNzczNUwxOSAxOC4yMjY1QzE5IDE2Ljk0MzUgMjAuMzg4OSAxNi4xNDE2IDIxLjUgMTYuNzgzMUwzMS41IDIyLjU1NjZaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=") no-repeat 0 0 / 100%;
}
.helpful .item.active .product-video:before {
    display: block;
}
.helpful .product-video {
    position: relative;
    margin: 0;
}
.helpful .product-video + b {
    max-width: 231px;
}
.helpful .item {
    display: flex;
    flex-direction: column;
    width: 190px;
}
.helpful .item:not(:last-child) {
    margin-right: 10px;
}
.helpful .item.active {
    width: 300px;

}
.helpful .item.active picture {
    height: 169px;
}
.helpful .video-box picture {
    width: 100%;
    height: 107px;
    margin-bottom: 15px;
    overflow: hidden;
}


.faqs {
    background: rgba(72, 88, 236, 0.05);
    padding: 100px 0;
    text-align: center;
}
.faqs .lt {
    max-width: 237px;
    width: 100%;
    margin-right: 100px;
}
.faqs .rt {
    width: 100%;
    flex: 1;
    text-align: left;
}
.faqs .faqs-item:not(:last-child) {
    margin-bottom: 36px;
}
.faqs .faqs-answer p {
    color: rgba(0, 0, 0, 0.80);

    font-size: 14px;
}
.faqs .faqs-title h4 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.faqs .faqs-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    cursor: pointer;
}
.faqs .faqs-item.active .faqs-title {
    margin-bottom: 10px;
}
.faqs .faqs-title svg {
    flex-shrink: 0;
}
.faqs .faqs-item.active .faqs-title svg {
    transform: rotate(180deg);
    color: #4858EC;

}
.faqs .box {
    display: flex;

}
/* .faqs .box .lt {

} */
.faqs .lt picture {
    display: inline-block;
    max-width: 150px;
    margin-bottom: 15px;
}
.faqs .lt b {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.faqs .lt b + a {
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
}
.faqs .base-switching-button {
    margin: 40px 0 0 ;
}
.faqs .base-switching-button .product-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.faqs .base-switching-button .buy-button {
    margin: 16px 0 0;
}
.faqs .base-switching-button .button {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
}
.faqs .download-button .button {
    background: #4858EC;

    border: none;
}

@media (max-width: 1024px) {
    h2 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    h2 + p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    #spanstext-swiper {
        height: 40px;
    }

    .top-banner {
        padding: 50px 0 0px;
        background: linear-gradient(180deg, #DBE5FF 0%, rgba(255, 246, 240, 0) 100%);
    }

    .top-banner .left .banner-right-bg {
        display: block;
    }
    .top-banner .to-youtube {
        justify-content: center;
        margin: 0 0 13px;
    }
    .top-banner .top {
        flex-direction: column;
    }

    .top-banner .left {
        width: 100%;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top-banner .right {
        display: none;
    }
    .top-banner .left .right {
        display: block;
        width: 100%;
    }
    .top-banner h1 {
        max-width: unset;
    }
    .top-banner h1,
    #spanstext-swiper .swiper-slide {
        font-size: 28px;
        line-height: 40px;
        text-align: center;
    }
    .top-banner .banner-right-bg span {
        width: 80px;
        height: 80px;
        background-size: 100%;
    }
    .base-switching-button .base-version-switching {
        display: flex;
    }

    .base-switching-button .product-button {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* .top-banner .base-switching-button .product-button .download-button {
        margin: 0 0 20px;
    } */
    .base-switching-button .banner-available-star .base-version-switching,
    #star-reviews {
       margin: 5px 15px;
    }
    .base-switching-button .base-flex {
        justify-content: center;
    }
     #star-reviews .num {
        font-size: 14px;
    }
    .sheen-box .base-switching-button .version-switching-icon {
        margin-left: 20px;
    }
    .base-switching-button .banner-available-star {
        margin: 20px auto 0;
    }
    .top-banner .medialogo {
        margin: 60px 0 0;
    }
    .top-banner .medialogo li {
        margin: 5px;
        width: calc(50% - 10px);
        height: auto;
    }

    .what-can {
        padding: 60px 0 0;
    }

    .what-can .box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .what-can .lt,
    .what-can .rt {
        width: 100%;
        max-width: 100%;
    }

    .what-can .lt {
        margin:  0 0 10px;
    }
    .what-can .lt li {
        min-width: unset;
        width: calc(50% - 10px);
    }
    .what-can .rt ul {
        justify-content: space-around;
    }
    .what-can .rt li {
        min-width: unset;
        width: calc(33.33% - 10px);
    }
    .what-can .rt {
        padding: 40px 15px 0;
    }
    .down-box {
        margin: 30px 0 0;
    }
    .down-box a {
        font-size: 16px;
    }


    .recovering {
        padding: 60px 0 0;
    }
    .recovering .box {
        justify-content: center;
    }
    .recovering .box h4 {
        margin: 20px 0 16px;
    }
    .recovering ul {
        padding: 0 16px 40px;
    }
    .recovering .box .lt {
        margin: 0 0 10px;
    }
    .recovering .conclusion {
        margin: 20px auto 0;
    }
    .recovering .conclusion {
        max-width: 335px;
        width:100%;
        height: 545px;
        background: url(../png/conclusion-bg-m.png) no-repeat 0 0 / 100%;
        padding: 132px 45px 0;
    }
    .recovering .conclusion b {
        display: block;
        font-size: 24px;
        margin: 0 auto 16px;
        text-align: center;
    }
    .recovering .conclusion p {
        font-size: 14px;
    }
    .recovering .down-box {
        position: unset;
        transform: unset;
    }
    .recovering .down-box a {
        width: 100%;
    }

    .reviews-of {
        padding: 60px 0 0;
    }
    .reviews-of .swiper1 {
        margin: 0 0 17px;
        height: auto;
        padding: 30px 0 82px;
    }
    .reviews-of .swiper1 .swiper-slide,
    .reviews-of .swiper1 .swiper-pagination {
        display: block;
        padding: 0 20px;
    }
    .reviews-of h4 {
        margin: 0;
    }
    .reviews-of .swiper1 .swiper-slide:before {
        left: 20px;
    }
    .reviews-of .swiper1 .swiper-slide:after {
        top: unset;
        right: 20px;
    }
    .reviews-of .lt {
        padding: 30px 20px;
        margin:  0 0 17px;
    }
    .reviews-of .swiper2 .swiper-pagination {
        display: none;
    }
    .reviews-of .control .bt {
        justify-content: center;
        margin: 24px 0 0;
    }
    .reviews-of .rt {
        margin: 0;
        padding: 30px 16px 30px 44px;
    }
    .reviews-of .stars {
        margin: 0;
    }
    .reviews-of .reviews .msg + p {
        margin: 10px 0 0;
    }
    .reviews-of .box + p {
        margin: 26px 0 0;
    }

    .updates-area {
        padding: 60px 0 0 ;
    }
    .bottom-banner {
        padding: 60px 0;
        margin: 60px 0 0;
        text-align: center;
    }
    .bottom-banner .box {
        flex-direction: column;
    }
    .bottom-banner .buy-button {
        margin: 0;
    }
    .bottom-banner ul {
        font-size: 14px;
        max-width: unset;
    }
    .bottom-banner .lt {
        display: flex;
        flex-direction: column;
    }
    .bottom-banner picture {
        display: inline-block;
    }
    .bottom-banner .download-button {
        margin: 0 0 20px;
    }
    .bottom-banner .rt {
        margin: 26px 0 0;
    }
    .bottom-banner .button {
        margin: 0 auto 16px;
    }
    .bottom-banner .bt-desc p {
        justify-content: center;
    }
    .bottom-banner .bt-desc-p {
        margin-bottom: 12px;
    }

    .helpful {
        padding: 60px 0 0;
    }
    .helpful h2 {
        margin: 0 auto 30px;
    }
    .helpful .lt {
        margin: 0 0 60px;
    }
    .helpful .box {
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
    }
    .helpful .video-box {
        flex-direction: column;
        align-items: center;
    }
    .helpful .video-box picture {
        height: auto;
    }
    .helpful .item:not(:last-child) {
        margin: 0;
    }
    .helpful .item.active picture,
    .helpful .item,
    .helpful .item.active {
        width: auto;
        height: auto;
        margin: 0;
    }
    .helpful .lt ul li {
        font-size: 16px;
    }
    .helpful .product-video:before {
        display: block;
    }
    .helpful .product-video + b {
        max-width: 100%;
        text-align: left;
        margin: 12px 0 24px;
    }
    .faqs {
        padding: 60px 0;
    }
    .faqs .box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .faqs .lt {
        margin: 0 0 40px;
    }
}

@media (max-width: 768px) {
    .base-switching-button .base-version-switching {
        display: none;
    }
    
    .banner-available-star #star-reviews {
        margin: 0;
    }
}