.copybook {
	background: white;
	overflow: hidden;
}

.copybook .item, .copybook .text, .copybook .pinyin {
	text-align: center;
}

.copybook .pinyin {
	width: 100%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: inherit;
	font-size: 12px;
	font-family: "微软雅黑";
}

.copybook, .copybook div {
	width: 938px;
	margin: 0 auto;
	padding-left: 2px;
}

.cut-page ul:after, .cut-page ul:before {
	content: "";
	display: block;
	clear: both;
}

.cut-page li {
	width: 76px;
	height: 76px;
	font-family: "楷体", "楷体_gb2312", "Kaiti SC", STKaiti, "AR PL UKai CN",
		"AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE",
		"AR PL KaitiM GB", KaiTi, KaiTi_GB2312, DFKai-SB, "TW\-Kai";
	font-size: 1rem;
	line-height: 80px;
	margin: 5px 0px 5px -2px;
	color: #b8b8b8;
	position: relative;
	list-style: none;
	border: 2px solid #eee;
	border-right-width: 0;
	float: left;
}

.cut-page ul li:last-child {
	border-right-width: 2px;
}

.cut-page {
	page-break-before: always;
}

.page-head {
	height: 86px;
	line-height: 86px;
	font-size: 32px;
	text-align: center;
	display: none;
	color: #666666
}

@media print {
	.cut-page {
		page-break-before: always;
	}
	.page-head {
		display: block;
	}
}

@page {
	size: auto;
	margin: 5mm 16mm 5mm 16mm;
}

.copybook .text {
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	top: 13px;
	left: 50%;
	margin-left: -27px;
	color: #eee;
	z-index: 199402 !important;
	font-size: 3.5em;
}

.copybook .text, .copybook .line-x, .copybook .line-y, .copybook .line-m,
	.copybook .line-n {
	position: absolute;
	z-index: 199401;
}

.copybook .line-x, .copybook .line-m {
	top: 50%;
	width: 100%;
	height: 0;
	border-bottom: 2px dashed #eee;
	margin: 0 auto;
	margin-top: -1px;
	left: 0;
	right: 0;
}

.copybook .line-y, .copybook .line-n {
	left: 50%;
	width: 0;
	height: 100%;
	border-left: 2px dashed #eee;
	margin: 0 auto;
	margin-left: -1px;
	top: 0;
	bottom: 0;
}

.copybook .line-m {
	width: 110px;
	top: 38px;
	left: -17px;
}

.copybook .line-n {
	height: 110px;
	left: 38px;
	top: -17px;
}

.rotate45 {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari 和 Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

.ck-types-0 .line-m, .ck-types-0 .line-n {
	display: none !important;
}