*{
    -webkit-box-sizing: unset!important;
    -moz-box-sizing: unset!important;;
    box-sizing: unset!important;;
}

#header{
    height: 90px;
    width: 100%;
    min-width: 1400px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #4d4d4d;
    background-color: rgba(255, 255, 255, 0.9)
}
#header .logo{
    margin: 0 10px 0 60px;
    cursor: pointer;
}
#header .bigLogo{
    margin-right: 87px;
}

#header .menu_list{
    min-width: 655px;
    position: absolute;
    right: 180px;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#header .menu_list li{
    list-style: none;
    float: left;
    font-size: 15px;
    color: #4d4d4d;
    margin-right: 35px;
    cursor: pointer;
}

#header .menu_list .active{
    color: #0141a2;
}

#header .header_btn{
    width: 100px;
    position: absolute;
    right: 60px;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-size: 14px;
    color: #999;
    border-radius: 4px;
}

#header .userInfo{
    max-width: 150px;
    position: absolute;
    right: 60px;
    text-align: center;
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
}

#header .userInfo .lg_username{
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}

#header .userInfo .lg_username:hover{
    color: #0141a2;
    text-decoration: none;
}

#header .userInfo i{
    background: url(../../img/down.png) no-repeat;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

#header .dropdown-toggle:active{
    box-shadow: none;
}

#header .userInfo ul{
    width: 100px;
    position: absolute;
    top: 25px;
    right: 0;
    border: 1px solid rgba(0,0,0,.15);
    background: #fff;
    border-radius: 4px;
    padding: 0;
    margin: 0;
}

#header .userInfo ul>li{
    height: 30px;
    line-height: 30px;
}

#header .dropdown-menu{
    width: 100px!important;
    min-width: 100px;
    text-align: center;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
    color: #0141a2;
    text-decoration: none;
    background-color: #fff;
    outline: none;
}

#header .header_btn a {
    height: 34px;
    color: #999;
    display: inline-block;
    line-height: 34px;
    cursor: pointer;
}

#header .header_btn a:hover{
    text-decoration: none;
    color: #0141a2;
    text-decoration: none;
}

#header .header_btn .divider{
    height: 15px;
    width: 1px;
    float: left;
    background: #d9d9d9;
    position: absolute;
    top: 10px;
    left: 49px;
}

