#container[data-v-f04fcb12] {
  overflow: auto;
  height: calc(100vh - 160px);
  font-family: PingFang SC;
  /*display: flex;*/
  position: relative;
  width: 80%;
  margin: 0 10%;
}
.lc_content[data-v-f04fcb12] {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  background-color: var(--bg-color4);
  overflow: hidden;
}
.lc_content .thumbnail[data-v-f04fcb12] {
  width: 10%;
  padding: 14px;
  background-color: var(--bg-color8);
  border-radius: 12px 0 0 12px;
}
.lc_content .thumbnail .thumbnail_list[data-v-f04fcb12] {
  width: 110px;
  height: 110px;
  border-radius: 6px;
  border: 1px solid #e7e9ea;
  margin-bottom: 10px !important;
  overflow: hidden;
  margin: 0px auto;
}
.lc_content .thumbnail .thumbnail_list img[data-v-f04fcb12] {
  width: 100%;
  height: 100%;
}
.lc_content .pdf_view[data-v-f04fcb12] {
  width: 60%;
  margin: 0 auto;
}
.lc_content .pdf_view .pdfArea img[data-v-f04fcb12] {
  width: 100%;
}
.lc_content .pdfImage[data-v-f04fcb12] {
  width: 100%;
  /* 宽度设置为100%以适应父容器 */
  height: auto;
  /* 高度自动调整以保持宽高比 */
  display: block;
  /* 确保图像不与其他内容重叠 */
}
.lc_content .pdf_data[data-v-f04fcb12] {
  width: 30%;
  background-color: var(--bg-color8);
  padding: 16px 0 24px 24px;
}
.lc_content .pdf_data .pdf_header[data-v-f04fcb12] {
  display: flex;
  justify-content: space-between;
  padding-right: 24px;
  margin-bottom: 16px;
}
.lc_content .pdf_data .pdf_header span[data-v-f04fcb12] {
  color: var(--text-color3);
  font-size: 16px;
  font-weight: 700;
}
.lc_content .pdf_data .data_title[data-v-f04fcb12] {
  height: 44px;
  line-height: 44px;
  display: flex;
  justify-content: space-between;
  padding-right: 24px;
  font-size: 12px;
}
.lc_content .pdf_data .data_title .sellAll[data-v-f04fcb12] {
  color: #2b5bfc;
  cursor: pointer;
}
.lc_content .pdf_data .data_box[data-v-f04fcb12] {
  font-size: 12px;
}
.lc_content .pdf_data .data_box span[data-v-f04fcb12] {
  font-size: 14px;
  font-weight: 600;
  color: #141414;
  margin-left: 10px;
}
.lc_content .pdf_data .tip_box > p[data-v-f04fcb12] {
  margin: 10px 0px;
}
.page_content[data-v-f04fcb12] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 24px;
  font-size: 12px;
}
.page_content .page_num[data-v-f04fcb12] {
  width: 48px;
  margin: 0 8px;
  border-radius: 2px;
}
.page_content .right-btn[data-v-f04fcb12] {
  display: flex;
}
.turn-btn[data-v-f04fcb12] {
  margin-left: 20px;
  cursor: pointer;
}
[data-v-f04fcb12] .colorIcon {
  font-size: 14px;
}
.theme_button[data-v-f04fcb12] {
  background-color: #2b5bfc;
  color: #ffffff;
}
.theme_button_br[data-v-f04fcb12] {
  background-color: #ffffff;
  border-color: #2b5bfc;
  color: #446eff;
}
/* 当前激活项的边框颜色 */
/*.thumbnail_list.active {
  border-color: rgba(43, 91, 252, 0.9) !important;
}*/

