#cnblogs_post_body {
  /* 去掉页内滚动 */
  /*max-height: 1200px;*/
  /*overflow-y: auto;*/
  padding: 0 10px;
  box-shadow: 0px 0px 10px #999;
}
::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  padding-top: 0px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius:8px;
  height: 10px;
  width: 3px;
  border: none;
  background: rgba(0,0,0,0.3);
  -webkit-box-shadow: 0.5px 1px 1px rgba(0,0,0,0,3);
  // background: -webkit-linear-gradient(rgb(200,200,200), rgb(150,150,150));
}
::-webkit-scrollbar-thumb:hover {
    //-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.25);
    //background-color:rgba(0,0,0,.4)
    background-color:#bbb!important;
}
::-webkit-scrollbar-thumb:active {
    //-webkit-box-shadow:1px 2px 3px rgba(0,0,0,.35);
    //background-color:rgba(0,0,0,.5)
    background-color:#bbb!important;
}

html {
    overflow: hidden;
}
body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-image: url(https://ss0.baidu.com/94o3dSag_xI4khGko9WTAnF6hhy/super/crop%3D72%2C0%2C1589%2C993/sign=9e72357ed7160924c86af85be93007d6/8d5494eef01f3a29057a87e69e25bc315c607c63.jpg);
    background-size: cover;
    background-position: center;
    transition: background 1.5s ease;
}

#header {
    background: rgba(255, 255, 255, 0.05) !important;
    overflow: hidden;
}

#home #blogTitle {
    height: 210px;
    background: none;
}
#home #blogTitle h1 {
    top: 30px;
    left: 0px;
}
#home #blogTitle h1>a {
    color: #169fe6;
    text-decoration: none;
    font-family: "华文行楷", "华文新魏", "Microsoft YaHei" ;
    font-size: 50px;
    text-shadow: 4px 4px 9px rgba(0,0,0,0.4);
}

#home #navigator {
    background-color: rgba(22,159,230,0.1);
    border: 1px solid rgba(19,140,202,0.3);
    box-shadow: 0px 1px 2px rgba(22,159,230,0.3);
}

#home .day {
    background: rgba(255, 255, 255, 0.85);
    margin: 7px 0;
    box-shadow: 4px 3px 3px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.1);
}

#sideBarMain h3.catListTitle{
    background-color: rgba(22,159,230,0.3);
    border: 1px solid rgba(22,159,230,0.3);
}

.sidebar-block,
#sidebar_search, #sidebar_search,
#sidebar_categories, #sidebar_postarchive,
#sidebar_topviewedposts, #topview_posts_wrap,
#topview_posts_wrap, .catListView,
#sidebar_topcommentedposts, #topfeedback_posts_wrap, .catListFeedback,
#topfeedback_posts_wrap, #blog-comments-placeholder {
     background: transparent;
}
#blog-comments-placeholder {
    background: rgba(255, 255, 255, 0.85);
}
#profile_block, #google_q, #sidebar_search_box, #TopViewPostsBlock, #TopFeedbackPostsBlock, #sidebar_postarchive ul {
    background: rgba(255, 255, 255, 0.7);
}
 #topics, #comment_form_container {
    background: rgba(255, 255, 255, 0.85);
}
#leftcontentcontainer .sidebar-block ul li a {
    color: #333;
}
#widget_my_google input.btn_my_zzk {
    background: rgba(255,94,82,0.5);
    height: 35px;
    line-height: 35px;
}

#widget_my_google input {
    border-radius: 20px;
}

#nav_next_page a {
    background-color: rgba(153,177,107,0.5)
}
#nav_next_page a:hover {
    background-color: rgba(153,177,107,0.7)
}


.day .postTitle a {
  color: #444;
}
.day .c_b_p_desc {
    color: #222;
}

#ad_text_under_commentbox, #ad_t2, #opt_under_post, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb, #HistoryToday {
  height: 1px;
  visibility: hidden;
  overflow: hidden;
}

/* 评论区可点击文字 */
#comment_nav a {
    padding: 3px 12px;
    color: deepskyblue;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 0 0 6px;
}
#comment_nav a:hover {
    color: springgreen;
}

#sidebar_postarchive ul {
    max-height: 800px;
    overflow-y: auto;
}

.display_none {
    display: : none;
}
.display_block {
    display: block;
}
.display_flex {
    display: flex;
}

/* 公告栏处BGM和背景切换提示 */
#hotTip {
    padding: 6px;
    margin: 20px 0;
    color: #eee;
    background-color: rgba(50,50,50,0.5);
}