html {
    background-color: #fff;
    color: #212121;
}

h1 {
    background-color: #eee;
    border-top: 1px solid #cdd5d7;
    border-bottom: 1px solid #cdd5d7;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    font-size: 3.052rem;
    padding: 24px;
    padding-inline-start: max(24px, 3%);
}

body {
    display: grid;
}

div#top_nav {
    grid-column: 1/3;
}

h1 {
    grid-column: 1/3;
}

h1 a:hover {
    color: #3d7e9a;
}

div#main {
    grid-row: 4;
    margin-right: 3%;
    width: 65.66667vw;
    margin-left: max(3%, calc((100vw - 1200px) / 2));
    max-width: 800px;
    min-height: 900px;
    display: flex;
    flex-direction: column;
    padding-block-end: 24px;
}

div#rightmenu {
    grid-row: 4;
    position: static;
    display: flex;
    flex-direction: column;
    width: 20vw;
    max-width: 400px;
    margin-right: max(3%, calc((100vw - 1200px) / 2));
    min-height: 900px;
    display: flex;
}

p#footer {
    grid-column: 1/3;
    grid-row: 6;
    background-color: #212121;
    color: #fff;
    padding: 40px;
    font-size: 1rem;
    text-align: unset;
    border-top: unset;
    margin: unset;
    border-top: 1px solid #eee;
}

div#page_end_html {
    grid-column: 1/3;
    grid-row: 5;
    background-color: #212121;
    color: #fff;
    padding: 40px;
    font-size: 1rem;
    text-align: unset;
    display: grid;
}

div#page_end_html ul {
    list-style: none;
}

div#page_end_html ul.link-list1 {
    grid-column: 1/2;
}

div#page_end_html ul.link-list2 {
    grid-column: 2/3;
}

div#page_end_html ul li a{
    color: inherit;
}

.post {
    margin-right: 20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 24px;
}

#main {
    background-color: unset;
}

a:visited, a:active, a:link {
    color: #3d7e9a;
}

div.post a.postTitle2 span {
    text-decoration: underline;
    line-height: normal;
    font-size: 1.33333rem;
    letter-spacing: 0;
    /* font-weight: bold; */
}

.c_b_p_desc {
    margin-bottom: 24px;
}

h2 {
    font-family: x-locale-heading-primary,zillaslab,Palatino,"Palatino Linotype",x-locale-heading-secondary,serif;
}

p.postfoot {
    font-size: .88889em;
    font-style: italic;
    margin-bottom: 24px;
}

p.date {
    border-bottom: unset;
    content-visibility: hidden;
}

#rightmenu li {
    color: #3d7e9a;
    margin-right: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ececec;
    font-weight: bold;
}

#rightmenu {
    color: black;
}

#rightmenu ul {
    border: unset;
    padding-block-end: 24px;
}

#rightmenu h3 {
    color: black;
    background-color: #fff;
    border: unset;
    border-bottom: none;
    font-family: zillaslab,palatino,"Palatino Linotype",serif;
    font-size: 1.563rem;
}

div#blog-sidecolumn {
    display: flex;
    flex-direction: column;
}

div#sidebar_categories {
    order: 1;
}

#blog-news {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

div#sidebar_search_box {
    margin-block-start: 1em;
    margin-block-end: 1em;
}

input.btn_my_zzk {
     background-color: #1e7f9d;
    border-color: #1e7f9d;
    border: 2px solid #216b82;
    color: #fff;
    border-radius: 4px;
}

.Cal {
    border: unset;
}

table.CalTitle {
    background-color: unset;
    color: unset;
    border-bottom-color: #eee;
}

div#blog-calendar {
    padding-block-end: 24px;
}

div#sidebar_news {
    order: -1;
}

/* markdown */

/* 文章标题样式(这个不是markdown里的标题) */
#topics .postTitle a {
    /* color: #169fe6; */
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-weight: bold;
}
 
/* 普通文字样式 */
#cnblogs_post_body p {
	margin: 18px auto;
	color: #000;
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-size: 16px;
	text-indent: 0;
}
 
/* 标题样式 */
#cnblogs_post_body h1 {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0;
}

#cnblogs_post_body h2 {
	font-family: Consolas, "Microsoft YaHei", monospace;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0;
}

#cnblogs_post_body h3 {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px 0;
}

#cnblogs_post_body h4 {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}
/* 标题样式设置结束 */
 
/* 去除双下划线斜体样式 */
em {
	font-style: normal;
	color: #000;
}
 
/* 无序列表 */
#cnblogs_post_body ul li {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	color: #000;
	font-size: 16px;
	list-style-type: disc;
}
 
/* 有序列表 */
#cnblogs_post_body ol li {
	font-family: Georgia,Times New Roman,Times,sans-serif, monospace;
	color: #000;
	font-size: 16px;
	list-style-type: decimal;
}
 
/* 超链接 */
#cnblogs_post_body a:link {
	text-decoration: none;
	color: #002C99;
}
 
/* 引用背景 */
#topics .postBody blockquote {
	background: #fff3d4;
	border: none;
	border-left: 5px solid #f6b73c;
	margin: 0;
	padding-left: 10px;
}
 
/* 单行代码 */
.cnblogs-markdown code {
	font-family: Consolas, "Microsoft YaHei", monospace !important;
	font-size: 16px !important;
	line-height: 20px;
	background-color: #f5f5f5 !important;
	border: 1px solid #ccc !important;
	padding: 0 5px !important;
	border-radius: 3px !important;
	line-height: 1.8;
	margin: 1px 5px;
	vertical-align: middle;
	display: inline-block;
}
 
/* 多行代码, 引用 */
.cnblogs-markdown .hljs {
	font-family: Consolas, "Microsoft YaHei", monospace !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	padding: 5px !important;
}