
.back-button[data-v-34405798] {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.day-tabs[data-v-34405798] {
    margin: 0 10px;
}
.click-class[data-v-34405798] {
    cursor: pointer;
}

/* 独立卡片化阴影容器 */
.card-shadow[data-v-34405798] {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 16px 0 rgba(122, 135, 142, 0.08);
    border: 1px solid #eef1f6;
    margin: 10px;
    box-sizing: border-box;
}
.card-shadow.table-outer[data-v-34405798] {
    padding: 20px;
}
.custom-table[data-v-34405798] {
    border-radius: 6px;
    overflow: hidden;
}
.custom-table[data-v-34405798] th {
    background-color: #f8f9fb !important;
    color: #303133;
    font-weight: 600;
}
.pagination-wrapper[data-v-34405798] {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

/* 卡片头部栏 */
.card-header-bar[data-v-34405798] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #ebeef5;
    margin-bottom: 16px;
}
.card-header-title[data-v-34405798] {
    font-size: 16px;
    font-weight: 600;
    color: #303133;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 详情容器 */
.detail-container[data-v-34405798] {
    padding: 24px;
}
.margin-bottom-20[data-v-34405798] {
    margin-bottom: 20px;
}

/* 自定义标签页样式 */
.custom-tabs[data-v-34405798] .el-tabs__item {
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
}
.custom-tabs[data-v-34405798] .el-tabs__active-bar {
    height: 3px;
    border-radius: 2px;
}

/* 模块标题 */
.section-title-box[data-v-34405798] {
    border-left: 4px solid #409eff;
    padding-left: 10px;
    margin: 20px 0 15px 0;
}
.section-title[data-v-34405798] {
    font-size: 15px;
    font-weight: 600;
    color: #303133;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* 频次折叠面板美化 */
.round-collapse[data-v-34405798] {
    border: 1px solid #ebeef5;
    border-radius: 6px;
    overflow: hidden;
}
.round-collapse[data-v-34405798] .el-collapse-item__header {
    background-color: #fcfcfd;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #303133;
}
.round-collapse[data-v-34405798] .el-collapse-item__wrap {
    background-color: #fafbfd;
    padding: 15px;
}
.round-title[data-v-34405798] {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* 频次点位网格与交互 */
.point-grid[data-v-34405798] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
}
.point-item[data-v-34405798] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 12px 14px;
    background-color: #ffffff;
    border: 1px solid #ebeef5;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.point-item[data-v-34405798]:hover {
    transform: translateY(-2px);
    border-color: #409eff;
    box-shadow: 0 4px 12px rgba(64, 158, 255, 0.15);
}
.point-icon[data-v-34405798] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ecf5ff;
    color: #409eff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point-name[data-v-34405798] {
    flex: 1;
    min-width: 0;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #303133;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.point-action[data-v-34405798] {
    flex-shrink: 0;
    margin-left: auto;
    white-space: nowrap;
    font-size: 12px;
    color: #909399;
    transition: color 0.2s ease;
}
.point-item:hover .point-action[data-v-34405798] {
    color: #409eff;
}

/* 弹窗及穿透层级样式 */
.point-dialog[data-v-34405798] .el-dialog {
    border-radius: 8px;
    overflow: hidden;
}
.point-dialog[data-v-34405798] .el-dialog__header {
    background-color: #f5f7fa;
    padding: 15px 20px;
    border-bottom: 1px solid #ebeef5;
}
.point-dialog[data-v-34405798] .el-dialog__title {
    font-weight: bold;
    font-size: 16px;
    color: #303133;
}
.dialog-section[data-v-34405798] {
    margin-bottom: 25px;
}
.dialog-section[data-v-34405798]:last-child {
    margin-bottom: 0;
}
.dialog-section-title[data-v-34405798] {
    font-size: 14px;
    font-weight: bold;
    color: #303133;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.dialog-section-title i[data-v-34405798] {
    color: #409eff;
    font-size: 16px;
}
/* 弹窗内容滚动区，避免内容过多撑爆屏幕 */
.point-dialog-body[data-v-34405798] {
    max-height: 74vh;
    overflow-y: auto;
    padding-right: 6px;
}

/* 分区标题数量徽标 */
.count-tag[data-v-34405798] {
    margin-left: 8px;
}

/* 样品卡片栅格：自适应平铺展示 */
.specimen-grid[data-v-34405798] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 14px;
}
.specimen-card[data-v-34405798] {
    border: 1px solid #ebeef5;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    transition: box-shadow 0.2s ease;
}
.specimen-card[data-v-34405798]:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.specimen-card-header[data-v-34405798] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
}
/* 采样样品：蓝色系头部 */
.sampling-header[data-v-34405798] {
    background-color: #ecf5ff;
    color: #409eff;
    border-bottom: 1px solid #d9ecff;
}
/* 质控样品：橙色系头部 */
.qc-header[data-v-34405798] {
    background-color: #fdf6ec;
    color: #e6a23c;
    border-bottom: 1px solid #faecd8;
}
.specimen-code[data-v-34405798] {
    word-break: break-all;
}
.specimen-card-body[data-v-34405798] {
    padding: 12px 14px;
}
.factor-table[data-v-34405798] {
    margin-top: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.factor-table[data-v-34405798] th {
    background-color: #fdfdfd !important;
    color: #606266;
    font-weight: 600;
}

