header {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #333333;
    font-size: 14px;
}
header a {
    color: #ffff;
}
header .line::before {
    content: '|';
    margin:2px 15px;
    color: #ffff;
}