/* @theme-name: 蓝白风 */
/* @theme-author: taojq */
/* @theme-time: 2026-07-08T05:22:21.854Z */
/* 蓝白温暖主题 */
:root {
  --ai-base-primary: #5B8FF9; /* 温和暖蓝色主色调 */
  --ai-base-text: #333333;
  --ai-base-muted: #7A7E8A;
  --ai-base-border: #CAD7F6;
  --ai-base-light-border: #E8EEFF;
  --ai-base-error: #FF6B6B;
}

/* 页面整体背景 */
body {
  background-color: #F8FAFF;
  margin: 0;
  padding: 16px 0;
}

/* 标题样式调整 */
#toptitle .htitle {
  font-size: 24px;
  padding: 0 16px 8px;
}

/* 问题卡片柔和化 */
div.field, div.formfield, .div_question {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(91, 143, 249, 0.06);
  margin-bottom: 12px;
  border: none;
}

/* 输入框圆角优化 */
.ui-input-text {
  border-radius: 8px;
  border-color: var(--ai-base-light-border);
}

/* 提交按钮圆润化 */
#ctlNext, .submitbtn {
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  margin: 20px auto;
  width: 92%;
  box-shadow: 0 4px 12px rgba(91, 143, 249, 0.3);
}



/* 提升样式优先级，确保蓝白温暖主题生效 */
body {
  background-color: #F8FAFF !important;
  margin: 0;
  padding: 16px 0;
}
body #toptitle .htitle {
  color: var(--ai-base-primary) !important;
  font-size: 24px !important;
  padding: 0 16px 8px;
}
body div.field, body div.formfield, body .div_question {
  background: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(91, 143, 249, 0.06) !important;
  margin-bottom: 12px !important;
  border: none !important;
}
body .ui-input-text {
  border-radius: 8px !important;
  border-color: var(--ai-base-light-border) !important;
  border-width: 1px !important;
  border-style: solid !important;
}
body #ctlNext, body .submitbtn {
  border-radius: 24px !important;
  height: 48px !important;
  line-height: 48px !important;
  margin: 20px auto !important;
  width: 92% !important;
  box-shadow: 0 4px 12px rgba(91, 143, 249, 0.3) !important;
  background: var(--ai-base-primary) !important;
}

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