.editorInformationContent{
    display: flex;
    flex-flow: column nowrap;
}
.editorInformationContent  .topHeadImgArea{
    width: 100%;
    display: flex;
    justify-content: center;
}
.editorHeadContent{
    width: 163px;
    height: 161px;
    background: #EDEAEA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.editorHeadContent .headImg{
    display: flex;
    width: 141px;
    height: 141px;
    border-radius: 50%;
    overflow: hidden;
}
.editorHeadContent .headImg img{
    width: 100%;
    height: 100%;
}
/* 修改资料按钮 */
.editorBtnParentNeedFlex{
    overflow: hidden;
    align-self: end;
    margin-bottom: 12px;
    cursor: pointer;
}
.someEditorBtn{
    width: initial;
    height: initial;
    border-radius: initial;
    padding: 0px 11px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: 'YouYuan';
    font-weight: 400;
    color: #333333;
    border-radius: 3px;
    background: #E9E8E8;
    text-align: center;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}
.editorInformationContent .customLayuiStart{
    border-bottom: 1px solid #E5E4E4;
    box-sizing: border-box;
}
.editorInformationContent .customLayuiStart .layui-form-item{
    /* margin-left: 60px; */
}
.editorInformationContent .customLayuiStart .layui-form-label{
    color: #333;
}
.institutionalGroupRegistrationBtnBottom{
    display: flex;
    margin-top: 10px;
    margin-bottom: 41px;
}
.uploadedImgContent{
    width: 252px;
    height: 205px;
    background: gray;
    margin: 0 auto;
    margin-top: 56px;
}
.uploadedImgContent img{
    width: 100%;
    height: 100%;
}
