.day .dayTitle a{
font:16px/1.5 "Microsoft Yahei",Tahoma, Helvetica, Arial, "SimSun", sans-serif;
}

.day .postTitle a{
font:18px/1.5 "Microsoft Yahei",Tahoma, Helvetica, Arial, "SimSun", sans-serif;
}

#topics{
font-family:"Microsoft Yahei",Tahoma, Helvetica, Arial, "SimSun", sans-serif;
}
.postTitle #cb_post_title_url{
font:22px/1.5 "Microsoft Yahei",Tahoma, Helvetica, Arial, "SimSun", sans-serif;
}
.postBody p
{
font-size:14px;
}
.postBody h2 {
    color: #fff;
    background: none repeat scroll 0 0 gray;
    border-radius: 3px 3px 3px 3px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
}
.postBody #cnblogs_post_body img {
    max-width: 1400px;
}


/* 自定义 */
#blogTitle {
    clear: both;
    background: url(https://images.cnblogs.com/cnblogs_com/ImBit/2255249/o_221215104220_01.jpg) center center / cover no-repeat rgb(34, 34, 34);
    height:300px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 50%);
}

#blogTitle h1 {
    z-index: 100;
    position: absolute;
    width: auto;
    padding: 6px 30px 6px 40px;
    margin-top: 30px;
    background: 0 0;
    border: 1px solid hsla(0,0%,100%,.3)!important;
    font-size: 120%;
    font-weight: 100;
    background-color:rgba(0,0,0,0.3);
}

#blogTitle h1 a {
  color: #f9f9f9!important;
 
}

#blogTitle h1 a::before  {
    position: absolute;
    top: 14px;
    right: 0.5em;
    bottom: 0.5em;
    left: 20px;
    width: 11px;
    height: 10px;
    content: "";
    background: linear-gradient(#fff 20%,transparent 0,transparent 40%,#fff 0,#fff 60%,transparent 0,transparent 80%,#fff 0);
}

#blogTitle h1 a:hover {
  text-decoration: none;
  opacity: .6;
}

#navigator {
    position: absolute;
    top: 250px;
    left: 0px;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}


#navList a {
    height: 50px;
}

#navList a:hover {
    background-color: rgba(0,0,0,0.5);
}


#nhBannerAnimation{ width:100%; height:100%; }
#nhBannerAnimation .circles{position:absolute;top:0;left:0;width:100%;height:300px;overflow:hidden;}
#nhBannerAnimation .circles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:hsla(0,0%,100%,.2);animation:nhBannerAnimation 25s linear infinite;bottom:-150px}
#nhBannerAnimation .circles li:first-child{left:25%;width:80px;height:80px;animation-delay:0s}
#nhBannerAnimation .circles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}
#nhBannerAnimation .circles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}
#nhBannerAnimation .circles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}
#nhBannerAnimation .circles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}
#nhBannerAnimation .circles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}
#nhBannerAnimation .circles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}
#nhBannerAnimation .circles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}
#nhBannerAnimation .circles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}
#nhBannerAnimation .circles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}
@keyframes nhBannerAnimation{0%{transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{transform:translateY(-1000px) rotate(2turn);opacity:0;border-radius:50%}}

#main {
    background-color: #333;
    padding: 40px 50px 0 50px;
}

.catListTitle {
    background: #ffa726;
    border-bottom: 1px solid #ef6c00;
    text-shadow: none;
}



.postTitle {
    border-bottom:none;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
   color:  #ff8800;
}

#topics .postTitle {
    font-weight: bold;
    border-bottom: 1px dashed #ccc; 
    width: 100%;
    padding: 10px;
    text-align: center;
}
.postTitle #cb_post_title_url {
    font: 40px/1.5 "Microsoft Yahei",Tahoma, Helvetica, Arial, "SimSun", sans-serif;
}
