header {
    box-sizing: border-box;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

#secondaryHeader-box {
    height: 130px;
}


.header-menuBox {
    width: 100%;
    height: 60px;
    background: #087CD6;
    margin-top: -4px;

}

.header-menuBox .menu-container {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;

}

.header-menuBox .menu-container .menu-item {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header-menuBox .menu-container .menu-item span {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
    margin-left: 10px;
}

.function-container {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;

}

.function-container .search-box {
    width: 305px;
    height: 40px;
    display: flex;
    align-items: center;
}

/* 按钮样式复写 */
.layui-bg-red {
    background-color: #E1251B !important;
    height: 40px;
    border-radius: 0px 4px 4px 0px;
    width: 72px !important;
}

/* input样式复写 */
.layui-input-wrap {
    flex: 1;
    height: 100%;
}

.layui-input-prefix {
    display: flex;
    align-items: center;
}

header {
    box-sizing: border-box;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.header-menuBox {
    width: 100%;
    height: 60px;
    background: #087CD6;
    margin-top: -4px;

}

.header-menuBox .menu-container {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;

}

.header-menuBox .menu-container .menu-item {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.header-menuBox .menu-container .menu-item span {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 34px;
    margin-left: 10px;
}

.function-container {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;

}

.function-container .search-box {
    width: 305px;
    height: 40px;
    display: flex;
    align-items: center;
}

#header-input {
    font-size: 16px;
}

/* 关怀模式 */
.useOldFixed .normal_header_box{
    display: none
}

#headerButton-care{
    line-height: 1 !important;
    width: 96px !important;
    height: 56px !important;
    color: #FFFFFF;
}