.image-show-wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 40px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	overflow-wrap: break-word;
	word-break: break-word;
}
.image-show-wrap img {
	width: 100%;
}
.image-switch-wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	padding: 30px 40px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	overflow-wrap: break-word;
	word-break: break-word;
}
ul.thumbnail-list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.thumbnail-list a {
	display: inline-block;
    cursor: pointer;
}
.thumbnail-list a.active {
	border: 2px solid #9f0303;
}
ul.thumbnail-list li img {
	width: auto;
	max-height: 60px;
	margin: 0 auto;
	display: inline-block;
}
div#imageCaption{
	text-align: center;
	padding-top: 15px;
}