.factorAi-3-title{
    margin-top: 60px;
}
.factorAi-3-title-1{
    display: flex;
    justify-content: center;
}
.factorAi-3{

    opacity: 1;
    position: relative;
    justify-content: center;
    display: flex;
    margin-top: 20px;
}
.factorAi-3-container{
    width: 95%;
    display: flex;
    /*align-items: center;*/
    flex-direction: row;
    justify-content: center;
}
.factorAi-3-text{
    width: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    /*flex-direction: column;*/
    /*gap: 70px;*/
    flex-wrap: wrap;
}
.factorAi-3-img{
    width: 48%;
    display: flex;
    justify-content: center;

}
.factorAi-3-img-img{
    width: 100%;
    object-fit: fill;
    /*max-width: 520px;*/
}
.factorAi-3-text-1{
    width: 95%;
    flex-direction: column;
    gap: 20px;
    display: flex;
}
.factorAi-text-1-1{
    width: 288px;
    height: 60px;
    opacity: 1;
}
.factorAi-text-1-2{
    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: top;

}
.factorAi-text-1-3{
    width: 95%;
    opacity: 1;
    /** 文本1 */
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: middle;
}
.factorAi-3-text-2{
    width: 95%;
    display: flex;
    justify-content: space-between;
}
.factorAi-3-text-2-icon{
    width: 30%;
    flex-direction: column;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.factorAi-3-text-2-icon>span{
    opacity: 1;
    /** 文本1 */
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 17.58px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: top;
}
.factorAi-3-text-2-icon > div{
    width: 90px;
    height: 80px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px ;
    border-top-right-radius: 20px ;
    background: linear-gradient(180deg, rgba(240, 252, 252, 1) 0%, rgba(240, 251, 255, 1) 99.52%);
}
.factorAi-3-img-phone{
    display: none;
}
.factorAi-text-1-1-phone{
    display: none;
}
@media (max-width: 991px) {
    .factorAi-3-container{
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .factorAi-3-img{
        display: none;
    }
    .factorAi-3-img-phone{
        display: block;
        width: 100%;
    }
    .factorAi-3-img-img-phone{
        width: 100%;
        object-fit: fill;
    }
    .factorAi-3-text{
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    .factorAi-3-text-1{
        width: 95%;
        justify-content: center;
        align-items: center;
    }
    .factorAi-text-1-1{
        display: none;
    }
    .factorAi-text-1-1-phone{
        width: 175px;
        height: 49px;
        opacity: 1;
        display: block;
    }
    .factorAi-text-1-2{
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 18.75px;
    }.factorAi-text-1-3{
             font-size: 14px;
             font-weight: 500;
             letter-spacing: 0px;
             line-height: 22px;
        text-align: justify;
    }
     .factorAi-3-text-2-icon > div{
         width: 64px;
         height: 57px;
     }.factorAi-3-text-2-icon > div >img{
         width: 42px;
         height: 42px;
         object-fit: fill;
     }
      .factorAi-3-text-2-icon > span{
          font-size: 10.71px;
          font-weight: 700;
          letter-spacing: 0px;
          line-height: 15px;

          text-align: center;
          vertical-align: top;
      }
      .factorAi-3-text-2-icon{
          justify-content: normal;
      }

}
