/*添加按钮*/
#cnblogs_post_body > code, p > code, strong > code {
text-align:left;
  text-indent:0em;!important
  padding-bottom:10px;
}


/*添加按钮*/
#cnblogs_post_body > p {
text-align:left;
  text-indent:2em;!important
  padding-bottom:10px;
}


.cnblogs-markdown pre {
	white-space: pre!important;
        font-size: 25px!mportant;
}

/*添加按钮*/
.cnblogs-markdown pre {
  position: relative;
}
.cnblogs-markdown pre > span {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
}
.cnblogs-markdown pre > .copyed {
  background: #67c23a;
}





.cnblogs-markdown .hljs {
	display: block!important;
	overflow-x: auto!important;
	padding: 1em!important;
	background: #282c34!important;
	border: 1px solid #fff!important;
	border-radius: 5px!important;
	font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace!important;
	font-size: 15px!important
}

#main {
    font-size: 15px!important;
}

li, p, strong {
    font-size: 15px !important
} 

img {
   zoom: 70%;
}

.cnblogs-markdown code {
   font-size: 14px !important;
   background-color: #f2f2f2 !important;
}

.cnblogs-markdown p code, td code,  li code {
   font-size: 14px !important;
   color: #e83e8c !important;
   background-color: #f2f2f2 !important;
}


.cnblogs-post-body .hljs {
    font-size: 30px!important
}


.hljs,.hljs-subst,.hljs-tag {
	color: #f8f8f2!important
}



.feedbackCon img {
border-radius: 40px;
-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;
transition: all 0.5s ease-out;
}
.hljs-emphasis,.hljs-strong {
	color: #a8a8a2!important;
        font-size: 15px!important;
}

.hljs-bullet,.hljs-link,.hljs-literal,.hljs-number,.hljs-quote {
	color: #ae81ff!important
}

.hljs-meta,.hljs-regexp {
	color: #fd971f!important
}

.hljs-built_in,.hljs-builtin-name,.hljs-code,.hljs-section,.hljs-selector-class,.hljs-title {
	color: #a6e22e!important
}

.hljs-strong {
	font-weight: 700
}

.hljs-emphasis {
	font-style: italic!important
}

.hljs-attr,.hljs-name,.hljs-selector-tag,.hljs-symbol {
	color: #f74449!important
}

.hljs-attribute,.hljs-keyword {
	color: #66d9ef!important
}

.hljs-class .hljs-title,.hljs-params {
	color: #f8f8f2!important
}

.hljs-addition,.hljs-selector-attr,.hljs-selector-id,.hljs-selector-pseudo,.hljs-string,.hljs-template-variable,.hljs-type,.hljs-variable {
	color: #e6db74!important
}

.hljs-comment,.hljs-deletion {
	color: #999!important
}














/* 文章title自定义带动画样式 */
.postTitle {
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  clear: both;
  background-color: #FBF9F9;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  border-left: 3px solid #21759b;
  padding-left: 20px;
  font-size: 20px;
  border-radius:0px;
}
.postTitle a:hover {
  text-decoration: none;
  margin-left: 20px;
  color: #E00000;
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
  transition: all 0.4s linear 0s;
}


#ad_t2,#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb {
    display:none; !important
}

.feedbackCon img:hover {
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}

.feedbackCon img {
border-radius: 40px;
-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;
transition: all 0.5s ease-out;
}

/* custom */
#cnblogs_post_body h2 span {display: inline-block; font-weight: normal; background: rgb(239, 112, 96); color: rgb(255, 255, 255); padding: 4px 10px 5px; border-top-right-radius: 3px; border-top-left-radius: 3px;   }
#cnblogs_post_body h2 {border-bottom: 2px solid rgb(239, 112, 96);} 
#cnblogs_post_body h3 {border-bottom: 1px solid green;} 
#cnblogs_post_body h3 { font-size: 1.4em;
    font-weight: bold;
    line-height: auto;
    margin: 0;
    color: black;
    padding: 0;
   background: none;
 }
			