.site-language-switch {
    position: fixed;
    top: 7px;
    right: max(18px, calc((100vw - 1200px) / 2));
    z-index: 10020;
    display: flex;
    align-items: center;
    width: 76px;
    height: 30px;
    padding: 0 8px;
    border: 1px solid rgba(243, 223, 170, .42);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 12px;
    line-height: 1;
    box-shadow: inset 0 1px rgba(255, 255, 255, .13), 0 5px 15px rgba(18, 10, 45, .14);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.site-language-switch:hover {
    border-color: rgba(243, 223, 170, .72);
    background: linear-gradient(135deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .12));
}

.site-language-switch__icon {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    width: 16px;
    height: 16px;
    border: 1.5px solid #f3dfaa;
    border-radius: 50%;
    margin-right: 5px;
}

.site-language-switch__icon::before,
.site-language-switch__icon::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.site-language-switch__icon::before {
    top: 2px;
    bottom: 2px;
    left: 4px;
    right: 4px;
    border-right: 1px solid rgba(243, 223, 170, .9);
    border-left: 1px solid rgba(243, 223, 170, .9);
    border-radius: 50%;
}

.site-language-switch__icon::after {
    top: 50%;
    right: 1px;
    left: 1px;
    height: 1px;
    background: rgba(243, 223, 170, .9);
    transform: translateY(-50%);
}

.site-language-switch::after {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 5px;
    height: 5px;
    border-right: 1px solid rgba(255, 255, 255, .78);
    border-bottom: 1px solid rgba(255, 255, 255, .78);
    content: "";
    pointer-events: none;
    transform: translateY(-65%) rotate(45deg);
}

.site-language-switch .translateSelectLanguage {
    width: 35px;
    height: 24px;
    padding: 0 12px 0 1px;
    border: 0;
    outline: 0;
    background: transparent;
    color: inherit;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

.site-language-switch .translateSelectLanguage option {
    background: #fff;
    color: #272234;
}

.site-language-switch--wap {
    top: .16rem;
    right: .2rem;
    width: 1.48rem;
    height: .6rem;
    padding: 0 .15rem;
    border-color: rgba(243, 223, 170, .52);
    border-radius: .32rem;
    background: linear-gradient(135deg, rgba(37, 21, 94, .94), rgba(75, 45, 127, .9));
    font-size: .21rem;
    box-shadow: inset 0 1px rgba(255, 255, 255, .12), 0 .08rem .22rem rgba(18, 10, 45, .2);
}

.site-language-switch--wap .site-language-switch__icon {
    width: .32rem;
    height: .32rem;
    margin-right: .08rem;
}

.site-language-switch--wap .translateSelectLanguage {
    width: .66rem;
    height: .44rem;
    padding: 0 .2rem 0 0;
    font-size: .21rem;
}

.site-language-switch--wap::after {
    right: .17rem;
    width: .08rem;
    height: .08rem;
}

.base-header .bar-inner {
    padding-right: 90px;
}

@media (max-width: 1240px) and (min-width: 751px) {
    .site-language-switch--pc {
        right: 24px;
    }
}
