.header-container {
    display: flex;
    height: 120px;
    margin: 0 auto;
    width: 1200px;
    box-sizing: content-box;
}

.header-container .header-action {
    display: flex;
    text-decoration: none;
}

.new-container {
    width: 1920px !important;
    margin: 0 auto !important;
}

.header-container .logo-title {
    width: 240px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin: 45px auto 47px auto;
}

.header-container .logo {
    width: 60px;
    height: 47px;
    margin: 36px auto 37px auto;
}

.header-container .split {
    width: 4px;
    height: 22px;
    background: #0C4EA1;
    margin-left: 40px;
    margin-top: 49px;
    margin-right: 40px;
}

.title-main {
    width: 352px;
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0C4EA1;
    line-height: 45px;
    margin: 38px auto 37px auto;
}

.header-container .search-box {
    width: 280px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #979797;
    margin: 40px auto;
    display: flex;
}

.header-container .search-box .fa {
    width: 24px;
    height: 24px;
    margin: 8px 0 8px 16px;
}

.header-container .search-box .fa-search:before {
    line-height: 24px;
    color: #ccc;

}

.header-container .input-box {
    width: 154px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    border: 0px !important;
    margin: 10px auto 10px 0;
    outline: none;
}

.header-container input {
    outline: none !important;
}

.header-container .login-box {
    width: 64px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 40px;
}

.header-container .logined-box {
    width: 144px;
    height: 40px;
    color: #0C4EA1;
    font-size: 14px;
    line-height: 40px;
    margin: 40px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

.header-container .loginout-box {
    width: 64px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 40px 40px 40px 42px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.header-container .login-box {
    width: 64px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 40px 0px 40px 42px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.header-container .register-box {
    width: 64px;
    height: 40px;
    background: #0C4EA1;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin: 40px auto 40px 20px;
}
