.box-content{
    display: table;
    content: ' ';
}
.margin-top50{
    margin-top: 50px!important;
}
.us-nav li{
    height:120px;
    text-align: center;
    position: relative;
    padding-top:30px;
}
.us-nav li.active{
    background: #fff;
    border-left: 4px solid #3aa3ff;
}
.us-nav li .us-arrow-right{
    display: none;
}
.us-nav li.active .us-arrow-right{
    display: inline-block;
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #3aa3ff;
    position: absolute;
    left:0;
    top: 57px;
}
.us-header{
    width: 324px;
    height: 294px;
    background: #fff;
    box-shadow: 3px 3px 8px rgba(4,0,0,.05);
    margin:auto;
    padding:1px;
}
.us-header-img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin:30px auto 20px;
    text-align: center;
}
.us-header-name{
    width: 80%;
    text-align: center;
    color: #333;
    font-size: 24px;
    line-height:30px;
    margin:0 auto;
}
.us-header hr{
    width:95%;
    margin:auto;
}
.header-role,
.header-skill{
    font-size: 14px;
    color: #fff;
    padding: 8px;
    background: #66cccc;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius: 5px;
}
.header-skill{
    background: #a6c7ff;
    margin-left: 15px;
}
.header-skill-box{
    height:40px;
    line-height: 40px;
    padding-top:15px;
}
.header-font1{
    color: #a1a7c0;
    font-size: 14px;
}
.header-font2{
    color: #a1a7c0;
    font-size: 12px;
}
.header-font3{
    color: #4a596d;
    font-size: 14px;
}
.us-group{
    width: 28px;
    height: 26px;
    display: inline-block;
    background: url(/a_new_static/img/user/user40/userCenter/group.png?=v1649315467060) no-repeat;
    position: relative;
    top: 8px;
    margin-right: 5px;
}
.us-group1{
    background-position: -3px 1px;width: 20px;
}
.us-group2{
    background-position: -32px -1px;
}
.us-group3{
    background-position: -80px -2px;
    margin-left: 10px;
}