.fozl-lang-switch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fozl-lang-select {
    height: 30px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 12px;
    outline: none;
}

#c_navigation_126-1718880944431.active .fozl-lang-select {
    border-color: rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.03);
    color: #333;
}

.fozl-lang-select option {
    color: #333;
}

@media screen and (max-width: 768px) {
    .fozl-lang-select {
        height: 28px;
        padding: 0 8px;
        font-size: 12px;
    }
}

@font-face {
    font-family: "PingFang-Regular";
    src: url("/assets/PingFang_Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html body * {
    font-family: "PingFang-Regular", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif !important;
}
