
.header {
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 rgba(191, 191, 191, 0.50);
    position: relative;
    z-index: 99;
}

.header.headerFix {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
}

.header .leftLogo {
    /*height: 56px;*/
}

.header .headerFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
     /*padding: 12px 0;*/
}

.headerRight {
    display: flex;
    align-items: center;
}
.headerRight .avatarHeader {
    width: 42px;
    height: 42px;
    border-radius: 500px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.headerRight .avatar {
    width: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.headerRight .nickname {
    max-width: 100px;
}

.header .links {
    position: relative;
    top: 0;
    padding-right: 38px;
}

.header .links::after {
    content: "";
    width: 1px;
    height: 22px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: .25;
}

.header .links:last-child {
    padding-left: 38px;
}

.header .links:last-child:after {
    display: none;
}

.header .searchInput {
    width: 372px;
    height: 36px;
    background: #F4F4F4;
    border: 1px solid #DFDFDF;
    border-radius: 20.5px;
    box-sizing: border-box;
    padding-left: 22px;
    padding-right: 47px;
}

.header .inputBox {
    position: relative;
    top: 0;
}

.header .searchIcon {
    position: absolute;
    top: 10px;
    right: 19px;
}

.journalBanner {
    justify-content: space-between;
}

.journalBanner .journalImg {
    position: relative;
    top: -30px;
    left: 0;
    width: 170px;
    height: 233px;
    box-shadow: 0 2px 10px 0 rgba(0, 24, 49, 0.30);
}

.journalBanner .journalTitle {
    font-size: 36px;
    letter-spacing: 0;
    margin-left: 40px;
    width: 608px;
    max-height: 144px;
    overflow: hidden;
    font-family: 'georgia';
}

.journalBanner .journalBannerBtn {
    display: block;
    font-size: 20px;
    font-weight: 700;
    width: 310px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    text-align: center;
}

.journalBanner .journalBannerBtn:hover {
    color: #fff;
}
.theme212121 .journalBanner .journalBannerBtn:hover {
    color: #333333;
}
.journalBanner .journalBannerBtn1 {
    background: #fff;
    color: #022344;
}
.theme212121 .journalBanner .journalBannerBtn1:hover {
    color: #fff;
}
.journalBanner .journalBannerBtn1:hover {
    color: #022344;
}

.headerNav {
    border: 1px solid #D8D8D8;
    background: #fff;
}

.headerNav .layui-nav {
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.headerNav .layui-nav .layui-nav-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 75px;
    flex: auto;
    width: 0;
}

.headerNav .layui-nav .layui-nav-item a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    min-width: 66px;
    box-sizing: border-box;
    word-break: keep-all;
    padding: 0;
}

.headerNav .layui-nav .layui-nav-item > a {
    text-align: center;
}

.headerNav .layui-nav .layui-this:after, .headerNav .layui-nav-bar {
    background: var(--theme);
    height: 5px;
}

.headerNav .layui-nav .layui-nav-item.layui-this > a {
    color: var(--theme);
    font-weight: 700;

}

.headerNav .layui-nav .layui-nav-item a:hover {
    background: #eee;
    color: #333 !important;
}

.headerNav .layui-nav .layui-nav-item .layui-nav-child a:hover {
    background: #eee;
    color: #333 !important;
}

.headerNav .layui-nav .layui-nav-child a:hover {
    background: var(--theme);
    color: #fff;
}

.headerNav .layui-nav .layui-nav-more {
    display: none;
}

.headerNav .layui-nav .layui-nav-child dd a {
    padding-left: 20px;
    min-width: 150px;
}

.headerNav .curMenu {
    background: #eee;
}

.headerNav .layui-nav-child {
    top: 80px
}

.fieldWrap.noneImg {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100vw;
    z-index: 99;
}

.fieldBox {
    /*height: 360px;*/
}
.fieldBox.fixed {
    height: 440px;
}

.noneImg .fieldFirst {
    padding-top: 0;
}

.noneImg .journalBanner {
    padding-bottom: 20px;
    align-items: center;
}

.noneImg .journalImg {
    height: 0;
    display: none;
}

.noneImg .journalTitle {
    margin-left: 0;
    width: 817px;
    padding-top: 20px;
    font-size: 30px;
}

.noneImg .journamBtnWrap {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.noneImg .journalBannerBtn1 {
    margin-top: 0;
    margin-left: 16px;
}

.noneImg .journalBannerBtn {
    width: 175px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}

/*下拉*/
.logged {
    position: relative;
    top: 0;
}
.headerDropWrap {
    top: 0px;
    position: absolute;
    left: 50%;
    display: none;
    transform: translateX(-50%);
}
.headerDrop .layui-dropdown-menu {
    padding: 0 25px;
    position: relative;
    top: 0;
}
.headerDrop .layui-dropdown-menu .layui-menu-body-title {
    text-align: center;
}
.headerDrop .layui-dropdown-menu .layui-menu-body-title a {
    display: inline-block;
}
.headerDrop .layui-dropdown-menu li {
    margin-top: 10px;
    padding: 8px 20px;
    border-bottom: 1px solid #ebeef5;
}
.headerDrop .layui-dropdown-menu li .mine.user {
    width: 16px;
    height: 16px;
}
.toUserLink {
    position: relative;
    z-index: 100;
}
.headerDrop .layui-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: #fff;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.logged:hover .headerDropWrap {
    display: block;
}
