/* Used by: jiance/huagong/qingleigongyeqiti.html, jiance/huagong/tianranqi.html, jiance/huagong/yehuaqi.html */
* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Microsoft YaHei','PingFang SC','Helvetica Neue',Arial,sans-serif; line-height: 1.75; color: #2c2c2c; max-width: 1200px; margin: 0 auto; padding: 20px; background: #f5f7fa; }
        .wrap { background: #fff; padding: 32px 36px; border-radius: 8px; box-shadow: 0 2px 12px rgba(0,0,0,.06); }

        .hero { background: linear-gradient(135deg,#2e86c1 0%,#1b4f72 100%); color:#fff; padding:28px 30px; border-radius:6px; margin-bottom:28px; }
        .hero h1 { font-size:22px; margin-bottom:8px; font-weight:700; }
        .hero p  { font-size:14px; opacity:.88; }

        .lead {
            background:#ebf5fb; border-left:4px solid #2e86c1; padding:18px 20px; margin:22px 0 28px;
            font-size:14.5px; line-height:1.85; color:#1a3a5c;
        }
        .lead b { color:#2e86c1; }

        h2 { color:#1b4f72; border-left:4px solid #2e86c1; padding-left:10px; margin:28px 0 14px; font-size:17px; }
        h3 { color:#333; margin:20px 0 10px; font-size:15px; font-weight:600; }

        table { width:100%; border-collapse:collapse; margin:14px 0 22px; font-size:13.5px; }
        th, td { border:1px solid #aed6f1; padding:10px 12px; text-align:left; vertical-align:top; }
        th { background:#d4e6f1; color:#1a3a5c; font-weight:600; }
        tr:nth-child(even) td { background:#f4faff; }

        .tag { display:inline-block; background:#d4e6f1; color:#1b4f72; border:1px solid #aed6f1; padding:3px 10px; border-radius:4px; margin:2px 3px 2px 0; font-size:12.5px; font-family:'Consolas','Courier New',monospace; }

        .faq { background:#f9f9fb; border-radius:6px; padding:22px 24px; margin:26px 0; }
        .faq-item { margin-bottom:18px; }
        .faq-q { font-weight:700; color:#1a3a5c; margin-bottom:4px; }
        .faq-a { color:#444; }

        .cta {
            background: linear-gradient(135deg,#2e86c1 0%,#1b4f72 100%);
            color:#fff; padding:18px 24px; border-radius:6px; margin:28px 0 10px;
            font-size:15px; line-height:1.8; text-align:center;
        }
        .cta a { color:#ffeaa7; font-weight:700; text-decoration:underline; }

        .foot { margin-top:36px; padding-top:18px; border-top:1px solid #eee; text-align:center; font-size:13px; color:#888; }
        .foot a { color:#1b4f72; }

        code { background:#d4e6f1; padding:2px 7px; border-radius:3px; font-family:'Consolas','Courier New',monospace; font-size:12.5px; color:#1b4f72; }

        ul.chk { margin:6px 0 6px 20px; line-height:2; }
        ul.chk li::marker { color:#2e86c1; }

        @media (max-width:640px){ .wrap{padding:16px 14px;} .hero h1{font-size:19px;} }
