/* @theme-name: 深海科技风 */
/* @theme-author: 手机用户mobuh14kip_260806jzhq */
/* @theme-time: 2026-08-05T18:27:08.916Z */
/* 正念主题调查问卷样式 柔和绿色系 护眼舒适 */
:root {
  --ai-base-primary: #36A886; /* 主色调 温和绿 符合正念舒缓调性 */
  --ai-base-text: #2C3E50; /* 主文字色 深灰蓝 易读 */
  --ai-base-muted: #718096; /* 次要文字 浅灰蓝 */
  --ai-base-border: #CBD5E0; /* 边框色 */
  --ai-base-light-border: #E2E8F0; /* 浅边框色 */
  --ai-base-error: #E53E3E; /* 错误色 */
}

body {
  background-color: #F7FAFC;
  margin: 0;
  padding: 16px 12px;
}

#toptitle .htitle {
  font-size: 24px;
  font-weight: 600;
  color: #2D3748;
  margin-bottom: 12px;
  line-height: 1.4;
}

#divDesc {
  background-color: #EDF2F7;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ai-base-muted);
}

div.field, div.div_question {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 20px 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.field-label, .topichtml {
  font-size: 16px;
  font-weight: 500;
  color: var(--ai-base-text);
  margin-bottom: 12px;
  line-height: 1.6;
}

#ctlNext {
  border-radius: 8px;
  height: 48px;
  font-size: 17px;
  font-weight: 500;
  margin: 24px auto 16px;
  max-width: 90%;
}

/* 移动端适配 */
@media screen and (max-width: 480px) {
  body {
    padding: 12px 8px;
  }
  #toptitle .htitle {
    font-size: 20px;
  }
}

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