*{
    box-sizing: border-box;
}
.aibody{
    .container{
        width: 1200px;
    }
}
.titlebd{
    text-align: center;
    .title{
        margin-bottom: 11px;
        font-size: 40px;
        font-weight: 700;
        color: #202020;
    }
    .des{
        color: #787878;
        font-size: 18px;
        font-weight: 400;
    }
    &.white{
        .title{
            color: #fff;
        }
        .des{
            color: #F0F0F0;
        }
    }
}

.msgTan{
    cursor: pointer;
}

body .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner{
    height: 600px;
    .item{
        height: 600px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        .bd{
            display: flex;
            justify-content: space-between;
        }
        .btns{
            padding-top: 60px;
            display: flex;
            align-items: center;
            .btn{
                margin-right: 12px;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 140px;
                height: 48px;
                border-radius: 5px;
                background: #417FFF;
                color: #FFF;
                font-size: 16px;
                font-weight: 500;
                &:last-child{
                    margin-right: 0;
                }
                &.white{
                    background: transparent;
                    border: 1px solid #ffffff;
                }
                &.green{
                    background: #25cc93;
                }
            }
        }

        &.item1{
            background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/banner_bg_1.png);
            .left{
                padding-top: 140px;
                .title{
                    & img{}
                }

            }
            .right{
                & img{}
            }
        }

        &.item2{
            background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/banner_bg_2.png);
            .left{
                padding-top: 140px;
                .title{
                    & img{}
                }

            }
            .right{
                & img{
                    margin-left: -74px;
                }
            }
        }

        &.item3{
            background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/banner_bg_3.png);
            .left{
                padding-top: 140px;
                .title{
                    & img{}
                }

            }
            .right{
                padding-top: 54px;
                & img{

                }
            }
        }

        &.item4{
            background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/banner_bg_4.png);
            .left{
                padding-top: 90px;
                .title{
                    & img{}
                }

            }
            .right{
                padding-top: 50px;
                & img{}
            }
        }

    }
}
.bannerBottom{
    margin-top: -70px;
    .bd{}
    .list{
        height: 110px;
        position: relative;
        & .swiper-button-prev,& .swiper-button-next{
            position: absolute;
            top: 50%;
            margin-top: -14px;
            width: 60px;
            height: 60px;
        }
        .swiper-button-prev{
            left: -70px;
            background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/bannerBottom_left.png") no-repeat center;
        }
        .swiper-button-next{
            right: -70px;
            background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/bannerBottom_right.png") no-repeat center;
        }
        .item{
            margin-top: 22px;
            display: flex;
            width: 280px;
            height: 85px;
            padding: 19px 13px 19px 20px;
            border-radius: 6px;
            border: 1px solid #FFF;
            background: linear-gradient(90deg, #FFF 0%, #ECF2FF 100%);
            box-shadow: 0px 2px 4px 0px rgba(65, 127, 255, 0.15);
            .left{
                margin-right: 10px;
                .img{
                    & img{
                        width: 28px;
                        height: 28px;
                    }
                }
            }
            .right{
                flex: 1;
                overflow: hidden;
                .title{
                    margin-bottom: 6px;
                    color: #202020;
                    font-size: 16px;
                    font-weight: 600;
                }
                .des{
                    color: #646464;
                    font-size: 13px;
                    font-weight: 400;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }
            &.active{
                margin-top: 0;
                height: 107px;
                .des{
                    overflow: visible;
                    white-space: unset;
                }
            }
        }
        /*.swiper-wrapper{
            .swiper-slide-active{
                .item{
                    margin-top: 0;
                    height: 107px;
                    .des{
                        overflow: visible;
                        white-space: unset;
                    }
                }
            }
        }*/
    }
}

.ai_routine{
    padding-top: 70px;
    background: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_routine_bg.png)no-repeat center bottom;
    .bd{
        padding: 55px 0 80px;
        display: flex;
        .left{
            margin-right: 13px;
            .img{
                & img{

                }
            }
        }
        .right{
            .list{
                display: flex;
                flex-wrap: wrap;
                .item{
                    cursor: pointer;
                    margin-left: 66px;
                    margin-bottom: 60px;
                    width: 360px;
                    .img{
                        margin-bottom: 24px;
                        width: 80px;
                        height: 80px;
                        background-repeat: no-repeat;
                        background-position: center;
                        &.img1{
                            background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_routine_img11.png);
                        }
                        &.img2{
                            background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_routine_img21.png);
                        }
                        &.img3{
                            background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_routine_img31.png);
                        }
                        &.img4{
                            background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_routine_img41.png);
                        }
                    }
                    .title{
                        margin-bottom: 12px;
                        color: #202020;
                        font-size: 23px;
                        font-weight: 600;
                    }
                    .des{
                        color: #646464;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 25px;
                    }
                    &.active{
                        .img{
                            &.img1{
                                background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_routine_img12.png);
                            }
                            &.img2{
                                background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_routine_img22.png);
                            }
                            &.img3{
                                background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_routine_img32.png);
                            }
                            &.img4{
                                background-image: url(https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_routine_img42.png);
                            }
                        }
                        .title{
                            color: #417FFF;
                        }
                    }
                }
            }
        }
    }
}

.ai_yitiji{
    padding-top: 80px;
    height: 872px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_yitiji_bg.png")no-repeat center bottom;
    .bd{
        padding-top: 90px;
        display: flex;
        .left{
            flex: 1;
            margin-right: 37px;
            .list{
                .item{
                    display: flex;
                    padding: 20px;
                    border: 0.8px solid transparent;
                    cursor: pointer;
                    .sort{
                        margin-top: -3px;
                        margin-right: 10px;
                        color: #FFF;
                        font-size: 26px;
                        font-weight: 700;
                    }
                    .info{
                        .title{
                            margin-bottom: 10px;
                            color: #FFF;
                            font-size: 22px;
                            font-weight: 600;
                        }
                        .des{
                            color: #F0F0F0;
                            font-size: 16px;
                            font-weight: 400;
                        }
                    }
                    &.active{
                        border-radius: 10px;
                        border: 0.8px solid #FFF;
                        background: rgba(0, 17, 34, 0.10);
                       .sort{
                            color: #417FFF;
                        }
                       .info{
                           .title{
                                color: #417FFF;
                            }
                       }
                    }
                }
            }
        }
        .right{
           .img{
                & img{}
            }
        }
    }
}

.ai_tool{
    padding: 90px 0 100px ;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_tool_bg.png")no-repeat center bottom;
    .bd{
        padding-top: 90px;
        display: flex;
        .left{
            margin-right: 60px;
            .img{
                & img{}
            }
        }
        .right{
            flex: 1;
            .list{
                .item{
                    margin-bottom: 30px;
                    display: flex;
                    cursor: pointer;
                    &:last-child{
                        margin-bottom: 0;
                    }
                    .sort{
                        padding-top: 8px;
                        margin-right: 10px;
                        & span{
                            display: inline-block;
                            width: 20px;
                            height: 21px;
                            background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_tool_img11.png")no-repeat center;
                        }
                    }
                    .info{
                        .title{
                            margin-bottom: 5px;
                            color: #202020;
                            font-size: 22px;
                            font-weight: 600;
                        }
                        .des{
                            color: #666;
                            font-size: 16px;
                            font-weight: 400;
                        }
                    }
                    &.active{
                        .sort{
                            & span{
                                background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_tool_img12.png")no-repeat center;
                            }
                        }
                        .info{
                            .title{
                                color: #417FFF;
                            }
                            .des{
                                color: #202020;
                            }
                        }
                    }
                }
            }
        }

    }
}

.ai_company{
    padding-top: 80px;
    .bd{
        margin-top: 39px;
        height: 480px;
        background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_company_bg.png") no-repeat center bottom;
        .list{
            display: flex;
            justify-content: space-between;
            padding-top: 75px;
            .item{
                .title{
                    margin-bottom: 8px;
                    color: #FFF;
                    font-size: 26px;
                    font-weight: 700;
                }
                .des{
                    margin-bottom: 36px;
                    color: #F6F6F6;
                    font-size: 16px;
                    font-weight: 350;
                }
                .tag{
                    .item1{
                        display: flex;
                        align-items: center;
                        margin-bottom: 20px;
                        & i{
                            margin-right: 10px;
                            display: inline-block;
                            width: 16px;
                            height: 16px;
                            background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_company_i.png")no-repeat center;
                        }
                        & span{
                            color: #FFF;
                            font-size: 16px;
                            font-weight: 400;
                        }
                    }
                }
                .btnbd{
                    display: flex;
                    .btn{
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 116px;
                        height: 42px;
                        border-radius: 6px;
                        background: #FFF;
                        & span{
                            margin-right: 4px;
                            color: #417FFF;
                            font-size: 16px;
                            font-weight: 500;
                        }
                        & i{
                            display: inline-block;
                            width: 16px;
                            height: 16px;
                            background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_company_right1.png")no-repeat center;
                        }
                        &.btn2{
                            & span{
                                color: #323232;
                            }
                            & i{
                                background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_company_right2.png");
                            }
                        }
                    }
                }

                &.reverse{
                    text-align: right;
                    .tag{
                        .item1{
                            flex-direction: row-reverse;
                            & i{
                                margin-left: 10px;
                                margin-right: 0;
                            }
                        }
                    }
                    .btnbd{
                        flex-direction: row-reverse;
                    }
                }
            }
        }
    }
}

.ai_jishu{
    padding: 120px 0 90px;
    .bd{
        padding-top: 50px;
        .list{
            display: flex;
            .item{
                margin-right: 21px;
                width: 186px;
                height: 320px;
                display: flex;
                flex-direction: column;
                justify-content: end;
                padding:0 30px 40px 20px;
                background-repeat: no-repeat;
                background-position: center;
                border-radius: 8px;
                .title{
                    position: relative;
                    padding-bottom: 10px;
                    color: #FFF;
                    font-size: 18px;
                    font-weight: 700;
                    &:after{
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        content: "";
                        width: 90px;
                        height: 3px;
                        background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.01) 100%);
                    }
                }
                .des{
                    display: none;
                    padding-top: 32px;
                    color: #F0F0F0;
                    font-size: 14px;
                    font-weight: 500;
                }

                &:last-child{
                    margin-right: 0;
                }

                &.item1{
                    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_jishu_1.png");
                }
                &.item2{
                    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_jishu_2.png");
                }
                &.item3{
                    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_jishu_3.png");
                }
                &.item4{
                    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_jishu_4.png");
                }
                &.item5{
                    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_jishu_5.png");
                }

                &.active{
                    width: 372px;
                    .des{
                        display: block;
                    }
                }
            }
        }
    }
}

.ai_platform{
    padding: 60px 0 50px;
    height: 680px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_platform_bg.png") no-repeat  center;
    .bd{
        padding-top: 49px;
        .list{
            display: flex;
            flex-wrap: wrap;
            .item{
                margin-right: 21px;
                margin-bottom: 21px;
                padding: 24px;
                border-radius: 10px;
                width: 386px;
                background: rgba(0, 0, 0, 0.30);
                border: 1px solid rgba(0, 0, 0, 0.30);
                &:last-child{
                    margin-right: 0;
                }
                .img{
                    margin-bottom: 14px;
                    & img{}
                }
                .title{
                    margin-bottom: 6px;
                    color: #FFF;
                    font-size: 24px;
                    font-weight: 700;
                    & span{
                        background: linear-gradient(90deg, #2C8BFF 46.73%, #67D4FF 99.98%);
                        background-clip: text;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }
                }
                .des{
                    color: #FFF;
                    font-size: 15px;
                    font-weight: 400;
                }

                &.active{
                    border: 1px solid rgba(255, 255, 255, 0.50);
                    background: rgba(0, 0, 0, 0.80);
                }
            }
        }
    }
}

.system{
    padding-top: 76px;
    height: 890px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/system_bg.png") no-repeat center bottom;
    .bd{
        padding-top: 60px;
        .tab{
            display: flex;
            .item{
                flex: 1;
                position: relative;
                padding-bottom: 21px;
                text-align: center;
                cursor: pointer;
                .img{
                    margin-bottom: 14px;
                    & img{}
                }
                .title{
                    color: #000;
                    font-size: 20px;
                    font-weight: 500;
                }

                &.active{
                    .title{
                        color: #417FFF;
                        font-weight: 700;
                    }

                }
                &.active:before{
                    position: absolute;
                    left: 50%;
                    bottom: 2px;
                    margin-left: -4px;
                    content: "";
                    width: 8px;
                    height: 8px;
                    background: #417FFF;
                    transform: rotate(45deg);
                }
                &.active:after{
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    content: "";
                    width: 100%;
                    height: 6px;
                    background: #417FFF;
                }
            }
        }
        .tabbds{
            padding-top: 50px;
            .tabbd{
                display: none;
                justify-content: space-between;
                &.active{
                    display: flex;
                }
                .left{
                    padding: 34px 0 0 34px;
                    .title{
                        display: flex;
                        align-items: center;
                        margin-bottom: 4px;
                        color: #323232;
                        font-size: 24px;
                        font-weight: 700;
                        & span{
                            margin-right: 10px;
                            color: #417FFF;
                            font-size: 30px;
                        }
                    }
                    .des{
                        margin-bottom: 22px;
                        color: #646464;
                        font-size: 14px;
                        font-weight: 500;
                    }
                    .line{
                        margin-bottom: 20px;
                        height: 1px;
                        background: #D9D9D9;
                    }
                    .tags{
                        .item{
                            display: flex;
                            align-items: center;
                            color: #323232;
                            font-size: 17px;
                            font-weight: 500;
                            line-height: 48px;
                            & i{
                                margin-right: 8px;
                                width: 8px;
                                height: 8px;
                                background:#417FFF;
                                border-radius: 50%;
                            }
                        }
                    }
                    .btns{
                        display: flex;
                        padding-top: 40px;
                        .btn{
                            margin-right: 12px;
                            width: 140px;
                            height: 48px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            border-radius: 5px;
                            background: #417FFF;
                            color: #FFF;
                            font-size: 16px;
                            font-weight: 500;
                            border: 1px solid #417FFF;
                            &.btn2{
                                color: #417FFF;
                                background: transparent;
                            }
                        }
                    }
                }
                .right{
                   .img{
                        & img{}
                    }
                }
            }
        }
    }
}

.mode{
    height: 680px;
    padding-top: 70px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/mode_bg.png") no-repeat center bottom;
   .bd{
        padding-top: 50px;
       .list{
           display: flex;
           .item{
               margin-right: 45px;
               padding: 60px 35px 0;
               width: 370px;
               height: 380px;
               text-align: center;
               border-radius: 12px;
               background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/mode_item_bg1.png");
               background-repeat: no-repeat;
               background-position: center;
               &:last-child{
                   margin-right: 0;
               }
               .img{
                   margin-bottom: 30px;
                   & img{}
               }
               .title{
                   margin-bottom: 15px;
                   color: #FFF;
                   font-size: 24px;
                   font-weight: 700;
               }
               .des{
                   color: #C8C8C8;
                   text-align: center;
                   font-size: 16px;
                   font-weight: 500;
               }
               .btns{
                   display: none;
                   flex-wrap: wrap;
                   border-top: 1px solid #41495C;
                   margin-top: 30px;
                   padding-top: 35px;
                   .btn{
                       margin: 0 20px 20px 0;
                       display: flex;
                       justify-content: center;
                       align-items: center;
                       width: 133px;
                       height: 45px;
                       background: #4B5363;
                       border: 1px solid #676F7E;
                       border-radius: 6px;
                       color: #FFF;
                       font-size: 14px;
                       font-weight: 400;
                       &:nth-child(even){
                           margin-right: 0;
                       }
                       & i{
                            margin-right: 6px;
                            width: 17px;
                            height: 17px;
                           background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/mode_item_dui.png")no-repeat center;
                       }
                   }
               }
               &.active{
                   background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/mode_item_bg2.png");
                   .img{
                       display: none;
                   }
                   .btns{
                        display: flex;
                   }
              }
           }
       }
   }
}

.service{
    padding-top: 80px;
    height: 588px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/service_bg.png") no-repeat center bottom;
   .bd{
       padding-top: 60px;
       .list{
           height: 270px;
           position: relative;
           & .swiper-button-prev,& .swiper-button-next{
               position: absolute;
               top: 50%;
               margin-top: -23px;
               width: 45px;
               height: 46px;
           }
           .swiper-button-prev{
               left: -70px;
               background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/service_left.png") no-repeat center;
           }
           .swiper-button-next{
               right: -70px;
               background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/service_right.png") no-repeat center;
           }
           .item{
               padding: 0 0 20px 24px;
               margin-right: 37.5px;
               width: 375px;
               height: 270px;
               display: flex;
               flex-direction: column;
               justify-content: end;
               background-repeat: no-repeat;
               background-position: center;
               &.item1{
                   background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/service_img1.png");
               }
               &.item2{
                   background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/service_img2.png");
               }
               &.item3{
                   background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/service_img3.png");
               }
               &.item4{
                   background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/service_img4.png");
               }
               &.item5{
                   background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/service_img5.png");
               }
               &.item6{
                   background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/service_img6.png");
               }
               .title{
                   color: #FFF;
                   font-size: 24px;
                   font-weight: 700;
               }
               .des{
                   color: #E7E7E9;
                   font-size: 16px;
                   font-weight: 400;
               }
           }
       }
   }
}

.service_provide{
    padding-top: 100px;
    padding-bottom: 70px;
    .bd{
        padding-top: 50px;
        .list{
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            .item{
                margin-bottom: 32px;
            }
            & .left_front,& .right_front{
                position: absolute;
                top: 0;
                width: 500px;
                height: 450px;
            }
            .left_front{
                left: 0;
                background: linear-gradient(270deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.95) 36.42%);
            }
            .right_front{
                right: 0;
                background: linear-gradient(270deg, rgba(255, 255, 255, 0.95) 63.58%, rgba(255, 255, 255, 0.20) 100%);
            }
        }
    }
}

.certificate{
    height: 350px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/certificate_bg.png") no-repeat center bottom;
    .bd{
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        .info{
            margin-right: 40px;
            .title{
                margin-bottom: 48px;
                color: #202020;
                font-size: 36px;
                font-weight: 700;
                letter-spacing: 0.72px;
            }
            .btns{
                display: flex;
                .btn{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 152px;
                    height: 51px;
                    border-radius: 6px;
                    background: linear-gradient(132deg, #417FFF 10.7%, #2FD8FE 109.32%);
                    color: #FFF;
                    font-size: 18px;
                    font-weight: 500;
                }
            }
        }
        .img{
            margin-left: 30px;
            padding: 5px;
            border-radius: 5px;
            background: #fff;
            & img{}
        }
    }
}

.newsbd{
    padding-top: 70px;
    height: 650px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/news_bg.png") no-repeat center bottom;
    .bd{
        padding-top: 30px;
        .tab{
            display: flex;
            justify-content: center;
            align-items: center;
            .item{
                position: relative;
                margin-right: 60px;
                height: 48px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: #787878;
                font-size: 16px;
                font-weight: 400;
                cursor: pointer;
                &:last-child{
                    margin-right: 0;
                }
                &.active{
                    color: #417FFF;
                    font-weight: 500;
                    &:after{
                        position: absolute;
                        left: 0;
                        bottom: -2px;
                        content: "";
                        width: 100%;
                        height: 3px;
                        background: #417FFF;
                        border-radius: 2px;
                    }
                }
            }
        }
        .tabbds{
            padding-top: 40px;
            .tabbd{
                display: none;
                .list{
                    display: flex;
                    .item{
                        width: 278px;
                        height: 320px;
                        border-radius: 8px;
                        margin-right: 29px;
                        background: #fff;
                        display: flex;
                        flex-direction: column;
                        &:last-child{
                            margin-right: 0;
                        }
                        .img{
                            & img{
                                border-radius: 8px 8px 0 0;
                                width: 278px;
                                height: 158px;
                            }
                        }
                        .info{
                            flex: 1;
                            display: flex;
                            flex-direction: column;
                            padding: 16px;
                            overflow: hidden;
                            .time{
                                margin-bottom: 8px;
                                color: #969696;
                                font-size: 11px;
                                font-weight: 400;
                            }
                            .title{
                                flex: 1;
                                color: #000;
                                font-size: 16px;
                                font-style: normal;
                                font-weight: 500;
                                line-height: 22px; /* 137.5% */

                                display: -webkit-box;
                                -webkit-box-orient: vertical;
                                -webkit-line-clamp: 2;
                                overflow: hidden;
                            }
                            .bottom{
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                                padding-top: 22px;
                                border-top: 1px solid #F4F4F4;
                                & span{
                                    color: #878787;
                                    font-size: 11px;
                                    font-weight: 400;
                                    line-height: 12px; /* 109.091% */
                                }
                                & a{
                                    display: flex;
                                    justify-content: end;
                                    align-items: center;
                                    color: #878787;
                                    font-size: 11px;
                                    font-weight: 400;
                                    line-height: 12px; /* 109.091% */
                                    & i{
                                        margin-left: 4px;
                                        width: 10px;
                                        height:10px;
                                        background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/new_right.png") no-repeat center;
                                    }
                                }
                            }
                        }
                    }
                }
                &.active{
                    display: block;
                }
            }
        }
    }
}

.ai{
    height: 300px;
    padding-top: 50px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/index20250314/ai_bg.png") no-repeat center bottom;
    .bd{
        padding-top: 40px;
        .btns{
            display: flex;
            justify-content: center;
            .btn{
                display: flex;
                justify-content: center;
                align-items: center;
                width: 152px;
                height: 51px;

                border-radius: 6px;
                background: #417FFF;

                color: #FFF;
                font-size: 18px;
                font-weight: 500;
            }
        }
    }
}
