.wrapper > div:nth-last-of-type(5){
background: orange;
}
.wrapper下面有好几种类型元素,选择倒数第5个div,用nth-last-of-type(5)