.display-flex {
    display: flex;
}
/**轮播图**/
.banner6 {
    background: url(../images/20250430/product/kf/ban1.png) no-repeat;
    background-size: cover;
    background-position: center;
}




/**应用场景**/
.product-kf-online-model3 {
    background: #F4F6FC;
}
.product-kf-online-model3 .model3 {
    display: flex;
    justify-content: space-around;
    margin: 45px 0 150px 0;
}
.product-kf-online-model3 .model3:hover .model3-right {
    background-color: #176de6;
}
.product-kf-online-model3 .model3:hover .model3-right ul li {
    color: #ffffff;
}
.product-kf-online-model3 .model3 .model3-left {
    width: 663px;
    height: 479px;
    background: #FFFFFF;
    box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    display: grid;
    place-items: center; /* 水平和垂直居中 */
}
.product-kf-online-model3 .model3 .model3-left img {
    margin: 0 auto;
    vertical-align: middle;
}
.product-kf-online-model3 .model3 .model3-right {
    width: 537px;
    height: 399px;
    background: #FFFFFF;
    box-shadow: 0px 1px 40px 0px rgba(0,0,0,0.13);
    border-radius: 5px;
    border: 2px solid #F5F6FC;
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-kf-online-model3 .model3 .model3-right ul .title {
    /* height: 110px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 24px;
    color: #000000;
    padding-left: 20px;
    margin-bottom: 5px;
}
.product-kf-online-model3 .model3 .model3-right ul .content {
    width: 440px;
    /* height: 41px; */
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    padding-left: 20px;
    margin-bottom: 20px;
}


/**产品功能**/
.product-kf-online-model4 {
    /* margin-bottom: 40px; */
}
.product-kf-online-model4 .shiyong {
    margin-top: 30px;
    background: url(../images/20250430/product/kf/td.png) no-repeat;
    height: 733px;
    width: 100%;
    background-position: center;
}
.product-kf-online-model4 .shiyong ul li p {
    height: 30px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
}
.product-kf-online-model4 .shiyong .ul li:hover p {
    color: #005BFF;
    cursor: pointer;
    transform: scale(1.1); /* 鼠标悬停时放大1.1倍 */
}
.product-kf-online-model4 .shiyong .ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 92px;
    padding-top: 40px;
}


/**多媒体沟通、知识库、快捷回复：高效专业服务 提高客户满意度**/

.product-kf-online-model2 {
    /* margin-bottom: 40px; */
}
.product-kf-online-model2 .text {
    margin-top: 30px;
    background: url(../images/20250430/product/kf/many.png) no-repeat;
    height: 518px;
    width: 100%;
    background-position: center;
}
.product-kf-online-model2 .text ul li .content {
   
    height: 30px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
}
.product-kf-online-model2 .text ul li:first-child .title {
    /* width: 137px; */
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #1947DB;
    line-height: 17px;
    text-align: right;
}
.product-kf-online-model2 .text ul li:last-child .title {
    /* width: 137px; */
    height: 20px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    font-size: 20px;
    color: #5637D7;
    line-height: 17px;
    text-align: left;
}

.product-kf-online-model2 .text ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 518px;
}
.product-kf-online-model2 .text ul li {
    width: 256px;
}