﻿img {
    max-width: 100%;
}

body {
    background-color: #f6f6f6;
    position: relative;
    /*margin-top: 79px;*/
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}


.content-wrap {
    width: 100%;
    float: left;
}

.content {
    position: relative;
    min-height: 500px;
    margin-right: 380px;
    margin-bottom: 15px;
}

.site-layout-1 .content {
    margin-right: 0;
}

.sidebar {
    float: left;
    margin-left: -360px;
    width: 360px;
    position: relative;
}

.single .content {
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}



.single-format-aside .content {
    margin-right: 0;
}






.excerpt {
    border: 1px solid #eaeaea;
    padding: 20px 20px 20px 255px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: -1px;
}

    .excerpt .post-linkto {
        text-align: right;
        margin-bottom: 0;
    }

.excerpt-text {
    padding-left: 20px;
}

    .excerpt-text .note {
        margin-bottom: 0;
    }

.excerpt-1 {
    border-radius: 4px 4px 0 0
}

.excerpt-10 {
    border-radius: 0 0 4px 4px
}

.excerpt:hover {
    background-color: #f9f9f9;
    position: relative;
    z-index: 2;
}

.excerpt .focus {
    position: relative;
    float: left;
    margin-left: -235px;
    width: 220px;
    color: #fff;
}

.excerpt .thumb {
    width: 220px;
    height: 123px;
}

.excerpt .category-name-img {
    position: absolute;
    top: 30px;
    left: 25px;
}

.excerpt .article-title-img {
    position: absolute;
    top: 62px;
    left: 25px;
    right: 10px;
    font-size: 13px;
}

.excerpt header {
    margin-bottom: 10px;
}

.excerpt .cat {
    color: #fff;
    background-color: #45BCF9;
    padding: 3px 6px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 6px;
}

    .excerpt .cat:hover {
        opacity: 0.85;
        filter: alpha(opacity=85);
    }

    .excerpt .cat i {
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: -4px;
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-left: 4px solid #45BCF9;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }

.excerpt h2 {
    display: inline;
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
    font-weight: bold;
}

    .excerpt h2 a {
        color: #555;
    }

    .excerpt h2.not-recommended a {
        color: #555;
    }

    .excerpt h2 a:hover {
        color: #45B6F7;
    }

    .excerpt h2 a span {
        color: #FF5E52;
    }

    .excerpt h2 a:hover span {
        color: #45B6F7;
    }

.excerpt time, .excerpt .pv, .excerpt .pc, .excerpt .author {
    margin-right: 20px;
}

.excerpt .note {
    font-size: 12px;
    color: #999;
    word-wrap: break-word;
    line-height: 20px;
}

.excerpt .meta {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
}

    .excerpt .meta .fa {
        margin-right: 4px;
    }

    .excerpt .meta a {
        color: #999;
        // text-decoration: underline;
    }

        .excerpt .meta a:hover {
            color: #45B6F7;
        }

.list-comments-r .excerpt .meta .pc {
    float: right;
    margin-right: 0;
}


.excerpt h2 b,
.excerpt .note b {
    color: #FF5549;
}

.excerpt .note b {
    font-weight: normal;
}


.excerpt-minic {
    border: 1px solid #eaeaea;
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 4px;
}

    .excerpt-minic h2 {
        font-size: 22px;
        line-height: 24px;
        margin-top: 0;
        font-weight: bold;
        margin: 0 0 15px;
    }

        .excerpt-minic h2 a {
            color: #555;
        }

            .excerpt-minic h2 a:hover {
                color: #45B6F7;
            }

            .excerpt-minic h2 a span {
                color: #FF5E52;
            }

            .excerpt-minic h2 a:hover span {
                color: #45B6F7;
            }

    .excerpt-minic time, .excerpt-minic .pv, .excerpt-minic .pc, .excerpt-minic .author {
        margin-right: 20px;
    }

    .excerpt-minic .meta {
        color: #999;
        margin-bottom: 15px;
        font-size: 12px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eaeaea;
    }

        .excerpt-minic .meta .fa {
            margin-right: 4px;
        }

        .excerpt-minic .meta a {
            color: #999;
            text-decoration: underline;
        }

            .excerpt-minic .meta a:hover {
                color: #45B6F7;
            }

    .excerpt-minic .article-content p {
        text-indent: 30px;
    }

        .excerpt-minic .article-content p:last-child {
            margin-bottom: 0;
        }

    .excerpt-minic .note {
        color: #666;
        margin-bottom: 0;
        text-indent: 28px;
    }

.excerpt-minic-index {
    /*margin-bottom: 20px;*/
}

    .excerpt-minic-index h2 {
        font-size: 18px;
    }

    .excerpt-minic-index .meta {
        border-bottom: none;
        padding-bottom: 0;
    }

    .excerpt-minic-index .red {
        margin-left: -8px;
        color: #FF5E52;
    }




/* article content ======================================================================================================== */
.article-header {
    margin-bottom: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.article-title {
    margin-top: 0;
    font-size: 26px;
    line-height: 36px;
}

    .article-title a,
    .article-title a:hover {
        color: #555;
    }

        .article-title a span {
            color: #FF5E52;
        }

.article-meta {
    font-size: 12px;
    color: #999;
}

    .article-meta .item {
        margin-right: 20px;
    }

.article-content {
    font-size: 15px;
    line-height: 25px;
    word-wrap: break-word;
}

    .article-content img {
        margin: 5px 0;
        display: block;
        max-width: 100%;
        height: auto
    }

    .article-content h2, .article-content h3, .article-content h4锛� .article-content h5 {
        padding: 10px 0;
        margin-bottom: 18px;
        color: #555;
        font-weight: bold;
    }

    .article-content h2 {
        font-size: 18px;
        font-weight: bold;
        margin: 18px 0;
        border-bottom: 1px solid #eaeaea;
    }

    .article-content h3 {
        font-size: 16px;
    }

    .article-content h4 {
        font-size: 15px;
    }

    .article-content h5 {
        font-size: 14px;
    }

    .article-content ul, .article-content ol {
        margin: 0 0 18px 50px
    }

    .article-content ul {
        list-style: disc;
    }

    .article-content ol {
        list-style: decimal;
    }

    .article-content li {
        margin-bottom: 6px;
    }

    .article-content p {
        margin-bottom: 18px;
        word-wrap: break-word
    }

    .article-content pre {
        word-wrap: break-word
    }

    .article-content table {
        border-top: solid 1px #ddd;
        border-left: solid 1px #ddd;
        width: 100%;
        margin-bottom: 18px
    }

        .article-content table th {
            background-color: #f9f9f9;
            text-align: center
        }

        .article-content table td, .article-content table th {
            border-bottom: solid 1px #ddd;
            border-right: solid 1px #ddd;
            padding: 5px 10px
        }

    .article-content .alignnone {
        margin: 0 auto;
    }

    .article-content .alignleft {
        float: left;
        text-align: left;
        margin-right: 10px
    }

    .article-content .aligncenter {
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .article-content .alignright {
        float: right;
        text-align: right;
        margin-left: 10px
    }

    .article-content .wp-caption {
        margin-bottom: 18px;
        background-color: #f6f6f6;
        padding: 10px 10px 1px;
        max-width: 100%
    }

        .article-content .wp-caption img {
            margin: 0 0 5px;
        }

        .article-content .wp-caption p {
            margin-bottom: 10px;
            text-indent: 0;
        }

        .article-content .wp-caption.alignnone {
            text-align: center;
        }

        .article-content .wp-caption:hover .wp-caption-text {
            color: #45B6F7;
        }

    .article-content a {
        text-decoration: underline;
        color: #45B6F7;
    }

        .article-content a:hover {
            color: #FF5E52;
        }

    .article-content pre, .comment pre {
        margin: 20px 0;
        font: 12px/20px 'courier new';
        background: #272822;
        padding: 10px 15px;
        color: #F8F8D4;
        border: none
    }

    .article-content blockquote {
        margin: 30px 30px;
        padding: 15px 20px 1px;
        font-size: 16px;
        color: #999;
        border-left: 5px solid #EEE;
    }

        .article-content blockquote p {
            margin: 0;
            padding: 0;
            margin-bottom: 10px;
        }

.p_indent .article-content p {
    text-indent: 30px;
}

.post-copyright {
    background-color: #eee;
    font-size: 12px;
    padding: 8px 30px;
    border-radius: 2px;
    color: #aaa;
    text-align: center;
    margin-bottom: 18px;
}

    .post-copyright a, .post-copyright a:hover {
        color: #aaa;
        text-decoration: none;
    }

    .post-copyright:hover {
        background-color: #45B6F7;
        color: #fff;
    }

        .post-copyright:hover a {
            color: #fff;
        }


/* article nav
 * ====================================================
*/
.article-nav {
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 14px;
    color: #bbb;
}

    .article-nav span {
        float: left;
        position: relative;
        width: 50%;
    }

        .article-nav span.article-nav-next {
            float: right;
            text-align: right
        }

            .article-nav span.article-nav-next::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                display: block;
                width: 1px;
                background-color: #eee;
            }

    .article-nav a {
        color: #999;
        margin-right: 10px;
        display: inline-block;
    }

    .article-nav span.article-nav-next a {
        margin-left: 10px;
        margin-right: 0;
    }

    .article-nav a:hover {
        color: #45B6F7;
    }



.article-author {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px 20px;
    border-left: 4px solid #eee;
    color: #999;
}

    .article-author .avatar {
        float: left;
        margin-left: -70px;
        width: 50px;
        border-radius: 50%;
    }

    .article-author h4 {
        margin: 0 0 5px;
        font-size: 14px;
        font-weight: bold;
        color: #666;
    }

        .article-author h4 .fa {
            margin-right: 10px;
            font-weight: normal;
        }



/*  ======================================================================================================== */
.relates ul {
    list-style: disc;
    margin-left: 18px;
    color: #bbb;
    margin-bottom: 30px;
}

.relates li {
    margin-top: 12px;
}

.relates a {
    color: #777;
}

    .relates a:hover {
        color: #45B6F7;
        // text-decoration: underline;
    }

    .relates a span {
        color: #FF5E52;
    }

    .relates a:hover span {
        color: #45B6F7;
    }


.action-share {
    color: #666;
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.bdsharebuttonbox.bdshare-button-style0-24 a {
    float: none;
    display: inline-block;
    margin: 0 2px;
    position: relative;
}

.bdsharebuttonbox.bdshare-button-style0-24 span {
    position: relative;
    *top: -3px;
    vertical-align: top;
}

.bdsharebuttonbox.bdshare-button-style0-24 .bds_count {
    margin: 0;
    color: #666;
}

.bdsharebuttonbox.bdshare-button-style0-24 a.bds_more {
    color: #666;
    font-size: 14px;
}

.fcode {
    margin-bottom: 20px;
    overflow: hidden;
    clear: both;
}


/*  ======================================================================================================== */

#respond {
    padding-bottom: 25px;
}

#respond, #postcomments {
    position: relative;
}

.comment {
    position: relative;
}

    .comment #respond {
        padding: 10px 0 15px 46px
    }

    .comment #commentform {
        margin-bottom: 0
    }

.commentnew .comt-m {
    margin-bottom: 5px
}

.commentlist {
    padding: 0;
    list-style: none;
    margin: 0
}

.comt-avatar {
    width: 36px;
    height: 36px;
    background-color: #FFF;
    float: left;
    display: inline;
    position: relative;
    margin-top: 19px;
}

.commentnew .comt-avatar {
    margin-top: 0;
}

.comt-avatar .avatar {
    display: block;
    border-radius: 50%;
    width: 36px;
    height: 36px
}

.comt-main {
    margin-left: 46px;
    margin-right: 60px;
    color: #888;
    line-height: 22px;
    position: relative;
    font-size: 14px;
    padding: 0 0 15px;
    word-wrap: break-word;
    max-height: 300px;
    overflow: hidden;
}

    .comt-main p {
        margin-top: 15px;
        margin-bottom: 0;
    }

.comt-author {
    margin-right: 5px;
}

.url {
    color: #60c4fd;
}

    .url:hover {
        color: #60c4fd;
        text-decoration: underline;
        opacity: 0.85;
        filter: alpha(opacity=85);
    }

.comt-meta {
    font-size: 12px;
    color: #bbb;
}

    .comt-meta .signin-loader {
        margin-left: 10px;
    }

.comment-reply-link {
    font-size: 12px;
    color: #bbb;
    display: none
}

.comment:hover > .comt-main .comment-reply-link {
    display: inline-block;
    margin-left: 5px;
}

.comment pre {
    margin: 3px 0 5px;
    padding: 7px 10px;
    border-radius: 1px
}

.depth-1 {
    border-bottom: #eee 1px solid
}

.comment .children {
    list-style: none;
    padding: 0;
}

    .comment .children .comment {
        margin: 0;
        border-top: 1px solid #eee
    }

.commentlist > .comment .children {
    margin-left: 46px;
}

.comt-f {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 16px;
    color: #ccc
}

.comment:hover .comt-f {
    color: #666
}

.comt-approved {
    border-radius: 2px;
    font-size: 12px;
    background-color: #eee;
    color: #999;
    display: inline-block;
    padding: 1px 5px 0;
    margin-top: 4px;
    line-height: 20px;
    margin-left: 5px
}

.wp-smiley {
    margin-bottom: 2px
}

.sidebarfix .comt-main {
    padding: 6px 0 4px;
    line-height: 20px;
    font-size: 12px;
}

.sidebarfix .depth-1 {
    border-bottom-color: #eee;
}

.sidebarfix .comment .children .comment {
    border-top-color: #eee;
}

#comments {
    margin-bottom: 15px;
    font-size: 16px;
}

    #comments b {
        font-weight: normal;
        color: #ff5e52
    }

    #comments .pull-right {
        font-size: 12px;
        position: relative;
        top: 5px
    }

#commentform {
    margin-bottom: 5px;
}

.comt-count {
    float: right;
    color: #999;
    margin-bottom: 5px
}

.comt {
    position: relative;
    padding-left: 46px;
}

.comt-title {
    font-size: 12px;
    color: #999;
    float: left;
    margin-left: -46px;
    width: 36px;
    text-align: center;
}

    .comt-title .avatar {
        height: 36px;
        width: 36px;
        border-radius: 50%;
        margin-bottom: 5px;
    }

    .comt-title p {
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.comt-box {
    border: 2px solid #ccd4d9;
    border-radius: 2px;
    padding: 4px 0 0 4px;
    background-color: #fff;
    position: relative;
}

.comt-ctrl {
    background-color: #fbfbfb;
    height: 36px;
    margin-left: -4px;
    border-top: solid 1px #f2f2f2;
}

#submit {
    position: absolute;
    right: -2px;
    bottom: -2px;
    background: #45B6F7;
    border: none;
    border: 2px solid;
    border-color: #45B6F7;
    border-left: none;
    border-top: none;
    padding: 0px;
    width: 100px;
    height: 38px;
    color: #fff;
    outline: 0;
    border-radius: 0 0 2px 0;
    font-size: 16px;
}

#comment {
    width: 100%;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
    border: none;
    line-height: 22px;
    font-size: 14px;
    outline: 0;
    color: #666;
    height: 68px;
}

.hide {
    display: none;
}

.comt-tips {
    text-align: center;
    margin-right: 110px;
    line-height: 116px;
    font-size: 18px;
    color: #fff;
}

.comt-tip {
    position: absolute;
    top: -2px;
    left: -2px;
    background: #7AD071;
    right: -2px;
    z-index: 2;
    bottom: -2px;
    border-radius: 2px;
}

.comt-error {
    background: #FF5E52;
}

.comt-comterinfo {
    padding: 15px 0;
    text-align: center;
}

    .comt-comterinfo ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
        display: inline-block;
    }

    .comt-comterinfo li {
        margin-bottom: 5px
    }

    .comt-comterinfo input {
        margin-right: 10px;
        position: relative;
        *bottom: -3px;
        border: 2px solid #CCD4D9;
        border-radius: 2px;
        height: 34px;
        padding: 3px 5px;
        outline: none;
        width: 220px;
        box-shadow: none;
        *height: 20px;
    }

#cancel-comment-reply-link {
    display: none;
    font-size: 12px;
    text-align: center;
    margin-top: 7px;
    color: #999;
}

    #cancel-comment-reply-link:hover {
        color: #FF5E52;
    }

.comment #cancel-comment-reply-link {
    display: block
}

.comment-signarea {
    background-color: #F6F6F6;
    border-radius: 7px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
}

    .comment-signarea h3 {
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
        font-weight: normal;
        font-size: 18px;
    }

    .comment-signarea .auth {
        margin: 0 5px;
    }



/* rollbar ======================================================================================================== */

.rollbar {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    display: none;
}

    .rollbar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 50px;
    }

    .rollbar li {
        position: relative;
        margin-top: 5px;
        text-align: center;
        opacity: .4;
        filter: alpha(opacity=40);
    }

    .rollbar a {
        position: relative;
        z-index: 2;
        display: block;
        height: 50px;
        border-radius: 2px;
        background-color: #666;
        color: #fff;
    }

        .rollbar a:hover {
            color: #fff;
        }

    .rollbar .fa {
        line-height: 50px;
        font-size: 34px;
    }

    .rollbar .fa-comments {
        font-size: 24px;
    }

    .rollbar li:hover, .rollbar li:hover h6 {
        opacity: .9;
        filter: alpha(opacity=90)
    }

        .rollbar li:hover h6 {
            right: 100%;
        }

    .rollbar h6 {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: -15%;
        margin: -13px 10px 0 0;
        line-height: 26px;
        font-size: 12px;
        background-color: #666;
        color: #fff;
        width: 53px;
        border-radius: 2px;
        text-align: center;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .rollbar h6 i {
            position: absolute;
            right: -4px;
            top: 50%;
            margin-top: -4px;
            display: inline-block;
            width: 0;
            height: 0;
            vertical-align: middle;
            border-left: 4px solid #666;
            border-top: 4px solid rgba(0, 0, 0, 0);
            border-bottom: 4px solid rgba(0, 0, 0, 0);
        }






/* f404 ======================================================================================================== */
.f404 {
    text-align: center;
    margin: 100px 0
}

    .f404 h1 {
        font-size: 60px;
        margin: 40px 0 20px;
    }

    .f404 h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }


/* pagination ======================================================================================================== */
.pagination {
    margin: 0;
    padding: 20px;
    text-align: center;
    font-size: 12px;
    display: block;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-left: 0;
        margin-bottom: 0;
        padding: 0
    }

        /*.pagination ul > li {
            display: inline
        }*/

            .pagination ul > li > a,
            .pagination ul > li > span {
                margin: 0 2px;
                float: left;
                padding: 5px 12px;
                background-color: #ddd;
                color: #666;
                border-radius: 2px;
                opacity: .88
            }

                .pagination ul > li > a:hover,
                .pagination ul > li > a:focus {
                    opacity: 1
                }

        .pagination ul > .active > a,
        .pagination ul > .active > span {
            background-color: #45B6F7;
            color: #fff
        }

        .pagination ul > .active > a,
        .pagination ul > .active > span {
            cursor: default
        }

        .pagination ul > li > span,
        .pagination ul > .disabled > span,
        .pagination ul > .disabled > a,
        .pagination ul > .disabled > a:hover,
        .pagination ul > .disabled > a:focus {
            color: #999999;
            background-color: transparent;
            cursor: default
        }

.pagination-loading {
    font-size: 16px;
    text-align: center;
    color: #999;
    padding: 15px 0;
}

    .pagination-loading img {
        width: 80px
    }

.ias_trigger {
    margin: 15px 0 0;
}

    .ias_trigger a {
        display: block;
        background-color: #e6e6e6;
        line-height: 32px;
        text-align: center;
        color: #999;
    }

        .ias_trigger a:hover {
            display: block;
            background-color: #ddd;
            color: #666;
        }


/* pagenav ======================================================================================================== */
.pagenav {
    overflow: hidden;
    text-align: center;
    padding: 20px
}

    .pagenav a,
    .pagenav .current,
    .pagenav .page-numbers {
        padding: 6px 12px 5px;
        color: #666;
        display: inline-block;
        border-radius: 3px;
        background-color: #eee;
        margin: 0 1px;
        font-size: 12px;
    }

    .pagenav .current {
        background-color: #45B6F7;
        color: #fff
    }

    .pagenav a:hover {
        background-color: #ccc;
        color: #444;
    }



/* widget ======================================================================================================== */

.widget {
    clear: both;
    position: relative;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

    .widget h3 {
        font-size: 18px;
        color: #666;
        border-bottom: 1px solid #eaeaea;
        background-color: #fbfbfb;
        margin: 0;
        padding: 11px 15px 10px;
        /*background: url(../img/bg.png) 0 bottom repeat-x;*/
    }

    .widget.affix {
        position: fixed;
        width: 360px;
    }

    .widget .title strong {
        border-bottom-color: transparent
    }

    .widget .title .btn {
        position: absolute;
        top: 5px;
        right: 10px;
        font-weight: normal;
        padding: 2px 7px 1px
    }

.widget-tops {
    height: 180px;
}

.widget-nav {
    background-color: #fbfbfb;
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #eaeaea;
}

    .widget-nav li {
        float: left;
        width: 25%;
        text-align: center;
        color: #999;
        border-right: 1px solid #eaeaea;
        cursor: pointer;
    }

        .widget-nav li.active {
            background-color: #fff;
            color: #666;
            font-weight: bold;
            cursor: default;
        }
/*.widget-nav li:last-child{border: none;}*/
.widget-navcontent {
    clear: both;
    position: relative;
}

    .widget-navcontent .item {
        padding: 15px;
        width: 100%;
        position: absolute;
        left: 100%;
        opacity: 0
    }

        .widget-navcontent .item.active {
            left: 0;
            opacity: 1
        }

    .widget-navcontent .item-01 li {
        margin-bottom: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
    }

        .widget-navcontent .item-01 li a span {
            color: #FF5E52;
        }

        .widget-navcontent .item-01 li a:hover span {
            color: #45B6F7;
        }

    .widget-navcontent .item-01 time {
        float: right;
        color: #bbb;
        margin-left: 10px;
    }

    .widget-navcontent .item-01 li:first-child a {
        font-weight: bold;
    }

    .widget-navcontent .item-02 dl {
        padding: 10px 0 0 80px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .widget-navcontent .item-02 dt {
        float: left;
        margin-left: -70px;
    }

    .widget-navcontent .item-02 dd {
        padding-top: 6px;
        font-size: 16px;
    }

        .widget-navcontent .item-02 dd .text-muted {
            font-size: 14px;
            display: block;
            height: 20px;
            overflow: hidden;
        }

    .widget-navcontent .item-02 .avatar {
        border: 2px solid #e6e6e6;
        border-radius: 100px;
        width: 50px;
        height: 50px;
    }

    .widget-navcontent .item-02 ul {
        overflow: hidden;
        font-size: 12px;
        padding-left: 82px;
        color: #999;
    }

    .widget-navcontent .item-02 li {
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }

    .widget-navcontent .item-02 p {
        text-align: center;
    }

    .widget-navcontent .item-02 h4 {
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        margin: 25px 0;
    }

    .widget-navcontent .item-03 {
        text-align: center;
    }

        .widget-navcontent .item-03 h2 {
            font-size: 20px;
            line-height: 32px;
            margin: 10px 0;
        }

        .widget-navcontent .item-03 strong {
            font-weight: normal;
            color: #FF5E52;
        }

    .widget-navcontent .item-04 {
        text-align: center;
    }

        .widget-navcontent .item-04 h2 {
            font-size: 20px;
            line-height: 40px;
            margin: 20px 0;
        }

.widget ul {
    *zoom: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .widget ul ul {
        border: none;
    }

    .widget ul:before,
    .widget ul:after {
        display: table;
        content: "";
        line-height: 0
    }

    .widget ul:after {
        clear: both
    }

.widget-notip h3 {
    margin-bottom: 13px
}

.widget_views li,
.widget_rss li,
.widget_recent_entries li {
    border-bottom: solid 1px #eee;
    padding: 8px 15px;
    font-size: 14px;
}

.widget_links ul {
    padding: 10px 0 10px 15px;
    color: #999;
    font-size: 14px;
}

.widget_links li {
    width: 50%;
    float: left;
    padding: 0;
    border-bottom: none;
    margin-bottom: 8px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

    .widget_links li a {
        color: #777;
        margin-right: 15px;
    }

        .widget_links li a:hover {
            color: #45B6F7;
        }

.widget_pages ul {
    padding: 10px 15px 5px;
    overflow: hidden
}

.widget_pages li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.widget_recent_entries span {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

.widget_ui_statistics ul {
    overflow: hidden;
    padding: 15px;
    line-height: 26px;
    color: #888;
}

.widget_ui_statistics li {
    float: left;
    width: 50%;
}

    .widget_ui_statistics li strong {
        color: #555555;
    }

/* widget_ui_textads ======================================================================================================== */
.widget_calendar {
    overflow: hidden;
    padding: 15px;
}

#calendar_wrap {
    margin: 0 0 10px;
}

.widget_calendar table {
    width: 100%;
    text-align: center;
}

    .widget_calendar table caption {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .widget_calendar table #prev a,
    .widget_calendar table #next a {
        display: block;
        padding: 0 10px
    }

    .widget_calendar table #prev {
        text-align: left
    }

    .widget_calendar table #next {
        text-align: right
    }

    .widget_calendar table tbody td,
    .widget_calendar table tfoot td,
    .widget_calendar table thead th {
        padding: 5px 3px;
        border: 1px solid #eee;
    }

    .widget_calendar table thead th {
        background-color: #fbfbfb;
        text-align: center;
    }

    .widget_calendar table tbody td a {
        display: block;
        margin: 0 3px;
        background-color: #428BCA;
        color: #fff
    }

        .widget_calendar table tbody td a:hover {
            background-color: #357EBD;
        }

.widget_categories {
}

    .widget_categories ul {
        overflow: hidden;
        padding: 15px;
        color: #999;
    }

    .widget_categories li .children {
        margin-top: 10px;
    }

    .widget_categories li {
        margin-bottom: 7px;
        list-style: disc;
        margin-left: 20px;
    }

        .widget_categories li a {
            color: #777;
        }

            .widget_categories li a:hover {
                color: #45B6F7;
            }

        .widget_categories li ul {
            padding: 0 0 0 15px
        }

        .widget_categories li li {
            float: none;
            width: auto
        }

.postform {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

/* widget_ui_textads ======================================================================================================== */
.widget_nav_menu ul {
    padding: 10px 15px 5px;
    color: #999;
}

    .widget_nav_menu ul li {
        margin-bottom: 7px;
        list-style: disc;
        margin-left: 20px;
    }

/* widget_ui_textads ======================================================================================================== */
.widget_rss ul {
    color: #999;
}

.widget_meta ul {
    padding: 15px;
    color: #999;
}

    .widget_meta ul li {
        list-style: disc;
        margin-left: 20px;
        margin-bottom: 5px;
    }

/* widget_ui_textads ======================================================================================================== */
.widget_ui_asb {
}

    .widget_ui_asb img {
        display: block
    }

    .widget_ui_asb .item {
        position: relative;
        overflow: hidden
    }

    .widget_ui_asb .sell {
        display: block;
        border: solid 1px #d6d6d6;
        color: #999;
        text-align: center;
        height: 123px;
        line-height: 123px;
        font-weight: bold
    }

        .widget_ui_asb .sell:hover {
            border-color: #bbb;
            color: #777777
        }

/* widget_ui_textads ======================================================================================================== */
.widget_ui_readers ul {
    padding: 10px 0 15px 15px;
}

.widget_ui_readers li {
    width: 36px;
    height: 36px;
    float: left;
    margin: 6px 6px 0 0
}

    .widget_ui_readers li a {
        display: block
    }

        .widget_ui_readers li a, .widget_ui_readers li a:hover {
            color: #fff
        }

    .widget_ui_readers li:hover {
        z-index: 20
    }

        .widget_ui_readers li:hover .avatar-popup {
            display: block
        }

.widget_ui_readers .avatar {
    width: 100%;
    height: 100%
}

/* widget_ui_textads ======================================================================================================== */
.widget_ui_comments ul a {
    padding: 10px 15px 10px 61px;
    display: block;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.widget_ui_comments ul li:last-child a {
    border-bottom: none;
}

.widget_ui_comments ul a:hover {
    color: #999;
    background-color: #fbfbfb;
}

.widget_ui_comments strong {
    color: #45B6F7;
}

.widget_ui_comments .avatar {
    float: left;
    width: 36px;
    height: 36px;
    margin: 3px 0 0 -46px;
    border-radius: 50%
}

/* widget_ui_textads ======================================================================================================== */
.widget_ui_textasb {
    border: none;
    border-radius: 0
}

    .widget_ui_textasb a {
        display: block;
        padding: 0 15px 15px;
        border: 1px solid #eaeaea;
        background-color: #fff;
        font-size: 12px;
        border-radius: 4px;
    }

        .widget_ui_textasb a h2 {
            font-size: 20px;
            font-weight: normal;
            margin-top: 14px;
        }

        .widget_ui_textasb a p {
            color: #999;
            margin-bottom: 0;
        }

        .widget_ui_textasb a strong {
            margin: -1px 0 0 0;
            display: inline-block;
            padding: 4px 15px;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
        }

        .widget_ui_textasb a:hover {
        }

        .widget_ui_textasb a.style01 {
            color: #428BCA;
        }

            .widget_ui_textasb a.style01:hover {
                border-color: #428BCA;
            }

            .widget_ui_textasb a.style01 strong {
                background-color: #428BCA;
            }

        .widget_ui_textasb a.style02 {
            color: #FF5E52;
        }

            .widget_ui_textasb a.style02:hover {
                border-color: #FF5E52;
            }

            .widget_ui_textasb a.style02 strong {
                background-color: #FF5E52;
            }

        .widget_ui_textasb a.style03 {
            color: #5CB85C;
        }

            .widget_ui_textasb a.style03:hover {
                border-color: #5CB85C
            }

            .widget_ui_textasb a.style03 strong {
                background-color: #5CB85C;
            }

        .widget_ui_textasb a.style04 {
            color: #C35BFF;
        }

            .widget_ui_textasb a.style04:hover {
                border-color: #C35BFF;
            }

            .widget_ui_textasb a.style04 strong {
                background-color: #C35BFF;
            }

        .widget_ui_textasb a.style05 {
            color: #45B6F7;
        }

            .widget_ui_textasb a.style05:hover {
                border-color: #45B6F7;
            }

            .widget_ui_textasb a.style05 strong {
                background-color: #45B6F7;
            }


/* widget_ui_tags ======================================================================================================== */
.widget_ui_tags .items {
    overflow: hidden;
    padding: 15px 0 12px 15px;
}

    .widget_ui_tags .items a {
        color: #999;
        background-color: #f6f6f6;
        float: left;
        width: 31.3333%;
        margin: 0 1% 1% 0;
        padding: 0 8px;
        font-size: 12px;
        height: 29px;
        line-height: 29px;
        overflow: hidden;
    }

        .widget_ui_tags .items a:hover {
            color: #fff;
            background-color: #45B6F7;
        }

/* widget_ui_posts ======================================================================================================== */
.widget_ui_posts li:last-child a {
    border-bottom: none;
}

.widget_ui_posts li a {
    padding: 10px 15px 10px 150px;
    color: #888;
    border-bottom: solid 1px #eee;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 14px
}

    .widget_ui_posts li a:hover {
        background-color: #fbfbfb;
    }

        .widget_ui_posts li a:hover .text {
            color: #45B6F7;
        }

.widget_ui_posts .text {
    display: block;
}

    .widget_ui_posts .text span {
        color: #FF5E52;
    }

.widget_ui_posts a:hover .text span {
    color: #45B6F7;
}

.widget_ui_posts .thumbnail {
    float: left;
    margin-left: -135px
}

    .widget_ui_posts .thumbnail img {
        width: 122px;
        height: 86px
    }

.widget_ui_posts .muted {
    margin-right: 15px;
    font-size: 12px;
    color: #bbb;
}

.widget_ui_posts .nopic li a {
    padding: 10px 15px;
}

.widget_ui_posts .nopic .text {
    margin-top: 0;
    color: #888;
}

    .widget_ui_posts .nopic .text:hover {
        color: #45B6F7;
    }


/* widget_meta ======================================================================================================== */
.widget_meta .widget_tit {
    margin: 0 0 10px
}

.widget_meta ul {
    line-height: 24px
}

    .widget_meta ul a {
        color: #777
    }

        .widget_meta ul a:hover {
            color: #45B6F7
        }


/* widget_archive ======================================================================================================== */
.widget_archive ul {
    padding: 15px 0 15px 15px;
    font-size: 14px;
    overflow: hidden;
    color: #999;
}

.widget_archive li {
    width: 50%;
    float: left;
    margin-bottom: 7px;
}

    .widget_archive li a {
        margin-right: 15px;
    }

.widget_archive select,
.widget_categories select {
    margin-top: 10px;
    width: 91%;
    margin-left: 15px;
    height: 32px;
    line-height: 32px;
    padding: 2px
}



/* tagcloud ======================================================================================================== */
.tagcloud {
    padding: 10px 10px 15px 15px;
}

    .tagcloud a {
        display: inline-block;
        margin: 7px 7px 0 0;
        color: #777;
    }

        .tagcloud a:hover {
            color: #45B6F7;
        }

/* textwidget ======================================================================================================== */
.textwidget {
    padding: 15px;
    color: #777;
}

    .textwidget a {
        color: #777;
    }

        .textwidget a:hover {
            color: #45B6F7;
        }


/*  ======================================================================================================== */

.sign {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color:rgba(48,58,65,0.9);*/
    z-index: 999;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -ms-perspective: 500px;
    -o-perspective: 500px;
    perspective: 500px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.0;
    visibility: hidden;
    overflow: auto;
}

.sign-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #313B43;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.sign .container {
    background-color: #e7ebef;
    width: 400px;
    position: absolute;
    height: 360px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    -moz-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    -ms-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    -o-transform: rotateX(-20deg) translateZ(200px) translateY(20%);
    transform: rotateX(-20deg) translateZ(200px) translateY(20%);
}

.sign .close-link {
    color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 22px 0;
    font-size: 18px;
    background-color: #45B6F7;
    display: block;
    opacity: 0.85;
    filter: alpha(opacity=85);
    width: 70px;
    text-align: center;
}

    .sign .close-link:hover {
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.sign form {
    padding: 0 50px;
}

.sign h3 {
    margin: 0 -50px 20px;
    background-color: #fff;
    padding: 25px 50px;
    font-size: 18px;
    color: #45B6F7;
}

    .sign h3 small {
        float: right;
        cursor: pointer;
        color: #bbb;
        font-size: 14px;
        margin-top: 4px;
    }

.sign h6 {
    margin-bottom: 15px;
}

.sign .sign-submit .btn {
    float: right;
}

.sign .sign-submit label {
    margin-top: 8px;
    font-weight: normal;
    font-size: 12px;
}

    .sign .sign-submit label input {
        position: relative;
        top: 2px;
        margin-right: 4px;
    }

.sign-tips {
    position: absolute;
    bottom: 0;
    background-color: #FD6E6E;
    left: 0;
    right: 0;
    height: 0;
    line-height: 29px;
    padding: 0 50px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
}


.sign-show .sign {
    opacity: 1.0;
    visibility: visible;
}

    .sign-show .sign .container {
        -webkit-transform: rotateX(-0deg) translateZ(0) translateY(0%);
        -moz-transform: rotateX(-0deg) translateZ(0) translateY(0%);
        -ms-transform: rotateX(-0deg) translateZ(0) translateY(0%);
        -o-transform: rotateX(-0deg) translateZ(0) translateY(0%);
        transform: rotateX(-0deg) translateZ(0) translateY(0%);
    }

body.sign-show {
    height: 100%;
    width: 100%;
    overflow: hidden;
}


/*  ======================================================================================================== */
.container-page {
    padding-left: 215px;
}

    .container-page .article-header {
        padding: 0;
    }

    .container-page .content {
        margin-right: 0;
        padding: 20px;
        border: 1px solid #eaeaea;
        background-color: #fff;
        border-radius: 4px;
    }

.container-no-sidebar .content {
    margin-right: 0;
    padding: 15px 30px 20px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 4px;
}

.container-no-sidebar .article-content {
    margin-bottom: 50px;
    overflow: hidden;
}

.pageside {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
}
/*.pagemenus{position: fixed;width: 200px;}*/

.pagemenu {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

    .pagemenu li {
        margin-bottom: -1px;
    }

        .pagemenu li a {
            display: block;
            padding: 12px 20px;
            font-size: 16px;
            color: #999;
            border: 1px solid #eee;
            background-color: #fff;
        }

            .pagemenu li a:hover {
                color: #666;
            }

        .pagemenu li.active {
            position: relative;
            z-index: 2
        }

            .pagemenu li.active a {
                color: #fff;
                background-color: #45B6F7;
                border: none;
            }

        .pagemenu li:last-child {
            margin-bottom: 0;
        }

            .pagemenu li:last-child a {
                border-radius: 0 0 4px 4px;
            }

        .pagemenu li .glyphicon {
            font-size: 14px;
        }

    .pagemenu h4 {
        margin: 0;
    }

        .pagemenu h4 a {
            color: #666;
            background-color: #F9F9F9;
            padding-top: 15px;
            cursor: default;
            border-bottom-color: #e6e6e6;
        }











/*  ======================================================================================================== */

.page-template-pagesthemes-php .pageheader {
    margin-top: -15px
}

#themes .item {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px 300px 20px 260px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    overflow: hidden;
}

    #themes .item .focus {
        float: left;
        margin-left: -240px;
    }

    #themes .item .thumb {
        width: 220px;
        height: 150px;
    }

    #themes .item .buy {
        float: right;
        margin-right: -300px;
        width: 300px;
        text-align: center;
        border-left: 1px solid #eee;
        padding-bottom: 30px;
    }

        #themes .item .buy dfn {
            font-size: 24px;
            display: block;
            padding: 20px 0 10px;
            color: #000;
            font-style: normal;
            color: #FF5E52;
        }

            #themes .item .buy dfn small {
                font-size: 18px;
                margin-right: 2px;
            }

    #themes .item h2 {
        font-size: 20px;
        margin: -20px -300px 20px -260px;
        padding: 12px 20px;
        border-bottom: 1px solid #E9E9E9;
        background-color: #F9F9F9;
    }

        #themes .item h2 small {
            font-size: 12px;
            color: #999;
            margin-left: 20px;
        }

    #themes .item .desc dl {
        overflow: hidden;
        margin: 0 0 4px;
        float: left;
        padding-left: 85px;
        font-size: 12px;
    }

    #themes .item .desc dt {
        float: left;
        margin-left: -85px;
        text-align: right;
        width: 80px;
        background-color: #f1f1f1;
        padding: 5px 6px;
        /*display: inline-block;*/
    }

    #themes .item .desc dd {
        padding: 5px 0;
        color: #888;
        /*float: left;*/
        /*display: inline;*/
        margin-right: 30px;
    }

        #themes .item .desc dd.wd {
            width: 100px;
        }



/*  ======================================================================================================== */


.plinks {
    overflow: hidden;
}

    .plinks .linkcat {
        margin-bottom: 50px;
    }

    .plinks h2 {
        border-bottom: solid 1px #eee;
        font-size: 20px;
        padding-bottom: 5px;
    }

    .plinks ul {
        clear: both;
        overflow: hidden;
    }

        .plinks ul li {
            width: 20%;
            float: left;
        }

            .plinks ul li a {
                display: block;
                padding: 0 10px;
                height: 38px;
                line-height: 38px;
                overflow: hidden;
                border: 1px solid #eaeaea;
                margin: 10px 10px 0 0;
            }

            .plinks ul li img {
                float: left;
                width: 16px;
                height: 16px;
                margin-right: 8px;
                margin-top: 10px;
            }

            .plinks ul li a:hover {
                border-color: #45B6F7;
            }


.readers {
    overflow: hidden;
}

    .readers a {
        width: 72px;
        margin: 0 5px 25px 5px;
        float: left;
        text-align: center;
        color: #999;
        font-size: 12px;
        height: 60px;
        overflow: hidden;
        text-decoration: none;
    }

        .readers a:hover {
            color: #FF5E52;
        }

    .readers .avatar {
        border-radius: 5px;
        margin: 0 auto;
        display: block;
        margin-bottom: 5px;
        width: 36px;
        height: 36px;
    }

    .readers a.item-top {
        width: 31.222222%;
        margin: 0 1% 30px;
        text-align: left;
        height: 100px;
        color: #bbb;
        background-color: #f6f6f6;
        border-radius: 5px;
        padding: 10px;
    }

        .readers a.item-top .avatar {
            float: left;
            margin-left: 10px;
            margin-right: 10px;
        }

        .readers a.item-top h4 {
            color: #FF5E52;
            font-size: 16px;
        }

        .readers a.item-top strong {
            display: block;
            color: #666;
        }

        .readers a.item-top:hover {
            background-color: #f1f1f1;
        }

    .readers a.item-2 h4 {
        color: #7CCD38;
    }

    .readers a.item-3 h4 {
        color: #52BAF5;
    }

.archives .item {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.archives h3 {
    float: left;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: normal;
    color: #F15A23;
    line-height: 20px;
    margin-top: 0;
}

.archives-list {
    padding-left: 20px;
    margin: 0 0 20px 140px;
}

    .archives-list li {
        list-style: disc;
        margin-left: 20px;
        margin-bottom: 4px;
    }

    .archives-list time {
        width: 40px;
        display: inline-block;
    }

    .archives-list span {
        font-size: 12px;
        display: inline-block;
        margin-left: 10px;
    }


.page .content.resetpass {
    padding: 20px;
    text-align: center;
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
}

.resetpass form {
    width: 300px;
    margin: 0 auto;
    text-align: left;
}

    .resetpass form p {
        margin-bottom: 20px;
    }

.resetpass h1 {
    font-size: 24px;
    font-weight: normal;
}

.resetpass h3 {
    color: #777;
}

    .resetpass h3 .glyphicon {
        top: 4px;
    }

.resetpasssteps {
    margin-bottom: 50px;
    overflow: hidden;
}

    .resetpasssteps li {
        width: 33.33333%;
        float: left;
        background-color: #eee;
        color: #666;
        line-height: 33px;
        position: relative;
    }

        .resetpasssteps li.active {
            background-color: #45B6F7;
            color: #fff;
        }

        .resetpasssteps li .glyphicon {
            position: absolute;
            right: -17px;
            top: -10px;
            font-size: 46px;
            color: #fff;
            z-index: 2
        }

.errtip {
    background-color: #FCEAEA;
    color: #DB5353;
    padding: 8px 15px;
    font-size: 14px;
    border: 1px solid #FC9797;
    border-radius: 5px
}

.post-linkto {
    text-align: center;
    margin-bottom: 30px;
}


.prettyprint,
pre.prettyprint {
    background-color: #272822;
    border: none;
    overflow: hidden;
    padding: 10px 15px;
}

    .prettyprint.linenums,
    pre.prettyprint.linenums {
        -webkit-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
        -moz-box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
        box-shadow: inset 40px 0 0 #39382E, inset 41px 0 0 #464741;
    }

        .prettyprint.linenums ol,
        pre.prettyprint.linenums ol {
            margin: 0 0 0 30px;
        }

            .prettyprint.linenums ol li,
            pre.prettyprint.linenums ol li {
                padding-left: 12px;
                color: #bebec5;
                line-height: 20px;
                margin-left: 0;
                list-style: decimal;
                margin-bottom: 0;
            }

    .prettyprint .com, pre .hljs-comment {
        color: #93a1a1;
    }

    .prettyprint .lit, pre .hljs-number {
        color: #AE81FF;
    }

    .prettyprint .pun,
    .prettyprint .opn,
    .prettyprint .clo {
        color: #F8F8F2;
    }

    .prettyprint .fun, pre .hljs-keyword {
        color: #dc322f;
    }

    .prettyprint .str,
    .prettyprint .atv {
        color: #E6DB74;
    }

    .prettyprint .kwd,
    .prettyprint .tag, pre .hljs-selector-class, pre .hljs-selector-tag, pre .hljs-selector-id {
        color: #F92659;
    }

    .prettyprint .typ,
    .prettyprint .atn,
    .prettyprint .dec,
    .prettyprint .var, pre .hljs-built_in, pre .hljs-attribute, pre .hljs-attr {
        color: #A6E22E;
    }

    .prettyprint .pln, pre .hljs-string {
        color: #66D9EF;
    }

pre .hljs-name {
    color: #d6945a;
}

.article-content pre {
    max-height: 500px;
    overflow-y: auto;
}




.image-container {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.image-header {
    margin-bottom: 30px;
}

.image-title {
    margin: 0 0 10px;
}

.image-meta {
    color: $gray;
}

.image-content img {
    height: auto;
}

.image-navigation {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .image-navigation a {
        padding: 7px 15px;
        display: inline-block;
        border-radius: 2px;
        background-color: #444;
        opacity: 1;
        color: #fff;
    }

        .image-navigation a:hover {
            opacity: 0.8;
        }

.image-caption, .image-description {
    margin: 0 auto 30px;
    max-width: 600px;
}



.flinks {
    overflow: hidden;
}

    .flinks strong {
        margin-right: 5px;
    }

    .flinks ul {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .flinks ul li {
            display: inline-block;
            margin-right: 15px;
            margin-bottom: 20px;
        }


.wp-video, .mejs-layer, video, embed, iframe {
    max-width: 100%;
    display: block;
}

.article-content .wp-video, .article-content .mejs-layer, .article-content video, .article-content embed, .article-content iframe {
    margin: 0 auto 16px;
}

.p_indent .article-content p iframe {
    margin-left: -30px;
}



.article-paging {
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    clear: both;
    padding: 20px 0;
}

    .article-paging span {
        display: inline-block;
        padding: 6px 12px;
        background-color: #ddd;
        border: 1px solid #ddd;
        color: #666;
        border-radius: 2px;
    }

    .article-paging a span {
        background-color: #fff;
        color: #666;
    }

    .article-paging a:hover span {
        border-color: #ccc;
        background-color: #fbfbfb;
    }



.m-icon-nav {
    display: none;
}

.m-mask {
    display: none;
}

.m-navbar {
    display: none;
}
