
.pdfShow{
  .annotationLayer{
    display: none;
  }
  position: relative;
  .react-pdf__Page__canvas{
    max-width: 100% !important;
    height: 100% !important;
  }
}
.pagechange{
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666666;
  justify-content: center;
  width: 100%;
  background: #ffffff;
  cursor: pointer;
}
.react-pdf__Page{
  display: flex;
  justify-content: center;
}

.nowPage{
  width: 24px;
  height: 24px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
  
}
.nowPageInput{
  border: none;
  background: transparent;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.rpv-toolbar__pagination {
  display: none;
}