#home {
 
    z-index: 0 !IMPORTANT;
   
}
#footer {
    position: relative;
    top: 0;
    left: auto;
    width: 950px;
    height: auto;
    margin: auto;
    border: none;
    padding: 30px 0 30px 0;
    background: none;
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}
body{
    margin: 0;
    background-color: #333;
    background: #f4ede3;
}
#blogTitle a {
    color: #000;
    font-family: -webkit-pictograph;
    font-size: 36px;
    font-weight: normal;
}
.box{
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #cb6341;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px;
}
.box:after, .box:before{
    content: "";
    width: 110%;
    height: 110%;
    box-sizing: border-box;
    border: 2px solid;
    position: absolute;
    top: -5%;
    left: -5%;
    animation: boxBorder 6s linear infinite;
}
.box:before{
    animation-delay: -3s;
}
.box .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    animation: iconBox 3s linear infinite;
}
.box .icon:after,.box .icon:before{
    content: "";
    width: 40%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 30px;
    animation: iconBorder 3s linear infinite;
}
.box .icon:after{
    transform: rotate(60deg);
}
.box .icon:before{
    transform: rotate(-60deg);
}
.box .icon2:before{
    transform: rotate(0deg);
}
.box .icon2:after{
    height: 10px;
    width: 10px;
    background-color: #fff;
    transform: translate(12px,-6px);
    border: 3px solid #333;
    box-sizing: content-box;
    animation: iconYuan 3s linear infinite 0.6s;
}
/* 布局结束 */
/* 动画开始 */
@keyframes iconBox {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes iconBorder {
    0%{
        border-color: #fff;
    }
    30%{
        border-color: yellow;
    }
    60%{
        border-color: blue;
    }
    100%{
        border-color: red;
    }
}
@keyframes iconYuan {
    0%{
        background-color: #fff;
    }
    30%{
        background-color: yellow;
    }
    60%{
        background-color: blue;
    }
    100%{
        background-color: red;
    }
}
@keyframes boxBorder {
    0%{
        border-color: #fff;
        clip: rect(0, 220px, 2px ,0);
    }
    25%{
        border-color: yellow;
        clip: rect(0, 2px, 220px ,0);
    }
    50%{
        border-color: blue;
        clip: rect(218px, 220px, 220px ,0);
    }
    75%{
        border-color: green;
        clip: rect(0, 220px, 220px ,218px);
    }
    100%{
        border-color: aqua;
        clip: rect(0, 220px, 2px ,0);
    }
}



#blogTitle {
    position: relative;
    top: 130px;
    left: 0;
    width: 740px;
    height: 75px;
    margin: 0;
    border: none;
    text-align: center;
    padding: 0;
    background: none;
    margin: 0 auto;
}
#blogTitle h1 {
    float: none;
    margin: 0;
    border: none;
    padding: 0;
}
#navList {
    min-height: 40px;
    float: left;
    padding-left: 12%;
}
#navList li {
    float: left;
    
    margin-left: 24px;
    background: #00bcd496;
    border-radius: 7px;
}
#navList a {
    display: block;
    width: 70px;
    height: 31px;
    float: left;
    color: white !IMPORTANT;
    text-align: center;
    padding-top: 9px;
    font-size: 14px;
    font-family: 微软雅黑,微软雅黑,微软雅黑,微软雅黑;
}
#blogTitle {
    position: relative;
    top: 130px;
    /* left: 40%; */
    width: 100%;
    height: 75px;
    margin: 0;
    border: none;
    text-align: center;
    padding: 0;
    background: none;
    padding: 40px 0 0 0;
    text-align: center;
    margin: 0px auto;
    margin-left: -3vw;
}
.bb{
    border-radius: 50%;}

#sideBar {
    width: 205px;
    height: auto;
    float: right;
}

.newsItem {
    position: relative;
    width: 185px;
    height: auto;
    margin: 0 0 15px 0;
    border: none;
    border: 1px solid #ccc;
    padding: 10px;
    color: #6a6352;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
background: #f4ede3;
}
.newsItem .catListTitle {
    position: relative;
    top: -10px;
    left: -10px;
    width: 195px;
    border: 1px solid #ccc;
    height: 19px;
    margin: 0;
    /* border-bottom: #d6dddc 1px solid; */
    padding: 5px 0 0 10px;
    background-color: Transparent;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #00BCD4;
    text-decoration: none;
}
#blog-calendar{
    border: 1px solid #ccc;}
#leftcontentcontainer {
    position: relative;
    width: 205px;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    border: 1px solid #ccc;
    background: none;
    margin-top: 10px;
}
#blogCalendar{
    background: #f4ede3;
}
/************** 主体内容样式 ***********************/
.postBody {
    padding: 20px 40px;
}

#cnblogs_post_body {
    font-size: 15px;
}

#cnblogs_post_body h2 {
    /*标题h2*/
    border-left: 5px solid #FF3300;
    padding: 10px 20px;
    line-height: 2;
    background: #d6dbdf8a;
    margin: 30px 0;
    font-size: 25px;
}

#cnblogs_post_body h3 {
    margin: 20px 0;
    padding: 10px 20px;
    border-left: 5px solid #FF3300;
    font-size: 20px;
}

#cnblogs_post_body h4{
    font-size: 18px;
    margin: 20px 0;
}

/********************隐藏广告******************************/
#ad_t2, #cnblogs_c1, #under_post_news, #cnblogs_c2, #under_post_kb {
    display: none;
}
/*******************隐藏搜索框*****************************/
#widget_my_google, #google_q{
    display: none;
}
/*发表文章的标题*/
.postTitle {
    border-left: 3px solid #21759b;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
    .postTitle a:link, .postTitle a:visited, .postTitle a:active {
        color: #21759b;
        transition: all 0.4s linear 0s;
    }

    .postTitle a:hover {
        margin-left: 30px;
        color: #0f3647;
        text-decoration: none;
    }
    
/*文章内容（简介内容）*/
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.day .postTitle a {
    padding-left: 10px;
}

/*文章附加信息*/
.postDesc {   
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;     
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}

/*左右样式*/
#main{
    display: flex;
    width: 95%;}

#mainContent {
  min-height: 200px;
    padding: 0px 0px 10px 0;
    border: 1px solid #ccc;
    width: 100%;
}
#sideBar {
    width: 300px;
    box-sizing: border-box;
    margin-left: 30px;
    padding: 0;
}
#sideBar {
    width: 230px;
    min-height: 200px;
    padding: 0px 0 0px 20px;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#topics .postTitle a {
    color: #00bcd4;
    font-family: 微软雅黑,华文细黑,黑体,Arial;
    font-size: 18px;
    font-weight: normal;
}
/*sideBar博客侧边栏容器*/
#sideBar {
    width: 300px;
    box-sizing: border-box;
    margin-left: 30px;
    padding: 0;
}



/*侧边栏列表样式*/
#sideBarMain ul {
    background-color: #fff;
    padding: 15px -1px 20px 15px;
}

#sideBarMain li {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.catListTitle {
    position: relative;
    background: #00BCD4 !important;
    color: white !important;
    line-height: 17px;}

#sidebar_search {display:none}
#catListTitle{    border: 1px solid #333;
    border-radius: 0;
    margin-top: 10px;
    width: 84%;}
.day {
    position: relative;
    width: 95%;
    border: 1px solid red;
    /* background: white; */
    height: auto;
    margin: 10px 20px 0 20px;
    border: none;
    padding: 0;
}
.postCon a {
    /* color: #494949; */
    color: #009688;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
}
/*评论*/
.commentform {
    position: relative;
    width: 96%;
    height: auto;
    /* margin: 0 20px 0 20px; */
    padding: 10px;
    border: none;
    /* padding: 0; */
    border: 1px solid #00BCD4;
    /* background: white; */
}
.comment_btn {
    height: 26px;
    width: 68px;
    color: white;
    margin: 0;
    background: #00BCD4;
    border: none;
    padding: 0;
    line-height: 22px;
}
#commentbox_opt a {
    padding-left: 10px;
    /* border: 1px solid red; */
    display: inline-block;
    width: 39px;
    height: 24px;
    background: #00BCD4;
    color: white;
    line-height: 2;
}
div.commentform input.author, div.commentform input.email, div.commentform input.url {
    background-image: none;
    background-repeat: unset;
    border: none !IMPORTANT;
    padding: 0px;
    /* width: 300px; */
    font-size: 13px;
    background: none;
}
div.commentform textarea {
    width: 100%;
    height: 100px;
    font-size: 13px;
    border: 1px solid #ccc;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
}
/*字体彩色动画*/
#topics .postTitle a {
    color: #21759b;
    font-family: 微软雅黑,华文细黑,黑体,Arial;
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
   text-align: center;
    background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s infinite linear;
    text-align: center;
    display: inline-block;
}
 @-webkit-keyframes masked-animation {
         0%{ background-position: 0 0;}
         100% { background-position: -100% 0;}
    }
/*顶部关注我的样式*/
#green_channel a {
    /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAYAAABIdFAMAAAAGXRFW…99ZOdcZGvt4mJjzMVKqcha68iIePB86GAiOv8CDADlIUQBs7MD3wAAAABJRU5ErkJggg%3D%3D) repeat-x; */
    background: #00BCD4 !important;
    display: inline-block;
    padding: 3px 8px;
    border-radius: none !IMPORTANT;
    color: #fff;
    text-decoration: none;
    /* font-weight: bold; */
    cursor: pointer;
    margin-right: 10px;
    /* margin: 0 auto; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 1px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,.25);
    vertical-align: middle;
}
.buryit {
    display: none;}
/*随笔数样式*/
.blogStats {
    float: right;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
    color: #444;
    /* font-weight: 700 !IMPORTANT; */
    /* font-family: cursive !IMPORTANT; */
    font-size: 14px !IMPORTANT;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
/*右侧列表背景色*/
#sideBarMain ul {
    background-color: #f4ede3;
    padding: 15px -1px 20px 15px;
}
/*师徒*/
/**bg**/
.tangseng{
    position: absolute;
    top: 40px;
    right: 290px;
    background: url(//images.cnblogs.com/cnblogs_com/a-cat/1193051/o_tangseng.png) 0 0 no-repeat;
    z-index: 999999;
    width: 170px;
    height: 240px;
    animation: tszou 1s steps(8) infinite;
    -webkit-animation: tszou 1s steps(8) infinite;
    -moz-animation: tszou 1s steps(8) infinite;
    -o-animation: tszou 1s steps(8) infinite;
}
@keyframes tszou {
    to {
        background-position: -1360px 0;
    }
}
@-webkit-keyframes tszou {
    to {
        background-position: -1360px 0;
    }
}
@-moz-keyframes tszou {
    to {
        background-position: -1360px 0;
    }
}
@-o-keyframes tszou {
    to {
        background-position: -1360px 0;
    }
}

.bajie{
    position: absolute;
    top: 72px;
    right: 388px;
    background: url(//images.cnblogs.com/cnblogs_com/a-cat/1193051/o_bajie.png) 0 0 no-repeat;
    z-index: 999999;
    width: 200px;
    height: 180px;
    animation: bjzou 1s steps(8) infinite;
    -webkit-animation: bjzou 1s steps(8) infinite;
    -moz-animation: bjzou 1s steps(8) infinite;
    -o-animation: bjzou 1s steps(8) infinite;
}
@keyframes bjzou {
    to {
        background-position: -1600px 0;
    }
}
@-webkit-keyframes bjzou {
    to {
        background-position: -1600px 0;
    }
}
@-moz-keyframes bjzou {
    to {
        background-position: -1600px 0;
    }
}
@-o-keyframes bjzou {
    to {
        background-position: -1600px 0;
    }
}
.shaseng{
    position: absolute;
    top: 72px;
    right: 116px;
    background: url(//images.cnblogs.com/cnblogs_com/a-cat/1193051/o_shaseng.png) 0 0 no-repeat;
    z-index: 999999;
    width: 210px;
    height: 200px;
    animation: sszou 1s steps(8) infinite;
    -webkit-animation: sszou 1s steps(8) infinite;
    -moz-animation: sszou 1s steps(8) infinite;
    -o-animation: sszou 1s steps(8) infinite;
}
@keyframes sszou {
    to {
        background-position: -1680px 0;
    }
}
@-webkit-keyframes sszou {
    to {
        background-position: -1680px 0;
    }
}
@-moz-keyframes sszou {
    to {
        background-position: -1680px 0;
    }
}
@-o-keyframes sszou {
    to {
        background-position: -1680px 0;
    }
}
.wukong{
display: none;
    position: absolute;
    left: 100px;
    z-index: 999999;
    animation: mymove 5s infinite ease-in-out;
}
@keyframes mymove {
  0% {
    top: 30px;
  }
  50% {
    top: 120px;
  }
  100% {
    top:30px;
  }
}
.message{
    padding: 5px 20px;
    color: #000;
    font-size: 15px;
    position: absolute;
    top: -38px;
    right: 88px;
    background-color:#f3e100;
    white-space: nowrap;
}
.message:before{
    content: '';
    position: absolute;
    right: 10px;
    top: 100%;
    margin-left: 10px;
    float: left;
    width: 0; 
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color:#f3e100 transparent transparent transparent;
}
.wukong .wukong-img{
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.wukong-img img{
    width: 200px;
    height: 200px;
}

/**站长统计**/
#cnzz_stat_icon_1277869914{
      position: absolute;
      right: 0;
     padding: 5px;
}
/*滚动条整体样式*/
body::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}
/*滚动条滑块*/
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #00bcd496;
}
/*滚动条轨道*/
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 10px;
    background: #f4ede3;
}
#mainContent{
    box-shadow: 0 2px 6px rgba(158, 158, 158, 0.6);
    border-radius: 10px;
}
#sidebar_imagecategory{
display:none
}




/*手机端*/
@media only screen and (min-width: 320px) and (max-width: 767px){
.wukong,.bajie,.tangseng,.shaseng {
    display: none;
}
.bb{
 
    left: 31% !IMPORTANT;
}
#navList li {
    float: left;
    margin-left: 3px;
   background: #00bcd496 !IMPORTANT;
    border-radius: 7px;
}
.blogStats{
    position: absolute;
    top: -35px;
    left: 28%;

}