html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    font-size: 10px!important;
}
body {
    position: relative;
    font-family: "MicrosoftYaHeiLight","Microsoft YaHei", Lato, "PingFang SC", sans-serif;
    font-size: 1.8rem;
    line-height: 2;
    color: #212529;;
    background: #f1f1f1;
    -webkit-font-smoothing: antialiased;
}

.tbs-navbar {
	border-radius: 0;
	background:#fff;
	z-index: 100;
    /*overflow: hidden;*/
	position: relative;
    min-height: 50px;
    margin-bottom: 20px;
	font-family: "MicrosoftYaHeiLight","Microsoft YaHei", Lato, "PingFang SC", sans-serif;
}

.tbs-container{
	/*min-width: 1130px;
	width:1138px;
	margin:0px auto;*/
}

.tbs-navbar-header{
	height:50px;
}

.tbs-navbar-brand {
    float: left;
    padding: 0px;
}

.tbs-navbar-nav {
    float: left;
    margin: 0px;
	padding: 0px;
    list-style: none;
    height: 58px;
}

.tbs-navbar-nav>li {
    float: left;
	height:58px;
	line-height: 58px;
	padding:0px;
	margin:0px;
}

.tbs-navbar-right{
	float:right;
}

.tbs-navbar-nav>.active>a {
    color: #009a61!important;
    font-weight: bold;
}

.tbs-navbar-nav>li>a {
    text-shadow: 0 1px 0 rgb(255 255 255 / 25%);
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	padding: 15px 15px;
	font-family: "MicrosoftYaHeiLight","Microsoft YaHei", Lato, "PingFang SC", sans-serif;
    font-size: 18px;
	-webkit-font-smoothing: antialiased;
}

.tbs-navbar-nav>li>a:hover {
	background-color: #eee;    
}

.tbs-navbar-header {
    float: left;
	margin-right: 0;
    margin-left: 0;
}

.navbar{
    min-width: 1130px;
}

.container{
    min-width: 1130px;
}

.footer{
    min-width: 1130px;
}

.blackurl{
    background: none;
    color: #262a30!important;
}
.blackurl:hover{
    color: #000!important;
}

::selection {
    background: #262a30;
    color: #fff;
}

.cleanurl{
    text-decoration: none!important;
    border-bottom: none!important;
}

.defaultlink{
    color:#009A61;
}

.footer{
    background: #363636;
    color: #ffffff;
    padding: 50px 0 30px;
}


.label-default{
    background:#aaa!important;   
}

/* 客户端产品列表css */
.clientproducttitle{
    font-size:44px;
    font-weight:300;
    color: #484848;
    margin:0px;
    padding:0px;
}

.clientintroduce{
    font-size:20px;color: #484848;margin:0px;padding:0px;margin-top:-10px
}

.funclist{
    margin-top:10px;
    margin-left:-12px;
    font-size:20px;
    color: #484848;
}

.funclist li{
    font-size:17px;
    color: #484848;   
}

.table{
    margin: 20px 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    font-size: 14px;
}

.list_title{
    margin:0px 0px 0px 0px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 20px;font-weight: bold;
}

.list_a{
    color:#212529;
}

.list_a:hover{
    color:#009A61;
}

.list_bottom_a{
    color:#222;
    font-size:15px;;
}
.list_bottom_a:hover{
    color:#009A61;
}

/* 侧边栏 */
.sideblock{background: #fff; padding: 8px; }

.sideblock-head{border-bottom: 1px solid #f5f5f5;}
.sideblock-head p{margin: 0px;padding:0px; font-size: 16px;font-weight: bold;color:#000;}

.sideblockconten { /*margin-top:5px;padding-top:5px;*/}
.sideblockconten ul {list-style: none;margin:0px;padding:0px;}
.sideblockconten ul li{ list-style: none;margin:0px;padding:0px;}

.sideblockcontentlink {display:block;font-size: 15px;color: #000;line-height:20px;margin:0px;padding:0px;margin-top:8px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;width: 100%; }
.sideblockcontentlink:hover {text-decoration:underline;color: #009A61;}

/* 文章样式 */
.post-body{
    overflow:hidden;
}
.post-body p{
  font-size: 16px;
  color:#212529!important;
  -webkit-font-smoothing: antialiased;
  overflow-wrap:break-word!important;
  word-wrap: break-word!important;
  line-height: 1.6;
  margin-top:0px;
  margin-bottom:15px;

}

.post-body blockquote p{
    font-size: 16px!important;
}

.post-body h1{
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 1;
    margin: 20px 0px;
}

.post-body img{
    max-width: 100%;
}

.post-body table{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

.post-body table th,.post-body table td{
    border:1px solid #ccc;
    padding:3px 7px 2px 7px;    
}


blockquote{
  padding: 5px 10px!important;
  margin-top:10px;
  margin-bottom:10px;
}

.tuboshueditor{
    padding: 5px 3px;
    line-height: 17px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.form-control:focus{
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-success{
    border-color: #009a61;
    background-color:#009a61;
}

.btn-success:hover{
    border-color: #10aa71;
    background-color:#10aa71;
}

.full-button{
    width: 100%;
}

.xbtn-success{
    height: 34px;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    color:#fff;
    border:0px;

    border-color: #009a61;
    background-color:#009a61;
}

.xbtn-success:hover{
    border-color: #10aa71;
    background-color:#10aa71;
}

.xbtn-default{
    height: 34px;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    color:#000;
    border:0px;
    
    border-color: #e0e0e0;
    background-color:#e0e0e0;
}

.xbtn-default:hover{
    width: 100%;
    height: 34px;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    color:#000;
    border:0px;
    
    border-color: #ccc;
    background-color:#ccc;
}

.navbar-nav>.active>a{
    color:#009a61!important;
    font-weight: bold;
}


.block-link{
    background-color: #fff;
    display: block;height: 300px;overflow: hidden;
    text-decoration: none;
    padding:30px 30px 40px 40px;
}
.block-link:hover{
    background-color: #f9f9f9;
    text-decoration: none;
}

.block_v2{
    background-color: #fff;
    display: block;
    /*height: 300px;*/
    overflow: hidden;
    text-decoration: none;
    padding:15px 0px 0px 0px;
}
.block_v2:hover{
    /*background-color: #f9f9f9;
    text-decoration: none;*/
    box-shadow:  0px 0px 5px 2px #cfcfcf;
    transition:all .25s ease-out;
}

.block-title{
    font-size: 20px;
    font-weight: 400;
    margin:10px 0px 0px 0px;
    padding:0px;
    
    color:#1f1f1f;
    text-decoration: none;
}
.block-summary{
    color:#999;
    margin-top:5px;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
}

.section-title{
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.section-title-big{
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
    display: block;
    font-size: 1.8em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}


.thumbnaildiv{
    position:absolute;width:168px;height:100px;border:1px solid #ccc;overflow:hidden;top:20px;
}
.thumbnailimg{
    width:168px;margin-top:auto;margin-bottom:auto;top:0;bottom:0;position:absolute;
}
.titlesummarydiv{
    margin-left:170px;height:100px;overflow:hidden;
}


.posts-expand {
    padding-top: 40px;
}

.posts-expand{
    font-size: 20px;
    text-align: left;
    word-break: break-word;
    padding:0px 10px 0px 10px;
}

.post-title-link-simple{
    display: inline-block;
    position: relative;
    color: #333;
    border-bottom: none;
    line-height: 1.2;
    vertical-align: top;
    text-decoration: none;
    font-size:19px;
}

.post-title-link-simple:hover{
    color: #009a61;
    text-decoration: none;
}

.post-title-link-simple:active,.post-title-link-simple:focus{
    color: #555;
}

.twoline-summary{
    color: #666;font-size: 15px;overflow:hidden;text-overflow:ellipsis;max-height:108px;-webkit-line-clamp:2;-webkit-box-orient: vertical;display: -webkit-box;
}
.twoline-summary p{
    line-height: 1.7;
}

.twoline-title{
    padding:0px;margin:0px;color: #222;font-size: 15px;overflow:hidden;text-overflow:ellipsis;text-overflow:ellipsis;height:60px;-webkit-line-clamp:2;-webkit-box-orient: vertical;display: -webkit-box;
}

.fourline-summary{
    line-height:1.8;color: #666;font-size: 15px;overflow:hidden;text-overflow:ellipsis;text-overflow:ellipsis;max-height:108px;-webkit-line-clamp:4;-webkit-box-orient: vertical;display: -webkit-box;
}

.advtile-title{
    padding:0px;margin:0px;color: #222;font-size: 15px;overflow:hidden;text-overflow:ellipsis;text-overflow:ellipsis;height:30px;-webkit-line-clamp:1;-webkit-box-orient: vertical;display: -webkit-box;
}

.supportos{
    color:#fff;
    /* background-color: #009a61; */
    background-color: #555;
    padding-left:5px;
    padding-right:5px;
}

hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}


/*======================================================*/
/* 侧边栏区块 */
.sideblock{background: #fff; padding: 8px;border-radius: 4px; }

.sideblock-head{border-bottom: 1px solid #f5f5f5;}
.sideblock-head p{margin: 0px;padding:0px; font-size: 2.0rem;font-weight: bold;color:#2c3e50;}

.sideblockconten { /*margin-top:5px;padding-top:5px;*/}
.sideblockconten ul {list-style: none;margin:0px;padding:0px;}
.sideblockconten ul li{ list-style: none;margin:0px;padding:0px;}

.sideblockcontentlink {display:block;font-size: 1.6rem;color: #000;line-height:20px;margin:0px;padding:0px;margin-top:8px;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;width: 100%; }
.sideblockcontentlink:hover {text-decoration:underline;}
/*======================================================*/

/* image, title, desc  组合样式，用在首页的Android系统列表上 */
/*======================================================*/
.block-body-itp-entry-list{
display: block;
}
.block-body-itp-entry-item{
    border-radius: 5px;
    cursor:pointer;
    padding:5px 0px;
    margin-bottom:3px;
    font-size:1.5rem;
    color:#2c3e50;
}
.block-body-itp-entry-item:hover{
    background-color: #f7f8fa;
}
.block-body-itp-entry-item img{
    float:left;width:45px;height:45px;margin-left:2px;margin-top:3px;
}
.itd-text-container{
    /*float:left;margin-left:8px;*/
    margin-left:53px;
}
.itd-title{
    margin:0px;padding:0px;font-weight: bold;
}
.itd-desc{
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-top:-3px;font-size:1.4rem;
}

/*======================================================*/


.suspension-panel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 1000;
}
.suspension-panel .to-top-btn{
    font-size: 1.6rem;
}
.suspension-panel .btn{
    margin: 1rem 0 0;
    padding: 0;
    width: 3.33rem;
    height: 3.33rem;
    line-height: 1;
    color: #909090;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(50,50,50,.04);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.image-text-link-list{
    margin:10px 0px;
}
.image-text-link-list > li {
    list-style: none;
    padding:5px;
    height:3rem;
    border-radius: 5px;
}
.image-text-link-list > li:hover {
    background-color: #f7f8fa;
}
.image-text-link-list li > a  {
    height: 100%;
    display: flex;
    align-items: center;
    padding:0px;
    margin:0px;
}
.image-text-link-list li > a:hover  {
    color:#222226;
}
.image-text-link-list li > a > img {
    width: 3rem;
    height: 3rem;
    margin-right: 0.8rem;
    border-style: none;
}
.image-text-link-list li > a > span  {
    display:inline-block;
    height:3rem;
    font-size: 1.6rem;
    line-height:3rem;
}


/* =============================================== */
/* 分页的样式 */
.page-nav-wrapper{
    text-align:center;margin-top:20px;margin-bottom:20px;height:24px;display:flex;
}

.page-nav{
    padding:0px;
    margin:auto;
    list-style-type: none;
}
.page-nav li{
    float: left;
    margin:0px 5px 0px 0px;
    padding:0px;
    list-style-type: none;
    border-radius: 5px;
}

.page-nav li a{
    color: #5a5a5a;
    font-size: 1.4rem;
    line-height: 2.0rem;
    padding:6px 9px;
    text-decoration: none;
    
    border:1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;

    display:inline-block;

    min-width:40px;
 }
 
 .page-nav li a:hover{
    color: #fff!important;
    border:1px solid #009A61;
    background-color:#009A61;
    border-radius: 5px;
 }

 .page-actived{
 }
 .page-actived > a{
    color: #fff!important;
    border:1px solid #009A61!important;
    background-color:#009A61!important;
 }
/* =============================================== */


/* 文章列表 */
/* =============================================== */
.article_container{
    padding: 3.2rem 3.2rem 3.2rem 3.2rem;
    border-radius: 4px;
    background-color: #fff;
}
.article-container-content > h2{
    margin-bottom: 5px;
    margin-top: 35px;
    padding-bottom: 5px;
    font-size: 2.4rem;
    font-weight: bold;
}

.article-container-content > h3{
    margin-top: 35px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    font-size: 2.2rem;
}

.article-container-content > h4{
    margin-top: 30px;
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-size: 16px;
}

.article-container-content > p{
    margin-top: 22px;
    margin-bottom: 22px;
}
.article_title{
    margin: 0 0 1.667rem;
    font-size: 2.667rem;
    font-weight: 600;
    line-height: 1.31;
    color: #252933;
    
}
.article-container-meta{
    font-size: 1.4rem;
    color: #8a919f;
    letter-spacing: 1px;
    line-height: 2.2rem;
}
.article-container-content{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin-top:2.2rem;
    margin-bottom:2.2rem;
    text-rendering: optimizeLegibility;
    color: #252933;
    overflow: hidden;
    /* position:relative; */
}
.article-container-content pre{
    overflow: auto;
    font-family: Menlo,Monaco,Consolas,Courier New,monospace;
    color: #333;
    background: #ffffff;
}
.article-container-content a{
    text-decoration: none;
    color:#3472F7;
}
.article-container-content a:hover{
    /*text-decoration: underline;*/
    color:#0269c8;
}

.article-container-content > pre > code{
    white-space: break-spaces;
}


.article-container-content blockquote{
    color: #666;
    padding: 1px 23px;
    margin: 22px 0px;
    border-left: 4px solid #cbcbcb;
    background-color: #f8f8f8;
}
.article-container-content > blockquote > p{
    margin-top:5px!important;
    margin-bottom:5px!important;
}

.article-container-content img {
    display: block;
    margin: 0px auto;
    max-width:100%;
}
.article-container-content > p code {
    word-break: break-word;
    border-radius: 2px;
    overflow-x: auto;
    background-color: #fff5f5;
    color: #ff502c;
    font-size: .87em;
    padding: 0.065em 0.4em;
}
.article-container-content > blockquote  code {
    word-break: break-word;
    border-radius: 2px;
    overflow-x: auto;
    background-color: #fff5f5;
    color: #ff502c;
    font-size: .87em;
    padding: 0.065em 0.4em;
}
.article-container-content > table {
    width:100%;
    table-layout: fixed;
    word-break: break-all;
}
/* =============================================== */

.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.blockgap{
    margin-bottom:22px;
}

/*  markdown note */

.cherry-markdown {
	word-break: break-all;
}

.cherry-markdown .h1,.cherry-markdown .h2,.cherry-markdown .h3,.cherry-markdown .h4,.cherry-markdown .h5,.cherry-markdown .h6,.cherry-markdown h1,.cherry-markdown h2,.cherry-markdown h3,.cherry-markdown h4,.cherry-markdown h5,.cherry-markdown h6 {
	color: inherit;
	font-weight: 700;
	font-family: inherit;
	line-height: 1.1;
}

.cherry-markdown .h1 .small,.cherry-markdown .h1 small,.cherry-markdown .h2 .small,.cherry-markdown .h2 small,.cherry-markdown .h3 .small,.cherry-markdown .h3 small,.cherry-markdown .h4 .small,.cherry-markdown .h4 small,.cherry-markdown .h5 .small,.cherry-markdown .h5 small,.cherry-markdown .h6 .small,.cherry-markdown .h6 small,.cherry-markdown h1 .small,.cherry-markdown h1 small,.cherry-markdown h2 .small,.cherry-markdown h2 small,.cherry-markdown h3 .small,.cherry-markdown h3 small,.cherry-markdown h4 .small,.cherry-markdown h4 small,.cherry-markdown h5 .small,.cherry-markdown h5 small,.cherry-markdown h6 .small,.cherry-markdown h6 small {
	color: #999;
	font-weight: 400;
	line-height: 1;
}

.cherry-markdown h1,.cherry-markdown h2,.cherry-markdown h3 {
	margin-top: 30px;
	margin-bottom: 16px;
}

.cherry-markdown h1 .small,.cherry-markdown h1 small,.cherry-markdown h2 .small,.cherry-markdown h2 small,.cherry-markdown h3 .small,.cherry-markdown h3 small {
	font-size: 65%;
}

.cherry-markdown h4,.cherry-markdown h5,.cherry-markdown h6 {
	margin-top: 12px;
	margin-bottom: 12px;
}

.cherry-markdown h4 .small,.cherry-markdown h4 small,.cherry-markdown h5 .small,.cherry-markdown h5 small,.cherry-markdown h6 .small,.cherry-markdown h6 small {
	font-size: 75%;
}

.cherry-markdown .h1,.cherry-markdown h1 {
	font-size: 2em;
}

.cherry-markdown .h2,.cherry-markdown h2 {
	font-size: 1.5em;
}

.cherry-markdown .h3,.cherry-markdown h3 {
	font-size: 1.25em;
}

.cherry-markdown .h4,.cherry-markdown h4 {
	font-size: 1em;
}

.cherry-markdown .h5,.cherry-markdown h5 {
	font-size: .875em;
}

.cherry-markdown .h6,.cherry-markdown h6 {
	font-size: .85em;
}

.cherry-markdown b,.cherry-markdown strong {
	font-weight: 700;
}

.cherry-markdown ol,.cherry-markdown ul {
	margin-bottom: 16px;
	padding-left: 24px;
}

.cherry-markdown ol ol,.cherry-markdown ol ul,.cherry-markdown ul ol,.cherry-markdown ul ul {
	margin-bottom: 0;
}

.cherry-markdown ol li,.cherry-markdown ul li {
	list-style: disc;
}

.cherry-markdown ol li p,.cherry-markdown ul li p {
	margin: 0;
}

.cherry-markdown div ol,.cherry-markdown div ul {
	margin-bottom: 0;
}

.cherry-markdown hr {
	overflow: visible;
	box-sizing: content-box;
	margin: 16px 0;
	height: 0;
	border: 0;
	border-top: 1px solid #dfe6ee;
}

.cherry-markdown table {
	border-collapse: collapse;
}

.cherry-markdown table td,.cherry-markdown table th {
	padding: .2em .4em;
	min-width: 100px;
	border: 1px solid #dfe6ee;
}

.cherry-markdown table th {
	background-color: #eee;
}

.cherry-markdown .link-quote {
	color: #3582fb;
}

.cherry-markdown a {
	position: relative;
	color: #3582fb;
	text-decoration: none;
}

.cherry-markdown a[target=_blank] {
	padding: 0 2px;
}

.cherry-markdown a[target=_blank]:after {
	margin: 0 2px;
	content: "\ea10";
	font-size: 12px;
	font-family: ch-icon;
}

.cherry-markdown a:hover {
	color: #056bad;
}

.cherry-markdown em {
	font-style: italic;
}

.cherry-markdown sup {
	vertical-align: super;
}

.cherry-markdown sub {
	vertical-align: sub;
}

.cherry-markdown figure {
	overflow-x: auto;
}

.cherry-markdown blockquote {
	padding: 10px 15px;
	border-left: 10px solid #d6dbdf;
	background: rgba(102,128,153,.05);
	color: #6d6e6f;
}

.cherry-markdown blockquote,.cherry-markdown p,.cherry-markdown pre,.cherry-markdown table {
	margin: 0 0 16px;
}

.cherry-markdown pre {
	overflow: auto;
	padding: 16px;
	border-radius: 6px;
	background-color: #f6f8fa;
	font-size: 85%;
	line-height: 1.45;
}

.cherry-markdown .prettyprint {
	display: inline-block;
	min-width: 500px;
	border: 0!important;
	background: #00212b;
	font-family: Menlo,Bitstream Vera Sans Mono,DejaVu Sans Mono,Monaco,Consolas,monospace;
}

.cherry-markdown .pln {
	color: #dfe6ee;
}

.cherry-markdown .str {
	color: #ffaf21;
}

.cherry-markdown .kwd {
	color: #f85353;
}

.cherry-markdown ol.linenums {
	margin-top: 0;
	margin-bottom: 0;
	color: #969896;
}

.cherry-markdown li.L0,.cherry-markdown li.L1,.cherry-markdown li.L2,.cherry-markdown li.L3,.cherry-markdown li.L4,.cherry-markdown li.L5,.cherry-markdown li.L6,.cherry-markdown li.L7,.cherry-markdown li.L8,.cherry-markdown li.L9 {
	padding-left: 1em;
	background-color: #00212b;
	list-style-type: decimal;
}

.block-title-v2{
    padding: 1.333rem 0;
    margin: 0 1.667rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    color: #1d2129;
    border-bottom: 1px solid #e4e6eb;
}

.urlblockv2 {
    display: block;
    color: #333;
    font-size:16px;
    line-height: 1.4;
    word-break: break-all;
}

.block-body {
    padding: 0.667rem 0 1.333rem;
    margin: 0 1.667rem;
}

.article-container{

}

.article-container > h1 {
    font-size: 2.9rem; line-height: 1.2;  letter-spacing: -.1rem;
}

.article-container > h2 { font-size: 2.5rem; line-height: 1.25; letter-spacing: -.1rem; }
.article-container > h3 { font-size: 2.2rem; line-height: 1.3;  letter-spacing: -.1rem; }
.article-container > h4 { font-size: 2.0rem; line-height: 1.35; letter-spacing: -.08rem; }
.article-container > h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
.article-container > h6 { font-size: 1.6rem; line-height: 1.6;  letter-spacing: 0; }