header .header-top {
    width: 100%;
    background: #414141;
    height: 43px;
    padding: 10px 0;
}

header .header-bottom {
    height: 110px;
    padding: 16px 0;
}

header .header-bottom img {
    height: 78px;
}

header .header-top ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

header .header-top ul li {
    color: #FFD300;
    padding-right: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

header .header-top ul li:last-child {
    padding-right: 0;
}

header .header-top ul li i {
    padding-right: 10px;
    color: #000;
}

header .header-top ul li a {
    color: #FFD300;
}

@media (max-width: 767px) {
    header ul {
        justify-content: space-between;
    }
}
