#copyright, 
/* 广告 
#cnblogs_c1, #cnblogs_c2, #ad_t2, #cnblogs_ch, #blog_c1, */
/* geek:头像导航 */
.profile-menu, 
/* geek:无意义按钮 */
#green_channel_follow, 
.custom-card-actions, 
/* 详情:无意义按钮 */
.buryit, 
#blog_post_info,
/* 详情:举报 */
/* .postDesc, */
.postDesc a[onclick],
/* 首页:邮箱 */
.email,
/* 导航:设置*/
/* #cnblog-nav ul a:nth-child(7), */
/* 首页:通知 */
.account-button-notice,
/* 导航:总首页 */
#cnblog-nav ul a:nth-child(1),
/* 导航:编辑*/
#cnblog-nav ul a:nth-child(3),
/* 导航:发布*/
#cnblog-nav ul a:nth-child(4),
/* 导航:联系我*/
#cnblog-nav ul a:nth-child(5)
{
	display: none !important;
}
#mainContent {
  /* box-shadow: 0 2px 2px -1px gray; */
  overflow: hidden;
}
#main{
  background: var(--geek-color-1)
}
/* 设置圆角 */
#mainContent, .profile-banner, .avatar, .custom-card, #post_detail,
.catListLink > ul > li , .event-wrapper, .pager, #nav_next_page > a,
.pager > a
{
  border-radius: 20px !important;
}
.custom-card-desc{
 padding: 0 20px 20px !important; 
}

/* 首页图片过滤 */
.profile-banner{
  filter: brightness(.80) contrast(1.1);
}
/* 卡片样式 */
.custom-card {
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.custom-card:hover {
  transform: scale(1.05) rotate(1deg);
  box-shadow: 0 12px 24px -8px gray;
}
.custom-signature{
	font-weight: bold;
}

/* 文章排版很丑 */
.postTitle{
  text-align: center;
  margin-top: 20px !important;
}
#cnblogs_post_body, #post-signature{
  padding: 20px 40px 20px 40px !important;
}

/* 首页资料 */
.profile-avatar, .profile-msg{
  bottom: 1em !important;
}


/* 加载动画 */
@keyframes spin3D{from{transform:rotate3d(0.5,0.5,0.5,360deg)}to{transform:rotate3d(0deg)}}#loading{height:100%;background-color:#1d2630;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;overflow:hidden;z-index:99999999}.spinner-box{width:300px;height:300px;display:flex;justify-content:center;align-items:center;background-color:transparent}.leo{position:absolute;display:flex;justify-content:center;align-items:center;border-radius:50%}.blue-orbit{width:165px;height:165px;border:1px solid #91daffa5;animation:spin3D 3s linear .2s infinite}.green-orbit{width:120px;height:120px;border:1px solid #91ffbfa5;animation:spin3D 2s linear 0s infinite}.red-orbit{width:90px;height:90px;border:1px solid #ffca91a5;animation:spin3D 1s linear 0s infinite}.white-orbit{width:60px;height:60px;border:2px solid #fff;animation:spin3D 10s linear 0s infinite}.w1{transform:rotate3D(1,1,1,90deg)}.w2{transform:rotate3D(1,2,0.5,90deg)}.w3{transform:rotate3D(0.5,1,2,90deg)}