.print-wrap{
	margin-bottom: 20px;
	color: RGB(102,102,102);
	font-size: 9px;
}

.print-wrap h2, h3{
	color: RGB(51,51,51);
}
.print-wrap h2{
	text-align: center;
	font-size: 18px;
}
.print-wrap h3{
	font-size: 14px;
	margin: 5px 0;
}
.print-wrap ul {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	width: calc(100% - 2px);
}
.print-wrap ul li{
	list-style: none;
	color: RGB(51,51,51);
	display: inline-block;
    margin-right: 40px;
    text-align: left;
}
.print-wrap .page-break{
	page-break-after:always;
}

/* 页眉、页脚 */
.print-wrap .print-head li:last-child{
	float: right;
}
.print-foot{
	line-height: 35px;
}
.print-wrap .bill-info{
	margin-bottom: 0;
	border: 1px solid #666666;
	border-bottom: none;
	line-height: 20px;
}
/* 收费表格 、票据表格*/
.print-wrap table{
	width: 100%;
	border: 1px solid #666666;
	border-bottom: none;
}

.print-wrap table tr{
	line-height: 20px;
}
.print-wrap table tr td{
	border-bottom: none;
}

.print-wrap table tr td{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.print-wrap table tr td:last-child{
	border-right: none;
}
.print-wrap table .text-align-center{
	text-align: center;
	font-size: 8px;
	color: #666;
	font-weight: 600;
}
.print-wrap  table.rowspan-colspan-table td{
	padding-left: 5px;
}
.print-wrap table{
	font-size: 8px;
	color: #666;
}

/* 业务表格 */
.width66{
  width: 66px!important;
}
.print-wrap  table.rowspan-colspan-table{
	margin-bottom: 9px;
}
.print-wrap .rowspan-colspan-table tr:first-child td:first-child{
	width: 56px;
}
.print-wrap .rowspan-colspan-table tr:first-child td:nth-child(2){
	width: 45px;
}
.print-wrap .rowspan-colspan-table tr:first-child td:nth-child(3){
	width: 80px;
}
.print-wrap .rowspan-colspan-table tr:first-child td:nth-child(4){
	width: 132px;
}
.print-wrap .rowspan-colspan-table tr:first-child td:nth-child(5){
	width: 67px;
}
.print-wrap .rowspan-colspan-table tr:first-child td:nth-child(6){
	width: 44px;
}
.print-wrap .rowspan-colspan-table tr:first-child td:nth-child(7){
	width: 284px;
}
/* 业务备注 */
.print-wrap .business-remark {
	margin-bottom: 9px;
	color: #ddd;
}
.print-wrap .business-remark span{
	display: inline-block;
	width: 6%;
	font-weight: 600;
    vertical-align: top;
}
.print-wrap .business-remark .textarea-remark{
	display: inline-block;
	min-height: 40px;
	width: 90%;
	vertical-align: middle;
    padding: 2px 5px;
    color: #bdbdbd;
}
.print-wrap .business-remark .el-textarea__inner{
    color: #666;
}
/* 票据表格 */
.print-wrap .bill-table tr:first-child td{
	text-align: left;

	& span:first-child{
	    margin-right: 30px;
	}
}
.print-wrap .bill-table tr:nth-child(2){
	color: #666;
	font-weight: 600;
	font-size: 8px;
}
.print-wrap .bill-table td{
	text-align: center;
}