/** 黑夜主题*/
/*评论插件相关*/
.commentList .comment .comment-body,
.comment .comment-body .cheader .user-info .timer,
.commentList .comment .comment-body .sign {
    background-color: #252525;
    color: #9da2a7;
}

.comment-body .content .reply-content {
    background-color: #121212 !important;
    color: #9da2a7 !important;;
}

.comment .comment-body {
    background: rgba(255, 255, 255, .7);
    -moz-box-shadow: 0 1px 0 #252525;
    -webkit-box-shadow: 0 1px 0 #252525;
    box-shadow: 0 1px 0 #252525;
}


.blog-info-body > table thead * {
    background-color: #1c1d1f !important;
}


.container .zhyd-container {
    background-color: #121212 !important;
}

#updatelog-body .panel {
    border: unset !important;
}

#updatelog-body .panel * {
    border: 0.1px solid #252525 !important;
}

#updatelog-body .panel * {
    background-color: #121212 !important;
    color: #aab0b6 !important;
}

#updatelog-body .panel .panel-body {
    color: #545454 !important;
}


.tooltip.right .tooltip-arrow {
    border-right-color: #5cb85c !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #5cb85c !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #5cb85c !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #5cb85c !important;
}

.tooltip-inner {
    max-width: 1000px;
    min-width: 200px;
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #dfdfdf;
    background-color: unset;
}

.menu-box {
    background: #121212;
}

/*全局背景*/
body {
    color: #a9b0b7;
    background-color: #252525;
}

/* 搜索按钮 */
.nav-search {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.nav-search-box .nav-search-btn {
    width: 200px;
    border-radius: 0 2px 2px 0;
}

.nav-search-box .modal-dialog .modal-content {
    background: #252525 !important;
}

.nav-search-box .modal-dialog .modal-content .input-group input {
    background: black !important;

}


.nav-search-box .nav-search-btn, .nav-search, .link-info .auto-link-btn {
    color: #dfdfdf;
    background-color: #009a61;
    border-color: #008151;
}

.nav-search-box .nav-search-btn:hover, .nav-search:hover, .link-info .auto-link-btn:hover {
    color: #fff !important;
    background-color: #006741 !important;
    border-color: #00432a !important;
}

/* 搜索框 */
.nav-search-box input {
    background: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 2px 0 0 2px;
    -webkit-appearance: none;
}


/* 搜索框 */

.blog-header, .blog-body {
    background: #121212;
    color: #dfdfdf;
}

.title-head {
    background-color: #202020;
}

.title-head .article-tag-li a {
    background-color: #121212;
}

.blog-description {
    margin-top: 10px;
    color: #999;
}


.pager > li > a {
    color: #b5b5b5;
}

.pager li a {
    background-color: #1c1c1c;
}

.pager > li > a.active, .pager > li > a:hover {
    color: #fff !important;
    background-color: #009a61;
    border-color: #009a61;
}

.blog-info-meta {
    font-weight: 400;
    color: #999;
    position: relative;
    overflow: initial !important;
    min-height: 25px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}


.blog-info-body, .disclaimer-body, .archives-body {
    color: #dfdfdf;
    line-height: 24px;
    padding: 10px 0;
    overflow: hidden;
    word-wrap: break-word;
}


fieldset legend {
    color: #999;
    padding: 0 5px;
    font-weight: bold;
    width: auto;
    border-bottom: 0;
    margin-bottom: 5px;
}

.blockquote-slidebar {
    padding: 10px 15px;
    margin: 20px 0 20px;
    border-left: 4px solid #222222;
    background: #222222;
}

blockquote {
    text-indent: 0;
    padding: 10px 20px;
    margin: 0 0 15px;
    color: #a9a9a9;
    background-color: #222222;
    border-left: 4px solid #9ba1a6;

}

.blog-info-body p, .blog-info-body ul li, .blog-info-body tr {
    color: #b8babc;
}

/*评论输入框*/
.CodeMirror {
    color: #b8babc !important;
    background: unset !important;
    border: 1px solid #777777 !important;
}

/*评论输入个人信息框*/
.shake {
    background: #121212;
    color: #b8babc !important;;
}

.shake #detail-form-btn {
    background: #025f3d !important;
    color: #b8babc;
}

.blog-info-body table th {
    background: #202124;
    color: #f5f5f5;
}

.div-quote {
    background-color: #f5f5f5;
}

pre {
    color: #333;
    background-color: #1c1d1f !important;
    border: 1px solid #1c1d1f;
}

.comment-body pre {
    color: #9ea2a6;
    background-color: #121212 !important;
    border: 1px solid #121212;
}

.bottom-line {
    /*padding-bottom: 0.6rem;*/
    border-bottom: .05rem solid #252525;
}

.jconfirm-box {
    background: #252525 !important;
}

.jconfirm-buttons button {
    background: #1c1c1c !important;
    color: #dfdfdf !important;
}


.custom-title {
    color: #dfdfdf;
    padding-bottom: 0.6rem;
    border-bottom: .05rem solid #252525;
    overflow: initial !important;
}

.red {
    color: red;
}

.gray {
    color: gray;
}


.navbar-default {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

/* 鼠标聚焦状态 */
a:hover {
    color: #006741 !important;
    /*font-weight: bold;*/
    text-decoration: none;
}

a {
    color: #009a61;
    text-decoration: none;
}


.navbar-default .menu-box .navbar-collapse li > .active > a {
    color: #009a61 !important;
    font-weight: 700;
}

.navbar-default .navbar-nav > .active > a {
    color: #009a61 !important;
    font-weight: 700;
    background: #121212 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #009a61 !important;
    text-decoration: none;
    font-weight: 700;
    background-color: #121212 !important;
    outline: 0
}

.navbar-default .menu-box .navbar-collapse ul li a:hover {
    color: #017E66 !important;
    font-weight: 700;
    background-color: initial !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #aab0b7;
    background-color: unset;
}


.dropdown-menu {
    background: #121212;
    margin: 0;
    padding: 0;
    color: #aab0b6;
}

.dropdown-menu li a {
    border-top: 1px solid #252525;
    color: #aab0b6 !important;
}


/* 文章详情 原创、转载 start */

.article-flag .article-blockquote {
    position: absolute;
    top: 0;
    left: -1px;
    width: 5px;
    height: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.article-flag .article-original {
    border-radius: 0;
    padding: 0 10px;
    line-height: 2.2;
    display: block;
    color: #fff;
    position: absolute;
    filter: alpha(opacity=70);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
}

.article-flag .article-original a {
    color: #fff;
}

.article-blockquote-red {
    background: #c40000;
}

.article-blockquote-green {
    background: #31d229;
}

.article-original-red {
    background: 0 0 rgba(216, 0, 0, 0.7);
}

.article-original-orange {
    background: 0 0 rgba(255, 128, 0, 0.7);
}

.article-blockquote-orange {
    background: #FFA500;
}


.article-original-green {
    background: #31d229;
}

/* 文章详情 原创、转载 end */

/* 文章正文根部 */
.article-footer {
    background: #121212;
    color: #a1a1a1;
}

/* 文章正文根部 */

/* 面包屑导航 */
.breadcrumb {
    color: gray;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: #f5f5f500;
}

/* 面包屑导航 */

/* 首页公告通知-breadcrumb  start */
.notify {
    float: left;
    color: #666;
    margin-right: 8px;
    margin-top: 3px;
}

.notify i {
    color: #fbd602;
}

/* 首页公告通知-breadcrumb  end */

/* 返回顶部 start */


/* 返回顶部 end */

/* 热门推荐 start */

/* 奇数li */
.line-li:nth-of-type(odd) {
    border-right: 1px solid #252525;
}

.line-right .text {
    margin-left: 10px;
    margin-bottom: 5px;
    color: #dfdfdf;
    margin-right: 5px;
}

.line-right .text .views {
    color: #9199a1;
    margin-left: -5px;
}

.line-right .text a {
    color: #dfdfdf
}

.line-right .text .comment a {
    color: #9199a1 !important;
}

.line-right .text a:hover {
    color: #017E66;
    /*font-weight: bold;*/
}

/* 热门推荐 end */

/*分隔线*/
span.separation:AFTER {
    content: "|";
    margin-right: 5px;
    margin-left: 5px;
    font-weight: bold;
    color: #9aa4af;
}


::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    border-radius: 0;
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);*/
    background-color: #ececec;
}

/* 滚动条 end */
/* 鼠标选中 */
::-moz-selection {
    background: #017E66;
    color: #fff;
}

::selection {
    background: #017E66;
    color: #fff;
}

/* 鼠标选中 end */

/* 页脚 start */
.footer {
    border-top: 1px solid #121212;
    color: #9ba1a7;
    background-color: #121212;
}

.footer .external-links a {
    color: #9ba1a7 !important;;
}

.footer a {
    color: #9ba1a7;
}


.blog-footer {
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.03);
    text-align: center;
    padding: 0.5rem 0;
    min-height: 180px;
    color: #ccc;
    background-color: #555;
    font-weight: 400;
}

.blog-footer a {
    color: #ccc;
}

.blog-footer a:hover {
    color: #5cb85c !important;
}


.tab-content li {
    line-height: 2.5;
}

.tab-content li a {
    color: #a9b0b7;
}


/* 右侧目录框 */
.sidebar-module {
    background: #121212;
}


.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 0;
}


.sidebar-module .simple-a {
    color: #2a6496;
}

.sidebar-title {
    height: 28px;
    line-height: 18px;
    border-bottom: 1px solid #ddd;
}

.sidebar-module .sidebar-tabs {
    background-color: rgb(18, 18, 18);
}

.sidebar-module .sidebar-tabs .active {
    background-color: #141414 !important;
}


.sidebar-module .sidebar-tabs li a:hover {
    color: #dfdfdf !important;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

/*评论框菜单栏*/
.editor-toolbar i.separator {
    border-left: 1px solid #252525 !important;
    border-right: 1px solid #252525 !important;
    text-indent: unset !important;;

}

.editor-toolbar a {
    color: #9ba0a5 !important;
}

.form-control, .form-group span {
    background-color: #252525 !important;
    color: #dfdfdf !important;
    border: unset !important;
}

.shake .modal-header {
    border-bottom: 1px solid #252525 !important;
}

#oauth .modal-content {
    background-color: #252525;
}

#oauth .modal-content .modal-header {
    border-bottom: 1px solid #aab0b6 !important;
}

.oauth i {
    color: #aab0b6;
}

.sidebar-module .tab-content .empty-list {
    color: #898989 !important;
}

.icon {
    border-right: 1px solid #252525;
}

/* 友情链接 start */
.links {
    float: left;
    width: 100%;
    background-color: #252525 !important;
    padding: 5px 10px;
    color: #aab0b7 !important;
}

.links h5 {
    margin-bottom: 20px;
    color: gray;
}

.links ul li a {
    background: #121212;
    border: 1px solid #242424;
    transition-duration: .5s;
    color: #555;
}


#article-menu {
    background-color: #121212;
}


#article-menu > ul > li:hover,
#article-menu > ul > li.active {
    color: #009a61;
    background: #242424;
    /*border-left: 2px solid #009A61;*/
}

#article-menu > ul > li:hover > a,
#article-menu > ul > li.active > a {
    color: #009a61;
}

#article-menu > ul > li > a {
    display: block;
    padding: 3px 0;
    color: #ccc;
}

/*ul*/

.separateline {
    margin: 20px 0 20px 0;
    width: 100%;
    height: 1px;
    border-top: 1px #ccc dotted;
    text-align: center;
    overflow: initial !important;
}

.separateline span {
    background-color: #121212;
    color: #ccc !important;
}

.blog-main > article {
    background: #121212;
}

article .thumbnail {
    position: relative;
    float: left;
    max-width: 150px;
    height: 100%;
    clear: both;
    margin: 1px 20px 0 0;
    padding: 0;
    overflow: hidden;
    transition-duration: .5s;
    border: 0 solid #ddd;

}


article .thumbnail span {
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=70);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #009a61;
    color: #fff;
    border-radius: 4px !important;
}

article .thumbnail span a {
    color: #fff !important;
    line-height: 29px;
    padding: 0 10px;
}

article header h2 a {
    color: #b5b5b5;

}


article .entry-content .archive-content {
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    min-height: 20px;
    max-height: 80px;
    margin-bottom: 10px;
    color: #777;
    line-height: 1.6;
    white-space: initial;
}

/** 菜单栏颜色*/
.navbar-default .navbar-nav > li > a {
    color: #a9b0b7;
}

article .entry-content .title-l {
    position: absolute;
    background: #017E66;
    top: 20px;
    left: -1px;
    width: 5px;
    height: 30px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 10;
}

article .entry-content .entry-meta {
    position: absolute;
    bottom: 14px;
    color: #999;
    /*left: 240px;*/
    left: inherit;
    font-weight: 400;
}

article .entry-more a {
    line-height: 30px;
    padding: 0 12px;
    display: block;
    border-radius: 4px !important;
    color: #fff;
    background-color: #009a61;
}

article .entry-more a:hover, .tag-li a:hover {
    /* background-color: rgba(1, 126, 102, 0.08) !important; */
    /* color: #017E66 !important; */
    /* border-color: rgba(202, 206, 205, 0.08) !important; */
    color: #fff !important;
    background-color: #009a61 !important;
    border-color: #028103 !important;
    text-decoration: none !important;
}

#loading .loader .loading-1 {
    position: relative;
    width: 100%;
    height: 10px;
    border: 1px solid #69d2e7;
    border-radius: 10px !important;
    animation: turn 4s linear 1.75s infinite;
}

#loading .loader .loading-1:before {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #69d2e7;
    box-shadow: 10px 0 15px 0 #69d2e7;
    animation: load 2s linear infinite;
}

#loading .loader .loading-2 {
    width: 100%;
    position: absolute;
    top: 10px;
    color: #69d2e7;
    text-align: center;
    animation: bounce 2s linear infinite;
}

/*loading*/

.legend-title {
    font-weight: bold;
    line-height: 2;
    margin: 10px -10px;
    border-left: 5px solid #65d32d;
    padding-left: 15px;
}


/* 由上往下淡出 end */

/* 导航栏 */
.nav-tabs {
    background-color: #eee;
    border: none;
    border-radius: 5px 4px 0 0;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 0.8;
    height: 33px;
    border-radius: 0;
    padding: 10px 2px;
    color: #555;
}


.nav-tabs > li > a:hover {
    color: #dfdfdf !important;
    background-color: unset !important;
    border-color: unset !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0 solid rgba(0, 0, 0, 0.1);
}

/* 导航栏 end */

nav .meta-nav {
    background: #121212;
}

nav a:first-child .meta-nav {
    border-right: 1px solid #252525;
}


.cat ul {
    color: unset;
}

.c-label {
    display: inline-block;
    margin-right: 10px;
    padding: 0 12px;
    color: #017E66;
    background-color: rgba(1, 126, 102, 0.08);
    line-height: 24px;
}

.c-label:hover {
    color: #fff !important;
    background-color: #009a61 !important;
    border-color: #008151 !important;
    text-decoration: none !important;
    /*background-color: #017E66!important;*/
}

/*.rating > i:hover,*/
/*.rating > i:hover ~ i,*/
.rating > i.active {
    color: #009a61;
}

.effect-bubble-fly {
    color: #5cb85c;
}

/*导航栏背景*/
#topmenu .menu-box li a {
    color: #a9b0b7;
}

.navbar-default {
    background-color: #202020;
    color: #a9b0b7;
}

/* 导航栏 */


/* 窗口缩小到768px以下时 */


.error-container a {
    color: rgb(36, 109, 56);
    text-decoration: none;
}

.error-container a:hover {
    color: #017E66;
    text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5);
}


.error-container span[frown] {
    transform: rotate(90deg);
    display: inline-block;
    color: #bbb;
}


#feed_widget a.tag-icon {
    color: #999;
    width: 40px;
    display: block;
    text-align: center;
    margin: 0 auto;
    border-radius: 25px !important;
    border: 1px solid rgba(0, 0, 0, 0.1)
}

#feed_widget a.tag-icon:hover {
    color: #fff !important;
    border: 1px solid #fff
}

#feed_widget .feed a:hover {
    background: #d28300;
    border: 1px solid #d28300
}

#feed_widget .weixin a:hover {
    background: #248a34;
    border: 1px solid #248a34
}

#feed_widget .tsina a:hover {
    background: #c40000;
    border: 1px solid #c40000;
}

#feed_widget .tqq a:hover {
    background: #4e91d1;
    border: 1px solid #4e91d1;
}


#feed_widget .weixin a {
    color: #248a34;
    border: 1px solid #248a34;
}

#feed_widget .weixin a:hover {
    color: #fff !important;
    background: #248a34;
    border: 1px solid #248a34;
}

#feed_widget .tqq a {
    color: #4e91d1;
    border: 1px solid #4e91d1;
}

#feed_widget .tqq a:hover {
    color: #fff !important;
    background: #4e91d1;
    border: 1px solid #4e91d1;
}

#feed_widget .tsina a {
    color: #c40000;
    border: 1px solid #c40000;
}

#feed_widget .tsina a:hover {
    color: #fff !important;
    background: #c40000;
    border: 1px solid #c40000;
}

#feed_widget .github a:hover {
    color: #fff !important;
    background: #060606;
    border: 1px solid #060606;
}

#feed_widget .github a {
    color: #060606;
    border: 1px solid #060606;
}

/* 首页关于我 end */

/* 近期评论 */
.avatar {
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    -ms-transition: .8s;
    float: left;
    width: 24px;
    height: 24px;
    margin: 6px 5px 0 5px;
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff
}


.comments li {
    width: 99%;
    height: 37px;
    padding-bottom: 8px;
    line-height: 37px;
    _white-space: normal;
    border-bottom: 1px dashed #dadada;
}

.comments li a {
    color: #545c63 !important;
}

.social-main, #social {
    background-color: #121212 !important;
}

.social-main a {
    color: #999;
    line-height: 36px;
    border-radius: 2px;
}

.social-main a:hover {
    background: rgba(1, 126, 102, 0.08) !important;
    color: #017e66 !important;
    border-color: rgba(202, 206, 205, 0.08) !important;
    transition: all 0.2s ease-in 0s;
    box-shadow: 0 0 7px 0 rgba(255, 255, 255, 0.1);
}

.like a {
    background: #252525;
    width: 120px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.share-s a {
    background: #252525;
    width: 120px;
    display: block;
    padding-left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.social-main i {
    color: #999;
    margin: 0 5px 0 0;
    font-style: inherit;
}

.social-main a:hover .fa-thumbs-o-up {
    color: #d03f42 !important;
}

.social-main a:hover .fa-share-alt {
    color: #91c24f !important;
}

.shang-empty span {
    background-color: #121212;
}

.shang-s {
    background: #252525;
}

.shang-p a {
    position: absolute;
    background: #252525;
    left: 96px;
    top: -5px;
    width: 48px;
    height: 48px;
    line-height: 45px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 40px;
    left: 101px \9;
    top: 0 \9;
    width: 38px \9;
    height: 38px \9;
    line-height: 35px \9;
}

.shang-main i {
    color: #ff0000 !important;
}

#share a {
    float: left;
    background: #999;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 4px;
    padding-left: 0;
    text-align: center;
    border-radius: 3px;
    background: rgba(128, 128, 128, 0.9);
}

#share .fa-plus-square:hover {
    background: #7ab951 !important;
    color: #fff !important;
}

#share .fa-qq:hover {
    background: #ff7400 !important;
    color: #fff !important;
}

#share .fa-weibo:hover {
    background: #ff0000 !important;
    color: #fff !important;
}

#share .fa-pinterest-square:hover {
    background: #46c0e6 !important;
    color: #fff !important;
}

#share .fa-renren:hover {
    background: #3b68ac !important;
    color: #fff !important;
}

#share .fa-weixin:hover {
    background: #006f1d !important;
    color: #fff !important;
}


.forbidden .left img {
    -moz-box-shadow: 10px 10px 20px #252525;
    -webkit-box-shadow: 10px 10px 20px #252525;
    box-shadow: 10px 10px 20px #252525;
}

.forbidden a {
    color: #009a61;
}

.forbidden .right blockquote {
    border-left: 3px solid #121212;
    background-color: #252525;
}

.recommended-articles li {
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
}

.recommended-articles li span.info, .update-logs li span.info {
    float: right;
    color: #999;
}


.zhyd-container .zhyd-box:hover {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    box-shadow: 10px 10px 30px -15px rgb(128, 179, 142);
    -webkit-box-shadow: -10px 10px 30px -15px rgb(128, 179, 142);
    -moz-box-shadow: 0 15px 35px -25px rgba(0, 36, 100, .3);
    transition: all .3s ease;
}

.container .zhyd-container .zhyd-box {
    /*overflow: hidden;*/
    background: #121212;
    border-radius: 4px;
    /*padding-bottom: 20px*/
}


.container .zhyd-container .zhyd-box .zhyd-content {
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    min-height: 321px;
    min-width: 200px;
    margin: 10px;
    /*overflow: hidden;*/
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}

.container .zhyd-container .zhyd-box .zhyd-content .alist li.item-date {
    float: right;
    color: #999;
    line-height: 210%;
}


.container .zhyd-container .zhyd-box .zhyd-content .alist li.item-title .item-head .item-head-desc {
    height: 120px;
    overflow: hidden;
    line-height: 1.5;
    color: #777;
    margin: 0 0 5px 0;
}

.container .zhyd-container .zhyd-box .category {
    border-bottom: 1px solid #252525;
}

.table-bordered {
    border: 1px solid #252525 !important;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: unset !important;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #252525 !important;
}

.disable-content .table > thead > tr > th {
    vertical-align: unset !important;
}


.container .zhyd-container .zhyd-box .item {
    border-radius: 6px;
    background: #fff;
    padding: 10px;
    width: 23%;
    min-width: 200px;
    margin: 22px 0 0 15px;
    float: left;
    overflow: hidden;
    border: 1px solid #e4ecf3;
    /*box-shadow: 1px 2px 3px #f2f6f8*/
}

.container .zhyd-container .zhyd-box .item .title {
    font-weight: 700;
    margin: 10px;
    margin-left: 50px;
    color: #3273dc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem
}

.container .zhyd-container .zhyd-box .item .desc {
    color: gray;
    padding-top: 10px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.container .zhyd-container .zhyd-box .logo {
    height: 40px;
    position: relative;
    font-weight: 700;
    color: #3273dc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff !important;
    text-decoration: none;
    filter: alpha(opacity=30);
    outline: 0;
    opacity: 0.3;
}


.carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #07ad6f;
    filter: alpha(opacity=70);
    opacity: .7;
}


.disclaimer-box li {
    color: #aab0b6;
    line-height: 30px;
    margin: 5px 0 5px 10px;
}


.archives-box .month {
    color: #aab0b6;
    line-height: 30px;
    margin: 5px 0 5px 10px;
}


.archives-box .num {
    color: #999;
    font-weight: 100;
}


.site-desc .site-description {
    color: #a9b0b7;
}


.site-info li {
    color: #a9b0b7 !important;
}


.oauth .oauth-line {
    color: rgba(0, 0, 0, 0.85);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.oauth .oauth-line span {
    color: #9B9B9B;
    font-weight: normal;
}

/*关闭广告按钮*/
.close-ad-btn {
    background-color: #121212;
    color: #a9b0b7;
}

.close-ad-btn:hover {
    background-color: #252525;
    color: gray;
}

.book-node {
    background: #252525;
}

.sidebar-chapter-list ol li:hover {
    background: #242424;
}

.sidebar-chapter-list .chapter-active {
    background: #242424;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #1c1d1f !important;

}

.blog-info-body > p > code ,.blog-info-body > ul > li > code,.blog-info-body > ol > li > code, .blog-info-body > .menu-title > code {
    background-color: #353940!important;
    color: #e7edf2 !important;
}

.blog-book-tip {
    border: #202020 solid 1px;
}

.blog-book-tip img {
    border: #202020 solid 1px;
}

.blog-book-tip:hover {
    box-shadow: 0 0 7px 0 rgba(255, 255, 255, 0.1);
}

.fade-in:hover, .sidebar-module:hover, .menu-box:hover, .blog-body:hover {
    box-shadow: 0 0 17px 0 rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}

.jsonTreeViewInput {
    background: #121212;
    color: #aab0b6;
}

.jsonTreeViewOutputToolbar button {
    background: #121212;
    color: #aab0b6;

}

.jsonTreeViewOutput .hover {
    background: #252525 !important;
    /*color: #aab0b6 !important;;*/
}

.jsonTreeViewOutput .showLine {
    border-left: 1px solid #212121 !important;
    /*color: #aab0b6 !important;;*/
}

.jsonTreeViewInputBox {
    border-right: 1px solid #252525 !important;
}

.jsonTreeViewOutput .rowWrap {
    background-color: #252525 !important;
    border-right: 1px dashed #252525 !important;
}
.jsonTreeViewOutput .errorStr {
    background-color: #252525 !important;
}

.blog-info-body h1 {
    border-bottom: 1px solid #22262c !important;
}

.blog-info-body h2 {
    border-bottom: 1px solid #22262c !important;;
}

#reward .modal-header {
    border-bottom: 1px solid #252525;
}

#reward .modal-content {
    background-color: #121212;
}

.CodeMirror-cursor {
    border-left: 1px solid  #9ba0a5 !important;
}