/* @theme-name: 瑞星咖啡 */
/* @theme-author: 手机用户mwxkgyunuhjxum2kqza9fls4a */
/* @theme-time: 2026-06-25T06:26:44.215Z */
/* 瑞幸咖啡品牌主题问卷样式 */
:root {
  --ai-base-primary: #00B0F0; /* 瑞幸品牌主蓝色 */
  --ai-base-text: #2A2A2A;
  --ai-base-muted: #666666;
  --ai-base-border: #D9D9D9;
  --ai-base-light-border: #F0F0F0;
  --ai-base-error: #FF4757;
}

/* 全局背景与字体 */
body {
  background-color: #F8FCFF;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

/* 问卷标题 */
#toptitle .htitle {
  padding: 24px 16px 8px;
  color: var(--ai-base-primary);
  font-size: 24px;
  font-weight: 700;
}

/* 问卷描述 */
#divDesc {
  padding: 0 16px 16px;
  color: var(--ai-base-muted);
}

/* 问题卡片样式 */
div.field, div.formfield, .div_question {
  background: #FFFFFF;
  border-radius: 12px;
  margin: 12px 16px;
  box-shadow: 0 2px 8px rgba(0, 176, 240, 0.06);
}

/* 选项悬停效果 */
.ui-radio:hover, .ui-checkbox:hover {
  background-color: rgba(0, 176, 240, 0.03);
  border-radius: 8px;
}

/* 文本输入框样式 */
.beginner_problem textarea {
  border-radius: 8px;
  border-color: #E5F5FB;
}

/* 提交按钮样式 */
#ctlNext {
  border-radius: 24px;
  margin: 24px 16px;
  padding: 12px 0;
  font-size: 17px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 176, 240, 0.3);
}

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