/* @theme-name: 书法 */
/* @theme-author: 手机用户pcrhrtfx5_260913bzrn */
/* @theme-time: 2026-09-13T05:27:37.274Z */
/* 书法主题 朴素典雅风格 */
:root {
  --ai-base-primary: #5c3b24; /* 深褐主色 类似墨锭色 */
  --ai-base-text: #2d251d; /* 深棕正文 接近书法墨色 */
  --ai-base-muted: #756453; /* 次要文字 浅棕灰 */
  --ai-base-border: #b8a998; /* 常规边框 */
  --ai-base-light-border: #e6dfd4; /* 浅边框 */
  --ai-base-error: #a83232; /* 错误提示色 暗红古风 */
}

body {
  background-color: #f8f5f0; /* 宣纸米白背景 */
  font-family: "SimSun", "STSong", "Noto Serif SC", serif; /* 衬线字体贴合书法主题 */
}

/* 标题样式 */
#toptitle .htitle {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: normal;
}

/* 问卷描述 */
#divDesc, .wjintro {
  padding: 0 16px;
  text-indent: 2em;
}

/* 问题卡片 */
div.field, .formfield {
  background: #fffaf3;
  border: 1px solid var(--ai-base-light-border);
  border-radius: 4px;
  margin: 12px 16px;
}

/* 输入框样式 */
.ui-input-text {
  border: 1px solid var(--ai-base-light-border);
  border-radius: 2px;
  background: #fff;
}

/* 提交按钮 */
#ctlNext.submitbtn {
  width: 90%;
  margin: 24px auto;
  padding: 12px 0;
  border-radius: 4px;
  font-weight: 500;
}

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