.img_item img {
    margin: 22px 10px 14px 20px;
    width: 30px;
    height: 30px;
}
/*业务场景下企业遇到的挑战  */
.webPain {
    padding-bottom: 60px;
    background: #F5F7FA;
}

.webPain .pain_item {
    position: relative;
    width: 260px;
    height: 164px;
    background-image: linear-gradient(180deg, #f5f7f9b3 0%, #ffffffb3 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 8px 20px 0 #3763aa1a, -8px -8px 20px 0 #FFFFFF;
}

.webPain .pain_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.webPain .pain_list .pain_item p {
    padding: 0px 16px 10px 20px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}

.webPain .pain_list .pain_item .t_bg {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100px;
    height: 100px;
}
/* 威廉希尔数据驱动的五层应用架构 */
.sjfx_jg{
    margin-bottom: 60px;
}
.sjfx_jg p{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}
.sjfx_content{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sjfx_content_item{
    background-image: linear-gradient(180deg, rgba(245, 247, 249, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 8px 20px 0 rgba(55, 99, 170, 0.10), -8px -8px 20px 0 #FFFFFF;
    width: 204px;
    height: 226px;
}

.sjfx_content_item_head{
    text-align: center;
    height: 90px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0621-znsjfx/bg2.png);
}
.sjfx_content_item_head span{
    display: block;
}
.sjfx_content_item_head span:nth-child(1){
    padding-top: 16px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #001F99;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}
.sjfx_content_item_head span:nth-child(2){
    margin-top: 8px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #001F99;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
}
.sjfx_content_item p{
    padding: 16px 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 26px;
}
/* 威廉希尔智图 */
.sjfx_ynzt{
    height: 662px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0621-znsjfx/cp.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sjfx_ynzt_content h3{
    padding-top: 110px;
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #1A253B;
}
.sjfx_ynzt_content h4:last-child{
    margin-top: 85px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #1A253B;
}
.sjfx_ynzt_content h4{
    margin-top: 50px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #1A253B;
}
.sjfx_ynzt_content p{
    margin-top: 16px;
    width: 320px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #4E5D78;
    line-height: 26px;
}
/* 功能亮点 */
.sjfx_gnld{
    margin-bottom: 60px;
}
.sjfx_gnld_item{
    width: 353px;
    height: 188px;
    background-image: linear-gradient(180deg, rgba(245, 247, 249, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 8px 20px 0 rgba(55, 99, 170, 0.10), -8px -8px 20px 0 #FFFFFF;
}
.sjfx_gnld_item ul{
    padding-left: 20px;
}
.sjfx_gnld_item ul li{
    /* list-style: disc; */
    position: relative;
    padding-left: 20px;
            /* 为伪元素预留空间 */
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}
.sjfx_gnld_item ul li:before {
    content: "•";
    /* 使用自定义字符，也可以是Unicode字符如"\2022" */
    color: #001F99;
    /* 设置颜色 */
    position: absolute;
    /* 绝对定位 */
    left: 0;
    /* 相对于li元素的左边定位 */
}
.sjfx_gnld_item_head{
    display: flex;
    align-items: center;
}
.sjfx_gnld_item_head span{
    padding-top:6px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #1A253B;
    letter-spacing: 0;
}
.sjfx_gnld_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* 业务价值 */
.sjfx_ywjz{
    padding-bottom: 60px;
    background: #F5F7FA;
}
.sjfx_ywjz_content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sjfx_ywjz_item{
    position: relative;
    margin-bottom: 20px;
    background-image: linear-gradient(180deg, rgba(245, 247, 249, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 8px 20px 0 rgba(55, 99, 170, 0.10), -8px -8px 20px 0 #FFFFFF;
    width: 540px;
    height: 116px;
}
.sjfx_ywjz_item_head{
    display: flex;
    align-items: center;
}
.sjfx_ywjz_item span{
    padding-top: 10px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #1A253B;
    letter-spacing: 0;
}
.sjfx_ywjz_item p{
    padding: 0px 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}
.sjfx_ywjz_item .bg{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100px;
    height: 100px;
}

/* 移动端 */
@media screen and (max-width: 1024px) {
    /* 挑战 */
    .pain_item{
        margin-bottom: 20px;
        width: 375px !important; 
    }
    /* 架构  */
    .sjfx_content_item{
        margin-bottom: 20px;
        width: 375px !important; 
        height: 180px;
    }
    /* 亮点 */
    .sjfx_gnld_item{
        margin-bottom: 20px;
    }
    .sjfx_ynzt{
        width: 100% !important;
        height: auto;
        background-position:left;
    }
    .sjfx_ynzt_content h3{
        padding-top: 50px;
    }

    .banner_main_left p{
        width: 300px;
    }
    
}