body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    background-color: rgb(26, 28, 29);
}

:hover::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
    background: #373D41;
    border-radius: 1px;
}

a {
    color: rgb(71, 197, 195);
    text-decoration: none;
    word-break: break-all;
}

a:hover {
    border-bottom: 1px solid rgba(71, 197, 195, 0.8);
}

h1 {
    border-bottom: 1px dashed rgb(157, 157, 157);
    padding: 5px 0px;
    font-size: 1.6em;
}

h2 {
    border-bottom: 1px dashed rgb(157, 157, 157, 0.8);
    margin-block-start: 0;
    padding: 5px 0px;
    font-size: 1.5em;
}

h3 {
    border-bottom: 1px dashed rgb(157, 157, 157, 0.6);
    margin-block-start: 0;
    padding: 1px 0px;
    font-size: 1.4em;
}

h4 {
    margin-block-start: 0;
    padding: 1px 0px;
    font-size: 1.1em;
    border-radius: 3px;
}

h5 {
    margin-block-start: 0;
    padding: 0px 0px;
    font-size: 1.0em;
    border-radius: 3px;
}

h6 {
    margin-block-start: 0;
    padding: 0px 0px;
    font-size: 0.9em;
    border-radius: 3px;
}


h1>a,
h2>a {
    color: rgb(221, 221, 221);
    text-decoration: none;
}

h3>a,
h4>a {
    color: rgb(203, 203, 203);
    text-decoration: none;
}

h5>a,
h6>a {
    color: rgb(203, 203, 203);
    text-decoration: none;
}

h1>a::before,
h2>a::before,
h3>a::before {
    content: "# ";
}


pre {
    background-color: #282c34 !important;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

pre code {
    font-family: Consolas, "Microsoft Yahei";
    font-size: 0.93em;
    line-height: 1.3em;
    border-radius: 4px;

    color: #abb2bf;
    padding: 0.5em;
    background: #00000000;
}

p {
    line-height: 1.6em;
    max-width: 100%;
}

li code,
td code,
p code,
ul code {
    font-family: Consolas, "Microsoft Yahei";
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 2px;
    background-color: #8585852f;
    color: rgb(252, 188, 69);
}

strong {
    color: #ffffff;
}

blockquote {
    border-radius: 4px;
    margin-block-start: 0;
    margin-inline-start: 0;
    margin: 16px 0;
    padding: 5px 15px;
    border-left: 4px solid #659955;
    color: #48703c;
    background-color: #b2ccab;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1), 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}

blockquote p {
    margin-block-start: 0;
    margin-block-end: 0;
}

blockquote a {
    color: rgb(36, 174, 172);
}

blockquote a:hover {
    border-bottom: 1px solid rgb(36, 174, 172);
}

.left-container {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    background-color: rgb(32, 35, 37);
    height: calc(100%);
    font-family: "微软雅黑";
    border-radius: 10px;
}

.left-container #dir-container {
    position: absolute;
    top: 180px;
    left: 0;
    height: calc(100% - 180px - 30px);
    width: 100%;
    overflow: auto;
}

.tab_0 {
    width: 20px;
    height: 1em;
    display: inline-block;
}

.tab_1 {
    width: 40px;
    display: inline-block;
}

.node-dir {
    margin-bottom: 1em;
}

.node-dir-name {
    width: calc(100% - 40px);
    color: #c9cbcf;
    font-weight: bold;
    padding: 4px 20px;
    display: inline-block;
    background-color: #2c3039b9;
    border-radius: 6px;
}

.node-item {
    width: 100%;
    margin-top: 3px;
}


.header-container {
    margin-top: 20px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-container img {
    width: 66px;
    height: 66px;
    border-radius: 66px;
}

.header-container .author {
    color: #a7a7a7;
    padding: 10px 0;
    font-family: "微软雅黑";
}

.header-container .author a {
    color: aliceblue !important;
}

.right-container {
    position: absolute;
    left: 320px;
    top: 0;
    width: calc(100% - 320px);
    height: 100%;
    background-color: rgb(26, 28, 29);
    overflow-y: auto;
}

.right-container #md-container {
    position: relative;
    padding: 0 20px;
    color: rgb(221, 221, 221);
    width: calc(100% - 140px);
    min-width: 600px;
    /* max-width: 800px; */
    margin: 50px 0;
    margin-left: 50px;
}

#md-container .top {
    height: 20px;
    width: 100%;
}

#md-container .bottom {
    height: 50px;
    width: 100%;
}

#md-container table {
    border-collapse: collapse;
    border: 5px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    outline: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 1em;
}

#md-container th {
    text-align: left;
}

#md-container thead th {
    border-right: none;
    border-bottom: #858585 solid 1px;
    padding: 5px 5px;
}

#md-container tbody td {
    border-top: #8585852f solid 1px;
    padding: 5px 5px;
}

#md-container img {
    border-radius: 4px;
    width: calc(100% - 40px);
    max-width: 800px;
    max-height: 500px;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1), 0 0px 12px 0 rgba(0, 0, 0, 0.1);
}

#md-container .title {
    font-size: 24px;
    margin: 20px 0;
    font-weight: bold;
}

#md-container .line {
    height: 1px;
    width: 100%;
    background-color: #85858568;
    margin: 10px 0;
}

#md-container .info {
    color: #858585;
}

#md-container .info div {
    display: inline-block;
    margin-right: 5px;
}

#md-container .foldable-parent {
    border-radius: 4px;
    border: 1px solid rgb(104, 104, 104);
}

#md-container .foldable {
    color: rgb(36, 174, 172);
    cursor: pointer;
    user-select: none;
}

.img-view {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow-y: scroll;
}

.img-view-bkg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.9;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.img-view-hint {
    position: absolute;
    top: 1em;
    left: calc(50% - 9em);
    width: 18em;
    text-align: center;
    z-index: 2;
    color: #6666667c;
    user-select: none;
}

.img-view-img {
    margin: auto;
    top: 0;
    left: 0;
    z-index: 1;
}