/* @theme-name: 深海科技风 */
/* @theme-author: 手机用户pcxrvx8oo_260610bzbn */
/* @theme-time: 2026-06-10T06:43:17.659Z */
/* 深绿色主色调+区块彩色边框主题 */
:root {
  --ai-base-primary: #006633;
  --ai-base-text: #262626;
  --ai-base-muted: #666666;
  --ai-base-border: #bbbbbb;
  --ai-base-light-border: #e6e6e6;
  --ai-base-error: #ff4040;
}

/* 全局浅绿背景 */
body {
  background-color: #f0f8f5;
  margin: 0;
  padding: 12px;
}

/* 公共区块白色背景+圆角+基础样式 */
#toptitle, #divDesc, .field, .cutfield {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

/* 标题区深绿边框 */
#toptitle {
  border: 2px solid #006633;
  padding: 20px;
}

/* 描述区浅军绿边框 */
#divDesc {
  border: 2px solid #8FBC8F;
  padding: 16px;
}

/* 问题模块循环彩色边框 */
.field:nth-of-type(4n+1) {
  border: 2px solid #3CB371;
  padding: 20px 18px;
}
.field:nth-of-type(4n+2) {
  border: 2px solid #98FB98;
  padding: 20px 18px;
}
.field:nth-of-type(4n+3) {
  border: 2px solid #8FBC8F;
  padding: 20px 18px;
}
.field:nth-of-type(4n+4) {
  border: 2px solid #2E8B57;
  padding: 20px 18px;
}

/* 分割块循环彩色边框 */
.cutfield:nth-of-type(4n+1) {
  border: 2px solid #2E8B57;
  padding: 12px 16px;
}
.cutfield:nth-of-type(4n+2) {
  border: 2px solid #3CB371;
  padding: 12px 16px;
}
.cutfield:nth-of-type(4n+3) {
  border: 2px solid #98FB98;
  padding: 12px 16px;
}
.cutfield:nth-of-type(4n+4) {
  border: 2px solid #8FBC8F;
  padding: 12px 16px;
}

/* 提交按钮适配优化 */
.submitbtn {
  border-radius: 8px;
  height: 48px;
  line-height: 48px;
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
}

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