
.lang-switch {
    position: absolute;
    top: 0;
    right: 50px;
    height: 100%;
}
.lang-switch:hover .lang-switch--panel {
    visibility: visible;
    margin-top: -5px;
    opacity: 1;
}
.lang-switch .lang-btn {
    font-size: 14px;
    display: flex;
    width: 50px;
    height: 100%;
    cursor: pointer;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.lang-switch .lang-switch--panel {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 50%;
    visibility: hidden;
    width: 120px;
    margin-top: 8px;
    padding: 18px 8px;
    transition: 0.36s ease;
    transform: translateX(-50%);
    opacity: 0;
    color: #57534e;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.lang-switch .lang-switch--panel .lang-switch-item {
    display: block;
    margin-bottom: 4px;
    padding: 8px 24px;
    cursor: pointer;
    user-select: none;
    transition: 0.26s ease;
    border-radius: 3px;
}
.lang-switch .lang-switch--panel .lang-switch-item:last-child {
    margin-bottom: 0;
}
.lang-switch .lang-switch--panel .lang-switch-item:hover {
    color: #214a9a;
}
.lang-switch .lang-switch--panel .lang-switch-item.active {
    color: #fff;
    background-color: #214a9a;
}
.u-site-header.mini .lang-switch .lang-btn {
    color: #666;
}
.agent-mobile .searchBtn {
    height: 100%;
    color: #666;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z" stroke="%23666666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
.agent-mobile .searchBtn .fa {
    display: none;
}
.agent-mobile .lang-switch .lang-btn {
    color: #666;
    gap: 3px;
}
.agent-mobile .lang-switch .lang-btn .fa {
    font-size: 15px;
}

.longPage:not(.bodyindex) #navWrapper .nav {
    padding-right: 120px;
}
.longPage:not(.bodyindex) #navWrapper .navitem a {
    padding: 0 30px;
}
