.wy-side-nav-search>a {
    color: #123456;
}

code.literal {
    color: #e98222 !important;
    background-color: #fbfbfb !important;
}

.custom-header {
  height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8525rem;
  background-color: white;
  width: 100%;
  z-index: 250;
  position: fixed;
  padding: 1.3em;
  padding-left: 1.3em;
  padding-left: 30px;
  margin-left: 300px;
  -webkit-box-shadow: 0px 1px 1px #e1e1e1;
  -moz-box-shadow: 0px 1px 1px #e1e1e1;
  box-shadow: 0px 1px 1px #e1e1e1;
}

.wy-side-nav-search .wy-dropdown>a, 
.wy-side-nav-search>a {
    margin-bottom: 0 !important;
}


/* 修改note提示框的标题*/
/*.admonition.note .admonition-title {
    font-size: 0; /* 隐藏"备注"文本 */

/*.admonition.note .admonition-title::before {
    content: "注意" !important;
    font-size: 0.9rem;
} */


/* 可选：修改样式颜色 */
/*.admonition.note {
    border-left-color: #ffa500; /* 橙色边框 */
/*    background-color: #fff8e1;  /* 浅黄背景 */
/*} */

/* 表格内容自动换行，彻底解决横向滚动条问题 */
.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: normal !important;
    word-break: break-word;
}
.wy-table-responsive {
    overflow-x: visible !important;
    max-width: 100%;
}

/* Adapter 基础设置表：第一列（配置项）加宽 */
table.adapter-basic-config-table {
    table-layout: fixed;
}
table.adapter-basic-config-table th:first-child,
table.adapter-basic-config-table td:first-child {
    width: 22%;
}

/* Adapter 拍照指令表 */
table.adapter-command-config-table {
    table-layout: fixed;
}
table.adapter-command-config-table th:first-child,
table.adapter-command-config-table td:first-child {
    width: 21%;
}
table.adapter-command-config-table th:nth-child(2),
table.adapter-command-config-table td:nth-child(2) {
    width: 35%;
}
table.adapter-command-config-table th:nth-child(3),
table.adapter-command-config-table td:nth-child(3) {
    width: 14%;
}

