*, *::before, *::after { box-sizing: border-box; }
.common-indexs-info{
    text-align: center;
}
.common-indexs-info-title{
    color: #181818;
    font-size: 35px;
    font-weight: 700;
}
.common-indexs-info-text{
    margin-top: 16px;
    color: #666;
    font-size: 17px;
}

/***banner**/
.banner{
    width: 100%;
    /*height: 930px;*/
    /*background: url('../images/index/bg.png') no-repeat;*/
    background-size: 100% 100%;
    clear: both;
    overflow: hidden;
}



.banner .swiper-slide {
    background-size: 100% 100%;

}
.banner_content{
    margin: 0 auto;
    position: relative;
    width: 1200px;
    height: 100%;
    clear: both;
    overflow: hidden;
}
.banner_content_left{
    float: left;
    margin-top: 150px;
    /*transform: scale(0.8);*/
}
.banner_content_left_img{
    width: 100%;
}
.banner_content_right{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 500px;
}
.banner_content_huodong{
    width: 600px;
    margin-top: 112px;
    margin-left: 304px;
}
.banner .swiper-slide {
    height: 700px;
}

#swiper2 .swiper-pagination{
    bottom: 20px;
}
#swiper2 .swiper-pagination-bullet{
    width: 63px;
    height: 6px;
    border-radius: 15px;
    position: relative;
    background: #ffffff;
    opacity:.3;
}

#swiper2 .swiper-pagination-bullet-active{
    opacity:1;
}
.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;
}


.swiper-pagination-my-bullet .hua-swiper {
    display: inline-block;
    position: absolute;
    left: 0px;
    height: 6px;
    width: 0px;
    border-radius: 15px;
    background: #FF4877;
    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_content_left_bottom{
    margin-top: 50px;
}



.banner_content_left_bottom > a {
    z-index: 9999;
    transition: background-color 0.5s ease-out;
    -ms-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}
.banner_content_left_bottom{
    display: flex;
}
.banner_content_left_bottom > a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_content_left_bottom > a img{
    margin-left: 5px;
}
.banner_content_left_bottom_a1{
    width: 160px;
    height: 54px;
    font-size: 19px;
    color: #A042BE;
    letter-spacing: 1px;
    border-radius: 100px;
    background: linear-gradient(110deg, #FCA5C8 7.41%, #FF3671 48.57%);
    box-shadow: 0 5px 10px 0 rgba(240, 75, 102, 0.30);
}

.banner_content_left_bottom_a1:nth-child(2) {
    #background: #6E43C6;
}


.banner_content_left_bottom_a2{
    width: 160px;
    height: 54px;
    border-radius: 100px;
    font-size: 19px;
    color: #A042BE;
    letter-spacing: 1px;
    margin-left: 30px;
    border: 1px solid #fff;
}


.banner_content_left_bottom_a2:nth-child(2) {
    #background: #6E43C6;
}


.function{
    padding-top: 90px;
    height: 980px;
}
.function-nav{
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 964px;
    height: 56px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 10, 39, 0.07);
}
.function-nav-item{
    display: flex;
    justify-content:center;
    align-items: center;
    width: 136px;
    height: 50px;
    border-radius: 12px;
    background: #fff;
    transition: all .2s;
}
.function-nav-item.active{
    background: #FF4877;
    color: #ffffff;
}
.function-nav-item img{
    transition: all .2s;
    width: 26px;
    height: 26px;
}
.function-nav-item.active img{
    filter:brightness(0)   invert(1)  drop-shadow(0 0 0 white);
}
.function-nav-item span{
    color: #323232;
    font-size: 16px;
    font-weight: 500;
}
.function-nav-item.active span{
    color: #ffffff;
}
.function-main{
    margin: 40px auto 0 ;
    width: 956px;
    height: 510px;
}
.function-main>div{
    width: 100%;
    height: 100%;
}

.function-main-item{
    display: none;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.function-main-item.active{
    display: block;
}
.function-main-item img{
    width: 100%;
    height: 100%;
}
.function-main-item .first-img{
    position: absolute;
    left:0;
    top: 0;
}
.function-main-item .last-img{
    position: absolute;
    left:0;
    top: 0;
    z-index: 3;
    clip: rect(auto, 0px, auto, auto);
}
.function-main .vci-slider{
    position: absolute;
    height: 100%;
    width: 10px;
}
.function-main .vci-slider .line{
    position: absolute;
    display: inline-block;
    z-index: 6;
    width: 1px;
    height: 100%;
    background: #ffffff;
    left: 0;
}
.function-main .vci-slider .triangle{
    cursor: pointer;
    position: absolute;
    height: 24px;
    width: 24px;
    background: rgb(56, 65, 79);
    z-index: 11;
    align-items: center;
    background: rgba(0, 0, 0, .3);
    border-radius: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    transition: all .3s;
    top: 70%;
    left: -12px;
}
.function-text{
    margin-top: 36px;
    text-align: center;
    color: #646464;
    font-size: 15px;
}
.common-info{
    padding-top: 80px;
    background-image: url("https://qiniugw.sdwanyue.com/20251107/02/Rectangle%20159.png");
    background-repeat: no-repeat;
    height: 807px;
    background-size: cover;
}
.common-info .common-indexs-info{
    margin-bottom: 60px;
}
.common-info-main{
    display: flex;
    justify-content: center;
}
.common-info-left{
    padding-top: 10px;
}
.common-left-item{
    display: flex;
    margin-bottom: 24px;
    width: 480px;
    height: 110px;
    border-radius: 8px;
    border: 2px solid #F3F4F6;
    background: #FFF;
    transition: all .2s;
}
.common-left-item.active{
    border-bottom: 2px solid #FEC8D6;
    background: linear-gradient(92deg, #FFF 1.64%, #FFF6F8 97.64%);
    box-shadow: 0 10px 20px 4px rgba(0, 0, 0, 0.10);
}
.common-left-item .icon{
    margin: 23px 14px 0 18px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    transition: all .2s;
}
.common-left-item.active .icon{
    background: linear-gradient(140deg, #F73192 15.19%, #FE235F 84.25%);
    box-shadow: 0 8px 16px 2px rgba(255, 72, 119, 0.35);
}
.common-left-item .info{
    margin-top: 18px;
    margin-right: 20px;
}
.common-left-item .title{
    color: #181818;
    font-size: 20px;
    font-weight: 700;
}
.common-left-item .text{
    color: #666;
    font-size: 14px;
}
.common-info-right{
    margin-left: 120px;
}
.common-info-right img{
    width: 600px;
    height: 398px;
}
.common-info.ai .common-info-right img{
    display: none;
}
.common-info.ai .common-info-right img:nth-child(1){
    display: block;
}
.common-button{
    margin-top: 74px;
}
.common-button a{
    margin: 0 auto;
    display: block;
    width: 192px;
    height: 54px;
    border-radius: 30px;
    background: linear-gradient(90deg, #FF3866 0%, #FF4877 100%);
    line-height: 54px;
    text-align: center;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
}
.common-info.style{
    height: 733px;
    background-image: unset;
}
.common-info.style .common-info-right{
    margin-left: 0;
    margin-right: 120px;
}
.common-info.creativity{
    background-image: url("https://qiniugw.sdwanyue.com/20251107/02/Rectangle%20160.png");
}
.scene{
    height: 767px;
}
.scene-main{
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.scene-main-item{
    position: relative;
    margin: 0 5.5px;
    width: 194px;
    height: 472px;
    border-radius: 14px;
    transition: all .2s;
    overflow: hidden;
}
.scene-main-item img{
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.scene-main-item.active{
    width: 380px;
}
.scene-main-item span{
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}
.scene-main-item span:before{
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
}

.advantage{
    padding-top: 80px;
    height: 597px;
    background-image: url("https://qiniugw.sdwanyue.com/20251107/02/%E4%BC%98%E5%8A%BFbj.png");
    background-size: cover;

}
.advantage-main{
    display: flex;
    justify-content: center;
    margin-top: 65px;
}
.advantage-main-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 9.5px;
    width: 286px;
    height: 272px;
    border-radius: 16px;
    background: #FFF;
    transition: .2s;
}
.advantage-main-item.active{
    background-image: url("https://qiniugw.sdwanyue.com/20251107/02/Group%20188.png");
    background-size: cover;
    box-shadow: 0 15px 30px 5px rgba(0, 0, 0, 0.10);
    transform: translateY(-10px);
}
.advantage-main-item img{
    margin-top: 40px;
    width: 56px;
    height: 56px;
}
.advantage-main-item .title{
    position: relative;
    margin: 26px 0 31px;
    color: #181818;
    font-size: 22px;
    font-weight: 700;
}
.advantage-main-item .title:after{
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    content: '';
    width: 64px;
    height: 3px;
    border-radius: 100px;
    background: #E5E7EB;
}
.advantage-main-item.active .title:after{
    background: #FF4877;
}
.advantage-main-item .text{
    width: 234px;
    color: #000;
    text-align: center;
    font-size: 15px;
}
.sdk{
    padding-top: 70px;
    height: 848px;
    background-image: url("https://qiniugw.sdwanyue.com/20251107/03/%E6%8F%90%E4%BE%9B%E6%8E%A5%E5%85%A5bj.png");
    background-size: cover;
}
.sdk .common-indexs-info>div{
    color: #ffffff;
}
.sdk-main{
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
    width: 1200px;
    height: 558px;
    border-radius: 20px;
    background: #FFF;
}
.left-sdk-main{
    margin: 50px 0px 0 45px;
}
.sdk-info{
    display: flex;
    flex-wrap: wrap;
    width: 502px;
}
.sdk-info-item:nth-child(2n-1){
    margin-right: 14px;
}
.sdk-info-item{
    margin-bottom: 24px;
    padding-top: 24px;
    padding-left: 24px;
    left: 24px;
    display: flex;
    flex-direction: column;
    width: 244px;
    height: 176px;
    border-radius: 12px;
    background: linear-gradient(117deg, #FFF 3.27%, #F9FAFB 98.78%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    transition: all .2s;

}
.sdk-info-item:hover{
    background: linear-gradient(117deg, #FDF3F8 3.27%, #FAF0F4 98.78%);
    transform: translateY(-6px);
}
.sdk-info-item:nth-child(2):hover{
    background: linear-gradient(117deg, #FBF5FF 3.27%, #F9EEF6 98.78%);
}
.sdk-info-item:nth-child(3):hover{
    background: linear-gradient(117deg, #F5F8FF 3.27%, #F6F2FC 98.78%);
}
.sdk-info-item:nth-child(4):hover{
    background: linear-gradient(117deg, #F6F7FF 3.27%, #F0EDF7 98.78%);
}
.sdk-info-item img{
    margin-bottom: 16px;
    width: 48px;
    height: 48px;
}
.sdk-info-item span:first-of-type{
    margin-bottom: 3.5px;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.396px;
    background: linear-gradient(198deg, #F6339A 24.41%, #FF2056 77.27%);
    background-clip: text!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}
.sdk-info-item:nth-child(2) span:first-of-type{
    background: linear-gradient(185deg, #AD46FF 7.48%, #EE35A5 79.22%);
}
.sdk-info-item:nth-child(3) span:first-of-type{
    background: linear-gradient(198deg, #4275FF 24.41%, #9850FF 77.27%);
}
.sdk-info-item:nth-child(4) span:first-of-type{
    background: linear-gradient(185deg, #5A64FF 7.48%, #4688FF 79.22%);
}
.sdk-info-item span:last-of-type{
    color: #4A5565;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.312px;
}
.sdk-button{
    position: relative;
}
.sdk-button:hover .sdk-code{
    display: block;
}
.sdk-code{
    display: none;
    position: absolute;
    top: -212px;
    left: 50%;
    transform: translate(-50% ,0);
    width: 162px;
    height: 198px;
    background-color: #fff;
    animation: code-run 1s ease;
}
@keyframes code-run {
    from{
        transform: translate(-50% ,-5%);
    }
    to{
        transform: translate(-50% ,0);
    }
}
.sdk-code .code{
    margin-bottom: 10px;
    padding-top: 6px;
    text-align: center;
}
.sdk-code .code img{
    margin: 0;
    width: 150px;
    height: 150px;
}
.sdk-code .text{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.sdk-code .text img{
    width: 20px;
    height: 20px;
}
.sdk-button a{
    display: flex;
    width: 512px;
    padding: 18px 0;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: linear-gradient(90deg, #F6339A 0%, #FF2056 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.15px;
}
.sdk-button img{
    margin-right: 5px;
    width: 18px;
    height: 18px;
}

.firm{
    padding-top: 100px;
    height: 590px;
    background: linear-gradient(180deg, #F1F5FD 0%, #FFF 100%);
}
.firm-main{
    margin: 0 auto;
    width: 1200px;
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
}
.firm-main img{
    margin: 0 10px 32px 0;
    width: 224px;
    height: 100px;
}
