body1 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body {
	margin:0;
	padding:0;
	background:#2d9b95;
	background:-moz-radial-gradient(center,ellipse cover,#2d9b95 0%,#0e1329 100%);
	background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#2d9b95),color-stop(100%,#0e1329));
	background:-webkit-radial-gradient(center,ellipse cover,#2d9b95 0%,#0e1329 100%);
	background:-o-radial-gradient(center,ellipse cover,#2d9b95 0%,#0e1329 100%);
	background:-ms-radial-gradient(center,ellipse cover,#2d9b95 0%,#0e1329 100%);
	background:radial-gradient(ellipse at center,#2d9b95 0%,#0e1329 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d9b95',endColorstr='#0e1329',GradientType=1 );
}
#home {
    margin: 0 auto;
    overflow: hidden;
}
#cnblogs_ch {
    display: none;
}
#under_post_card1 {
    display: none;
}
#under_post_card2 {
    display: none;
}
#blog_nav_sitehome {
    display: none;
}
#ad_t2 {
    display: none;
}
#cnblogs_c1 {
    display: none;
}
#under_post_news {
    display: none;
}
#cnblogs_c2 {
    display: none;
}
#under_post_kb {
    display: none;
}
#blog_nav_sitehome {
    display: none;
}
.clockdiv {
    text-align: center;
    margin-top: 5px;
}
#navList a:link {
        color: #000;
    text-shadow: 20px 14px 6px #5a5579;
}
#green_channel_follow {
    background-color: #aa0000;
}
#green_channel {
    padding: 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: #169fe6 1px dashed;
    font-size: 21px;
    width: 100%;
    text-align: center;
}
#green_channel #green_channel_digg {
    background-color: #0184b2;
}
#green_channel_favorite {
    background-color: #5d5c5c;
}
#green_channel_follow {
    background-color: #aa0000;
}
.comment_btn {
    height: 26px;
    width: 75px;
    margin: 0;
    /* color: blue; */
    background: #169fe6;
    border-radius: 50px;
    box-shadow: beige;
    padding: 0;
    line-height: 22px;
}
#green_channel #green_channel_favorite {
    background-color: #5e5d5d;
}
div.commentform textarea {
    width: 100%;
    height: 300px;
    font-size: 13px;
    border: 1px solid #8e1f1f;
    border-radius: 9px;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
}