/*banner*/
.banner-product{
    display: flex;
    align-items: center;
    background-image:url("/static/img/m/alm/banner.png");
    background-size: 100% 100%;
}
/*平台架构*/
.hcbm-function{
    background: #F8F9FA;
}
.structure{
    padding: 0 20px;
}

.structure-img{
    margin-top: 20px;
    width: 100%;
    height: 234px;
}
.white-card{
    padding: 20px;
    margin-top: 20px;
    /*height: 266px;*/
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(12, 37, 91, 0.1);
}
/*竞争优势*/
.hcbm-advantage-con{
    margin-top: 20px;
    padding:0 20px;
}
.hcbm-advantage-icon img{
    width: 40px;
    height: 40px;
}
.hcbm-advantage-tip-right{
    padding: 20px 12px;
    margin-top: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(12, 37, 91, 0.1);
}
.hcbm-advantage-tit{
    margin-top: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #090F21;
    line-height: 28px;
}
.hcbm-advantage-p{
    margin-top: 8px;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 26px;
}
.hcbm-advantage-txt li{
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 22px;
}
.hcbm-advantage-tip{
    position: relative;
}
.hcbm-advantage-num{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 45px;
    font-weight: 600;
    color: rgba(9,15,33,1);
    line-height: 45px;
    letter-spacing: 5px;
    opacity: 0.05;
}
/*客户案例*/
.hcmb-industry{
    position: relative;
}