* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #2c2b29;
}

#top_nav, #header {
  display: none;
}

#bar_title {
  width: 90%;
  height: 60px;
  margin: 0 auto;
}

#main_title a {
  color: #eee;
  font-size: 18px;
  line-height: 70px;
}

#bar {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0px;
  z-index: 100;
  color: #eee;
  background-color: #2c2b29;
  transition:0.5s ease-in-out;
  box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

#bar_menu {
  display: inline-block;
  float: right;
  text-align: right;
  line-height: 70px;
}

#bar_menu a{
  padding: 0 15px;
  color: #eee;
  font-size: 16px;
 text-decoration: none;
}

#main_title a:hover,
#bar_menu a:hover{
  color: #00a4ff;
}

#home {
  margin: 6% auto;
  margin-bottom: 1%;
  border-radius: 40px;
}

#home {
  padding: 10px 20px 10px 30px;
}

#sideBar {
  border-left: 2px #393a3e dashed;
  padding-left: 20px;
}

#sideBar h3 {
  font-size: 16px;
}

#sideBar a {
  font-size: 14px;
}

#profile_block,
.catListLink a {
  font-size: 14px;
}

#p_b_follow {
  margin: 10px 0;
}

#p_b_follow a{
  border: 1px #2c2b29 solid;
  border-radius: 7px;
  background-color: #2c2b29;
  color: #fff;
  padding: 5px 12px;
  font-weight: bold;
}

#p_b_follow a:hover {
  color: #2c2b29;
  background-color: #fff;
  text-decoration: none;
}

#to_top {
  display: none;
}

#to_top {
  position: fixed;
  bottom: 50px;
  right: 120px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  font-size: 35px;
  text-align: center;
  background-color: #fff;
  opacity: 0.8;
}

#to_top:hover {
  opacity: 1;
  cursor: pointer;
}

/** 去除广告 */
#cnblogs_c1,
#cnblogs_c2,
#ad_t2,
#under_post_news,
.itnews {
  display: none;
}

/** MarkDown样式调整 */
#topics .postTitle {
  font-size: 160%;
}

#cnblogs_post_body {
  margin-right: 20px;
}

.cnblogs-markdown code {
    border: 0px !important;
    color: #282a36 !important;
    font-size: 16px !important;
    font-weight: bold;
    tab-size: 4;
}

#cnblogs_post_body h2 {
    margin: 20px 0;
}

#cnblogs_post_body h2:before {
    content: "#";
    color: #eb5055;
    padding-right: 15px;
}

#cnblogs_post_body h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}

#cnblogs_post_body h3:before {
    content: "##";
    color: #2175bc;
    padding-right: 8px;
}

.postBody,
#cnblogs_post_body p {
  font-size: 16px;
}

.postBody blockquote, 
.postCon blockquote{
    background-image: none;
    border-left: 5px solid #DDDFE4;
    background-color: #EEF0F4;
    padding: 6px 25px;
}

blockquote{
    border: 0;
}

.cnblogs-markdown .hljs {
  font-size: 16px!important;
  line-height: 2!important;
  font-family: consolas,monospace !important;
  padding: 10px 15px!important;
}

/* code加上行数 */
.cnblogs-markdown .syntaxhighlighter table td.code {
  width:95% !important; 
}

.cnblogs-markdown .syntaxhighlighter code {
  font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace!important;
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.cnblogs-markdown .syntaxhighlighter code:before,
.cnblogs-markdown .syntaxhighlighter code:before {
  letter-spacing: -0.5em;
}

.cnblogs-markdown em{
    font-style:italic
}

/** 右侧导航 */
#right_meun{
    position: fixed;
    right: -220px;
    top: 75px;
    text-align: left;
    width: 14%;
    border-left: 1px solid #ddd;
    border-radius: 10px;
    font-size: 12px;
    background-color: #fff;
    transition:0.5s ease-in-out;
}

#right_meun a{
    display: inline-table;
    margin-left: 5px;
    white-space:nowrap;
    text-decoration: none;
    color: #313131;
    outline: 0;
}

#right_meun a:hover {
  color: #eb5055;
}

#right_meun>li::before {
    position: relative;
    top: 0;
    left: -4px;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background-color: #eb5055;
}

#right_meun li {
  list-style: none!important;
}

.day {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  margin: 20px 0;
  box-shadow: 0 0 20px 2px rgb(0 0 0 / 10%);
  transition: 0.3s;
  width: 90%;
}

.day:hover {
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
}

#live2dcanvas {
   width: 200px !important;
   height: 240px !important;
}