@charset "UTF-8";
.flow-box {
  overflow: auto;
  width: 100%;
  height: 543px;
}
.image-wrapper {
  /* 尺寸由JavaScript动态控制 */
  padding-top: 16px;
}
.img {
  width: 256%;
  height: 100%;
  object-fit: contain;
  /* 保持图片比例 */
  left: 0;
}
.white_color {
  color: #fff;
}
.bot-box {
  display: flex;
  background-color: rgba(42, 44, 48, 0.6);
  border-radius: 12px;
  transform: translateX(-50%);
  z-index: 99;
}
.bot-box .pdf_action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 123px;
  height: 34px;
  border-radius: 10px;
  color: white;
  line-height: 16px;
  padding: 0 10px;
  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;
  right: -3%;
  bottom: 5.5%;
}
