#imageShow{
	display: flex;
	width: 100%;
}
.picShowGalleryBox{
	display: none;
	width: inherit;
	height: inherit;
}
.picShowGalleryBox>img{
	width: inherit;
	height: inherit;
	z-index: 100;
}
.picShowGalleryBox:nth-child(1){
	display: block;
}
.showBox{
	display: flex;
	width: 100%;
	justify-content: center;
	flex: 1;
	margin-bottom: 20px;
}

