@charset "UTF-8";
.main[data-v-7c869b12] {
  display: flex;
  flex-direction: column;
}
.main .table[data-v-7c869b12] {
    flex: 1;
}
.btn-yulan[data-v-7c869b12] {
  height: 32px;
  line-height: 32px;
  margin-top: 16px;
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center;
  background: #736EFE;
  color: #fff;
  border-radius: 3px;
  float: right;
  margin-right: 20px;
  cursor: pointer;
  width: 128px;
}
.content_left_preview[data-v-7c869b12] {
  width: 100%;
  height: calc(100% - 200px);
  padding: 10px;
  background-color: #4472c4;
  box-sizing: border-box;
}
.scroll-box[data-v-7c869b12] {
  height: calc(100% - 0px);
  overflow: auto;
  border: 2px solid #c0d8f3;
  border-bottom: none;
  border-radius: 6px;
  background-color: #eeeeee;
}
.menue-tool[data-v-7c869b12] {
  position: relative;
  bottom: 35px;
  height: 35px;
  line-height: 35px;
  padding-right: 10px;
  text-align: right;
  color: #000;
  background-color: rgba(126, 126, 126, 0.5);
  box-sizing: border-box;
  z-index: 1000;
}
.pdf-box[data-v-7c869b12] {
  overflow: hidden;
  padding: 24px;
}
.pdf-scale-box[data-v-7c869b12] {
  box-shadow: 0px 0px 20px 5px #666565;
  transform-origin: center top;
  /*设置缩放中心点*/
  transition: .2s;
}
.pdf-scale-box-item[data-v-7c869b12] {
  box-shadow: 0px 0px 20px 5px #666565;
  transform-origin: center top;
  /*设置缩放中心点*/
  transition: .2s;
}

