@charset "utf-8";
.banner {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 200px 0px 200px 0px;
  background-image: url('/static/image/case.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.breadcrumb {
  line-height: 50px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb > li {
  color: inherit;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  vertical-align: top;
  opacity: .8;
}
.case-container {
	display: grid;
	grid-template-columns: 480px auto;
	gap: 20px;
}
.case-header {
	margin-bottom: 30px;
}
.case-container .img-wrapper {
	width: 480px;
	height: 270px;
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.case-container .img-wrapper .big-image {
	width: 400px;
	height: 270px;
	border: 1px solid #b2d1f0;
}
.case-container .img-wrapper .small-image-wrapper {
	width: 72px;
	height: 272px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.small-image-wrapper .small-image-list {
	position: relative;
	flex: 1;
	overflow: hidden;
	background-color: #f7f8f9;
}
.small-image-wrapper .small-image-list .small-image-list-inner {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.case-container .img-wrapper .before, .case-container .img-wrapper .after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iIzcwNzA3MCIgZD0ibTUxMiA0NjEuOTk1LTIxMS4yIDIxMS4yLTYwLjMzLTYwLjMzMUw1MTIgMzQxLjMzNGwyNzEuNTMgMjcxLjUzLTYwLjMzIDYwLjMzeiIvPjwvc3ZnPg==);
	/* z-index: 1; */
	/* position: absolute; */
}
.case-container .img-wrapper .before:hover, .case-container .img-wrapper .after:hover {
	background-color: #dcdcdc;
}
.case-container .img-wrapper .before {
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #efefef;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: 16px auto;
	background-position: center center;
	cursor: pointer;
}
.case-container .img-wrapper .after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #efefef;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: 16px auto;
	background-position: center center;
	cursor: pointer;
	transform: rotate(180deg);
}
.case-container .img-wrapper .small-image-list a {
	display: inline-block;
	position: relative;
	width: calc(100% - 2px);
}
.case-container .img-wrapper .small-image-list a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	/* opacity: 0; */
	transition: all 0.3s ease-in-out;
}
.case-container .img-wrapper .small-image-list a.active::after {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #b2d1f0;
}
.case-container .detail {
	/* background-color: #b2d1f0; */
}
.case-container .detail p {
	font-size: 15px;
	margin: 0px;
	line-height: 30px;
}
.case-container .img-wrapper img {
	width: 100%;
}
.case-detail h3 span {
	display: inline-block;
	padding: 15px 5px;
	position: relative;
}
.case-detail h3 span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background-color: var(--theme-color);
}
@media (max-width: 750px) {
	.case-container {
		grid-template-columns: 1fr;
	}
	.case-container .img-wrapper {
		width: 100%;
		flex-direction: column;
		height: auto;
	}
	.case-container .img-wrapper .big-image {
		width: 100%;
		height: auto;
	}
	.case-container .img-wrapper .small-image-wrapper {
		display: flex;
		flex-direction: row;
		width: 100%;
		height: 70px;
	}
	.case-container .img-wrapper .small-image-wrapper .before, .case-container .img-wrapper .small-image-wrapper .after {
		width: 20px;
		height: 70px;
		
		background-image: url(data:image/svg+xml;base64,PHN2ZyB0PSIxNzU2Mjc3MTQzNjg3IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjI0MDciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZD0iTTM1My4zMjMwNzEgMjQ2LjQwNzAxNkw2MjAuMzcyMjIgNTEwLjYzNzk3OWwtMjY1LjMyMDc4NSAyNjguMTQ2MTMzYy0xMS43NzYyMDggMTEuNzc1MTg0LTExLjczNDI1MjAxIDMwLjkwODk2NCAwLjA5MTA3NCA0Mi43MzQyOWwwLjAwMTAyMyAwYzExLjgyNTMyNiAxMS44MjYzNSAzMC45NTgwODIgMTEuODY3MjgyIDQyLjcyODE1LTIuOTMwNzQ5TDY4MC44OTk3NTggNTM1LjU1OTU3OWMzLjgxNzk1NS00LjI3MzMyNyA4LjIwNTg5Mi05LjMyMTI5NiA4LjkzMzQ2My0xMi4wNDUzMzcgNC40NzA4MjUtMTEuMTEyMDgyIDIuMjMyODU0LTI0Ljc2NTAzMzAxLTYuNzEwODQyLTM1Ljk4NzYzMmwtMjg2Ljk4MjEzLTI4Ni45ODIxM2MtMTEuODc1NDY4LTguODQ3NTA1LTMxLjA5NjIyOS04Ljg5MzU1NC00Mi45MjI1NzggMi45MzI3OTZDMzQxLjM5MzM2NyAyMTUuMzAzNjI0IDM0MS40Mzk0MTYgMjM0LjUyMzM2MSAzNTMuMzIzMDcxIDI0Ni40MDcwMTZ6IiBwLWlkPSIyNDA4IiBmaWxsPSIjNzA3MDcwIj48L3BhdGg+PC9zdmc+);
	}
	.case-container .img-wrapper .small-image-wrapper .before {
		transform: rotate(180deg);
	}
	.case-container .img-wrapper .small-image-wrapper .after {
		transform: rotate(360deg);
	}
	.small-image-wrapper .small-image-list .small-image-list-inner {
		display: flex;
		flex-direction: row;
		gap: 7px;
	}
	.small-image-wrapper .small-image-list .small-image-list-inner .item {
		height: 70px;
		width: 100px;
		flex-shrink: 0;
	}
})
