.btns{
    display: flex;
    align-items: center;

    .btn{
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 46px;
        border-radius: 6px;
        background: #FE672A;
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}
.arrow_right{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/arrow_right_w.png);
}

.arrow2_left{
    display: inline-block;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/arrow2_l.png);
}

.arrow2_right{
    display: inline-block;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/arrow2_r.png);
}
.arrow_tr_w{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/arrow_tr_w.png);
}

.title_bd{
    padding: 82px 0 50px;
    text-align: center;
    .title{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #181818;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 15px;
        &::before{
            margin-right: 10px;
            content: "";
            display: inline-block;
            width: 45px;
            height: 45px;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/arrow2_l.png);
        }
        &::after{
            margin-left: 10px;
            content: "";
            display: inline-block;
            width: 45px;
            height: 45px;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/arrow2_r.png);
        }
    }
    .des{
        color: #787878;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
}

.vcibd{
    position: relative;
    &::after,&::before{
        position: absolute;
        top: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 72px;
        height: 33px;
        border-radius: 6px;
        background: rgba(0, 0, 0, 0.20);
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        z-index: 10;
    }
    &::before{
        content: "After";
        left: 18px;
    }
    &::after{
        content: "Before";
        right: 18px;
    }
    .vci-slider{
        z-index: 9;
        position: absolute;
        width: 2px;
        height: 100%;
        .triangle{
            position: absolute;
            bottom: 46px;
            left: -17px;
            width: 36px;
            height: 36px;
            background: url(https://qiniugw.sdwanyue.com/facegl/20251223/triangle_bg.png) center center no-repeat;
        }
        .line{
            width: 2px;
            height: 100%;
            background: linear-gradient(180deg, rgba(237, 237, 237, 0.05) 0%, #EDEDED 51.92%, rgba(255, 255, 255, 0.05) 100%);
        }
    }
    & img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        &:last-child{
            z-index: 3;
            clip: rect(auto, 0px, auto, auto);
        }
    }
}

.swiper-pagi-my {
    width: 100%;
    left: 0;
    bottom: 25px;
    position: absolute;
    text-align: center;
    transition: 3s;
    transform: translate3d(0,0,0);
    z-index: 10;
    font-size: 0;
}

.swiper-pagination-my-bullet {
    width: 63px;
    border-radius: 15px;
    margin: 0 5px;
    height: 6px;
    display: inline-block;
    position: relative;
}

#swiper1 .swiper-pagination{
    bottom: 20px;
}
#swiper1 .swiper-pagination-bullet{
    width: 63px;
    border-radius: 15px;
    position: relative;
}

.swiper-pagination-my-bullet .hua-swiper {
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 6px;
    width: 0px;
    border-radius: 15px;
    background: #9272D4;
    transition-timing-function: linear !important;
    -moz-transition-timing-function: linear!important; /* Firefox 4 */
    -webkit-transition-timing-function: linear!important;
    -o-transition-timing-function: linear!important; /* Opera */
    -moz-transition: width 10s;
    -webkit-transition: width 10s;
    transition: width 10s;
}

.banner{
    height: 600px;
    .swiper-slide{
        height: 600px;
    }
    .btns{
        .btn{
            width: 172px;
            height: 55px;
            background: linear-gradient(180deg, #FF5E1D 0%, #FFAA79 100%);
            font-size: 20px;
            &:hover{
                background: #fff;
                color: #FF7644;
                .arrow_right{
                    background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/arrow_right_o.png);
                }
            }
        }
    }
}

.banner_bottom{
    .list{
        height: 118px;
        display: flex;
        align-items: center;
        justify-content: center;
        .item{
            margin-right: 33px;
            flex: 1;
            display: flex;
            align-items: center;
            .img{
                margin-right: 10px;
                align-self: start;
            }
            .txt{
                .title{
                    color: #1B1B1B;
                    font-size: 18px;
                    font-weight: bold;
                }
                .des{
                    font-size: 14px;
                    color: #8F8885;
                }
            }
        }
    }
}

.function{
    height: 774px;
    background: linear-gradient(180deg, #FFF 0%, #FFFAF8 100%);
    .bd{
        .tab{
            margin: 0 auto 50px;
            width: 1000px;
            height: 56px;
            border-radius: 12px;
            background: #FFF;
            box-shadow: 0 0 15px 0 rgba(0, 10, 39, 0.07);
            display: flex;
            align-items: center;
            justify-content: center;
            .item{
                width: 142px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #323232;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                & span{
                    margin-right: 1px;
                    display: inline-block;
                    width: 26px;
                    height: 26px;
                    background-position: center;
                    background-repeat: no-repeat;
                    &.function_tab_1{
                        background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_1_b.png);
                    }
                    &.function_tab_2{
                        background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_2_b.png);
                    }
                    &.function_tab_3{
                        background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_3_b.png);
                    }
                    &.function_tab_4{
                        background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_4_b.png);
                    }
                    &.function_tab_5{
                        background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_5_b.png);
                    }
                    &.function_tab_6{
                        background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_6_b.png);
                    }
                    &.function_tab_7{
                        background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_7_b.png);
                    }
                }
                &.active{
                    border-radius: 12px;
                    background: #FE672A;
                    color: #fff;
                    font-weight: 700;
                    & span{
                        &.function_tab_1{
                            background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_1_w.png);
                        }
                        &.function_tab_2{
                            background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_2_w.png);
                        }
                        &.function_tab_3{
                            background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_3_w.png);
                        }
                        &.function_tab_4{
                            background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_4_w.png);
                        }
                        &.function_tab_5{
                            background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_5_w.png);
                        }
                        &.function_tab_6{
                            background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_6_w.png);
                        }
                        &.function_tab_7{
                            background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/function_tab_7_w.png);
                        }
                    }
                }
            }
        }
        .tab_content{
            .item{
                display: none;
                justify-content: center;
                align-items: inherit;
                .img{
                    position: relative;
                    width: 570px;
                    height: 358px;
                }
                .txt{
                    flex: 1;
                    margin-left: 68px;
                    padding: 50px 0 66px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    .title{
                        color: #181818;
                        font-size: 26px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: normal;
                        margin-bottom: 20px;
                        & span{
                            color: #FE672A;
                        }
                    }
                    .des{
                        flex: 1;
                        color: #787878;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                    }
                    .btns{
                        .btn{

                        }
                    }

                }
                &.active{
                    display: flex;
                }

            }
        }
    }
}

.sence{
    height: 873px;
    .bd{
        position: relative;
        height: 548px;
        .tab{
            position: absolute;
            padding: 0 15px;
            bottom: 79px;
            left: 60px;
            display: flex;
            align-items: center;
            z-index: 10;
            &::after{
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                background: rgba(255, 255, 255, 0.40);
            }
            .item{
                display: flex;
                align-items: center;
                justify-content: center;
                height: 45px;
                color: #DEDEDE;
                font-size: 17px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-right: 45px;
                &:last-child{
                    margin-right: 0;
                }
                &.active{
                    color: #FFFFFF;
                    position: relative;
                    &::after{
                        content: '';
                        position: absolute;
                        margin-left: -40px;
                        left: 50%;
                        bottom: 0;
                        width: 80px;
                        height: 3px;
                        background: url("https://qiniugw.sdwanyue.com/facegl/20251223/sence_tab_active.png") no-repeat center;
                    }
                }
            }
        }
        .des{
            z-index: 10;
            position: absolute;
            top: 491px;
            left: 60px;
            .item{
                display: none;
                color: #FFF;
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                &.active{
                    display: block;
                }
            }
        }
        .bg{
            position: absolute;
            top: 0;
            left: 0;
            .item{
                display: none;
                &.active{
                    display: block;
                }
            }
        }
        .btns{
            z-index: 10;
            position: absolute;
            bottom: 45px;
            right: 68px;
            .btn{
                font-weight: 700;
            }
        }
    }
}

.engine{
    height: 1336px;
    border-radius: 71.465px;
    background: url('https://qiniugw.sdwanyue.com/facegl/20251223/engine_bg.png') no-repeat center;
    .title_bd{
        margin-bottom: 20px;
    }
    .bd{
        .list{
            display: flex;
            align-items: inherit;
            .left{
                flex: 1;
                display: flex;
                flex-direction: column;
                .title{
                    display: flex;
                    align-items: center;
                    color: #181818;
                    font-size: 26px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                    margin-bottom: 20px;
                    & span{
                        color: #FE672A;
                    }
                }
                .des{
                    flex: 1;
                    color: #787878;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }
                .tab{
                    display: flex;
                    flex-wrap: wrap;
                    margin-bottom: -30px;
                    .item{
                        width: 232px;
                        height: 69px;
                        box-sizing: border-box;
                        padding: 12px;
                        margin-bottom: 30px;
                        display: flex;
                        align-items: center;
                        color: #181818;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: bold;
                        line-height: normal;
                        border-radius: 8px;
                        border: 1px solid #fff;
                        .img{
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 45px;
                            height: 45px;
                            margin-right: 18px;
                            background: url("https://qiniugw.sdwanyue.com/facegl/20251223/engine_img_bg.png") no-repeat center;
                            & img{
                                max-width: 100%;
                                max-height: 100%;
                            }
                        }
                        &.active{
                            color: #FE672A;
                            border-radius: 8px;
                            border: 1px solid #FE672A;
                        }
                        &:nth-child(2n+1){
                            margin-right: 75px;
                        }
                    }
                }
            }
            .middle{
                width: 82px;
            }
            .right{
                .tab_content{
                    .item{
                        display: none;
                        .img{
                            width: 570px;
                            height: 358px;
                        }
                        &.active{
                            display: block;
                        }
                    }
                }
            }
        }
        &.face{
            margin-bottom: 40px;
        }
        &.dimension{
            .list{
                flex-direction: row-reverse;
            }
        }
    }
}

.advantage{
    height: 1110px;
    .bd{
        padding-top: 50px;
        .top{
            width: 1120px;
            margin: 0 auto 30px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            .item{
                width: 528px;
                height: 520px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background-repeat: no-repeat;
                background-position: center;
                border-radius: 20px;
                .img{
                    margin-bottom: 10px;
                    & img{
                        margin-top: -55px;
                    }
                }
                .t{
                    margin-bottom: 20px;
                    color: #181818;
                    text-align: center;
                    font-size: 24px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 26px; /* 108.333% */
                }
                .d{
                    flex: 1;
                    padding: 0 50px;
                    margin-bottom: 30px;
                    color: #666;
                    text-align: center;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 26px; /* 162.5% */
                }
                .btns{
                    padding-bottom: 30px;
                    .btn{
                        margin: 0 15px;
                    }
                }

                &.sdk{
                    background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/advantage_bg_1.png);
                    .btns{
                        .btn{
                            &:nth-child(2n+1){
                                background: #FE672A;
                                border: 1px solid #FE672A;
                            }
                            &:nth-child(2n){
                                color: #FE672A;
                                border: 1px solid #FE672A;
                                background: transparent;
                            }
                        }
                    }
                }
                &.customize{
                    background-image: url(https://qiniugw.sdwanyue.com/facegl/20251223/advantage_bg_2.png);
                    .btns{
                        .btn{
                            &:nth-child(2n+1){
                                background: #FF68D4;
                                border: 1px solid #FF68D4;
                            }
                            &:nth-child(2n){
                                color: #FF68D4;
                                border: 1px solid #FF68D4;
                                background: transparent;
                            }
                        }
                    }
                }
            }
        }
        .bottom{
            display: flex;
            align-items: center;
            justify-content: center;
            width: 1120px;
            height: 195px;
            margin: 0 auto;
            border-radius: 20px;
            border: 1px solid #FFE8D9;
            background: #FEF1ED;
            .item{
                margin: 0 46px;
                padding: 30px 0;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                .img{
                    width: 42px;
                    height: 42px;
                    border-radius: 6px;
                    background: #FE672A;
                    box-shadow: 0 4px 8px 0 rgba(240, 194, 184, 0.80);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    margin-bottom: 12px;
                    & img{
                        max-width: 100%;
                        max-height: 100%;
                    }
                }
                .t{
                    margin-bottom: 10px;
                    color: #000;
                    text-align: center;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: bold;
                    line-height: normal;
                }
                .d{
                    flex: 1;
                    color: #787878;
                    text-align: center;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                }
            }
        }
    }
}

.trust{
    height: 780px;
    background: #F4F4F6 url("https://qiniugw.sdwanyue.com/facegl/20251223/trust_bg.png") no-repeat center bottom;
    .bd{
        padding-top: 50px;
        .top{
            margin: 0 auto;
            width: 1000px;
            box-sizing: border-box;
            margin-bottom: 34px;
            padding: 0 44px 0 58px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            .item{
                .n{
                    color: #FE672A;
                    font-size: 30px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: normal;
                }
                .t{
                    color: #2E3033;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: bold;
                    line-height: normal;
                }
            }
        }
        .middle{
            margin-bottom: 23px;
            .t{
                margin: 0 auto;
                width: 615px;
                height: 53px;
                border-radius: 100px;
                border: 1px solid #FFE4DF;
                background: linear-gradient(180deg, #FEEAE8 0%, #FFFBF9 87.29%);
                box-shadow: 0 4px 12px 0 rgba(24, 7, 1, 0.08), 0 4px 2px 0 #FEF1ED inset;
                color: #FE672A;
                font-size: 17px;
                font-style: normal;
                font-weight: bold;
                line-height: normal;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
        .customer{
            .list{
                display: flex;
                flex-wrap: wrap;
                & img{
                    margin: 0 9px 30px;
                    width: 205px;
                }
            }
        }
        .bottom{
            .btns{
                justify-content: center;
                .btn{
                }
            }
        }
    }
}

.choice{
    height: 738px;
    .bd{
        padding-top: 50px;
        .list{
            display: flex;
            justify-content: center;
            .item{
                .t{
                    color: #333;
                    font-size: 26px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 28px;
                    margin-bottom: 30px;
                }
                .d{
                    margin-bottom: 24px;
                    color: rgba(120, 120, 120, 0.90);
                    font-size: 15px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 28px;
                }

                &.other{

                    width: 522.5px;
                    height: 418px;
                    background: url("https://qiniugw.sdwanyue.com/facegl/20251223/choice_bg_1.png") no-repeat center;
                    box-sizing: border-box;
                    padding: 40px 0 0 30px;
                }
                &.meihu{
                    position: relative;
                    width: 682px;
                    height: 433px;
                    background: url("https://qiniugw.sdwanyue.com/facegl/20251223/choice_bg_2.png") no-repeat center;
                    box-sizing: border-box;
                    padding: 50px 0 0 100px;
                    margin-top: -50px;
                    margin-left: -67px;
                    .t{
                        color: #FFF;
                        text-shadow: 0 4px 8px #F09773;
                        font-size: 28px;
                    }
                    .d{
                        padding-left: 24px;
                        position: relative;
                        color: #FFF;
                        &::after{
                            position: absolute;
                            content: "";
                            display: block;
                            width: 16px;
                            height: 16px;
                            background: url("https://qiniugw.sdwanyue.com/facegl/20251223/choice_bg_3.png") no-repeat center;
                            top: 6px;
                            left: 0;
                        }
                    }
                    .img1{
                        position: absolute;
                        bottom: 0;
                        left: -120px;
                    }
                    .img2{
                        position: absolute;
                        bottom: 17px;
                        right: -20px;
                    }
                }
            }
        }
    }
}

.news{
    height: 805px;
    background: #FBFBFB;
    .bd{
        .list{
            display: flex;
            justify-content: center;
            .item{
                margin: 0 15px;
                width: 380px;
                height: 414px;
                box-sizing: border-box;
                border: 1px solid #EDEDED;
                border-radius: 16px;
                padding: 18px;
                position: relative;
                .img{
                    width: 344px;
                    height: 197px;
                    margin-bottom: 20px;
                    & img{
                        width: 100%;
                        height: 100%;
                        border-radius: 12px;
                    }
                }
                .txt{
                    display: flex;
                    align-items: center;
                    .left{
                        flex: 1;
                        padding-bottom: 12px;
                        .tag{
                            margin-bottom: 12px;
                            width: 84px;
                            height: 24px;
                            border-radius: 5px;
                            background: #FE672A;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            color: #FFF;
                            font-size: 15px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: normal;
                            &.tag1{}
                            &.tag2{
                                background: #FEB404;
                            }
                            &.tag3{}
                        }
                        .title{
                            height: 52px;
                            color: #181818;
                            font-size: 18px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: 26px;
                        }
                    }
                    .right{
                        width: 55px;
                        .arrow{
                            width: 55px;
                            height: 55px;
                            border-radius: 50%;
                            background: #F2F0F0 url("https://qiniugw.sdwanyue.com/facegl/20251223/arrow_tr_b.png") no-repeat center;
                        }

                    }
                }
                .des{
                    color: #787878;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: normal;
                    padding-top: 12px;
                    border-top: 1px solid rgba(0, 0, 0, 0.15);
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

                &:hover{
                    background: #FF7741;
                    border-radius: 16px 140px 16px 16px;
                    .img{
                        & img{
                            border-radius: 12px 140px 12px 12px;
                        }
                    }
                    .txt{
                        .left{
                            .tag{
                                color: #323232;
                                background: #ffffff;
                            }
                            .title{
                                color: #ffffff;
                            }
                        }
                        .right{
                            .arrow{
                                display: none;
                            }
                        }
                    }
                    .des{
                        color: #ffffff;
                    }
                    &:after{
                        content: "";
                        position: absolute;
                        top: 0;
                        right: 0;
                        width: 70px;
                        height: 70px;
                        border: 2px solid #ffffff;
                        background: #FEB404 url("https://qiniugw.sdwanyue.com/facegl/20251223/arrow_tr_w2.png") no-repeat center;
                        border-radius: 50%;
                    }
                }
            }
        }

        .bottom{
            padding-top: 55px;
            .btns{
                justify-content: center;
                .btn{
                }
            }
        }
    }
}

.consulting{
    height: 310px;
    background: url("https://qiniugw.sdwanyue.com/facegl/20251223/bottom_bg.png") no-repeat center center;
    .bd{
        padding-top: 55px;
        .title{
            color: #FFF;
            text-align: center;
            font-size: 35px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 0.7px;
        }
        .btns{
            padding-top: 40px;
            justify-content: center;
            .btn{
                margin: 0 15px;
                background: #FFF;
                border: 1px solid #FFF;
                color: #FE672A;

                &.btn2{
                    color: #ffffff;
                    background: transparent;
                }
            }
        }
    }
}