body {
    font: 12px/1.3 Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    overflow-x: hidden;
    color: #333;
    -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.22);
}

/*定义滚动条高宽及背景*/

body::-webkit-scrollbar {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.34);
}

/*定义滚动条*/

body::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
    border-radius: 5px;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    border: 1px dashed #CCC;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: #34495e;
}

.home-menu {
    padding: 0.5em;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
    background: #ffffff;
}

.pure-menu.pure-menu-fixed {
    z-index: 4;
}

.splash-container {
    background: #00B86E;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    width: 80%;
    height: 60%;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
}

.splash-head {
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

.splash-img {
    margin: 0 auto;
    background: url(../img/yt.png);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}

.pure-table a,
.xlist a {
    text-decoration: none;
    color: #333;
}

.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 87%;
    min-height: 12%;
    z-index: 2;
    /* background: white; */
    width: 100%;
}

.content {
    margin: 0 auto;
}

.xbox {
    background: white;
    /* padding: 1em ; */
    margin: 10px;
    box-shadow: 0 0 5px #c3c3c3;
}

.xbox-border-top {
    border-top: 1px solid #CFCCC6;
}

.xlist {
    padding: 16px 16px 10px 16px;
}

.xlist-border-bottom {
    border-bottom: 1px solid #CFCCC6;
}

.xarticle-box a {
    letter-spacing: normal;
    word-spacing: normal;
    color: #333;
    text-decoration: none;
}

.xface {
    position: relative;
    width: 50px;
}

.xlf {
    float: left;
}

.xface img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px #CFCCC6 solid;
}

.x_detail {
    margin-left: 60px;
}

.xarticle_title {
    margin: 0 0 3px;
    padding: 5px 0 0;
    font-weight: 700;
    font-size: 14px;
}

.xarticle_f_title {
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 12px;
    margin-bottom: 2px;
}

.xarticle_f_title,
.xarticle_f_title a {
    color: #808080;
    text-decoration: none;
}

.xarticle-text {
    padding: 1px 0 3px;
    overflow: hidden;
    line-height: 22px;
    word-wrap: break-word;
    font-size: 13px;
    margin-bottom: 2px;
    padding-bottom: 0;
}

.xbc {
    clear: both;
}

.xtable-center {
    width: 100%;
    text-align: center;
}

.xtable-border {
    border-top: none;
    border-bottom: none;
}

.x-footer {
    text-align: center;
    display: block;
    clear: both;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.x-footer-bom {
    padding: 20px;
    background-color: #f2f2f5;
}

.x-footer-bom a {
    color: #808080;
    text-decoration: none;
}

/* 翻页css */

.page-navigator {
    list-style: none;
    /* 去掉ul前面的符号 */
    margin: 0px;
    /* 与外界元素的距离为0 */
    padding: 0px;
    /* 与内部元素的距离为0 */
    width: auto;
    /* 宽度根据元素内容调整 */
}

.page-navigator li {
    float: left;
    /* 向左漂移，将竖排变为横排 */
}

.page-navigator li a,
.page-navigator li a:visited {
    /* background-color: #465c71; 背景色 */
    border: 1px #D3CDC1 solid;
    /* 边框 */
    border-left: none;
    color: #333;
    /*文字颜色 */
    display: block;
    /* 此元素将显示为块级元素，此元素前后会带有换行符 */
    line-height: 1.35em;
    /* 行高 */
    padding: 4px 20px;
    /* 内部填充的距离 */
    text-decoration: none;
    /* 不显示超链接下划线 */
    white-space: nowrap;
    /* 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
}

.page-navigator li a:hover {
    background-color: #bfcbd6;
    /* 背景色 */
    color: #465c71;
    /* 文字颜色 */
    text-decoration: none;
    /* 不显示超链接下划线 */
}

/* 文章详情页 */

.x-w-title {
    margin: 0 0 12px;
    word-wrap: break-word;
    color: #000;
}

.x-w-authorinfo {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 30px;
}

.x-w-face img {
    border-radius: 30px;
}

.x-w-face {
    margin-right: 10px;
}

.post-content {
    font-size: 16px;
    line-height: 1.65;
    word-wrap: break-word;
}

/* 评论区 */

.comment-list,
.comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li {
    padding: 14px;
    margin-top: 10px;
    border: 1px solid #EEE;
}

.comment-list li.comment-level-odd {
    background: #F6F6F3;
}

.comment-list li.comment-level-even {
    background: #FFF;
}

.comment-list li .comment-reply {
    text-align: right;
    font-size: .92857em;
}

.comment-meta a {
    color: #999;
    font-size: .92857em;
}

.comment-author {
    display: block;
    margin-bottom: 3px;
    color: #444;
}

.comment-author .avatar {
    float: left;
    margin-right: 10px;
}

.comment-author cite {
    font-weight: bold;
    font-style: normal;
}

.comment-list .respond {
    margin-top: 15px;
    border-top: 1px solid #EEE;
}

.respond .cancel-comment-reply {
    float: right;
    margin-top: 15px;
    font-size: .92857em;
}

#comment-form label {
    display: block;
    margin-bottom: .5em;
    font-weight: bold;
}

.textarea {
    width: 100%;
    height: 60px;
    background: none;
    border-style: none none dashed none;
    border-bottom: 1px dashed #ACA6B3;
}

.comment-input {
    width: 99%;
    border-style: none none dashed none;
    border-bottom: 1px dashed #ACA6B3;
    background: none;
    padding: 8px 2px;
    margin-right: 10px;
}

input,
textarea {
    outline: none;
}

input:focus,
textarea:focus {
    outline: none !important;
    border-bottom: 1px solid #0D8CD4;
    /* box-shadow: 0 0 10px #719ECE; */
}

@media screen and (max-width:48em) {
    .x-sm-display {
        display: none;
    }
}

@media (min-width: 16em) {
    .splash-img {
        width: 80px;
        height: 80px;
    }
    .sm-1 {
        display: none;
    }
    .sm-2 {
        width: 100px;
    }
    .x-w-title {
        font-size: 18px;
    }
    .post-content {
        font-size: 14px;
        line-height: 1.55;
    }
    .post-list-item {
        width: 100%;
        padding: 10px 0;
    }
    .xlinks ul li {
        width: 100%;
    }
}

@media (min-width: 48em) {
    .content {
        width: 760px;
    }
    .home-menu {
        text-align: left;
    }
    .home-menu ul {
        float: right;
    }
    .splash {
        width: 50%;
        height: 50%;
    }
    .splash-head {
        font-size: 250%;
    }
    .l-box-lrg {
        border: none;
    }
    .splash-img {
        width: 100px;
        height: 100px;
    }
    .x-w-padding {
        padding: 10px 20px;
    }
    .x-w-title {
        font-size: 20px;
    }
    .post-content {
        font-size: 15px;
        line-height: 1.55;
    }
    .post-list-item {
        width: 33.3333%;
        padding: 15px;
    }
    .categorys-title {
        margin: 15px;
    }
    .xlinks ul li {
        width: 50%;
    }
}

@media (min-width: 78em) {
    .content {
        width: 920px;
    }
    .splash-head {
        font-size: 200%;
    }
    .splash-img {
        width: 130px;
        height: 130px;
    }
    .x-w-padding {
        padding: 25px 60px;
    }
    .x-w-title {
        font-size: 30px;
    }
    .post-content {
        font-size: 16px;
        line-height: 1.65;
    }
    .post-list-item {
        width: 33.3333%;
        padding: 15px;
    }
    .categorys-title {
        margin: 15px;
    }
    .xlinks ul li {
        width: 33.3333%;
    }
}

/* 文章内容页CSS */

blockquote {
    background-color: #E6FAEF;
    /* border-left: 1em solid #01C26A; */
    margin: 1.0em 0 1.0em;
    padding: 1em 1em 1em 1em;
    position: relative;
    color: #888;
}

blockquote:before {
    color: #01C26A;
    content: "\201C";
    font-size: 5em;
    line-height: 0em;
    margin-right: 5px;
    vertical-align: -0.4em;
}

blockquote:after {
    color: #01C26A;
    content: "\201D";
    font-size: 5em;
    position: absolute;
    right: 3px;
    bottom: 0em;
    line-height: 0.1em;
}

pre {
    background: #F6F6F3;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 10px
}

code {
    background-color: #F6F6F3
}

.post-content img,
.comment-content img,
.post-content video,
.comment-content video {
    max-width: 100%;
    /* box-shadow: 0 0 8px #719ECE; */
    border: 1px solid #F7F6F2;
    padding: 3px;
    border-radius: 10px;
}

img:hover {
    box-shadow: 0 0 8px #ACA6B3;
}

.post-content a img,
.comment-content a img {
    background: #FFF;
    position: relative;
    bottom: -4px;
}

/* 归档 */

.post-lists {
    position: relative;
    display: block;
    overflow: hidden;
}

.post-list-item {
    float: left;
    height: auto;
    align-items: center;
}

.post-lists-body {
    display: block;
}

.categorys-title {
    font-size: 14px;
    padding: 0px 3px;
}

.post-list-item-container {
    border: 1px solid rgba(184, 197, 214, .2);
    border-radius: 3px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
}

.post-list-item-container:hover {
    box-shadow: 0 1px 10px #999999;
}

.post-list-item-container .item-label {
    position: relative;
    padding: 25px 20px 40px;
}

.post-list-item-container .item-label .item-meta {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px;
    text-align: right;
}

/* 友链样式 */

.xlinks ul {
    margin: 0px;
    padding: 0px;
}

.xlinks ul li {
    padding: 10px 10px;
    list-style-type: none;
    float: left;
}

.xlinks ul li:hover {
    background: #f1f1f1;
    box-shadow: 0 1px 10px #999;
}

.xlinks ul li a img {
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    clear: both;
}

.xlinks-body {
    width: calc(100% - 60px);
    line-height: 20px;
    float: right;
    padding: 5px 10px;
}