/* *{
    margin:0;padding:0;
}
ul{
    list-style:none;
}
a{
    text-decoration:none;
    color:#666;
}
img{
    display:block;
} */

@font-face {
    font-family: 'SAF';
    src: url('../fonts/saf/SAF.woff2') format('woff2'),
    url('../fonts/saf/SAF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.is-mobile{
    display: none;
}
.is-web{
    display: block;
}

.eiliko-main * {
    box-sizing: unset!important;
}

.eiliko-main img{
    max-width: none!important;
}

.eiliko-achieve-box img{
    max-width: none!important;
}
.eiliko-achieve-box * {
    box-sizing: unset!important;
}
.eiliko-family-box * {
    box-sizing: unset!important;
}
.eiliko-family-box img{
    max-width: none!important;
}
.eiliko-ai-box img{
    max-width: none!important;
}
.eiliko-faqs-box img{
    max-width: none!important;
}
.eiliko-main{
    position:relative;
    z-index: 1;
    width: 100%;
}
.eilik-main-bg{
    width:100%;
    height:100vh;
    object-fit: cover;
}
.eiliko-main-left{
    position: absolute;
    top: 220px;
    left: 148px;
    display: flex;
    align-items: flex-start;
    /* justify-content: flex-start; */
    flex-direction: column;
}
.eiliko-main-logo{
    width:619.84px;
}
.eiliko-main-title{
    color: white;
    font-size: 36px;
    font-weight: bold;
    margin-top: 40px;
}
.eiliko-main-content{
    color:white;
    font-size: 22px;
    margin-top: 30px;
    width: 60%;
}

/*发送邮件部分 start*/
.send-email-bg{
    position: absolute;
    left: -120px;
    top: 0;
    margin-top: 14px;
    width:862.32px;
}
.send-email-form{
    position: absolute;
    top: 164px;
    left: 198px;
    background: white;
    width: 400px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send-email-box{
    position: relative;
}
.send-email-box-2{
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.send-email-bg-2{
    width:56vw;
}
.send-email-form-2{
    position: absolute;
    top: 10vw;
    left: 42.5vw;
    background: white;
    width: 25vw;
    height: 3vw;
    border-radius: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.send-email-input{
    width: 78%;
    height: 100%;
    font-size: 17px;
    margin-left: 5%;
    margin-right: 2%;
    border: none;
    color: #929292;
    opacity: 0.6;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    outline: none;
}

.send-email-btn{
    width: 50%;
    height: 100%;
    background: #40C7EA;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.send-email-input-2{
    width: 65%;
    height: 100%;
    font-size: 0.8vw;
    margin-left: 5%;
    margin-right: 2%;
    border: none;
    color: #929292;
    opacity: 0.6;
    border-top-left-radius: 1.5vw;
    border-bottom-left-radius: 1.5vw;
    outline: none;
}
.send-email-btn-2{
    width: 41%;
    height: 100%;
    background: #40C7EA;
    border-top-right-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    border: none;
    color: #fff;
    font-size: 0.9vw;
    cursor: pointer;
}
.send-success-tips{
    position: absolute;
    visibility: hidden;
    font-size: 12px;
    width: 300px;
    top: 220px;
    left: 219px;
    color: #eeff5c;
    /*color:  #ff7385;*/
}
/*错误 #ff2a00*/
.send-success-tips-2{
    position: absolute;
    visibility: hidden;
    font-size: 0.7vw;
    color: #eeff5c;
    /*color:  #ff7385;*/
    width: 13vw;
    bottom: 6.6vw;
    right: 42.5vw;
}
.sendSuccTips.failTips{
    color:#ff7385
}
/*发送邮件部分 end*/
.eiliko-main-right{
    position: absolute;
    /* transform: translate(-50%, -50%); */
    /* top: 32%; */
    /* right: 28%; */
    display: flex;
    align-items: baseline;
    flex-direction: row;
    gap: .7vw;
}
.eliko-click-tips{
    color: white;
    opacity: 0.6;
    margin-left: 30px;
}
.eiliko-click-btn-small{
    opacity: 0.9;
    /*position: absolute;*/
    position: relative;
    width: 24px;
    height: 24px;
    /*width: 0.85vw;*/
    /*height: 0.85vw;*/
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s linear;
    margin-bottom: 1vw;
}
.eiliko-click-btn-small:before, .eiliko-click-btn-small:after{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    /*animation: btnwave 1.8s infinite linear;*/
    animation: btnwave 1.5s infinite linear;
}
.eiliko-click-btn-small:after{
    animation: btnwave2 1.5s infinite linear;
    /*animation-delay: 0.5s;*/
}

.eiliko-click-btn-small:hover {
    cursor: url("../images/eiliko/hover-dark.svg") 24 116, pointer;
}

.eiliko-click-btn-small:active {
    cursor: url("../images/eiliko/press-light.svg") 24 116, pointer;
}

.mobile-tap-img {
    transform: translateY(6vw) translateX(2vw);
}

/* 首屏面部 video */
.eiliko-face-video {
    position: absolute;
    transform: rotateX(3deg) rotateZ(7.8deg) rotateY(3deg);
    border-radius: 44%;
}

/* ai 对话 css */
.eiliko-ai-box {
    width: 100%;
    height: 56vw;
    background-size: cover;
    background-position: center;
    background-image: url("../images/eiliko/aiChatbg.jpg");
    position: relative;
}

.mobile-chat-bg {
    height: 96vw;
    /*background-position: center;*/
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/eiliko/aiChatMbBg.jpg");
}

.float-chat {
    position: absolute;
}

.ai-title-png {
    width: 30vw;
    position: absolute;
    top: 5vw;
    left: 8.5vw;
}

.ai-introduce-text {
    position: absolute;
    top: 11.65vw;
    left: 8.5vw;
    width: 23vw;
    font-size: .8vw;
    color: rgb(181,169,180);
    font-family: Roboto;
}

.ai-chat-panel {
    position: absolute;
    top: 18.55vw;
    left: 8.5vw;
}

.ai-chat-panel-bg {
    width: 23.45vw;
}

.ai-chat-container {
    user-select: none;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 19.35vw;
    left: 9.55vw;
    width: 21.4vw;
    height: 26vw;
}

.ai-chat-question {
    font-family: SAF;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 1.1vw;
    width: 100%;
    height: 2.5vw;
    font-size: .85vw;
    color: #323232;
}

.question-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-grow: 1;
    border-radius: 2vw;
    background: #FFFFFF;
}

#ai-chat-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all .1s ease-in-out;
}

.ai-chat-question > img {
    flex-shrink: 0;
    width: 1.32vw;
    cursor: pointer;
}

.scale-animation {
    transition: transform 0.2s ease-in-out;
}

.scale-animation:hover {
    transform: scale(1.2);
}

.scale-animation:active {
    transform: scale(0.85);
}


.ai-chat-reply-title {
    flex-shrink: 0;
    margin-top: 1.05vw;
    display: flex;
    align-items: center;
    gap: 0.4vw;
    justify-content: center;
    font-size: .8vw;
    color: #9D78A4;
    font-family: Roboto;
}

.ai-chat-reply-title > img {
    width: .7vw;
}

.ai-chat-reply-list {
    padding-top: 2.2vw;
    font-family: SAF;
    font-size: .7vw;
    color: #FFFFFF;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 3.3vw;
    position: relative;
}

.ai-chat-reply-list > .ai-chat-reply-row:nth-child(1)  {
    margin-left: 1.65vw;
}

.ai-chat-reply-list > .ai-chat-reply-row:nth-child(2)  {
    top: 7.1vw;
    margin-left: 7.65vw;
}

.ai-chat-reply-list > .ai-chat-reply-row:nth-child(3)  {
    top: 12vw;
    margin-left: 1.65vw;
}

.ai-chat-reply-list > .ai-chat-reply-row:nth-child(4)  {
    top: 17vw;
    margin-left: 7.65vw;
}

.ai-chat-reply-row {
    position: absolute;
    min-height: 2vw;
    display: flex;
    align-items: center;
    transition: all .1s ease-in-out;
    width: 13vw;
}

/* faq css */
.eiliko-faqs-box {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10vw;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-image: url("../images/eiliko/eiliko-achv-bg1.png");
    background-size: cover;
    background-position: 0 25%;
    height: 60vw;
    overflow: hidden;
}

#eilikos-img {
    position: absolute;
    top: -6vw;
    left: 2.6vw;
    width: 29vw;
}

.eiliko-faq-list-bg {
    top: 3vw;
    right: 7vw;
    width: 52vw;
    position: absolute;
    object-fit: contain;
}

.faq-container {
    top: 13.7vw;
    right: 12.5vw;
    width: 43.6vw;
    height: 18vw;
    position: absolute;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 0.4vw;
    color: #5D5D5D;
    font-size: 1.2vw;
    font-family: Roboto;
}

.faq-container::-webkit-scrollbar {
    display: none;
}

.web-faq-email-bg {
    position: absolute;
    width: 50vw;
    left: 50%;
    bottom: -8vw;
    transform: translateX(-50%) scale(1.2);
}

.email-faq-text-web {
    font-size: 0.8vw !important;
}

.send-email-form-faq {
    position: absolute;
    bottom: -1.6vw;
    left: 0;
    transform: translateX(-24%) scale(1.2);
    background: white;
    width: 23.5vw;
    height: 3vw;
    border-radius: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web-faq-email .send-success-tips-2{
    position: absolute;
    visibility: hidden;
    font-size: 0.7vw;
    color: #eeff5c;
    /* color: #ff7385; */
    width: 16.5vw;
    bottom: -2.8vw;
    right: -10vw;
}

.mobile-faq {
    display: none;
}

.fqa-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.8vw;
    overflow: hidden;
}

.faq-row {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65vw;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0.8vw;
    box-sizing: border-box;
    padding: 0.8vw 0.65vw;
    /*transition: height .2s ease-in-out;*/
}

/*.faq-row-expand {*/
/*    height: 8.45vw;*/
/*}*/

.row-text {
    min-height: 100%;
    display: flex;
    align-items: center;
    position: static;
    width: 30vw;
    flex-grow: 1;
    word-break: keep-all;
}

.msg-img {
    flex-shrink: 0;
    width: 2.5vw;
}

.expand-img {
    display: flex;
    max-height: 2.813vw;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-shrink: 0;
    cursor: pointer;
}

.expand-img > img {
    width: 2.813vw;
}

.faq-description {
    max-width: 100%;
    height: fit-content;
    gap: 0.8vw;
    box-sizing: border-box;
    margin: 0 .25vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: .2vw;
    background-color: #FFDFCE;
    padding: 0.95vw 0.95vw 0.95vw 3.05vw;
    transition: all .2s ease-in-out;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
}

.faq-hide {
    display: none;
}

/*  email 输入样式  */
.emailForm {
    border: 3px solid transparent;
    box-sizing: border-box;
}

.border-yellow {
    border: 3px solid #EEFF5C !important;
}


@keyframes btnwave{
    0%{
        box-shadow: 0 0 0 1px #FF93DF;
        opacity: 0.5;
    }
    100%{
        box-shadow: 0 0 0 15px #FF93DF;
        opacity: 0.5;
    }
}
@keyframes btnwave2{
    0%{
        box-shadow: 0 0 0 1px #F45C96;
        opacity: 0.5;
    }
    100%{
        /*box-shadow: 0 0 0 0.4vw #129CC0;*/
        box-shadow: 0 0 0 7px #F45C96;
        opacity: 0.7;
    }
}

/* 第二屏 start*/
.eiliko-achieve-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url("../images/eiliko/eiliko-achv-bg1-pc.jpg");
    background-size: cover;
}

.eiliko-achieve-bg{
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom:0;
    height: 300vh;
}
.eiliko-achieve-two{
    position: absolute;
    top: -4.5vw;
    left: 2vw;
    width: 29vw;
}
.eiliko-achieve-result{
    position: absolute;
    top:6vw;
    right: 2vw;
    width: 62vw;
}
.eiliko-achieve-title{
    width: 65vw;
    /*position: absolute;*/
    margin-top:30vw;
    /*left:10vw;*/
}

.eiliko-video-box{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 5vw;
    width: 100%;
    height: 35vw;
}
.eiliko-achieve-big-box-4{
   align-items: flex-start;
   height: 35vw;

}
.eiliko-video{
    border: 1vw solid #FCEBD1;
    width: 35vw;
    background: white;
    transition: all 0.8s ease-in-out;
}
.eiliko-video:first-child{
    width: 35vw;
}
.eiliko-hide-left{
    transform: translateX(-120%);
}
.eiliko-hide-right{
    transform: translateX(120%);
}
.eiliko-achieve-desc-box{
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 3vw 3vw 5vw 4vw;
    width: 30vw;
    transition: all 1s ease-in-out;
    z-index: 1;
    position: relative;
}

.eiliko-achieve-1-box{
    padding: 3vw 3vw 3vw 4vw;
    width: 26vw;
}
.eiliko-achieve-2-box{
    width: 26vw;
    padding: 3vw 3vw 4vw 4vw;
}
.eiliko-achieve-3-box{
    width: 25vw;
    padding: 3vw 3vw 5vw 4vw;
    transform: translateX(100%) translateY(12%);
}

.eiliko-achieve-4-box{
    width: 25vw;
    transform: translateX(-100%) translateY(87%);
    padding-top: 3.5vw;
    padding-bottom: 4vw;
}
.eiliko-achieve-3-icon-1{
    width: 8vw;
    position: absolute;
    top: -0.8vw;
    right: -2vw;
}
.eiliko-achieve-3-icon-2{
    width: 6vw;
    position: absolute;
    bottom: -1.5vw;
    left: -1.5vw;
}
.eiliko-achieve-4-icon-1{
    width: 20vw;
    position: absolute;
    bottom: -3vw;
    left: 5vw;
}
.eiliko-achieve-4-icon-2{
    width: 6vw;
    position: absolute;
    bottom: -1.5vw;
    right: 1vw;
}
.eiliko-achieve-icon{
    position: absolute;
    width: 6vw;
    right: -1vw;
    top: -2vw;
}
.eiliko-achieve-desc-title-box{
    display: flex;
    align-items: center;
    flex-direction: row;

}
.eiliko-achieve-desc-title-box .img-1{
    width: 5.5vw;
    margin-right: 0.8vw;
}
.eiliko-achieve-desc-title{
    font-family: 'SAF';
    font-size: 2vw;
    width: 88%;
}
.eiliko-achieve-desc{
    color: #323232;
    opacity: 0.6;
    font-size: 0.9vw;
    margin-top: 1.2vw;
    width: 88%;
}
.eiliko-achieve-4{
    display: flex;
    align-items: center;
    /*justify-content: flex-start;*/
    position: relative;
    margin-bottom: 0.8vw;
}
.eiliko-achieve-4 .img-1{
    position: absolute;
    left: -1.8vw;
    width: 8vw;
}
.eiliko-achieve-4 .img-2{
    /*top: 0;*/
    /*right: 0;*/
    /*position: absolute;*/
    width: 16vw;
    margin-left: 7vw;
}
/* 第二屏 end*/
/* 第三屏 start*/
.eiliko-family-box{

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.eiliko-family-bg{
    width: 100%;
}
.eiliko-family-title-img{
    position: absolute;
    top: 3vw;
    width: 30vw;
}
.eiliko-family-title-content{
    color: white;
    position: absolute;
    width: 100%;
    top: 17vw;
    text-align: center;
    font-size: 0.9vw;
    font-weight: bold;
}
.eiliko-family-bottom{
    position: absolute;
    top: 85vw;
    width:100%;
}
.eiliko-carousel-box{
    display: flex;
    /*height: 60vw;*/
    width: 100%;
}
.eiliko-carousel-left{
    padding: 11vw 6vw 14vw 8vw;
    width: 38vw;
    display: flex;
    align-items: center;
}
.eiliko-family-small-title{
    position: absolute;
    top: 5vw;
    left: 14vw;
    color: white;
    font-size: 1.1vw;
    font-weight: bold;
}
.eiliko-family-title-img-2{
    width: 26vw;
    top: -2vw;
    left: 14vw;
    position: absolute;
    border-radius:999px;
    box-shadow: 0px 4px 10px 0px rgba(83, 37, 76, 0.3),0px 3px 6px 0px rgba(83, 37, 76, 0.3);
}
.arrow-left,.arrow-right{
    width: 2vw;
    cursor: pointer;
    z-index: 4;
    filter: drop-shadow(2px 4px 10px rgba(59, 12, 74, 0.7));
    animation: arrow 1.2s infinite ease-in-out;
}
.arrow-left{
     animation-delay: 0.5s;
}

@keyframes arrow {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
     100%{
        transform: scale(1);
    }
}

.body-box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.emoji-img{
    position: absolute;
    width: 10vw;
    top:-1vw;
    z-index: 3;
}
.head-img,.suit-img{
    position: absolute;
    width: 38vw;
    top:-12vw;
    cursor: pointer;
}
.head-img{
    z-index: 2;
}
.body-bottom-big-box{
    position: absolute;
    width: 100%;
    top: 22vw;
}
.body-bottom-box{
    display: flex;
    justify-content: center;
}
.body-bottom-img{
    width: 35vw;
}
.body-name{
    font-family: SAF;
    position: absolute;
    top: 4.2vw;
    font-size: 1.6vw;
}
.body-tips{
    font-family: Roboto;
    font-size: 0.95vw;
    position: absolute;
    color: white;
    bottom: 2vw;
    font-weight: bold;
    text-align: center;
}
.eiliko-carousel-right{
    position: relative;
    background: #DEBCE8;

    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    padding: 0.6vw;;
    border-radius: 1vw;
    width: 40vw;


}
.eiliko-carousel-icon{
    position: absolute;
    top: -2vw;
    left: -4vw;
    width: 13vw;
    z-index: 2;
}
.eiliko-family-show-pic-big-box{
    width:  100%;
    overflow: hidden;
    border-radius: 1vw;

}
.eiliko-family-show-pic-box{
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    flex-direction: row;
    width:  100%;
    transition: 0.5s ease;
}
.eiliko-family-show-pic{
    width: 100%;
    flex-shrink: 0;
    margin-right: 0.6vw;
    border-radius: 1vw;
}
.eiliko-family-select-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
}
.eiliko-family-item{
    cursor: pointer;
    flex: 1;
    background: #FAC7FF;
    margin-right: 0.3vw;
    border-radius: 0.6vw;
}
.eiliko-family-item.active{
    background: #CA5083;
    padding: 0.2vw;
}
.eiliko-family-item-img{
    width: 100%;
    border-radius: 0.6vw;
}
/* 第三屏 end*/

/* 第四屏 匹配 start*/
.eiliko-match-box{
    position: absolute;
    bottom: 0vw;
}
.eiliko-match-video-item{
    position: relative;
    margin-bottom: 10vw;
    border: .3vw solid #FCEBD1;
    border-radius: 2vw;
    display: flex;
    /*display: flex;*/
    /*align-items: center;*/
}
.eiliko-match-video-icon{
    position: absolute;
    left: 2vw;
    top: -0.5vw;
    z-index: 1;
}
.eiliko-match-video{
    width: 90vw;
    border-radius: 1.7vw;
}
.eiliko-match-tip-box{
    position: absolute;
    left: 0;
    top: 0;
    height: 100% ;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: rgba(121, 64, 16, 0.7);
    border-top-left-radius: 1.7vw;
    border-bottom-left-radius: 1.7vw;
    padding: 0 2vw 0vw 3vw;
}
.eiliko-match-title{
    margin-top: 7vw;
    font-family: SAF;
    color: white;
    font-size: 2.5vw;
    margin-bottom: 2vw;
    line-height: 2.5vw;
}
.eiliko-match-tips{
    color: white;
    font-size: 0.9vw;
    /*width: 18vw;*/
    line-height: 1.4vw;
    text-align: left;
    /*width: 30%;*/
}
.eiliko-match-pic-box{
    position: relative;
    margin-top: 5vw;

}
.match-left{
    position: absolute;
    top: 1vw;
    left: 0;
    width: 15vw;
}

.match-middle{
    position: absolute;
    top: 1vw;
    left: 3vw;
    width: 15vw;
    visibility: hidden;
}
.match-right{
    position: absolute;
    top: 1vw;
    right: 0;
    width: 15vw;
}

@keyframes matchLeft{
    0%{
        left: 0;
    }
    100%{
        left: 4vw;
        animation-timing-function: step-end;
    }
}
@keyframes matchRight{
    0%{
        right: 0;
    }
    100%{
        right: 4.3vw;
    }
}
@keyframes matchMiddle{
    0%{
        visibility: hidden;
    }
    80%{
        visibility: visible;
    }
    100%{
        visibility: hidden;
    }
}


.eiliko-match-pic-bg{
    width: 20vw;
    border: 0.2vw solid white;
    border-radius: 1vw;
}
/* 第四屏 匹配 end*/



@media screen and (max-width: 768px) {
    .is-mobile{
        display: block;
    }
    .is-web{
        display: none;
    }
    .eilik-main-bg{
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }
    /*发送邮件部分*/
    .send-email-box,.send-email-box-2{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: auto!important;
        margin-bottom: 10px;
        position: relative;
    }
    .send-email-box-2-mobi{

    }
    .send-email-bg,.send-email-bg-2{
        position: static;
        width: 98%;
    }
    .send-email-form,.send-email-form-2{
        position: absolute;
        top: unset;
        bottom: 25px;
        left: unset;
        background: white;
        width: 85%;
        height:19%;
        border-radius: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }
    .send-email-input, .send-email-input-2{
        width: 60%;
        height: 100%;
        font-size: 14px;
        margin-left: 8%;
        margin-right: 2%;
        border: none;
        color: #929292;
        opacity: 0.6;
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
        outline: none;
    }
    .send-email-btn,.send-email-btn-2{
        width: 50%;
        height: 100%;
        background: #40C7EA;
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
        border: none;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
    }
    .web-faq-email .send-success-tips-2, .send-success-tips,.send-success-tips-2{
        position: absolute;
        visibility: hidden;
        font-size: 14px;
        color: #eeff5c;
        top: unset;
        bottom: -10px;
        left: 0;
        padding-left: 15%;
        box-sizing: border-box!important;
        width: 100%!important;
    }
    /*s*/
    .eiliko-main-left{
        width: 100%;

        position: absolute;
        top: 0px;
        left: 0px;
        display: flex;
        align-items: flex-start;

        flex-direction: column;
        height: 100%;
        /*display: none;*/
    }
    .eiliko-main-logo{
        margin-top: 87px;
        margin-left: 20px;
        width:200px;
    }
    .eiliko-main-title{
        font-size: 24px;
        font-weight: bold;
        margin-top: 30px;
        margin-left: 20px;
    }
    .eiliko-main-content{
        font-size: 14px;
        margin-top: 14px;
        margin-left: 20px;
        width: 90%;
    }

    /* 第二屏 start*/

    .eiliko-achieve-box{
        /* position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; */
        background-image: url("../images/eiliko/eiliko-achv-bg1-mobi.jpg");
        /* background-size: cover; */
        padding-bottom: 60px
    }
    

    .eiliko-achieve-bg{
        position: absolute;
        top: 0;
        bottom: unset;
        height: 100%;
    }
    .eiliko-achieve-result{
        position: static;
        width: 95%;
        z-index: 1;
        margin-top: 14px;
    }
    .eiliko-achieve-two{
        width: 80%;
        z-index: 0;
        top: 192px;
        left: 37px;
    }
    .eiliko-achieve-title{
        width: 90%;
        margin-top:84%;
    }
    .eiliko-video-box{
        width: 100%;
        /* height: 140vw; */
        height: 600px;
        flex-direction: column;
    }
    /*.eiliko-video-box:last-child{*/
    /*    height: 180vw;*/
    /*}*/
    .eiliko-hide-left{
        transform: none;
        left: -400px;
    }
    .eiliko-hide-right{
        transform: none;
        right: -450px;
        /*transform: translateX(150%);*/
    }
    .eiliko-video{
        position: absolute;
        width: 80%;
        border: 14px solid #FCEBD1;
    }
    .eiliko-achieve-desc-box{
        background: #fff;
        display: flex;
        flex-direction: column;
        padding: 36px 40px 60px 40px;
        width: 60%;
        transition: all 1s ease-in-out;
        z-index: 1;
        position: relative;
        margin-top: 280px;
    }
    .eiliko-achieve-desc-title-box .img-1{
        width: 19vw;
        margin-right: 1.8vw;
    }
    .eiliko-achieve-desc-title{
        font-size: 6vw;
        width: 100%;
    }
    .eiliko-achieve-desc{
        font-size: 14px;
        opacity: 0.6;
        width: 100%;
        margin-top: 30px;
    }

    .eiliko-achieve-icon{
        width: 23%;
        left: -14%;
        top: -16%;
    }

    .eiliko-achieve-2-box{
        width: 60%;
    }

    .eiliko-achieve-3-icon-1{
        width: 23%;
        right: -10%;
        top: -15%;
    }
    .eiliko-achieve-3-icon-2{
        width: 23%;
        right: -10%;
        bottom: -15%;
        left: unset;
    }
    .eiliko-achieve-big-box-4{
        width: 100%;
    }
    .eiliko-achieve-4 .img-1{
        position: absolute;
        left: -6%;
        top: -10%;
        width: 40%;
    }
    .eiliko-achieve-4-box  .eiliko-achieve-desc{
        margin-top: 20%!important;
    }
    .eiliko-achieve-4-icon-1{
        width: 74%;
        bottom: -10vw;
        left: -7%;
    }
    .eiliko-achieve-big-box-4{
        height: 150vw!important;
    }
    .eiliko-achieve-4-icon-2{
        width: 23%;
        bottom: -5vw;
        right: 10%;
    }
    /* 第二屏 end*/

    /*  ai chat 屏  */
    .eiliko-ai-box {
        height: 240vw;
        background: #5B3A61;;
    }
    .ai-title-png {
        width: 90vw;
        position: absolute;
        top: 75vw;
        left: 50%;
        transform: translateX(-50%);
    }


    .ai-introduce-text {
        top: 102vw;
        left: 50%;
        transform: translateX(-50%);
        width: 80vw;
        color: #FFFFFF;
        font-size: 3.7vw;
    }

    .ai-chat-panel {
        height: fit-content;
        top: auto;
        bottom: 10vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .ai-chat-panel-bg {
        width: 82vw;
    }

    .ai-chat-container {
        top: auto;
        left: 50%;
        bottom: 12vw;
        transform: translateX(-50%);
        width: 75vw;
        height: 89vw;
    }

    .ai-chat-question {
        gap: 3.91vw;
        width: 100%;
        height: 8.74vw;
        font-size: 3.22vw;
        color: #323232;
    }

    .ai-chat-question > img {
        width: 4.37vw;
    }

    .question-text {
        border-radius: 6.9vw;
        overflow: hidden;
    }

    .ai-chat-reply-title {
        margin-top: 3.6225vw;
        display: flex;
        align-items: center;
        gap: 1.38vw;
        justify-content: center;
        font-size: 3.22vw;
    }

    .ai-chat-reply-title > img {
        width: 2.53vw;
    }

    .ai-chat-reply-list {
        padding-top: 7.59vw;
        font-size: 2.415vw;
        gap: 11.385vw;
    }

    .ai-chat-reply-list > .ai-chat-reply-row:nth-child(1)  {
        margin-left: 5.6925vw;
    }

    .ai-chat-reply-list > .ai-chat-reply-row:nth-child(2)  {
        top: 24.495vw;
        margin-left: 26.3925vw;
    }

    .ai-chat-reply-list > .ai-chat-reply-row:nth-child(3)  {
        top: 41.4vw;
        margin-left: 5.6925vw;
    }

    .ai-chat-reply-list > .ai-chat-reply-row:nth-child(4)  {
        top: 58.8vw;
        margin-left: 26.3925vw;
    }

    .ai-chat-reply-row {
        position: absolute;
        min-height: 6vw;
        transition: all .1s ease-in-out;
        width: 44.85vw;
    }

    .eiliko-faqs-box {
        background-image: url("../images/eiliko/eiliko-achv-bg1-mobi.jpg");
        background-position: 0 0;
        height: 255vw;
        padding-bottom: 17vw;
    }

    #eilikos-img {
        top: 102vw;
        left: 8.28vw;
        width: 65.78vw;
    }

    .eiliko-faq-list-bg {
        top: 3vw;
        left: 50%;
        transform: translateX(-47.5%);
        right: auto;
        width: 103.5vw;
    }

    .mobile-faq {
        display: flex;
    }

    .faq-container {
        top: 24.6vw;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 85vw;
        height: 85.6vw;
        gap: 1.38vw;
        font-size: 4.14vw;
    }

    .fqa-title {
        gap: 2.2287vw;
    }

    .faq-row {
        gap: 1.15vw;
        border-radius: 2.3vw;
        /*height: 11.04vw;*/
        padding: 2.2287vw 1.8124vw;
    }

    /*.faq-row-expand {*/
    /*    height: 27.83vw;*/
    /*}*/

    .msg-img {
        width: 6.67vw;
    }

    .expand-img {
        max-height: 7.374vw;
    }

    .expand-img > img {
        width: 7.374vw;
    }

    .faq-description {
        gap: 2.2287vw;
        margin: 0 0.69vw;
        border-radius: 0.552vw;
        padding: 4.37vw 4.37vw 4.37vw 8.28vw;
        /*padding-left: 8.28vw;*/
    }

    /* 第三屏 start*/
    .eiliko-family-box{
        overflow: hidden;
    }
    .eiliko-family-title-img{
        width: 186px;
        top:0%;
    }
    .eiliko-family-title-content{
        position: absolute;
        color: white;
        top:3.45%;
        text-align: center;
        width: 60%;
        font-size: 13px;
        font-weight: normal;
    }

    .eiliko-family-bottom{
        top:451px
    }
    .eiliko-carousel-box{
        /*display: flex;*/
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .eiliko-carousel-left{
        padding: 0;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .eiliko-family-title-img-2{
        width: 90%;
        position: absolute;
        top: 0;
        left: 5%;
    }
    .eiliko-family-small-title{
        position: absolute;
        top: 12%;
        left: unset;
        width: 100%;
        text-align: center;
        /*left: 13vw;*/
        color: white;
        font-size: 14px;
        font-weight: bold;
    }
    .arrow-left{
        width: 6vw;
        position: absolute;
        top: 80vw;
        left: 2%;
        /*box-shadow: 0px 4px 10px 0px rgba(59, 12, 74, 0.3);*/
    }
    .arrow-right{
        width: 6vw;
        position: absolute;
        top:80vw;
        right: 1%;
        /*box-shadow: 0px 4px 10px 0px rgba(59, 12, 74, 0.3);*/
    }
    .body-bottom-big-box{
        top: 158vw;
        left: 24vw;
    }
    .body-bottom-img{
        width: 54vw;
    }
    .body-name{
        font-size: 11px;
        top: 6.8vw;
    }
    .body-tips{
        font-size: 14px;
        position: absolute;
        left: 0;
        bottom: 8vw;
        text-align: center;
    }
    .emoji-img{
        top: 122vw;
        left: 66.5vw;
        width: 15vw;
    }
    .head-img, .suit-img{
        width: 62vw;
        top: 103vw;
        left: 43vw;
    }

    .eiliko-carousel-right{
        width: 88%;
        margin-top: 40%;
        padding: 10px;
        border-radius: 20px;
    }
    .eiliko-family-select-box{
        width: 53vw;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        padding-bottom: 25vw ;
        z-index: 4;
    }
    .eiliko-family-item{
        /*padding: 10px;*/
        width: 14vw;
        flex: 0;
        border-radius: 8px;
        margin-right: 1vw;
        margin-bottom:0.7vw;
    }
    .eiliko-family-item.active{
        padding: 0.3vw;
    }
    .eiliko-family-item-img{
        width: 11.5vw;

    }
    .eiliko-carousel-icon{
        width: 30vw;
        top: -5vw;
        left: -3vw;
    }
    .eiliko-family-show-pic-big-box{
        /*border-radius: 2vw;*/
    }
    .eiliko-family-show-pic{
        border-radius: 3vw;
        margin-right: 2vw;
    }
    /* 第三屏 end*/
    /*第四屏 start*/
    .eiliko-match-mobi-box{
        position: absolute;
        bottom: 0px;
        /*z-index: 100;*/
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .eiliko-match-mobi-video-item{
        position: relative;
        width: 90%;
        border-radius: 16px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border: 1px solid white;
        margin-bottom: 10vw;
    }
    .eiliko-match-mobi-bg{
        border-radius: 16px;
        width: 100%;
        height: 135vw;
    }
    .eiliko-match-mobi-video-icon{
        width: 10vw;
        position: absolute;
        top: -2vw;
        left: 4vw;
        z-index: 1;
    }
    .eiliko-match-mobi-content-box{
        position: absolute;
        top: 1.6vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }
    .eiliko-match-mobi-video{
        width: 95%;
        border-radius: 10px;
    }
    .eiliko-match-mobi-title{

        text-align: left;
        font-family: 'SAF';
        color: white;
        font-size: 24px;
        margin-top: 10vw;
        width: 90%;

    }
    .eiliko-match-mobi-content{
        font-family:Roboto;
        color: white;
        font-size: 16px;
        margin-top: 5vw;
        width: 90%;
        text-align: left;
        height: 15vh;
    }
    .eiliko-match-mobi-pic-box{
        position: absolute;
        bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;

    }
    .eiliko-match-mobi{
        position: relative;
        width: 100%;

    }
    .match-mobi-left{
        width: 40vw;
        position: absolute;
        right: 4vw;

    }
    .match-mobi-middle{
        width: 40vw;
        position: absolute;
        visibility: hidden;
        right: 0;
    }
    .match-mobi-right{
        width: 40vw;
        position: absolute;

        right: -4vw;
    }
    /*第四屏 end*/
}



