@media screen and (min-width: 768px) {
    .content {
        margin: 0 8%;
        padding: 0 30px;
    }

    .article {
        margin-top: 80px;
    }

    .weiXinQuoteLeft {
        float: left;
        margin-left: 100px;
    }

    .weiXinQuoteRight {
        float: right;
        margin-right: 100px;
    }

    .show-weixin-pic img {
        width: 200px;
    }

    /*视频显示*/
    iframe {
        width: 100%;
        height: 500px;
    }
    .other {
        margin-top: 100px;
    }
    .likeBtn {
        font-size: 18px;
        color: #EA6F5A;
        padding: 18px 33px;
        border: 1px solid #EA6F5A;
        border-radius: 40px;
        background-color: white;
        display: inline-block;
        transform: translateX(100px);
    }
}

@media screen and (max-width: 768px) {
    #wordsView {
        padding: 5px;
    }

    .weiXinQuoteLeft {
        float: left;
    }

    .weiXinQuoteRight {
        float: right;
    }

    .article {
        margin-top: 50px;
    }

    .show-weixin-pic img {
        width: 150px;
    }

    /*视频显示*/
    iframe {
        width: 100%;
        height: 240px;
    }
    .other {
        margin-top: 70px;
        text-align: center;
    }
    .likeBtn {
        font-size: 18px;
        color: #EA6F5A;
        padding: 18px 33px;
        border: 1px solid #EA6F5A;
        border-radius: 40px;
        background-color: white;
        display: inline-block;
        margin-bottom: 10px;
    }
}

.article-top {
    text-align: center;
}

.article-content {
    margin: 60px 0 30px;
}

.zhy-article-top {
    text-align: center;
}

.article-title h1 {
    font-size: 28px;
    font-weight: 400;
    color: #4e4e4e;
}

.article-info {
    display: inline-block;
    margin-top: 6px;
}

a.articleCategoryColor {
    color: #333;
}

a.articleCategoryColor:hover {
    color: #38b7ea;
}

a.articleTagColor {
    color: #333;
}

a.articleTagColor:hover {
    color: #38b7ea;
    text-decoration: none;
}

a.lastAndNext {
    color: #333;
}

a.lastAndNext:hover {
    color: #38b7ea;
    text-decoration: none;
}

.article-info-type {
    border-radius: 5px;
    padding: 5px;
}

.article-info-publishDate, .article-info-originalAuthor, .article-info-categories {
    margin-left: 7px;
    font-size: 14px;
}

.end-logo {
    text-align: center;
    margin-bottom: 40px;
}

.article-i-say {
    border-left: solid 2px #992c12;
    margin-top: 30px;
    text-align: left;
    padding: 15px 7px;
    background-color: #aed9d3;
    font-size: 16px;
    font-family: 楷体;
}

.article-i-say-me {
    margin-right: 15px;
    float: right;
}

.show-weixin-pic {
    text-align: center;
}

.post-copyright {
    margin: 58px 0 30px;
    padding: 0.5em 1em;
    border-left: 3px solid #ff1700;
    background-color: #f9f9f9;
    list-style: none;
    font-size: 12px;
    line-height: 22px;
}

.post-copyright strong {
    color: #555;
}

.article-tags i {
    margin-right: 2px;
    color: #555;
    display: inline-block;
}

.article-tags a {
    margin-right: 10px;
    display: inline-block;
}

.article-last {
    float: left;
}

.article-next {
    float: right;
}

.two-article {
    margin-bottom: 10px;
}

.error {
    text-align: center;
    font-size: 20px;
}

.error img {
    margin-bottom: 25px;
    width: 80%;
}

.likeHeart {
    display: inline-block;
    margin-right: 10px;
}

.likesNum {
    display: inline-block;
    border-left: 1px solid #EA6F5A;
    padding-left: 10px;
}

.other .likeBtn:hover {
    color: #EA6F5A;
    background-color: #f4f4f4;
}

/*行内代码样式*/
code {
    font-size: inherit;
    line-height: inherit;
    overflow-wrap: break-word;
    padding: 4px 1px 0 !important;
    border-radius: 4px !important;
    margin: 0 0 !important;
    color: rgb(233, 105, 0);
    background: rgb(248, 248, 248) none repeat scroll 0% 0%;
    border: 0 !important;
}
/*代码不换行*/
.markdown-body pre code {
    white-space: pre;
    display: inline-block;
    margin-right: 20px;
    background: #272822;
    padding: 0;
}
/*代码块颜色*/
.editormd-html-preview pre {
    background: #272822;
}
li.L1, li.L3, li.L5, li.L7, li.L9 {
    background: #272822;
}
.pln {
    color: #b6b6b6
}

.str {
    color: #e6db74
}

.kwd {
    color: #f90
}

.com {
    color: #666666
}

.typ {
    color: #d197d9
}

.lit {
    color: #bed6ff
}

 .pun{
     color: #f7f9f299;
 }

.clo, .opn {
    color: #fff
}

.tag {
    color: #f90
}

.atn {
    color: #6c95f5
}

.atv {
    color: #080
}

.dec, .var {
    color: #008ba7
}

.fun {
    color: red
}

/*分享*/
.social-share{
    display: inline-block;
    float: right;
    margin-right: 50px;
}
.social-share .social-share-icon{
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    margin-left: 0.5rem;
}
.share_title{
    color:#c01414;
    text-align: center;
    font-size: 0.38rem;
    line-height: 1rem;
}
.article-content a{
    color: #009a61;
    border-bottom: 1px solid rgba(0,154,97,0.25);
    padding-bottom: 1px;
    text-decoration: none !important;
}
.article-content a:hover{
    color: #005636;
    border-bottom: 1px solid;
    border-color: #005636;
    padding-bottom: 1px;
    text-decoration: none !important;
}