.quality-inspection-list h2[data-v-5ee164c6] {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.quality-inspection-list .tags-container[data-v-5ee164c6] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.quality-inspection-list .tags-container .tag-item[data-v-5ee164c6] {
  border: 1px solid #e0e0e0;
  padding: 5px 8px;
  border-radius: 6px;
  margin: 2px;
  display: flex;
  align-items: center;
}
.quality-inspection-list .tags-container .tag-item .tag-icon[data-v-5ee164c6] {
  width: 16px;
  height: 16px;
  margin: 3px 5px;
}
.quality-inspection-list .tags-container .tag-item .tag-text[data-v-5ee164c6] {
  font-size: 14px;
}
.quality-inspection-list .stage-container[data-v-5ee164c6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.quality-inspection-list .stage-container .tags-wrapper[data-v-5ee164c6] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  flex: 1;
}
.quality-inspection-list .stage-container .stage-tag[data-v-5ee164c6] {
  margin: 2px;
  border: 1px solid #3d96f2;
  background: #3d96f2;
  padding: 5px 8px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 12px;
}
.quality-inspection-list .stage-container .divider-line[data-v-5ee164c6] {
  width: 1px;
  height: 20px;
  background-color: #e0e0e0;
  margin: 0 12px;
  flex-shrink: 0;
}
.quality-inspection-list .stage-container .play-icon[data-v-5ee164c6] {
  color: #409eff;
  font-size: 18px;
  flex-shrink: 0;
  cursor: pointer;
}
.quality-inspection-list .no-match[data-v-5ee164c6] {
  color: #606266;
  font-size: 14px;
}
.quality-header[data-v-ea150ca6] {
  background: white;
}
.quality-header h2[data-v-ea150ca6] {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.quality-form[data-v-ea150ca6] {
  margin-top: 15px;
}
.quality-form .form-row[data-v-ea150ca6] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quality-form .el-form-item__label[data-v-ea150ca6] {
  font-weight: 500;
  color: #333;
}
[data-v-ea150ca6] .el-input__inner {
  width: 200px;
  background-color: #f1f1f1;
  border: 1px solid #c3c2c2;
  border-radius: 6px;
  color: #333;
  font-size: 14px;
}
.audio-card-download[data-v-66d89b67] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.audio-card-download img[data-v-66d89b67] {
  width: 18px;
  height: 18px;
}
.audio-card-download span[data-v-66d89b67] {
  color: #2c70ee;
  margin-left: 2px;
}
.audio-header-fullscreen[data-v-66d89b67] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.audio-header-fullscreen .icon[data-v-66d89b67] {
  width: 12px;
  height: 12px;
}
.audio-header[data-v-66d89b67] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.audio-header h3[data-v-66d89b67] {
  margin-right: 10px;
}
.audio-header .audio-time[data-v-66d89b67] {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.audio-header .audio-time span[data-v-66d89b67] {
  font-size: 12px;
  margin-right: 10px;
  color: #888888;
}
.audio-header .audio-create[data-v-66d89b67] {
  display: flex;
  align-items: center;
  float: right;
  margin-left: auto;
}
.audio-header .audio-create .audio-create-item[data-v-66d89b67] {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  color: var(--color-primary);
}
.audio-header .audio-create .audio-create-item .audio-create-item-icon[data-v-66d89b67] {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.audio-header-v2[data-v-66d89b67] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.audio-header-v2 h3[data-v-66d89b67] {
  margin-right: 10px;
}
.audio-header-v2 .audio-time-v2[data-v-66d89b67] {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.audio-header-v2 .audio-time-v2 span[data-v-66d89b67] {
  font-size: 12px;
  margin-right: 10px;
  color: #888888;
}
.audio-header-v2 .audio-create-v2[data-v-66d89b67] {
  margin-left: 100px;
  margin-top: -20px;
  display: flex;
  align-items: center;
}
.audio-header-v2 .audio-create-v2 .audio-create-item-v2[data-v-66d89b67] {
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  color: var(--color-primary);
}
.audio-header-v2 .audio-create-v2 .audio-create-item-v2 .audio-create-item-icon-v2[data-v-66d89b67] {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.audio-box[data-v-66d89b67] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.audio-box span[data-v-66d89b67] {
  font-size: 14px;
  margin-right: 10px;
  color: #888888;
}
.audio-box .audio-rt[data-v-66d89b67] {
  width: 100px;
}
.audio-btn .audio-lt span[data-v-66d89b67] {
  font-size: 12px;
  margin-right: 10px;
  color: #888888;
}
.audio-btn .audio-lt .audio-play-content[data-v-66d89b67] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  line-height: 40px;
  font-size: 55px;
  color: #1b7af9;
}
.audio-btn .audio-lt .audio-rt[data-v-66d89b67] {
  width: 100px;
}
.audio-btn .audio-btn-icon[data-v-66d89b67] {
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("https://static.shuzhuo.cn/2025/64/74/icon_723112c3207c016d.png");
  font-size: 12px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.audio-btn .btn-play[data-v-66d89b67] {
  margin: 0 16px;
}
.audio-btn .audio-btn-right[data-v-66d89b67] {
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background-image: url("https://static.shuzhuo.cn/2025/db/ee/right_08414e4ae0e1200e.png");
  font-size: 12px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.audio-btn .audio-btn[data-v-66d89b67] {
  width: 25px;
  height: 25px;
  margin-left: 20px;
  cursor: pointer;
}
.audio-btn .audio-speed[data-v-66d89b67] {
  margin-left: 10px;
  color: #888888;
  font-size: 14px;
}
.audio-create-item1[data-v-66d89b67] {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  color: var(--color-primary);
  float: right;
  margin-bottom: 10px;
}
.audio-create-item1 .audio-create-item-icon1[data-v-66d89b67] {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.audio-card-audio[data-v-66d89b67] {
  width: 100%;
}
.audio-card-audio .audio-slider[data-v-66d89b67] {
  width: 99%;
}
.audio-card-audio .audio-time[data-v-66d89b67] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.audio-card-audio[data-v-66d89b67] .el-input__inner {
  padding-right: 30px;
  width: 80px;
  height: 30px;
}
.audio-card-speed[data-v-66d89b67] {
  width: 110px;
  margin-left: 10px;
  margin-top: 10px;
}
[data-v-66d89b67] .el-slider__runway {
  width: 100%;
  height: 12px;
  margin: 16px 0;
  background-color: #e4e7ed;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
[data-v-66d89b67] .el-slider__bar {
  height: 12px;
  background-color: #409eff;
  border-radius: 50px;
  position: absolute;
}
[data-v-66d89b67] .el-slider__button {
  width: 16px;
  height: 16px;
  border: solid 2px #409eff;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 0.2s;
  margin-top: 6px;
}
[data-v-30be5c36] .el-input__inner {
  width: 100%;
}
[data-v-30be5c36].dialog-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.audio-text-container-header .right[data-v-30be5c36] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.audio-text-container-header .right h2[data-v-30be5c36] {
  margin: 20px 0;
}
.audio-text-container-header .right img[data-v-30be5c36] {
  width: 18px;
  height: 18px;
}
.audio-text-container-header .right span[data-v-30be5c36] {
  color: #0086e5;
  cursor: pointer;
}
.audio-text-container-header .right .el-tooltip[data-v-30be5c36] {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.actions[data-v-30be5c36] {
  display: flex;
  align-items: center;
}
.actions .el-tooltip + .el-tooltip[data-v-30be5c36] {
  margin-left: 12px;
}
.actions img[data-v-30be5c36] {
  width: 18px;
  height: 18px;
}
.actions span[data-v-30be5c36] {
  color: #0086e5;
  cursor: pointer;
}
.append-icon[data-v-30be5c36] {
  display: flex;
  align-items: center;
}
.append-icon .search-count[data-v-30be5c36] {
  margin-right: 10px;
}
.append-icon .el-button[data-v-30be5c36] {
  margin-left: 0 !important;
}
.chart-main[data-v-30be5c36] {
  width: 100%;
  height: 475px;
  margin-top: 15px;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
  background: white;
  display: flex;
  flex-direction: column;
  scrollbar-color: #0086e5 #f5f5f5;
  scrollbar-width: thin;
}
.chart-main .node.active .text[data-v-30be5c36] {
  font-size: 14px;
  color: #1b7af9 !important;
}
.is-medical[data-v-30be5c36] {
  height: 415px !important;
}
.no-visit-history[data-v-30be5c36] {
  height: 475px !important;
}
.userInfo[data-v-30be5c36] {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.customInfo[data-v-30be5c36] {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.headers .icon[data-v-30be5c36] {
  width: 55px;
  height: 55px;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headers .icon img[data-v-30be5c36] {
  width: 36px;
  height: 42px;
  flex-shrink: 0;
}
.headers .name[data-v-30be5c36] {
  text-align: center;
  font-size: 12px;
  color: #333333;
}
.content[data-v-30be5c36] {
  flex: 1;
}
.content .time[data-v-30be5c36] {
  font-size: 12px;
  color: #777;
}
.content .time i[data-v-30be5c36] {
  font-size: 14px;
  color: #1b7af9;
  cursor: pointer;
}
.content .text[data-v-30be5c36] {
  padding: 10px 8px;
  border-radius: 6px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  border-radius: 5px;
  background: #f5f5f5;
}
.content .text span[data-v-30be5c36] {
  background: #fcff40;
  color: #333333;
}
.customInfo .content .time[data-v-30be5c36] {
  text-align: right;
}
.customInfo .content .text[data-v-30be5c36] {
  text-align: right;
}
.is-bg[data-v-30be5c36] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(66, 66, 66, 0.452);
}
.audio-text-container2[data-v-30be5c36] {
  position: relative;
  transition: all 0.3s;
}
.audio-text-container2.is-fullscreen[data-v-30be5c36] {
  width: 1080px;
  height: 850px;
  position: fixed;
  border-radius: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  margin: 0;
}
.audio-text-container2.is-fullscreen .chart-main[data-v-30be5c36] {
  height: 415px;
}
.el-button + .el-button[data-v-30be5c36] {
  margin-left: 0px !important;
}
.tag-num[data-v-7004552e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tag-num .el-tag[data-v-7004552e] {
  border-color: #e1eed2;
  font-weight: bolder;
  color: #6aac1d;
}
.label-item[data-v-7004552e] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.label-item div[data-v-7004552e] {
  padding: 6px 10px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-radius: 5px;
  font-size: 12px;
  color: #000000;
  background: #bbbcc0;
}
.label-item .active[data-v-7004552e] {
  color: #6aac1d;
  background: #e1eed2;
}
.context[data-v-7004552e] {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 20px;
}
.context[data-v-7004552e]:last-child {
  margin-bottom: 0;
}
.tag-dis[data-v-7004552e] {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  margin-top: 10px;
  background: #f2f2f2;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
}
.tag-dis .el-icon-video-play[data-v-7004552e] {
  margin-right: 10px;
  margin-top: 2px;
  cursor: pointer;
  color: #409eff;
}
.gpt-content-list[data-v-7004552e] {
  margin-top: 10px;
}
.gpt-content-list .gpt-content-item[data-v-7004552e] {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  border-radius: 6px;
}
.gpt-content-list .gpt-content-item .el-icon-video-play[data-v-7004552e] {
  margin-right: 10px;
  margin-top: 2px;
  cursor: pointer;
  color: #409eff;
  font-size: 16px;
  transition: color 0.3s ease;
}
.gpt-content-list .gpt-content-item div[data-v-7004552e] {
  flex: 1;
  line-height: 1.5;
}
.parent-name[data-v-51774e98] {
  background: #eeeeee;
}
[data-v-51774e98] .el-progress__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #000;
  transform: translate(0, -50%);
}
.audio-script-model[data-v-51774e98] {
  padding: 0;
  height: 445px;
  background: #fff;
}
.audio-script-model[data-v-51774e98] .el-progress-circle {
  width: 90px !important;
  height: 90px !important;
}
.audio-script-model .chart-container[data-v-51774e98] {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.audio-script-model .chart-container .chart-placeholder[data-v-51774e98] {
  display: flex;
  align-items: center;
}
.audio-script-model .chart-container .chart-placeholder p[data-v-51774e98] {
  font-size: 14px;
  margin: 0 20px 0 0;
}
.audio-script-model .level-two-item[data-v-51774e98] {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dad9d9;
  margin: 0 -20px;
  min-height: 36px;
  position: relative;
}
.audio-script-model .level-two-item[data-v-51774e98]:last-child::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -100%;
  right: -100%;
  height: 1px;
  background: #eeeeee;
}
.audio-script-model .level-two-item .sub-name[data-v-51774e98] {
  flex: 1;
  text-align: left;
  padding-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.audio-script-model .level-two-item .sub-name .sub-name-text[data-v-51774e98] {
  width: 135px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audio-script-model .level-two-item .sub-name.clickable[data-v-51774e98] {
  color: #3b95ff;
  cursor: pointer;
}
.audio-script-model .level-two-item .sub-name .subItem-icon2[data-v-51774e98] {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  transform: rotate(90deg);
}
.audio-script-model .level-two-item .sub-name .subItem-icon[data-v-51774e98] {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  transform: rotate(180deg);
}
.audio-script-model .level-two-item .score[data-v-51774e98] {
  min-width: 40px;
  margin-right: 10px;
  text-align: right;
}
.audio-script-model .level-two-item .status[data-v-51774e98] {
  width: 20px;
  display: flex;
  justify-content: center;
}
.audio-script-model .level-two-item .status img[data-v-51774e98] {
  width: 15px;
  height: 15px;
}
.audio-script-model .left-padding[data-v-51774e98] {
  padding-left: 40px;
}
.audio-script-model .level-two-item[data-v-51774e98]:last-child {
  border-bottom: none;
}
.audio-script-model .detail[data-v-51774e98] {
  color: #3b95ff;
  cursor: pointer;
}
[data-v-51774e98] .el-table__cell {
  padding: 0px 0;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
[data-v-51774e98] .el-table th.el-table__cell > .cell {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  width: 100%;
  padding: 10px 10px;
}
[data-v-51774e98] .el-table .el-table__row td:first-child {
  background: #eeeeee;
  position: relative;
}
[data-v-51774e98] .el-table .el-table__row td:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  background: #eeeeee;
  border-bottom: 1px solid #dad9d9;
  z-index: 0;
}
[data-v-51774e98] .el-table .el-table__row td:first-child > * {
  position: relative;
  z-index: 1;
}
.tab-container[data-v-33fa5f72] {
  width: 100%;
}
.tab-container h2[data-v-33fa5f72] {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.tab-container .tab-buttons[data-v-33fa5f72] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
}
.tab-container .tab-buttons[data-v-33fa5f72]::-webkit-scrollbar {
  height: 0;
}
.tab-container .tab-buttons .tab-button[data-v-33fa5f72] {
  padding: 6px 15px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}
.tab-container .tab-buttons .tab-button[data-v-33fa5f72]:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab-container .tab-buttons .tab-button[data-v-33fa5f72]:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 0;
}
.tab-container .tab-buttons .tab-button[data-v-33fa5f72]:hover {
  background-color: #f5f5f5;
  color: #333333;
}
.tab-container .tab-buttons .tab-button.active[data-v-33fa5f72] {
  background-color: #409eff;
  color: #ffffff;
  border-color: #409eff;
  z-index: 2;
  font-weight: 500;
}
.tab-container .tab-buttons .tab-button.active[data-v-33fa5f72]:hover {
  background-color: #409eff;
  color: #ffffff;
}
.tab-container .tab-buttons .tab-button.disabled[data-v-33fa5f72] {
  background-color: #f5f5f5;
  color: #ccc;
  cursor: not-allowed;
  border-color: #e0e0e0;
}
.tab-container .tab-buttons .tab-button.disabled[data-v-33fa5f72]:hover {
  background-color: #f5f5f5;
  color: #ccc;
}
