@import url(/src/styles/element-theme/theme/index.css);
@charset "UTF-8";
.icon-icon_fangda_view,
.icon-icon_suoxiao_view {
  color: #fff;
}
.pdf-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.page-con {
  display: flex;
  align-items: center;
}
.page-con .input-box {
  display: flex;
  align-items: center;
}
.page-con .input-box span {
  color: var(--text-color2);
  font-size: 12px;
}
.page-con .input-box .a-input {
  width: 48px;
  margin: 0 8px;
  text-align: center;
}
.fy-box {
  display: flex;
  width: 64px;
  justify-content: space-between;
  align-items: center;
  margin-left: 27px;
}
.left-icon,
.right-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.turn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.turn-btn svg {
  color: #50595f;
}
.disbaled {
  opacity: 0.5;
}
.pdf_action .ant-slider {
  margin: 0;
  padding-top: 6px;
}
.bot-box {
  position: absolute;
  left: 50%;
  bottom: 4%;
  display: flex;
  background-color: rgba(42, 44, 48, 0.6);
  height: 40px;
  border-radius: 12px;
  transform: translateX(-50%);
  z-index: 99;
}
.bot-box .pdf_action {
  display: flex;
  justify-content: space-between;
  padding: 13px 20px;
  width: 300px;
  height: 40px;
  border-radius: 12px;
  color: white;
  line-height: 16px;
  box-sizing: border-box;
}
.bot-box .page-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-radius: 12px;
  padding-right: 10px;
  color: #fff;
}
.bot-box .page-box span {
  display: block;
  padding: 0 10px;
  width: 64px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.l-have-page-fixed {
  position: fixed;
  left: 26.9%;
  bottom: 8.5%;
}
.r-have-page-fixed {
  position: fixed;
  left: 72.7%;
  bottom: 8.5%;
}
.pdf_comparison {
  width: 100%;
  height: 100%;
  background: var(--bg-color7);
  padding: 30px;
  box-sizing: border-box;
  overflow-y: auto;
}
.mr-bottom-20 {
  margin-bottom: 20px;
}
.pdf_content {
  background: var(--bg-color1);
  border-radius: 12px;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.pdf_content .view_box {
  width: 49%;
}
.pdf_content .pdf_box {
  background: var(--bg-color10);
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
}
.pdf_content .pdf_box .pdf-con {
  height: calc(100vh - 300px);
  overflow: auto;
  position: relative;
}
.pdf_content .pdf_box .pdf-con .draggable-box {
  position: absolute;
  cursor: move;
  width: 100%;
  height: 100%;
}
.pdf_content .pdf_box .el-loading-spinner i {
  font-size: 30px;
  color: #fff;
}
.pdf_content .pdf_box .el-loading-spinner .el-loading-text {
  color: #fff;
  font-size: 16px;
}
.pdf_content .pdf_name {
  color: var(--tit-text-color);
  min-height: 21px;
}
.document_number {
  color: var(--tit-text-color);
  font-weight: 600;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 8px;
}
.document_time {
  display: inline-block;
  border-radius: 39px;
  color: var(--text-color2);
  font-size: 12px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.document_time .time {
  padding-left: 5px;
  padding-top: 1px;
}
.lc_status {
  padding: 4.5px 12px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 39px;
}
.New {
  background-color: var(--blue-bg);
  color: var(--blue-color);
}
.Draft {
  color: var(--draft-color);
  background-color: var(--draft-bg);
}
.Completed {
  color: var(--complete-color);
  background-color: var(--complete-bg);
}
.Approving {
  color: var(--processing-color);
  background-color: var(--processing-bg);
}
.Due {
  background-color: var(--cancelled-bg);
  color: var(--cancelled-color);
}
.Processing {
  color: var(--processing-color);
  background-color: var(--processing-bg);
}
.Pending {
  color: var(--processing-color);
  background-color: var(--processing-bg);
}
.Cancelled {
  background-color: var(--cancelled-bg);
  color: var(--cancelled-color);
}
.pdf_header {
  display: flex;
  align-items: center;
}
::v-deep .ant-form-item {
  margin-bottom: 10px;
}
.ant-select-dropdown-menu-item-selected {
  color: var(--popover-text-color) !important;
}

/* 自定义整个滚动条 */
::-webkit-scrollbar {
  width: 8px;
  /* 设置滚动条的宽度 */
}

/* 自定义滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 设置轨道的背景颜色 */
}

/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb {
  background: #888;
  /* 设置滑块的背景颜色 */
}

/* 当滑块悬停或活动时自定义滚动条的滑块 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 设置滑块在悬停状态下的背景颜色 */
}
.el-loading-mask {
  z-index: 123;
}
.pdf_comparison .ant-select-focused .ant-select-selection,
.pdf_comparison .ant-select-selection {
  border-color: var(--bd-color-1);
}
