header ul {
    display: flex;
    list-style: none;
}
header ul li {
    padding: 0 20px;
    height: 70px;
    line-height: 70px;
}

header ul li a {
    color: white;
}

header {
    border-bottom: 1px solid #403c41;
    height: 70px;
    position: fixed;
    z-index: 1000;
    width: 100%;
}


.home-header {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.home-header div {
    display: flex;
    align-items: center;
}

.home-header div span {
    padding-left: 10px;
}

