.wrap{
    width: 100%;
    height: auto;
    padding: 5.4rem 1.5rem 0;
    box-sizing: border-box;
}
/* 头像 */
.header-img{
    display: block;
    width: 100%;
    height: 7rem;
    position: relative;
}
.header-img-portrait{
    position: absolute;
    left: 50%;
    top: 0;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    overflow: hidden;
    transform: translateX(-50%);
    z-index: 2;
}
.header-img-Tips{
    position: absolute;
    left: 50%;
    top: 0;
    width: 7rem;
    height: 7rem;
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.header-img-Tips img{
    display: block;
    width: 1.3rem;
    height: auto;
    margin: 2.5rem auto .3rem;
}
.header-img-Tips span{
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
}

/* 列表 */
.user-info-list{
    margin-top: 1.5rem;
}
.user-info-item{
    width: 100%;
    height: 2rem;
    margin-bottom: 2.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-info-item-text{
    min-width: 5.6rem;
    font-size: 1.4rem;
    white-space: nowrap;
}
.user-info-item-link{
    display: block;
    width: 80%;
    height: 2rem;
    margin-left: 3.2rem;
    color: #333;
}
.user-info-item-link-text{
    width: 70%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.4rem;
}
.user-info-item-link-text-right{
    width: 27%;
    color: #3586F9;
    text-align: center;
}
.user-info-item-link-img{
    display: block;
    width: auto;
    height: 1.4rem;
    margin-top: .3rem;
}
















