
.position {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.position span a{
    color: #555;
}
.position img {
    margin-right: 10px;
}
.position .arro {
    margin: 0 5px;
}