/* @theme-name: 天蓝色 */
/* @theme-author: 手机用户pcc3ja8ho_260710rub0 */
/* @theme-time: 2026-07-10T07:33:40.696Z */
/* 阿里高原自然风光风格主题 */
:root {
  --ai-base-primary: #4A90E2; /* 晴空蓝作为主色 */
  --ai-base-text: #2C3E50; /* 深灰蓝文字，保证可读性 */
  --ai-base-muted: #64748B; /* 辅助说明文字色 */
  --ai-base-border: #94A3B8; /* 普通边框色 */
  --ai-base-light-border: #E2E8F0; /* 浅边框色 */
  --ai-base-error: #EF4444; /* 错误提示色 */
}

/* 页面整体背景：天空蓝到高原大地黄渐变 */
#pageDiv {
  background: linear-gradient(to bottom, #E0F2FE 0%, #FEF3C7 100%);
  min-height: 100vh;
}

/* 问题卡片半透明白色，突出内容不遮挡背景 */
div.field, div.formfield, .div_question {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  margin: 12px 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* 标题样式调整 */
#toptitle .htitle {
  padding: 24px 16px 12px;
  color: #1E40AF; /* 更深的蓝色标题，更醒目 */
}

/* 问卷描述样式 */
#divDesc {
  padding: 0 20px 12px;
  color: #334155;
}

/* 提交按钮适配风格 */
#ctlNext {
  border-radius: 8px;
  margin: 20px 16px 80px;
  width: calc(100% - 32px);
  height: 48px;
  line-height: 48px;
}

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