
* {
  box-sizing: border-box;
  /*设置滚动条颜色*/
  scrollbar-color: #ccc #eee;
  /*去掉三角(滚动条宽度为8px)*/
  scrollbar-width: thin;
  /*隐藏滚动条（可以滚动）*/
  /* scrollbar-width: none; */
}

::-webkit-scrollbar {
  /*Chrome下隐藏滚动条（宽度设为0即可）*/
  width: 8px;
  height: 8px;
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  opacity: 0.5;
  box-shadow: inset 0 0 2px 2px #ccc;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
body{
    font-size: 14px;
}
.navbar {
    padding: 0;
    
}
#nav_main{
    margin:0 auto;
    padding: 10px 40px;
    width: 1200px;
    max-width: 100%;
}
#home {
    width: 1230px;
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 100%;
}
#blogTitle h1 {
    margin-left: 0;
    margin-top: 20px;
}
#zzk_search {
    display: none;
}

#nav_left>li {
    display: none;
}

#nav_left>li:nth-child(1),
#nav_left>li:nth-child(2),
#nav_left>li:nth-child(3),
#nav_left>li:nth-child(4) {
    display: block;
}
.navbar>nav .navbar-branding img {
    margin-left: 0;
}
#footer{
    display: none;
}
#sideBarMain h3, .newsItem h3 {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: bold;
}
#sideBarMain ul, .newsItem #blog-news {
    color: #888;
    font-size: 10pt;
    padding: 15px 20px;
}
#sidebar_search,#ad_t2,#cnblogs_c1,#under_post_card1{
    display: none;
}
.comment_textarea{
    width: 100%;
}
#blog_post_info_block {
    padding-top: 20px;
}
div.commentform textarea{
    height: 180px;
    /*resize: auto;*/
    min-height: 60px;
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.commentbox_title {
    border: 0;
}
.commentbox_footer{
    padding: 0;
    border: 0;
}
#topics .postTitle{
    padding-left: 0;
    font-size: 140%;
}
#page_end_html {
    width: 1200px;
        max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 20px;
    color: #999;
    box-sizing: border-box;
    background: url(https://www.cnblogs.com/skins/red_autumnal_leaves/images/fo.png) no-repeat 220px 0;

}
.comment_option{
    margin-bottom: -5px;
    font-size: 12px;
}
#tbCommentBodyPreview {
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    background: #fafafa;
    border: 0;
    border-radius: 5px;
}
.feedbackCon>div {
    padding-right: 0;
}
/* 导航栏 */
#navList {
    font-size: 16px;
}
#navList a {
    height: 0;
    padding: 5px;
}
@media only screen and (max-width: 767px) {
    #sideBar {
    padding: 0;
    }

    .newsItem,
    .catListEssay,
    .catListLink,
    .catListNoteBook,
    .catListTag,
    .catListPostCategory,
    .catListPostArchive,
    .catListImageCategory,
    .catListArticleArchive,
    .catListView,
    .catListFeedback,
    .mySearch,
    .catListComment,
    .catListBlogRank,
    .catList,
    .catListArticleCategory,
    #blog-calendar {
    margin-bottom: 15px;

    }
}







