.factorAi-1{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.factorAi-1-1{
    width: 95%;
    display: flex;
    position: relative;
    justify-content: center;
}
.factorAiImage{
    width: 46%;
    display: flex;
    position: relative;
}
.factorAi-1-1-2{
    width: 51%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.factorAiText{
    width: 95%;
    flex-direction: column;
    gap: 10px;
    display: flex;
    margin-left: 55px;
}
.factorAiIcon{
    width: 95%;
    flex-direction: row;
    gap: 10px;
    display: flex;
    margin-left: 55px;
    justify-content: space-between;
}
.factorAiIcon img{
    width: 90px;
    height: 80px;

}
.factorAiText-1{
    position: relative;
    display: flex;
    justify-content: left;
    height: 40px;
    width: 177px;
}
.factorAiText-2{
    left: 720px;
    top: 305px;
    width: 268px;
    height: 34px;
    opacity: 1;
    /** 文本1 */
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28.13px;
    color: rgba(35, 184, 188, 1);
    text-align: left;
    vertical-align: middle;
}
.factorAiText-3{
    left: 720px;
    top: 354px;
    width: 95%;
    height: 153px;
    opacity: 1;
    /** 文本1 */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 29px;
    color: rgba(50, 54, 59, 1);
    text-align: justify;
    vertical-align: top;
}
.factorAiIcon-1{
    flex-direction: column;
    gap: 20px;
    display: flex;
}.factorAiIcon-3{
    flex-direction: column;
    gap: 20px;
    display: flex;
}.factorAiIcon-4{
    flex-direction: column;
    gap: 20px;
    display: flex;
}
 .factorAiIcon>div > div{
     display: flex;
     flex-direction: row;
 }
.factorAiIcon span{
    font-size: 14.21px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 24.98px;
    color: rgba(50, 54, 59, 1);
}
.factorAiIcon p >i:first-child{
    font-size: 21.32px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 24.98px;
    color: rgba(35, 184, 188, 1);
}
.factorAiIcon p >i:last-child{
    font-size: 14.21px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 24.98px;
    color: rgba(35, 184, 188, 1)
}
.factorAiIcon-2{
    flex-direction: column;
    gap: 20px;
    display: flex;
}.factorAiIcon-2 span{
     font-size: 14.21px;
     font-weight: 700;
     letter-spacing: 0px;
     line-height: 24.98px;
     color: rgba(50, 54, 59, 1);
}
 .factorAiIcon-2 p >i:first-child{
     font-size: 21.32px;
     font-weight: 700;
     letter-spacing: 0px;
     line-height: 24.98px;
     color: rgba(35, 184, 188, 1);
 }
 .factorAiIcon-2 p >i:last-child{
     font-size: 14.21px;
     font-weight: 700;
     letter-spacing: 0px;
     line-height: 24.98px;
     color: rgba(35, 184, 188, 1)
 }
.factorAiIcon-2 p >i{
    font-size: 14.21px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24.98px;
    color: rgba(35, 184, 188, 1)
}
@media (max-width: 991px) {
    .factorAiImage{
        width: 100%;
    }
    .factorAi-1-1-2{
        width: 100%;
        margin-top: 30px;
    }
    .factorAi-1{
        width: 100%;
        height: auto;

    }
    .factorAi-1-1{
        width: 100%;
        flex-wrap: wrap;
    }
    .factorAiText {
        width: 95%;
        flex-direction: column;
        gap: 10px;
        display: flex;
        margin-left: 0;
        height: auto;
    }
    .factorAiText-3 {
      height: auto;
    }
    .factorAiText-2 {
       white-space: normal;
        display: inline-block;
        height: 35px;
    }
    .factorAiText{
        justify-content: center;
        justify-items: center;
        text-align: center;
        align-items: center;
    }
    .factorAiIcon{
        margin-left: 0;
    }
    .factorAiIcon i{

    }
    .factorAiIcon img{
        width: 40px;
        height: 40px;

    }
    .factorAiIcon-1{
        justify-content: center;
        align-items: center;
    }.factorAiIcon-2{
        justify-content: center;
        align-items: center;
    }.factorAiIcon-3{
        justify-content: center;
        align-items: center;
    }.factorAiIcon-4{
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 300px) {
    .factorAiText-2 {
        white-space: normal;
        display: inline-block;
        height: 35px;
        width: 100%;
    }
}

@media (max-width: 1050px ){
    .factorAiIcon >div >div{
        flex-direction: column;
        gap: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
