.header-container{
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background-color: #f2f2f2;
    display: flex;
}
.header-parent{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.left{
    font-size: 14px;
    display: flex;
    line-height: 40px;
}
.left a{
    color: #337ab7;
    text-decoration: none;
} 
.left .hello{
    color: rgba(0,0,0,0.85);
}
.left .left-r {
    margin-left: 20px;
    display: flex;
}
.left .left-r a{
    color: #D80F19;
}
.left .loginInto{
    position: relative;
}
.left .loginInto .username{
    padding: 0 10px;
    color: #D80F19;
}
.left .loginInto .username img{
    margin-top: 19px;
    width: 8px;
    height: 4px;
}
.left .loginInto .userinfo{
    display: flex;
    position: absolute;
    font-size: 12px;
    top: 40px;
    width: 260px;
    height: 80px;
    background-color: #fff;
    border: 1px solid gainsboro;
}
.left .loginInto .username{
    display: flex;
    cursor: pointer;
}
.left .loginInto .userinfo .infoL{
    width: 60px;
    height: 60px;
    padding: 10px;
}
.left .loginInto .userinfo .infoL img{
    width: 60px;
    height: 60px;
}
.left .loginInto .userinfo .infoR{
    color: gray;
}
.left .loginInto .userinfo .infoR .vip{
    display: flex;
    width: 180px;
    justify-content: space-between;
}
.left .loginInto .userinfo .infoR .vip .infoRT,#notVip{
    padding: 5px;
    padding-left: 0;
}
.left .loginInto .userinfo .infoR .vip #headLevel{
    margin-top: 10px;
}
.left .loginInto .userinfo .infoR .vip .infoRT{
    cursor: pointer;
}
.left .loginInto .userinfo .infoR .infoRB{
    line-height: 30px;
    height: 30px;
}
.left .loginInto .userinfo .infoR .infoRB a{
    color: gray;
}
.left .left-r div{
    margin: 0 5px;
    color: rgba(0,0,0,0.05);
}
.left .img1{
    margin-top: -2px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.right{
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    line-height: 40px;
}
.right span,
.right a{
    margin: 0 7px;
    text-decoration: none;
    color: rgba(0,0,0,0.85);
}
.right span:last-child{
    font-weight: 700;
    color: #D80F19;
}
.right .xian{
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: rgba(0,0,0,0.05);
    vertical-align: middle;
    margin: 0 2px;
}
.right .color{
    color: rgba(0,0,0,0.85);
}
.right img{
    margin-left: -10px;
    margin-right: 8px;
    margin-bottom: 5px;
}