/*补全代码*/
li:nth-child(2){
    background-color:rgb(255, 0, 0)
}

li:nth-child(4){
    background-color:rgb(255, 0, 0)
}