.mui-content>.mui-table-view:first-child {
	margin-top: -1px;
}

.mui-scroll-wrapper {
	top: 50px
}

.mui-table-view {
	overflow: hidden;
	margin-bottom: 20px;
}

.member_icon {
	float: left;
	margin-left: 0.7rem;
	height: 4.8rem;
	width: 4.8rem;
	border-radius: 0.04rem;
	margin-right: 0.8rem;
}

.member_info {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	margin-left: 0.4rem;
	line-height: 1rem;
}

img {
	border: none;
}

.member_info_name {
	font-weight: bold;
	margin-bottom: 0.25rem;
	font-size: 1rem;
	color: rgba(34, 34, 34, 1);
	line-height: 1.4;
}

.member_info_desc {
	font-size: 0.75rem;
	line-height: 1.40rem;
	color: rgba(102, 102, 102, 1);
}

.mui-input-row{
	margin-top: 1rem;
}
.mui-input-row label {
	font-size: 0.85rem;
	width: 45%;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}

.mui-input-row label ~input{
	width: 55%;
}
.com_picture {
    height: 4.5rem;
    width: 4.5rem;
    margin-right:1.2rem;
}
.wrap{
	margin-top: 5rem
}