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;
    /*justify-content: space-between;*/
}

.logo-link-box {
    width: 230px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    max-width: 95%;
    max-height: 70%;
}

.nav-list-icon {
    font-size: 24px;
    color: rgba(0, 0, 0, .3);
    line-height: 100px;
}

.nav-list-icon span {
    font-size: 20px;
    position: relative;
    top: -2px;
    left: 4px;
}

.header-nav-list {
    position: relative;
    width: 100px;
    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: #4d7198;
}

.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: #4d7198;
}

.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: 730px;
    min-height: 360px;
    display: flex;
    flex-wrap: wrap;
}

.submenu .submenu-left .list {
    width: 50%;
}

.submenu .submenu-left .list .submenu-left-h1 {
    color: #444;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 8px 0;
    position: relative;
}

.submenu .submenu-left .list .submenu-left-h1:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #4d7198;
    left: 0;
    top: 34px;
    border-radius: 1px;
}

.submenu .submenu-left .list .submenu-left-h2 {
    font-size: 14px;
    margin-bottom: 8px;
}

.submenu .submenu-left .list .submenu-left-h2 a {
    display: inline-block;
    padding: 2px 40px;
    border: 1px solid #4d7198;
    margin-right: 20px;
    margin-top: 10px;
    border-radius: 8px;
    color: #666 !important;
}

.submenu .submenu-left .list .submenu-left-h2 a:hover {
    background-color: #4d7198;
    color: #fff !important;
}

/* 搜索 */
.search {
    width: 640px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.southgis-keywords {
    position: absolute;
    top: 44px;
    padding-left: 10px;
}

.southgis-keywords .keywords {
    color: #1e70bf;
    font-size: 12px;
    position: relative;
    transition: all .3s;
    padding: 1px 8px;
    border-radius: 6px;
}

.southgis-keywords .keywords:hover {
    color: #1e70bf;
    text-decoration: none;
    background-color: #E8E8E8;
    transition: all .3s;
}

.hot-results-box {
    position: absolute;
    bottom: 0;
    width: 640px;
}

.hot-results-box .hot-results {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    white-space: normal;
    text-align: left;
    text-transform: none;
    background: #fff;
    margin-top: .5em;
    width: 100%;
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, .12), 0 2px 10px 0 rgba(34, 36, 38, .15);
    border: 1px solid #d4d4d5;
    z-index: 998;
}

.hot-results-box .hot-results .result {
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-size: 1em;
    padding: .85714286em 1.14285714em;
    color: rgba(0, 0, 0, .87);
    line-height: 1.33;
    border-bottom: 1px solid rgba(34, 36, 38, .1);
}

.hot-results-box .hot-results .result:hover {
    background: #f9fafb;
}

/*.search .input {*/
/*height: 45px;*/
/*display: flex;*/
/*}*/
/*.search .input .search-input {*/
/*width: 560px;*/
/*height: 45px;*/
/*outline: none;*/
/*padding-left: 15px;*/
/*box-sizing: border-box;*/
/*border-radius: 3px;*/
/*color: rgba(0,0,0,.3);*/
/*font-size: 14px;*/
/*border: 1px solid rgba(0,0,0,.1);*/
/*background-color: #F3F3F3;;*/
/*}*/
/*.search .input .search-input::-webkit-input-placeholder {*/
/*color: rgba(0,0,0,.3);*/
/*}*/

/*.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-old.png');*/
/*background-repeat: no-repeat;*/
/*background-position: 50% 50%;*/
/*background-color: #4d7198;*/
/*}*/

/*按钮*/

.header-buttons {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 登录注册 */

.header-login {
    width: 80px;
}

.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;
}
