.header-box{
    width: 100%;
    min-width: var(--content-w);
    background-color: #001e5a;
    position:fixed;
    top:0;
    left:0;
    z-index: 98;
}
.header-empty{
    height:85px;
    width: 100%;
    background-color: #001e5a;
}
.header-content{
    width: 100%;
    position: relative;
    max-height: 85px;
    min-height: 50px;
}
.header-logo-search{
    height: 50px;
    width: 100%;
    z-index: 97;
    padding: 6px var(--padding-lr);
    display: flex;
    position: relative;
}
.header-logo-search .header-logo-big{
    height: 35px;
    width: auto;
    margin-top: 10px;
}
.header-logo-search .right-box{
    position: absolute;
    right: var(--padding-lr);
    display: flex;
    margin-top:6px;
    align-self: center;
    align-items: center;
}
.header-logo-search .search-box{
    background-color: #213b6f;
    width: 160px;
    height:30px;
    color: #fff;
    padding: 5px 0 5px 15px;
}
.header-logo-search .search-box span{
    font-size: 12px;
    font-weight: 600;
    margin-right: 85px;
}
.header-logo-search .search-box:hover{
    cursor: pointer;
}
.header-logo-search .sigon-in{
    color: #fff;
    margin: 0 20px;
    font-weight: 600;
    letter-spacing: 4px;
}
.header-logo-search .sigon-in:hover{
    cursor: pointer;
    color: #fcb700;
}
.header-logo-search .sign-up{
    background-color: #fff;
    border-radius: 2px;
    color: #002f6c;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 18px;
    height:22px;
    padding:3px 5px;
    text-transform: uppercase;
}
.header-logo-search .sign-up:hover{
    cursor: pointer;
    background-color: #eeeeeeb7;
}
.header-logo-search .sign-up span{
    margin-right: 5px;
}
.header-logo-search .sign-up img{
    height: 18px;
    width: 18px;
}
.header-logo-search .sign-in{
    background-color: #fcb700;
    border-radius: 2px;
    color: #002f6c;
}
/* 导航样式 */
.header-menus{
    position: absolute;
    width: 100vw;
    padding: 0 var(--padding-lr);
    height: 45px;
    background: #001e5a;
    transition: transform 0.5s ease-in-out; /* 动画持续0.5秒 */
    transform: translatey(0); /* 初始状态不移动 */
    z-index: 98;
    display: flex;
    line-height: 35px;
}
.header-menus img{
    height:35px;
    display: none;
    margin-right:12px;
}
.header-menus .menu-list-box{
    position: relative;
    z-index: 98;
}
.header-menus li{
    color:#fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px;
    opacity: 1;
    margin-right:12px;
}
.header-menus li:hover{
    color:#fcb700;
    cursor: pointer;
    border-bottom: 3px solid #fcb700;
}
.header-menus .sub-menu-list{
    position: absolute;
    left:0;
    background: #fff;
    display: none;
}
.header-menus .sub-menu-list .item{
    width: 90px;
    color: #2c72a6;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    padding:0 15px;
}
.header-menus .sub-menu-list .item:hover{
    color:#005594;
    background-color: #f3f5f7;
    border-bottom: 1px solid #e0e0e0;
}
.header-menus .menu-list-box:hover .sub-menu-list{
    display: block;
}
.header-menus .header-menus i{
    font-size: 18px;
}
.header-menus .menus-item{
    position: relative;
}
.header-menus .menus-sub-list{
    position: absolute;
    left:-15px;
    background: #fff;
    display: none;
}
.header-menus .menus-sub-list .item{
    width: 90px;
    font-size: 12px;
    color: #2c72a6;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    text-align: center;
}
.header-menus .menus-sub-list .item:hover{
    color:#005594;
    background-color: #f3f5f7;
    border-bottom: 1px solid #e0e0e0;
}
.header-menus .menus-item:hover .menus-sub-list{
    display: block;
}
.move-up {
    transform: translatey(-42.5px);
}
.move-down {
    transform: translatey(0);
}
.header-menus .row{
    position: relative;
    display: flex;
    width: 100%;
}
.header-menus .search-box{
    position: absolute;
    color: #fff;
    width: 100px;
    right: 0;
    display: none;
}
.header-menus .search-box i:hover{
    cursor: pointer;
}
.header-content .login-header{
    margin: -6px 20px 0 20px;
    width: 34px;
    height: 34px;
}
.header-content .login-header img{
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.header-content .login-sub-list{
    position: fixed;
    z-index:99;
    right:var(--padding-lr);
    top:6px;
    background: #fff;
    display: none;
}
.header-content .login-sub-list .item{
    width: 90px;
    height:30px;
    line-height: 30px;
    color: #2c72a6;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    padding:0 15px;
}
.header-content .login-header:hover{
    cursor: pointer;
}
.header-content .login-sub-list:hover{
    display: block;
}
.header-content .login-sub-list .item:hover{
    color:#005594;
    background-color: #f3f5f7;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}


/* 搜索框 */
#search-list-box{
    position: absolute;
    right:var(--padding-lr);
    top:15px;
    background-color: #fff;
    min-height:50px;
    width:420px;
    z-index: 98;
    padding:10px 0 10px 20px;
    overflow-y: scroll;
    display: none;
    border-bottom: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
#search-list-box .search-box{
    border-bottom: 2px solid #005594;
    width:370px;
    height:35px;
    margin-bottom: 20px;
}
#search-list-box .search-box input{
    font-size: 14px;
    height: 33px;
    border: 0;
    width: 340px;
}
#search-list-box .search-box input::placeholder{
    font-size: 18px;
    font-weight: 600;
    color:#aba2a2;
}
#search-list-box .search-box input::focus{
    background-color: #fff;
}
#search-list-box .search-box i{
    color:#2e80ba;
}
#search-list-box .search-box i:hover{
    cursor: pointer;
}
#search-list-box .list{
    max-height: 500px;
    width: 370px;
    margin-bottom: 20px;
}
#search-list-box .item{
    display: flex;
    border-bottom: 1px solid #ddd;
    padding:10px 0;
}
#search-list-box .item:hover{
    background-color: #f3f5f7;
}
#search-list-box .content{
    width: 250px;
    padding-right:10px;
}
#search-list-box .name{
    font-size: 16px;
    font-weight: 600;
    max-height: 40px;
    line-height: 20px;
    height:50px;
    overflow: hidden;
}
#search-list-box .other{
    font-size: 12px;
    font-weight: 400;
}
#search-list-box img{
    width: 120px;
    height:65px;
}