#blogTitle h2 {
  color: white;
  cursor: default;
}
#sideBar{
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: opx;
    box-shadow: none;
}
#blog_post_info_block {
  display: none;
}
#under_post_news {
  display: none;
}
/*评论框大小*/
#tbCommentBody.comment_textarea {
  width: 890px;
}
/*尾部间距*/
#footer {
  text-align: center;
  border-top: 2px solid #f596aa;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*居中间距*/
#mainContent .forFlow {
  margin-top: 10px;
}
/*评论框边框*/

#comment_form_container,
#blog-comments-placeholder {
  background-color: #f5f5f5;
  border-radius: 6px 6px 6px 6px;
  padding: 20px;
}

#comment_nav,
#homepage1_HomePageDays_DaysList_ctl05_ImageLink {
  display: none;
}
.postBody {
  border-bottom: 2px solid green;
}

.day {
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  margin-bottom: 5px;
}
.postSeparator {
  display: none;
}
.postTitle {
  border-left: 3px solid #21759b;
  font-size: 110%px;
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
  padding-left: 10px;
}
#cb_post_title_url.postTitle2 {
  font-size: 120%;
}
.dayTitle a:link {
  display: none;
}
body {
  /*background-image: url("https://wx4.sinaimg.cn/large/bfae17b6ly1fxqaqf3c07j21900u0dw7.jpg");*/
  background: url("https://wx4.sinaimg.cn/large/bfae17b6ly1fxqaqf3c07j21900u0dw7.jpg")
    no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
#main {
  font-size: 15px;
  font-family: 微软雅黑;
  padding-left: 0px;
  padding-right: 0px;
}
#home {
  opacity: 0.95;
  width: 970px;
  background-color: #f5f5f5;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 20px black;
}
.feedbackCon {
  background: url("https://images2015.cnblogs.com/blog/370709/201612/370709-20161230031921867-127780074.png")
    no-repeat 5px 0px;
}
#header {
  background-color: #f596aa;
}
#navList a:link,
#navList a:visited,
#navList a:active {
  color: white;
}
#navList a:hover {
  color: black;
}
.blogStats {
  color: white;
  cursor: default;
}
input.btn_my_zzk {
  display: inline-block;
  cursor: pointer;
  background-color: #f596aa;
  border: 1px solid #fedfe1;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  color: white;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  outline: none;
  vertical-align: middle;
  height: 25px;
  width: 65px;
  font-size: 13px;
  font-family: 微软雅黑;
  padding-left: 5px;
  padding-right: 5px;
}
input.btn_my_zzk:hover {
  background-color: pink;
}
input.btn_my_zzk:active {
  background-color: #e16b8c;
}
.input_my_zzk {
  width: 100px;
  vertical-align: middle;
  height: 20px;
  border: 1px solid #b6b6b6;
  color: #666;
  font-weight: normal;
  font-family: 微软雅黑;
  background: #f1f1f1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.input_my_zzk:focus {
  background: #e8e8e8;
}
.catListTitle {
  font-size: 15px;
  line-height: 36px;
  color: #f596aa;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 0 none;
  font-family: 微软雅黑;
  text-align: center;
  cursor: default;
}
.postDesc a:link,
.postDesc a:visited,
.postDesc a:active,
.entrylistItemPostDesc a:link,
.entrylistItemPostDesc a:visited,
.entrylistItemPostDesc a:active {
  background-color: #f596aa;
}
.postDesc a:hover,
.entrylistItemPostDesc a:hover {
  background-color: pink;
}
.postDesc a:active,
.entrylistItemPostDesc a:active {
  background-color: #e16b8c;
}
span {
  cursor: default;
}
a {
  color: #f596aa;
}
.c_ad_block {
  display: none;
}
.postBody {
  border-bottom: 2px solid #f596aa;
}
.comment_btn {
  display: inline-block;
  cursor: pointer;
  background-color: #f596aa;
  border: 1px solid #fedfe1;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  color: white;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  outline: none;
  vertical-align: middle;
  font-size: 13px;
  font-family: 微软雅黑;
  height: 26px;
  width: 68px;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.comment_btn:hover {
  background-color: pink;
}
.comment_btn:active {
  background-color: #e16b8c;
}
.postTitle {
  border-left: 3px solid #e16b8c;
}
.cnblogs-markdown code,
.cnblogs-post-body code {
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace,
    微软雅黑 !important;
  color: #c7254e !important;
  line-height: 1 !important;
  margin: 0 4px !important;
  font-size: 100% !important;
  padding: 2px 4px !important;
  border: 1px solid #eee !important;
  border-radius: 2px !important;
  word-wrap: break-word !important;
  background-color: #f9f2f4 !important;
}
.postBody blockquote {
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace,
    微软雅黑 !important;
  position: relative !important;
  padding: 1px 20px !important;
  border-left: 4px solid #f596aa !important;
  color: #6e6e6e !important;
  background: #f5f5f5 !important;
  font-size: 14px !important;
  border-radius: 0 2px 2px 0 !important;
  margin: 10px 0 !important;
}
.cnblogs-markdown .hljs,
.cnblogs-post-body .hljs {
  font-size: 15px !important;
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace,
    微软雅黑 !important;
  background: #f6f8fa !important;
  padding: 15px 15px !important;
  border-style: solid !important;
  border-color: #ddd !important;
  border-width: 1px !important;
  overflow: auto !important;
  color: #24292e !important;
  line-height: 22.400000000000002px !important;
}

.hljs {
  position: relative;
}
.btn-copy {
  display: inline-block;
  cursor: pointer;
  background-color: #f596aa;
  border: 1px solid #fedfe1;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: white;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 6px;
  right: 5px;
  top: 5px;
  outline: none;
}
.btn-copy:hover {
  background-color: pink;
}
.btn-copy:active {
  background-color: #e16b8c;
}