

.bdselect_share_box{display: none !important;}
.content_detail .content-top{
    padding:20px 0 10px;
    border-bottom:1px solid #dcdcdc;
}
.content_detail .title{
    font-size:24px;
    font-weight: 500;
    color: #000000;
    line-height: 38px;
}
.author-info{
    position: relative;
    margin-top: 15px;
}
.author-info .item{
    display: inline-block;
    margin-right: 20px;
    color:#777F8F;
    font-size:14px;
    line-height: 20px;
}
.author-info .item.right{
    position: absolute;
    right: 0;
    top:50%;
    height: 16px;
    margin: -8px 0 0 0;
    line-height: 16px;
    cursor: pointer;
}
.author-info .item.right img{
    width:16px;
    height:16px;
    margin: -2px 5px 0 0;
    vertical-align: middle;
}
.author-info .item.right .phone-qrcode{
    display: none;
    position: absolute;
    top:30px;
    right:-20px;
    padding:30px;
    background: #FFFFFF;
    border-radius: 14px;
    border: 2px solid #EBF1FB;
    font-size:14px;
    color: #4A4A4A;
    text-align: center;
    z-index:100;
}
.author-info .item.right .phone-qrcode img{
    width:180px;
    height:180px;
}
.author-info .item.right:hover .phone-qrcode{
    display: block;
}
.content_detail .content-info{
    margin-top: 20px;
    padding-bottom:30px;
}
.content_detail .content-info p{
    margin-bottom: 20px;
    color: #333333;
    font-size:18px;
    font-weight: 400;
    line-height: 30px;
}
.content_detail .content-info img{
    width: 100%;
}
.content_detail .content-info img.global-ignore-img{
    display: block;
    width: auto !important;
    margin:0 auto;
}
.content_detail .content-info .copyright{
    font-size: 14px;
    font-weight: 400;
    color: #777F8F;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: justify;
}
.content_detail .content-info .share-box{
    position: relative;
    margin-top: 30px;
    color:#777F8F;
    font-size:14px
}
.content_detail .content-info .share-box .text{
    line-height: 28px;
}
.content_detail .content-info .share-box a{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right:28px;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.content_detail .content-info .share-box a img{
    width: 28px;
    height: 28px;
}
.content_detail .content-info .share-box a:first-child{
    margin-left: 10px;
}
.content_detail .content-info .share-box .right-box{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.content_detail .content-info .share-box .right-box .item{
    width:auto;
    margin-left:15px;
    cursor: pointer;
}
.content_detail .content-info .share-box .right-box .item .img{
    width: 24px;height:24px;display:inline-block;margin-top:-5px;vertical-align: middle;background-repeat: no-repeat;background-size: 100% 100%;background-position: center;
}
.content_detail .content-info .share-box .right-box .item .collect{
    background-image: url('/static/styles/sub4/css/img/collect.png');
}
.content_detail .content-info .share-box .right-box .item .collect.active{
    background-image: url('/static/styles/sub4/css/img/collect_active.png');
}
.content_detail .content-info .share-box .right-box .item .zan{
    background-image: url('/static/styles/sub4/css/img/zan.png');
}
.content_detail .content-info .share-box .right-box .item .zan.active{
    background-image: url('/static/styles/sub4/css/img/zan_active.png');
}
.content_detail .content-info .video-box{
    position: relative;
    width: 780px;
    height: 438.75px;
    background-color: #000000;
}
.content_detail .content-info .video-box video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border:0;
    outline:none;
}
.content_detail .content-info .video-intro{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #777F8F;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: justify;
}
/*评论*/
.comment-write-box{
    position: relative;
    padding:30px 0;
}
.comment-write-box .avatar{
    position:absolute;
    left:0;top:30px;
    width:50px;height:50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #CED1DD;
}
.comment-write-box .write-cont{
    padding-left: 60px;
}
.comment-write-box .write-cont textarea{
    width:100%;
    height:80px;
    padding:10px;
    background-color: #ffffff;
    border: 1px solid #CED1DD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.comment-write-box .write-cont textarea:-moz-placeholder{color:#A1A5B7;font-size:14px;}
.comment-write-box .write-cont textarea:-ms-input-placeholder{color:#A1A5B7;font-size:14px;}
.comment-write-box .write-cont textarea::-webkit-input-placeholder{color:#A1A5B7;font-size:14px;}
.comment-write-box .yzm-box{
    margin-top: 10px;}
.comment-write-box .yzm-box .test_input{
    width: 160px;
    height: 32px;
    background: #F1F5FB;
    border: 1px solid #CED1DD;
    text-indent: 10px;
}
.comment-write-box .yzm-box .test_pic{
    display: inline-block;
    width: 88px;
    height: 32px;
    margin-left: 10px;
    background: #FFBD00;
    vertical-align: top;
}
.comment-write-box .yzm-box .test_pic img{width:100%;height:100%;}
.comment-write-box .yzm-box .confirm{
    float: right;
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #293753;
    color: #ffffff;
    font-size:14px;
    cursor: pointer;
}
.comment-write-box .yzm-box .confirm.disabled{
     background-color: #ccc;
     border-color: #ccc;
     color: #fff;
}
.comment-write-box .yzm-box .test_error{
    color: #ec3a4d;
}
.comment-list .comment{margin-top: 20px;}
.comment-list .comment .item{display: inline-block;}
.comment-list .comment .avatar{
    width:32px;height:32px;margin-right:10px;vertical-align: top;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.comment-list .comment .name{
    font-size:14px;color:#000000;
    font-weight: 500;line-height: 32px;
}
.comment-list .comment .time{
    margin-left: 28px;font-size:14px;color:#999999;font-weight:400;
}
.comment-list .comment_info{
    padding-left: 42px;margin-top: 14px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}