.header-container{
    width: 100%;
    position: sticky;
    top: var(--wp-admin--admin-bar--height, 0px);
    left: 0;
    background: #ffffff;
    border-bottom: #eeeeee solid 1px;
    z-index: 99;
}
.header-container-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 2.8125rem 0;
}
.header-container-brand-logo{
    width: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1.25rem;
}
.header-container-brand-logo-img{
    width: 4.5rem;
    object-fit: contain;
}
.header-container-content-left{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header-container-content-right{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.header-menu-list{
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header-container-content-right .header-menu-list{
    justify-content: flex-end;
}
.header-menu{
    color: #222224;
    text-decoration: none;
    margin-right: 2.5rem;
    font-size: 1rem;
    font-weight: 400;
}
.header-menu span{
    font-size: 1rem;
}
.header-menu:last-of-type{
    margin-right: 0;
}
.header-menu:hover{
    color: #87272a;
}

/* 迷你导航 */
.header-container-mini .header-container-brand-logo-img{
    height: 3.125rem;
}
.header-container-mini .header-container-content{
    padding: 1.25rem 0;
}

/* 下拉菜单 */
.header-container-dropdown-list{
    width: 100%;
    background: #f7f5f4;
    max-height: 70vh;
    overflow-y: auto;
}
.header-container-dropdown{
    padding: 3.125rem 0;
}
.header-container-dropdown-menu-list{
    width: 100%;
}
.header-container-dropdown-menu-group{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3.125rem;
}
.header-container-dropdown-menu{
    width: calc(100% / 5 - 1.5rem);
    margin-right: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
}
.header-container-dropdown-menu:last-of-type{
    margin-right: 0;
}
.header-container-dropdown-menu-poster{
    width: 100%;
    height: 8.625rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-container-dropdown-menu-poster-img{
    width: 100%;
    height: 8.625rem;
    object-fit: cover;
}
.header-container-dropdown-menu-info{
    width: 100%;
    padding-top: 0.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.header-container-dropdown-menu-title{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    color: #000000;
}
.header-container-dropdown-menu:hover .header-container-dropdown-menu-title{
    color: #87272a;
}
.header-container-dropdown-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.header-container-dropdown-footer-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header-container-dropdown-footer-action{
    width: max-content;
    padding: 0 2.1875rem;
    height: 3.625rem;
    border-radius: 1.8125rem;
    background: #000000;
    color: #FFFFFF;
    line-height: 3.625rem;
    font-size: 0.9375rem;
    font-weight: 400;
    text-decoration: none;
}
.header-container-dropdown-footer-action:hover{
    background: #87272a;
}

/* 语言切换 */
.language-switcher{
    width: max-content;
    padding-left: 2.5rem;
    height: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    filter: grayscale(100%);
}
.language-switcher:hover{
    filter: none;
}
.language-switcher-icon{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.language-switcher-icon-img{
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
}
.language-switcher-wrapper .gt_switcher-popup{
    width: 1px;
    height: 1px;
    opacity: 0;
}