.posts-header{height:80px;background:#f5f5f5;display:flex;justify-content:space-between;padding:0 100px}.posts-header .menuToggle{width:0;padding:0;visibility:hidden;display:none}ul.navbar{display:flex;flex-direction:row;justify-content:center;align-items:center}ul.navbar li{list-style:none;padding:0 10px;border-radius:2px;color:#555}ul.navbar li a{text-decoration:none;font-size:13px;display:block}ul.navbar li a:link,ul.navbar li a:visited{color:inherit}ul.navbar li a:hover{background:#ccc}.posts-body{min-height:calc(100vh - 120px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-bottom:30px}.posts-title{width:100%;text-align:center;margin-bottom:40px}.posts-title h2{font-size:26px;font-weight:600;margin:20px 0 10px;color:#444}.posts-title span,.article-title span{font-size:12px;color:#999}.posts-content,.posts-article{width:100%;padding:0 200px}.posts-content{min-height:400px;counter-reset:h1}.posts-content h1{counter-reset:h2}.posts-content h2{counter-reset:h3}.posts-content h3{counter-reset:h4}.posts-content h4{counter-reset:h5}.posts-content h1:before{counter-increment:h1;content:counter(h1)". "}.posts-content h2:before{counter-increment:h2;content:counter(h1)"." counter(h2)". "}.posts-content h3:before{counter-increment:h3;content:counter(h1)"." counter(h2)"." counter(h3)". "}.posts-content h4:before{counter-increment:h4;content:counter(h1)"." counter(h2)"." counter(h3)"." counter(h4)". "}.posts-article{min-height:180px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin-top:40px}.posts-article a.goto-article{text-decoration:none;font-size:14px;display:block;line-height:2em;border-bottom:2px solid #666;margin-left:.1em;text-decoration:none}.posts-article a:link,.posts-article a:visited{color:#555}.article-title{width:100%;text-align:left}.article-title h2{margin:20px 0 10px}.article-title h2 a{font-size:26px;font-weight:600;border:0;color:#555;width:fit-content;text-decoration:none}.article-title span{font-size:12px;color:#999}.article-summary p,div.article-summary{color:#555;font-size:14px;text-align:justify;text-indent:2em;margin:1em 0}.posts-content{margin-bottom:40px}.posts-content a{color:#00a4ff;text-decoration:none}.posts-content a:visited,.posts-content a:hover{text-decoration:underline}.posts-content h1{margin:20px 0 10px;font-weight:600;line-height:1.5;font-family:lato,pingfang sc,microsoft yahei,sans-serif;display:block;padding-top:10px;color:#444}.posts-content h2{margin:20px 0 10px;font-weight:600;line-height:1.5;font-family:lato,pingfang sc,microsoft yahei,sans-serif;display:block;padding-top:10px;color:#444}.posts-content h3{margin:20px 0 10px;font-weight:600;line-height:1.5;font-family:lato,pingfang sc,microsoft yahei,sans-serif;display:block;padding-top:10px;color:#444}.posts-content h4{margin:20px 0 10px;font-weight:600;line-height:1.5;font-family:lato,pingfang sc,microsoft yahei,sans-serif;display:block;padding-top:10px;color:#444}.posts-content h5{margin:20px 0 10px;font-weight:600;line-height:1.5;font-family:lato,pingfang sc,microsoft yahei,sans-serif;display:block;padding-top:10px;color:#444}.posts-content h6{margin:20px 0 10px;font-weight:600;line-height:1.5;font-family:lato,pingfang sc,microsoft yahei,sans-serif;display:block;padding-top:10px;color:#444}.posts-content p{text-align:justify;text-indent:2em;margin:15px 0 10px;font-size:14px;color:#555;line-height:1.6em}.posts-content h1{font-size:24px}.posts-content h2{font-size:22px}.posts-content h3{font-size:20px}.posts-content h4{font-size:18px}.posts-content h5{font-size:16px}.posts-content h6{font-size:14px}.posts-content ul{padding:10px;padding-left:2em;border:1px solid rgba(1,1,1,.1);list-style-type:disc}.posts-content ul li{line-height:24px;font-size:12px;color:#555}.posts-content ol{padding:10px;padding-left:2em;list-style-type:decimal-leading-zero}.posts-content ol li{line-height:24px;font-size:14px;color:#555}.posts-content :not(pre,div,td)>code{background:#f6f6f6;color:#e83e8c;border-radius:3px;font-size:.8em;margin:0 3px}.posts-content table{padding:0;border-collapse:collapse;width:100%;table-layout:auto}.posts-content table thead{background:#ddd}.posts-content table tr{border-top:1px solid #ccc;border-color:#fff;font-size:13px}.posts-content table tr th{font-weight:700;border:1px solid #ccc;margin:0;padding:6px 13px}.posts-content table tr td{border:1px solid #ccc;margin:0;padding:6px 13px}.posts-content table tr:nth-child(2n){background-color:#f8f8f8}.highlight{border:1px solid rgba(1,1,1,.1);margin:10px 0}.highlight span{line-height:20px;word-wrap:break-word;word-break:break-all;width:auto;white-space:break-spaces;position:relative}.highlight code{white-space:break-spaces}.highlight pre{padding:10px}blockquote{margin:0 auto;padding:1em;border-left:5px solid #7dac93}blockquote:before{display:none}blockquote:not(:first-of-type){margin-top:.5em}@media screen and (max-width:991px){.posts-content,.posts-article{width:100%;padding:0 100px}.posts-header{padding:0 50px;z-index:1000}.posts-header .menuToggle{visibility:visible;width:60px;padding:0 15px;margin-top:10px;display:flex}.posts-header .navbar{position:fixed;left:-100%;top:80px;width:100%;height:calc(100vh - 80px);background:#ccc;transition:.5s;display:flex;flex-direction:column;z-index:999}.posts-header .navbar.active{left:0}.posts-header .navbar a,.posts-header .navbar li{margin-top:20px}.posts-header .navbar a,.posts-header .navbar a:visited{color:#111;font-size:20px}}@media(max-width:680px){.posts-header{padding:0 20px}.posts-content,.posts-article{width:100%;padding:0 50px}.article-title h2 a{font-size:22px;font-weight:600;margin:20px 0 10px}}@media(max-width:400px){.posts-content,.posts-article{padding:0 20px}}