.ShowImgsBox {
	max-width: 1200px;
	margin: 0 auto;
}

.ShowImgsBox .BigImg {
	width: 100%;
	position: relative;
	/* max-height: 650px; */
	overflow: hidden;
}

/* .ShowImgsBox .BigImg:before {
	content: '';
	display: block;
	padding-top: 70%;
} */

.ShowImgsBox .BigImg ul ol,
.ShowImgsBox .BigImg ul li {
	position: absolute;
	width: 20%;
	height: 100%;
	top: 0;
	cursor: pointer;
}

.ShowImgsBox .BigImg ul ol {
	left: 0;
}

.ShowImgsBox .BigImg ul li {
	right: 0;
}

.ShowImgsBox .BigImg ul i {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: rgba(0, 0, 0, 0);
	color: #FFF;
	font-size: 30px;
	position: absolute;
	top: 45%;
}

.ShowImgsBox .BigImg ul:hover i {
	background: rgba(0, 0, 0, 0.3);
}

.ShowImgsBox .BigImg ul ol i {
	left: 0px;
}

.ShowImgsBox .BigImg ul li i {
	right: 0px;
}

.ShowImgsBox .BigImg ul i:hover {
	background: rgba(0, 0, 0, 0.5);
}

.ShowImgsBox .BigImg img {
	max-width: 100%;
	max-height: calc(100vh - 170px);
	border-radius: 10px;
}

.ShowImgsBox .BigImg p {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	bottom: 0px;
}

.ShowImgsBox .BigImg .hideP p {
	display: none;
}

.ShowImgsBox .BigImg p span {
	display: block;
	padding: 10px 15px;
	color: #FFF;
	font-size: 14px;
	line-height: 25px;
}

.ShowImgsBox .ListImgs {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 15px auto;
	border-radius: 5px;
	display: flex;
	justify-content: center;
}

.ShowImgsBox .ListImgs ul {
	overflow: hidden;
}

.ShowImgsBox .ListImgs ul li {
	width: 120px;
	height: 60px;
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
	border: #ccc solid 1px;
	margin: 0 5px;
	border-radius: 5px;
}


.ShowImgsBox .ListImgs ul li img {

	width: 120px;
	opacity: 0.5;

}

.ShowImgsBox .ListImgs ul li.ck {
	border: #165dff solid 1px;
}

.ShowImgsBox .ListImgs ul li.ck img {
	opacity: 1;
}

.ShowImgsBox .ListImgs dl dt, .ShowImgsBox .ListImgs dl dd {
    position: absolute;
    width: 20px;
    height: 30px;
    top: 35px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    font-size: 26px;
    color: #FFF;
	display: none;
}

.ShowImgsBox .ListImgs dl dt {
	left: 0;
}

.ShowImgsBox .ListImgs dl dd {
	right: 0;
}

.ShowImgsBox .ListImgs dl dt:hover,
.ShowImgsBox .ListImgs dl dd:hover {
	background: rgba(0, 0, 0, 0.5);
}

.ShowImgsBox .ShowCnt {
	padding: 10px 15px;
	line-height: 25px;
	font-size: 16px;
	color: #666;
}