/* @theme-name: 1 */
/* @theme-author: 手机用户pcchi04rc_260708nhfp */
/* @theme-time: 2026-07-08T15:42:40.115Z */
/* 可爱风问卷主题 含封面emoji装饰 */
:root {
  --ai-base-primary: #FF7B9C;
  --ai-base-text: #33272A;
  --ai-base-muted: #93888B;
  --ai-base-border: #FFC2D1;
  --ai-base-light-border: #FFECF1;
  --ai-base-error: #FF4D6D;
}

/* 整体背景 */
#pageDiv {
  background: #FFF5F7;
  padding: 20px 0 80px;
}

/* 标题区装饰 */
#toptitle .htitle {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}
#toptitle .htitle::before {
  content: "✨ ";
}
#toptitle .htitle::after {
  content: " ✨";
}

/* 简介区（封面说明）样式 */
#divDesc {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin: 0 16px 24px;
  box-shadow: 0 2px 8px rgba(255, 123, 156, 0.1);
  text-align: center;
  position: relative;
}
#divDesc::before {
  content: "🐰";
  font-size: 32px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#divDesc .wjintro {
  padding-top: 16px;
}

/* 问题卡片圆角软阴影 */
div.field {
  margin: 12px 16px;
  padding: 20px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(255, 123, 156, 0.1);
}

/* 选项hover效果 */
.ui-controlgroup .ui-radio .label:hover,
.ui-controlgroup .ui-checkbox .label:hover {
  background: #FFF0F4;
  border-radius: 8px;
}

/* 提交按钮可爱圆角 */
#ctlNext {
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  margin: 24px 16px 0;
  font-size: 17px;
  font-weight: 600;
}

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