.skin-simplememory{
    background-image: url("https://images.cnblogs.com/cnblogs_com/cyanzll/2343397/o_230911165920_110504264_p0_master1200.png");
    background-size: 150%;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


#home
{
   background-color: rgba(255, 255, 255, 0.8);
   border: #000 1px solid;
   border-image-source: url("https://images.cnblogs.com/cnblogs_com/cyanzll/2343397/o_230912071902_a3.webp");
   border-image-slice: 10;
   border-image-width: 6px;
   border-radius: 30px;
}

#header {
    margin: 0;
}

#blogTitle h1
{
    text-align: center;
    font-family: FangSong;
    color: #006699;
    font-size: 36px;
    letter-spacing: 10px;
    margin-top: 5px;
    padding: 5% 0;
    border-radius: 6px 6px 0 0;
    background-image: url("https://images.cnblogs.com/cnblogs_com/cyanzll/2343397/o_230911162737_111296536_p0_master1200.png");
    background-position: center 35%;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all ease-in-out 1200ms;
}

#blogTitle h1:hover
{
    letter-spacing: 10px;
    padding: 12% 0;
    background-position: center 35%;
    background-size: 120%;
}


.catListTitle
{
    font-family: FangSong;
    transition: all ease-in 100ms;
}

#navigator
{
    background-color: rgba(92, 76, 167, 0.1);
    border-radius: 0 0 6px 6px;
}

#navList
{
    font-family: FangSong;
}

#navList a
{
    height: 50px;
    letter-spacing: 3px;
    line-height: 50px;
    padding-top: 0;
    transition: all ease-in 100ms;
    text-align: center;
    padding-left: 6%;
}

.blogStats {
    margin: 0 30px 0 0;
    line-height: 50px;
    font-family: 'Times New Roman', FangSong;
    font-size: 15px;
}

#navList a:hover
{
    // background-color: #21759b;
    background-color: rgba(92, 76, 167, 0.5);
    color: #fff;
}

#navList li
{
    text-align: center;
    font-size: 16px;
    margin: 0 20px 0 0;
}

#sideBar h3
{
    border-left: 5px solid rgba(92, 76, 167, 0.8);
    padding-left: 5px;
}

.side
{
    margin: 20px 0;
    font-family: FangSong;
    line-height: 20px;
    font-size: 18px;
    color: #000;
}

#footer
{
    display: none;
}

.navbar
{
    display: none;
}

.postTitle {
    border-left: 3px solid rgba(92, 76, 167, 0.8);
    border-radius: 3px;
    margin: 0;
    padding: 5px 0;
    background-color: rgba(255, 255, 255, 0);
    transition: all ease-in-out 100ms !important;
    transition: background-color ease-in-out 100ms !important;
    font-family: 'Times New Roman', FangSong;
}

.postTitle:hover
{
    background-color: rgba(92, 76, 167, 0.9);
    color: #fff;
}

.postTitle a {
    margin: inherit !important;
    color: inherit !important;
}

.postTitle2 span {
    font-size: 18px;
    line-height: 100%;
}

#sidebar_news,#sidebar_search.mySearch,.catListLink,.catListTag,#sidebar_postcategory,#sidebar_postarchive,#sidebar_imagecategory,.catListView {
    padding: 0px 12px 15px 12px !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

input#q.input_my_zzk
{
    width: 83%
}

.c_b_p_desc_readmore
{
    color: #21759b !important;
    text-decoration: none !important;
    line-height: 1.5em;
    font-size: 12px !important;
    padding: 1px 5px;
    border: 1px solid #21759b;
    border-radius: 5px;
    margin-left: 5px;
    transition: all ease-in 100ms;
}

.c_b_p_desc_readmore:hover
{
    background-color: #21759b;
    color: #fff !important;
}

.c_b_p_desc
{
    color: #444 !important;
    transition: all ease-in 100ms;
    font-family: 'Times New Roman', "宋体";
}

.c_b_p_desc:hover;
{
    color: #000 !important;
}

.desc_img
{
    padding: 0 20px;
    max-height: 120px;
    border-radius: 20%;
}

.myfooter
{
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    height: 80px;
    padding: 0 30px;
    margin-top: 10px;
}

.myfooter h2
{
     font-size: 28px;
     font-family: consolas;
     color: #888;
     text-align: right;
}


/** MarkDown样式调整 */
	.cnblogs-markdown .hljs{
	    font-size: 16px!important;
	    line-height: 2!important;
	    padding: 15px!important;
	}
	.cnblogs-markdown code{
		background:rgb(238,240,244) none !important;
		border:0px !important;
		color: rgb(73,59,92) !important;
		font-size: 16px!important;
	}
	.cnblogs-markdown h2{
		font-weight: 500;
		margin: 20px 0;
	}
	.cnblogs-markdown h2:before{
		content: "#";
		color: #eb5055;
		position: relative;
		top: 0;
		left: -12px;
	}
	#cnblogs_post_body h2{
		font-weight: 500;
		margin: 20px 0;
	}
	#cnblogs_post_body h3{
		font-size: 16px;
	    font-weight: bold;
	    line-height: 1.5;
	    margin: 10px 0;
	}
	.cnblogs-markdown h3:before{
		content: "##";
		color: #2175bc;
		position: relative;
		top: 0;
		left: -8px;
	}
	.postBody blockquote, .postCon blockquote{
		background-image: none;
		border-left: 5px solid #DDDFE4;
		background-color: #EEF0F4;
		width: 100%;
		padding: 6px 0 6px 25px;
	}
