/*.top-image{*/
/*    width: 100%;*/
/*}*/
.robot-content{
    font-family: Noto Sans SC;
}

.robot-top-border{
    width: 100%;
    height: 460px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-around;
}
.robot-top1{
    background: linear-gradient(to  right bottom,rgba(128,111,244,1)3%,rgba(54,98,236,1) 30.673%,rgba(70,179,255,1) 100%);
    padding: 25px 300px;
}
.robot-top2{
    background: linear-gradient(to  left,rgba(148,109,255,1) 1.442%,rgba(80,124,255,1) 64.608%,rgba(80,184,255,1) 100%);
    padding: 25px 350px;
    display: flex;
    align-items: center;
}
.robot-left{
    padding: 20px 0;
    width: 400px;
}
.robot-left2{
    padding: 20px 0;
    width: 650px;
}
.h1-title{
    font-size: 42px;
}
.h3-title{
    font-size: 24px;
}
.robot-top-card{
    margin-top: 40px;
    width: 465px;
    height: 42px;
    background: linear-gradient(to right,rgba(50,200,221,1) 0%,rgba(58,117,240,1) 100%);
    border-radius: 4px;
    font-size: 18px;
    padding: 7px 124px 7px 20px;
}
.robot-top-list{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.robot-top-list-1{
    text-align: center;
}
.robot-top-list-2{
    width:90px;
    height: 90px;
    border: 1px solid rgba(255, 255, 255,0.7);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.robot-top-list-2>span{
    font-size: 10px;
    margin-top: 7px;
}
.font-size-top{
    font-size: 20px;
}
.robot-top-list-text{
    margin-top: 9px;
}
.robot-content-within{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 1260px;
}
.robot-introduce{
    margin-top: 130px;
}

.robot-introduce-title{

    font-size: 36px;
}
.robot-introduce-title-min{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 20px;
}
.list{
    /*text-align: center;*/
    width: fit-content;
    margin-top:100px ;

    display: flex;
    justify-content: center;
}
.list-card{
    text-align: center;
    width: 450px;
    height: 220px;
    padding: 25px;
}

.list-card-text{
    font-size: 20px;
    margin: 49px 0 14px 0;
}
.list-card-text-min{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.title{
    text-align: center;
}
.content{
    margin-top: 350px;
}
.list-2{
    background: url("/static/images/robot/bg5.svg") no-repeat;
    height: 3610px;
    width: 1620px;
    margin:auto;
}
.content-list{
    display: flex;
    justify-content: center;
}
.content-list-padding-top{
    padding-top: 150px;
}
.padding-top-230-m{
    padding-top: 230px;
    margin-right: 50px;
}
.padding-top-230{
    padding-top: 230px;
}
.content-list-left-l{
    margin-right: 220px;
    width: 400px;
    margin-top: 30px;
}
.content-list-left-r{
    margin-left: 220px;
    width: 400px;
    margin-top: 30px;
}
.content-list-left-title{
    font-size: 30px;
    margin-bottom: 45px;
}
.content-text-list{
    margin-bottom: 30px;
}
.content-list-left-minTitle{
    display: flex;
    font-size: 20px;
    margin-bottom: 7px;
}
.content-list-left-minTitle>img{
    margin-right: 10px;
}
.content-list-left-text{
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}

.content-list-left-btn{
    width: 150px;
    height: 50px;
    cursor:pointer;
    background: linear-gradient( -90deg,#a65ef7 0,#4c53ff 100%),#fff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
}

.content-list-right>img{
    /*width:600px;*/
    /*height: 417px;*/
    /*-webkit-user-drag: none;*/
}
.bottom-image{
    margin-top: 200px;
    width: 100%;
}
.robot-footer{
    background: url("/static/images/robot/bg2-69.svg") no-repeat;
    margin: auto;
    /*height: 1600px;*/
    background-size:cover;

}

.robot-footer-title{
    font-size: 38px;
    padding: 186px 0 6px 0;
    text-align: center;
}
.robot-footer-title-min{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 20px;
}
.robot-footer-card-content{
    margin-top: 150px;
}
.robot-footer-card{
    display: flex;

    margin:0 auto 120px auto;

}

.core{
    width: 478px;
    height: 300px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.core1{
    background-color: #6B9CFF;
}

.core2{
    background-color: #A27CEA;
}

.core3{
    background-color: #3CD1E4;
}

.core4{
    background-color: #F070ED;
}

.robot-footer-card-list{
    display: flex;
    flex-direction: column;
    margin: 0 120px;
}
.robot-footer-card-list>img{
    width: 180px;
    height: 180px;
    border-radius: 20px;

}
.robot-footer-card-text-title{
    font-size: 24px;
    margin-top: 24px;
}
.robot-footer-card-text-min{
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    margin: 10px 0;
}
