#xgplayer_box{
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
}
#xgplayer_mes{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 800px;
}
.ai_robot_center{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.ai_robot_common_info .title{
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    color: #3775fb;
}
.ai_robot_common_info .tips{
    font-size: 38px;
    font-weight: Bold;
    text-align: center;
    color: #131313;
    line-height: 57px;
}
.ai_robot_banner{
    position: relative;
    height: 900px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/%E8%83%8C%E6%99%AF.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ai_robot_banner>img{
    position: absolute;
    bottom: 140px;
    left: 113px;
}
.ai_robot_banner>img:nth-child(2){
    top: 237px;
    left: 232px;
}
.ai_robot_banner>img:nth-child(3){
    top: 305px;
    right: 127px;
    left: unset;
}
.ai_robot_banner .ai_robot_center{
    position: relative;
    width: 1208px;
}
.ai_robot_banner .ai_robot_center>img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 495px;
}
.ai_robot_banner_title{
    padding-top: 194px;
    text-align: center;
    box-sizing: border-box;
}
.ai_robot_banner_skip{
    margin-top: 57px;
    display: flex;
    justify-content: center;
}
.ai_robot_banner_skip a{
    position: relative;
    margin-right: 30px;
    display: block;
    width: 128px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
}
.ai_robot_banner_skip a:nth-child(2){
    background: unset;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.ai_robot_banner_skip a:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: '';
    width:0;
    height: 0;
    background: #3775fb;
    border-radius: 10px;
    transition: all .5s;
}
.ai_robot_banner_skip a:nth-child(2):before{
    background: #ffffff;
}
.ai_robot_banner_skip a:hover span{
    position: relative;
    color: #ffffff;
}
.ai_robot_banner_skip a:hover:before{
    width:100%;
    height: 100%;
}
.ai_robot_banner_skip a:nth-child(2):hover:before{
    border: 1px solid #ffffff;
}
.ai_robot_banner_skip a:nth-child(2):hover span{
    color: #000000;
}

.ai_robot_banner_bottom{
    position: relative;
    padding-top: 400px;
    height: 970px;
    box-sizing: border-box;
}
.ai_robot_banner_bottom:before{
    position: absolute;
    top: 689px;
    left: 100px;
    content: '';
    width: 126px;
    height: 122px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_banner_bottom/%E6%98%9F%E6%98%9F.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.ai_robot_banner_bottom:after{
    position: absolute;
    right: 188px;
    top: 379px;
    content: '';
    width: 302px;
    height: 312px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_banner_bottom/%E5%9C%86%E7%8E%AF.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.ai_robot_banner_bottom .ai_robot_center{
    display: flex;
    flex-wrap: wrap;
    width: 1320px;
    height: 408px;
    background: linear-gradient(113deg,rgba(255,255,255,0.31) 3%, rgba(255,255,255,0.20) 85%);
    border: 3px solid #f9fbff;
    border-radius: 30px;
    box-shadow: 0px 6px 12px 2px rgba(0,42,86,0.10);
    backdrop-filter: blur(6px);
}
.ai_robot_banner_bottom .info_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    height: 100%;
    border-right: 1px solid  #edeef0;
    box-sizing: border-box;
}
.ai_robot_banner_bottom .info_box:last-child{
    border-right: 1px solid  transparent;
}
.ai_robot_banner_bottom .info_box img{
    margin-top: 55px;
}
.ai_robot_banner_bottom .info_box .title{
    margin-top: 40px;
    font-size: 24px;
    font-weight: Bold;
    text-align: center;
    color: #131313;
}
.ai_robot_banner_bottom .info_box .tips{
    margin-top: 20px;
    width: 270px;
    font-size: 16px;
    text-align: center;
    color: #83878c;
    line-height: 24px;
}
.ai_robot_l{
    margin-bottom: 120px;
    padding-top: 90px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_l/%E7%9F%A9%E5%BD%A2.png");
    background-repeat: no-repeat;
    background-size: 100% 800px;;
    background-position: center top;
    box-sizing: border-box;
    text-align: center;
}
.ai_robot_l .ai_robot_common_info:nth-child(1){
    margin-bottom: 70px;
}
.ai_robot_l_more_skip{
    margin-bottom: 31px;
    display: flex;
    justify-content: center;
}
.ai_robot_l_more_skip_href{
    position: relative;
    text-align: center;
    padding: 0 0 31px;
    width: 186px;
    border-bottom: 1px solid #ececec;
}
.ai_robot_l_more_skip_href.active:after{
    width: 100%;
}
.ai_robot_l_more_skip_href:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #3775fb;
    transition: all .5s;
}
.ai_robot_l_more_skip_href:hover:after{
    width: 100%;
}
.ai_robot_l_more_skip_href img{
    margin-bottom: 20px;
}
.ai_robot_l_more_skip_href img:nth-child(2){
    display: none;
}
.ai_robot_l_more_skip_href.active img:nth-child(1){
    display: none;
}
.ai_robot_l_more_skip_href.active img:nth-child(2){
    display: inline-block;
}
.ai_robot_l_more_skip_href p{
    font-size: 22px;
    color: #131313;
    line-height: 33px;
    text-align: center;
    transition: all .5s;
}
.ai_robot_l_more_skip_href.active{
    font-weight: Bold;
}
.ai_robot_l_more_info{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.ai_robot_l_more_content{
    display: none;
    text-align: center;
}
.ai_robot_l_more_content .tips{
    margin: 0 auto 20px;
    width: 1000px;
    height: 72px;
    font-size: 17px;
    text-align: center;
    color: #83878c;
    line-height: 27px;
}
.ai_robot_l_more_content.active{
    display: block;
}
.ai_robot_l_more_realize{
    margin-bottom: 120px;
    margin-top: 34px;
    text-align: center;
}
.ai_robot_l_more_realize a{
    font-size: 16px;
    text-align: center;
    color: #3775fb;
}
.ai_robot_l_more_realize a i{
    font-size: 13px;
}
.ai_robot_l_advantage_one{
    padding-top: 45px;
    padding-left: 50px;
    position: relative;
    margin:  83px auto 22px;
    width: 1320px;
    height: 400px;
    background: #f8fbff;
    border: 1px solid #d6e5ff;
    border-radius: 14px;
    box-shadow: 0px 1px 4px 2px rgba(128,150,202,0.10);
    box-sizing: border-box;
}
.ai_robot_l_advantage_one:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 517px;
    height: 475px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_l/%E5%8F%B3%E5%9B%BE.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.ai_robot_l_advantage_one>.title{
    font-size: 37px;
    font-weight: Bold;
    text-align: left;
    color: #131313;
}
.ai_robot_l_advantage_one>.tips{
    font-size: 18px;
    text-align: left;
    color: #7c7c7c;
}
.ai_robot_l_advantage_one_box{
    display: flex;
    flex-wrap: wrap;
    width: 750px;
    margin-top: 46px;
    overflow: hidden;
}
.ai_robot_l_advantage_one_content{
    width: 350px;
    margin-right: 35px;
    margin-bottom: 34px;
    display: flex;
}
.ai_robot_l_advantage_one_content:nth-child(2n){
     margin-right:0;
 }
.ai_robot_l_advantage_one_content .left{
    margin-right: 8px;
    width: 38px;
    height: 38px;
}
.ai_robot_l_advantage_one_content .left img{
    width: 100%;
    height: 100%;
}
.ai_robot_l_advantage_one_content .right .title{
    font-size: 18px;
    text-align: left;
    color: #131313;
}
.ai_robot_l_advantage_one_content .right .tips{
    font-size: 15px;
    text-align: left;
    color: #7c7c7c;
}
.ai_robot_l_advantage_one_realize{
    text-align: left;
}
.ai_robot_l_advantage_one_realize a{
    text-align: left;
    font-size: 17px;
    color: #3775fb;
}
.ai_robot_l_advantage_one_realize a i{
    font-size: 15px;
}
.ai_robot_l_advantage_two{
    display: flex;
    justify-content: space-between;
    width: 1320px;
    margin: 0 auto;
}
.ai_robot_l_advantage_two .left{
    padding-top: 45px;
    padding-left: 50px;
    width: 733px;
    height: 588px;
    background: #f0f4ff;
    border-radius: 14px;
    box-sizing: border-box;
}
.ai_robot_l_advantage_two .left .title{
    font-size: 37px;
    font-weight: Bold;
    text-align: left;
    color: #131313;
}
.ai_robot_l_advantage_two .left .tips{
    margin-bottom: 24px;
    width: 524px;
    font-size: 18px;
    text-align: left;
    color: #7c7c7c;
    line-height: 28px;
}
.ai_robot_l_advantage_two .left .info{
    display: flex;
}
.ai_robot_l_advantage_two .left .info .content{
    margin-right: 52px;
    display: flex;
}
.ai_robot_l_advantage_two .left .info .content .icon{
    margin-right: 10px;
    width: 34px;
    height: 34px;
    overflow: hidden;
}
.ai_robot_l_advantage_two .left .info .content .icon img{
    width: 100%;
    height: 100%;
    /*transition: all .5s;*/
}
.ai_robot_l_advantage_two .left .info .content .icon img:nth-child(2){
    transform: translateY(0);
}
.ai_robot_l_advantage_two .left .info .content.active .icon img:nth-child(2){
    transform: translateY(-34px);
}
.ai_robot_l_advantage_two .left .info .content .text{
    line-height: 34px;
    font-size: 18px;
    text-align: left;
    color: #131313;
    transition: all .5s;
}
.ai_robot_l_advantage_two .left .info .content:hover .text{
    color: #3775fb;
}
.ai_robot_l_advantage_two .left .description{
    margin-bottom: 37px;
    margin-top: 12px;
    font-size: 16px;
    text-align: left;
    color: #404040;
}
.ai_robot_l_advantage_two .left .description span{
    display: none;
}
.ai_robot_l_advantage_two .left .description span.active{
    display: inline-block;
}
.ai_robot_l_advantage_two .left .description_image{
    padding-left: 102px;
    text-align: left;
    box-sizing: border-box;
;
}
.ai_robot_l_advantage_two .right{
    padding-top: 45px;
    padding-left: 40px;
    width: 565px;
    height: 588px;
    background: linear-gradient(180deg,#5375fb, #6997fa);
    border-radius: 14px;
    box-sizing: border-box;
}
.ai_robot_l_advantage_two .right .title{
    font-size: 37px;
    font-weight: Bold;
    text-align: left;
    color: #ffffff;
}
.ai_robot_l_advantage_two .right .tips{
    margin-bottom: 42px;
    margin-top: 12px;
    font-size: 17px;
    text-align: left;
    color: #f6f6f6;
    line-height: 26px;
}
.ai_robot_l_advantage_two .right .info .content{
    display: flex;
    margin-bottom: 25px;
}
.ai_robot_l_advantage_two .right .info .content .content_image{
    margin-right: 12px;
    width: 22px;
    height: 22px;
}
.ai_robot_l_advantage_two .right .info .content .content_image img{
    width: 100%;
    height: 100%;
}
.ai_robot_l_advantage_two .right .info .content .content_l .content_l_x{
    font-size: 18px;
    font-weight: Bold;
    text-align: left;
    color: #ffffff;
}
.ai_robot_l_advantage_two .right .info .content .content_l .content_l_s{
    width: 435px;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
}
.ai_robot_create{
    padding-top: 80px;
    height: 1128px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_l/%E8%83%8C%E6%99%AF.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    background-position: center top;
}
.ai_robot_create .ai_robot_common_info{
    margin-bottom: 60px;
}
.ai_robot_create_pay{
    margin-bottom: 70px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.ai_robot_create_pay img{
    z-index: 5;
}
.ai_robot_create_pay:after{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: '';
    width: 160px;
    height: 160px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_l/%E6%92%AD%E6%94%BE.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.ai_robot_create_pay:before{
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    content: '';
    width: 968px;
    height: 272px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_l/%E7%82%B9%E7%82%B9.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.ai_robot_create_info{
    display: flex;
    justify-content: center;
}
.ai_robot_create_content{
    position: relative;
    margin-right: 142px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 297px;
    height: 265px;
}
.ai_robot_create_content:before{
    position: absolute;
    top: 50px;
    right: -22%;
    transform: translateX(50%);
    content: '';
    width: 228px;
    height: 12px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_l/%E7%BA%BF%E6%AE%B5.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.ai_robot_create_content:last-child{
    margin: 0;
}
.ai_robot_create_content:last-child:before{
    width:0;
    height: 0;
}
.ai_robot_create_content .title{
    margin-top: 40px;
    margin-bottom:12px ;
    width: 270px;
    font-size: 24px;
    font-weight: Bold;
    text-align: center;
    color: #131313;
}
.ai_robot_create_content .tips{
    font-size: 15px;
    text-align: center;
    color: #83878c;
    line-height: 24px;
}
.ai_robot_clone{
    margin-top: 128px;
    display: flex;
    justify-content: center;
    height: 860px;
}
.ai_robot_clone .left{
    margin-right: 46px;
    width: 706px;
    height: 606px;
}
.ai_robot_clone .left img{
    width: 100%;
    height: 100%;
}
.ai_robot_clone .right{
    width: 568px;
}
.ai_robot_clone .right .title{
    margin-top: 23px;
    font-size: 20px;
    color: #3775fb;
}
.ai_robot_clone .right .tips{
    font-size: 34px;
    font-weight: Bold;
    color: #131313;
}
.ai_robot_clone .right .text{
    margin-bottom: 40px;
    margin-top: 25px;
    font-size: 16px;
    text-align: left;
    color: #83878c;
    line-height: 26px;
}
.ai_robot_clone .right .content{
    margin-bottom: 32px;
    display: flex;
}
.ai_robot_clone .right .content .content_image{
    margin-right: 18px;
    width: 60px;
    height: 60px;
}
.ai_robot_clone .right .content .content_image img{
    width: 100%;
    height: 100%;
}
.ai_robot_clone .right .content .content_details .content_details_x{
    font-size: 20px;
    font-weight: Bold;
    cursor: pointer;
    transition: all .5s;
}
.ai_robot_clone .right .content .content_details .content_details_x:hover{
    color: #3775fb;
}
.ai_robot_clone .right .content .content_details .content_details_l{
    font-size: 16px;
    color: #83878c;
}
.ai_robot_clone_skip{
    padding-top: 20px;
}
.ai_robot_clone_skip a{
    display: block;
    width: 128px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: linear-gradient(90deg,#2f71ff 2%, #38bbfa 100%);
    border-radius: 6px;
    color: #ffffff;
}
.ai_robot_scene{
    padding-top: 80px;
    height: 888px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_scene/%E8%83%8C%E6%99%AF.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    box-sizing: border-box;
}
.ai_robot_scene .ai_robot_common_info{
    margin-bottom:70px;
}
.ai_robot_scene_l{
    display: flex;
    justify-content: center;
}
.ai_robot_scene_l_left{
    margin-right: 50px;
    width: 615px;
}
.ai_robot_scene_l_left_s{
    margin-bottom: 14px;
    height: 70px;
    background: rgba(255,255,255,0.25);
    border: 2px solid #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 10px 0px rgba(178,185,195,0.20);
    backdrop-filter: blur(3px);
    overflow: hidden;
    box-sizing: border-box;
    transition: all .3s;
}
.ai_robot_scene_l_left_s.active{
    height: 130px;
}
.ai_robot_scene_l_left_s_1{
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    box-sizing: border-box;
}
.ai_robot_scene_l_left_s_1 span{
    font-size: 22px;
    font-weight: Bold;
    color: #131313;
}
.ai_robot_scene_l_left_s_2{
    margin: 0 auto;
    width: 568px;
    font-size: 16px;
    color: #7c7c7c;
    line-height: 24px;
}
.ai_robot_scene_l_right img{
    display: none;
}
.ai_robot_footer{
    position: relative;
    height: 360px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_footer/bj.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.ai_robot_footer:after{
    position: absolute;
    left: 285px;
    bottom: 53px;
    content: '';
    width: 50px;
    height: 52px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_footer/%E4%B8%89%E8%A7%92%E5%BD%A2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: shuffling 1.5s infinite alternate;
    transition: all .5s;
}
.ai_robot_footer:before{
    position: absolute;
    right: 285px;
    top: 53px;
    content: '';
    width: 38px;
    height: 38px;
    background-image: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/images/20250124/ai_robot_footer/%E6%A4%AD%E5%9C%86%E5%BD%A2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: shuffling 1.5s infinite alternate;
    transition: all .5s;
}
.ai_robot_footer .title{
    margin-bottom: 20px;
    padding-top: 70px;
    font-size: 42px;
    font-weight: Bold;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
}
.ai_robot_footer .tips{
    margin-bottom: 60px;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
}
.ai_robot_footer_skip{
    display: flex;
    justify-content: center;
}
.ai_robot_footer_skip a{
    margin: 0 14px;
    display: block;
    width: 170px;
    height: 60px;
    background: #3775fb;
    border-radius: 8px;
    color: #ffffff;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
}
.ai_robot_footer_skip a:nth-child(2){
    background: #ffffff;
    color: #000929;
}
@keyframes shuffling {
    from {
        transform: translateX(-20px);
    }

    to {
        transform: translateX(10px);
    }
}
.ai_robot_run{
    transition: all .5s;
    animation: shuffling 1.5s infinite alternate;
}
