#lBoxBk {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.96);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	cursor: pointer;
	display: none;
}

#lBox {
	width:100%;
	max-width: 1200px;
	position: absolute;
	z-index: 1002;
	top: 50px;
	left: calc(50% - 500px);
	display: none;
}
#lBox.zoom {
	width: 800px;
	top: 0;
	left: calc(50% - 400px);
}
#lBox.ver {
	width: 400px;
	left: calc(50% - 200px);
}

#lBoxInner {
	
}
#lBox.zoom p{
	margin-top:10px;
}

#lBoxInner img{
	width:100%;
	height: auto;
}

#closeBtn {
	cursor: pointer;
	color: #000;
	font-size: 2em;
	line-height: 1em;
	position: fixed;
	top: 5px;
	right: 15px;
	display: none;
}

@media screen and (max-width:640px) {
	#lBox {
		width: 90% !important;
		max-width: auto;
		left: 5% !important;
	}
}