
.sampling-info-display[data-v-4b985e8a] {
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.table-container[data-v-4b985e8a] {
  margin-bottom: 20px;
  /* 表格高度自适应，根据数据量自动调整 */
  max-height: none;
  overflow-y: visible;
}
.content[data-v-4b985e8a] {
  padding: 10px 0;
}
.form-item[data-v-4b985e8a] {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-label[data-v-4b985e8a] {
  font-weight: 500;
  margin-right: 10px;
  min-width: 80px;
}
.form-value[data-v-4b985e8a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.el-collapse-box[data-v-4b985e8a] {
  /* border: 1px solid #e4e7ed; */
  /* border-radius: 4px; */
  overflow: hidden;
}
.folding-panel[data-v-4b985e8a] {
  border-bottom: 1px solid #e4e7ed;
}
.folding-panel[data-v-4b985e8a]:last-child {
  border-bottom: none;
}
.table[data-v-4b985e8a] {
  margin-top: 10px;
}


.info-hr[data-v-837e6b80] {
  color: #656565;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-left: 5px;
  margin-top: 0px;
}
.bottom-hr[data-v-837e6b80] {
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 4px 0 12px 0;
  color: #9c9c9c;
  border-bottom: 1px solid #c6c6c6;
}
.nav_arrow[data-v-837e6b80] {
  position: absolute;
  right: 0;
  top: 0;
}
.active[data-v-837e6b80] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.buill-number[data-v-7a84fab8] {
  position: absolute;
  top: -3px;
  left: 90px;
  font-size: 20px;
  color: #3e3e3e;
}
[data-v-7a84fab8] .el-collapse-item__content {
  padding-bottom: 0;
}


.original-record-view[data-v-1401d3a3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
  background: #f5f6fa;
}

/* 左侧 */
.left-panel[data-v-1401d3a3] {
  width: 28%;
  min-width: 280px;
  max-width: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #fff;
  border-right: 1px solid #e4e7ed;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.left-panel-title[data-v-1401d3a3] {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #303133;
  border-bottom: 1px solid #e4e7ed;
  background: #fafafa;
}

/* 右侧 */
.right-panel[data-v-1401d3a3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #fff;
}
.radio-group-bar[data-v-1401d3a3] {
  padding: 10px 20px;
  border-bottom: 1px solid #e4e7ed;
  background: #fafafa;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ysjl-sub-radio[data-v-1401d3a3] {
  margin-top: 8px;
  margin-left: 4px;
}
.content-area[data-v-1401d3a3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-box[data-v-1401d3a3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  width: 100%;
  height: 100%;
}

/* 检测原始记录容器 */
.ysjl-container[data-v-1401d3a3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* 检测原始记录：网页模式布局 */
.ysjl-web-layout[data-v-1401d3a3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
}

/* 附件面板 */
.attach-panel[data-v-1401d3a3] {
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-left: 1px solid #e4e7ed;
  padding: 12px 16px;
  overflow-y: auto;
  background: #fafafa;
}
.attach-panel-title[data-v-1401d3a3] {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: #303133;
}

/* PDF 预览 iframe */
.pdf-iframe[data-v-1401d3a3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  border: none;
}
.empty-wrap[data-v-1401d3a3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}

/* 选中行高亮 */


/* 非 scoped，覆盖 el-table 行类名 */
.original-record-view .el-table .is-selected-row > td {
  background-color: #c6e2ff !important;
}
.original-record-view .el-table .is-selected-row:hover > td {
  background-color: #c6e2ff !important;
}
.original-record-view .el-table .is-selected-row > td:first-child {
  border-left: 3px solid #409eff !important;
}

