/* @theme-name: 青岛 */
/* @theme-author: 手机用户ywjjd5nbbes6ca3atcbngw */
/* @theme-time: 2026-09-14T02:00:40.641Z */
/* 青岛海边主题 - 清新海洋风 */
:root {
  --ai-base-primary: #0077BE; /* 青岛海蓝主色 */
  --ai-base-text: #1e293b; /* 深灰文字 高对比度 */
  --ai-base-muted: #64748b; /* 次要文字灰 */
  --ai-base-border: #94a3b8; /* 边框色 */
  --ai-base-light-border: #e2e8f0; /* 轻边框色 */
  --ai-base-error: #ef4444;
}
/* 页面背景 浅海+天空渐变 */
body, #pageDiv {
  background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%);
  min-height: 100vh;
}
/* 问题卡片样式 白卡浮层 适配海洋感 */
div.field, div.formfield {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 119, 190, 0.08);
  margin: 12px 16px;
  padding: 20px;
}
/* 标题样式 */
#toptitle .htitle {
  color: #005f99; /* 深一点的海蓝 突出标题 */
  padding: 24px 16px 8px;
}
/* 描述文本 */
#divDesc, .wjintro {
  padding: 0 16px 16px;
}
/* 提交按钮优化 圆角 */
#ctlNext, .submitbtn {
  border-radius: 28px;
  margin: 20px 16px 80px;
  width: calc(100% - 32px);
  box-shadow: 0 4px 12px rgba(0, 119, 190, 0.3);
}
/* 底部合规区域适配背景 */
.logofooter, .wjfooter {
  color: #64748b;
  background: transparent;
}

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