/*banner*/
.banner-product{
    display: flex;
    align-items: center;
    background-image:url("/uploads/htms/banner-yunshu.png");
    background-size: 100% 100%;
}
.htms-function{
    background: #F8F9FA;
}
.htms-value{
    background: #F8F9FA;
}
.advantage-content{
    width: 100%;
    margin: 0 auto;
}
.product-tip{
    margin-bottom: -20px;
    padding: 20px 0;
}
.separateRight{
    width: 100%;
}
.product-word{
   padding: 0 20px;

}
.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;
}