.user-info-section-outer {
    height: 200px;
    border-bottom: 0.05rem solid #ececec;
    padding-top: 40px;
}
.user-info-section {
    height: 120px;
}
.avatar-box {
    width: 116px;
    height: 116px;
    border: 2px solid rgb(230,230,230);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 50%;
}
.avatar-box .edit-avatar-mask {
    display: none;
}
.avatar-box.edit-avatar .edit-avatar-mask {
    display: flex;
    cursor: pointer;
    user-select: none;
}
.edit-avatar-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    color:white;
    font-size: 12px;
}
.user-info-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 30px;
}
.user-info-right1 h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
}
.user-info-right1 {
    margin-bottom: 20px;;
}
.follow-button {
    width: 80px;
    height: 30px;
    margin-left: 50px;
}
.num-box {
    display: flex;
    flex-direction: column;
    margin-right: 35px;
}
.num-box:last-child {
    margin-right: 0;
}
.num-span {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: bold;
}
.num-box-str {
    color: #838385;
    font-size: 12px;
    margin-top: 8px;
}

.setting-link {
    background-color: rgba(0,0,0,.6);
    border-radius: .2rem;
    font-size: .6rem;
    color: #fff;
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 .8rem;
    text-decoration: none;
    margin-left: 1rem;
}

.all-creation-title-outer {
    border-bottom: 0.05rem solid #ececec;
}
.all-creation-title {
    height: 60px;
}
.all-creation-title h1,
.all-creation-title .creation-num{
    font-weight: 600;
    font-size: .9rem;
    color: #4b4b4b;
    line-height: 1.2;
    white-space: nowrap;
    margin-right: 10px;
}