.popup-fade-enter-active {
    animation: popup-fade-in .3s;
    transition: all .3s
}

.popup-fade-leave-active {
    animation: popup-fade-out .3s;
    transition: all .3s
}

.popup-up-enter-active {
    animation: popup-up-in .3s;
    transition: all .3s
}

.popup-up-leave-active {
    animation: popup-up-out .3s;
    transition: all .3s
}

@keyframes popup-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes popup-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes popup-up-in {
    0% {
        transform: translate3d(0,100%,0)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes popup-up-out {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(0,100%,0)
    }
}

.fade-down-enter-active {
    animation: fade-down-in .3s;
    transition: all .3s
}

.fade-down-leave-active {
    animation: fade-down-down .3s;
    transition: all .3s
}

@keyframes fade-down-in {
    0% {
        opacity: 0;
        transform: translate3d(0,20%,0)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fade-down-out {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translate3d(0,20%,0)
    }
}

.slide-enter-active {
    animation: slide-in .3s
}

.slide-leave-active {
    animation: slide-in .3s reverse
}

@keyframes slide-in {
    0% {
        transform: translate3d(0,100vh,0)
    }

    to {
        transform: translateZ(0)
    }
}

.fade-up-down-enter-active {
    transition: all .2s ease-out
}

.fade-up-down-leave-active {
    transition: all .2s ease-in
}

.fade-up-down-enter,.fade-up-down-leave-to {
    opacity: 0;
    transform: translate3d(0,60%,0)
}

.toast-enter-active {
    animation: ToastBounce .2s both
}

.toast-leave-active {
    animation: ToastBounce .2s reverse both
}

@keyframes ToastBounce {
    0%,20%,40%,60%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.9,.9,.9)
    }

    16% {
        transform: scale3d(.95,.95,.95)
    }

    32% {
        transform: scaleX(1)
    }

    48% {
        opacity: 1;
        transform: scale3d(.95,.95,.95)
    }

    64% {
        transform: scale3d(.9,.9,.9)
    }

    80% {
        transform: scale3d(.95,.95,.95)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.stick-enter-active {
    animation: bounce-in .52s ease-in,fadeout .52s linear .52s
}

@keyframes bounce-in {
    0% {
        transform: scale(2);
        opacity: 0
    }

    77% {
        transform: scale(.9)
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@media screen and (min-width: 1100px) {
    .slogan p {
        color:red
    }
}

:root {
    --base-bg-color: #fff
}

.my-font {
    font-family: Righteous-Regular
}

.main {
    margin: 0 auto;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    font-family: Righteous-Regular,PingFang SC;
    -webkit-user-select: none;
    user-select: none;
    background-position: 50%
}

.container[data-v-5d515323] {
    position: relative;
    width: 100%;
    height: 100%
}

.modal[data-v-0f16773c] {
    background-color: rgba(0,0,0,.4);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99999;
    display: flex
}

.modal.top[data-v-0f16773c] {
    justify-content: center;
    align-items: flex-start
}

.modal.left[data-v-0f16773c] {
    justify-content: flex-start;
    align-items: center
}

.modal.right[data-v-0f16773c] {
    justify-content: flex-end;
    align-items: center
}

.modal.bottom[data-v-0f16773c] {
    justify-content: center;
    align-items: flex-end
}

.modal.middle[data-v-0f16773c] {
    justify-content: center;
    align-items: center
}

#vue[data-v-917bc342] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: PingFang SC
}

#vue .adr-download-modal-ig2vw[data-v-917bc342] {
    position: relative;
    box-sizing: border-box;
    width: 460px;
    height: 341px;
    background-color: #f5f5f5;
    border-radius: 40px;
    padding: 40px
}

#vue .adr-download-modal-ig2vw h3[data-v-917bc342] {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
    text-align: center
}

#vue .adr-download-modal-ig2vw .close-btn[data-v-917bc342] {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

#vue .adr-download-modal-ig2vw .download-btn[data-v-917bc342] {
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    height: 86px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    grid-gap: 8px;
    gap: 8px;
    background: linear-gradient(109.12deg,#8ef8e2 5.2%,#76bdff 55.49%,#c685ff 102.73%);
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000
}

#vue .adr-download-modal-ig2vw .download-btn[data-v-917bc342]:last-child {
    background: #fff
}

.main[data-v-917bc342] {
    display: flex;
    width: 100%;
    height: 100%
}

.main .content[data-v-917bc342] {
    box-sizing: border-box;
    padding: 3.90625vw 0 0 6.09375vw;
    width: 46.67%
}

.main .content .logo[data-v-917bc342] {
    height: 2.5vw;
    width: auto
}

.main .content .title[data-v-917bc342] {
    margin-top: 4.6875vw;
    font-style: normal;
    font-weight: 600;
    font-size: 6.25vw;
    line-height: 6.0875vw;
    letter-spacing: 2px;
    color: #000;
    white-space: nowrap
}

.main .content .desc[data-v-917bc342] {
    margin-top: 1.25vw;
    font-style: normal;
    font-weight: 400;
    font-size: 3.33vw;
    line-height: 7.08333vw;
    letter-spacing: 1px;
    color: #000;
    white-space: nowrap
}

.main .content .downloads[data-v-917bc342] {
    display: flex;
    margin-top: 3.90625vw
}

.main .content .downloads .item[data-v-917bc342] {
    padding: 1.04167vw 1.66667vw 1.04167vw 1.25vw;
    border-radius: 1.25vw;
    border: .20833vw solid rgba(0,0,0,.05)
}

.main .content .downloads .item+.item[data-v-917bc342] {
    margin-left: 1.66667vw
}

.main .content .downloads .item .img[data-v-917bc342] {
    height: 4.16667vw
}

.main .banner[data-v-917bc342] {
    position: relative;
    flex: 1;
    height: 50vw;
    overflow: hidden;
    pointer-events: none
}

.main .banner .pc-banner-svga[data-v-917bc342] {
    position: absolute;
    z-index: 2;
    top: 5.46875vw;
    right: 2.60416vw;
    width: 46.875vw;
    height: 45.3125vw
}

.main .banner .main-img[data-v-917bc342] {
    position: absolute;
    top: 7.13542vw;
    left: 10.3125vw;
    width: 33.64583vw;
    z-index: 1
}

.main .banner .t1[data-v-917bc342] {
    position: absolute;
    top: 6.45833vw;
    left: 8.48958vw;
    width: 11.35417vw;
    z-index: 2
}

.main .banner .t2[data-v-917bc342] {
    position: absolute;
    top: 20.05208vw;
    left: 34.47917vw;
    width: 11.35417vw;
    z-index: 2
}

.main .banner .t3[data-v-917bc342] {
    position: absolute;
    width: 11.97917vw;
    left: 10.88542vw;
    top: 36.77083vw;
    z-index: 2
}

.footer[data-v-917bc342] {
    margin-top: 2vw;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 1vw;
    line-height: 1.30208vw;
    color: #000;
    opacity: .5;
    margin-bottom: 2vw;
}

.footer a[data-v-917bc342] {
    color: inherit
}

.footer a[data-v-917bc342]:hover {
    color: #0545cd
}

.bg[data-v-917bc342] {
    position: absolute;
    top: -8.85417vw;
    right: -17.23958vw;
    z-index: 0;
    width: 80.20833vw;
    pointer-events: none
}

.toast-tip-template {
    z-index: 5000;
    position: fixed;
    top: 40vh;
    width: -webkit-fit-content;
    width: fit-content;
    right: 50%;
    pointer-events: none
}

.toast-tip-template.hide {
    display: none
}

.toast-tip-template .tip-con {
    position: relative;
    left: 50%;
    max-width: 124.68193vw;
    padding: 6.61578vw 10.17812vw;
    border-radius: 4.07125vw;
    background-color: rgba(50,51,51,.50196);
    font-family: PingFangSC;
    font-size: 30px;
    line-height: 1.27;
    letter-spacing: 3px;
    text-align: center;
    color: #fff
}

.tip-slide-bottom-enter-active {
    animation: slide-bottom-tip .2s ease-out
}

.tip-slide-bottom-leave-active {
    animation: slide-bottom-tip .2s ease-out reverse
}

@keyframes slide-bottom-tip {
    0% {
        transform: translateY(20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.features-list {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(22vw, 1fr)); 
    column-gap: 5vw; 
    row-gap: 3vw;
    padding: 3.90625vw 6.09375vw 0 6.09375vw;
    font-family: Righteous-Regular,PingFang SC;
}

.features-list .feature-wrap{
    display: flex;
    flex-direction: column;
    row-gap: 1.5vw;
    align-items: center;
}

.features-list .feature-wrap > img{
    width: 5vw;
    height: auto;
    object-fit: cover;
}

.features-list .feature-wrap .feature-title{
    font-size: 1.5vw;
    font-weight: 700;
    margin: 0;
}
.features-list .feature-wrap .feature-content{
    font-size: 1vw;
    text-align: center;
    margin: 0;
}

.timeline-section {
    padding: 3.90625vw 6.09375vw 0 6.09375vw;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 2vw;
    font-family: Righteous-Regular,PingFang SC;
}

.timeline-section .timeline-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 1vw;
}

.timeline-section .timeline-wrap .timeline-title{
    font-size: 1.5vw;
    font-weight: 700;
    margin: 0;
}

.timeline-section .timeline-wrap .timeline-content {
    font-size: 1vw;
    text-align: left;
    margin: 0;
    line-height: 1.5;
}

.faq-section {
    padding: 3.90625vw 6.09375vw 0 6.09375vw;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 2vw;
    font-family: Righteous-Regular,PingFang SC;
}

.faq-section h2{
    font-size: 2vw;
    font-weight: 900;
    margin: 0;
}

.faq-section .faq-list{
    display: flex;
    flex-direction: column;
    row-gap: 1vw;
}

.faq-section .faq-list .faq-wrap{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border-radius: 1vw;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(255, 122, 184, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-section .faq-list .faq-wrap .faq-question{
    padding: 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-section .faq-list .faq-wrap .faq-question p{
    font-size: 1.5vw;
    font-weight: bold;
    color: #3a2a3f;
    margin: 0;
}

.faq-section .faq-list .faq-wrap .faq-question i{
    width: 0.75vw;
    height: 0.75vw;
    border: 2px solid #3a2a3f;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    margin-top: -0.25vw;
    transition: transform .3s ease;
}

.faq-section .faq-list .faq-wrap .faq-answer{
    padding: 0 1vw 0;
    font-size: 1vw;
    color: #3a2a3f;
    line-height: 1.5;
    overflow: hidden;
    max-height: 0;
    margin: 0;
    transition: max-height .2s ease, padding .2s ease;
}

.faq-section .faq-list .faq-wrap .faq-answer p{
    margin: 0;
}

.faq-section .faq-list .faq-wrap.active .faq-answer{
    padding: 0 1vw 1.25vw;
    max-height: 10vw;
}

.faq-section .faq-list .faq-wrap.active .faq-question i {
    transform: rotate(225deg); 
}
#vue .main .content .downloads .item .mobile-img {
    display: none;
}

@media (max-width: 750px) {

    #vue[data-v-917bc342] {
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        overflow: hidden auto;
        background: url(https://s.momocdn.com/s1/u/ibjjeahbh/loveRo/mobile-bg.png) 0 0/100% no-repeat
    }

    #vue .adr-download-modal-ig2vw[data-v-917bc342] {
        margin: 0 80px;
        width: 100%;
        height: auto;
        padding: 60px;
        background: #fff;
        border-radius: 64px
    }

    #vue .adr-download-modal-ig2vw h3[data-v-917bc342] {
        margin-bottom: 40px;
        font-size: 32px
    }

    #vue .adr-download-modal-ig2vw .close-btn[data-v-917bc342] {
        width: 48px;
        height: 48px;
        position: absolute;
        top: 24px;
        right: 24px
    }

    #vue .adr-download-modal-ig2vw .close-btn svg[data-v-917bc342] {
        width: 100%;
        height: 100%
    }

    #vue .adr-download-modal-ig2vw .download-btn[data-v-917bc342] {
        margin-top: 24px;
        height: 112px;
        border-radius: 56px;
        font-size: 24px
    }

    #vue .adr-download-modal-ig2vw .download-btn>div[data-v-917bc342]:last-child {
        color: rgba(0,0,0,.6)
    }

    #vue .adr-download-modal-ig2vw .download-btn[data-v-917bc342]:last-child {
        background: rgba(0,0,0,.05)
    }

    #vue .main[data-v-917bc342] {
        min-height: 203.56234vw;
        flex-direction: column-reverse;
    }

    .logoWrap{
        position: absolute;
        top: 4.58015vw;
    }

    #vue .main .content[data-v-917bc342] {
        width: 100%;
        padding: 4.58015vw 0 0
    }

    #vue .main .content .logo[data-v-917bc342] {
        height: 8.14249vw;
        margin-left: 5.08906vw
    }

    #vue .main .content .banner-svga[data-v-917bc342] {
        margin: 6.61578vw auto 0;
        width: 100vw;
        height: 96.69211vw;
        pointer-events: none
    }

    #vue .main .content .title[data-v-917bc342] {
        font-size: 8.34249vw;
        line-height: 8.14249vw;
        text-align: center;
        font-weight: 700
    }

    #vue .main .content .desc[data-v-917bc342] {
        margin-top: 3.05344vw;
        font-size: 4.58015vw;
        line-height: 5.59796vw;
        text-align: center
    }

    #vue .main .content .downloads[data-v-917bc342] {
        margin-top: 14.75827vw;
        padding: 0 5.08906vw;
        justify-content: space-between
    }

    #vue .main .content .downloads .item[data-v-917bc342] {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 43.7659vw;
        height: 15.26718vw;
        border-radius: 15.26718vw;
        border: .76336vw solid rgba(0,0,0,.1)
    }

    #vue .main .content .downloads .item .img[data-v-917bc342] {
        display: none;
        height: 6.61578vw;
    }

    #vue .main .content .downloads .item .mobile-img {
        display: block;
        height: 6.61578vw;
    }

    #vue .footer[data-v-917bc342] {
        font-size: 18px;
        line-height: 1.25;
        margin: 30px 0;
        padding: 0 20px;
    }

    #vue.en:not() .title[data-v-917bc342] {
        font-size: 6.05vw
    }

    .logoTitle{
        font-size: 4.8vw !important;
    }
    .main .banner .pc-banner-svga[data-v-917bc342]{
        position: relative;
        margin: 15.61578vw auto 0;
        width: 100vw;
        height: 96.69211vw;
        pointer-events: none;
    }
    .main .banner .pc-banner-svga #svgaCanvas{
        position: relative!important;
    }
    .features-list {
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
    gap: 50px; 
    margin-top: 80px;
}

.features-list .feature-wrap{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    align-items: center;
}

.features-list .feature-wrap > img{
    width: 50px;
    height: auto;
    object-fit: cover;
}

.features-list .feature-wrap .feature-title{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.features-list .feature-wrap .feature-content{
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.timeline-section {
    margin-top: 80px;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.timeline-section .timeline-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.timeline-section .timeline-wrap .timeline-title{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.timeline-section .timeline-wrap .timeline-content {
    font-size: 14px;
    text-align: left;
    margin: 0;
    line-height: 1.5;
}

.faq-section {
    margin-top: 80px;
    text-align: left;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.faq-section h2{
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}

.faq-section .faq-list{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.faq-section .faq-list .faq-wrap{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(255, 122, 184, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-section .faq-list .faq-wrap .faq-question{
    padding: 16px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-section .faq-list .faq-wrap .faq-question p{
    font-size: 18px;
    font-weight: bold;
    color: var(--text);
    margin: 0;
}

.faq-section .faq-list .faq-wrap .faq-question i{
    width: 10px;
    height: 10px;
    border: 2px solid var(--text);
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform .3s ease;
}

.faq-section .faq-list .faq-wrap .faq-answer{
    padding: 0 12px 0;
    font-size: 14px;
    color: var(--text);
    line-height: 1.5;
    overflow: hidden;
    max-height: 0;
    margin: 0;
    transition: max-height .2s ease, padding .2s ease;
}

.faq-section .faq-list .faq-wrap .faq-answer p{
    margin: 0;
}

.faq-section .faq-list .faq-wrap.active .faq-answer{
    padding: 0 12px 16px;
    max-height: 400px;
}

.faq-section .faq-list .faq-wrap.active .faq-question i {
    transform: rotate(225deg); 
}
}