::-webkit-scrollbar {
    width: 8px; /* 或者 height，取决于滚动方向 */
}

body.has-navbar.skin-custom{
    margin-top:0;
}

#top_nav{
    display:none
}

.head-img{
    width:100vw;
    max-height: 100vh;
}

/* 
    自定义文章卡片样式
 */
.day{
    border-radius:10px;
    box-shadow:0 0 20px 2px rgba(0,0,0,.1);
    padding:32px;
}
.forFlow{
    padding:12px;
}

@media (min-width: 767px) {
  /* 应用于宽度至少为767px的设备 */
  .forFlow{
    margin-right:22em;
  }
}

a.c_b_p_desc_readmore:hover{
    color: #87ceeb;
}

.dayTitle{
    display: none;
}

.postTitle{
    border-left:4px solid #87ceeb ;
    border-bottom:none ;
    padding-left: 12px;
    float: unset;
    margin-bottom:10px;
    font-size: 150%;
}

/* 
    自定义导航栏
 */
 #header{
    display: none;
 }
 #main{
    margin-top:93px;
 }
.nav-viewport{
    width:calc(100% - 30px);
    background-color: #fff;
    padding:32px 15px;
    position: fixed;
    top: 0;
    left: 0
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
    
}
.nav-container{
    /* margin: 0 22em; */
    display: flex;
    justify-content: space-between;
    
}
.title-container{
    font-size: 180%;
    font-weight: 700;
}
.menu-container {
    display: flex;
}
.menu-item{
    margin:0 20px;
}
.menu-item a:hover{
    color:skyblue;
    cursor: pointer;
}


@media (min-width: 767px) {
  /* 应用于宽度至少为767px的设备 */
  .nav-viewport{
   /* padding:32px 0; */
  }
  .nav-container{
    margin: 0 22em;
  }
}
/* 去除详情页底部多余结构 */
#cnblogs_ch,#under_post_card1,#under_post_card2,#commentform_title a,#vip_tip,#author_profile{
    display: none;
}

#green_channel{
    width:auto;
}
