.readPDF-panel-body {
	margin: 3% auto;
	width: 1000px;
	height: 80%;
	background: #FFFFFF;
	z-index:2000;
	border-radius: 6px;
}
.readPDF-panel-body .pdf-title {
	padding: 0 10px 0 40px;
	line-height: 60px;
	font-size: 20px;
	color: #FFFFFF;
	border-radius: 6px;
	background: #0E9DEC;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.readPDF-panel-body .pdf-title>button {
	width: 44px;
	height: 44px;
  background: url("../../img/panel-close.png") no-repeat;
  background-size: 24px 24px;
	background-position: center;
	display: inline-block;
}
.readPDF-panel-body #pdfBox {
	background:#FFFFFF;
	height: 100%;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	border-radius: 0 0 6px 6px;
}
.readPDF-panel-body .pdf-header {
	padding: 32px 0 18px;
	line-height: 28px;
	font-size: 18px;
	color: #262626;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-shrink: 0;
}
.readPDF-panel-body .pdf-header .nowReadName {
	padding-right: 15px;
	width: 150px;
	overflow: visible;
	word-break: keep-all;
	white-space: nowrap;
}
.readPDF-panel-body .pdf-header>span {
	line-height: 30px;
	font-size: 16px;
	color: #6d6d6d;
	align-items: center;
}
.readPDF-panel-body .pdf-header>span i {
	margin-top: 2px;
}
.readPDF-panel-body .pdf-header .right-download {
	width: 150px;
	text-align: right;
}
.readPDF-panel-body .pdf-header .right-download>button {
	border: 1px solid #0E9DEC;
	border-radius: 4px;
	width: 90px;
	box-sizing: border-box;
	color: #0E9DEC;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 4px 8px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}
.readPDF-panel-body .pdf-header .right-download>button i {
	width: 14px;
	height: 13px;
  background: url("../../img/download.png") no-repeat;
  background-size: 100%;
	display: inline-block;
}
.readPDF-panel-body .pdf-header .right-download>button:hover {
	border: 1px solid #0E9DEC;
	border-radius: 4px;
	width: 90px;
	box-sizing: border-box;
	color: #FFFFFF;
	background-color: #0E9DEC;
	font-size: 14px;
	padding: 4px 8px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}
.readPDF-panel-body .pdf-header .right-download>button:hover i {
  background: url("../../img/download-actived.png") no-repeat;
  background-size: 100%;
}
.readPDF-panel-body .iframeBox {
	flex: 1;
	border: 1px solid #E1E1E1;
}
.readPDF-panel-body .iframeBox>div {
	display:none;
	width: 100%;
	height: 100%
}
.readPDF-panel-body .pdf-btn-area {
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 40px;
	flex-shrink: 0;
}
.readPDF-panel-body .pdf-btn-area .prevPdf {
	display:none;
	border-radius: 4px;
	font-size: 18px;
	border: 1px solid #0E9DEC;
	color: #0E9DEC;
	line-height: 42px;
	width: 180px;
	height: 44px;
}
.readPDF-panel-body .pdf-btn-area .nextPdf {
	border-radius: 4px;
	font-size: 18px;
	border: 1px solid #0E9DEC;
	background: #0E9DEC;
	color: #ffffff;
	line-height: 42px;
	width: 180px;
	height: 44px;
}
.readPDF-panel-body .pdf-btn-area>button:nth-child(2) {
	margin-left: 20px;
}
.readPDF-panel-body .iframeBox {
	overflow: auto;
	height: 60vh;
}