.head-line-bg {
    width: 100%;
    height: 40px;
    background: #e9e9e9;
    font-size: 14px;
    color: #575757;
    line-height: 40px;
}

.head-line-bg span {
    cursor: pointer;
}

.head-line-bg span:first-child {
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

.head-active {
    color: #2a49ca;
}

.head-user-bor {
    width: 100%;
    height: 121px;
    border-bottom: 1px solid #e5e5e5;
}

.head-user {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.head-user-left { /*width: 620px;*/
    padding-top: 40px;
}

.head-user-left img { /*border-right: 1px solid #e5e5e5;*/ /*padding-right: 20px;*/
    margin-right: 20px;
    width: 210px;
}

.head-user-left h1 {
    font-size: 20px;
    margin-top: 10px;
}

.head-user-left p {
    margin-top: 10px;
    color: #4c4c4c;
    font-size: 14px;
}
.head-user-right{
}
.head-user-right .fL {
    margin-right: 5px;
    display: flex;
    align-items: center;
    height: 100%;
}

.head-user-right p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: right;
}

.head-user-right h1 {
    font-size: 32px;
    color:#2a49ca;
    margin-left: 10px;
}

.head-nav-ul { /*height: 62px;*/ /*line-height: 62px;*/
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.head-nav-ul li {
    display: inline-block;
    /* margin-right: 48px; */
    height: 100%;
    line-height: 121px;
    padding-bottom: 6px;
    /* margin-right: 106px; */
    width: 120px;
    text-align: center;
}

/*.head-nav-ul li:last-child{*//*    margin-right: 0;*//*}*/
.head-nav-ul-active {
}

.head-nav-ul-active>a {
    color: #2a49ca;
    border-bottom: 3px solid #2a49ca;
    padding-bottom: 20px;
    /*font-weight: bolder;*/
}

.head-nav-search {
    width: 190px;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 15px;
    padding: 0 12px;
    position: relative;
    margin-top: 14px;
}

.head-nav-search input {
    color: #999999;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 130px;
}

.head-nav-search img {
    position: absolute;
    right: 12px;
    top: 5px;
    cursor: pointer;
}