@charset "utf-8";
/* CSS Document */

.jzdq{
	text-align: center;	
}

.sj{
	margin-left: 10px;
	padding-left: 10px;
}

.pop-up{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background: rgba(0, 0, 0, .7);
	z-index: 1000;
	display: none;
}

.pop-up img{
	width: 100%;
}


.img-box{
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 1024px)  {
	.img-box{
		width: 70vw;
		height: 100vh;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		overflow-x: hidden;
		overflow-y: auto;
		display: block;
	}
}