.hmjs-feature .container-md>.flex{background: linear-gradient(292deg, #F9FAFC 2%, #FAFAFA 100%);padding: 4vmax;}
.hmjs-feature .text{flex:1;}
.hmjs-feature .img{flex:1;}
.hmjs-feature .text strong{font-size: 1.8rem;padding-bottom: 15px;display: block;}
.hmjs-feature .item{cursor: pointer;}
.hmjs-feature .item p{margin-bottom: .5rem;display:none;opacity: .6;}
.hmjs-feature .item.active p{display:block;}
.hmjs-feature .item .left{width: 30px;position: relative;}
.hmjs-feature .item .right{flex:1}
.hmjs-feature .item .dot{
    background: rgba(255, 199, 158, 1);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 12px;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.hmjs-feature .item .line{
    width: 1px;
    height: 12px;
    top: 4px;
    border-left: 1px dashed rgba(255, 199, 158, 0.9);
    left: 8px;
    position: absolute;
    z-index: 1;
}
.hmjs-feature .item.active .line{
    height: 100%;
}
.hmjs-feature .item.active h5{
    color: #ff6a00;
}
.hmjs-feature .item.active .dot{
    width: 20px;
    height: 20px;
}
.hmjs-feature .item.active .dot:before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #ff6a00;
}