/* 付费提示 */
.reply2view a { color: #16a085; background-color: transparent; border: 2px solid #16a085; border-radius: 0!important; display: inline-block; margin-bottom: 0;font-weight: 400;  text-align: center; vertical-align: middle; cursor: pointer; background-image: none;white-space: nowrap; padding: 6px 12px;  font-size: 14px;  line-height: 1.42857143;
}
.reply2view a:hover {  background-color: #16a085; color: #fff;
}
@media screen and (max-width: 768px) {
.content-hidden-info {padding: 12px;}
.content-cap-title span {font-size: 13px;}
}
.content-hidden-info{position:relative;background-image:url(images/hidden-bg.svg);background-repeat:no-repeat;background-position:bottom right;background-color:#fafcff;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;height:100%;box-sizing:border-box;padding:16px 28px;min-height:168px}
.content-cap{display:flex;justify-content:space-between;align-items:center}
.entry-content .content-cap{height:100%;margin:20px 0}
.content-cap-title {/* display: flex; */font-size: 18px;text-align: center;}
.content-cap-title span:first-child{display:flex;align-items:center}
.content-cap-title i{color:#0468fd;border-radius:100%;width:20px;height:20px;display:inline-block;text-align:center;line-height:20px;margin-right:16px;font-size:25px}
.content-buy-count,.content-user-money{margin-left:37px;margin-top:10px}
.content-user-lv{display:flex;flex-flow:wrap;margin-left:37px;margin-top:10px}
.lv-icon.user-vip{height:18px;line-height:18px;padding:0}
.content-user-lv > span{font-size:14px;color:#121212;margin-right:16px}
/* .content-cap-title a {line-height: 40px;padding: 8px 16px;color: #fff;} */
.sp-dark-mode .content-hidden-info {
    background-color: #151617;
}
/* 小屏显示 */
@media screen and (max-width: 768px){
    /* 付费内容 */
	.content-cap {font-size: 12px;}
    .content-hidden-info {padding: 12px;}
	.content-buy-count, .content-user-money {margin-top: 5px;margin-left: 10px;}
	.content-cap-title a.layui-btn {margin-left: auto;margin-top: 10px;}
}
/* 下载 */
.article-down .title{font-size:18px;border-bottom:1px solid #f6f6f6;padding-bottom:8px}
/* .article-down ul{position:relative;overflow:hidden;margin:auto} */
.layui-tab ul{margin:auto}
.download-info ul{display:flex;flex-flow:wrap;background:rgb(167 167 167 / 6%);padding:10px;list-style:none;margin-bottom: 8px;}
.download-info li {font-size: 12px;width: 49%;margin:0 1% 1% 0}
.down_url button{background:#f6f6f6;border-radius:5px;color: #4d5258;transition:all .3s;overflow:hidden}
.down_url button:hover {background: var(--theme)!important;}
@media screen and (max-width: 800px){

}
.down_url ul li a{display:block;transition:all .3s}
.down_url ul li a:hover,.article-down ul li:hover a{color:#fff}
.cancel-comment-reply {position: absolute;right: 0;cursor: pointer;z-index: 99;}
a#cancel-comment-reply-link{color:var(--theme);font-weight:600}
/* 评论点赞 */
button.commentVote.text{padding:0 10px;background:#f6f6f6;border-radius:5px;color:#888;transition:all .3s;margin-right:5px;display:inline-block;line-height:30px}
.louzhu_count li{float:left;padding:5px 0;width:33%;line-height:20px;border-right:solid 1px #E2DDD1;font-size:12px;border-radius:5px;text-align:center}