.container_home_head {
    height: 6.25rem;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-content: center;
    padding: 0 16.125rem;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    z-index: 3;
    box-shadow: 0 0.25rem 0.5288rem 0.0338rem rgba(89, 159, 147, 0.24);
}

.container_home_head_logo {
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    font-family: SourceHanSerifCN;
    font-size: 1.875rem;
    font-weight: bold;
}

.container_home_head_nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.container_home_head_nav_li_activate {
    color: #2c8d7c !important;
    background-image: url("../image/layout/nav_li_back.png") !important;
}

.container_home_head_nav_li {
    min-width: 11.875rem;
    width: 11.875rem;
    height: 2.9375rem;
    color: #000;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-size: 1.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;

    &:hover {
        color: #2c8d7c;
        background-image: url("../image/layout/nav_li_back.png");
    }
}
