:root{
    --global-bg: #fff;
    --font-color: #4c4948;
}

body{
    position: relative;
    min-height: 100%;
    background: var(--global-bg);
    color: var(--font-color);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Lato, Roboto, 'PingFang SC', 'Microsoft YaHei', sans-serif;
    line-height: 2;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a{
    color: #99a9bf;
    text-decoration: none;
    word-wrap: break-word;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    overflow-wrap: break-word;
}

.navbar-index-title{
    padding-top: 10px;
    padding-left: 10px;
    line-height: 0;
    font-weight: 800;
}

.blockquote{
    background-color: rgba(73,177,245,0.1);
    color: #6a737d;
    padding: 0.1rem 0.8rem;
    margin: 0 0 1rem;
    border-left: 5px solid #409EFF;
}

/*
 -- footer
*/
footer .main_width {
    text-align: center;
}
footer .slogan {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 16px;
}

/*
 -- 文章list
*/

.articles {
    margin-bottom: 40px;
}
.articles article{
    margin: 8px 0 12px 0;
}
.articles article span{
    margin-right: 1rem;
    color: #9c9c9c;
    font-size: 1rem;
    font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
}
.articles article a{
    color: #111;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
}
.articles article .show-detail-web{
    color: #504c4c;
    cursor: pointer;
}
/*
书单列表, 样式
*/

/*
a标签样式
*/
.hexo-douban-item .hexo-douban-info .hexo-douban-title a{
    color: #49b1f5;
}

.hexo-douban-tabs {
    margin-bottom: 15px;
    margin-top: 15px;
}

.hexo-douban-tab {
    padding: 5px;
}

.hexo-douban-active {
    background: #657b83;
    color: #fff;
}

.hexo-douban-item {
    padding-bottom: 10px;
    position: relative;
    clear: both;
    min-height: 170px;
    padding: 10px 0;
    border-bottom: 1px #ddd solid;
}

@media screen and (max-width: 600px) {
    .hexo-douban-item {
        width: 100%;
    }
}

.hexo-douban-picture {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100px;
}

.hexo-douban-info {
    padding-left: 120px;
}

.hexo-douban-meta {
    font-size: 12px;
    padding-right: 10px;
}

.hexo-douban-comments {
    font-size: 12px;
}

.hexo-douban-pagination {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.hexo-douban-button {
    padding: 5px;
}

.hexo-douban-button:hover {
    background: #657b83;
    color: #fff;
}

.hexo-douban-hide {
    display: none;
}

.hexo-douban-show {
    display: block;
}
