.header-container{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0));
}
.header-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.875rem 0;
}
.header-content-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header-brand-logo{
    height: 2.9375rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header-brand-logo-img{
    height: 3.4375rem;
    object-fit: contain;
}
.header-brand-logo-img:last-of-type{
    display: none;
}
.header-content-right{
    flex: 1;
    padding-left: 6.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header-menu-list{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header-menu{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 1.5625rem;
}
.header-menu:last-of-type{
    margin-right: 0;
}
.header-menu-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.header-menu-title{
    font-size: 1.125rem;
    color: #FFFFFF;
    padding: 0.625rem 0;
    font-family:HONORSans-Light;
}
.header-menu-line{
    width: 2.25rem;
    height: 0.1875rem;
}
.header-menu-active .header-menu-line, .header-menu:hover .header-menu-line{
    background: #3d9348;
}
.header-actions{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.header-action{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 1.5625rem;
    cursor: pointer;
}
.header-action:last-of-type{
    margin-right: 0;
}
.header-action-icon{
    width: 2.1875rem;
    height: 2.1875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-action-icon-img{
    width: 1.4375rem;
    height: 1.4375rem;
    object-fit: contain;
}
.header-action-icon-img:last-of-type{
    display: none;
}
.header-action-title{
    padding-left: 0.625rem;
    font-size: 0.6875rem;
    color: #FFFFFF;
}
.header-action-right-icon{
    margin-left: 0.625rem;
    width: 0.875rem;
    height: 0.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-action-right-icon-img{
    width: 0.875rem;
    height: 0.875rem;
    object-fit: contain;
}
.header-action-right-icon-img:last-of-type{
    display: none;
}

/* 白色背景顶部 */
.header-container-white{
    background: #FFFFFF;
    /*background: rgba(255,255,255,0.7);*/
    /*backdrop-filter: blur(1.25rem);*/
    box-shadow: 0 0.0625rem 0 0 rgba(0, 0, 0, .06);
}
.header-container-white .header-brand-logo-img:first-of-type{
    display: none;
}
.header-container-white .header-brand-logo-img:last-of-type{
    display: block;
}
.header-container-white .header-menu-title{
    color: #000000;
}
.header-container-white .header-action-title{
    color: #000000;
}
.header-container-white .header-action-icon-img:first-of-type{
    display: none;
}
.header-container-white .header-action-icon-img:last-of-type{
    display: block;
}
.header-container-white .header-action-right-icon-img:first-of-type{
    display: none;
}
.header-container-white .header-action-right-icon-img:last-of-type{
    display: block;
}

/* 搜索弹窗 */
.header-search-dialog{
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.header-search-dialog-content{
    width: 80%;
    max-width: 93.75rem;
    padding-top: 12.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.header-search-dialog-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.header-search-dialog-action{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header-search-dialog-action-icon{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-search-dialog-action-icon-img{
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
}
.header-search-dialog-header{
    width: 100%;
    padding-top: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.header-search-dialog-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
}
.header-search-dialog-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3.75rem;
}
.header-search-dialog-search-bar{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: #cccccc solid 0.0625rem;
}
.header-search-dialog-search-bar-input-wrap{
    flex: 1;
    padding-right: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-search-dialog-search-bar-input{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    padding: 1.25rem 0;
    border: none;
    outline: none;
}
.header-search-dialog-search-bar-btn{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
}
.header-search-dialog-search-bar-btn-icon{
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-search-dialog-search-bar-btn-icon-img{
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
}
.header-mobile-menu-toggle-btn,.header-mobile-language-toggle-btn{
    display: none;
}