html {
    overflow: hidden;
}
body {
    background-color: #f0f0f0 !important;
}

#top_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
#nav_main {
    height: 32px;
}
#nav_left > li:not(:first-child) > a {
    padding: 5px 8px;
    border-radius: 2px;
    transition: all .3s ease-in-out;
}
#nav_left > li:not(:first-child) > a:hover {
    background-color: #f8f8f8;
    color: #5fb878;
}
#nav_right {
    padding-right: 30px;
}
.navbar-custom {
    display: block !important;
}
.navbar-user-info > .dropdown-menu {
    padding: 0 !important;
    width: 80px;
    top: 130% !important;
    left: calc(50% - 40px) !important;
    border-radius: 2px !important;
    box-shadow: 2px 2px 6px 0 rgba(100,100,100,.25) !important;
}
.navbar-user-info > .dropdown-menu > a {
    text-align: center;
    padding: 5px !important;
    margin: 0 !important;
    text-decoration: unset !important;
}
.navbar-user-info > .dropdown-menu > a:hover {
    color: #5fb878 !important;
    background-color: #f0f0f0;
    text-decoration: unset !important;
}
#home {
    margin: 0 !important;
    max-height: calc(100vh - 42px);
    overflow-y: scroll;
    margin-top: 42px !important;
    padding: 0 10% !important;
    background-color: unset !important;
    box-sizing: border-box;
    width: auto !important;
    min-width: unset !important;
    box-shadow: unset !important;
}
#home::-webkit-scrollbar-thumb {
    background-color: #b7b7b7;
    border-radius: 4px;
}
#home::-webkit-scrollbar {
    background-color: #f8f8f8;
    width: 8px;
}

#header, #main {
    background-color: #f9f9f9 !important;
    padding: 15px !important;
    box-sizing: border-box;
    box-shadow: 2px 4px 6px rgba(100,100,100,.15);
}
#header {
    margin-top: 30px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#blogTitle h1,
#blogTitle h2 {
    text-align: center !important;
    float: unset !important;
}
#blogTitle h1 a {
    color: #000 !important;
}
#main {
    display: flex;
    margin-top: 0 !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
#navigator {
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}
#navList {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#navList > li {
    margin-right: unset !important;
}
#navList > li > a {
    padding: 5px 8px !important;
    height: unset !important;
    width: unset !important;
    border-radius: 2px;
    color: #5fb878 !important;
    transition: all .3s ease-in-out;
    font-size: 16px !important;
    font-weight: 400 !important;
}
#navList > li > a:hover {
    color: #fff !important;
    background-color: #5fb878;
}
#navigator .blogStats {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 !important;
}

#mainContent,
#sideBar {
    box-sizing: border-box;
    overflow: unset !important;
    margin: 0 !important;
    float: unset !important;
}
#mainContent {
    width: 70%;
    padding-right: 10px;
}
.c_b_p_desc_readmore {
    color: #5db878 !important; 
}
#sideBar {
    width: 30%;
    padding-left: 10px;
}
#mainContent .forFlow,
#sideBarMain {
    margin: 0 !important;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    transition: all .3s;
}
#blog-calendar {
    box-shadow: unset !important;
}
#mainContent .forFlow:hover,
#blog-calendar:hover {
    box-shadow: 2px 4px 6px rgba(100,100,100,.15);
}
.postTitle {
    float: unset !important;
    width: unset !important;
    display: inline-block;
    border-left: 3px solid #009688 !important;
    padding-right: 15px;
    background-color: #5fb878 !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.postTitle a {
    color: #fff !important;
}
#sidebar_news {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
}
#sidebar_news .catListTitle {
    padding: 5px;
    background-color: #5fb878;
    text-align: center;
    color: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin: 0 !important;
}
#profile_block {
    font-size: 14px;
}
#blog-news {
    padding: 5px;
    background-color: #f8f8f8;
    font-family: "Comic Sans MS";
}
#blog-calendar {
    width: auto !important;
    border-radius: 4px;
}
.CalTodayDay {
    background-color: #5fb878 !important;
    border-radius: 2px;
}
.input_my_zzk {
    border-radius: 2px;
}
.input_my_zzk:hover,
.input_my_zzk:focus {
   border-color: #5fb878 !important;
}


/* 响应式 */
@media only screen and (max-width: 767px) {
  #sideBar {
      display: none !important;
  }
  #home, #header {
      padding: unset !important;
      margin: unset !important;
  }
}