.top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 60px;
    /* background-color: #121212; */
    background-color: #fff;
}

.top-bd-btm {
    border-bottom: 1px solid #eee;
}

.f-m {
    display: flex;
    width: 1250px;
    justify-content: space-between;
    align-items: center;
    /* background-color: ; */
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 180px;
    height: 50px;
    /* color: #00a9a1; */
    color: #333;
    font-weight: 400;
    font-size: 24px;
}

.logo-img {
    width: 60px;
}

.f-m-r {
    display: flex;
    justify-content: flex-end;
}

.nav {
    display: flex;
}

.nav-item {
    padding: 0 18px;
    /* color: #fff; */
    color: #333;
}

.login-m {
    /* color: #fff; */
    margin-left: 30px;
    color: #333;
}