/*整体网页部分*/
*{
cursor: url('https://images.cnblogs.com/cnblogs_com/moegarn/1971337/o_210506153042%E6%97%A0%E6%A0%87%E9%A2%98.png'),auto;
}
body{
background-image: url(https://images.cnblogs.com/cnblogs_com/moegarn/1971337/o_210506064816375f1cda0eff26b6576500662c2f5db1.jpg);
}

/*动态背景部分*/
#backgroundVideo {
	z-index: -1;
	position: absolute;
        padding:0px;
        margin:0px;
        top:0%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-attachment: fixed;
}

/*顶部内容部分 */
/*
.dropdown-menu a{
}

.navbar-custom{
z-index:1;
position:absolute;
top:2%;
left:4%;
width:1000px;
height:auto;
display: block;
border:0px solid white;
border-radius:20px;
background-color: rgba(255,255,255,0.4);
}
*/
/*顶部搜索栏部分*/
#zzk_search{
background-color: rgba(255,255,255,0.4);
}

#zzk_search_input{
color: steelblue;
font-weight:700;
}

#zzk_search_input::-webkit-input-placeholder{
color:steelblue; 
font-weight:200;
}

/*标题部分*/
#blogTitle{
z-index:1;
position:absolute;
top:6%;
left:4%;
padding:0px;
width:500px;
font-size:7px;
}

/*子标题部分*/
#blogTitle h2{
z-index:1;
position:absolute;
padding:0px;
top:75%;
left:0px;
font-size:18px;
}

/*目录部分*/
#navigator{
z-index:1;
position:absolute;
top:2%;
left:20%;
background-color:transparent;
}

#navList a{
font-weight: 500;
font-size: 20px; /*目录字体大小*/
color: black;
margin-bottom: 20px;
padding-right: 20px;
padding-bottom:25px;
}

#navList a:hover{
color:lightskyblue;
}

/*日历部分*/
.CalTitle{
background-color: rgba(255,255,255,0.0);
}

#blogCalendar{
font-size:18px;
}

.CalTodayDay{
font-size:25px;
font-weight:600;
color:lightskyblue;
}

/*主要内容部分*/
#main{
z-index:1;
position:absolute;
width:1300px;
top:100%;
left:16%;
border: 0px solid white;
border-radius: 20px;
background-color: rgba(255,255,255,0.6);
}

#mainContent,#sideBar{
background-color: rgba(255,255,255,0.0);
}

#mainContent{
border-top-left-radius:20px;
border-bottom-left-radius:20px;
padding-left:0px;
width:70%;
}

#sideBar{
border-top-right-radius:20px;
width:20%;
padding-left:80px;
padding-right:0px;
}

.postTitle{
font-size: 22px; /*文章标题字体大小*/
}

.postTitle a:hover{
color:lightskyblue;
}

.postCon{
font-size:15px;
}

.postDesc{
font-size:13px;
}
.postDesc a:hover{
color:lightskyblue;
}

.postDesc span{
padding-left:10px;
padding-right:10px;
}

.dayTitle a{
font-size:15px;
color:lightskyblue;
}

/*侧边栏标题部分*/
.catListTitle{
font-size:18px;
font-weight:400;
color:floralwhite;
letter-spacing: 5px;
border:0px solid white;
border-radius:20px;
background-color: transparent;
}

.newsItem .catListTitle{
text-align:center;
}

.catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle{
text-align:center;
}

.RecentCommentBlock,#sidebar_postcategory,#TopViewPostsBlock,#TopDiggPostsBlock,#sidebar_scorerank,#profile_block{
font-size:15px;
}

#sidebar_postarchive a{
font-size:15px;
}

#sidebar_postarchive a:hover{
color:lightskyblue;
font-weight:600;
}

#blog-news a:hover{
color:lightskyblue;
font-weight:600;
}

#sidebar_postcategory a:hover{
color:lightskyblue;
font-weight:600;
}

.RecentCommentBlock a:hover{
color:lightskyblue;
/*font-weight:600;*/
}

#TopViewPostsBlock a:hover{
color:lightskyblue;
/*font-weight:600;*/
}

#TopDiggPostsBlock a:hover{
color:lightskyblue;
/*font-weight:600;*/
}

#q{
outline:none;
border:0px solid white;
border-radius:10px;
padding-left:10px;
color:lightskyblue;
font-weight:400;
}

#btnZzk{
border:0px solid white;
border-radius:20px;
}

#btnZzk:hover{
color:lightskyblue;
}

.pager a,#nav_next_page a{
padding:10px;
font-size:15px;
color:white;
border:1px solid white;
border-radius:20px;
}

.pager a:hover,#nav_next_page a:hover{
color:lightskyblue;
font-weight:800px;
}

/*底部标签*/
#footer{
z-index:1;
position:absolute;
top:80%;
left:2%;
display:none;
}

#myCode{
background-color: rgba(255,255,255,0.1);
}

#under_post_card1{
display:none;
}

#cnblogs_c2{
display:none;
}

#under_post_card2{
display:none;
}