body{background:#eee;}
a{
    color: #fff;
    text-shadow: 0px 3px 10px rgba(0,0,0,.1);
transition:ease .5s;
}
#main {
    position: relative;
    padding-bottom: 50px;
}
a:hover{
color:#333;}
input{
    border: 0px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .75);
}
#header {
    background: #f9f9f9;
    overflow: hidden;
    border-bottom-left-radius: 1em;
    box-shadow: 0px 0px 5px #999;
    border-bottom-right-radius: 1em;
}
#blogTitle {
    padding: 16px;
    height: 6em;
    padding-top: 40vh;
    padding-bottom: 0em;
    background-image: url(https://dss0.baidu.com/94o3dSag_xI4khGko9WTAnF6hhy/super/crop%3D0%2C245%2C1383%2C858/sign=5f869109adec08fa324f49e764de115f/a9d3fd1f4134970a98cb259998cad1c8a6865dcf.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
#blogTitle .title {
    font-size: 2em;
    font-weight: bold;
line-height: 2em;
}
#blogTitle .subtitle {
    font-size: 1em;
    color: #fff;
    font-weight: bold;
}
#main{
position:relative;
}
#footer {
    text-align: center;
    position: fixed;
    bottom: calc(-3em - 10px);
    height: 3em;
    width: calc(100% - 20px);
    left: 10px;
    font-size: 10px;
    background: #5d5d5d;
    color: white;
    padding: 10px 0px;
    padding-top: 20px;
    border-radius: 1em;
    transition: ease .5s;
}
#footer:hover{
bottom: 0px;
left:0px;
border-radius:0px;
width:100%;
}
#footer:before{
content:"";
position: absolute;
    height: 5px;
    width: 100px;
    background: rgba(255, 255, 255, .9);
    border-radius: 10px;
    margin-left: -50px;
    margin-top: -3px;
    top: 10px;
    left: 50%;
}
#navigator {
    background: rgb(255, 255, 255);
    border-width: 0px;
    height: 4em;
    line-height: 4em;
    color: #999;
    padding-left: 15px;
    padding-right: 5px;
}
#navList li a{color:black;}
.day{
background: white;
    overflow: hidden;
    margin: 20px 0px;
    border-radius: .5em;
    box-shadow: 0px 5px 10px -5px #999;
transition:ease .5s;
}
.day .postSeparator{
    width: 100%;
    background: white;
    height: 1em;
    box-shadow: 0px -3px 3px -2px rgba(0, 0, 0, .1);
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}
.day:hover{
box-shadow: 0px 5px 20px -8px #999;
transform:scale(1.01);
}

.entrylistItem{
background: white;
    overflow: hidden;
    margin: 20px 0px;
    border-radius: .5em;
    box-shadow: 0px 5px 10px -5px #999;
transition:ease .5s;
}
.entrylistItem:hover{
box-shadow: 0px 5px 20px -8px #999;
transform:scale(1.01);
}
.entrylistPosttitle{
padding: 5px 10px;
    margin: 0px;
border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.entrylistPosttitle a{color:black !important;}
.c_b_p_desc{
padding: 5px 10px;
    margin: 5px 0px;
}
.entrylistItemPostDesc{
padding: 5px 10px;
    margin: 5px 0px;
    font-size: .7em;
}
.entrylist a{color:#0D47A1 !important}
.postTitle{
padding: 5px 10px;
    margin: 0px;
border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.postTitle a{color:black !important;}
.postCon{
padding: 5px 10px;
    margin: 5px 0px;
}
.postDesc{
padding: 5px 10px;
    margin: 5px 0px;
    font-size: .7em;
}
.post-view-count{
background: #4db6ac;
    padding: 0px 5px;
    border-radius: 10px;
    color: white;
font-weight: bold;
}
#post_view_count{
background: #4db6ac;
    padding: 0px 5px;
    border-radius: 10px;
    color: white;
font-weight: bold;
}
.post-comment-count{
background: #E57373;
    padding: 0px 5px;
    border-radius: 10px;
    color: white;
font-weight: bold;
}

#post_comment_count{
background: #E57373;
    padding: 0px 5px;
    border-radius: 10px;
    color: white;
font-weight: bold;
}
.post-digg-count{
background: #64b5f6;
    padding: 0px 5px;
    border-radius: 10px;
    color: white;
font-weight: bold;
}
#post_digg_count{
background: #64b5f6;
    padding: 0px 5px;
    border-radius: 10px;
    color: white;
font-weight: bold;
}
#sideBar {
position: fixed;
    width: 320px;
    border-left: 0px solid #ccc;
    border-top-width: 0;
    overflow: auto;
    padding: 20px 10px 10px 10px;
    top: 10px;
    margin: 0px 10px;
    padding-right: 50px;
    right: -400px;
    background: rgba(255,255,255,.8);
    border-radius: 1em;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 5px 10px -5px #999;
    height: calc(100vh - 80px);
transition:ease .5s;
}

@media only screen and (max-width: 767px){
#sideBar {
    width: auto;
    position: relative;
height:auto;
overflow:hidden;
right:0px !important;
    padding: 10px;
}
#sidebar_menu{
    display:none;
}
}
#sideBar:before{
content:"";
position: absolute;
    height: 5px;
    width: 100px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-left: -50px;
    margin-top: -3px;
    top: 15px;
    left: 50%;
}
#mainContent {
transition:ease .5s;
margin-right:0px;
}
#sideBarMain>div{
    padding: 10px;
    background: rgba(0, 0, 0, .05);
    border-radius: 1em;
    margin: 10px 0px;
}
.catListTitle{
        margin: 0px auto !important;
    text-align: center !important;
    width: 100%;
    font-size: 1.3em !important;
}
#sideBarMain #profile_block a{
background: #bfbfbf;
    padding: 1px 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,.1);
}
#calendar{
background:white !important;
}
#blogCalendar tbody tr td a{
    background: #009688;
    padding: 2px 5px;
    border-radius: 5px;
}
#blogCalendar tbody tr td{
padding: 2px 5px;
}
.CalTodayDay{
font-weight: bold !important;
}
.CalNextPrev a{border-radius:10px;}
.CalNextNext a{border-radius:10px;}
#sidebar_search_box{
display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}
#sidebar_shortcut ul{
display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}
#sidebar_shortcut ul li{
border-radius: 10px;
    padding: 2px 10px;
    background: #80CBC4;
    float: left;
    margin: 3px 5px;
    text-indent: 0px;
}
#sidebar_categories ul{
display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}
#sidebar_categories ul li{
border-radius: 10px;
    padding: 2px 10px;
    background: #80CBC4;
    float: left;
    margin: 3px 5px;
    text-indent: 0px;
}

#sidebar_toptags ul{
display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}
#sidebar_toptags ul li{
border-radius: 10px;
    padding: 2px 10px;
    background: #80CBC4;
    float: left;
    margin: 3px 5px;
    text-indent: 0px;
}
/*  */
#under_post_kb{opacity:0;}
#cb_post_title_url{    font-size: 2em;
    color: black;}

.post{
background: white;
    position:relative;
    margin: 40px 0px;
    border-radius: .5em;
    box-shadow: 0px 5px 10px -5px #999;
transition:ease .5s;
}
.postBody{
padding: 5px 10px;
    margin: 5px 0px;
}

#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #eee;
    font-size: 12px;
    border-radius: 1em;
    width: 350px;
    text-align: center;
    background: rgba(0, 0, 0, .02);
margin-right: 20px;
float:left;
}
#blog_post_info_block {
    margin-top: 20px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .01);
    border-radius: 1em;
}
.commentbox_main.comment_textarea{
width: 100%;
    border-radius: .5em;
}
#green_channel a{
background-image:url() !important;
}
#green_channel a:hover{
box-shadow:0px 0px 10px -2px rgba(0,0,0,.1);
}

.author_avatar {
      vertical-align: top;
    float: left;
    margin-right: 5px;
    background: rgba(0, 0, 0, .01);
    border-radius: 30px;
    border: 1px solid #eee;
}
author_profile_info>a:hover div#author_profile_detail{
transform: scale(1);
}
div#author_profile_detail {
    transform: scale(0);
}
.author_profile_info {
    float: left;
    line-height: 18px;
    margin: 10px;
}
#post_next_prev {
        line-height: 1.8;
    font-size: 12px;
    position: absolute;
    top: -25px;
    left: 3%;
    z-index: 0;
    background: rgba(255, 255, 255, .7);
    width: 94%;
    height: 25px;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    text-align: center;
    font-weight: bold;
    color: #428cd7;
}
#ad_t2 {
    margin-top: 5px;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 10px;
}
#ad_t2 a{
color:#333;
}
.recomm-block{
display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 10px;
}
.recomm-block a{
border-radius: 10px;
    padding: 2px 10px;
    background: #80CBC4;
    float: left;
    margin: 3px 5px;
    text-indent: 0px;
    height: 2em;
    line-height: 2em;
}
.recomm-block b{
    border-radius: 10px;
    padding: 2px 10px;
    font-weight: bold;
    float: left;
    font-size: 1.2em;
    margin: 3px 5px;
    text-indent: 0px;
    height: 2em;
    line-height: 2em;
}

#btn_comment_submit{
    background: #3949AB;
    color: white;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
}
#commentbox_opt a {
    padding-left: 10px;
    background: #EF9A9A;
    color: white;
    box-shadow: 0px 2px 5px rgba(0,0,0,.2);
    padding: 5px 10px;
    border-radius: 10px;
    margin: 10px;
    height: 26px;
    line-height: 26px;
}
.comment_preview p, div.commentform p {
    margin: 10px 0;
    color: #999;
}
#comment_nav a {
    padding-left: 10px;
    color: #999;
}
.c_ad_block{display:none;}

.feedbackItem {
    padding: 8px;
    border-bottom: 1px dotted #ccc;
    background: #dcdcdc;
    border-radius: 1em;
    border: 1px solid #ccc;
margin:5px 0px;
}
.comment_date + a{
background: #4db6ac;
    padding: 0px 5px;
    border-radius: 10px;
    color: white;
font-weight: bold;
}
#under_post_news{margin-bottom:10px;}
.RecentCommentBlock ul{
margin: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}
#p_b_follow{
    height: 40px;
    line-height: 40px;
    margin: 10px;
    float: right;
}
#p_b_follow a{
    background: #FFF176 !important;
    padding: 10px !important;
}
#TopFeedbackPostsBlock ul{
margin: 10px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}
#TopFeedbackPostsBlock ul li{
padding: 5px;
    background: rgba(77, 182, 172,.5);
    border-radius: 5px;
    text-indent: 0px;
    margin-left: 0px;
    margin: 3px 0px;
}
#TopFeedbackPostsBlock ul li:nth-child(1){
background: rgba(77, 182, 172,1);
}
#TopFeedbackPostsBlock ul li:nth-child(2){
background: rgba(77, 182, 172,.9);
}
#TopFeedbackPostsBlock ul li:nth-child(3){
background: rgba(77, 182, 172,.8);
}
#TopFeedbackPostsBlock ul li:nth-child(4){
background: rgba(77, 182, 172,.7);
}
#TopFeedbackPostsBlock ul li:nth-child(5){
background: rgba(77, 182, 172,.6);
}
#widget_my_google{display:none;}
#widget_my_zzk{width:100%;}
#widget_my_zzk #q{width: calc(100% - 55px);}
#widget_my_zzk #btnZzk{width:50px;}
#cnblogs_post_body h1, .blog_comment_body h1 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}
.recent_comment_body h1{font-size:1.2em;}
#cnblogs_post_body img {
    max-width: 80% !important;
    height: auto;
    max-height: 600px;
    border-radius: 1em;
}
#myposts .PostList {
    margin-right: 20px;
    margin-top: 10px;
    font-size: 13px;
    background: white;
    border-radius: 1em;
    border-left: 1em solid #80CBC4;
    padding: 5px 10px;
    box-shadow: 0px 4px 10px -2px rgba(0,0,0,.1);
}
#myposts .PostList a{color:black !important}
.postTitl2 {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}