/*导顶部固定航栏*/
[data-header*="type-1"] .ct-header [data-row*="better"] {
    padding: 5px 0;
    color: #fff;
    background-color: #3f4245;
    background-image: none;
    position: relative;
    box-shadow: none;
    border-top: none;
    border-bottom:  none;
}


[data-header*="type-1"] .ct-header [data-id="divider"] {
    --divider-style: 1px solid rgba(44, 62, 80, 0.2);
}


[data-header*="type-1"] .ct-header [data-id="language-switcher"] {
    --items-spacing: 20px;
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 10px;
}


.ct-active-language .ct-dropdown-icon {
    --theme-icon-size: 8px;
    --theme-icon-color: currentColor;
    --theme-icon-hover-color: currentColor;
}

[data-header*="type-1"] .ct-header [data-id="language-switcher"] ul[data-placement] {
    --theme-font-size: 12px;
}
.ct-language-switcher[data-type=dropdown] ul[data-placement=left] {
    right: -15px;
}
[data-header*="type-1"] .ct-header [data-id="language-switcher"] ul {
    --margin-top: 8px;
    --padding: 5px;
    --theme-link-initial-color: #ffffff;
    --theme-border: 1px dashed rgba(255, 255, 255, 0.1);
    --background-color: #29333C;
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 2px;
}

.ct-language-switcher[data-type=dropdown] ul {
    margin-top: var(--margin-top);
    border-radius: var(--theme-border-radius);
    background: var(--background-color);
    box-shadow: var(--theme-box-shadow);
}
.ct-language-switcher[data-type=dropdown]>ul {
    position: absolute;
    z-index: 15;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
ct-language-switcher[data-type=dropdown] ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: var(--margin-top);
    transform: translateY(-100%);
}
.ct-language-switcher[data-type=dropdown] ul li a {
    padding: var(--padding) 15px;
}
.ct-language-switcher li a {
    display: flex;
    align-items: center;
    gap: 7px;
}

.wmc-currency {
    display: flex;
}

.header-top a {
    font-size: 12px;
    color: #fff;
}

.header-top select {
    color: #fff;
    height: auto;
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5.379L20.621 2.5 10.5 12.621.379 2.5 2.5.379l8 8z' fill='%23ffffff' fill-rule='nonzero'/%3E%3C/svg%3E")!important;
    border-radius: 0;
    font-size: 10px;
}