/* AI Scoring Dialog 样式 */
.ai-scoring-dialog .el-dialog__header {
  padding: 0;
}

.ai-scoring-dialog .el-dialog__body {
  padding: 40px;
  max-height: none;
  overflow: visible;
}

.ai-scoring-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 第一行：标题 */
.ai-scoring-title {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: Regular;
  text-align: center;
  color: #333333;
  line-height: 20px;
}

/* 第二行：加粗的描述 */
.ai-scoring-desc {
  margin-top: 12px;
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: bold;
  text-align: center;
  color: #333333;
  line-height: 33px;
  padding: 0 36px;
}

/* 第三行：语言切换 + 下载按钮 */
.ai-scoring-actions {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang-switch {
  display: flex;
  align-items: center;
  border: 2px solid #00c7bf;
}

.lang-item {
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: bold;
  color: #00c7bf;
}

.lang-item.active {
  background: #00c7bf;
  color: #fff;
}

.download-btn {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 16px;
  height: 40px;
background: #004b72;
}

.download-btn i {
  font-size: 18px;
  color: #ffffff;
}

.download-btn span {
  font-size: 14px;
font-family: PingFang SC, PingFang SC-Semibold;
font-weight: bold;
text-align: left;
color: #ffffff;
line-height: 20px;
}
.ai-scoring-card{
  width: 100%;
  margin-top: 32px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
/* 第四行：文档图片 */
.document-preview {
 width: 81px;
 height: 105px;
}

/* 第五行：Upload Document 文本 */
.upload-label {
  margin-top: 40px;
  font-size: 24px;
font-family: PingFang SC, PingFang SC-Semibold;
font-weight: bold;
text-align: center;
color: #333333;
line-height: 33px;
}

/* 第六行：支持的格式 */
.upload-formats {
  margin-top: 12px;
  font-size: 14px;
font-family: PingFang SC, PingFang SC-Regular;
font-weight: Regular;
text-align: center;
color: #333333;
line-height: 20px;
}

/* 第七行：Choose File 按钮 */
.choose-file-btn {
  cursor: pointer;
  margin-top: 40px;
  line-height: 40px;
  padding: 0 16px;
  height: 40px;
  background: #004b72;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}

/* 显示选中的文件名 */
.selected-file-name {
  margin-top: 8px;
  height: 24px;
  background: #e5f6ff;
  line-height: 24px;
  padding: 0 8px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: Regular;
  text-align: left;
  color: #004b72;
}

/* Start Scoring 按钮 */
.start-scoring-btn {
  cursor: pointer;
  margin-top: 8px;
  line-height: 40px;
  padding: 0 16px;
  height: 40px;
 background: #004b72;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
}


/* ========== 移动端适配 ========== */

@media (max-width: 1199px) {
  /* 弹窗主体 */
  .ai-scoring-dialog .el-dialog__body {
    padding: 24px 16px;
  }

  /* AI评分标题 */
  .ai-scoring-title {
    font-size: 12px;
    line-height: 18px;
  }

  /* 加粗描述 */
  .ai-scoring-desc {
    margin-top: 8px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 22px;
  }

  /* 操作按钮区 */
  .ai-scoring-actions {
    margin-top: 16px;
    flex-direction: column;
    gap: 12px;
  }

  /* 语言切换 */
  .lang-switch {
    width: 100%;
  }

  .lang-item {
    flex: 1;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
  }

  /* 下载按钮 */
  .download-btn {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    height: 36px;
    padding: 0 12px;
  }

  .download-btn i {
    font-size: 16px;
  }

  .download-btn span {
    font-size: 12px;
  }

  /* 评分卡片 */
  .ai-scoring-card {
    margin-top: 24px;
    padding: 24px 12px;
  }

  /* 文档预览图 */
  .document-preview {
    width: 60px;
    height: 78px;
  }

  /* 上传标签 */
  .upload-label {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px;
  }

  /* 上传格式 */
  .upload-formats {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
  }

  /* 选择文件按钮 */
  .choose-file-btn {
    margin-top: 24px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  /* 选中的文件名 */
  .selected-file-name {
    margin-top: 6px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }

  /* 开始评分按钮 */
  .start-scoring-btn {
    margin-top: 6px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }
}
