/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

:root{
    --bg:#f2f5f8;
    --card-radius: 20px;
    --card-bg: #fff;
    --theme-color: #333;
}
*{
    box-sizing: border-box;
}
body{
    color: #525f7f;
}
a {
    text-decoration: none;
    color: #00a4fa;
}

.skin-custom{
    background-color: var(--bg)
}

#sidebar_postarchive,#top_nav,#sidebar_topviewedposts, #blog-news, #blog-calendar,#sidebar_news, #comment_form, #blog_post_info{
    display: none !important;
}

#navList{
    list-style: none;
    display: flex;
}
#navList a{
    margin-left: 20px;
}

/* 头部 */
#header{
    position: relative;
    width: 100%;
    top: 0;
    height: 80px;
    padding-top: 15px;
    background-color: #f6f6f6;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
#header h1{
    margin: 0;
}

/* 博客列表 */
.day,.entrylist,.PostList{
   width: 100%;
    padding: 32px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: inset -1px 0 rgba(224,227,231,.6), inset 0 -1px #e0e4e7, inset 1px 0 rgba(224,227,231,.6);
}
.postSeparator {
    border-bottom: 1px solid #f8f8f8;
    margin: 20px 0
}
.postTitle, .entrylistPosttitle, .postTitl2{
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.35s ease;
    margin-bottom: 10px;
    font-weight: 700;
}

.blogStats{
    display: none;
}
.postTitle, .entrylistPosttitle a{
    color: var(--theme-color);
}
.postTitl2, .postTitl2 a,.postTitle2, .postTitle2 a{
    color: #333;
}
.postCon,.entrylistPostSummary{
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 14px;
    display: none;
}
.day + .day{
    margin-top: 20px;
}
.dayTitle{
    display: none;
}
.postDesc,.entrylistItemPostDesc,.postDesc2 {
    display: flex;
    font-size: 14px;
}
.postDesc span,.entrylistItemPostDesc span{
    margin-left: 10px;
}
.postDesc a:last-of-type,.entrylistItemPostDesc a:last-of-type, .postDesc2 a:last-of-type{
    margin-left: auto;
}

#main{
    display: flex;
    flex-direction: row-reverse;
    padding: 0 5px;
    max-width: 1200px;
    margin:0 auto;
}
#mainContent{
    flex: 1;
    min-width: 0;
    margin-left: 20px;
}

#sideBar{
    width: 240px;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    box-shadow: inset -1px 0 rgba(224,227,231,.6), inset 0 -1px #e0e4e7, inset 1px 0 rgba(224,227,231,.6);

    font-size: 14px;
}

/* 内容页面 */
.post{
     width: 100%;
    padding: 32px 32px 32px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: inset -1px 0 rgba(224,227,231,.6), inset 0 -1px #e0e4e7, inset 1px 0 rgba(224,227,231,.6);
}
.post .postTitle{
    font-size: 24px;
    line-height: 1;
    margin: 0;
}
.post .postTitle a{
    color: #333;
}
.post .postBody{
    margin-top: 10px;
}
#cnblogs_post_body{
    padding: 20px 0 40px;
    font-size: 14px;
}
#cnblogs_post_body h1,
#cnblogs_post_body h2,
#cnblogs_post_body h3,
#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6,
#cnblogs_post_body strong {
	font-weight: 600;
}
#cnblogs_post_body h1,
#cnblogs_post_body h2,
#cnblogs_post_body h3,
#cnblogs_post_body h4,
#cnblogs_post_body h5,
#cnblogs_post_body h6 {
	margin-top: 18px !important;
	margin-bottom: 15px;
}
#cnblogs_post_body h1 {
	font-size: 30px;
}
#cnblogs_post_body h2 {
	font-size: 26px;
}
#cnblogs_post_body h3 {
	font-size: 22px;
}
#cnblogs_post_body h4 {
	font-size: 18px;
}
#cnblogs_post_body h5 {
	font-size: 15px;
}
#cnblogs_post_body h6 {
	font-size: 13px;
}
#cnblogs_post_body figcaption {
	text-align: center;
	opacity: 0.65;
	margin-top: 10px;
}
#cnblogs_post_body img,
.shuoshuo-preview-container img {
	max-width: 100%;
	height: auto;
}
.shuoshuo-preview-container img {
	border-radius: var(--card-radius);
}
.shuoshuo-preview-container p + p > img:first-child {
	margin-top: 12px;
}
#cnblogs_post_body .wp-block-image figcaption,
.shuoshuo-preview-container .wp-block-image figcaption {
	text-align: center;
	font-size: 14px;
	opacity: 0.6;
}
#cnblogs_post_body video,
.shuoshuo-preview-container video {
	max-width: 100%;
	outline: none;
}
#cnblogs_post_body .wp-caption,
.shuoshuo-preview-container .wp-caption {
	max-width: 100%;
}
#cnblogs_post_body  a {
	position: relative;
}
#cnblogs_post_body  a:before {
	content: " ";
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--themecolor);
	transition: all 0.2s;
	transform: scaleX(0);
	backface-visibility: hidden;
}
#cnblogs_post_body  a[class*="button"]:before {
	display: none;
}
#cnblogs_post_body  a:hover:before {
	transform: scaleX(1);
}
#cnblogs_post_body  a.no-hover-underline:before {
	display: none;
}
/* 分类 */

.catListTitle{
    font-size: 16px;
}
.sidebar-block {

}
.sidebar-block ul{
    list-style: none;
    padding: 0;
}
.sidebar-block ul  li{
    list-style: none;
}
.sidebar-block ul  li a{
    
}
/* 标签 */
#sidebar_toptags{

}
#sidebar_toptags .tag-count{
    display: none;
}
#sidebar_toptags ul {
    display: flex;
    flex-wrap: wrap;
}
#sidebar_toptags ul a{
    vertical-align: middle;
    margin: 4px 4px 10px;
    padding: 4px 8px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0.25rem;
    background: #fff;
    color: #fff;
    line-height: 13px;
    font-size: 13px;
    transition: all .5s;
}
#sidebar_toptags ul li:nth-child(5n+1)  a{ background-color: rgb(171, 189, 129);}
#sidebar_toptags ul li:nth-child(5n+2)  a{ background-color: rgb(244, 126, 96);}
#sidebar_toptags ul li:nth-child(5n+3)  a{ background-color: rgb(132, 155, 135);}
#sidebar_toptags ul li:nth-child(5n+4)  a{ background-color: rgb(251, 155, 95);}
#sidebar_toptags ul li:nth-child(5n+4)  a{ background-color: rgb(52, 152, 219);}
/* 底部 */
#footer{
    margin-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

#myposts{
    margin-left: 0!important;
}
.PostListTitle{
    font-size: 20px;
    margin-top: 0px;
}

