@media only screen and (min-width: 800px){
    body {width: 800px;margin: auto;}
}
/*公共样式*/
img {
    max-width: 100%;
    height: auto;
}
a {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
.container-full {
    margin-right: -15px;
    margin-left: -15px;
}
/*header*/
.header-area {
    /* -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; */
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgb(116 119 148 / 18%);
}
.header-area i{
    font-size: 28px;
    line-height: 28px;
    color: #ccc;
}
.navbar--toggler {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.logo-wrapper img{
    max-height: 30px;
}
.logo-wrapper a{
    font-size: 1.6rem;
    font-weight:800;
    color: #ea5a26;
    text-decoration: none;
}
.search-form {
    position: relative;
    z-index: 1;
}
.search-form a {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    text-align: center;
    color: #000000;
}
/*页脚*/
.dlc-footer {
    padding: 50px 0;
    border-top: #efefef 1px solid;
}
/*首页样式_图标部分*/
.familybox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 88px;
    margin-top: 12px;
}
.familyson {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.familyson i {
    text-align: center;
    width: 100%;
    font-size: 28px;
    line-height: 36px;
    color: #555;
    margin: 8px auto 0;
    display: inline-block;
}
.familyson h1 {
    text-align: center;
    padding-top: 6px;
    margin: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #555;
    font-family: "microsoft yahei",Arial,Helvetica,sans-serif;
}
.familyson h2 {
    text-align: center;
    padding-top: 4px;
    margin: 0;
    font-weight: lighter;
    font-size: 12px;
    line-height: 12px;
    color: #CCC;
    font-family: "microsoft yahei",Arial,Helvetica,sans-serif;
}
/*首页样式_滑动多图*/
.thscrollbox {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.thscrollson {
    height: 220px;
    margin: 12px -5px 12px 15px;
    display: inline-block;
    position: relative;
}
.thscrollson img {
    height: 100%;
    margin: 0;
}
.thscrollson2 {
    width: 314px;
    height: 155px !important;
    margin: 12px 3px 12px 15px;
    display: inline-block;
    height: 100%;
    position: relative;
    background-color: #ddd;
}
.thscrollquote {
    color: #fff;
    font-size: 72px !important;
    position: absolute;
    right: 20px;
    bottom: -5px;
    z-index: 1;
}
.thscrollson2 p {
    color: #333;
    font-size: 15px;
    width: 271px;
    height: 80px;
    line-height: 20px;
    display: block;
    white-space: normal;
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: absolute;
    left: 20px;
    top: 25px;
    z-index: 2;
}
.thscrollson2 span {
    font-size: 13px;
    color: #666;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.thscrollson2 em {
    float: right;
    padding-right: 3px;
    color: #666;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
/*首页样式_正方形双排*/
.squareimg{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.square{
    padding-bottom:48%;
    height: 0;
    width: 48%;
    position: relative;
    float: left;
    margin-top: 15px;
}
.square .con{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
}

/*评论页评论*/
.comment-form {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
}
.comment-form textarea {
    border-radius: 0.5rem;
    width: 100%;
    height: 58px;
    background-color: #dcebfd;
    color: #020b10;
    font-size: 13px;
    border: 0;
    padding: 0.75rem 1rem;
}
.comment-form input {
    border-radius: 0.5rem;
    width: 100%;
    height: 45px;
    background-color: #dcebfd;
    color: #020b10;
    font-size: 13px;
    border: 0;
    padding: 0.75rem 1rem;
}
.comments-list{
    padding: 0;
}
.comments-list li{
    list-style: none;
}

.single-comment-wrap .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    border-radius: 50%;
}
.single-comment-wrap .comment-author div{
    width: 40px;
    height: 40px; 
    padding: 2px; 
    font-size: 36px; 
    line-height: 36px; 
    overflow: hidden;
    font-weight: 800;
    color:#797494;
    background-color: #ddd;
    border-radius: 6px;
}
.single-comment-wrap .comment-meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
    padding-left: 1rem;
}
.single-comment-wrap .comment-meta .comment-text {
    font-size: 14px;
    color: #797494;
    margin-bottom: 0.5rem;
}
.single-comment-wrap .comment-meta .reply {
    font-size: 12px;
    color: #797494;
    font-weight: 700;
}
.single-comment-wrap .comment-meta .post-date {
    display: block;
    font-size: 12px;
    color: #797494;
    font-weight: 400;
}
.single-comment-wrap .comment-meta .like-count a {
    font-size: 14px;
    display: inline-block;
    color: #797494;
    border: 1px solid #e6e6e6;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-left: 0.5rem;
}
.single-comment-wrap .comment-meta .like-count a i {
    line-height: 29px;
}

/*文章页面markdown样式*/
.article {
    padding: 0 15px;
}
.article-full {
    margin-right: -30px;
    margin-left: -30px;
}
.article p{
    color:#666;
    line-height:1.75;
}
.article em {
    display: block;
    font-size: 0.8rem;
    color:#999;
}
.article blockquote {
    color:#999999;
    background-color: #eeeeee;
    border-left: 0.6em solid #999999;
    padding: 1.8em 1.5em 0.5em 1.5em;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    line-height: 150%;
    /* text-indent: 35px; */
    border-radius: 8px;
}
.article blockquote p {font-size: 0.8rem;}
/* .article blockquote:before {
    color: #dddddd;
    content: '"';
    font-size: 5em;
    position:absolute;
    left:-25px;
    top: 35px;
    line-height: 0.1em;
    font-style: italic;
} */
.article blockquote:after {
    color: #dddddd;
    content: '"';
    font-size: 5em;
    position:absolute;
    right:25px;
    bottom: 0em;
    line-height: 0.1em;
    font-style: italic;
}
.article a:link{color:#12aa9c;} /*中国颜色美蝶绿*/
.article a:visited{color:#12aa9c;} /*中国颜色美蝶绿*/
.article a:hover{color:#57c3c2;} /*中国颜色石绿*/
.article a:active{color:#57c3c2;} /*中国颜色石绿*/
.article code {
	color: #c02c38; /*中国颜色高粱红*/
	background-color: #f9f2f4;
	border-radius: 4px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	padding: 2px 4px;
	font-size: 100%;
	/* font-size: 90%; */
}
.article p>code,li>code {
	color: #c02c38; /*中国颜色高粱红*/
	background-color: #f9f2f4;
	font-size: 1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.article p>mark {
	color: #61649f; /*中国颜色山梗紫*/
	background-color: #f9f2f4;
	padding: 2px 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.article ul{
    list-style-type: circle;
    color:#5f5f5f;
    line-height:1.8;
    padding-inline-start: 18px;
}
.article ol {
    list-style-type: none;
    padding: 0;
    color:#5f5f5f;
    line-height:1.8;
    counter-reset: list-number 0;
}
.article ol>li:before {
    counter-increment: list-number;
    content: counter(list-number);
    margin-top: 12px;
    margin-right: 10px;
    width:24px;
    height:24px;
    display:inline-flex;
    align-items:center;
    justify-content: center;
    font-size:16px;
    background-color:#61649f;
    border-radius:50%;
    color:#fff;
}