/* ============================================================
   功能清单页专用样式
   ============================================================ */
.qd-wrap { background: #fff; border: 1px solid #E5F0FF; border-radius: .75rem; overflow: hidden; box-shadow: 0 24px 50px -24px rgb(0 102 255 / .18);margin-bottom:16px; }
.qd-scroll { overflow-x: auto; }
.qd-table { width: 100%; min-width: 860px; border-collapse: collapse; font-size: .875rem; }
.qd-table th, .qd-table td { border: 1px solid #e8eef7; padding: .8rem 1rem; }
/* 表头标题行 */
.qd-table .qd-title th { background: #fff; text-align: center; font-size: 1.1rem; font-weight: 800; color: #0f172a; padding: 1rem; letter-spacing: .02em; }
/* 列头行 */
.qd-table .qd-head th { background: linear-gradient(90deg, #0066FF, #00A2FF); color: #fff; font-weight: 700; text-align: center; padding: .7rem 1rem; }
.qd-table .qd-head th:first-child { text-align: left; width: 28%; }
.qd-table .qd-head th:nth-child(2) { width: 48%; }
.qd-table .qd-head th:nth-child(n+3) { width: 8%; }
/* 分类行 */
.qd-table tr.qd-cat td { background: #f8fbff; color: #0066FF; font-weight: 700; }
.qd-table tr.qd-cat td:first-child { text-align: left; }
.qd-table tr.qd-cat td.qd-item { color: #475569; font-weight: normal; }
/* 功能行 */
.qd-table tr.qd-item td { color: #475569; }
.qd-table tr.qd-item td:first-child { padding-left: 2.75rem; color: #334155; }
.qd-table tr.qd-item:nth-of-type(even) td { background: #f0f3f7; }
.qd-table tr.qd-item:hover td { background: #f0f8ff; }
/* 描述与版本列居中 */
.qd-table td:nth-child(n+2) { text-align: center; }
/* 支持 / 不支持 标记 */
.qd-yes { color: #94a3b8; font-weight: 700; }
.qd-no { color: #ef2b2b; font-weight: 700; }
.doc-header-inner { padding-top: 120px; }
.padB16{padding-bottom:16px;}
