.avatar-info-wrap {
    height: 146px;
    box-sizing: border-box;
    padding: 1px 92px 0 28px;
    margin-bottom: 32px;
}

.avatar-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 23px 26px 0 0;
}

.avatar-info-box {
    width: 592px;
    margin-top: 38px;
}

.nick-name {
    font-size: 13px;
    color: #000;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 14px;
}

.q-c-item {
    height: 34px;
    border-right: 1px solid #e5e5e5;
    padding: 0 30px;
}

.q-c-item:first-child {
    padding-left: 0;
}

.q-c-text {
    font-size: 14px;
    color: #000;
    text-align: center;
}

.no-img-wrap {
    height: 866px;
    box-sizing: border-box;
    padding-top: 182px;
    text-align: center;
}

.no-img-text {
    color: #999;
    font-size: 20px;
}