
 .avatar-uploader {
    position: relative;
    cursor: pointer;
    width: 120px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    
    font-size: 30px;
	color: #8c939d;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px dashed #c0ccda;
}

.avatar-uploader-small {
    position: relative;
    cursor: pointer;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    
    font-size: 30px;
	color: #8c939d;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px dashed #c0ccda;
}
.avatar-container{
	text-align:center;
	font-size:12px;
	padding: 0 10px;
}
.imagemargin {
    margin-bottom: 20px;
}

.layui-form-label{
	width:160px;
}
.layui-input-block {
    margin-left: 190px;
    min-height: 36px;
    }

 .layui-form-label{
    font-weight: bold;
}
.layui-icon-addition::before {
    font-size: 40px;
}
.mention{
	text-align: center;
}
.layui-row-title{
	font-size: 16px;
	color: rgba(0,0,0,0.9);
	line-height: 22px;
	margin-bottom: 24px;
}

 .layui-row-appoint{
	 font-size: 14px;
	 color: #666666;
	 line-height: 16px;
 }
 .layui-form-title{
	 display: flex;
 }
 .layui-form-in{
	 display: flex;
	 justify-content: space-between;
	 background: #F8F8F9;
 }
 .layui-form-left{
	 width: 20%;
	 font-weight: bold;
	 align-self: center;
	 padding-left: 16px;
	 white-space: nowrap;
 }
 .layui-form-right{
	 font-weight: bold;
	 align-self: center;
	 padding-left: 16px;
	 padding-right: 10px;
 }