.ziren-cot-box{
  border:1px solid #eee;
  padding:16px;
  border-radius:12px;
  background:#fff;
  max-width:520px;
}
.ziren-row{ margin:10px 0; display:flex; flex-direction:column; gap:6px; }
.ziren-row input, .ziren-row select{
  padding:10px 12px; border:1px solid #ddd; border-radius:10px; outline:none;
}
.ziren-btn{
  background:#f47c20; color:#fff; border:none; border-radius:10px;
  padding:10px 14px; cursor:pointer;
}
.ziren-btn-secondary{
  background:#f3f4f6; color:#111; border:none; border-radius:10px;
  padding:10px 14px; cursor:pointer; margin-left:8px;
}
.ziren-msg{ margin-top:10px; padding:10px 12px; border-radius:10px; }
.ziren-msg.ok{ background:#ecfdf5; color:#065f46; border:1px solid #a7f3d0; }
.ziren-msg.err{ background:#fef2f2; color:#991b1b; border:1px solid #fecaca; }
