.my-blue-bg {
    background-color: #5b75a6!important;
}

.my-blue {
    color: #5b75a6!important;
}

a {
    text-decoration: none;
}

.index-header {
    width: 100%;
    height: 100px;
    color: #4a4a4a;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .1);
}

.header-center {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.logo-link-box {
    width: 230px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    max-width: 70%;
    max-height: 70%;
}

.nav-list-icon {
    font-size: 24px;
    color: #5b75a6;
    line-height: 100px;
}

.nav-list-icon span {
    font-size: 20px;
    position: relative;
    top: -2px;
    left: 4px;
}

.header-nav-list {
    position: relative;
    width: 88px;
    height: 100px;
    cursor: pointer;
}

.header-nav-list:hover .left-menu {
    display: block;
}

.header-nav-list:hover .left-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #e5e5e5;
    position: absolute;
    left: 104px;
    top: -9px;
}

.header-nav-list:hover .left-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    left: 104px;
    top: -8px;
}

.header-nav-list .left-menu {
    width: 230px;
    height: 400px;
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: -100px;
    color: #fff;
    display: none;
    z-index: 100;
    border: 1px solid #e5e5e5;
    box-shadow: -2px 2px 10px 0 rgba(0, 0, 0, .12);
}

.header-nav-list .left-menu a {
    color: #fff;
}

.header-nav-list .left-menu a:hover {
    color: #5b75a6;
}

.header-nav-list .left-menu .submenu-horizontal-divider {
    width: 90%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 0 auto;
    position: relative;
    top: -1px;
}

.header-nav-list .left-menu .title-sub {
    padding: 14px 25px 14px 25px;
}

.header-nav-list .left-menu .title-sub:last-child {
    border: none;
}

.header-nav-list .left-menu .title-sub .title-lv1 {
    font-size: 14px;
    color: #333;
}

.header-nav-list .left-menu .title-sub .title-lv2 {
    font-size: 12px;
}

.header-nav-list .left-menu .title-sub .title-lv2 a:first-child {
    padding: 0;
    color: #666;
}

.header-nav-list .left-menu .title-sub .title-lv2 a {
    padding: 0 4px;
    color: #666;
}

.header-nav-list .left-menu .title-sub:hover {
    background-color: rgba(255, 255, 255, .8);
    color: #3d3d3d;
}

.header-nav-list .left-menu .title-sub:hover a {
    color: #3d3d3d;
}

.header-nav-list .left-menu .title-sub div a:hover {
    color: #5b75a6;
}

.header-nav-list .left-menu .title-sub:hover .submenu {
    display: flex;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .1);
}

.submenu {
    position: absolute;
    min-height: 360px;
    width: 730px;
    background-color: #fff;
    top: 0;
    left: 230px;
    display: none;
    padding: 20px;
}

.submenu .submenu-left {
    width: 440px;
    min-height: 360px;
    padding-right: 20px;
}

.submenu .submenu-left .submenu-left-h1 {
    font-weight: bold;
    color: #2b2b2b;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 8px 0;
}

.submenu .submenu-left .submenu-left-h2 {
    font-size: 14px;
    margin-bottom: 8px;
}

.submenu .submenu-left .submenu-left-h2 a {
    margin: 0 4px;
    color: #666666;
}

.submenu .submenu-right {
    width: 260px;
    min-height: 360px;
    padding-left: 20px;
}

.submenu .submenu-right .submenu-right-h1 {
    color: #2b2b2b;
    font-size: 14px;
}

.submenu .submenu-right .submenu-right-h2 {
    font-size: 12px;
    height: 140px;
    overflow: hidden;
}

.submenu .submenu-right .submenu-right-h2 a {
    color: #666666;
    display: block;
    line-height: 20px;
    width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.submenu .submenu-right .submenu-right-img-link {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
}

.submenu .submenu-right .submenu-right-img-link img {
    width: 210px;
    height: 135px;
}


/* 搜索 */

.search .input {
    height: 45px;
    margin-right: 50px;
    display: flex;
}

.search .input .search-input {
    width: 560px;
    height: 45px;
    border: none;
    outline: none;
    padding-left: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #EFF3F5;
    font-size: 14px;
    color: #4a4a4a;
}

.search .input .search-btn {
    width: 80px;
    height: 45px;
    border: none;
    outline: none;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url('/static/images/header/icon_search.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


/* 登录注册 */

.header-login {
    margin-left: 120px;
}

.log-in-sign-up-links {
    display: flex;
}

.log-in-sign-up-links span {
    margin: 0 5px;
}

.log-in-sign-up-links * {
    color: #999999;
    font-size: 14px;
}


/* 消息 */

.header-login .user-msg {
    width: 33px;
    height: 29px;
    cursor: pointer;
    background-image: url('/static/images/header/icon_msg.png');
}

.header-login .msg-content {
    position: relative;
}

.header-login .msg-content:hover .msg-box {
    display: block;
}

.header-login .user-msg .msg-number-point {
    height: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #f25d8e;
    border-radius: 10px;
    position: absolute;
    padding: 1px 2px;
    font-size: 12px;
    top: -6px;
    right: -18px;
    min-width: 16px;
    z-index: 30;
    text-align: center;
    visibility: hidden;
}

.header-login .user-msg span {
    color: #fff;
    font-size: 18px;
}

.header-login .user-msg span i {
    color: #2267bd;
    font-size: 26px;
}

.header-login .user-msg:hover a {
    color: #Fff;
}

.header-login .msg-box {
    z-index: 1;
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: -80px;
    display: none;
    min-width: 170px;
    font-size: 12px;
    overflow: hidden;
}

.header-login .msg-box .msg-list {
    display: flex;
    padding: 5px 10px;
    height: 46px;
    align-items: center;
    cursor: pointer;
}

.header-login .msg-box .msg-warp {
    height: 46px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.header-login .msg-box .msg-warp:hover * {
    color: #2267bd;
}

.header-login .msg-box i {
    position: relative;
    top: -3px;
    transform: scale(.5);
}

.header-login .msg-box .msg-title {
    font-size: 14px;
    margin: 0;
    line-height: 1;
}


/* 头像 */

.header-login .info-content .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
}
