@import url('head-footer&all.css?v=20210228');
/* CSS Document */
.guide{color:#a0a0a0;font-size:14px;margin-top: 30px;margin-bottom: 30px;}
.guide a{color:#a0a0a0}
.leftbox{float:left;width:770px;background: #fff;border-radius:5px;margin-right: 30px;box-shadow:2px 8px 20px rgba(92,99,110,.1);box-sizing: border-box; padding: 0 35px;}
.leftbox h1{font-size:30px;font-weight: bold;color:#393e46;margin-top:50px;line-height: 40px;}
.leftbox h1 p{text-align: center;}
.leftbox h1 p span{font-size: 22px;}
.leftbox .share{margin-top: 12px;color:#a0a0a0;font-size:14px;display: flex;
    justify-content: space-between;
    align-items: flex-start;}
.leftbox .share .share-box{ display: flex;flex-wrap: wrap;}
.leftbox .share .share-box .share-item{
    margin-right: 20px;
}
.leftbox .share a{color:#a0a0a0}
.leftbox .img{width:650px;height:380px;margin-top:40px;margin-left: 60px;}
.leftbox .img img{width:100%}
.leftbox .content{padding: 30px 0 50px;}
.leftbox .content p{font-size:16px;line-height:32px;margin-bottom:14px; text-align: justify;}
.leftbox .content img{max-width: 100%; height: auto;}

.statement {
    padding: 15px 0;
    line-height: 1.75;
    font-size: 18px;
    color: #666;
}


.post_top_share{
	float: right;
	position: relative;
    white-space: nowrap
}
.post_share{ display: inline-block; }
.post_share li{ display: inline-block; padding-left: 5px;}

.js_qrcode_wrap {
    position: absolute;
    left: -27px;
    top: 28px;
    width: 120px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
	font-size: 12px;
	text-align: center;
}

.js_qrcode_close {
	position: absolute;
    right: 6px;
    top: 6px;
    font-size: 12px;
}

.js_qrcode_arr {
    position: absolute;
    top: -11px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
	color: #ddd;
}
.js_qrcode_img img{ max-width: 100%;}

.share_weixin,.js_share,.js_qrcode_close{
	cursor: pointer;	
}

.share_weixin:hover .iconfont{
	color: #45c45d;
}

.share_weibo:hover .iconfont{
	color: #ea5d5c;
}

.share_qzone:hover .iconfont{
	color: #ffbb2e;
}


.hidden{
	display: none;
}

.show{
	display: block;
}






