body{
background: url(https://images.cnblogs.com/cnblogs_com/otkur/1793637/o_200627100029ground.png) repeat;
}
a[name=top]{
    width: 100%;
    height: 294px;
    display: block;
    position: absolute;
    top: 0;
    background: #6097fe;
}
#home{
border-radius: 8px;
position:relative;
margin-top:240px;
}
#home:before{
content: '';
display:block;
width:56px;
height:60px;
background: url(https://images.cnblogs.com/cnblogs_com/otkur/1793637/t_200626072907%E6%9C%AA%E6%A0%87%E9%A2%98-1.png?t=1593156783501) no-repeat;
background-size: contain;
position:absolute;
left: 100px;
top:-60px;
}
#home:after{
content: '';
display:block;
width:97px;
height:72px;
background: url(https://images.cnblogs.com/cnblogs_com/otkur/1793637/o_200627121010cloud.png) no-repeat;
background-size: contain;
position:absolute;
left: 600px;
top:-220px;
}
#blogTitle h2 {
    position: absolute;
    right: 100px;
    top: -100px;
    color: #fff;
    font-size: 20px;
}
.input_my_zzk{
border-radius: 16px;
}
#blog-calendar{
border-radius: 8px;
}
#blog-calendar .CalTodayDay{
border-radius: 8px;
}
#blog-calendar .CalTodayDay u{
color: #fff;
}