@media print{
	.PageNext{
		page-break-after: always;
	}
	.wlxy_content{
    width: 100%;
		height: 100%;
    top: 0;
		right: 0;
		left: 0;
		margin: 0;
	}
	.printWrap{
			width: 100%;
			/*height: 100%;*/
			position: absolute;
			top: 0;
			left: 0;
			/*bottom: 0;*/
			right: 0;
			z-index: 100;
			background: #fff;
	}
	.printWrap img{
		width: 100%;
		height: 100%;
	}
	.dir_wrap{
		background: #fff;
	}
	.dir_list{
		position: absolute;
		top: 0;
		left: 0;
		/*bottom: 0;*/
		right: 0;
		z-index: 100;
		background: #fff;
	}
	.jgmlWrap{
		margin:0;
	}
	.all,.wlxy_title,.Print{
		/*display: none;*/
		visibility: hidden;
	}
}

