.nav li:after{
content:"";
position:absolute;
top:17px;
right:0px;
width:2px;
height:16px;
background:linear-gradient(to bottom, #f82f87,#A24,#d62b76);
}
.nav li:last-child:after {
background:none;
}
.nav li:nth-child(3或4):after{}
.nav li:nth-of-type(3):after {}