/* 隐藏 DOM */
.blogStats,
.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,
#blogTitle h2,
#blogCalendar,
#sidebar_shortcut,
#sidebar_recentposts,
#sidebar_scorerank,
#sidebar_recentcomments,
#sidebar_topcommentedposts,
#sidebar_imagecategory,
#sidebar_toptags,
#comments_pager_top,
#tip_comment2,
.commentbox_title_left,
.commentform p {
  display: none;
}

#sidebar_news .catListTitle{
  display: none;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both
}

html {
  height: 100%
}

body {
  padding-top: 50px;
  min-height: 100% !important;
  background-color: #fff;
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Microsoft YaHei", "微软雅黑", "STXihei", "华文细黑", sans-serif;
  
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}
table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,img {
  border: 0
}

ul {
  word-break: break-all
}

li {
  list-style: none
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal
}
a {
    transition: all 0.3s ease !important;
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #666;
}

/*********************************************************主页*********************************************************/
#home {
  width: 100%;
  margin: 0 auto;
  /*min-width: 930px*/
}

#header {
  display:none;
}
#myhead {
  position: fixed;
  padding-left: 40px;
  padding-right:15px; 
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  z-index: 999;
  background-color: #FFF;
  /*border-bottom: 1px solid #D8D8D8;*/
  box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.1);


    display: block;
    /*justify-content: space-between; */
}
#myhead #blogTitle {
  margin: 16px 0 0 0;
  float: left;
}

#myhead #blogTitle h1 {
  /*padding: 8px 12px 8px;
  float: left;*/
  font-size: 24px;
  font-weight: 800;
  /*line-height: 1;*/
  letter-spacing: 10px;
  display: block;
  font-family: "Lucida Sans Unicode", "Lucida Grande", FangSong, "仿宋","Microsoft YaHei", "微软雅黑", "STXihei", "华文细黑", sans-serif;
}

#myhead #blogTitle h1 a {
  color: #000;
}
/*
#lnkBlogLogo {
  display: none;
}
*/
#myhead #navigator {
  left: 0;
  right: 0;
  margin: 8px 0 0 0;
  float: right;
  z-index: 999;
}

#myhead #navList {
  list-style: none outside none;
  display: block;
  float: left;
  left: 0;
  right: 0;
  margin: 0 10px 0 0;
  position: relative
}

#myhead #navList li {
  float: left;
  font-size: 16px;
  line-height: 18px
}

#myhead #navList a {
  float: none;
  line-height: 19px;
  padding: 8px 20px 8px;
  /*text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);*/
  display: block;
  color: #000;
}
#myhead #navList a:hover {
  color: #848484;
}

#myhead #blog_nav_newpost {
  font-size: 20px;
  padding-top: 7px !important;
}

/*update bala bala bala bala...*/
#mytitlezone {
  text-align: center;
  width: 100%;
  height: 600px;
  background-color: #FFF;
  animation-name: fadeIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
}
#mytitleInfo {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
  color: #000;
  margin:0 auto;
  text-align: center;
  max-width: 1200px;
  padding: 210px 0 220px;
  border-bottom:1px solid #D8D8D8;
}
#mytitleInfo p {
  font-family: "仿宋"; 
}
.linkzone { 
  margin:0 auto;
  width:160px;
  height: 80px;
  text-align: center;
  padding-top: 20px;
}
.linkList {
  list-style:none outside none;
}

.linkList li {
  list-style: none;
  float: left;
  margin: 0px 10px;
}
.linkList li a img {
  height: 25px;
  width: 25px;
}
.toolbar-follow img {
  padding: 2px;
} 
.toolbar-csdn img {
  padding: 1px;
} 
#myfoot {
}
#footer {
    text-align: center;
    width: 100%;
    min-height: 15px;
    border-top: 1px solid #333;
    padding: 10px 0;
    position: absolute;
    color: rgba(186,186,186,1);
    background-color: #000;
    font-size: 0.9rem;
}
#footer a {
  color: #666666;
}
/**********************************************************页底链接*****************************************************/
#sideBar {
  font-weight: 600;
  min-height: 500px;
  padding-top: 60px;
  background-color: #000;
  color: #fff;  
  width: 100%;
  position: relative;
  margin-top: 20px;
}
#sideBarMain{
  width:1200px;
  margin: 0 auto;
}

#sidebar_news {
  visibility: hidden;
  position: absolute;
  bottom: 60px;
  z-index: 999;
  left: 50%;
  margin-left: -100px;
  width: 200px;
}

#sideBar #profile_block #p_b_follow {
  visibility: visible;
  text-align: center;
}
#sideBar #profile_block #p_b_follow a{
  font-size: 1.2rem;
  padding: 10px 8px 5px 0px;
  margin: 8px 15px;
  display: block;
  position: relative;
}
/*#sideBar #profile_block #p_b_follow a:hover{
  background-color: #000;
  color: #fff;
  transition: all 0.2s linear;
}*/
#p_b_follow a:after,#p_b_follow a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in,-webkit-transform .2s ease-in
}

#p_b_follow a:hover:after,#p_b_follow a:hover:before {
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

#p_b_follow a:hover:before {
  -webkit-transform: translate3d(-3px,3px,0);
  transform: translate3d(-3px,3px,0)
}

#p_b_follow a:hover:after {
  -webkit-transform: translate3d(3px,-3px,0);
  transform: translate3d(3px,-3px,0)
}

#sideBar #profile_block a {
  color: #fff;
}

#sidebar_topviewedposts {
  float: left !important;
  width: 40% !important;
  padding: 0 30px;
}

#sidebar_postarchive, #sidebar_postcategory {
  width: 30% !important;
  float: right !important;
  padding: 0 30px;
}

.catListTitle {
  position: relative;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #666;
  font-weight: 600;
}
.catListTitle span {
  display: none;
}
#sidebar_toptags li,
#sidebar_categories li {
  font-size: 1rem;
  height: 40px;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color:#808080;
  transition: all 0.3s ease;
}
#sidebar_toptags li a,
#sidebar_categories li a {
    color: #808080;
    text-decoration: none;
}
#sidebar_toptags li:link,
#sidebar_categories li:link,
#sidebar_toptags li:visited,
#sidebar_categories li:visited,
#sidebar_toptags li:active,
#sidebar_categories li:active {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sidebar_toptags li:hover,
#sidebar_categories li:hover,
#sidebar_toptags li a:hover,
#sidebar_categories li a:hover{
  color: #fff;
}
#sidebar_topviewedposts li,
#sidebar_topdiggedposts li {
  margin: 15px 0;
  font-size: 1rem;
  padding-left: 15px;
  padding-right: 15px;
}
#sidebar_topviewedposts li,
#sidebar_topdiggedposts li {
  transition: all 0.3s ease;
}
#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{
  color: #808080;
}
#sidebar_topviewedposts li a:hover,
#sidebar_topdiggedposts li a:hover{
  color: #fff;
} 

/**************************************************************主页文章列表开始****************************************************/
#main {
  margin:0 auto;
  padding:15px 0 0;
  animation-name: fadeIn;
    animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
}
#mainContent {
  min-height: 400px;
  max-width: 1200px;
  margin: 0 auto;
}

.day,
.entrylistItem {
  min-height: 10px;
  margin-bottom: 30px;
  margin-top: 50px;
  padding-bottom: 5px;
}
.day .dayTitle {
    border-bottom: 1px solid #ddd;
    /*box-shadow: 0px 1px 0px rgba(255,255,255,0.5);*/
    text-align: center;
    font-size: 0.8rem;
    width: 200px;
    margin: 35px auto 0;
}
.day .dayTitle a{
  color:#c0c0c0;
}

.day .postTitle,
.entrylist .entrylistPosttitle {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 25px;
  text-align: center;
}


.day .postCon,
.entrylist .entrylistPostSummary {
  line-height: 1.5;
  width: 100%;
  color: #666;
  padding: 10px 0 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 {
  display: table;
  font-size: 0.8rem;
  padding: 5px 0 0;
}
.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: #c0c0c0 !important;
}

.day .postDesc,
.entrylist .entrylistItemPostDesc,
.post .postDesc {
  float: right;
  width: 100%;
  clear: both;
  text-align: right;
  padding-right: 5px;
  color: #c0c0c0;
  font-size: 0.8rem;
}
.day .postDesc a,
.entrylist .entrylistItemPostDesc a,
.post .postDesc a {
  color: #c0c0c0;
  padding: 0 4px;
}

.postDesc a:hover,.entrylistItemPostDesc a:hover {
  color: #000
}

.entrylistDescription {
  text-align: center;
  color: #c0c0c0;
  font-size: 0.8rem;
}
.postSeparator {
  height: 15px;
  margin: 0 auto 15px auto
}
.entrylistItem .postSeparator {
  border-bottom: 1px solid #ddd;
    text-align: center;
    width: 200px;
}

/* 分页 */
.topicListFooter {
    
}
.pager, #nav_next_page {
    color: #000;
    font-size: 0.8rem;
    text-align: center !important;
    padding: 10px 0 20px ;
}
.pager a, #nav_next_page a {
  padding: 4px 8px;
    background-color: #000;
    border: 1px solid #000;
    margin: 0 3px;
    color: #FFF;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.pager a:hover,
#nav_next_page a:hover {
  background-color: #FFF;
  color: #000;
}


/**************************************************************主页文章结束****************************************************/
/**************************************************************各列表页面****************************************************/
.entrylistTitle,
.PostListTitle,
.thumbTitle,
.myposts_title,
#taglist_title {
    text-align: center;
    font-size: 1.8rem !important;
    padding: 3rem 0;
    width: 100%;
  border-bottom:1px solid #D8D8D8;
}
.entrylist {
	margin-bottom: 100px;
}
#myposts {
	margin-bottom: 50px;
}
/* 标签列表 */
#myposts .PostList {
  /*border-bottom: 1px solid #d8d8d8;*/
  padding: 0;
  overflow: hidden;
  margin-top: 40px;
}
#myposts .PostList .postTitl2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 15px;
  padding-bottom: 5px;
}
#myposts .PostList .postDesc2 {
  font-size: 0.8rem;
  color: #c0c0c0;
  border-top: 0.8px solid #d8d8d8;
  float:left;
}
.forFlow >.pager:first-of-type {
  display: none;
}

/**************************************************************文章阅读视图开始****************************************************/
/*********************************************/
.post .postTitle {
    text-align: center;
    font-size: 1.8rem !important;
    line-height: 2rem;
    padding: 3rem 0;
    width: 100%;
    border-bottom:1px solid #D8D8D8;
}
.post .postTitle a {
  color: #000;
}

.post .postBody {
  padding: 5px 15px;
  line-height: 1.8;
  color: #666666;
  border-bottom: 1px solid #d8d8d8;
}
.post .postBody a{
	color: #a9a9a9;
}
.post .postBody a:hover {
  color: #444;
}
.post .postBody h1 {
  font-size: 22px !important;
  margin: 1.8rem 0 !important;
  color: #000;
}
.post .postBody h2 {
  font-size: 21px !important;
  margin: 1.7rem 0 !important;
  color: #000;
}
.post .postBody h2 a {
  color: inherit !important;
  text-decoration: underline;
}
.post .postBody h3 {
  font-size: 20px !important;
  margin: 1.6rem 0 !important;
  color: #000;
}
.post .postBody h3 a {
  color: inherit !important;
  text-decoration: underline;
}
.post .postBody h4 {
  font-size: 19px !important;
  margin: 1.5rem 0 !important;
  color: #000;
}
.post .postBody h4 a {
  color: inherit !important;
  text-decoration: underline;
}
.post .postBody h5 {
  font-size: 18px !important;
  margin: 1.4rem 0 !important;
  color: #000;
}
.post .postBody h5 a {
  color: inherit !important;
  text-decoration: underline;
}
.post .postBody h6 {
  font-size: 17px !important;
  margin: 1.3rem 0 !important;
  color: #000;
}
.post .postBody h6 a {
  color: inherit !important;
  text-decoration: underline;
}
.post .postBody p {
  margin: 18px auto;
}
.post .postBody hr {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #d8d8d8;
}
.post .postBody blockquote {
  border: none;
  color: #666666;
  margin: 20px 0;
  padding: 0 0 0 10px;
  min-height: 20px;
  background: transparent;
  border-left: 4px solid #555;
}
.post .postBody em {
  padding-right: 3px;
}
.post .postBody strong {
  margin: 0 3px;
}
.post .postBody img {
  max-width: 930px !important;
  display: block;
  margin: 30px auto;
}
.post .postBody ul li,
.post .postBody ol li {
  margin: 3px 0px;
  font-size: 15px;
  color: #666;
}
.post .postBody ul li p,
.post .postBody ol li p {
  margin: 0px !important;
}
.post .postBody table {
  font-size: 0.9rem;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #d8d8d8;
  width: 100%;
  margin-bottom: 24px;
}
.post .postBody table th {
  font-family: inherit;
  font-size: inherit;
  background: #f9f9f9 !important;
  white-space: nowrap;
  font-weight: 600;
  border: 1px solid #d8d8d8 !important;
  padding: 8px 16px !important;
}
.post .postBody table td {
  border: 1px solid #d8d8d8 !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: #586e75;
  line-height: 1;
  font-family: consolas !important;
  vertical-align: middle;
  margin: 0 3px;
  background: #f4f4f4 !important;
  font-size: 0.85rem !important;
  padding: .2em .3em !important;
  border: 1px solid #f4f4f4 !important;
}

.post .postBody #blog_post_info_block {
  margin-top: 35px;
}
.post .postBody #BlogPostCategory {
  margin-bottom: 0px;
}

.post .postBody #BlogPostCategory,
.post .postBody #EntryTag,
.post .postBody #post_next_prev {
  font-size: 0.8rem;
  color: #666666;
}
.post .postBody #BlogPostCategory a,
.post .postBody #EntryTag a {
  margin-left: 5px;
  color: #666666;
}
.post .postBody #post_next_prev a {
  color: #666666;
  text-decoration: none;
}
.post .postBody #BlogPostCategory a:hover,
.post .postBody #EntryTag a:hover,
.post .postBody #post_next_prev a:hover {
  color: #000;
}
.post .postBody #blog_post_info {
  border-top: 0.8px solid #d8d8d8;
}

/**********************代码样式********/
.cnblogs_code {
  background-color: #f4f4f4;
  padding: 1rem;
  border: none !important;
  font-family: Consolas, Menlo, "Microsoft YaHei", "微软雅黑", monospace !important;
  font-size: 0.9rem !important;
}
.cnblogs_code div {
  background-color: transparent;
  color: #586e75;
}
.cnblogs_code img {
  margin: 0 !important;
}
.cnblogs_code pre {
  color: #586e75;
  font-size: inherit !important;
  font-family: inherit !important;
}
.cnblogs_code pre span {
  font-size: inherit !important;
  font-family: inherit !important;
  color: inherit;
}
.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: #656c73;
  border: 1px solid #989fa6;
  background-color: transparent;
  display: inline-block;
  cursor: pointer;
  padding: 5px 5px 2px 5px;
}

/********************************markdown代码样式**********************************/
.cnblogs-markdown .hljs {
    display: block;
    color: #586e75;
    overflow-x: auto;
    background: #F4F4F4 !important;
    border: none !important;
    font-family: Consolas, Menlo, "Microsoft YaHei", "微软雅黑", monospace !important;
    padding: 1rem !important;
    font-size: 0.9rem !important;
}

.hljs-comment, .hljs-meta {
    color: #c0c0c0;
    font-weight: 300;
}

.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
    color: #2aa198;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
    color: #268bd2;
}

.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
    color: #795da3;
}

.hljs-section,
.hljs-name {
    color: #63a35c;
}

.hljs-tag {
    color: #333333;
}

.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
    color: #db7093;
}

.hljs-addition {
    color: #55a532;
    background-color: #eaffea;
}

.hljs-deletion {
    color: #bd2c00;
    background-color: #ffecec;
}

.hljs-link {
    text-decoration: underline;
}

/* 标签列表 */
#taglist_main {
  margin-top: 0px;
}
#taglist_main #taglist {
  margin: 40px 0;
}
#taglist_main table {
  margin: 20px auto; 
}
#taglist_main table tr td {
  padding: 10px 50px 15px 50px;
  text-align: center;
}
#taglist_main table tr td .small {
  display: none;
}
#taglist_main table tr td a {
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
  padding: 15px 30px;
  margin: 0;
  text-align: center;
  border: 2px solid #000;
  color: #fff;
  background-color: #000;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
#taglist_main table tr td a:hover {
    color: #000;
    background-color: #fff;
}

/**************************************************************文章阅读视图结束****************************************************/

.cnblogs-markdown pre {
  white-space: pre !important;
  position: relative !important;
}


/* 工具栏 */
.esa-toolbar {
  position: fixed;
  display: grid;
  z-index: 999;
  bottom: 0px;
  right: 30px;
}
.esa-toolbar .esa-toolbar-gotop{
  height: 45px;
  width: 45px;
  bottom: 0px;
  font-weight: 400;
  position: relative;
  outline: none;
  cursor: pointer;
  border: none;
  transition: bottom 0.2s ease;
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0);
  background-position: center;
  background-repeat: no-repeat;
}
.esa-toolbar .esa-toolbar-gotop:hover {
  bottom: 4px;
}
.esa-toolbar .esa-toolbar-gotop {
  display: none;
  /*background-image: data-uri('./images/topss.png');*/
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjAQkEJhjL1xYYAAAA2UlEQVQ4y+3QMWoCARBG4U/iInYSEU1qwUMIHsPCc4jgGVJqYZE+vSDkBFYSL2AjXkAshLghkyYxkuwaUyf/dMMbZubxn2MqKr/B2+bm2pfiLUshLLUuwWtm4r1maj/hZRMh7O2FMFE+hxcMpcLBwMBBSA0V8gd6dkIYKykZC2Gnl4d3bIQwVQVVUyFsdM65WWgee02LPF8fbtZf7Lets3wlRkLY6n7b3LUVwkjy2WxYCal+hpGCvlRYuYEr8OzarXt3XjK+e5JoePDo9fSoumKu7qL66UF/Lm8o0U8DRcj/hgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOS0wMS0wOVQwNDozODoyNCswODowMOfZ1GsAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTktMDEtMDlUMDQ6Mzg6MjQrMDg6MDCWhGzXAAAAQ3RFWHRzb2Z0d2FyZQAvdXNyL2xvY2FsL2ltYWdlbWFnaWNrL3NoYXJlL2RvYy9JbWFnZU1hZ2ljay03Ly9pbmRleC5odG1svbV5CgAAABh0RVh0VGh1bWI6OkRvY3VtZW50OjpQYWdlcwAxp/+7LwAAABh0RVh0VGh1bWI6OkltYWdlOjpIZWlnaHQANTEyj41TgQAAABd0RVh0VGh1bWI6OkltYWdlOjpXaWR0aAA1MTIcfAPcAAAAGXRFWHRUaHVtYjo6TWltZXR5cGUAaW1hZ2UvcG5nP7JWTgAAABd0RVh0VGh1bWI6Ok1UaW1lADE1NDY5Nzk5MDQ8g0WiAAAAEXRFWHRUaHVtYjo6U2l6ZQA1NDk1QpaAMp0AAABidEVYdFRodW1iOjpVUkkAZmlsZTovLy9ob21lL3d3d3Jvb3QvbmV3c2l0ZS93d3cuZWFzeWljb24ubmV0L2Nkbi1pbWcuZWFzeWljb24uY24vZmlsZXMvMTIyLzEyMjU1MDQucG5nqnEP9QAAAABJRU5ErkJggg==)
}


/* 消息 */
.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;
  color: #FFF;
  display: inline-block;
}
/* 推荐|收藏|反对 */



/* blog-common.min.css (1, 18975) */
#green_channel {
    float: left;
    padding:0;
    margin-top:0;
    border:none;
    margin-bottom: 20px;
    font-size: 0.8rem;
    width: 350px;
    text-align: left; 
}

/* blog-common.min.css (1, 19113) */
#green_channel a {
    background: none;
    font-weight: 500;
    display: inline-block;
    padding: 3px 8px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    -webkit-border-radius:0;
    -moz-border-radius:0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    vertical-align: middle;
    text-shadow: none;
}
#div_digg {
    position: static;
    float: left;
    margin: 30px auto 30px auto;
    z-index: -1;
    border-left: 2px solid #d8d8d8;
    padding-left: 45px;
    width: 400px;
}

#div_digg .diggit,
#div_digg .buryit {
  background: #FFF;
  margin: 0;
  display: inline-block;
  width: auto;
  height: 30px;
  float: left;
  margin-right: 20px;
  border-width: 0px;
  cursor: pointer;
  color: #fff;
  user-select: none;
  padding: 0px 10px;
  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: #fff;
  display: inline-block;
  font-size: 0.8rem;
  position: relative;
  top: 5px;
}
#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;
  font-size: 0.75rem;
  margin-top: 15px;
}
.feedbackItem .feedbackListSubtitle .feedbackManage {
  width:230px;
  text-align:right;
  float:right;
}
.feedbackItem .feedbackListSubtitle .sendMsg2This {
  background: transparent;
  padding-left: 0px;
  font-size: 15px;
}
.feedbackItem .feedbackListSubtitle .sendMsg2This::before {
  content: '✉️';
}
.feedbackItem a {
  color: #666666;
}
.feedbackItem .louzhu {
  background: #000000 !important;
  color: white;
  margin: 0px 2px;
  padding: 0px 6px 1px 6px !important;
  font-weight: 600;
}
.feedbackItem .comment_date {
  color: #666;
}
.feedbackItem .comment_quote {
  border: 1px dashed #000000;
}
#comment_nav {
  visibility: hidden;
}
.feedbackCon {
  background: none;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #d8d8d8;
}
.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 {
  padding: 8px;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 6px;
  font-size: 0.8rem;
  display: block;
  color: #666666;
  background-color: #f4f4f4;
  width: auto;
}
.feedbackCon .blog_comment_body a {
  color: #000000;
}
.feedbackCon .blog_comment_body img {
  
}
.feedbackCon .comment_vote {
  margin-top: 12px;
  font-size: 0.75rem;
}
.feedback_area_title {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
  font-size: 13px;
  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 #d8d8d8;
  background-color: #ffffff;
  padding: 3px;
  cursor: pointer;
}
.commentform .comment_textarea {
  width: 100% !important;
  height: 200px !important;
  border: 1px solid #d8d8d8;
  padding: 5px;
  font-family: inherit;
  font-size: 15px;
  resize: none;
  box-sizing: border-box;
  background-color: transparent;
  color: #666666;
}
.commentform .comment_textarea:focus {
  outline: 0;
}
.commentform .comment_textarea:hover {
  border-color: #000000;
}
.commentform #commentbox_opt {
    display: block; 
    margin-bottom: 20px;
    }
.commentform #commentbox_opt a {
  color: #666666;
  font-size: 0.75rem;
  padding-left: 35px;

}
.commentform #btn_comment_submit {
  width: auto;
  height: auto;
  border: 1px solid #000000;
  cursor: pointer;
  color: #fff;
  background-color: #000000;
  user-select: none;
  padding: 5px 20px;
  font-size: 0.75rem;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.commentform #btn_comment_submit:hover {
  color: #000;
  background-color: #FFF;
}
.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: #666666;
  background-color: #f4f4f4;
  border: none;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-thumb {
  border-radius: 1px;
  box-shadow: inset 0 0 5px #666666;
  background: #666666;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 1px;
}
::selection,
::-moz-selection {
  color: #000000;
}
@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;
}

}
.esa-mobile-menu {
  display: none;
  position: fixed;
  top: 16px;
  right: 15px;
  z-index: 9999;
  font-size: 1.5em;
  cursor: pointer;
  color: #000;
}
.esa-mobile-menu:after {
  content: '\2630';
  font-size: 1.5em;
  font-family: 'fontello';
}
@media only screen and (max-width: 767px) {
  #home {
  font-size: 12px !important;
}
#mainContent .forFlow {
  padding-top: 0px;
  margin-top: 0px; 
}
#sideBar,
.postDesc,
.esa-catalog {
  display: none;
}
.postBody {
  padding: 0px !important;
}
#main {
  /*margin-top: 50px;*/
  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;
}
#myhead {
  width: auto;
}
#myhead #navigator {
  display: none;
  width: 130px;
  margin-top: 50px;
}
#myhead #navList {
  width: 100%;
  margin: 0;
}
#myhead #navList li {
  float: none;
  text-align: center;
}
#myhead #navList li #blog_nav_tags {
  display: block !important;
}
#myhead #navList a:link,
#myhead #navList a:visited,
#myhead #navList a:active {
  width: 100%;
  background-color: #666;
  color: #fff !important;
  padding: 15px 0;
}
#myhead #navList a:hover {
  color: #000000;
  background-color: #666 !important;
}

#taglist_main table {
	margin: 0;
  width: 100%;
}
#taglist_main table tr td {
  padding: 5px 20px 5px 0px;
}

#taglist_main table tr td a {
  font-size: 12px;
  line-height: 1.2;
  padding: 5px;
  width: 100%;
  border: 1px solid #000;
}

.feedbackItem .feedbackManage {
  width: auto;
}


}
@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 .3s;
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
  z-index: 10;
}
[data-tips]::before {
  content: attr(data-tips);
  background-color: #fff;
  border-radius: 3px;
  border:1px solid #000;
  color: #000;
  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: #000 transparent transparent transparent;
  top: 1px;
  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);
}