#home{
    margin-top: 0;
    padding-top: 45px;
}
#blogTitle h1 a{
    color: white;
}
#header{
    background-image: url();
    background-color: black;
    opacity: 1;
    color: white;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/735728/galleries/2119478/t_220305094309_headerbanner.jpg);
    background-size: 100% 100%;
}
#navigator{
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
}
#navList a:link{
    width: 50px;
    height: 19px;
    color:black;
    padding: 0;
    background: white;
    border-radius: 5px;
    margin-top: 15px;
}
#navList a:hover{
    color:red;
    background: white;
}
.blogStats{
    background: white;
    color: #000;
    font-weight: bold;
    margin-top: -66px;
    padding: 5px;
    border-radius: 5px;
    margin-left: 10px;
}
.goodsentence{
    background: #e6e6e6;
    z-index: 900;
}

.boxman {
            position: absolute;
            width: 46px;
            height: 62px;
            background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/735728/galleries/2119478/o_220305124447_man.jpg);
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: 0px 0px;
            left: -50px;
        }

#blog-news{
    border:1px solid black;
    border-radius:10px;
    padding: 10px;
    background:black;
    color: white;
    opacity: 0.5;
}
#sideBar  a{
    color: white;
}


.timeboxcontainer{
    position:fixed;
    width:200px;
    height:200px;
}
.timebox {
    width: 200px;
    height: 200px;
    background: black;
    position: relative;
    margin: 50px auto;
    border-radius: 50%;
}

.innerCircle {
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: white;
    margin: 5px;
}

.innerDot {
    position: absolute;
    margin: auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: black;
    margin: 90px;
}

.squarehour {
    width: 4px;
    height: 20px;
    background: black;
    position: absolute;
    left: 98px;
    transform-origin: 2px 100px 0px;
}

.squaremin {
    width: 2px;
    height: 10px;
    background: black;
    position: absolute;
    left: 98px;
    transform-origin: 2px 100px 0px;
}

#hour{
    width: 8px;
    height: 50px;
    background: black;
    position: absolute;
    left: 96px;
    top: 65px;
    transform-origin: 4px 35px 0px;
    transform: rotate(30deg);
    border-radius: 0 0 4px 4px;
}
#min{
    width: 4px;
    height: 70px;
    background: red;
    position: absolute;
    left: 98px;
    top: 45px;
    transform-origin: 4px 55px 0px;
    border-radius: 0 0 2px 2px;
}
#second{
    width: 2px;
    height: 80px;
    background: blue;
    position: absolute;
    left: 99px;
    top: 35px;
    transform-origin: 1px 65px 0px;
    border-radius: 0 0 1px 1px;
}

.number {
    color: black;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 90px;
    top: 20px;
    font-size: 20px;
    transform-origin: 10px 80px 0px;
}
///////////////////////////////////////////////////////////////////
