.main-con{
	font-size: 0;
	margin-bottom: 50px;
}
.single-review{
	width: 274px;
	height: 205px;
	margin-right: 2%;
	display: inline-block;
	overflow: hidden;
	/*border:1px #ccc solid;*/
	margin-bottom: 25px;
}
.single-review img{
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
}
.review-show-panel{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 101;
		
}
.review-swiper{
	width: 712px;
	height:470px;
	border: 25px #fff solid;
	border-radius:10px ;
	background: #fff;	
	/*display: none;*/
}
.review-swiper .swiper-slide img{
	width: 100%;
	line-height: 267px;
	border-radius:5px ;
}
