body {
    background: transparent;
    min-height: 100% !important;
    color: #FFFFFF !important;
    font-family: 'Lato', "PingFang SC", "Microsoft YaHei", sans-serif !important;
}
a {
    transition: all 0.3s ease !important;
}
a:hover {
    color: #FF787F !important;
    text-decoration: none !important;
}
/* 隐藏 DOM */
.blogStats,
.dayTitle,
.c_ad_block,
#sidebar_search,
#ad_t2,
#ad_c1,
#ad_c2,
#under_post_news,
#under_post_kb,
#comment_form_container p:nth-of-type(3),
#homepage_top_pager,
#author_profile,
#green_channel,
#blogTitle h2,
#blogCalendar,
#sidebar_shortcut,
#sidebar_recentposts,
#sidebar_scorerank,
#sidebar_recentcomments,
#sidebar_topcommentedposts,
#sidebar_postarchive,
#sidebar_imagecategory,
#comments_pager_top,
#tip_comment2,
.commentbox_title_left,
.commentform p {
    display: none;
}
#home {
    width: 100%;
}
/* 页头 */
#header {
    width: 960px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-top: 0px;
    background:  #13172F;
    opacity: 0.95;
    border-bottom: 1px #3e4c42 solid;
    padding-bottom: 0px;
    display: block;
    height: 60px;
    z-index: 999;
}
#header #blogTitle {
    position: relative;
    height: 60px;
}
#header #blogTitle h1 {
    font-size: 25px;
    font-family: 'Georgia';
    width: auto;
    margin-left: 0px;
    margin-top: 12px;
    padding-left: 15px;
}
#header #blogTitle h1 a {
    color: #FFFFFF;
}
#header #navigator {
    height: inherit;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: transparent;
    display: inline-block;
    z-index: 999;
}
#header #navList {
    height: inherit;
}
#header #navList li {
    position: relative;
}
#header #navList li:hover i {
    width: 100%;
    left: 0;
}
#header #navList li #blog_nav_tags {
    display: none;
}
#header #navList li i {
    width: 0;
    height: 4px;
    background-color: #FF787F;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: 1s;
}
#header #navList a:link,
#header #navList a:visited,
#header #navList a:active {
    font-size: 16px;
    padding-top: 0px;
    border-right: 0px;
    color: #FFFFFF;
    display: block;
    font-weight: 300;
    padding: 20px 0;
    height: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header #navList a:hover {
    background: transparent;
}
/* 页面主体 */
#main {
    width: 960px;
    margin: 0 auto;
    min-height: 750px;
    padding: 70px 10px 0px 10px;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
}
#main #mainContent {
    background-color: transparent;
}
#main #mainContent .forFlow {
    margin: 0px auto;
    margin-left: 0px;
    max-width: 960px;
}
/* 侧边栏 */
#sideBar {
    border-right: 1px solid #3e4c42;
    font-weight: 300;
    display: none;
    min-height: 750px;
    padding: 0px;
}
#sideBar #blog-news {
    padding-left: 15px;
}
#sideBar #profile_block {
    margin-top: 10px;
    font-size: 15px;
}
#sideBar #profile_block #p_b_follow {
    margin-top: 10px;
}
#sideBar #profile_block a {
    color: #FFFFFF;
}
.catListTitle {
    position: relative;
    text-align: left;
    margin-top: 20px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 300;
    border-bottom: none;
}
.catListTitle::before {
    content: '♢';
    color: #FFFFFF;
    position: absolute;
    top: 1px;
    left: -2px;
}
#sidebar_toptags li,
#sidebar_categories li {
    font-size: 15px;
    height: 40px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sidebar_toptags li a,
#sidebar_categories li a {
    color: #FFFFFF;
}
#sidebar_toptags li:link,
#sidebar_categories li:link,
#sidebar_toptags li:visited,
#sidebar_categories li:visited,
#sidebar_toptags li:active,
#sidebar_categories li:active {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sidebar_toptags li:hover,
#sidebar_categories li:hover {
    margin-left: 10px;
    border-radius: 5px;
    margin: 0 5px;
    font-size: 17px;
}
#sidebar_topviewedposts li,
#sidebar_topdiggedposts li {
    margin: 12px 0;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
}
#sidebar_topviewedposts li a:link,
#sidebar_topdiggedposts li a:link,
#sidebar_topviewedposts li a:visited,
#sidebar_topdiggedposts li a:visited,
#sidebar_topviewedposts li a:active,
#sidebar_topdiggedposts li a:active,
#sidebar_topviewedposts li a:hover,
#sidebar_topdiggedposts li a:hover {
    color: #FFFFFF;
}
.entrylistTitle,
.PostListTitle,
.thumbTitle,
.myposts_title,
#taglist_title {
    padding-bottom: 3px;
    padding-right: 10px;
    width: 100%;
    text-align: left;
    border-bottom: 0px !important;
    font-size: 20px !important;
    font-weight: 300;
    margin-top: 15px;
}
/* 标签列表 */
#myposts {
    margin-left: 0px;
}
#myposts .PostList {
    font-size: 13px;
    font-weight: 300;
    border-bottom: 1px solid #3e4c42;
    padding: 6px 0px 10px 0px;
    margin-right: 0px;
}
#myposts .pager:first-of-type {
    display: none;
}
#myposts a:link,
#myposts a:visited {
    color: #FFFFFF;
}
#myposts .postDesc2 {
    color: inherit;
}
/* 随笔列表 */
.day,
.entrylistItem {
    width: auto;
    border-bottom: 1px solid #3e4c42;
    padding: 10px 0px 15px 0px;
    text-align: justify;
}
.day .postSeparator,
.entrylistItem .postSeparator {
    margin-top: 15px;
    margin-bottom: 25px;
    border-top: 1px solid #3e4c42;
}
.day .postTitle,
.entrylist .entrylistPosttitle {
    font-size: 20px;
    font-weight: 300;
    font-family: inherit;
    padding-left: 0;
    border-bottom: none;
}
.day .postTitle a,
.entrylist .entrylistPosttitle a {
    color: #FFFFFF;
}
.day .postCon,
.entrylist .entrylistPostSummary {
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
    padding-left: 0;
}
.day .postCon .c_b_p_desc img,
.entrylist .entrylistPostSummary .c_b_p_desc img {
    height: 100px;
    margin-left: 10px;
}
.day .postCon .c_b_p_desc a,
.entrylist .entrylistPostSummary .c_b_p_desc a {
    border: 1px solid;
    border-radius: 3px;
    padding: 2px 9px;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    display: table;
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.day .postCon .c_b_p_desc a:after,
.entrylist .entrylistPostSummary .c_b_p_desc a:after {
    content: ' »';
}
.day .postCon .c_b_p_desc a:hover,
.entrylist .entrylistPostSummary .c_b_p_desc a:hover {
    color: #FF787F !important;
    border: 1px solid #FF787F;
}
.day .postDesc,
.entrylist .entrylistItemPostDesc,
.post .postDesc {
    font-size: 13px;
    font-weight: 300;
    padding-right: 0px;
    color: #FFFFFF !important;
}
.day .postDesc a,
.entrylist .entrylistItemPostDesc a,
.post .postDesc a {
    color: #FFFFFF;
}
.entrylistDescription {
    text-align: left;
    color: #FFFFFF;
    font-size: 13px;
}
/* 博文内容 */
.post .postTitle {
    font-size: 20px !important;
    font-weight: 300 !important;
    padding-left: 15px !important;
    border-bottom: none !important;
}
.post .postTitle a {
    color: #FFFFFF;
}
.post .postBody {
    font-weight: 300;
    font-size: 16px;
    padding: 5px 15px;
    line-height: 1.75;
    color: #FFFFFF;
    border-bottom: 1px solid #3e4c42;
}
.post .postBody a:link,
.post .postBody a:visited,
.post .postBody a:active {
    color: #FF787F;
    text-decoration: none;
}
.post .postBody h1 {
    font-size: 21px !important;
    color: #FFFFFF;
}
.post .postBody h1 a:not([class='esa-anchor']) {
    color: inherit !important;
    text-decoration: underline;
}
.post .postBody h2 {
    font-size: 20px !important;
    color: #FFFFFF;
}
.post .postBody h2 a:not([class='esa-anchor']) {
    color: inherit !important;
    text-decoration: underline;
}
.post .postBody h3 {
    font-size: 19px !important;
    color: #FFFFFF;
}
.post .postBody h3 a:not([class='esa-anchor']) {
    color: inherit !important;
    text-decoration: underline;
}
.post .postBody h4 {
    font-size: 18px !important;
    color: #FFFFFF;
}
.post .postBody h4 a:not([class='esa-anchor']) {
    color: inherit !important;
    text-decoration: underline;
}
.post .postBody h5 {
    font-size: 17px !important;
    color: #FFFFFF;
}
.post .postBody h5 a:not([class='esa-anchor']) {
    color: inherit !important;
    text-decoration: underline;
}
.post .postBody h6 {
    font-size: 16px !important;
    color: #FFFFFF;
}
.post .postBody h6 a:not([class='esa-anchor']) {
    color: inherit !important;
    text-decoration: underline;
}
.post .postBody p {
    line-height: inherit !important;
}
.post .postBody hr {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #3e4c42;
}
.post .postBody blockquote {
    border: none;
    color: #FFFFFF;
    margin: 20px 0;
    padding: 0 0 0 10px;
    min-height: 20px;
    background: transparent;
    line-height: inherit;
    border-left: 4px solid #479680;
}
.post .postBody em {
    padding-right: 3px;
}
.post .postBody strong {
    margin: 0 3px;
    font-weight: 500;
}
.post .postBody img {
    max-width: 930px !important;
    display: block;
    margin: 15px auto 30px auto;
    border-radius: 3px;
}
.post .postBody ul li,
.post .postBody ol li {
    margin: 3px 0px;
    font-size: 16px;
    color: #FFFFFF;
}
.post .postBody ul li p,
.post .postBody ol li p {
    margin: 0px !important;
}
.post .postBody table {
    font-size: 13px;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #3e4c42;
    width: 100%;
    margin-bottom: 24px;
}
.post .postBody table th {
    font-family: inherit;
    font-size: inherit;
    background: #30303a !important;
    white-space: nowrap;
    font-weight: 600;
    border: 1px solid #3e4c42 !important;
    padding: 8px 16px !important;
}
.post .postBody table td {
    border: 1px solid #3e4c42 !important;
    padding: 8px 16px !important;
}
.post .postBody h1 code,
.post .postBody h2 code,
.post .postBody h3 code,
.post .postBody h4 code,
.post .postBody h5 code,
.post .postBody h6 code,
.post .postBody p code,
.post .postBody li code,
.post .postBody table code {
    color: #FFFFFF;
    line-height: 1;
    font-family: consolas !important;
    vertical-align: middle;
    margin: 0 3px;
    background: #282c34 !important;
    font-size: 14px !important;
    padding: 0.2em 0.3em !important;
    border-radius: 3px !important;
    border: 1px solid #3e4c42 !important;
}
.post .postBody #BlogPostCategory {
    font-size: 13px;
    margin-bottom: 0px;
}
.post .postBody #BlogPostCategory a {
    margin-left: 5px;
}
.post .postBody #EntryTag {
    font-size: 13px;
    color: #FFFFFF;
}
.post .postBody #EntryTag a {
    color: #FF787F;
}
.post .postBody #post_next_prev {
    font-size: 13px;
}
.cnblogs_code {
    background-color: #282c34;
    padding-left: 1em;
    padding-right: 1em;
    border: none !important;
    border-radius: 3px !important;
    font-family: Lucida Console, Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace !important;
}
.cnblogs_code div {
    background-color: transparent;
    color: #abb2bf;
}
.cnblogs_code img {
    margin: 0 !important;
}
.cnblogs_code pre {
    color: #abb2bf;
    font-family: inherit !important;
}
.cnblogs_code pre span {
    font-family: inherit !important;
    color: inherit !important;
}
.cnblogs_code textarea {
    font-family: inherit !important;
    padding: 5px;
    border: 1px solid #3e4c42;
    color: #c5d4ef;
    background-color: #282c34;
}
.cnblogs_code textarea:focus {
    outline: 0;
}
.cnblogs_code .code_img_closed,
.cnblogs_code .code_img_opened {
    display: none !important;
}
.cnblogs_code .cnblogs_code_toolbar {
    width: 20px;
}
.cnblogs_code .cnblogs_code_toolbar span {
    padding-right: 0;
}
.cnblogs_code .cnblogs_code_toolbar a:link img {
    background-color: transparent !important;
}
.cnblogs_code .cnblogs_code_collapse {
    color: #abb2bf;
    border: 1px solid #dee5f2;
    border-radius: 2px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    padding: 5px 5px 2px 5px;
}
.github-corner svg {
    fill: #FFFFFF;
}
/* 页脚 */
#footer {
    border-top: 1px solid #3e4c42;
    font-weight: 300;
}
#footer div {
    margin: 5px auto;
}
#footer a {
    color: #FFFFFF;
}
#footer:after {
    content: '[表情]';
    color: #ef6b6b;
    font-size: 16px;
}
.cnblogs-markdown pre {
    white-space: pre !important;
    position: relative !important;
}
/* 标签列表 */
#taglist_main {
    margin-top: 0px;
}
#taglist_main table {
    width: 100%;
}
#taglist_main table tr td {
    padding: 5px 20px 5px 0px;
}
#taglist_main table tr td .small {
    display: none;
}
#taglist_main table tr td a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    margin: 0;
    width: 100%;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    color: #FFFFFF;
    background-color: transparent;
}
#taglist_main table tr td a:hover {
    color: #FF787F !important;
    border: 1px solid #FF787F;
    text-decoration: none;
}
/* 分页 */
.topicListFooter {
    margin-right: 0px;
}
.pager,
#nav_next_page {
    margin-right: 0px;
    color: #FFFFFF;
}
.pager a,
#nav_next_page a {
    padding: 3px 7px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-family: Monospaced Number;
    margin: 0 3px;
    text-decoration: none;
    color: inherit;
    transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}
.pager a:hover,
#nav_next_page a:hover {
    color: #FF787F;
    border: 1px solid #FF787F;
}
.pager span.current {
    padding: 3px 7px;
    border: 1px solid #FF787F;
    border-radius: 4px;
    font-family: Monospaced Number;
    margin: 0 3px;
    text-decoration: none;
    background-color: #FF787F;
}
/* 代码复制 */
.esa-clipboard-button {
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    color: #5e6687;
    padding: 0px 6px;
    border-radius: 5px;
}
/* 工具栏 */
.esa-toolbar {
    position: fixed;
    display: grid;
    z-index: 999;
    bottom: 30px;
    right: 30px;
}
.esa-toolbar .esa-toolbar-gotop,
.esa-toolbar .esa-toolbar-contents,
.esa-toolbar .esa-toolbar-follow {
    height: 45px;
    width: 45px;
    font-weight: 400;
    position: relative;
    outline: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
    margin-top: 5px;
    border-color: #3e4c42;
    background-color:  transparent;
    background-position: center;
    background-repeat: no-repeat;
}
.esa-toolbar .esa-toolbar-gotop:hover,
.esa-toolbar .esa-toolbar-contents:hover,
.esa-toolbar .esa-toolbar-follow:hover {
    color: #FF787F;
    border-color: #FF787F;
}
.esa-toolbar .esa-toolbar-gotop {
    display: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAACL0lEQVRIS+3TwWvTUBwH8O/vJSLrFBURFPSkoIiCVz3IilObFA/aNR0yEEk6EXfxH1D0L5DdyroMHaJL1a1Ikw3H6kVBHHjyIKKgMEQmbOqsTpv8JOkmna4mvQyRvVv4/fL78L7vPcIKLFoBA6tIUyn/e3H1F+xjYB4B8EyGp53RTkxF2VLkneQLTieYBwmQ/cEMfgsJh41U8k0YFAnJW3YPAb2Afxv5CZj2gdAK8BQgjuia8uJvUCiSt+wrBFxaGOJ8WYeTsQr2kscTAG1k5g+eJLV1dySeN4IaIsxMpuXkQMjW4kFh55aW0/F4vOp/D9wZ2+N67gQB25h5RmJx/Gyn8nQ5aFmk17bXtn7mGyDSAoBh6ppiEBHXDzFvje3wpADaxcAcGAkjoz76HfoDyVkPNsj44QA4GDQzrukZ9WKjKK7fG99crX4vA9gP8FePhJpNKw/r+5cgfXft7cLFOIDdCxFdNjT1atjt6S8W12NeHgXoEAPzgEgZWqK0+N8vZMAqHfAAB6CtzOwBlDUyqhkGLNYt63HLJ8zaBLQxUCWQpmvKsF8PEHNotN0jt0igGBjfIHBKT6t+ZE0t/yxjc3yfQEcBdplEl5FWblOfZWcE+CZAEgMfSXC73pGcbGp6XXMuN7lG3vR+GKBkcGeIz1N+qDRIRF1RH1YUvFwuy6+nKyM1iGepluVMtytJ1rlU4l2UIVF6fOjVdOUCs3gZ+uKjDAzrWUXCElpS/3/i+gn3gM6tu0xSdwAAAABJRU5ErkJggg==");
}
.esa-toolbar .esa-toolbar-contents {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAuUlEQVRIS2NkoANgpIMdDPSxZO6qbQeQffOf+X98SrD3w0WLdnL/5vi7lRo+ZZy7att/ZIMYGRi0k8K8rs1ctZufheH3B6pYMnv1dgdkg/5x/DmV7uv7bdWqVcwfGXltqWIJNQwhZAZ9Ip6QK6ghP4x8Mnfl1gaUJMzIODUpzOv1pG3b2Lk//6+kSnDRJZ/QxSfUCA5CZgyj1EXIq9SQp09w0aUUpk8+oUelRY2IJWQGfSKekCuoIQ8At39XNxqN1mQAAAAASUVORK5CYII=");
}
.esa-toolbar .esa-toolbar-follow {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAsUlEQVRIS2NkIAHMXbU98D/D/zn/GRlTU0M91xGrlZFYhSB1c1Zu62RkZChj+M/QmxzuVUKs3lFLRoOLcFoZTV30ySdzV29zY2BgtGT494+ghf8ZGF0YGRmskXP8pG3b2Lm/MqQx/PsvjBGrTEz/Gf8xHmWcs3LrC0ZGRnHC0Y6kAqlYmbNyqx0jI+NBnPr/M/xgpKlPwDYzPiUYRMguHE3Co8E1WtQTzvPDJ5+Q2+4CADezs7EkSK8aAAAAAElFTkSuQmCC");
}
/* 博主头像 */
.esa-profile-avatar {
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 3px;
    width: 200px;
}
.esa-follow-button {
    z-index: 999;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    border-radius: 50px;
    color: #515a6e;
    background-color: #fff;
    border-color: #dcdee2;
}
.esa-follow-button:hover {
    color: #FF787F;
    border-color: #FF787F;
    background-color: #fff;
}
/* Mobile 菜单 */
.esa-mobile-menu {
    display: none;
    position: fixed;
    top: 7px;
    right: 15px;
    z-index: 941113;
    font-size: 1.5em;
    cursor: pointer;
    color: #7f7f7f;
}
.esa-mobile-menu:after {
    content: '\2630';
    font-size: 1.5em;
    font-family: 'fontello';
}
/* 目录 */
.esa-catalog {
    position: fixed;
    top: 120px;
    right: 1px;
    width: auto;
    height: auto;
    z-index: 1000;
}
.esa-catalog-title {
    cursor: move;
    padding-left: 12px;
    width: 100%;
    height: 35px;
    line-height: 36px;
    border-bottom: 1px solid #3e4c42;
    font-size: 12px;
    font-weight: 600;
    color: #288EAD;
}
.esa-catalog-title:before {
    content: '☲';
    margin-right: 5px;
}
.esa-catalog-close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    color: #288EAD;
}
.esa-catalog-contents {
    overflow: hidden;
    display: none;
    color: #FFFFFF;
    border: 1px solid #3e4c42;
    min-width: 150px;
    opacity: 1;
    font-size: inherit;
    background-color:  transparent;
    z-index: 19941112;
}
.esa-catalog-contents ul {
    padding: 10px 15px;
    max-height: 350px;
    overflow-y: auto;
}
.esa-catalog-contents ul li {
    margin-top: 5px;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #288EAD;
}
.esa-catalog-contents ul li code {
    font-family: inherit;
}
.esa-catalog-contents ul li a:hover {
    color: #FF787F;
    text-decoration: none;
}
.esa-catalog-contents ul li .level1 {
    margin-left: 0px;
}
.esa-catalog-contents ul li .level2 {
    margin-left: 10px;
}
.esa-catalog-contents ul li .level3 {
    margin-left: 26px;
}
.esa-anchor {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    margin-left: 8px;
}
/* 博文签名 */
.esa-post-signature {
    padding: 12px 24px 12px 30px;
    margin-top: 15px;
    margin-left: 5px;
    border-left-width: 4px;
    font-size: 15px;
    line-height: 2;
    border-left-style: solid;
    background-color: #30303a;
    position: relative;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border-left-color: #FF787F;
    z-index: 1;
}
.esa-post-signature:before {
    content: "!";
    background-color: #FF787F;
    position: absolute;
    top: 25px;
    left: -12px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
}
.esa-post-signature p {
    margin: 0 !important;
}
.esa-post-signature a {
    color: #FFFFFF !important;
}
/* 消息 */
.esa-layer {
    position: fixed;
    top: 5px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-family: inherit;
    width: 100%;
    display: none;
    z-index: 9999999;
}
.esa-layer-content {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    max-width: 250px;
    padding: 3px 9px;
    font-size: 13px;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
}
/* 推荐|收藏|反对 */
#div_digg {
    position: static;
    float: none;
    margin: 35px auto 85px auto;
    z-index: -1;
    width: 200px;
}
#div_digg .diggit,
#div_digg .buryit {
    background: #FFF;
    margin: 0;
    display: inline-block;
    width: auto;
    height: 32px;
    border-width: 0px;
    cursor: pointer;
    color: #fff;
    user-select: none;
    padding: 0px 10px;
    border-radius: 5px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
}
#div_digg .diggit {
    background-color: #18b566;
    border-color: #18b566;
}
#div_digg .diggit:hover {
    background-color: #47cb89;
    border-color: #47cb89;
}
#div_digg .buryit {
    background-color: #f90;
    border-color: #f90;
}
#div_digg .buryit:hover {
    background-color: #ffad33;
    border-color: #ffad33;
}
#div_digg .diggit .diggnum,
#div_digg .buryit .burynum {
    color: #fffafa;
    display: inline-block;
    font-size: 15px;
    position: relative;
    top: 5px;
    width: 65px;
}
#div_digg .diggit .diggnum:before {
    content: '推荐';
    font-size: 15px;
    margin-right: 5px;
}
#div_digg .buryit .burynum:before {
    content: '反对';
    font-size: 15px;
    margin-right: 5px;
}
/* 评论区 */
.feedbackItem .feedbackListSubtitle {
    color: transparent;
}
.feedbackItem .feedbackListSubtitle .sendMsg2This {
    background: transparent;
    padding-left: 0px;
    font-size: 15px;
}
.feedbackItem .feedbackListSubtitle .sendMsg2This::before {
    content: '[表情]';
}
.feedbackItem a {
    color: #FFFFFF;
}
.feedbackItem .louzhu {
    background: #FF787F !important;
    color: white;
    border-radius: 2px;
    margin: 0px 2px;
    padding: 0px 6px 2px 6px !important;
}
.feedbackItem .comment_date {
    color: #666;
}
.feedbackItem .comment_quote {
    border: 1px dashed #FF787F;
    border-radius: 3px;
}
#comment_nav {
    visibility: hidden;
}
.feedbackCon {
    background: none;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #3e4c42;
}
.feedbackCon .esa-comment-avatar {
    float: left;
    margin-right: 10px;
}
.feedbackCon .esa-comment-avatar img {
    border-radius: 50%;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.feedbackCon .esa-comment-avatar img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.feedbackCon .blog_comment_body {
    border-radius: 3px;
    padding: 8px;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 6px;
    font-size: 13px;
    display: block;
    color: #C8B735;
    background-color: #30303a;
    width: auto;
}
.feedbackCon .blog_comment_body a {
    color: #FF787F;
}
.feedbackCon .blog_comment_body img {
    border-radius: 3px;
}
.feedbackCon .comment_vote {
    margin-top: 12px;
}
.feedback_area_title {
    border-bottom: 1px solid #3e4c42;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 300;
    padding-left: 0px;
    padding-bottom: 5px;
}
.commentform #commentform_title {
    background-image: none;
    padding-left: 0;
    font-size: 20px;
}
.commentform #tip_comment {
    color: #f37f7f !important;
    margin: 15px 0px;
    display: block;
}
.commentform .commentbox_title .commentbox_title_right {
    height: 30px;
    float: left;
}
.commentform .commentbox_title .comment_icon {
    width: 16px;
    height: 16px;
    border: 1px solid #3e4c42;
    border-radius: 3px;
    background-color:  transparent;
    padding: 3px;
    cursor: pointer;
}
.commentform .comment_textarea {
    width: 100% !important;
    height: 200px !important;
    border: 1px solid #3e4c42;
    border-radius: 6px;
    padding: 5px;
    font-family: inherit;
    font-size: 15px;
    resize: none;
    box-sizing: border-box;
    background-color: transparent;
    color: #FFFFFF;
}
.commentform .comment_textarea:focus {
    outline: 0;
}
.commentform .comment_textarea:hover {
    border-color: #FF787F;
}
.commentform #commentbox_opt {
    display: block;
}
.commentform #commentbox_opt a {
    color: #FFFFFF;
}
.commentform #btn_comment_submit {
    width: auto;
    height: auto;
    border-width: 0px;
    cursor: pointer;
    color: #fff;
    background-color: #FF787F;
    border-color: #FF787F;
    user-select: none;
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 5px;
    transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
}
.commentform #btn_comment_submit:hover {
    opacity: 0.7;
}
.commentform .comment_my_posted > img {
    display: none;
}
.commentform .comment_my_posted > a b {
    font-size: 16px;
    font-weight: 300;
}
.commentform .bq_post_comment {
    margin-top: 5px;
    font-size: 13px;
    display: block;
    color: #C8B735;
    background-color: #30303a;
    border: none;
    border-radius: 3px;
}
/* Github 角标 */
.github-corner:hover .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
}
@keyframes octocat-wave {
    0%,
    100% {
        transform: rotate(0);
    }
    20%,
    60% {
        transform: rotate(-25deg);
    }
    40%,
    80% {
        transform: rotate(10deg);
    }
}
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
::-webkit-scrollbar-thumb {
    border-radius: 1px;
    box-shadow: inset 0 0 5px #FFFFFF;
    background: #FFFFFF;
}
::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 1px;
}
::selection,
::-moz-selection {
    color: #FF787F;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
    #blog-comments-placeholder,
    #comment_form {
        padding: 10px;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 767px) {
    #home {
        font-size: 12px !important;
    }
    #mainContent .forFlow {
        padding-top: 15px;
    }
    #sideBar,
    .postDesc,
    .esa-catalog {
        display: none;
    }
    .postBody {
        padding: 0px !important;
    }
    #main {
        margin-top: 60px;
        padding: 0 15px !important;
    }
    #topics .postTitle {
        padding-left: 0px !important;
        padding-top: 10px;
    }
    #cnblogs_post_body table {
        /*display: table !important;*/
    }
    #cnblogs_post_body img {
        width: 100%;
        max-width: none !important;
    }
    #commentbox_main,
    #comment_nav {
        margin: 0px;
    }
    #comment_form {
        padding: 5px;
        margin-left: 0px;
    }
    .esa-mobile-menu {
        display: block;
    }
    .forFlow {
        margin-right: 0px;
        margin-left: 0px !important;
    }
    #header {
        width: auto;
    }
    #header #navigator {
        display: none;
        width: 100%;
        margin-top: 60px;
    }
    #navList {
        width: inherit;
    }
    #navList li {
        float: none;
    }
    #navList li #blog_nav_tags {
        display: block !important;
    }
    #navList a:link,
    #navList a:visited,
    #navList a:active {
        width: 100%;
        background-color: #2c3e50;
        color: #fff !important;
        padding: 15px 0;
    }
    #navList a:hover {
        color: #FF787F;
        background-color: #2c3e50 !important;
    }
    .feedbackItem .feedbackManage {
        width: auto;
    }
    .github-corner {
        display: none;
    }
}
@media only screen and (max-width: 410px) {
    #div_digg {
        display: grid;
        width: 100%;
    }
    #div_digg .favorite,
    #div_digg .diggit,
    #div_digg .buryit {
        margin: 5px 0px;
    }
}
[data-tips] {
    overflow: hidden;
}
[data-tips]:hover {
    overflow: visible;
}
[data-tips]::before,
[data-tips]::after {
    position: absolute;
    transition: all 0.3s;
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    left: 37px;
    z-index: 10;
}
[data-tips]::before {
    content: attr(data-tips);
    border-radius: 6px;
    background-color: rgba(100, 100, 100, 0.8);
    color: #fff;
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
    font-size: 12px;
    white-space: nowrap;
    top: -24px;
    left: 50%;
}
[data-tips]::after {
    content: '';
    border: 5px solid #333;
    border-color: rgba(100, 100, 100, 0.8) transparent transparent transparent;
    top: 0;
    left: 50%;
}
[data-tips]:hover::before,
[data-tips]:hover::after {
    opacity: 1;
}
[data-tips]:hover::before,
[data-tips]:hover::after {
    transform: translate3d(-50%, -7px, 0);
}
.esa-sponsor {
    position: relative;
    width: 100%;
    margin-top: 70px;
    height: 160px;
}
.esa-sponsor .posa {
    position: absolute;
}
.esa-sponsor .tr3 {
    transition: all 0.3s;
}
.esa-sponsor .blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}
.esa-sponsor .text {
    position: absolute;
    left: calc(50% - 120px);
    top: calc(50% - 60px);
    font-size: 12px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    background: #ffd886 url(https://images.cnblogs.com/cnblogs_com/esofar/1504962/o_like.png) no-repeat center 10px;
    background-size: 20px;
    border-radius: 35px;
    text-align: center;
    z-index: -1;
    transform: rotatez(-15deg);
}
.esa-sponsor .github {
    position: absolute;
    left: calc(50% + 135px);
    top: calc(50% - 30px);
    width: 24px;
    height: 24px;
    background: no-repeat center center url(https://images.cnblogs.com/cnblogs_com/esofar/1504962/o_github.png);
    background-size: contain;
    opacity: 0.3;
    transform: rotatez(15deg);
}
.esa-sponsor .box {
    left: calc(50% - 150px);
    top: calc(50% - 15px);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 299px;
    height: 28px;
    float: left;
    z-index: 1;
    margin-left: 0;
}
.esa-sponsor .box li {
    width: 99px;
    float: left;
    margin: 0 !important;
    text-align: center;
    border-left: 1px solid #ddd;
    background: no-repeat center center;
    background-color: rgba(204, 217, 220, 0.1);
    background-size: 45px;
    transition: all 0.3s;
    cursor: pointer;
    overflow: hidden;
    line-height: 600px;
    height: 28px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.esa-sponsor .box li:hover {
    background-color: rgba(204, 217, 220, 0.3);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.esa-sponsor .box li:first-child {
    border-width: 0;
}
.esa-sponsor .box li a {
    display: block;
}
.esa-sponsor .box .paypal {
    background-image: url(https://images.cnblogs.com/cnblogs_com/esofar/1504962/o_paypal.png);
}
.esa-sponsor .box .alipay {
    background-image: url(https://images.cnblogs.com/cnblogs_com/esofar/1504962/o_alipay.png);
}
.esa-sponsor .box .wechat {
    background-image: url(https://images.cnblogs.com/cnblogs_com/esofar/1504962/o_wechat.png);
}
.esa-sponsor #QRBox {
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.3);
    display: none;
    perspective: 400px;
    width: 100%;
    height: 100%;
}
.esa-sponsor #QRBox #MainBox {
    cursor: pointer;
    position: absolute;
    text-align: center;
    width: 200px;
    height: 200px;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    background: #fff no-repeat center center;
    background-size: 190px;
    border-radius: 6px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 1s ease-in-out;
    transform-style: preserve-3d;
    transform-origin: center center;
    overflow: hidden;
}
.esa-sponsor #MainBox.showQR {
    opacity: 1;
    animation-name: showQR;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation: showQR 3s ease-in-out 0s 1 normal forwards;
}
@keyframes showQR {
    from {
        transform: rotateX(90deg);
    }
    8% {
        opacity: 1;
        transform: rotateX(-60deg);
    }
    18% {
        opacity: 1;
        transform: rotateX(40deg);
    }
    34% {
        opacity: 1;
        transform: rotateX(-28deg);
    }
    44% {
        opacity: 1;
        transform: rotateX(18deg);
    }
    58% {
        opacity: 1;
        transform: rotateX(-12deg);
    }
    72% {
        opacity: 1;
        transform: rotateX(9deg);
    }
    88% {
        opacity: 1;
        transform: rotateX(-5deg);
    }
    96% {
        opacity: 1;
        transform: rotateX(2deg);
    }
    to {
        opacity: 1;
    }
}
.esa-sponsor #MainBox.hideQR {
    opacity: 1;
    animation-name: hideQR;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation: hideQR 0.5s ease-in-out 0s 1 normal forwards;
}
@keyframes hideQR {
    20%,
    50% {
        transform: scale(1.08, 1.08);
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: rotateZ(40deg) scale(0.6, 0.6);
    }
}
.cnblogs-markdown .hljs {
    display: block !important;
    overflow-x: auto !important;
    padding: 1em !important;
    background: #282c34 !important;
    border: 1px solid #3e4c42 !important;
    border-radius: 4px !important;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
    font-size: 15px !important;
    color: #abb2bf;
}
.hljs-comment,
.hljs-quote {
    color: #5c6370;
    font-style: italic;
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
    color: #c678dd;
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
    color: #e06c75;
}
.hljs-literal {
    color: #56b6c2;
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
    color: #98c379;
}
.hljs-built_in,
.hljs-class .hljs-title {
    color: #e6c07b;
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
    color: #d19a66;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
    color: #61aeee;
}
.hljs-emphasis {
    font-style: italic;
}
.hljs-strong {
    font-weight: bold;
}
.hljs-link {
    text-decoration: underline;
}

#particles-js {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #13172F;
    z-index:-1;
}