nav.app-nav li ul {
    min-width: 100px;
}

.sidebar-nav ul:not(.app-sub-sidebar)>li:not(.file)::before {
    top: 9px !important;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

.sidebar li {
    /* padding: 0px 0; */
    margin: auto !important;
}

.sidebar {
    font-weight: 900;
    color: #1a1a1a;
}

.no-sidebar .sidebar {
    display: none;
}

.no-sidebar .content {
    left: 0;
}

.custom_table {
    white-space: nowrap;
}

.content {
    justify-content: left;
    padding-left: 100px;
    padding-right: 100px;
}

/*间隔横线颜色*/
.markdown-section hr {
    border-bottom-color: #ccc !important;
}

.markdown-section {
    /* left: 100px; */
    max-width: none;
    overflow: auto;
    padding-bottom: 10px;
}

.sidebar .sidebar-nav {
    padding-left: 10px;
}

.docsify-pagination-container {
    margin: 0 !important;
}

th {
    min-width: 72px;
}

/***代码高亮 ***/
.markdown-section pre>code {
    background-color: #1f1f1f;
    color: #b9b9b9 !important;
    padding: 5px;
    max-height: 500px;
}

.markdown-section code,
.markdown-section pre {
    background-color: #302d2d;
    border-radius: 5px;
}

/***文本高亮 ***/
.mark {
    color: green
}


/***Tips样式 ***/
.markdown-section p.warn {
    background: rgba(66, 185, 131, .1);
    border-radius: 2px;
    padding: 1rem;
    border-bottom-right-radius: 2px;
    border-left: 4px solid rgba(0, 72, 255);
    border-top-right-radius: 2px;
    margin: 2em 0;
    padding: 12px 24px 12px 30px;
    position: relative;
}



.markdown-section p.warn:before {
    background-color: rgba(0, 72, 255);
    border-radius: 100%;
    color: #fff;
    content: "T";
    font-family: Dosis, Source Sans Pro, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -12px;
    line-height: 20px;
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
    top: 14px;
}

/**自定义链接框**/
.link_box {
    background-color: white;
    width: 20%;
    display: flex;
    padding: 15px 30px 15px 0px;
    float: left;
    min-width: 260px;
    cursor: pointer;
}

.link_box:last-child {
    float: none;
}

.link_box .link {
    border-radius: 4px;
    padding: 15px;
    width: 100%;
    border: #dfdcdc 0.5px solid;
    height: 80px;
    display: flex;
    cursor: pointer;
}

.link_left {
    border-radius: 50%;
    padding: 7px 0;
    margin-right: 10px;
    display: flex;
}


.link_image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.link_right {
    display: flex;
    flex-direction: column;
}

.link_right .desc {
    margin-top: 10px;
    color: #979898;
    font-size: 13px;
    font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.link_right .name {
    color: #373e4a;
    font-weight: 700;
    font-size: 13px;

    font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}