#aidraw{
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
}

.group-item{
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}

.group-title{
	font-size: 25px;
	font-weight: bold;
	height: 100px;
	line-height: 100px;
}

.group-list{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
}

.group-list-item{
	width: 16%;
	/* height: 100px; */
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin: 5px 0;
}

.group-list-item-img{
	width: 100%;
}