@charset "utf-8";

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

.share_zone_pc ul li span{
    display: block;
    width:26px;
    height: 26px;
    background-size:26px;
    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.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');
}
.share_zone_pc ul li span.chenjin_pc{
    background-image: url('/images/icon/chenjin_icon.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);
}


/* 文章主体 */
.article_comment_pc{
    float: left;
    width: 640px;
}
.article_warpper_pc{
    padding-bottom:20px;
}
.breadcase{
    height: 35px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
.breadcase a{
    color: #999;
}
.breadcase a:hover{
    color: #009CFF;
}
.article_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;
}
.article_warpper_pc .author_keyword{
    margin-top: 20px;
    height: 20px;
    line-height:20px;
    color:rgba(153,153,153,1);
    vertical-align: top;
}
.author_keyword .source_author{
    float: left;
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.author_keyword .releaseTime{
    width: 170px;
    text-align: right;
    float: right;
}

.article_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;
}
.article_slice_pc{
    margin-top:30px;
    width: 100%;
    color: #333333;
    font-family: 'Arial'!important;
    letter-spacing: 0.7px;
    font-weight: 400;
}
.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;
    text-align: justify;
    text-justify: inter-ideograph;
}
.article_slice_pc img{
    display: block;
    margin: 0 auto;
    max-width: 640px!important;
}
.editor_zone_pc{
    width: 100%;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 16px;
}
.reprint_zone{
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
}
.reprint_zone a{
    color: #009CFF;
}


/* 点赞区 */
.thumbsup_zone_pc{
    padding: 20px 0 50px 0;
    height: 60px;
    cursor: pointer;
}
.thumb_btn_pc{
    display:block;
    width: 90px;
    height: 50px;
    padding: 5px 0 5px;
    margin: 0 auto;
    border-radius:30px;
    border:1px solid rgba(232,232,232,1);
}
.thumb_img{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-position: center;
    background-image: url('/images/icon/zan1_icon.png');
    background-repeat: no-repeat;
    background-size: 26px;
}
.thumb_btn_pc:hover .thumb_img{
    background-image: url('/images/icon/zan2_icon.png');
}
.thumb_btn_pc.active .thumb_img{
    background-image: url('/images/icon/zan2_icon.png');
}
.thumbsup_zone_pc p{
    display: block;
    height: 20px;
    line-height:20px;
    text-align: center;
    font-size:14px;
    color:rgba(35,35,35,1);
    
}

/* 公众号二维码 */
.articledetail_ercode_pc{
    display: flex;
    display: -webkit-flex; /* Safari */
    padding:25px 0 35px;
    border-top:1px solid rgba(232,232,232,1);
}
.articledetail_ercode_pc .ercode{
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    margin-right: 30px;
}
.articledetail_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{
    width: 100%;
}
.comment_commontitle_pc{
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-direction:row;
    height: 20px;
}
.comment_commontitle_pc h4{
    flex: 0 1 auto;
    padding-right:15px;
    height:20px;
    font-size:14px;
    line-height:20px;
    font-weight:600;
    color:rgba(0,0,0,1);
}
.comment_commontitle_pc span{
    display: block;
    flex: 1;
    width:100%;
    margin-top:6px;
    height:8px;
    background:rgba(246,246,246,1);
}
.submit_comment{
    margin-bottom: 30px;
}
.comment_textarea_box{
    width: 100%;
    height: 80px;
    margin-top: 20px;
    border-radius:2px;
    box-sizing: border-box;
    resize:none;
    border:1px solid rgba(232,232,232,1);
}
.comment_textarea_box .headpic{
    float: left;
    width: 13%;
    height: 80px;
}
.comment_textarea_box .headpic img{
    display: block;
    width: 36px;
    height: 36px;
    margin: 22px auto 0;
    border-radius: 18px;
}
.comment_textarea_box textarea{
    display: block;
    width: 87%;
    min-height: 80px;
    box-sizing: border-box;
    padding: 10px 10px 10px 0;
    font-size: 14px;
    line-height: 22px;
    resize: none;
}
.comment_textarea_box textarea::-webkit-input-placeholder{
    color: #999;
    line-height: 20px;
}
.comment_textarea_box textarea::-moz-placeholder{
    color: #999;
    line-height: 20px;      
}
.comment_textarea_box textarea:-ms-input-placeholder{
    color: #999;
    line-height: 20px;       
}
.submit_comment .btn_zone{
    margin-top:15px;
    height: 40px;
}
.fontNum{
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 0;
    color: #999;
}
.fontNum span{
    font-size: 12px;
}
.submit_comment_btn{
    display: block;
    float: right;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background: #009CFF;
    border-radius:2px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.submit_comment_btn:hover{
    filter:alpha(opacity=90);
    -moz-opacity:0.9; 
    -khtml-opacity:0.9; 
    opacity: 0.9; 
}
.submit_comment_btn.disabled{
    background:rgba(244,244,244,1);
    color: #232323;
}
.all_comment_list{
}
.comment_floor_list {
    display: block;
}
.comment_singlefloor{
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(232,232,232,1);
}
.comment_singlefloor .userbase{
    position: relative;
    height: 36px;
    margin-bottom: 15px;
}
.comment_singlefloor .userbase img{
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 18px;
}
.comment_singlefloor .userbase span{
    display: block;
    position: absolute;
    height: 18px;
    line-height: 18px;
}
.comment_singlefloor .userbase span.t1{
    top: 0;
    left: 50px;
    color:rgba(35,35,35,1);
}
.comment_singlefloor .userbase span.t2{
    top: 18px;
    left: 50px;
    font-size: 12px;
    color:rgba(153,153,153,1);
}
.pointzan_comment{
    display: none;
    float: right;
}
.pointzan_comment button{
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    margin:7px 8px 0 0;
    background: url('/images/icon/zan1_icon.png') no-repeat center;
    background-size: 22px;
}
.pointzan_comment p{
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size:12px;
    color:rgba(102,102,102,1);
}
.comment_contenxt{
    display: block;
    padding-left: 50px;
    font-size:14px;
    color:rgba(35,35,35,1);
    line-height:20px;
}

/* 沉浸式阅读 */
.immerse_reading_zone{
    display: none;
    position: fixed;
    z-index: 600;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    overflow-y: scroll;
}
.immerse_article_wrapper{
    width: 1100px;
    margin: 0 auto;
}
.immerse_reading_zone .backtopage_btn{
    position: fixed;
    right: 100px;
    top: 50px;
    width: 45px;
    height: 45px;
    background:#FFF url('/images/icon/immerse_back2_icon.png') no-repeat center;
    background-size: 45px 45px;
    cursor: pointer;
}
.immerse_reading_zone .backtopage_btn:hover{
    background:#fff url('/images/icon/immerse_back_icon.png') no-repeat center;
    background-size: 45px 45px;
}
.immerse_article_wrapper{
    width: 640px;
    margin: 0 auto;
    padding: 45px 0;
}






