body{
    background: #f8f8f8;
}
.dtl-main{
    opacity: 0;
    transition:.5s;
}
/* 所在位置 */
.localtion-container{
    height:44px;
}
.localtion-container .localtion-wrap{
    height: 100%;
    margin:0 auto;
    line-height: 44px;
    font-size: 14px;
}
.localtion-wrap .team-page{
    cursor:pointer;
}
.localtion-wrap .home-page{
    cursor: pointer;
}
.content-container{
    padding:90px 0;
}
/* 个人信息左边 */
.member-name .name-l{
    font-size: 20px;
    margin-right: 19px;
}
.member-name .name-r{
    color:#999;
}
.content-container .content-u{
    width:130px;
    height:1px;
    margin:25px 0;
    background:rgba(221,221,221,1);
}
.member-attribute .attribute-top{
    margin-bottom:20px;
}
.member-attribute .attribute-top>div{
    margin-top:20px;
    width: 100%;
}
.realname-wrap,.education-wrap{
    width:170px;
    float: left;
}
.college,.occupation,{
    display: inline-block;
    width:150px;
    white-space:normal;
    overflow: hidden;
}
.attribute-top span,.attribute-bottom span{
    margin-right: 10px;
    color:#666;
}
.member-attribute .attribute-bottom{
    margin-bottom:54px;
}
.member-attribute .member-experience{
    padding:10px;
}
/* 个人信息右边 */
.content-container .content-r{
    width: 400px;
    float: right;
    margin: 0 0 30px 30px;
    user-select: none;
    overflow: hidden;
}
.content-container .content-r .img-wrap{
    width:400px;
    height:400px;
}
.select-member .select-last,.select-member .select-next{
    width:50%;
    height:40px;
    background:rgba(242,242,242,1);
    float: left;
    box-sizing:border-box;
    line-height: 40px;
    user-select: none;
    cursor:pointer;
}
.select-member .select-last i{
    display: inline-block;
    width:16px;
    height: 16px;
    margin-left: 46px;
    margin-right: 10px;
    background-size:cover;
    vertical-align: text-top;
}
.select-member .select-next{
    border-left: 1px solid #fff;
    text-align: right;
}
.select-member .select-next i{
    display: inline-block;
    width:16px;
    height: 16px;
    margin-right: 46px;
    margin-left: 10px;
    background-size:cover;
    vertical-align: text-top;
}
/* .select-member {
    display:none;
} */