
body {
    background: #E5F2FF url(https://h2.ioliu.cn/bing/Kinkakuji_ZH-CN8643828412_1920x1080.jpg) fixed no-repeat;
    background-size: cover;
}

  * {
      margin: 0 auto;
      padding: 0;
    }

    #bkgrd {
      margin: 0px auto;
      border-radius: 50% 50%;
      background: center center ;
      background-size: cover;
      width: 200px;
      height: 200px;
      position: fixed;
      right: 2px;
      top: 2px
    }

   #timenow {
            background: center center;
            color: #ffffff;
            left: 65px;
            top: 40px;
            position: absolute;
            font-size: 18px;
            background-color: rgb(54, 54, 54);
    }

    #second {
      width: 3px;
      height: 90px;
      background-color: #000;
      border-radius: 1.5px 1.5px 0 0;
      position: absolute;
      left:97px;
      top: 10px;
      background-color: rgb(250, 4, 4);
      border-radius: 50% 50%;
    }
    
    @keyframes second {
      0% {
          transform: rotate(0deg);
      }
      100% {
          transform: rotate(360deg);
      }
    }

    #minute {
      width: 5px;
      height: 75px;
      border-radius: 2.5px 2.5px 0 0;
      position: absolute;
      left:96px;
      top: 24px;
      background-color: blue;
      border-radius: 50% 50%;
    }

    #hour {
      width: 5px;
      height: 60px;
      border-radius: 3.5px 3.5px 0 0;
      position: absolute;
      left: 95px;
      top: 40px;
      background-color: black;
      border-radius: 50% 50%;
    }

    #core {
      width: 10px;
      height: 10px;
      background-color: grey;
      border-radius: 50% 50%;
      position: absolute;
      left:93px;
      top: 94px;
      z-index: 1;
    }

    .kd {
      background-color:blue;
      width: 10px;
      height: 10px;
      line-height: 30px;
      border-radius: 50% 50%;
    }

    #one {
      position: absolute;
      left: 140px;
      top: 15px;
      transform: rotate(30deg);
    }

    #two {
      position: absolute;
      left:176px;
      top:49px;
      transform: rotate(60deg);
    }

    #three {
      position: absolute;
      left:189px;
      top: 95px;
      background-color: red;
      transform: rotate(90deg);
    }

    #four {
      position: absolute;
      left: 175px;
      top: 141px;
      transform: rotate(120deg);
    }

    #five {
      position: absolute;
      left: 140px;
      top: 176px;
      transform: rotate(150deg);
    }

    #six {
      position: absolute;
      left: 94px;
      top: 185px;
      background-color: red;
      transform: rotate(0deg);
    }

    #seven {
      position: absolute;
      left: 48px;
      top:176px;
      transform: rotate(30deg);
    }

    #eight {
      position: absolute;
      left: 14px;
      top: 141px;
      transform: rotate(60deg);
    }

    #nine {
      position: absolute;
      left: 2px;
      top: 94px;
      background-color: red;
      transform: rotate(-90deg);
    }
	
    #ten {
      position: absolute;
      left: 14px;
      top: 49px;
      transform: rotate(-60deg);
    }

    #eleven {
      position: absolute;
      left: 48px;
      top: 16px;
      transform: rotate(-30deg);
    }

    #twelve {
      position: absolute;
      left: 94px;
      top: 5px;
      transform: rotate(0deg);
      background-color: red;
    }


.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #062eff;
    transition: all .4s linear 0s;
}

.catListTitle {
    background: #037bfb;
    border-bottom: 1px solid #060;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #fff;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: .5em;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}

#ad_t2 {
    display: none;
}
#cnblogs_c1 {
    display: none;
}

#under_post_news  {
    display: none;
}

#cnblogs_c2 {
    display: none;
}

#under_post_kb {
    display: none;
}

#HistoryToday {
    display: none;
}

#poweredby{
    display: none;
}
#sideBar{
    display: none;
}
#navigator {
    background-color: #003472;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    clear: both;
    color: #ffffff;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #ffffff;
}

#navList {
    min-height: 30px;
    float: left;
    height: 50px;
}

#myposts {
    margin-left: 20px;
    background-color: #ffffff;
}

#taglist_main {
    margin-top: 20px;
    background-color: aliceblue;
}

#mainContent .forFlow {
    margin: 1em 10em;
    float: none;
    width: auto;
}
.blogStats{
    display: none;
}
#comment_form{
    display: none;
}
#nav_next_page a{
  background-color: yellow;
  color: red;
  font-weight:bold;
}
