/* @theme-name: 学校 */
/* @theme-author: 手机用户pcoh5a1j6_260710lb81 */
/* @theme-time: 2026-09-12T14:43:05.995Z */
/* 学校定制背景主题 */
:root {
  --ai-base-primary: #A67244; /* 匹配学校建筑暖棕色作为主题色 */
  --ai-base-text: #262626;
  --ai-base-muted: #666666;
}

html, body, #pageDiv {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: url('https://pubref.paperol.cn/384391646/ai_theme_ref/20260912223549_5fdf1b34ed19.jpg') center center / cover no-repeat fixed;
}

#divContent {
  padding: 20px 10px 80px;
}

/* 问卷标题适配背景，增加阴影提升可读性 */
#toptitle .htitle {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.4);
  padding: 15px 10px;
}

#divDesc {
  background: rgba(255,255,255,0.92);
  border-radius: 8px;
  margin: 10px 15px;
  padding: 15px;
}

/* 问题卡片使用半透明白色背景，兼顾背景展示和内容可读性 */
div.field, div.formfield, .div_question {
  background: rgba(255,255,255,0.92);
  border-radius: 8px;
  margin: 12px 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* 提交按钮适配主题色和圆角 */
#ctlNext.submitbtn {
  border-radius: 8px;
  margin: 20px 15px;
  width: calc(100% - 30px);
}

/* 底部合规区域加半透背景保证可见 */
.logofooter {
  background: rgba(255,255,255,0.9);
  padding: 10px 0;
}



/* 修改所有字体为深蓝色系 */
:root {
  --ai-base-text: #0A2463; /* 主文本深蓝色 */
  --ai-base-muted: #2D4279; /* 辅助说明文本深灰蓝色 */
}



/* 调整问卷标题字体为深灰蓝色 */
#htitle.htitle {
    color: #2D4279 !important;
    /* 保留轻微阴影提升背景上的可读性 */
    text-shadow: 0 1px 2px rgba(255,255,255,0.6);
}

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