.top {
    margin-top: 20px;

}

.top a {
    display: inline;
    color: #999;
}

.top span::after {
    content: '';
}

.top span {
    cursor: auto;
    padding-left: 30px;
    background-image: url('../images/homeIcon.png');
    background-size: 20px 16px;
    background-position: left center;
    background-repeat: no-repeat;
}