.free-detail span{position:relative;}
.free-detail span:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    height:1px;
    width:100%;
    background-color:#e2d1fe;

}