/* @theme-name: 老年风 */
/* @theme-author: 手机用户ydwxiwx8jmq_251121bimd */
/* @theme-time: 2026-09-20T13:31:00.834Z */
/* 社区老年高血压居家健康管理调查问卷主题 高对比度大字号适配老年用户 */
:root {
  --ai-base-primary: #2E7D32; /* 健康绿色主色，贴合医疗健康主题 */
  --ai-base-text: #1A1A1A; /* 深黑文字，高对比度方便老年用户阅读 */
  --ai-base-muted: #595959; /* 次要文字保留足够辨识度 */
  --ai-base-border: #8C8C8C; /* 边框清晰不发虚 */
  --ai-base-light-border: #D9D9D9; /* 浅边框柔和不刺眼 */
  --ai-base-error: #D32F2F; /* 错误提示醒目红色 */
}

body {
  background-color: #FAF7F2; /* 浅米黄背景柔和护眼 */
  margin: 0;
  padding: 0;
}

/* 问卷标题 */
#toptitle .htitle {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  padding: 24px 20px 12px;
}

/* 问卷说明 */
#divDesc {
  font-size: 17px;
  line-height: 2;
  padding: 0 20px 16px;
  color: var(--ai-base-text);
}

/* 问题卡片 */
div.field {
  background-color: #fff;
  border-radius: 8px;
  margin: 12px 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 22px 20px;
}

/* 问题标题 */
div.field-label {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 12px;
}

/* 选项容器加大点击区域 */
.ui-controlgroup .ui-radio,
.ui-controlgroup .ui-checkbox {
  min-height: 56px;
}

/* 选项文字加大字号 */
.ui-controlgroup .ui-radio .label,
.ui-controlgroup .ui-checkbox .label {
  font-size: 17px;
  margin-left: 52px;
  padding: 18px 10px 18px 0;
}

/* 单选/复选框放大方便识别 */
.jqradio,
a.jqcheck {
  width: 22px;
  height: 22px;
}

.jqradiowrapper,
.jqcheckwrapper {
  margin: 17px 4px 0 12px;
}

/* 单选选中态适配放大后的尺寸 */
.jqradiowrapper a.jqchecked {
  border-width: 6px;
}
.ui-controlgroup .ui-radio.checked .jqchecked:before {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

/* 提交按钮加大尺寸更醒目 */
#ctlNext {
  height: 56px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  margin: 24px 15px 80px;
  width: calc(100% - 30px);
}

/* @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 */
