.header {
    width: 100%;
    height: .9rem;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.8rem 0 .38rem;
    position: fixed;
    top: 0;
    z-index: 111;
}

.header-logo {
    display: inline-block;
    background: url(../../../../images/pc/main/logo.png);
    background-size: 100% 100%;
    width: 1.74rem;
    height: .71rem;
}

.header-flex {
    display: flex;
    align-items: center;
}

.header-flex>a {
    display: inline-block;
    width: 1.43rem;
    height: .9rem;
    line-height: .9rem;
    text-align: center;
    color: #95c0e4;
    font-size: .18rem;
}

/* .header-flex>a:hover {
    background: url(../../../images/pc/main/nav-active.png);
    background-size: 100% 100%;
    color: #fff;
    font-weight: 700;
} */

.header-flex>a.geted {
    background: url(../../../../images/pc/main/nav-active.png);
    background-size: 100% 100%;
    color: #fff;
    font-weight: 700;
}
