.header-wrapper{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
#page{
	background-color: #f5f6f9;
	padding: 10px 0;
}
.bCNTR{
	max-width: 1094px;
	width: 100%;
	margin: auto;
	padding: 0 22px;
}
.bCNTR::after{
	content: "";
	display: table;
	clear: both;
}
.bl{
	float: left;
    width: 60px;
    position: absolute;
    z-index: 2;
}
.br{
	margin-left: 70px;
	display: flex;
	justify-content: space-between;
}
.share.fixed_share{
	position: fixed;
    top: 10px;
    z-index: 8;
}
.share ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.share ul li a{
	width: 60px;
	height: 60px;
	display: block;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
	line-height: 60px;
}
.share ul.tool,
.share ul.sns{
	border-radius: 4px;
	overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.share ul.tool{
	margin-top: 10px;
}
.share ul li a i{
	font-size: 30px;
	color: #273746;
}
.share ul li:not(.good) a:hover i{
	color:#fff;
}
.share ul li.weibo a:hover{
	background: rgb(230,22,45);
}
.share ul li.wechat a:hover{
	background: rgb(30,195,84);
}
.share ul li.qzone a:hover{
	background: rgb(253,207,0);
}
.share ul li.qq a:hover{
	background: rgb(18,183,245);
}
.share ul li.douban a:hover{
	background: #072;
}
.share ul li.gocmt a:hover{
	background: #008cd6;
}
.share #cur_sg_qrcode{
	position: absolute;
    background: #FFF;
    padding: 12px;
    margin-top: -100px;
    box-shadow: 0 0 6px rgb(14 22 30 / 30%);
    margin-left: 70px;
    z-index: 9;
    width: 150px;
}
.share #cur_sg_qrcode p{
	margin: 0;
	margin-top: 6px;
	line-height: 1.3;
}
.share #cur_sg_qrcode .p1{
	font-size: 14px;
	color: #333;
}
.share #cur_sg_qrcode .p2{
	font-size: 12px;
	color: #888;
}
.share #cur_sg_qrcode::after,
.share #cur_sg_qrcode::before{
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 56px;
    left: -18px;
    content: '';
}
.share #cur_sg_qrcode::before{
    border: 8px solid transparent;
    border-right: 10px solid rgba(0,0,0,.3);
}
.share #cur_sg_qrcode::after {
    border: 8px solid transparent;
    border-right: 10px solid #fff;
}
.share #cur_sg_qrcode img{
	width: 100%;
	height: auto;
	display: block;
}

.middle{
	width: 100%;
	max-width: calc(100% - 310px);
}
.blog-single{
	background: #fff;
	padding: 20px 30px;
	border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
    overflow: hidden;
    margin-bottom: 10px;
}
.blog-head{
	margin-bottom: 20px;
}
.blog-head .title{
	margin: 0;
	padding-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}
.blog-head .title a{
	color: inherit;
	text-decoration: none;
}
.blog-head .title a:hover{
	color: inherit;
	text-decoration: none;
}
.blog-head .title:after{
	content: '';
    background-color: #008AEE;
    left: 0;
    width: 2em;
    height: 3px;
    bottom: -2px;
    position: absolute;
}
.blog-head .info{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}
.blog-head .info:after{
	content: "";
	display: table;
	clear: both;
}
.blog-head .info span{
	font-size: 12px;
	margin-left: 26px;
}
.blog-head .info span:first-child{
	margin-left: 0;
}
.blog-head .info span.goods,
.blog-head .info span.views{
	float: right;
}
.blog-head .info span.author a{
	color: inherit;
}
.blog-head .info span.author a:hover{
	color: #008AEE;
}
.blog-head .info span.author i{
    margin-right: 3px;
}
.blog-head .info span.author i img{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    vertical-align: bottom;
    overflow: hidden;
    padding: 1px;
    background: #FFF;
    border: 1px solid;
    border-color: #F2F2F2 #CDCDCD #CDCDCD #F2F2F2;
}
.blog-head .info span.time i{
	font-size: 10px;
	margin-right: 4px;
}


.blog-content{
    font-size: 16px;
    line-height: 1.5;
    color: #273746;
}
.blog-content a{
	color: inherit;
}
.blog-content a:hover{
	color: #008AEE;
}
.blog-content p a{
	color: inherit;
	border-bottom: 1px dashed #273746;
}
.blog-content p a:hover{
	border-bottom: 1px solid #008AEE;
	color: #008AEE;
}
.blog-content p{
    font-size: 16px;
    color: #273746;
	margin: 20px 0;
    line-height: 1.8;
}
.blog-content li{
	font-size: 16px;
    padding: 0;
    margin-left: 40px;
    margin-bottom: 12px;
    line-height: 1.6;
}
.blog-content ul,
.blog-content ol{
    margin: 20px 0;
    padding: 0;
}
.blog-content p:first-child{
    margin-top: 0;
}
.blog-content p:last-child{
    margin-bottom: 0;
}
.blog-content{
	/*margin-top: 10px;*/
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
}
.blog-content img:not(.wpml_ico){
    max-width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: #f5f6f9;
    border-radius: 5px;
}
.blog-content p img,
.blog-content figure img{

}
.blog-content figure{
    margin: 15px 0;
}
.blog-content img.wpml_ico{
    width: auto;
    margin: 0;
}
.blog-content hr{
	margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}
.blog-content blockquote, 
.blog-content p.excerpt{
    margin: 20px 0;
    padding: 20px;
    border-left: 8px solid #008aee;
    background: #f5f6f9;
    line-height: 1.8;
    font-size: 16px;
    font-style: italic;
}

.blog-tag{
	padding: 20px 0 8px;
	border-bottom: 1px solid #f5f5f5;
}
.blog-tag ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.blog-tag ul li{
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 12px;
    font-size: 14px;
}
.blog-tag .tag a{
	color: inherit;
	background: #f5f5f5;
	display: block;
    padding: 3px 20px;
    line-height: 28px;
    border-radius: 28px;
}
.blog-tag .tag a:hover{
	color: #008AEE;
}
.blog-source{
	padding: 20px 0;
    font-size: 16px;
    line-height: 1.8;
}
.blog-source a{
	color: inherit;
	border-bottom: 1px dashed #273746;
}
.blog-source a:hover{
	border-bottom: 1px solid #008AEE;
	color: #008AEE;
}

.blog-comment{
	background: #fff;
    padding: 20px 30px;
    padding: 30px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.blog-comment h3.comment-count-wrap{
	border-bottom: 1px solid #f0f0f0;
    padding-bottom: 11px;
    margin-bottom: 16px;
    font-size: 16px;
}
.blog-comment h3.comment-count-wrap span{
    /*border-bottom: 2px solid #008AEE;
    padding-bottom: 11px;*/
    position: relative;
    padding-bottom: 9px;
}
.blog-comment h3.comment-count-wrap span:after{
    content: '';
    background-color: #008AEE;
    left: 0;
    width: 100%;
    height: 3px;
    bottom: -2px;
    position: absolute;
}
.blog-comment .comment-wrap .comment-respond {
    padding-top: 0;
}





@media(max-width:1279px){
	.bCNTR {
		max-width: 794px;

	}
	.br{
		flex-direction: column;
		gap: 10px;
	}
	.middle{
		max-width: none;
	}
	.br .side{
		width: 100%;
	}
}
@media(max-width:833px){
	.bCNTR{
		max-width: 700px;
        padding: 0 10px;
	}
	.bl{
		display: none;
	}
	.br {
	    margin-left: 0;
	    margin: 0 auto;
	}
	.middle{
		width: 100%;
	}
}
@media(max-width:734px){
	.blog-single,
	.blog-comment{
		padding: 16px 18px;
	}
	.middle{
		margin-bottom: 0;
	}
}
@media(max-width:430px){
	.middle{
		margin-bottom: 0;
	}
	.blog-head .title{
		font-size: 18px;
		line-height: 1.5;
	}
}
