* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif; background: #eef3fb; color: #333; line-height: 1.6; }
.content, .detail { max-width: 900px; margin: 0 auto; padding: 24px 16px; }
.home-top { background: #fff; border-radius: 10px; padding: 32px; box-shadow: 0 6px 24px rgba(6,102,225,.08); }
.system-title { display: flex; align-items: center; gap: 16px; border-bottom: 1px solid #eef0f5; padding-bottom: 20px; margin-bottom: 24px; }
.magnifier-icon { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; background: #eaf2ff; border-radius: 50%; }
.title { font-size: 22px; font-weight: 700; color: #1a2b4a; }
.explain { font-size: 13px; color: #8a93a6; margin-top: 4px; }
.form-box { max-width: 520px; margin: 0 auto; }
.level-item { display: flex; align-items: center; margin-bottom: 18px; }
.level-item .key { width: 96px; text-align: right; padding-right: 12px; color: #555; }
.input-text { flex: 1; }
.input-text input { width: 100%; height: 42px; border: 1px solid #d4dbe8; border-radius: 6px; padding: 0 12px; font-size: 15px; outline: none; }
.input-text input:focus { border-color: #0666e1; }
.submit-box { width: 200px; height: 40px; line-height: 40px; margin: 24px auto 0; border-radius: 6px; background: #0666e1; color: #fff; text-align: center; cursor: pointer; justify-content: center; font-size: 16px; }
.submit-box:hover { background: #0552b8; }
.query-method { margin-top: 22px; }
.method-box { background: #fff; border-radius: 10px; padding: 24px 32px; }
.method-box .hd { font-size: 16px; font-weight: 700; color: #1a2b4a; margin-bottom: 12px; }
.method-box li { list-style: none; color: #555; margin-bottom: 8px; }
.blue { color: #0666e1; }
.orange { color: #f0820a; }
.tip { color: #8a93a6; font-size: 13px; margin-top: 8px; }
.detail { display: none; }
.code-list { background: #fff; border-radius: 10px; padding: 20px 32px; position: relative; }
.code-list ul li { list-style: none; margin: 6px 0; color: #555; }
.continue { position: absolute; right: 24px; top: 20px; border: 1px solid #0666e1; color: #0666e1; background: #fff; border-radius: 6px; padding: 8px 16px; cursor: pointer; }
.continue:hover { background: #0666e1; color: #fff; }
.content-title { margin: 20px 0 12px; font-size: 18px; font-weight: 700; color: #1a2b4a; }
.contetn-body { background: #fff; border-radius: 10px; padding: 24px 32px; }
.remark { font-size: 16px; font-weight: 700; color: #18a058; margin-bottom: 16px; }
.remark.invalid { color: #d03050; }
.jsondata ul li { list-style: none; display: flex; padding: 12px 0; border-bottom: 1px dashed #eef0f5; }
.jsondata .key { width: 150px; color: #8a93a6; flex-shrink: 0; }
.jsondata .val { color: #333; flex: 1; }
