* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--theme);
}

a:hover {
  color: #f60;
}

ul,ol {
  list-style-type: none;
}

:root {
  --theme: #8369e2;
}

#bannerbar {
  display: none !important;
}

#top_nav {
  display: none;
}

#header {
  text-align: center;
  box-shadow: 0 1px 3px rgb(26 26 26 / 10%);
}

#blogTitle {
  height: 200px;
  line-height: 200px;
  background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/465580/galleries/1314917/o_210403130642bg.jpeg);
  background-size: cover;
  background-position: center;
}

#lnkBlogLogo {
  display: none;
}

#Header1_HeaderTitle {
  font-family: 'Playball',cursive;
  color: #fff;
  font-size: 3rem;
  text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
  letter-spacing: -1px;
  font-weight: 700;
}

#navList {
  display: flex;
  justify-content: center;
}

#navList li a {
  display: inline-block;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  /* color: #95a5a6; */
  text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
}

#navigator .blogStats {
  display: none;
}

#main {
  /* display: flex; */
  flex-direction: row-reverse;
  margin: 0 auto;
  width: 95%;
}

@media only screen and (max-width: 767px) {
  #main {
    display: block;
  }
}

#sideBar {
  display: none;
  position: fixed;
  width: 250px;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  overflow: auto;
  font-size: 0.8rem;
  background: #fff;
  box-shadow: #7f8c93 1px 1px 5px;
  box-sizing: border-box;
}

#sideBar [id^=sidebar_] {
  margin-top: 5px;
}

#blogCalendar {
  padding: 10px;
}

#blogCalendar .CalTitle {
  margin-bottom: 5px;
  padding: 0 40px;
}

#blogCalendar tr:not(:first-of-type) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#blogCalendar tr:nth-of-type(2) th, #blogCalendar tr:not(:first-of-type) td {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

#blogCalendar .CalTodayDay {
  border-radius: 100%;
  color: white;
  background: var(--theme);
}

#mainContent {
  /* padding-top: 2.5rem;
  flex: 1; */
  margin: auto;
  max-width: 880px;
  padding: 2.5rem 0;
}

.day .dayTitle {
  display: none;
}

.day .postTitle {
  padding-bottom: 3px;
  border-bottom: 1px dashed #95a5a6;
}

.day .postTitle .postTitle2 {
  /* color: #7396a7; */
  font-size: 1.6rem;
  letter-spacing: -1px;
  word-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transition: color .3s ease;
}

.day .postCon {
  padding: 10px 0;
}

.day .postDesc {
  padding-bottom: 5px;
  line-height: 1rem;
  font-size: .8rem;
}

#topics .postTitle {
  text-align: center;
}

#cb_post_title_url {
  font-weight: 400;
  color: black;
  transition: color .3s ease;
}

#topics .postBody {
  margin-top: 15px;
}

#blog_post_info_block, #topics .postDesc, #comment_form {
  font-size: 0.8rem;
}

#green_channel {
  width: 100%;
  border-left: none;
  border-right: none;
}

#green_channel a {
  margin: 5px 10px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
}

#green_channel_weibo, #green_channel_wechat {
  display: none !important;
}

#comment_form [id^=ad_], #comment_form [id^=cnblogs_] {
  display: none;
}

#commentform_title {
  padding: 0;
  font-size: 1rem;
  background: none;
}

#footer {
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

#right_bottom_btns {
  position: fixed;
  width: 32px;
  right: 24px;
  bottom: 60px;
  z-index: 1000;
}

#right_bottom_btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 100%;
  text-align: center;
  background: #fff;
  cursor: pointer;
  box-shadow: #7f8c93 1px 1px 5px;
}

#right_bottom_btns .btn.back-top {
  visibility: hidden;
}

#right_bottom_btns .btn svg {
  width: 20px;
  height: 20px;
  fill: #97a1a7;
}