/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //qitabbs.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/
/*全站字体大小调整*/
/*全站颜色调整*/
.comment-widget-nav span {
	color: #FF9600;
}
.entry-content a {
	color: #fb0909;
}
/*阿里巴巴图标*/
.icon {
    width: 20px; height: 20px;
    vertical-align: -5px;
    fill: currentColor;
    overflow: hidden;
}
.user-w-qd-list-title p.picked span {
	background-color: #8B5A5A;
}
.entry-content table td {
  font-size: 14.5px;
}
/*签到美化*/
.user-w-qd {
  background-image: linear-gradient(90deg, #673AB7 0%, #AB1A1A 50%);
}
/*去除背景图片*/
.user-w-qd-list-title {
	background-image: none;
}

/*隐藏背景颜色*/
.user-w-qd-list-title {
	background-color: #f000 !important;
}

/* 左边按钮（选中状态） */
.user-w-qd-list-title p.picked span {
	background-image: linear-gradient(90deg, #8B5A5A 0%, #A67C7C 100%);
	color: #FFF8F0;
	/* 暖白色，提高对比度 */
	font-size: 15px;
	padding: 4px 12px;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 右边按钮（未选中状态） */
.user-w-qd-list-title p:not(.picked) span {
	background-image: linear-gradient(90deg, #A67C7C 0%, #C4A6A6 100%);
	color: #3D2B2B;
	/* 深褐色文字，与背景形成对比 */
	font-size: 15px;
	padding: 4px 12px;
	border-radius: 3px;
	opacity: 0.9;
	/* 稍微提高不透明度 */
	transition: all 0.3s;
}
/*公告通知*/
.gg-box .modal-content {
	width: 28rem;
	overflow: hidden;
	margin-top: 0;
}

.gg-box-title .gg-title {
	width: 100%;
	text-align: center;
	padding: 0 !important;
}

.modal-content .gg-box-title h2 {
	font-size: 22px;
	margin-bottom: 0;
	text-align: center;
	font-weight: bold;
}

.gg-box-title .gg-title span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.title-bg {
	border: 0;
}

.modal-content .gg-title {
	padding: 20px 30px 0px 30px;
}

.modal-content .gg-title a {
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	display: block;
	font-family: Arial;
	text-decoration: none
}

.modal-content .gg-desc {
	padding: 20px 30px;
	font-size: 14px;
	letter-spacing: .5px;
	padding-bottom: 0;
}

.modal-content .gg-desc p {
	color: #909399;
	font-family: Arial;
	background: #f8f8f8;
	padding: 20px;
	line-height: 24px;
}

.gg-button a {
	border: 0;
	display: inline-block;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .5px;
	background-color: #206aff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
	background-image: -webkit-linear-gradient(left, #006eff, #13adff);
	background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
	background-image: linear-gradient(90deg, #006eff, #13adff);
	-webkit-box-shadow: 0 5px 10px 0 rgb(16 110 253 / 30%);
	box-shadow: 0 5px 10px 0 rgb(16 110 253 / 30%);
}

/*文章末尾随机彩色标签*/
.post-tags-meat a {
	background-color: #19B5FE;
}

.post-tags-meat a:nth-child(5n) {
	background-color: #4A4A4A;
	color: #FFF
}

.post-tags-meat a:nth-child(5n+1) {
	background-color: #ff5e5c;
	color: #FFF
}

.post-tags-meat a:nth-child(5n+2) {
	background-color: #ffbb50;
	color: #FFF
}

.post-tags-meat a:nth-child(5n+3) {
	background-color: #1ac756;
	color: #FFF
}

.post-tags-meat a:nth-child(5n+4) {
	background-color: #19B5FE;
	color: #FFF
}

.post-tags-meat a:hover {
	background-color: #1B1B1B;
	color: #FFF
}

/*
认证logo美化
*/

@-webkit-keyframes woo-icon-wooSprite {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 0 bottom;
	}
}

@keyframes woo-icon-wooSprite {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 0 bottom;
	}
}

/*认证logo美化*/
.vrnzhengss {
	position: absolute;
	background-image: url(/wp-content/themes/b2child/img/goldvvv.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-animation: woo-icon-wooSprite 2.1s steps(15) infinite backwards;
}

.user-verify .vrnzhengss {
	position: initial;
	margin-bottom: -6px;
	display: inline-block;
	width: 23px;
	height: 23px;
}

.top-user-avatar .vrnzhengss {
	bottom: -5px;
	right: -6px;
	width: 16px;
	height: 16px;
}

.verify-box-avatar .vrnzhengss,
.user-w-avatar .vrnzhengss,
.gold-top-avatar .vrnzhengss,
.mission-page-user-verify .vrnzhengss,
.post-meta-left .avatar-parent .vrnzhengss,
.topic-avatar .vrnzhengss {
	bottom: -5px;
	right: -6px;
	width: 16px;
	height: 16px;
}

.w-a-info .vrnzhengss {
	bottom: -1px;
	right: 210px;
	width: 18px;
	height: 18px;
}

@media (max-width: 780px) {
	.w-a-info .vrnzhengss {
		bottom: -1px;
		left: 38px;
		width: 18px;
		height: 18px;
	}
}

@media (min-width:800px) {
	.user-verify .vrnzhengss {
		position: initial;
		margin-bottom: -6px;
		display: inline-block;
		width: 23px;
		height: 23px;
	}

	.top-user-avatar .vrnzhengss,
	.verify-box-avatar .vrnzhengss,
	.user-w-avatar .vrnzhengss,
	.gold-top-avatar .vrnzhengss,
	.mission-page-user-verify .vrnzhengss,
	.post-meta-left .avatar-parent .vrnzhengss,
	.topic-avatar .vrnzhengss {
		bottom: -5px;
		right: -6px;
		width: 16px;
		height: 16px;
	}
}

/*去掉更多按钮上部间隔线*/
.post-5 .load-more,
.post-5 .b2-pagenav {
	border-top: 0px solid #f0f0f0;
}

/*文章左侧点赞小框*/
.post-content-footer .content-footer-poster button {
	border-radius: 10px;
}

.post-content-footer .content-footer-zan-cai {
	margin-top: 2px;
	padding: 12px 0 28px 0;
	border-radius: 10px;
	box-shadow: 0 4px 16px 0 rgb(13 39 91 / 6%);
	background: #fff;
}

/*
* 隐藏YARPP相关推荐
*/
.yarpp-related h3 {
	color: #657487;
	padding-bottom: 10px;
	display: none;
}

.yarpp-related ol {
	color: #657487;
	display: inline-block;
	background: #f7f7f7;
	width: 100%;
	padding: 24px;
	margin-left: 0;
	display: none;
}

/*左侧帮助中心*/
@keyframes shangxa {

	0%,
	100%,
	20%,
	50%,
	80% {
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transform: translate3d(0, 0, 0);
	}

	40%,
	43% {
		transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
		transform: translate3d(0, -10px, 0);
	}

	70% {
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -6px, 0);
	}

	90% {
		transform: translate3d(0, -3px, 0);
	}
}

.leke {
	display: flex;
	position: fixed;
	left: 0;
	top: calc(50% - 103px);
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	color: #E6DFD5;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	z-index: 10;
	overflow: hidden;
	background: #3E2D2D;
	padding: 12px 8px 12px 5px;
	border-radius: 0 14px 14px 0;
	transition: height 0.2s ease 0s, top 0.2s ease 0s;
}

.leke:hover {
	opacity: .8;
}

.leke .upload-icon {
	flex-shrink: 0;
	width: 28px;
	height: auto;
	display: block;
	margin-bottom: 2px;
	-webkit-animation: shangxa 2s infinite;
	animation: shangxa 2s infinite;
}

@media screen AND (max-width: 768px) {
	.leke {
		display: none;
	}
}

#qidiana {
	cursor: pointer;
}

.class_qidian_wpa {
	border-radius: 6px !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}


/*隐藏友情链接顶部菜单*/
@media (max-width: 780px) {
	#menu-item-18416 {
		right: 0;
		bottom: 57px;
		display: none;
	}
}
/*表格样式美化*/
.gold-page-list {
	border: 1px solid #eee;
	background: #fff;
}

.gold-page-list li {
	display: flex
}

.gold-page-list li:nth-child(odd) {
	background: #f7f9fa
}

.gold-header {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.gold-list-row-1,
.gold-list-row-2,
.gold-list-row-3,
.gold-list-row-4 {
	width: 15%;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	padding: 16px
}

.gold-list-row-5 {
	width: 40%;
	border-right: 1px solid #f5f6f7;
	border-bottom: 1px solid #f5f6f7;
	font-size: 13px;
	padding: 16px
}

.gold-list-row-5 p code {
	font-size: 12px;
	padding: 5px
}

.gold-list-row-5 p {
	margin-top: 10px
}

.gold-list-row-5 .gold-users {
	color: #bcbcbc
}

.gold-list-row-5 .gold-users a {
	color: #696969;
	font-weight: 600;
	margin-right: 5px
}

.gold-list-row-5 .gold-title a {
	color: #bcbcbc;
	margin: 0 5px
}

/*圈子引导位置*/
.circle-topic-box {
	margin-left: 15px;
}

/*文章收藏按钮变红色*/
.content-footer-poster .favorite-button.sc i,
.shop-single-action-right .favorite-button.sc {
	color: #f96078 !important;
}

/*个人中心页面样式修改*/
.user-panel-info {
	display: block;
	text-align: center;
	color: rgb(255, 87, 34);
	width: 100%;
	padding-top: 15px;
}

.user-panel-info p {
	display: block;
	text-align: center;
	width: 100%;
	color: #000000;
	font-size: 15px;
}

.user-panel-editor-button {
	position: inherit;
	margin: 0 auto;
}

.user-panel-editor-button .user-follow {
	width: 100%;
	justify-content: center;
	margin-bottom: -15px;
}


    /*圈子用户头像圆角美化-https://www.dzw6.com/19796.html*/
.topic-avatar img,
.avatar.b2-radius.b2tooltipbox,
.circle-info-left img,
.b2-radius.avatar{
  border-radius: 100%;
}


    
    

    

/*个人中心页面修改*/
.author .author-header {
	margin-top: -20px;
}

.user-panel {
	display: block;
}

.user-panel .avatar {
	margin: 0 auto;
	border-radius: 50%;
}

.user-panel-info {
	text-align: center;
	padding-top: 20px;
	padding-left: 0px;
}

.user-panel-info div {
	margin: 0 auto;
}

.user-panel-info p {
background: rgba(0, 0, 0, 0);
  margin-right: auto !important;
  margin-bottom: 15px;
}

.mask-wrapper {
	height: 270px;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
}

.editor-avatar {
	display: flex;
	align-items: center;
	flex-flow: column;
	height: 100%;
	position: absolute;
	width: 100%;
	justify-content: center;
	background: rgba(41, 44, 47, .4);
	color: #fff;
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	border-radius: 75px;
}

.user-cover-button {
	position: absolute;
	top: 30px;
	right: 20px;
}

.user-panel-info h1 span {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.mask-wrapper {
		height: 150px;
	}

	.user-panel .avatar {
		width: 100px;
		height: 100px;
		max-width: 100px;
		min-width: 100px;
		cursor: pointer;
		border: 5px solid #ffffff;
		position: relative;
		z-index: 4;
	}
}

.vip-current {
	border: initial;
}

.entry-content p>a:hover {
	text-decoration: none !important;
}

/*普通用户等级文字颜色美化*/
.lv-icon.b2-vip0 b {
	color: #FFFFFF !important;
	background: linear-gradient(90.34deg, #b88943 0.27%, #f4d57b 99.7%);
	padding: 0 5px;
	border-radius: 3px;
}

.lv-icon.b2-vip1 b {
	color: #FFFFFF !important;
	background: linear-gradient(90.34deg, #8934ff 0.27%, #e9cbff 99.7%);
	padding: 0 5px;
	border-radius: 3px;
}

.lv-icon.b2-vip2 b {
	color: #FFFFFF !important;
	background: linear-gradient(90.34deg, #e62e30 0.27%, #f77381 99.7%);
	padding: 0 5px;
	border-radius: 3px;
}

.lv-icon.b2-vip3 b {
	color: #ffffff !important;
	background: linear-gradient(90.34deg, #f84701 0.27%, #fd8701 99.7%);
	padding: 0 5px;
	border-radius: 3px;
}

.lv-icon.b2-vip4 b {
	color: #ffffff !important;
	background: linear-gradient(90.34deg, #f77827 0.27%, #ffce55 99.7%);
	padding: 0 5px;
	border-radius: 3px;
}

.lv-icon.b2-vip5 b {
	color: #ffffff !important;
	background: linear-gradient(90.34deg, #8a38ff 0.27%, #b58fff 99.7%);
	padding: 0 5px;
	border-radius: 3px;
}

/*VIP用户等级图标美化*/
/*会员标志*/
.lv-icon.user-vip {
	height: 18px;
	line-height: 18px;
	padding: 0;
}

/*用户侧边栏面板显示问题*/
.user-w-lv {
	display: flex;
	height: 22px;
	flex-wrap: wrap;
}

.b2-vip0 {
	background-image: url(/vip/vip1.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.b2-vip1 {
	background-image: url(/vip/vip2.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.b2-vip2 {
	background-image: url(/vip/vip3.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.b2-vip3 {
	background-image: url(/vip/vip4.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.b2-vip4 {
	background-image: url(/vip/vip5.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.b2-vip5 {
	background-image: url(/vip/vip6.svg);
	background-repeat: no-repeat;
	background-size: contain;
}







/*VIP用户等级图标美化结束*/
/* 圈子内评论区用户等级美化 --bbs.zhiqan.com*/
.author-vip {
	height: 14px;
	line-height: 14px;
	padding: 0;
	padding-left: 16px;
}

.author-lv.b2-lv0 {
	background-color: #ff9400;
	height: 14px;
	line-height: 14px;
}

.author-lv.b2-lv1 {
	background-color: #ff9400;
	height: 14px;
	line-height: 14px;
}

.author-lv.b2-lv2 {
	background-color: #ff3a55;
	height: 14px;
	line-height: 14px;
}

.author-lv.b2-lv3 {
	background-color: #ff3a55;
	height: 14px;
	line-height: 14px;
}

.author-lv.b2-lv4 {
	background-color: #de00ff;
	height: 14px;
	line-height: 14px;
}

.author-lv.b2-lv5 {
	background-color: #de00ff;
	height: 14px;
	line-height: 14px;
}

.author-lv.b2-lv6 {
	background-color: #ff0000;
	height: 14px;
	line-height: 14px;
}

.author-lv.b2-lv7 {
	background-color: #3478f7;
	height: 14px;
	line-height: 14px;
}

/*
 * 隐藏文章上下篇
 */
.post-pre-next {
	display: none;
}

/*
 * this for night-qitabbs.com
 */
.night-qitabbs {
	position: relative;
	right: 6px;
	display: flex;
}

.night-qitabbs {
	display: none;
}

@media (max-width: 767px) {
	.night-qitabbs {
		display: block !important;
	}
}

/*红点改数字通知*/
.bar1-mark {
	animation: none;
	color: #fff;
}

p.tiaoslo {
	font-size: 12px;
	margin-top: 2px;
}

.change-theme b {
	top: -9px;
	right: 0px;
	width: 17px;
	height: 17px;
	line-height: 11px;
}

/*红点改数字通知*/
/*我要爆料颜色修改*/
.po-n button {
  background: #e04a1c;
  border: 1px solid #e04a1c;
  border-radius: 4px;
}

/* 修改评论框右上角提示颜色 */
.comment-tips {
	color: #A65E44;
	font-weight: 400;
}

/*修改个人中心页面透明度*/
.author-page-right {
	opacity: 1;
}

.author-page-left {
	opacity: 0.8;
}

/*推荐圈子小工具修改-https://www.dzw6.com/35103.html*/
.widget .recommended-widget li.picked a {
	background-color: #756969;
	color: #fff;
}
/*推荐圈子小工具修改-https://www.dzw6.com/35103.html*/
/*相关文章推荐*/
.related-posts .related-posts-title {
	font-weight: 700;
}

/* 文章列表动态效果优化开始 */
.home .post-list .b2_gap .post-list-item .item-in:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}

.picture img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.item-in:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.item-post-style-3 .post-info {
	position: relative;
	z-index: 2;
	color: #fff;
	background: linear-gradient(0deg, rgba(9, 15, 29, 0.8) 0%, transparent 100%);
	overflow: hidden;
}

.b2_gap>li .item-in,
.shop-list-item,
.shop-normal-item-in,
.user-search-list li>div,
.home-collection .home-collection-content,
.post-3.post-3-li-dubble .b2_gap>li .item-in,
.item-in {
	overflow: hidden;
	transition: all .3s ease-in-out;
}

/* 文章列表效果优化结束 */

/* 底部黑框高度修改 */
.footer-bottom {
	height: 40px;
}

/* 底部黑框高度修改 */
/*圈子搜索结果页面调整-qitabbs.com”*/
.document-cat-item {
	flex-flow: initial;
	text-align: left;
	width: 30%;
	padding: 18px 10px 18px 0;
}

.document-cat-item .ym-menu {
	margin-left: 28px;
}

.document-top {
	height: 320px;
}

.document-top h2 {
	margin: 8px auto 16px;
}

.document-cat-box img {
	border-radius: 0;
	padding: 0 16px 0 0;
}

.document-cat-item h2 {
	margin: 0 0 5px 0;
}

.document-cat-item p {
	font-size: 14px;
}

.document-content h2 {
	margin-top: 28px;
}

.document-row-right {
	display: none;
}

/*屏蔽日期*/
.document-row {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width:768px) {
	.collection-item {
		width: 100%;
	}

	.b2-collection-img {
		max-width: 76px;
		height: 48px;
	}

	.document-cat-item {
		display: inline-block;
		text-align: center;
	}

	.post-type-archive-document #primary-home {
		margin-top: 118px;
	}

	.document-row {
		width: 100%;
	}

	.document-cat-item img {
		width: 38px;
		height: 38px;
		margin-left: 12px;
	}
}

/*置顶帖子样式-qitabbs.com”*/
.circle-topic-item {
	border-top: 10px solid #efefef;
}

/*删除“创建圈子”-qitabbs.com”*/
.circle-widget-button {
	display: none;
}
.document-cat-item .ym-menu {
	margin-left: 28px;
}

.document-top {
	height: 320px;
}

.document-top h2 {
	margin: 8px auto 16px;
}

.document-cat-box img {
	border-radius: 0;
	padding: 0 16px 0 0;
}

.document-cat-item h2 {
	margin: 0 0 5px 0;
}

.document-cat-item p {
	font-size: 14px;
}

.document-content h2 {
	margin-top: 28px;
}

.document-row-right {
	display: none;
}

/*屏蔽文档日期*/
.document-row {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width:768px) {
	.collection-item {
		width: 100%;
	}

	.b2-collection-img {
		max-width: 76px;
		height: 48px;
	}

	.document-cat-item {
		display: inline-block;
		text-align: center;
	}

	.post-type-archive-document #primary-home {
		margin-top: 118px;
	}

	.document-row {
		width: 100%;
	}

	.document-cat-item img {
		width: 38px;
		height: 38px;
		margin-left: 12px;
	}

	.user-search-list li {
		width: 50%;
	}

	/*搜索页用户栏*/
	.post-list-meta-box {
		margin: 0 0 12px 13px;
	}

	/*首页模块说明*/
}

.post-type-archive-document #primary-home {
	margin-top: 198px;
}

/*菜单高度*/
/*调整文档页面高度*/
.document-top {
	height: 400px;
}

/*修改文章顶部移动端显示阅读量而非点赞量*/
.single .post-meta li:last-child {
	display: flex;
}

.single-like {
	display: none;
}

/*移动端个人首页隐藏等级*/
@media screen and (max-width: 1221px) {
	.user-page-lv {
		display: none;
	}
}

/**二级文字导航菜单样式美化代码**/
.has_children .sub-menu {
	border-radius: 4px;
}

.top-menu .b2-jt-down {
	display: none !important;
}

.top-menu-ul .sub-menu-0 {
	border-top: 0;
	padding: 15px;
	transform: translateY(10px);
	transition: all .3s;
}

.top-menu ul li {}

.top-menu ul li:hover .sub-menu-0 {
	transform: translateY(0);
}

.top-menu-ul .sub-menu-0>li {
	border-left: 1px solid #ebeef5;
	position: relative;
}

.b2-menu-3 .sub-menu-0>li>a {
	color: #4c4c4c;
	padding: 8px 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.b2-menu-3 .sub-menu-0>li:after {
	content: '';
	position: absolute;
	top: 12px;
	left: -5px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #3d7eff;
}

.b2-menu-3 .sub-menu-0>li:nth-child(2n+1):after {
	border: 3px solid #f1787f;
}

.b2-menu-3 .sub-menu-0>li:nth-child(3n+1):after {
	border: 3px solid #61e1b9
}

.b2-menu-3 .sub-menu-0>li>a:hover {
	background: #ebeef5;
}

.b2-menu-3 .sub-menu-0>li:hover>a,
.b2-menu-3 .sub-menu-0 a:hover {
	color: #333;
}

/*文章评论区认证用户颜色修改*/
.comment-author .user-title {
	color: rgb(255, 125, 55);
}

/* 文章H标签美化-qitabbs.com **/
.entry-content h1,
.entry-content h2 {
	font-weight: bold;
	background-color: #f6f6f6;
	margin: 20px 0;
	border-bottom: 0px solid #12b4f0;
	padding: 5px 12px;
	border-left: 5px solid #24b4f0;
}
/*评论背景图-www.qitabbs.com*/
.b2-radius #textarea {
	background-color: transparent;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../b2child/img/talk.webp) right 10px bottom 10px no-repeat; /* 改为本地相对路径 */
	-moz-transition: ease-in-out 0.45s;
	-webkit-transition: ease-in-out 0.45s;
	-o-transition: ease-in-out 0.45s;
	-ms-transition: ease-in-out 0.45s;
	transition: ease-in-out 0.45s;
}

.b2-radius #textarea:focus {
	background-position-y: 789px;
	-moz-transition: ease-in-out 0.45s;
	-webkit-transition: ease-in-out 0.45s;
	-o-transition: ease-in-out 0.45s;
	-ms-transition: ease-in-out 0.45s;
	transition: ease-in-out 0.45s;
}

/*评论旁小黑屋-www.qitabbs.com*/
.tishui {
	color: #676767;
	font-size: 14px;
	margin-right: 15px;
	line-height: 32px;
}

/*顶部、底部logo大小调整*/
.about-widget .footer-logo {
	height: 100px;
}

/* 默认 logo 图片高度 */
.logo img {
	height: 50px;
}

/* 手机端 logo 图片高度 */
@media (max-width: 767px) {
	.logo img {
		height: 38px;
	}
}

/* ===== 代码高亮容器 ===== */
.code-highlight-wrapper {
	position: relative;
	margin: 1.5em 0;
	border-radius: 6px;
	box-shadow: 0px 8px 20px -10px rgba(0, 0, 0, 0.2);
}

/* ===== 代码块基础样式 ===== */
.entry-content pre.prettyprint {
	position: relative;
	background: #21252b !important;
	padding: 50px 20px 20px !important;
	margin: 0 !important;
	overflow-x: auto;
}

/* ===== 装饰性伪元素 ===== */
.entry-content pre.prettyprint:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 25px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fc625d;
	z-index: 2;
}

.entry-content pre.prettyprint:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 50px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fdbc40;
	z-index: 2;
}

ol.linenums:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 75px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #35cd4b;
	z-index: 2;
}

/* ===== 复制按钮样式 ===== */
.copy-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	/* 高于伪元素 */
	background: rgba(255, 255, 255, 0.1);
	color: #feff33;
	border: none;
	padding: 8px 15px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.2s ease;
	backdrop-filter: blur(5px);
}

.copy-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-1px);
}

.copy-btn:active {
	transform: translateY(0);
}

/* ===== 移动端适配 ===== */
@media (max-width: 768px) {
	.copy-btn {
		padding: 6px 12px;
		font-size: 13px;
		top: 8px;
		right: 8px;
	}

	.entry-content pre.prettyprint {
		padding-top: 40px !important;
	}
}

/**代码高亮结束**/
/**首页专题栏大小**/
.collection-out>ul li {
	width: 33%;
}

.footer-bottom-left img {
	width: auto;
}

/* 话题帖子颜色调整 */
.circle-hash svg {
	fill: #ff5502;
}

.topic-content-text button {
	color: #a65b36;
}
























.sixin {
	background: linear-gradient(135deg, #ff5f6d, #ff8a65);
	animation: gentleSlide 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.aside-bar .sixin {
	/* 保持原始定位 */
	display: block !important;
	position: absolute;
	right: 0;
	top: 5px;
	width: 165px;
	padding: 9px 45px 9px 5px;

	/* 优化样式 */
	color: #fff;
	font-size: 14px;
	border-radius: 15px 0 0 15px;
	line-height: 1;
	box-shadow: 0 3px 10px rgba(255, 95, 109, 0.25);
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
	transition: transform 0.2s ease;
}

/* 更温和的动画 */
@keyframes gentleSlide {
	from {
		opacity: 0;
		transform: translateX(20px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 悬停微动效 */
.aside-bar .sixin:hover {
	transform: translateX(-3px);
}



/* 地质网（dzw6.com）帖子样式美化https://www.dzw6.com/33050.html*/
.circle-hash svg {
	fill: #ff5502;
}

.topic-date.topic-circle b {
	font-size: 15px;
	color: #8590a6;
}
.topic-footer-left span.topic-date {
  font-size: 14px;
}

.topic-header-right {
	line-height: 1;
	position: relative;
	z-index: 2;
}

.topic-meta-more-box {
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.topic-date.topic-meta-more {
	background: none;
	border: 0;
	padding: 4px 8px;
	cursor: pointer;
}

.topic-date.topic-meta-more .b2font {
	font-size: 16px !important;
	color: #8590a6;
	vertical-align: middle;
	transition: transform 0.3s;
}

.topic-meta-more-box:hover .b2-arrow-down-s-line {
	transform: rotate(180deg);
}

.topic-more-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 100;
	min-width: 120px;
}

.topic-meta-more-box:hover .topic-more-menu {
	display: block;
}

.topic-more-menu ul {
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 6px 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.topic-more-menu ul:before {
	content: "";
	position: absolute;
	bottom: 100%;
	right: 12px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.05));
}

.topic-more-menu li {
	margin: 0;
	padding: 0;
}

.topic-more-menu button,
.topic-more-menu a {
	display: block;
	width: 100%;
	padding: 8px 16px;
	font-size: 13px;
	color: #606266;
	text-align: left;
	background: none;
	border: 0;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
}

.topic-more-menu button:hover,
.topic-more-menu a:hover {
	background: #f5f7fa;
	color: #409eff;
}

.fuzhi {
	position: relative;
}

.jubao-button b {
	font-weight: 500 !important;
}

.topic-meta-more-box .topic-date.topic-meta-more i {
	font-size: 23px;
}

.topic-meta-more-box i {
	font-size: 20px;
}

.topic-footer-right button {
	background: 0 0;
	padding: 5px 10px;
	display: inline;
	border-radius: 3px;
	box-shadow: none;
	border: 0;
}

.topic-footer-right button+button {
	margin-right: 2px;
}

.topic-footer-right button {
	padding: 0 12px;
	font-weight: normal;
	box-shadow: 1px 1px 1px 1px #90909021;
	display: inline;
	align-items: center;
	margin-right: 2px;
	height: 28px;
	color: #8590A6;
}

.topic-footer-right i {
	font-size: 12px;
}

.topic-footer-right>div button {
	margin-left: 10px;
}


.topic-date.topic-circle {
	display: block;
}

.topic-footer-right button.picked .icon {
	filter:
		brightness(0.85)
		/* 降低亮度增强饱和度 */
		sepia(1)
		/* 添加基础暖色调 */
		hue-rotate(-10deg)
		/* 微调色相至橙色 */
		saturate(4)
		/* 提升饱和度 */
		contrast(1.2);
	/* 增强对比度 */
	transform: scale(1.1);
	/* 添加轻微放大效果 */
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	/* 流畅动画 */
}

/* 隐藏普通用户的等级数字（保留VIP用户的完整显示） */
.topic-user-lv .user-lv i {
	display: none !important;
}

/* 如果需要微调称号的间距 */
.topic-user-lv .user-lv b {
	margin-right: 0 !important;
}





.lv-icon.user-lv b {
	font-size: 12px;
	padding: 0 6px;
	margin-left: 3px;
	font-weight: inherit;
}

/* 修正版本：直接控制内部元素颜色 */
.lv-icon.user-lv.b2-lv0 b,
.lv-icon.user-lv.b2-lv0 i {
	color: #ff9400;
}

.lv-icon.user-lv.b2-lv1 b,
.lv-icon.user-lv.b2-lv1 i {
	color: #ff9400;
}

.lv-icon.user-lv.b2-lv2 b,
.lv-icon.user-lv.b2-lv2 i {
	color: #ff3a55;
}

.lv-icon.user-lv.b2-lv3 b,
.lv-icon.user-lv.b2-lv3 i {
	color: #ff3a55;
}

.lv-icon.user-lv.b2-lv4 b,
.lv-icon.user-lv.b2-lv4 i {
	color: #de00ff;
}

.lv-icon.user-lv.b2-lv5 b,
.lv-icon.user-lv.b2-lv5 i {
	color: #de00ff;
}

.lv-icon.user-lv.b2-lv6 b,
.lv-icon.user-lv.b2-lv6 i {
	color: #ff0000;
}

.lv-icon.user-lv.b2-lv7 b,
.lv-icon.user-lv.b2-lv7 i {
	color: #3478f7;
}
.topic-name>div>div p {
	width: auto;
	height: auto;
	display: flex;
}
.admin-badge.is-owner {
  margin-left: 5px;
  margin-top: 2px;
}

.admin-badge.is-manager {
  margin-left: 5px;
  margin-top: 2px;
}
.topic-lv-vip .lv-icon.user-vip {
  margin-left: 6px;
}
.topic-header .lv-icon b {
  font-weight: 400;
  font-size: 12px;
}
.topic-header .lv-icon {
  margin-right: 0;
  margin-top: -1px;
}

/* 圈子话题调整 */
.topic-name .topic-name-data a {
  display: flex;
  align-items: center;
}
.topic-name-data b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.topic-name-data b {
  font-size: 14px;
  color: #494B4D;
  font-weight: 600;
}
a, a:active, a:visited {
  text-decoration: none;
  transition: all 0.2s;
}


.circle-is-circle-admin, .circle-is-admin {
  display: inline-block;
  margin-left: 5px;
  color: #AAAEB3;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .topic-footer-left span.topic-date {
    margin-left: 0px;
  }
  .topic-footer-right button + button {
  margin-right: -5px;
}
}
/*登陆弹窗美化-www.dzw6.com*/
.login-box-content {
    margin-top: 0;
    width: auto;
    display: flex;
    position: relative;
    background: #fff;
    min-width: 750px;
}
.aibk_com_login {
    width: 50%;
    position: relative;
    background: url(../b2child/img/dl.webp); /* 改为本地相对路径 */
    background-size: cover;
    background-position: center 0;
}
.login-box-content .login-box-top {
    width: 50%;
    padding: 30px 30px 25px;
}
.wxlogin-sidebar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
}
.wxlogin-sidebar h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold; /* 增加标题粗细 */
    text-shadow: 0 1px 3px rgba(0,0,0,0.5); /* 添加轻微文字阴影增强可读性 */
}
.wxlogin-sidebar p{
    color: rgba(255, 255, 255, 0.85); /* 提高透明度至0.85 */
    font-size: 14px;
    line-height: 1.5; /* 增加行高提升可读性 */
    margin: 8px 0; /* 增加段落间距 */
}
.wxlogin-sidebar>div {
    padding: 30px;
}
/* 地质主题增强样式 */
.wxlogin-sidebar .geology-highlight {
    color: #ffd700; /* 使用金色作为地质主题强调色 */
    font-weight: 500; /* 适度加粗 */
}
@media screen and (max-width: 768px){
    .aibk_com_login {
        display: none;
    }
    .login-box-content{
        min-width: auto;
    }
    .login-box-content .login-box-top{
        width: 100%;
    }
}
.login-logo img {
  height: 66px;
}
/* 搜索结果为空页面样式 */
.empty-page {
    text-align: center;
    padding: 40px 20px;
}

.b2-empty-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  margin-top: -30px;
}

.b2-empty-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #1890ff;
    border-radius: 3px;
}

.b2-search-tips {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #eee;
}

.tip-item {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px;
    color: #555;
}

.tip-item:last-child {
    margin-bottom: 0;
}

.tip-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #e6f7ff;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px;
}

.keyword-example {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 12px;
    background: #fff;
    border-radius: 4px;
    border: 1px dashed #c1e4fe;
    color: #1890ff;
    font-weight: 500;
}

.b2-link {
    color: #1890ff;
    font-weight: 500;
    text-decoration: underline;
    transition: all 0.3s;
}

.b2-link:hover {
    color: #40a9ff;
    text-decoration: none;
}
.dark-room .site-content {
  padding-bottom: 0;
}
.dark-room .footer {
  display: none;
}
.xmw-black-house-box .content li {
    position: relative;
    display: inline-block;
    margin: 10px;
    text-align: center;
    vertical-align: top;
}

.xmw-black-house-box .content li .b2tooltipbox {
    position: absolute;
    left: calc(100% + 12px); /* 显示在右侧 */
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.95);
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    white-space: nowrap;
    display: none;
    z-index: 1000;
    font-size: 14px;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    line-height: 1.5;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xmw-black-house-box .content li .b2tooltipbox::before {
    content: "封禁原因：";
    color: #ffd700;
    margin-right: 4px;
}

.xmw-black-house-box .content li .b2tooltipbox::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%; /* 箭头指向左侧 */
    margin-top: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent rgba(0,0,0,0.95) transparent transparent;
}

.xmw-black-house-box .content li:hover .b2tooltipbox {
    display: block;
    animation: reasonFade 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes reasonFade {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}
.dark-room .mg-b {
  margin-bottom: 10px;
}


.xmw-black-house-content {
  background-color:#000;
  min-height:100vh;
}
.xmw-main-content {
  position:relative;
  width:1100px;
  margin:0px auto 0px;
  min-height:800px;
  padding-bottom:50px;
  padding-top:10px;
}
.xmw-black-house-header-html,
.xmw-black-house-footer-html {
  color:#fff;
}
.xmw-black-house-header-html h1 {
  text-align:center;
  color:#fff;
  margin:50px;
  font-size:40px;
  font-weight:bold;
}
.xmw-black-house-box {
  margin-bottom:30px;
  border:1px solid #999;
  border-radius:var(--xmw-border-radius);
  padding:20px;
  background-color:rgba(141,141,141,0.3);
}
.xmw-black-house-box>.title {
  padding-bottom:20px;
  border-bottom:1px solid #333;
  font-size:20px;
  font-weight:bold;
  color:#d2d200;
}
.xmw-black-house-box>.title span {
  font-size:14px;
  color:#999;
  margin-left:20px;
  font-weight:normal;
}
.xmw-black-house-box .content {
  padding-top:20px;
}
.xmw-empty-page {
  text-align:center;
  color:#999;
  padding:20px;
  clear:both;
}
.xmw-empty-page i {
  font-size:35px;
}
.xmw-empty-page .title {
  font-size:14px;
}
.xmw-black-house-box .content li {
  float:left;
  text-align:center;
  margin-right:15px;
  padding:10px;
  border-radius:4px;
  cursor:default;
  width:calc((100% - 120px)/9);
  margin-bottom:20px;
  box-sizing:border-box;
}
.xmw-empty-page a {
  color:#333;
  text-decoration:none;
}
.xmw-black-house-box .content li img {
  width:70px;
  height:70px;
  border-radius:100%;
  background-color:#555;
  filter:brightness(0.6);
}
.avatar {
  background-color:#f6f6f6;
  object-fit:cover;
}
.xmw-black-house-box .content li .name {
  margin:5px 0;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}
.xmw-black-house-box .content li .name a,
.xmw-black-house-box .content li .name a font {
  color:#aaa !important;
}
.xmw-black-house-box .content li .time {
  margin:10px 0;
  color:#FF5722;
  font-size:12px;
}
.clear:after {
  display:block;
  content:'';
  clear:both;
}
.xmw-black-house-box .content li .time.black {
  color:#000;
}
.xmw-black-house-box .content li:hover {
  background-color:#383838;
}
@media screen and (max-width:800px) {
  .xmw-main-content {
    width:100%;
  }
  .xmw-black-house-header-html h1 {
    margin:20px;
  }
  .xmw-black-house-content {
    background-color:#000;
    padding:0vw 4vw 4vw !important;
  }
  .xmw-black-house-box {
    background-color:rgba(141,141,141,0.3);
    border:1px solid #999;
    border-radius:1vw;
    padding:2vw;
    margin-bottom:4vw;
  }
  .xmw-black-house-box>.title {
    padding-bottom:2vw;
    border-bottom:1px solid #333;
    font-weight:bold;
    color:#d2d200;
    font-size:5vw;
  }
  .xmw-black-house-box>.title span {
    color:#999;
    margin-left:4vw;
    font-weight:normal;
    font-size:3vw;
  }
  .xmw-black-house-box .content {
    padding-top:4vw;
  }
  .xmw-empty-page {
    text-align:center;
    color:#999;
    padding:4vw 0 5vw;
    font-size:4vw;
    clear:both;
  }
  .xmw-empty-page i {
    font-size:8vw;
  }
  .xmw-empty-page .title p {
    font-size:3.5vw;
    margin:0;
  }
  .xmw-black-house-box .content li {
    float:left;
    width:calc((100% - 0vw)/3);
    text-align:center;
    margin-right:0;
    margin-bottom:4vw;
  }
  .xmw-black-house-box li img {
    width:12vw;
    height:12vw;
    border-radius:100%;
  }
  .xmw-black .avatar {
    background-color:#eee;
    border:1px solid #f6f6f6;
    object-fit:cover;
  }
  .xmw-black-house-box li .name {
    font-size:3.5vw;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
  }
}

.author-table{display:flex;gap:16px;align-items:flex-start}
.author-page-right{flex:0 0 300px;width:300px}
.author-page-left{flex:1}
.author-filter{background-color:#ffffffe6;opacity:.8}
.author-filter .stream-filter a{color:#333}
.author-filter .stream-filter a .stream-label{display:inline-block}
.author-filter .stream-filter a.current .stream-label{border-bottom:2px solid #756969}
.stream-filter a .stream-label{display:inline-block}
.stream-filter a.current .stream-label{border-bottom:2px solid var(--b2color) !important}
.author-page-right > .box{box-shadow:none;background-color:#ffffffe6;opacity:.8}
.author-page-right > .box .profile-title{display:flex;align-items:center;margin-bottom:10px}
.author-page-right > .box .profile-title-bar{display:inline-block;width:4px;height:18px;background-color:var(--b2color);border-radius:4px;margin-right:8px}
.author-page-right > .box .profile-title h3{font-size:16px;font-weight:700;margin:0;color:#333}
.profile-list b{font-weight:700}
.user-brief{background-color:#ffffffe6}
.author-page-left #author-stream{background-color:#ffffffe6;padding:12px}
.author-page-left .stream-article{margin-bottom:16px}
.b2-radius#author-load-more{background-color:#fff;color:var(--b2color);display:block;margin:16px auto;font-size:16px;padding:10px 18px;border:1px solid #e5e5e5}
/* settings link layout */
.stream-filter .author-settings-link { display: none; }
.stream-filter .author-settings-link.show { display: block; flex: 1; text-align: center; padding: 8px 0; }

/* Recent Visitors Tooltip */
.rv-tooltip {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 12px;
    position: absolute;
    z-index: 100;
    /* Position at bottom right of the avatar */
    top: 80%;
    left: 60%;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.rv-item:hover .rv-tooltip {
    visibility: visible;
    opacity: 1;
}

/* Author Info Grid */
.author-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    font-size: 15px;
    gap: 12px;
    text-align: center;
}

.author-info-grid.private {
    border-top: 1px solid #f5f6f7;
    padding-top: 12px;
}

.author-info-grid .author-info-item-label {
    font-size: 12px;
    color: #999;
}

/* Author Edit Tabs */
.author-edit-page .settings-filter{display:flex;gap:8px;margin:0 0 12px 0}
.author-edit-page .settings-filter a{flex:1;text-align:center;padding:8px 0;border:1px solid #e5e5e5;border-radius:6px;color:#333;background:#fff}
.author-edit-page .settings-filter a .stream-label{display:inline-block}
.author-edit-page .settings-filter a.current .stream-label{border-bottom:2px solid var(--b2color)}
.author-edit-page .settings-sections{background-color:#ffffffe6;padding:12px;border-radius:8px}
.author-edit-page .settings-section{margin-bottom:16px}
@media screen and (max-width:768px){
  .author-table{flex-direction:column}
  .author-page-right{flex:1 1 auto;width:100%}
  .author-page-right > .box.b2-radius.mg-b{display:none}
  #recent-visitors-list{display:flex !important;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;width:100% !important;gap:12px}
  #recent-visitors-list .rv-item{flex:0 0 auto}
  .user-brief .ub-action-others{display:none !important}
  .user-brief .user-lv-icons{display:none !important}
}
/* Collections menu equal width */
.collections-menu .collections-filter{display:flex;gap:0}
.collections-menu .collections-filter li{flex:1}
.collections-menu .collections-filter a{display:block;text-align:center;padding:8px 0}
.collections-menu .collections-filter a.current{border-bottom:2px solid var(--b2color)}
/* Follow/Fans tabs */
.follow-fans-filter{display:flex;gap:8px;margin-bottom:8px}
.follow-fans-filter a{flex:1;text-align:center;padding:8px 0;border:1px solid #e5e5e5;border-radius:6px;color:#333;background:#fff}
.follow-fans-filter a.current .stream-label{border-bottom:2px solid var(--b2color)}
.circle-info-left h1 {
  line-height: 1.7;
}
/* 信息栏小工具 */
#b2-widget-html-2{
  background-color: #f5f1e6;
  box-shadow: none;
  margin-top: -20px;
  width: 250px;
}
.custom-links-widget {
  margin-right: 10px;
}
.custom-links-widget .links-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 8px;
  margin-bottom: 10px;
}

.custom-links-widget .link-item {
  color: #8c929f;
  text-decoration: none;
  font-size: 12px;
  text-align: left;
  line-height: 1.6;
  transition: color 0.2s ease-in-out;
  display: block;
  white-space: normal;
  word-wrap: break-word;
}

.custom-links-widget .link-item:hover {
  color: #555;
}

.custom-links-widget .single-column-row {
  grid-template-columns: 1fr;
}

.custom-links-widget .beian-icon {
  vertical-align: middle;
  margin-right: 4px;
  width: 14px;
  height: 14px;
}
/* 友情链接 */
.wrap{display:flex;flex-direction:column;min-height:100%}
.main{flex:1 1 auto;margin:0 auto;max-width:980px}
.main .title{margin:60px 0 30px 0;font-size:32px;font-weight:100;text-align:center;color:#000}
.main .link-list{margin:30px auto 60px auto;padding:0;line-height:0;list-style:none}
@media (max-width: 1000px) {
  .main .link-list {
    text-align: center;
    width: 320px;
  }
}
.main .link-list .item{display:inline-block;position:relative;margin:0 8px 16px 8px;width:180px;height:74px;background-color:#fff;box-shadow:inset 0 0 0 1px #f1f1f1;overflow:hidden;box-sizing:border-box}
.main .link-list .item:hover{box-shadow:inset 0 0 0 2px #45b4ff}
@media (max-width: 600px) {
  .main .link-list .item {
width: 40% !important;
  }
}
.main .link-list .item .link{display:flex;align-items:center;justify-content:center;height:100%}
.main .link-list .item .link.no-logo .name{display:block}
.main .link-list .item .link:hover .name,.main .link-list .item .link:hover .logo{transition:opacity .3s}
.main .link-list .item .link:hover .name{width:auto;height:auto;opacity:1}
.main .link-list .item .link:hover .logo{width:0;height:0;opacity:0}
.main .link-list .item .link .name{padding:0 5px;width:0;height:0;font-size:14px;line-height:1.5;color:#333;opacity:0}
.main .link-list .item .link .logo{height:35px;width:80%;background-position:center;background-repeat:no-repeat;background-size:contain}
@media (max-width:600px){.main .link-list .item .link .logo{height:50px;width:85%}}
/* 友情链接 */
/* 链接页面显示四个每行 */
.link-list li {
  width: 25%;
}
/* 链接页面显示四个每行 */
/* 网址导航 */
.b2-tab-links .toc-list {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 8px;
}

.link-join {
    text-align: center;
}

.links-home h1,
.link-total {
    text-align: center;
}

.b2-tab-links .toc-list-item {
    background: #fff;
    border-radius: 8px;
}
.b2-tab-links .is-active-li a.toc-link {
  background-color: #1ecea5;
  color: #fff;
}
.link-in:hover .fd.link-right h2{
  color:#1ecea5;
}
.link-title h2::before {
  background-color: #1ecea5;
}
/* 网址导航 */
/* 修改说明：修改替换样式名，开始 */
.topic-comment-text .dzw6-emoji,
.widget-comment-contnet .dzw6-emoji{
    font-size: 1.5em;
    vertical-align: middle;
    display: inline-block;
    will-change: transform;
}
.comment-content-text .dzw6-emoji{
    font-size: 1.7em;
    vertical-align: middle;
    display: inline-block;
    will-change: transform; 
}
@media (max-width: 768px) {
    .topic-comment-text .dzw6-emoji,
    .widget-comment-contnet .dzw6-emoji{
        font-size: 1.2em;
    }
    .comment-content-text .dzw6-emoji{
        font-size: 1.2em;
    }
}
.dzw6-emoji{animation: .5s ease-in-out infinite wobble}
.dzw6-emoji:hover{animation: 0.6s ease-in-out infinite wobble-hover}
@keyframes wobble{
    0%, 100%{transform: translateY(0) rotate(0deg)}
    25%{transform: translateY(-3px) rotate(-3deg)}
    75%{transform: translateY(-3px) rotate(3deg)}
}
@keyframes wobble-hover{
    0%, 100%{transform: translateY(0) rotate(0deg)}
    25%{transform: translateY(-4px) rotate(-5deg)}
    75%{transform: translateY(-4px) rotate(5deg)}
}
/* 修改说明：修改替换样式名，结束 */
/* 隐藏举报按钮 */
.jubao-button.text {
  display: none;
}
/* 圈子话题 */
.ctw{padding:8px 0}
.ctw-list{list-style:none;margin:0;padding:0}
.ctw-item{margin:0;padding:10px 6px;border-bottom:1px solid rgba(0,0,0,.06)}
.ctw-item:last-child{border-bottom:none}
.ctw-link{display:block;text-decoration:none;color:inherit;transition:background-color .2s ease;border-radius:8px;padding:4px 6px}
.ctw-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.ctw-info{flex:1;min-width:0}
.ctw-title{display:inline-block;line-height:1.6;font-size:14px;transition:color .15s ease}
.ctw-link:hover .ctw-title{color:#ff6000}
.ctw-meta{margin-top:4px;font-size:12px;color:rgba(0,0,0,.55)}
.ctw-thumb{flex:0 0 72px;width:72px;height:54px;border-radius:8px;overflow:hidden;background:rgba(0,0,0,.04)}
.ctw-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.ctw-link:hover{background:rgba(0,0,0,.03)}
.ctw-empty .ctw-title{color:rgba(0,0,0,.5)}
#circle-topic-widget-new{margin-top:-15px}
/* 圈子概览 */
.circle-overview-desc p{margin:0;padding:5px 10px;line-height:1.5;font-size:13px;color:#9196a1;border-radius:6px}
.circle-overview-admin-list{list-style:none;margin:0;padding:0}
.circle-overview-item{border-bottom:1px solid rgba(0,0,0,0.06)}
.circle-overview-item:last-child{border-bottom:none}
.co-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.co-left img{width:36px;height:36px;border-radius:8px;object-fit:cover;display:block;border-radius:100%}
.co-mid{flex:1;min-width:0}
.co-top{display:flex;align-items:center;gap:8px}
.co-name{text-decoration:none;color:inherit;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#191B1F;font-weight:300}
.co-lv-icons{display:none}
.co-desc{margin-top:4px;line-height:1.6;font-size:12px;color:#9196a1;overflow-wrap:anywhere}
.co-right{min-width:45px;text-align:right;align-self:center}
.co-follow{display:inline-block;padding:6px 10px;border:none;background:#3e2d2d;color:#fff;border-radius:6px;cursor:pointer;font-size:12px;text-decoration:none}
.co-follow:hover{filter:brightness(1.05)}
.circle-overview-bottom{padding:10px 0}
.circle-overview-section{margin:6px 0}
.circle-overview-subtitle{display:none}
.circle-members-subtitle{font-size:14.5px;color:rgba(0,0,0,0.8);margin:8px 0 6px 16px;display:flex;align-items:center;justify-content:space-between}
.team-widget.member-list{padding:0 8px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:34px;gap:6px;align-items:center;box-sizing:border-box;width:100%;overflow:hidden;margin-bottom:12px}
.team-widget.member-list .avatar{width:34px;height:34px;margin:0 auto}
.team-widget.member-list li{margin:0}
.team-widget.member-list .ellipsis{display:flex;justify-content:center}
.team-widget.member-list .ellipsis a{display:block;width:34px;height:34px;line-height:34px;text-align:center;text-decoration:none;font-weight:600}
.circle-members-subtitle .circle-view-all{font-size:12.5px;color:#9196a1;text-decoration:none;margin-right:10px}
.team-widget.member-list li img{transform:scale(0.92)}
.widget ul.team-widget{padding:10px 20px 5px 4px}
#b2-widget-circle-overview-2 .b2-widget-title h2,.widget>h2{display:none}