/* 高端平台头 */
header {
    background-color: #fff;
}

header .header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    font-size: 16px;
}

header .division {
    margin: 0 10px;
}

header .header_left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header_left .division {
    margin-right: 15px;
}

header .header_left a img {
    height: 41px;
    vertical-align: top;
}

header .header_left .platform_name {
    color: #0f6aec;
    font-size: 14px;
}

header .header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
}

header .header_right .header_user_name {
    margin: 0 5px;
    max-width: 175px;
    color: #0f6aec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .header_right a {
    color: #0f6aec;
}

header .header_right .welcome_to {
    margin-right: 30px;
}

/* 顶部导航 */
nav.header_nav {
    height: 54px;
    /* background-color: #0356cc; */
    padding: 0;
    border-bottom: 1px solid #fff;
    background-color: #0356cc;
}

nav.header_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

nav.header_nav ul li.active {
    border-bottom: 4px solid #fff;
}

nav.header_nav ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 54px;
    padding: 0 30px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

napstic-sns-all-notify {
    color: #0f6aec;
    margin-right: 10px;
    z-index: 999;
}
