@charset "utf-8";

/* 分享栏 */
.share_zone_pc{
    float: left;
    width:90px;
    padding-top:100px;
}
.share_zone_pc ul{
    position:fixed;
    display: block;
    padding: 20px 10px 0 10px;
    background: #fff;
}
.share_zone_pc ul li{
    position: relative;
    display: block;
    height: 20px;
    margin-bottom:30px;
}

.share_zone_pc ul li span{
    display: block;
    width:30px;
    height: 30px;
    background-size:30px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.share_zone_pc ul li span.wechat_share_pc{
    background-image: url('/images/icon/wechat_icon.png');
}
.share_zone_pc ul li span.sina_weibo_pc{
    background-image: url('/images/icon/sinawb_icon.png');
}
.share_zone_pc ul li span.thumb_zan_pc{
    background-image: url('/images/icon/zan1_icon.png');
}
.share_zone_pc ul li span.add_comment_pc{
    background-image: url('/images/icon/comment_icon.png');
}
.share_zone_pc ul li span.shoucang_pc{
    background-image: url('/images/icon/shoucang_icon.png');
}
.share_zone_pc ul li span.shoucang_pc.active{
    background-image: url('/images/icon/shoucang_icon2.png');
}
/*分享二维码*/
.ercode_showwarpper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right:0;
    left: 0;
    bottom: 0;
    z-index: 400;
    background: rgba(0, 0, 0, 0.3);
}
.ercode_showwarpper .ercode_innerbox{
    position: absolute;
    width: 280px;
    height: 300px;
    padding: 30px 0 0 0;
    background: #FFF;
    top: 50%;
    left: 50%;
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.1);
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%); 	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%); 	/* Opera */
}
.ercode_innerbox .close_btn {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url('/images/icon/close_icon.png') no-repeat center;
    background-size: 80%;
}
.ercode_innerbox .title{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:16px;
    font-weight:600;
    color:rgba(35,35,35,1);
}
.ercode_innerbox img{
    display: block;
    margin: 20px auto 0;
    width:220px;
    height: 220px;
    border:1px solid rgba(229,229,229,1);
}



/* 文章主体 */
.report_comment_pc{
    float: left;
    width: 640px;
}
.report_warpper_pc{
    padding-bottom:20px;
}

.report_warpper_pc .describe_text{
    padding: 20px 20px 20px 60px;
    margin-top: 20px;
    background:rgba(248,248,248,1) url('/images/icon/yinhao_icon.png') no-repeat;
    background-size: 22px 18px;
    background-position: 22px 22px;
    border-radius:2px;
    font-weight:400;
    color:rgb(141, 141, 141);
    line-height:26px;
    font-size: 16px;
}
.report_warpper_pc .maintitle_pc{
    display: block;
    max-height: 88px;
    font-size:30px;
    font-weight:500;
    color:rgba(35,35,35,1);
    line-height:44px;
    overflow: hidden;
}
.report_warpper_pc .author_download{
    margin-top: 20px;
    height: 30px;
    line-height:30px;
    color:rgba(153,153,153,1);
}
.author_download .download_btn{
    display: block;
    color: #009CFF;
    width: 60px;
    height: 28px;
    padding-left: 32px;
    line-height: 30px;
    border: 1px solid #009CFF;
    border-radius:2px;
    font-size: 12px;
    background: url('/images/icon/download_blue_icon.png') no-repeat;
    background-size: 16px;
    background-position: 10px center;
}
.author_download .download_btn:hover{
    background: #009CFF url('/images/icon/download_white_icon.png') no-repeat;
    background-size: 16px;
    background-position: 10px center;
    color: #FFF;
}

.article_slice_pc{
    margin-top:30px;
    width: 100%;
    color: #333333;
    letter-spacing: 0.7px;
}
.article_slice_pc h1{

}
.article_slice_pc h2{

}
.article_slice_pc h3{

}
.article_slice_pc p{
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    font-size: 16px!important;
    line-height: 30px!important;
    font-family: 'Arial'!important;
}
.article_slice_pc img{
    max-width: 640px!important;
}



/* 二维码 */
.reportdetail_ercode_pc{
    display: flex;
    display: -webkit-flex; /* Safari */
    padding:25px 0 0;
    border-top:1px solid rgba(232,232,232,1);
}
.reportdetail_ercode_pc .ercode{
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    margin-right: 30px;
}
.reportdetail_ercode_pc p{
    flex: 1;
    width: 100%;
    padding: 10px 0 20px;
    display: block;
    font-size:16px;
    color:rgba(35,35,35,1);
    line-height:30px;
}

/* 评论主体 */
.comment_warpper_pc{
    padding-bottom:20px;
}

