/*banner*/
.banner-product{
    display: flex;
    align-items: center;
    background-image:url("/static/img/m/hscs/banner.png");
    background-size: 100% 100%;
}

/*产品简介*/
.product-intro-img video{
    width: 100%;
}

/*核心功能*/
.htms-advantage{
    background: #ffffff;
}
.advantage-content{
    width: 100%;
    margin: 0 auto;
}
.product-tip{
    padding: 20px;
    text-align: center;
}
.separateRight{
    width: 320px;
}
.product-word{
    text-align: center;
}
.product-word-h2{
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #090F21;
    line-height: 25px;
}
.product-word-p{
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 24px;
    opacity: 0.5;
}

/*客户价值*/
.hscs-value{
    width: auto;
   position: relative;
    background: #F8F9FA;
}
.hscs-value .compete_tips{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -40px;
}
.hscs-value .compete_tip2{
    width: 50%;
    margin-bottom: 40px;
}
.hscs-value .compete_tip2_tit{
    font-size: 24px;
    font-weight: 600;
    color: #4DB7DD;
    line-height: 30px;
}
.hscs-value .compete_tip2_re{
    margin-top: 12px;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
}
.hscs-value .compete_tip2 p{
    margin-top: 8px;
    font-size: 12px;
    opacity: 0.5;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
}

