﻿.container {
    padding: 24px 24px 0;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.qwokjhgt{width:100%;height:9%}
.box-box-default, .box-box-large {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 200;
    background-color: #efefef;
    text-align: right;
}

    .box-box-default a.btn-remove, .box-box-large a.btn-remove {
        padding-right: 8px;
        font-size: 12px;
    }

html body {
    -webkit-font-smoothing: antialiased;
    height:100%;
}

@media screen and (max-width:1320px) {
    .pulllog {
        width: 1180px;
    }

    .container {
        width: 1068px;
    }

        .container main {
            width: 760px;
        }

            .container main .answer-box {
                width: 694px;
            }

        .container header .title-box {
            width: 760px;
        }
}

@media screen and (min-width:1320px) {
    .container {
        width: 1516px;
    }

        .container main {
            width: 900px;
        }

            .container main .answer-box {
                width: 817px;
            }

    header .title-box {
        width: 960px;
    }
}

@media (min-width:1320px) and (max-width:1439px) {
    .container {
        width: 1208px;
    }
}

@media (max-width:1649px) and (min-width:1320px) {
    .nodata .container {
        width: 1208px;
    }
}

@media screen and (min-width:1600px) and (max-width:1800px) {
    .box-box-default {
        display: block;
    }
}

@media screen and (min-width:1801px) {
    .box-box-large {
        display: block;
    }
}

.mb8 {
    margin-bottom: 8px;
}

.box-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.footerhj  a:hover{color:#3F82FC}
a {
    color: #333;
}

span.article-type {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
}

    span.article-type.type-1 {
        color: #ca0c16;
        border: 1px solid #f4ced0;
    }

    span.article-type.type-2 {
        color: #86ca5e;
        border: 1px solid #e7f4df;
    }

    span.article-type.type-4 {
        color: #79a5e5;
        border: 1px solid #e4edfa;
    }

.pt0 {
    padding-top: 0 !important;
}

.ml8 {
    margin-left: 8px;
}

.mr8 {
    margin-right: 8px;
}

.oneline {
    height:20px;
    line-height:20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.ellipsis {
    position: relative;
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;
}

    .ellipsis:before {
        content: '...';
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        width: 24px;
        padding-left: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        background: -webkit-gradient(linear,left top, right top,from(transparent),color-stop(40%, #fff));
        background: linear-gradient(to right,transparent,#fff 40%);
    }

    .ellipsis:after {
        content: '';
        display: inline-block;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

aside {
    width: 300px;
    height:100%;
    float: left;
}

    aside div.aside-box {
        height:79%;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    }

        aside div.aside-box.custom-box img {
            max-width: 100%;
        }

        aside div.aside-box a {
            color: #333;
            cursor: pointer;
        }

        aside div.aside-box h3.aside-title {
            padding: 16px 16px 0;
            font-size: 14px;
            color: #333;
            height:9%;
            min-height:38px;
        }

            aside div.aside-box h3.aside-title::before {
                display: inline-block;
                margin-right: 8px;
                content: '';
                width: 4px;
                height: 22px;
                vertical-align: -6px;
                background-color: #6bc30d;
            }

        aside div.aside-box div.aside-content {
            padding: 8px 16px 0px 16px;
            overflow-y: scroll;
            height:91%;
        }

            aside div.aside-box div.aside-content * {
                word-wrap: break-word;
            }

    aside #asideProfile .profile-intro {
        padding: 16px 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #e3e3e3;
    }

        aside #asideProfile .profile-intro .avatar-box {
            position: relative;
            width: 48px;
            height: 48px;
        }

            aside #asideProfile .profile-intro .avatar-box img.avatar_pic {
                display: block;
                width: 48px;
                height: 48px;
                border-radius: 50%;
            }

            aside #asideProfile .profile-intro .avatar-box .user-years {
                position: absolute;
                bottom: 0;
                right: 0;
                width: 22px;
                height: 22px;
            }

            aside #asideProfile .profile-intro .avatar-box .memberhead {
                width: 24px;
                height: 15px;
                position: absolute;
                top: -12px;
                left: 12px;
            }

            aside #asideProfile .profile-intro .avatar-box svg {
                width: 24px;
                position: absolute;
                top: -16px;
                left: 12px;
                display: none;
            }

        aside #asideProfile .profile-intro .user-info {
            margin-left: 8px;
            width: 156px;
        }

            aside #asideProfile .profile-intro .user-info p.name a {
                display: inline-block;
                color: #3d3d3d;
                font-weight: 700;
                max-width: 150px;
                max-height: 66px;
                overflow: hidden;
                word-wrap: break-word;
            }

            aside #asideProfile .profile-intro .user-info .flag {
                margin-top: 4px;
                font-size: 12px;
                line-height: 20px;
            }

                aside #asideProfile .profile-intro .user-info .flag svg.icon {
                    font-size: 20px;
                    vertical-align: -5px;
                }

            aside #asideProfile .profile-intro .user-info .expert {
                color: #db9d34;
            }

            aside #asideProfile .profile-intro .user-info .corporate {
                color: #2e98ff;
            }

        aside #asideProfile .profile-intro .opt-box {
            width: 56px;
        }

            aside #asideProfile .profile-intro .opt-box a.btn {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                margin-left: 0;
                margin-right: 0;
                margin-top: 0;
                width: 56px;
                height: 28px;
                min-width: auto;
                font-size: 12px;
            }

                aside #asideProfile .profile-intro .opt-box a.btn#btnAttent.attented {
                    position: relative;
                }

                    aside #asideProfile .profile-intro .opt-box a.btn#btnAttent.attented:hover {
                        border: 1px solid #ca0c16 !important;
                    }

                        aside #asideProfile .profile-intro .opt-box a.btn#btnAttent.attented:hover:after {
                            position: absolute;
                            top: 0;
                            left: 0;
                            bottom: 0;
                            right: 0;
                            border-radius: 4px;
                            content: '取消关注';
                            color: #ca0c16;
                            background: #fde3e4;
                        }

                    aside #asideProfile .profile-intro .opt-box a.btn#btnAttent.attented:active {
                        background: #fcc7ca;
                    }

                aside #asideProfile .profile-intro .opt-box a.btn#btnAsk {
                    margin-bottom: 0;
                }

    aside #asideProfile .data-info {
        padding: 16px 10px;
        border-bottom: 1px solid #e3e3e3;
    }

        aside #asideProfile .data-info.item-tiling a {
            color: inherit;
        }

        aside #asideProfile .data-info .count {
            font-weight: 700;
        }

    aside #asideProfile .badge-box {
        position: relative;
        margin-top: -8px;
        padding: 0 16px 16px;
    }

        aside #asideProfile .badge-box > span {
            margin-right: 2px;
        }

        aside #asideProfile .badge-box .badge {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 222px;
        }

        aside #asideProfile .badge-box .icon-badge {
            display: block;
            margin-right: 8px;
            height: 22px;
            cursor: pointer;
            margin-bottom: 4px;
        }

            aside #asideProfile .badge-box .icon-badge div.mouse-box {
                position: relative;
            }

                aside #asideProfile .badge-box .icon-badge div.mouse-box img {
                    width: 20px;
                    height: 22px;
                }

            aside #asideProfile .badge-box .icon-badge svg.icon {
                font-size: 22px;
            }

            aside #asideProfile .badge-box .icon-badge:hover .icon-arrow, aside #asideProfile .badge-box .icon-badge.show-moment .icon-arrow {
                display: block;
            }

            aside #asideProfile .badge-box .icon-badge:hover .grade-detail-box, aside #asideProfile .badge-box .icon-badge.show-moment .grade-detail-box {
                display: block;
            }

            aside #asideProfile .badge-box .icon-badge .icon-arrow {
                display: none;
                position: absolute;
                top: 8px;
                left: 4px;
                z-index: 100;
            }

                aside #asideProfile .badge-box .icon-badge .icon-arrow::before {
                    position: absolute;
                    bottom: 9px;
                    content: '';
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 8px 7px 0 7px;
                    border-color: rgba(84,84,84,0.04) transparent transparent transparent;
                }

                aside #asideProfile .badge-box .icon-badge .icon-arrow::after {
                    position: absolute;
                    bottom: 11px;
                    left: 1px;
                    content: '';
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 6px 6px 0 6px;
                    border-color: #fff transparent transparent transparent;
                }

            aside #asideProfile .badge-box .icon-badge .grade-detail-box {
                display: none;
                position: absolute;
                left: 10px;
                top: 0;
                padding: 16px;
                margin-top: -8px;
                width: 280px;
                background-color: #fff;
                border: 1px solid #eaeaea;
                -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
                box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
                border-radius: 4px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

                aside #asideProfile .badge-box .icon-badge .grade-detail-box .pos-box {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    aside #asideProfile .badge-box .icon-badge .grade-detail-box .pos-box .left-box {
                        margin-right: 16px;
                    }

                        aside #asideProfile .badge-box .icon-badge .grade-detail-box .pos-box .left-box svg.icon {
                            font-size: 48px;
                        }

                        aside #asideProfile .badge-box .icon-badge .grade-detail-box .pos-box .left-box img {
                            width: 48px;
                        }

                        aside #asideProfile .badge-box .icon-badge .grade-detail-box .pos-box .left-box > p {
                            font-size: 12px;
                            color: #3d3d3d;
                            font-weight: bold;
                            white-space: nowrap;
                        }

                    aside #asideProfile .badge-box .icon-badge .grade-detail-box .pos-box .right-box {
                        font-size: 12px;
                        color: #6b6b6b;
                        line-height: 20px;
                    }

                        aside #asideProfile .badge-box .icon-badge .grade-detail-box .pos-box .right-box a {
                            display: block;
                            text-align: right;
                            font-size: 12px;
                        }

    aside #asideProfile .grade-box {
        margin-top: -8px;
        padding: 16px;
    }

        aside #asideProfile .grade-box dl {
            margin-top: 8px;
            float: left;
            width: 50%;
        }

            aside #asideProfile .grade-box dl dt {
                display: inline;
                width: 42px;
            }

            aside #asideProfile .grade-box dl dd {
                display: inline;
            }

                aside #asideProfile .grade-box dl dd svg.icon {
                    font-size: 16px;
                }

    aside #asideCategory.flexible-box div.aside-content, aside #asideArchive.flexible-box div.aside-content, aside #asideNewArticle.flexible-box div.aside-content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    aside #asideCategory ul, aside #asideArchive ul, aside #asideNewArticle ul {
        margin-top: -8px;
        padding-bottom:10px;
    }

        aside #asideCategory ul li, aside #asideArchive ul li, aside #asideNewArticle ul li {
            margin-top: 8px;
        }

            aside #asideCategory ul li a, aside #asideArchive ul li a, aside #asideNewArticle ul li a {
                display: block;
                color: #333;
            }

                aside #asideCategory ul li a .title, aside #asideArchive ul li a .title, aside #asideNewArticle ul li a .title {
                    width: 84%;
                    float: left;
                }

                aside #asideCategory ul li a span.count, aside #asideArchive ul li a span.count, aside #asideNewArticle ul li a span.count {
                    font-size: 12px;
                    color: #858585;
                    height:20px;
                    line-height:20px;
                }

    aside .flexible-box div.aside-content {
        padding-bottom: 0 !important;
    }

    aside .flexible-box a.flexible-btn {
        font-size: 12px;
    }

    aside #asideFooter .right_box {
        width: 300px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        aside #asideFooter .right_box h3.feed_new_tit .line {
            margin-right: 8px;
            width: 4px;
            height: 22px;
        }

        aside #asideFooter .right_box h3.feed_new_tit span.txt {
            font-size: 14px;
        }

span.article-type {
    display: inline-block;
    margin-top: 4px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
}

    span.article-type.type-1 {
        color: #ca0c16;
        border: 1px solid #f4ced0;
    }

    span.article-type.type-2 {
        color: #86ca5e;
        border: 1px solid #e7f4df;
    }

    span.article-type.type-4 {
        color: #79a5e5;
        border: 1px solid #e4edfa;
    }

@media screen and (max-width:1200px) {
    #asideFooter {
        position: unset !important;
    }
}
 .item-on {
    color: #3F82FC;
    font-size:14px;
    word-wrap:break-word;
}
.point-outer {
    position: absolute;
    z-index: 20;
    -webkit-transition: all .8s cubic-bezier(.39,-.4,.83,.23) 0s;
}

.point-inner {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ff6326;
    -webkit-transition: all .8s linear 0s;
}

.point-outer.point-pre {
    display: none;
}
main{height:100%;}
    main div.blog-content-box {
        position: relative;
        padding: 0 24px 16px;
        height:100%;
        background: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    }

        main div.blog-content-box .article-header-box {
            border-bottom: 1px solid #e0e0e0;
            padding-top: 16px;
            z-index: 9;
            background-color: #fff;
        }

            main div.blog-content-box .article-header-box .jump_article {
                display: none;
            }

                main div.blog-content-box .article-header-box .jump_article .related-article {
                    margin-bottom: 12px;
                    height: 26px;
                    line-height: 26px;
                }

                    main div.blog-content-box .article-header-box .jump_article .related-article a {
                        font-size: 16px;
                        letter-spacing: 0;
                        line-height: 26px;
                        font-weight: bold;
                    }

                        main div.blog-content-box .article-header-box .jump_article .related-article a span {
                            margin-right: 14px;
                            padding: 4px 6px;
                            border: 1px solid #e0e0e0;
                            font-size: 12px;
                            letter-spacing: 0;
                            line-height: 18px;
                        }

            main div.blog-content-box .article-header-box .article-header div.article-title-box {
                margin-bottom: 8px;
            }

                main div.blog-content-box .article-header-box .article-header div.article-title-box span.article-type {
                    margin-right: 8px;
                    margin-top: 4px;
                }

                main div.blog-content-box .article-header-box .article-header div.article-title-box .title-article {
                    font-size: 24px;
                    word-wrap: break-word;
                }

            main div.blog-content-box .article-header-box .article-header div.article-info-box {
                padding-bottom: 14px;
                position: relative;
            }

                main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top {
                    color: #858585;
                    width: 88%;
                    height: 24px;
                    overflow: hidden;
                }

                    main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top .follow-nickName {
                        color: #78a5f1;
                        margin-right: 14px;
                    }

                    main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top span {
                        margin-right: 14px;
                    }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top span.c-purple {
                            color: #7c79e5;
                        }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top span.c-gray {
                            color: #858585;
                        }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top span.c-red {
                            color: #ca0c16;
                        }

                    main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top .vip_article {
                        font-size: 14px;
                    }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top .vip_article svg {
                            vertical-align: sub;
                        }

                    main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top div.float-right {
                        margin-left: auto;
                    }

                    main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top .tags-box {
                        margin-bottom: 8px;
                        font-size: 12px;
                    }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top .tags-box.artic-tag-box a.tag-link {
                            margin-right: 8px;
                            padding: 0 8px;
                            height: 21px;
                            min-width: 24px;
                            line-height: 21px;
                            border: 1px solid #ccc;
                            border-radius: 100px;
                            color: #4d4d4d;
                            text-align: center;
                            margin-bottom: 4px;
                        }

                            main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top .tags-box.artic-tag-box a.tag-link:hover {
                                border-color: #ca0c16;
                                color: #ca0c16;
                            }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top .tags-box:last-child {
                            margin-bottom: 0;
                        }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top .tags-box span.label {
                            color: #4d4d4d;
                        }

                    main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top .space {
                        margin-top: 6px;
                        margin-bottom: 4px;
                    }

                    main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top a.tag-link {
                        display: inline-block;
                        margin-right: 24px;
                        color: #79a5e5;
                        word-wrap: break-word;
                    }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top a.tag-link:hover {
                            color: #86aee8;
                        }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box div.article-bar-top a.tag-link:active {
                            color: #5c91df;
                        }

                main div.blog-content-box .article-header-box .article-header div.article-info-box .operating {
                    position: absolute;
                    top: 0;
                    right: 0;
                }

                    main div.blog-content-box .article-header-box .article-header div.article-info-box .operating a.href-article-edit {
                        color: #79a5e5;
                    }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box .operating a.href-article-edit#btnSuperDel {
                            margin-left: 14px;
                        }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box .operating a.href-article-edit:hover {
                            color: #86aee8;
                        }

                        main div.blog-content-box .article-header-box .article-header div.article-info-box .operating a.href-article-edit:active {
                            color: #5c91df;
                        }

        main div.blog-content-box .padding24 {
            padding-left: 24px;
            padding-right: 24px;
        }

        main div.blog-content-box article {
            position: relative;
            padding-top: 16px;
        }

            main div.blog-content-box article .table-box {
                overflow-x: auto;
                margin-bottom: 24px;
            }

                main div.blog-content-box article .table-box table {
                    margin-bottom: 0;
                }

            main div.blog-content-box article #content_views img {
                cursor: -webkit-zoom-in;
                cursor: zoom-in;
            }

            main div.blog-content-box article .article-copyright {
                font-size: 12px;
                color: #999;
                margin-bottom: 8px;
            }

        main div.blog-content-box div.article-bar-bottom {
            padding-bottom: 16px;
            margin-top: 16px;
            border-bottom: 1px solid #e3e3e3;
            position: relative;
        }

        main div.blog-content-box .article_info_click {
            margin-right: 0 !important;
            font-size: 12px;
            color: #3399ea;
            letter-spacing: 0;
            line-height: 20px;
            cursor: pointer;
            background-color: #fff;
            top: 0;
            right: 101px;
            width: 45px;
            display: inline-block;
        }

        main div.blog-content-box div.article-ad {
            overflow: hidden;
            padding-top: 24px;
        }

            main div.blog-content-box div.article-ad > div {
                text-align: center;
            }

        main div.blog-content-box div.related-article {
            margin-top: 18px;
            line-height: 28px;
            width: 48%;
            display: inline-block;
        }

            main div.blog-content-box div.related-article a:hover {
                color: #ca0c16;
            }

                main div.blog-content-box div.related-article a:hover span {
                    border-color: #ca0c16;
                    color: #ca0c16;
                }

            main div.blog-content-box div.related-article.related-article-prev {
                margin-right: 16px;
            }

                main div.blog-content-box div.related-article.related-article-prev + .related-article-next {
                    margin-top: 0;
                }

            main div.blog-content-box div.related-article:last-child {
                margin-bottom: 0;
            }

            main div.blog-content-box div.related-article > a > span {
                margin-right: 8px;
                padding: 6px 8px;
                font-size: 12px;
                border: 1px solid #e3e3e3;
                color: #4d4d4d;
            }

    main .edu-promotion {
        margin-top: 8px;
        background: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
    }

    main .t0 {
        width: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px 24px;
    }

        main .t0 h4 {
            margin-bottom: 8px;
            font-size: 20px;
            line-height: 28px;
            color: #3d3d3d;
        }

            main .t0 h4 em {
                color: #ca0c16;
                font-style: normal;
            }

        main .t0 .t0-img {
            float: left;
            width: 130px;
            margin-right: 32px;
        }

        main .t0 .description {
            word-wrap: break-word;
            font-size: 14px;
            color: #999;
        }

.hide-article-pos {
    position: relative;
    z-index: 9999;
    padding-top: 160px;
    bottom: 2px;
    margin-top: -160px;
}

.hide-article-style {
    padding-top: 0;
    margin-top: 0;
    background-color: #fff;
}

div.hide-article-box {
    width: 100%;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
    padding-bottom: 16px;
}

    div.hide-article-box .border {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
        width: 100%;
        height: 2px;
        margin-bottom: 10px;
    }

    div.hide-article-box #btn-lobinreadmore {
        width: 121px;
        color: #3399ea;
        border: 1px solid #3399ea;
    }

    div.hide-article-box .article-footer-btn {
        color: #ca0c16;
        border: 1px solid #ca0c16;
        font-size: 14px;
        line-height: 30px;
    }

        div.hide-article-box .article-footer-btn svg {
            width: 20px;
            height: 20px;
            vertical-align: middle;
        }

        div.hide-article-box .article-footer-btn:hover {
            background-color: #fde3e4;
        }

        div.hide-article-box .article-footer-btn:active {
            background-color: #fcc7ca;
        }

    div.hide-article-box .liked {
        color: #999;
        fill: #999;
        border: 1px solid #999;
    }

        div.hide-article-box .liked:hover, div.hide-article-box .liked:active {
            background-color: #fff;
        }

    div.hide-article-box .clear-share-style-article-footer {
        position: absolute;
        height: 34px;
        width: 100%;
        background-image: unset !important;
        padding: 0 !important;
        margin: 0 6px !important;
        top: 0;
        left: -5px;
    }

    div.hide-article-box .article-footer-share-btn {
        position: relative;
        vertical-align: bottom;
    }

    div.hide-article-box .chevrondown {
        color: #ca0c16;
        fill: #ca0c16;
        width: 22px;
    }

.box-ident-animation:before {
    opacity: 0;
}

.t0 .content .desc {
    display: inline-block;
    width: 76%;
    overflow: hidden;
    vertical-align: bottom;
}

.t0 .content .blog_title_box {
    width: 23%;
    text-align: right;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .t0 .content .blog_title_box .blog_title {
        vertical-align: bottom;
        color: #3399ea;
    }

.t0 h4 {
    max-width: 90%;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
    color: #3d3d3d;
    display: inline-block;
}

    .t0 h4 a:hover {
        color: #ca0c16;
    }

    .t0 h4 em {
        color: #ca0c16;
        font-style: normal;
    }

.t0 p.content a {
    font-size: 14px;
    color: #999;
}

.t0 div.info-box {
    padding-top: 4px;
    font-size: 14px;
    color: #6b6b6b;
    float: right;
    position: relative;
}

    .t0 div.info-box p {
        margin-right: 16px;
    }

    .t0 div.info-box .avatar:hover span.namebox {
        display: block;
    }

    .t0 div.info-box .avatar img {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        vertical-align: -3px;
    }

    .t0 div.info-box .avatar span.namebox {
        display: none;
        padding: 6px 8px;
        font-size: 12px;
        position: absolute;
        color: #fff;
        top: -30px;
        left: -50%;
        background: rgba(15,15,15,0.7);
        border-radius: 4px;
        text-align: center;
    }

        .t0 div.info-box .avatar span.namebox .name {
            height: 18px;
            overflow: hidden;
        }

        .t0 div.info-box .avatar span.namebox .triangle {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 7px 0 7px;
            border-color: rgba(15,15,15,0.7) transparent transparent transparent;
            position: absolute;
            left: 50%;
            bottom: -7px;
            margin-left: -7px;
        }

    .t0 div.info-box .date-and-readNum {
        max-width: 82px;
        text-align: right;
        cursor: pointer;
        overflow: hidden;
        height: 22px;
        margin-right: 0;
    }

        .t0 div.info-box .date-and-readNum:hover .hover-hide {
            display: none;
        }

        .t0 div.info-box .date-and-readNum:hover .hover-show {
            display: block;
        }

        .t0 div.info-box .date-and-readNum .hover-show {
            display: none;
        }

        .t0 div.info-box .date-and-readNum .read-num svg {
            width: 16px;
            height: 16px;
            margin-bottom: -1px;
        }

.type-show-after:after {
    content: ' ';
    display: inline-block;
    height: 12px;
    width: 1px;
    background-color: #e0e0e0;
    margin-left: 8px;
    margin-right: 5px;
    vertical-align: middle;
}

.type-show-blog {
    color: #faabaf;
}

.type-show-edu {
    color: #f7737a;
}

.type-show-download {
    color: #c3e4af;
}

.type-show-bbs {
    color: #99ccf5;
}

.type-show-ask {
    color: #dcd0a7;
}

.type-show-gitchat {
    color: #f1cb9b;
}

.type-show-blogcolumn {
    color: #bcb9f4;
}

.meau-gotop-box {
    bottom: 66px !important;
}

@media screen and (max-width:1190px) {
    .tool-box {
        display: none !important;
    }

    .meau-gotop-box {
        display: none !important;
    }
}

li * .text-box .no-active {
    display: inline;
}

li * .text-box .active {
    display: none;
}

li .liked .text-box .no-active {
    display: none;
}

li .liked .text-box .active {
    display: inline-block;
    line-height: 20px;
}

.hover-box .hover-show, .hover-box-next + .hover-box .hover-show {
    display: none;
}

.hover-box:hover .hover-show, .hover-box-next + .hover-box:hover .hover-show {
    display: inline-block !important;
}

.hover-box:hover .hover-hide, .hover-box-next + .hover-box:hover .hover-hide {
    display: none !important;
}

body .tool-box .low-height {
    height: 44px;
}

body .tool-box .long-height {
    height: 56px !important;
}

.clear-share-style {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px !important;
    background-image: unset !important;
    padding: 0 !important;
    margin: 0 !important;
}

.widescreen-more {
    display: none;
}

    .widescreen-more ul {
        display: none;
    }

    .widescreen-more:hover ul {
        display: block;
    }

@media (max-width:1536px) {
    html body .tool-box .meau-list .btn-like-box .text {
        width: 34px;
        letter-spacing: 3px;
    }
}

@media (min-width:1536px) {
    html body .tool-box ul.meau-list > li, html body .tool-box .widescreen-more-box > li {
        float: left;
        border-right: 1px solid #f5f6f7;
        width: 37px;
        height: 40px;
    }

        html body .tool-box ul.meau-list > li a.btn-comments, html body .tool-box .widescreen-more-box > li a.btn-comments, html body .tool-box ul.meau-list > li button, html body .tool-box .widescreen-more-box > li button, html body .tool-box ul.meau-list > li .weixin-qr, html body .tool-box .widescreen-more-box > li .weixin-qr {
            width: 100%;
            height: 40px !important;
        }

            html body .tool-box ul.meau-list > li a.btn-comments .text, html body .tool-box .widescreen-more-box > li a.btn-comments .text, html body .tool-box ul.meau-list > li button .text, html body .tool-box .widescreen-more-box > li button .text, html body .tool-box ul.meau-list > li .weixin-qr .text, html body .tool-box .widescreen-more-box > li .weixin-qr .text {
                font-size: 12px;
                vertical-align: super;
            }

            html body .tool-box ul.meau-list > li .weixin-qr svg.icon, html body .tool-box .widescreen-more-box > li .weixin-qr svg.icon {
                margin-top: 4px;
            }

        html body .tool-box ul.meau-list > li .btn-comments p, html body .tool-box .widescreen-more-box > li .btn-comments p {
            display: none;
        }

    html body .tool-box ul.meau-list .btn-like-box, html body .tool-box .widescreen-more-box .btn-like-box {
        width: 78px;
    }

        html body .tool-box ul.meau-list .btn-like-box p, html body .tool-box .widescreen-more-box .btn-like-box p {
            display: inline;
            vertical-align: super;
        }

    html body .tool-box ul.meau-list .long-width, html body .tool-box .widescreen-more-box .long-width {
        width: 78px;
    }

        html body .tool-box ul.meau-list .long-width a, html body .tool-box .widescreen-more-box .long-width a, html body .tool-box ul.meau-list .long-width button, html body .tool-box .widescreen-more-box .long-width button, html body .tool-box ul.meau-list .long-width .weixin-qr, html body .tool-box .widescreen-more-box .long-width .weixin-qr {
            width: 100%;
        }

    html body .tool-box ul.meau-list ._360_interactive, html body .tool-box .widescreen-more-box ._360_interactive {
        display: none;
    }

    html body .meau-gotop-box {
        left: unset !important;
    }

    .nodata .tool-box .meau-list .btn-like-box {
        height: 56px;
    }

        .nodata .tool-box .meau-list .btn-like-box button, .nodata .tool-box .meau-list .btn-like-box .weixin-qr {
            height: 100% !important;
        }

        .nodata .tool-box .meau-list .btn-like-box .text {
            width: 34px;
        }

        .nodata .tool-box .meau-list .btn-like-box p {
            display: block;
        }

    .nodata ._360_interactive {
        display: block !important;
    }
}

.dp-highlighter, .prettyprint {
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
}

.pad_bot {
    padding-bottom: 45px !important;
}

.save_code {
    display: none;
    position: absolute;
    height: 60px;
    right: 30px;
    top: 5px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

#mask_code {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 990;
}

.gist_edit {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 505px;
    height: 330px;
    margin: -165px 0 0 -252px;
    z-index: 9999;
}


.gist_edit_list {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#loginWrap {
    position: fixed;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 160;
}

.nodata .recommend-right {
    display: none;
}

.nodata .tool-box ul.meau-list > li {
    float: none !important;
}

    .nodata .tool-box ul.meau-list > li .btn-like-box p {
        display: block;
    }

.nodata .btn-like-box {
    width: 36px !important;
}

@media (min-width:1440px) and (max-width:1535px) {
    .nodata .container {
        width: 1318px !important;
    }

    .nodata .tool-box .meau-list .btn-like-box p {
        display: block;
    }
}


body {
    min-width: 1200px;
    overflow:hidden;
}
.fodtter{height:20%;margin-top:1%;display:block;padding-top:10%}
.footerhj{text-align:center;line-height:25px;}
.container {
    padding:0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#mainBox{position:relative;height:90%;}
    .container #breadcrumbs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

        .container #breadcrumbs span a {
            font-size: 14px;
            color: #2e2e2e;
            letter-spacing: 0;
            line-height: 22px;
        }

.box-box-aways {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
}

    .box-box-aways a.btn-remove {
        display: block;
        width: 100%;
        text-align: right;
        background: #efefef;
        padding: 3px 8px;
        font-size: 12px;
    }

.box-box-default, .box-box-large {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 200;
    background-color: #efefef;
    text-align: right;
}

    .box-box-default a.btn-remove, .box-box-large a.btn-remove {
        padding-right: 8px;
        font-size: 12px;
    }

@media screen and (max-width:1200px) {
    .container {
        width: 1068px;
    }

        .container main {
            width: 760px;
        }

            .container main .answer-box {
                width: 648px;
            }

        .container header .title-box {
            width: 760px;
        }
}

@media screen and (min-width:1840px) {
    .box-box-aways {
        display: block;
    }
}

@media screen and (min-width:1688px) and (max-width:1900px) {
    .box-box-default {
        display: block;
    }
}

@media screen and (min-width:1901px) {
    .box-box-large {
        display: block;
    }
}

.mb8 {
    margin-bottom: 8px;
}

.box-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

a {
    color: #333;
}

.mr-8 {
    margin-right: 8px;
}

body .check_close {
    top: 0;
}
.fodtterarct {
    height: 18% !important;
    padding-top: 3% !important;
}
