/*去掉广告*/
#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}
#ad_t2{
 display: none;
    margin: 0;
    padding: 0;
}
/*美化推荐按钮*/

#div_digg { position: fixed;bottom: 20px;
   right: 10px;font-size: 0;z-index: 100;width:50px }
.buryit{display:none}

#green_channel { position: fixed;bottom: 30px;right: 100px;z-index: 100 }

/*美化头部*/

#header{
height:250px;
line-height:60px;
font-size:18px;
opacity:0.5;
}
#main{
margin-top:30px;
}
#blogTitle h1,#blogTitle h2{
line-height:50px;
}

#blogTitle h1 a {
    font-size:30px;
}

#blogTitle h2 {
 color:#F5F5F5;
font-size:15px;
}

#blogTitle {
    top: 62px;
}

.menu{margin-top:15px;}

#blog_stats{
line-height:50px;
color:#ffffff;
font-size:14px;
}

/*全局样式*/
html,body{
/*font-family: 'sans-serif', Microsoft YaHei , sans-serif;*/
font-family: "微软雅黑","Microsoft YaHei", "宋体", "Segoe UI", Tahoma, Arial;
background:#3B3B3B;
}

/*文章内容页*/

.post {
padding-bottom: 30px;
}


ul li {
    list-style: none;
line-height:25px;
}
.commentbox_main{
margin-right:20px;
}
#tbCommentBody{
width:100%;
height:120px;
}
.commentbox_title_left{
display:none;
}

.commentbox_title
{
width:100%
}
.commentbox_title_right{
float:right;
}

#sideBar{
border-radius:1px;
border:0px;
background:#FAFCFD;
}

#topics, .post{
border-radius:1px;
border:0px;
background:#FAFCFD;
}
.dayTitle{
border-bottom-width: 0px;
}

.dayTitle a
{
display:none;
}
.day{
border:1px solid #f1f1f1;
border-radius:3px;
padding:5px;
margin-bottom:6px;
background:#FFFFFF;
}

.day:hover{
    box-shadow: 4px 0px 6px #38AFF3;
}

.entrylistItem{
border:1px solid #f1f1f1;
border-radius:3px;
padding:5px;
margin-bottom:6px;
background:#FFFFFF;
}

.entrylistItem:hover {
 box-shadow: 2px 0px 6px #000;
}

#sideBarMain
{
padding:3px;
}

.feedbackItem,.commentform {
background:#ffffff;
padding:5px 10px;;
}
/*底部版权*/

#footer{
    margin: 30px 20px;
    font-size: 12px;
    text-align: center;
    color: #999;
    border-color:#f1f1f1;
    padding-top:20px;
}

/*button input 美化*/

.input_my_zzk{
border-radius:3px;
border: 1px solid #000000;
width:120px;
height:26px;
}
input.btn_my_zzk {
    height: 30px;
   padding:5px  10px;
    vertical-align: none;
border-radius:3px;
border:1px solid;
}
.comment_btn{
  height: 38px;

border-radius:3px;
border:1px solid;
}
#c{ position: fixed; top:0; left: 0; z-index:-1; opacity:0.8; }
/* -------------------------------------------------------------------------------------------------------------------*/
.headermaintitle{
background: #EEE url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAHklEQVQImWNkYGBgYGD4//8/A5wF5SBYyAr+//8PAPOCFO0Q2zq7AAAAAElFTkSuQmCC) repeat;
text-shadow: 4px -4px black, 3px -3px white;
font-weight: bold;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text 
}
.menu{
background: #EEE url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAHklEQVQImWNkYGBgYGD4//8/A5wF5SBYyAr+//8PAPOCFO0Q2zq7AAAAAElFTkSuQmCC) repeat;
text-shadow: 4px -4px black, 3px -3px white;
font-weight: bold;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}

.wrap {
    width: 120px;
    height: 200px;
    margin: 20px;
    position: fixed;
    top: 15px;
    right: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 22;
}

.cube {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    transform-style: preserve-3d;
    transform: rotateX(-30deg) rotateY(-80deg);
    animation: rotate linear 20s infinite;
}

.cube .out_front {
    transform: rotateY(0deg) translateZ(60px);
}
.cube .out_back {
    transform: translateZ(-60px) rotateY(180deg);
}
.cube .out_left {
    transform: rotateY(-90deg) translateZ(60px);
}
.cube .out_right {
    transform: rotateY(90deg) translateZ(60px);
}
.cube .out_top {
    transform: rotateX(90deg) translateZ(60px);
}

.cube .out_bottom {
    transform: rotateX(-90deg) translateZ(60px);
}

.cube div {
    position: absolute;
    width: 120px;
    height: 120px;
    opacity: 0.8;
    transition: all .4s;
}
/* --------------------------------------------去广告-----------------------------------------------------------------------*/
#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}
#ad_t2{
    display: none;
}

.under-post-card{
    display: none;
}
/*点赞*/
.diggit {
    float: left;
    width: 46px;
    height: 46px;
    background: url(https://blog-static.cnblogs.com/files/torchstar/up.gif) no-repeat;
}

/*日历背景图片
#blogCalendar{
    background: url(https://blog-static.cnblogs.com/files/torchstar/beijing.gif) no-repeat -50px,-40px,-10px,-10px;
}*/

/*积分与排名*/

/*评价框*/
#tbCommentBody {
    font-size: 14px;
    line-height: 1.42857143;
    width: 88%;
    height: 191px;
    padding: 5px 12px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #3c763d;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white url(https://blog-static.cnblogs.com/files/torchstar/textareass.gif) right bottom no-repeat;
    background-color: white;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 8px #aaa;
}
/*按钮颜色*/
input[type=button] {
    background-color: forestgreen;
}

/*背景*/

#home {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    background-color: #e2ddc7;
    background-image: url(https://blog-static.cnblogs.com/files/torchstar/banner.gif);
    background-position: top center;
    background-repeat: no-repeat;
}