@media print {
	@page {
		margin: 0;
		padding: 0;
		size: A4 portrait;
	}
	.title {
		display: none;
	}
	.pageJump-dialog,
	.print-dialog {
		display: none !important;
	}

	.toolBox,
	.toolBox2,
	.pageNavi,
	#book
	{
		display: none;
	}

	html,
	body {
		margin: 0;
		padding: 0;
		width: 210mm;
		height: calc(297mm * 40);
	}
	.wraper {
		/* background-color: red; */
		padding: 0;
		width: 100%;
		height: auto;
		background-color: white;
	}
	.thumbArea {
		position: static;
		left:auto;
		top:auto;
		bottom:auto;
		right:auto;

		margin: 0 auto 0 auto;
		padding: 0;

		width: 208mm;
		height: auto;
		overflow: hidden;

		/* background-color: green; */
	}
	.thumb {
		position: static;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: hidden;
		border-style: none;

		/* background-color: blue; */
	}
	.thumb>.page {
		width: 100%;
		height: auto;
		margin:0;
		padding:0;
		box-shadow: 0 0 0 0;
		overflow: hidden;
		opacity: 1;
		page-break-after: always;
	}

	.single,
	.double_left,
	.double_right {
		margin: 0;
		padding: 0;
		width: 210mm;
		height: 297mm;
	}
	#book {
		box-shadow: none;
	}
}
