#footer {
    padding-top: 20px;
    text-align: left;
    font-size: 1em;
    color: #f1f0f0;
}
/*顶赞*/
#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: #c0c0c0 0px dashed;
    font-size: 12px;
    width: auto; 
    text-align: left; 
}
#div_digg {
    float: right;
    margin-right: 30px;
    font-size: 12px;
    margin-top: 10px;
}
.diggit {
    float: left;
    width: 50px;
    height: 45px;
    background: url('https://images.cnblogs.com/cnblogs_com/BAIDI-HOME/1642508/o_200205121702GJ.jpg') repeat;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid white;
    transition: 0.3s ease;
}
.buryit {
    float: right;
    width: 50px;
    height: 45px;
    background: url('https://images.cnblogs.com/cnblogs_com/BAIDI-HOME/1642508/o_200205131039BJ.jpg') repeat;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 100%;
    border: 1px solid white;
    transition: 0.3s ease;
}
.buryit:hover, .diggit:hover {
    transform: rotate(-30deg);
    box-shadow: 2px 7px 2px 2px black;
}
.burynum {
    color: rgba(0,0,0,0);
}
.diggnum {
    color: rgba(0,0,0,0);
}
/*评论区*/
div.commentform textarea {
    width: 450px;
    height: 300px;
    font-size: 16px;
    border: 1px solid #1b0d0d;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif,'SimSun';
    background: #13101052;
    color: lightgreen;
}
.comment_btn {
    height: 26px;
    width: 68px;
    margin: 0;
    padding: 0;
    line-height: 22px;
    background-color: gray;
    border: 0.5px solid #2c2d2d;
    border-radius: 10%;
    box-shadow: inset 0px 0px 6px 0px;
}
div.commentform input.author, div.commentform input.email, div.commentform input.url {
    background-image: none; 
    background-repeat: no-repeat;
    border: 1px solid #1f1313;
    padding: 4px 4px 4px 2.3px;
    width: 300px;
    font-size: 13px;
    background-color: #29282852;
}
#commentform_title {
    background-image: none;
    background-repeat: no-repeat; 
    padding: 0 0 0 0px;
    margin-bottom: 0px;
}
/*去除广告*/
div[id^="ad_"] {
    display: none;
}
div[class^="c_ad"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}
/*侧边栏*/
/*侧边栏公告*/
#blog-news > img {
    display: block;
    margin: auto;
    border-radius: 20%;
    border: 0px solid #062035;
    box-shadow: 2px 19px 19px 0px black;
    transition: 0.3s ease;
    width: 40%;
    height: 40%;
}
#blog-news > img:hover {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    border: 4px dashed Lightgreen;
}
#profile_block {
    font-size: 15px;
    padding: 20px;
    line-height: 1.8;
}

#profile_block > a:link {
    color: #F60;
}
#rightmenu h3 {
    font-family: fira code,arial,sans-serif;
    color: #d6d6d6;
    font-size: 1.3em;
    font-weight: normal;
    padding-bottom: 0.5px;
    margin-top: 0px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    border-bottom: 1px dashed rgb(158, 220, 17);
    text-shadow: 3px 3px black;
    background-color: rgba(0,0,0,0);
}

#rightmenu ul {
    color: #cc6;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    text-decoration: none;
    list-style-type: armenian;
    list-style-position: inside;
    text-shadow: 5px 5px black;
    font-family: Consolas,"Microsoft JhengHei",monospace;
}
#main {
    background-color: rgba(0, 0, 0, 0);
}
#top a, #top a:link, #top a:visited, #top a:active, #top a:hover {
    font-family: verdana,arial,sans-serif;
    font-size: 1.3em;
    color: #c93;
    text-decoration: none;
}
#top {
    background-color: rgba(0,0,0,0);
    text-shadow: 2.5px 2.5px black;
    transition: transform .3s ease;
}
#top:hover {
    text-shadow: 7px 7px black;
}
#blog_post_info_block a {
    text-decoration:none;
    color: #5B9DCA;
    padding: 3px;
}
#tagline {
    font-family: Fira code,arial,sans-serif;
    font-size: .6em;
    font-weight: normal;
    text-transform: none;
    color: #ccc;
    margin-top: -13px;
}
#div.post {
    font-family: Microsoft Jhenghei,arial,sans-serif;
    background-color: #333333;
    color: #ded6d6;
    border-left: 0.5px solid #546707;
    border-right: 0.9px solid #297716;
    border-top: 0.5px solid #256898;
    border-bottom: 0.5px solid #d82222;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 150%;
}
/* 普通文字样式 */
#cnblogs_post_body p {
    margin: 18px auto;
    color: rgba(247,247,247,1);
    font-family: Consolas, "SimSun", monospace;
    font-size: 16px;
    text-indent: 0;
}

/* 标题样式 */
#cnblogs_post_body h1 {
    font-family: Consolas,"Microsoft JhengHei",monospace;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: rgba(205, 164, 50, 1);
    text-shadow: 6px 6px black;
}

#cnblogs_post_body h2 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 26px;
    font-weight: bold;
    color: rgba(205, 164, 50, 1);
    text-shadow: 3px 3px black;
    line-height: 1.5;
    margin: 20px 0;
}

#cnblogs_post_body h3 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: rgba(205, 164, 50, 1);
    margin: 10px 0;
}

#cnblogs_post_body h4 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
/* 标题样式设置结束 */
/*表格*/
#cnblogs_post_body th {
    background-color: #272636;
    font-size: large;
    transition: 0.3s ease;
}
#cnblogs_post_body th:hover {
    color: white;
}
#cnblogs_post_body td {
    background-color: #2d2626;
    font-size: small;
    transition: 0.3s ease;
}
#cnblogs_post_body td:hover {
    color: #b5e620;
}
/* 去除双下划线斜体样式 */
em {
    font-style: normal;
    color: #000;
}

/* 无序列表 */
#cnblogs_post_body ul li {
    font-family: Consolas,"SimSun",monospace;
    color: rgba(247, 247, 247, 1);
    font-size: 15px;
    list-style-type: disc;
    line-height: 30px;
    transition: 0.4s  ease;
}
/*#cnblogs_post_body ul li:hover {
    color: rgba(249, 226, 123, 1);
}*/
/* 有序列表 */
#cnblogs_post_body ol li {
    font-family: Consolas, "SimSun", monospace;
    color: rgba(247,247,247,1);
    font-size: 16px;
    list-style-type: armenian;
    transition: transform 0.5s  ease;
}
#cnblogs_post_body ol li:hover {
    transform: translateX(5px);
}
/* 超链接 */
#cnblogs_post_body a:link {
    text-decoration: none !important;
    color: #002C99;
}

/* 引用背景 */
#topics .postBody blockquote {
    background: #fff3d4;
    border: none;
    border-left: 5px solid #f6b73c;
    margin: 0;
    padding-left: 10px;
}

/* 单行代码 */
.cnblogs-markdown code {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 16px!important;
    line-height: 20px;
    background-color: #f5f5f5!important;
    border: 1px solid #ccc!important;
    padding: 0 5px!important;
    border-radius: 3px!important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}

/* 多行代码, 引用 */
.cnblogs-markdown .hljs {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 16px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}
/*附注*/
blockquote {
    border-left: 4px double Lightgreen;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-style: normal;
    background: rgba(45,45,45,1);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: transform 0.5s ease;
}
blockquote:hover{
    transform: translateX(-10px);
    background-color: rgba(38,38,38,1);
}
/*修饰*/
strong{
    color: Lightgreen;
    font-weight: bolder;
}
em{
    color: Lightblue;
    font-family:Consolas,"Microsoft YaHei",monospace;
}

/*悬停动效*/
div.post {
    font-family: Microsoft Jhenghei,arial,sans-serif;
    background: #333333;
    color: #ded6d6;
    border-left: 0.5px solid #546707;
    border-right: 0.9px solid #297716;
    border-top: 0.5px solid #256898;
    border-bottom: 0.5px solid #d82222;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 13px;
    line-height: 150%;
    transition: transform .3s ease;
}
div.post:hover {
    transform: translate(3.5px,3.5px);
    background-color: rgba(0,0,0,0);
}

#a:link{
    text-decoration: none !important;
    color:white;
}

/*代码换行*/
pre {
    /*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
}
/*代码块高亮*/
.cnblogs-markdown .hljs  {
  display: block;
  border: 2px solid white !important;
  border-radius: 6px !important;
  overflow-x: auto;
  padding: 0.5em;
  background: #011627 !important;
  color: #d6deeb !important;
  max-height: 500px;
  white-space: pre;
  word-break: normal;
}








/*滑轮美化*/
  ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
  }
  ::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: rgba(90,90,90,1);
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
  }
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.5);
  background   : #ededed;
  border-radius: 10px;
 }
/*滚动头*/
/*交叉点*/
::-webkit-scrollbar-corner {
  background-color: rgba(0,0,0,0);
}
/*CSS布局*/
#rightmenu {
    float: right;
    right: 0px;
    margin: 10px;
}
#div.post_detail {
    margin: 0px;
}
/*toTop*/
#btnTop {
   display: none;
   transition: 0.4s ease;
}
#btnTop:hover {
    transform: rotateX(30deg);
    box-shadow: 0px 6px 7px 0px black;
    cursor: pointer;
}
table {
    margin: auto;
}

/*行内code*/
.cnblogs-markdown code {
    background-color: #3c3a3a!important;
    border: 0px !important;
    color: #44e944 !important;
}