/* @theme-name: 深蓝科技风 */
/* @theme-author: 手机用户ilheuondskegidktj5gtg */
/* @theme-time: 2026-06-24T15:11:34.257Z */
/* 医学共识问卷主题：专业蓝色系，严肃沉稳风格 */
:root {
  --ai-base-primary: #0057B8; /* 主色：医疗专业深蓝 */
  --ai-base-text: #212529; /* 正文深灰，高对比度易读 */
  --ai-base-muted: #495057; /* 辅助说明文字灰 */
  --ai-base-border: #90A4AE; /* 边框蓝灰色 */
  --ai-base-light-border: #CFD8DC; /* 浅边框色 */
  --ai-base-error: #D32F2F; /* 错误提示红 */
}

/* 整体页面背景 */
body {
  background-color: #E3F2FD;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#pageDiv {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 16px;
  box-sizing: border-box;
}

/* 标题区域 */
#toptitle .htitle {
  color: var(--ai-base-primary);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* 问卷描述区域 */
#divDesc {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 87, 184, 0.1);
}

/* 问题卡片样式 */
div.field, div.formfield, .cutfield {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 87, 184, 0.1);
  margin-bottom: 16px;
  padding: 24px 20px;
}

/* 输入框样式适配 */
.ui-input-text {
  border: 1px solid var(--ai-base-light-border);
  border-radius: 4px;
  background: #FAFAFA;
}

/* 提交按钮样式 */
#ctlNext {
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 87, 184, 0.2);
}

/* @wjx-ai-control-fix:start */
.ui-controlgroup .ui-radio.checked .jqchecked:before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 8px !important;
    height: 8px !important;
    margin: -4px 0 0 -4px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: none !important;
    animation: none !important;
    transform: none !important;
    pointer-events: none !important;
}
.ui-controlgroup .ui-radio.checked .jqchecked:after {
    display: none !important;
    content: none !important;
}
.ui-controlgroup .ui-checkbox.checked .jqchecked:after {
    top: 50% !important;
    left: 50% !important;
    width: 5px !important;
    height: 10px !important;
    margin: -6px 0 0 -3px !important;
    transform: rotate(45deg) scale(1) !important;
    transform-origin: center center !important;
}
/* @wjx-ai-control-fix:end */
