.content-wrapper {
    margin-left: 200px;
    padding-top: 80px;
    padding-left: 30px;
}

.wx-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: fixed;
    bottom: 2px;
    right: 2px;
    width: 200px;
    height: 200px;
    z-index: 99999;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.wx-header {
    line-height: 30px;
    text-align: center;
    color: #b92c28;
    font-size: small;
    font-family: 微软雅黑;
}

.wx-content {
    min-height: 160px;
    min-width: 160px;
    text-align: center;
}

.menu-tick {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 9999;
}

.child-menu-tick {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 9999;
}

.doc-method {
    display: inline-block;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #16A34A;
    background-color: #EAF9EF;
    border: 1px solid #B7E4C3;
    border-radius: 4px;
    vertical-align: middle;
}

.doc-url {
    text-decoration: none;
    color: #01AAED;
    word-break: break-all;
}

.doc-url:hover {
    color: #01AAED;
    text-decoration: underline;
}

.doc-copy-url {
    margin-left: 16px;
    background-color: #F2F3F5 !important;
    border: 1px solid #D9DCE1 !important;
    color: #6B7280 !important;
}

.doc-copy-url:hover {
    background-color: #E8EAEE !important;
    color: #4B5563 !important;
}

.doc-open-url {
    margin-left: 12px;
    background-color: #FFF9E6 !important;
    border: 1px solid #F0E3B0 !important;
    color: #A18A1F !important;
}

.doc-open-url:hover {
    background-color: #FBF0C9 !important;
    color: #85700F !important;
}

.doc-json-view {
    margin: 0;
    padding: 15px;
    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: 13px;
    line-height: 20px;
    color: #1F2733;
    background-color: #FAFBFC;
    white-space: pre;
}

.layui-layer-content > .doc-json-tree {
    margin: 0;
    padding: 15px;
    background-color: #FAFBFC;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.layui-layer-demo .layui-layer-content {
    overflow: hidden;
}

.doc-login-tip {
    display: inline-block;
    margin-top: 4px;
    padding: 4px 12px;
    font-size: 13px;
    line-height: 24px;
    color: #9A6B00;
    background-color: #FFF7E6;
    border: 1px solid #F0D48A;
    border-radius: 12px;
}

.doc-login-tip .layui-btn {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-left: 4px;
    border-radius: 12px;
}

.doc-table-wrap {
    margin: 10px 15px 10px 0;
    border: 1px solid #E6EAF0;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 14px rgba(31, 111, 235, .05);
    overflow: auto;
}

.doc-table-wrap .doc-table {
    margin: 0;
    width: 100%;
    border: none;
    background-color: transparent;
    color: #1F2733;
}

.doc-table-wrap .doc-table thead th {
    background-color: #F5F8FC;
    color: #37475A;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: 1px solid #E6EAF0;
}

.doc-table-wrap .doc-table thead th:first-child {
    border-top-left-radius: 9px;
}

.doc-table-wrap .doc-table thead th:last-child {
    border-top-right-radius: 9px;
}

.doc-table-wrap .doc-table tbody td,
.doc-table-wrap .doc-table tbody th {
    border-bottom: 1px solid #EFF2F6;
}

.doc-table-wrap .doc-table tbody tr:last-child td {
    border-bottom: none;
}

.doc-table-wrap .doc-table tbody tr:hover > td {
    background-color: #F5F9FF;
}

.doc-table-wrap .doc-table .doc-td-prop {
    color: #1F6FEB;
    font-family: Consolas, Monaco, "Courier New", monospace;
    white-space: nowrap;
}

.doc-note-view {
    margin: 10px 15px 10px 0;
    padding: 14px 18px;
    border: 1px solid #E6EAF0;
    border-left: 3px solid #1F6FEB;
    border-radius: 10px;
    background-color: #FAFBFC;
    box-shadow: 0 4px 14px rgba(31, 111, 235, .05);
    font-size: 14px;
    line-height: 24px;
    color: #1F2733;
    overflow: auto;
}

.doc-note-view pre {
    margin: 0;
    padding: 0;
    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: 13px;
    line-height: 20px;
    white-space: pre-wrap;
    word-break: break-all;
}

.doc-note-view img {
    max-width: 100%;
}

.doc-note-view table {
    border-collapse: collapse;
}

.doc-note-view table td {
    border: 1px solid #E6EAF0;
    padding: 6px 10px;
}

/* JSON折叠树（响应实例/请求实例）：与doc-note-view同风格 */
.doc-json-tree {
    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: 13px;
    line-height: 22px;
    color: #1F2733;
}

.doc-json-tree-bar {
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #E6EAF0;
}

.doc-json-tree-bar a {
    color: #1F6FEB;
    font-size: 12px;
}

.doc-json-tree-bar a:hover {
    color: #01AAED;
    text-decoration: underline;
}

.doc-json-tree-sep {
    margin: 0 8px;
    color: #C9CDD4;
    font-size: 12px;
}

.doc-json-node {
    padding-left: 18px;
    contain: content;
}

.doc-json-tree > .doc-json-node {
    padding-left: 0;
}

.doc-json-line {
    white-space: pre-wrap;
    word-break: break-all;
    content-visibility: auto;
    contain-intrinsic-size: auto 22px;
}

.doc-json-toggle {
    display: inline-block;
    width: 14px;
    cursor: pointer;
    color: #1F6FEB;
    user-select: none;
}

.doc-json-leaf {
    display: inline-block;
    width: 14px;
    color: #C9CDD4;
}

.doc-json-bracket {
    color: #1F2733;
}

.doc-json-count {
    margin-left: 6px;
    color: #9AA1AC;
    font-size: 12px;
}

.doc-json-key {
    color: #A626A4;
}

.doc-json-str {
    color: #50A14F;
}

.doc-json-num {
    color: #986801;
}

.doc-json-bool {
    color: #C18401;
}

.doc-json-null {
    color: #986801;
}
