* {
    color: #333333;
    font-family: 'Lora', serif;
}



/* XXX. */
html,
body,
.row,
.page {
    font-size: 14px;
    height: 100%;
    min-height: 100%;
    background-color: #FAFAFA;
}

.global-menu {
    height: 100%;
    min-height: 100%;
    border-right: 1px solid #E6E6E6;
    background-color: #FFFFFF;
    padding: 0;
}

.global-body {
    background-color: #FAFAFA;
}

.global-sidebar {
    height: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    background-color: #FFFFFF;
    border-left: 1px solid #E6E6E6;
    padding: 24px;
}

.global-sidebar a {
    font-size: 16px;
}

.header-title {
    margin-top: 10px;
}

.header-title a {
    font-size: 42px;
}

a,
a:link,
a:hover,
a:visited {
    text-decoration: none;
    color: #2c4ac4;
}

article {
    /* margin-bottom: 36px; */
    border-bottom: 1px solid #dadada;
    padding: 30px 0;
}

article h1 {
    padding: 0 0 0px 0;
    margin: 0 0 4px 0;
}

article h1,
article h1 a {
    font-size: 22px;
    font-weight: 500;
    line-height: 44px;
    text-decoration: none;
    color: #000000;
}

article time {
    font-size: 12px;
    color: #999999;
    display: block;
    margin: 0 0 6px 0;
}

article .summary {
    color: #666666;
}

article .summary .more {
    padding-left: 10px;
}

article :first-child {
    margin-top: 0;
}

article {
    font-size: 16px;
}

article pre {
    background-color: #ebebeb;
    padding: 20px 14px 30px 20px;
    border-radius: 0px;
    border-left: 8px solid #d9d9d9;
}

article h2,
article h3 {
    margin-top: 40px;
}

article pre code {
    font-size: 13px;
    font-family: monospace;
}

article .end {
    text-align: center;
    font-size: 16px;
    font-family: 'Lora';
    margin: 40px 0 20px 0;
}

article img {
    background-color: #d8d8d8;
    border: 1px solid #CCCCCC;
    max-width: 100%;
    border-radius: 4px;
    margin: 5px 0 30px 0;
}


ul.tags {
    display: flex;
    margin: -20px 0 20px 0;
    padding: 0;
}

ul.tags li {
    list-style: none;
    margin-right: 10px;
}

ul.tags li a {
    font-size: 14px;
    line-height: 14px;
}

.menu-container {
    display: flex;
    flex-direction: column;
    max-width: 100px;
    margin-top: 10px;
    float: right;
    align-items: center;
}

.logo {
    max-width: 100px;
}

.logo img {
    width: 100%;
}


.author {
    padding: 20px 0 0 0;
    display: flex;
}

.author img.icon {
    width: 50px;
    height: 50px;
    border-radius: 60px;
    border: 1px solid #EFEFEF;
    background-color: #dbdbdb;
}

.author img.icon-md {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #EFEFEF;
    background-color: #dbdbdb;
}

.author .info {
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.author .info .name {
    font-weight: normal;
    font-size: 16px;
}

.author .info time {
    color: #a6a6a6;
}

article.single h1.title {
    font-size: 44px;
    padding: 0 0 40px 0;
}

.copy {
    margin: 20px 0;
}

.morespace {
    height: 100px;
}

.latest {
    margin-top: 30px;
}

.latest .title {
    font-size: 14rpx;
    font-weight: bolder;
    padding: 0 0 12px 0;
}

.post-nav {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 20px 0;
    padding: 0;
    list-style: none;
}

.post-nav .post-item-lnk {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000000;
}

.post-nav .post-item-lnk:last-child {
    justify-content: flex-end;
}


footer {
    margin-top: 100px;
}

footer,
footer a,
footer a:link,
footer a:visited,
footer a:hover {
    color: #999999;
    font-size: 12px;
}


.menus {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.menus .menu {
    padding: 5px 0;
}

.toc {
    margin-bottom: 40px;
    padding-bottom: 0px;
    border-bottom: 1px solid #CCCCCC;
}

.toc ul {
    margin: 0;
    padding-top: 4px;
    padding-bottom: 6px;
}

.toc-title {
    font-size: 14rpx;
    font-weight: bolder;
    padding: 0 0 12px 0;
}

kbd.url {
    color: rgb(90, 70, 1);
    background-color: #e3e6bb;
}