* {
	padding: 0;
	margin: 0;
}
#boks{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.page {
	width: 100%;
	height: 100%;
	z-index: 99;
	position: absolute;
	top: 100%;
	transition:all 0.5s;
	overflow: hidden;
	z-index: 999999;
	display: none;
}

.page .header {
	width: 90%;
	color: #959595;
	height: 50px;
	background: #fff;
	z-index: 100000;
	margin: 0 auto;
	border-bottom: 1px solid #959595;
}

.page .header h1 {
	font-size: 24px;
	line-height: 50px;
    text-align: center;
	margin:0 auto;
}

.page .close {
	width: 50px;
	height: 50px;
	background: url('../img/dzclose.png') no-repeat;
	background-size: 76%;
	position: absolute;
	top: 6px;
	right: 8px;
	cursor:pointer;
	z-index: 1999;
}
.page .close2 {
	width: 50px;
	height: 50px;
	background: url('../img/dzclose.png') no-repeat;
	background-size: 76%;
	position: absolute;
	top: 6px;
	right: 8px;
	cursor:pointer;
	z-index: 999;
}
.wenzi{
	padding-top: 10px;
	height: 82%;
	width:85%;
	color: #959595;
	margin: 0 auto;
	overflow:auto;
}
.zi p{
	width: 100%;
}
.quan{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	z-index: 9;
	background-color: #000;
	opacity: 0.3;
}

#page2 .con {
	width: 500px;
	/* height: 70%; */
	padding: 30px 30px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top:50%;
	z-index: 9999;
	border-radius:15px;
	overflow: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#page3 video{
	width:80%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 999;
}
.img1{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.img1 img{
	width: 90%;
}
.zi{
	margin-bottom: 0px;
	text-align: justify;
	text-justify: inter-character
}
.img2{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.img2 img{
	width: 90%;
}
.img3{
	width:100%;
	text-align: center;
	margin-bottom: 20px;
}
.img3 img{
	width: 44%;
}
.img4{
	width:100%;
	text-align: center;
}
.img4 img{
	width: 44%;
	margin-bottom: 20px;
}
.wx{
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 80%;
	z-index: 99999;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 415px) {

	.page .header h1 {
		font-size: 12px;
		line-height: 40px;
	    text-align: center;
		margin:0 auto;
	}
	.page .close {
		width: 50px;
		height: 50px;
		background: url('../img/dzclose.png') no-repeat;
		background-size: 50%;
		position: absolute;
		top: 13px;
		right: -20px;
		cursor:pointer;
		z-index: 19999;
	}
	.page .header{
		height: 40px;
	}
	.page .close2 {
		width: 50px;
		height: 50px;
		background: url('../img/dzclose.png') no-repeat;
		background-size: 50%;
		position: absolute;
		top: 13px;
		right: -15px;
		cursor:pointer;

	}
	.wenzi{
		padding-top: 10px;
		font-size: 12px;
	}
		
	#page2 .con {
		width: 96%;
		
		background-color: #fff;
		box-sizing: border-box;
		z-index: 9999;
		border-radius:12px;
	}
	
	#page2 .wenzi video{
		width:100%;
		margin: 0;
	}
	#page3 video{
		width:98%;
		height: auto;
		margin: 0;
	}

}
