.lbt-box {
	position: relative;
	width: 1260px;
	height: 568px;
	margin: 0 auto;
	z-index: 99999999999;
}

.imgs {
	width: 100%;
	height: 100%;
	perspective: 1000px;
}

.imgitem {
	position: absolute;
	width: 400px;
	height: 500px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	transition: .8s;
	opacity: 0;
}

.imgitem img {
	width: 100%;
	height: 100%;
border-radius: 14px;}

.cur-img {
	width: 800px;
	z-index: 100;
	opacity: 1;
/* border-radius: 30px; */}

.pre-img {
	transform: translateX(-400px) rotateY(30deg) scale(0.8);
	z-index: 9;
	opacity: 1;
	/* z-index: 99; */
}
.pre-img::after,
.next-img::after
{content: "";background-color: rgba(0,0,0,.6);z-index: 9999;position: absolute;top: 0;width: 100%;display: block;right: 0;height: 100%;}

.next-img {
	transform: translateX(400px) rotateY(-30deg) scale(0.8);
	z-index: 9;
	opacity: 0.9;
}
