pre {
    /* background-color: #f6f8fa; */
    border: 1px solid #eeeeee;
    max-height: 60rem;
    font-size: 85%;
    line-height: 1.45;
    overflow: auto;
    padding: 16px;
    display: block;
    color: #212529;
    letter-spacing: normal;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre code {
    font-size: inherit;
    word-break: normal;
}

.article {
    width: 100%;
    background-color: #f0f1f3;
}

.article .article-wrap {
    /* padding: 35px 15px; */
    /* border-radius: 5px; */
    background: #fff;
    color: #484b52;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .2rem;
}

.article .article-header {
    /* margin-top: 1.5rem; */
    letter-spacing: .1rem;
}

.article .article-header .title {
    line-height: 1.4;
    font-weight: 800;
    text-decoration: none;
    color: #000;
    margin-bottom: 5px;
    font-size: 2.6rem;
    word-break: break-all;
}

.article .article-header .desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
    color: rgba(0, 0, 0, .6);
    border-bottom: 1px solid #d7d7d7;
}

.article .article-header .desc>div {
    margin-bottom: 3rem;
}

.article .article-header .desc .share {
    display: none;
}

.article .article-header .desc .publish_time {
    margin-left: 10px;
}

.article .article-header .desc em {
    font-style: normal;
}

.article .article-header .desc .qrcode {
    color: #2ABA66;
    font-size: 1.4rem;
}

.article .article-header .desc .laud {
    color: #FC6E51;
    font-size: 1.4rem;
    margin-left: .5rem;
}

.article .article-header a {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
}

.article .article-content {
    padding: 20px 0;
    letter-spacing: .2rem;
    word-break: break-all;
}

.article .article-content p {
    color: #484b52;
    margin: 1.5rem 0;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .2rem;
}

.article .article-content img {
    max-width: 100%;
}

.article .article-wrap .remark {
    line-height: 26px;
    position: relative;
    margin: 20px 0 0;
    padding-left: 15px;
    color: #4a4a4a;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
}

.article .article-wrap .remark:before {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 3px;
    content: '';
    background: #5eb55c;
}

@-moz-keyframes post-prev-anim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-.35rem);
        transform: translateX(-.35rem)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes post-prev-anim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-.35rem);
        transform: translateX(-.35rem)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes post-prev-anim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-.35rem);
        transform: translateX(-.35rem)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes post-prev-anim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(-.35rem);
        transform: translateX(-.35rem)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes post-next-anim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(.35rem);
        transform: translateX(.35rem)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes post-next-anim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(.35rem);
        transform: translateX(.35rem)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes post-next-anim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(.35rem);
        transform: translateX(.35rem)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes post-next-anim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(.35rem);
        transform: translateX(.35rem)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    display: inline-block;
}

.article .article-wrap .prev-and-next {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    font-size: 1.45rem;
}

.article .article-wrap .prev-and-next .prev {
    padding-right: 10px;
}

.article .article-wrap .prev-and-next .next {
    padding-left: 10px;
}

.article .article-wrap .prev-and-next .prev,
.article .article-wrap .prev-and-next .next {
    max-width: 50%;
    word-break: break-all;
}

.article .article-wrap .prev-and-next .prev .icon,
.article .article-wrap .prev-and-next .next .icon {
    color: #4183c4 !important;
}

.article .article-wrap .prev-and-next .prev:hover a,
.article .article-wrap .prev-and-next .next:hover a,
.article .article-wrap .prev-and-next .prev:hover .icon,
.article .article-wrap .prev-and-next .next:hover .icon {
    color: #1abc9c !important;
}

.article .article-wrap .prev-and-next .prev:hover .icon {
    -webkit-animation: post-prev-anim 5s infinite;
    animation: post-prev-anim 5s infinite;
}

.article .article-wrap .prev-and-next .next:hover .icon {
    -webkit-animation: post-next-anim 5s infinite;
    animation: post-next-anim 5s infinite;
}

.article .article-wrap .prev-and-next a.hide {
    display: none;
}

.article .article-wrap .prev-and-next a.show {
    display: block;
}

.article .article-wrap hr {
    margin: 2rem 0;
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.article .article-wrap blockquote {
    padding-left: 10px;
    border-left: 3px solid #dbdbdb;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.4rem;
    /* padding-top: 4px; */
    margin: 1em 0;
}

.article .article-wrap blockquote p {
    font-size: 1.5rem;
}

.article .article-wrap .posts {
    margin-top: 5rem;
    padding-top: 3rem;
    border-top: 1px solid #e6e6e6;
}

.article .article-wrap .table-wrap {
    overflow-x: scroll;
    max-width: 100%;
}

.article .article-wrap table {
    margin-top: 0;
    margin-bottom: 24px;
    width: 100%;
    overflow: auto;
    border-bottom: none;
    line-height: 1.5;
}

.article .article-wrap table thead tr {
    background-color: #F8F8F8;
}

.article .article-wrap table tbody tr {
    background-color: #fff;
}

.article .article-wrap table tbody tr:hover,
.article .article-wrap table tbody tr:nth-of-type(even) {
    background-color: #F8F8F8;
}

.article .article-wrap table tr th {
    background-color: #f2f2f2;
    color: #333;
    font-weight: 400;
    word-break: keep-all;
    padding: 8px 13px;
    border: 1px solid #d9d9d9;
    word-wrap: break-all;
    word-break: break-all;
    text-align: left;
}

.article .article-wrap table tr th,
.article .article-wrap table tr td {
    color: #333;
    font-weight: 400;
    word-break: keep-all;
    padding: 8px 13px;
    border: 1px solid #d9d9d9;
    word-wrap: break-all;
    word-break: break-all;
    text-align: left;
}

.article .article-comments {
    margin-top: 20px;
    background-color: #fff;
}

.recommend {
    margin-top: 20px;
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.aider-hot-list {
    padding: 20px;
    background: #fff;
}

.aider-hot-list li {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .aider-hot-list ul::after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .aider-hot-list li {
        width: 50%;
        float: left;
    }
}

.aider-hot-list li a {
    color: #333;
}

iframe {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .article .article-wrap {
        padding: 35px;
    }

    .article .article-header .desc .share {
        display: block;
    }
}

.page {
    padding: 0 1rem;
    background: #fff;
}

@media (min-width: 1024px) {
    .page {
        padding: 0;
    }

    .article .article-wrap {
        -webkit-box-shadow: 0 5px 60px -10px rgba(0, 0, 0, .07);
        box-shadow: 0 5px 60px -10px rgba(0, 0, 0, .07);
    }
}

@media (min-width: 1200px) {}




/* message board style patch */
.vcards .vcard {
    padding: 0 10px;
}