/*
Theme Name:     小洋子主题
Theme URI:      http://www.xiaouc.com
Description:    小洋子主题，平民化价格，高端享受。
Author:         小洋
Author URI:     http://www.xiaouc.com/
Template:       b2
Text Domain:      b2child
Requires at least: 6.0
Tested up to:     6.8
Version:        1.10.5
*/

/* ===== 小洋子主题功能样式 ===== */
/*定位*/
    .n_banner_inner {
        position: relative;
    }

    /*提示信息*/
    .n_banner_inner .img-info {
        position: absolute;
        right: 12px;
        top: 9px;
        padding: 0;
        text-align: right;
        color: #fff;
    }

    .n_banner_inner .img-info i {
        position: relative;
        display: inline-block;
        color: #007bff;
        font-size: 20px;
        line-height: 19px;
        text-align: center;
        z-index: 9;
        font-style: inherit;
    }

    .n_banner_inner .img-info .info {
        position: absolute;
        bottom: 5px;
        right: 0;
        width: 0;
        padding: 5px 0;
        overflow: hidden;
        background: #007bff;
        border-radius: 10px;
        line-height: 10px;
        text-align: center;
        font-size: 10px;
        color: #fff;
        white-space: nowrap;

        -webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -ms-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -o-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    }

    .n_banner_inner .img-info .info a {
        color: #fff;
    }

    .n_banner_inner .tirr {
        max-width: 100%;
        height: auto;
        transition: 0.5s;
        border-radius: 5px;
    }

    /*触发Hover*/
    .n_banner_inner:hover .info {
        width: auto;
        padding: 5px 23px 5px 12px;
        -webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -ms-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -o-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        font-size: 12px;
        z-index: 1;
    }

    .n_banner_inner img:hover {
        filter: brightness(50%);
    }

    /*出发声明hover*/
    .n_banner_inner .info:hover a {
        color: red;
        text-decoration: none;
    }

    /*左下角广告*/
    .n_banner_inner .Banner-adTag {
        position: absolute;
        left: 5px;
        bottom: 5px;
        width: 50px;
        border: 1px solid #ebebeb;
        border-radius: 3px;
        color: #ebebeb;
        opacity: 0.5;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

@media screen and (max-width: 768px) {
  .n_banner_inner .img-info {
    display: none;
  }
}
/*PC版文章头部作者信息*/
.post-user-info {
    display: flex!important;
}
/*字体抖动*/
.user-w-name h2,.w-a-name p{text-shadow: -2px 0 rgba(0, 255, 255, .5), 2px 0 rgba(255, 0, 0, .5);animation: shake-it .5s reverse infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);}
@keyframes shake-it{
    0%{text-shadow: 0 0 rgba(0, 255, 255, .5), 0 0 rgba(255, 0, 0, .5);}
    25%{text-shadow: -2px 0 rgba(0, 255, 255, .5), 2px 0 rgba(255, 0, 0, .5);}
    50%{text-shadow: -5px 0 rgba(0, 255, 255, .5), 3px 0 rgba(255, 0, 0, .5);}
    100%{text-shadow: 3px 0 rgba(0, 255, 255, .5), 5px 0 rgba(255, 0, 0, .5);}
}
/*字体抖动结束*/
/*评论背景图*/
 textarea#textarea {
    background-color:transparent; background:url(Assets/images/d439b6003af33a871f7e3f0e9b5c10385343b597.png) 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;
}
 textarea#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;
}
/*评论背景图结束*/
/**彩色滚动条样式*/
 ::-webkit-scrollbar {
     width: 5px;
     height: 1px;
}
 ::-webkit-scrollbar-thumb {
     background-color: #12b7f5;
     background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);
}
 ::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
     background: #f6f6f6;
}
/**彩色滚动条样式结束*/
/* logo扫光 */
 .logo{
    position:relative;
    overflow:hidden;
    margin: 0px 0 0 0px;
}
.logo:before{
    content:"";
     position: absolute;
     left: -665px;
     top: -460px;
     width: 200px;
     height: 15px;
     background-color: rgba(255,255,255,.5);
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
     -webkit-animation: searchLights 6s ease-in 0s infinite;
     -o-animation: searchLights 6s ease-in 0s infinite;
     animation: searchLights 6s ease-in 0s infinite;
}
@-moz-keyframes searchLights{
    50%{
        left: -100px;
         top: 0;
    }
     65%{
        left: 120px;
         top: 100px;
    }
}
@keyframes searchLights{
    40%{
        left: -100px;
         top: 0;
    }
     60%{
        left: 120px;
         top: 100px;
    }
     80%{
        left: -100px;
         top: 0px;
    }
}
/* logo扫光结束 */
/*文章随机彩色标签开始*/
.post-tags-meat{
    margin-bottom: 10px
}
.post-tags-meat a{
    background-color: #19B5FE;
    color: white;
}
.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
}
.post-tags-meat span.tag-text{
    color: #FFF;
    z-index: 6;
}
/*文章随机彩色标签结束*/
/*评论弹幕*/
.form-control {
	display: inline-block;
	width: auto;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.overflow-text {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	clear: both;
	padding: 0 10px;
	border-radius: 10px;
	box-sizing: border-box;
	max-width: 100%;
	color: #fff;
	animation: colorchange 3s infinite alternate;
	-webkit-animation: colorchange 3s infinite alternate;
}

@keyframes colorchange {
	0% {
		color: red;
	}

	50% {
		color: green;
	}

	100% {
		color: #6993f9;
	}
}

#Danmu {
	height: 275px;
	overflow: hidden;
	position: fixed;
	z-index: 2;
	max-width: 100%;
	right: 50px;
	bottom: 30px;
	pointer-events: none;
}

.overflow-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	padding: 3px 10px;
	border-radius: 10px;
	box-sizing: border-box;
	max-width: 100%;
	color: #fff!important;
	animation: colorchange 3s infinite alternate;
	-webkit-animation: colorchange 3s infinite alternate;
}

#Danmu li {
	display: flex;
	opacity: 0;
	border-radius: 20px;
	color: #fff;
	padding: 5px 10px 5px 10px;
	clear: both;
	font-size: 13px;
	height: 30px;
	float: right;
	line-height: 20px;
}

#Danmu li i {
	padding-left: 3px;
	padding-right: 3px;
}

#Danmu .info_zianv {
	text-decoration: underline;
	font-weight: 600;
	color: #fff;
}

#Danmu .info_zianv:hover {
	color: #fff!important;
}

#Danmu li a:first-child {
	margin-right: 6px;
	width: 20px;
}

#Danmu li a:last-child,#Danmu li a:last-child font {
	color: #fff !important;
}

#Danmu li a:last-child n {
	text-decoration: underline;
	margin: 0 5px;
}

#Danmu li img {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	vertical-align: inherit;
	margin-right: 6px;
	pointer-events: auto;
}

@keyframes colorchange {
	0% {
		color: red;
	}

	50% {
		color: green;
	}

	100% {
		color: #6993f9;
	}
}
.xtw-dm-content {

z-index: 99;

}

.xtw-dm-content a {

pointer-events: auto;

}
@media (max-width: 780px) {
#Danmu {
right: 0;
bottom: 57px;
display: none;
}
}
/*评论弹幕结束*/

/*文章小动画*/
.post-module-thumb a.thumb-link,.shop-normal-item-img a.link-block{
	transition: 0.9s ease-out all;
}
.post-module-thumb a.thumb-link:hover::after,.shop-normal-item-img a.link-block:hover::after {
	opacity:0.8;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.post-module-thumb a.thumb-link:hover,.shop-normal-item-img a.link-block:hover{
    /* -webkit-transform:translateY(-5px);
	transform:translateY(-5px); */
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
	transition: 0.9s ease-out all;
	background:rgba(0,0,0,0.5);
}
.post-module-thumb a.thumb-link::before,.shop-normal-item-img a.link-block::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0);
	transition:background 0.3s ease-out;
	z-index:2    
}
.post-module-thumb a.thumb-link::after,.shop-normal-item-img a.link-block::after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	margin:-25px 0 0 -25px;
	background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1IiBzdHJva2U9IiNmZmYiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSI2IiBzdHJva2Utb3BhY2l0eT0iMCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iNjsyMiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iMTswIiBjYWxjTW9kZT0ibGluZWFyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS13aWR0aCIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iMjswIiBjYWxjTW9kZT0ibGluZWFyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjYiIHN0cm9rZS1vcGFjaXR5PSIwIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBiZWdpbj0iM3MiIGR1cj0iM3MiIHZhbHVlcz0iNjsyMiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgYmVnaW49IjNzIiBkdXI9IjNzIiB2YWx1ZXM9IjE7MCIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utd2lkdGgiIGJlZ2luPSIzcyIgZHVyPSIzcyIgdmFsdWVzPSIyOzAiIGNhbGNNb2RlPSJsaW5lYXIiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iOCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgYmVnaW49IjBzIiBkdXI9IjEuNXMiIHZhbHVlcz0iNjsxOzI7Mzs0OzU7NiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9zdmc+);
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index:3;
	-webkit-transform:scale(2);
	transform:scale(2);
	transition:opacity 0.35s,-webkit-transform 0.35s;
	transition:transform 0.35s,opacity 0.35s;
	transition:transform 0.35s,opacity 0.35s,-webkit-transform 0.35s;
	opacity:0;
}
/*文章小动画结束*/
/*顶部导航栏*/
.header-banner-left .menu li.current-menu-item a:after{
    background-color: #0066ff; 
 }
.social-top .header-banner-left .menu li a:after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    bottom: 6px;
    width: 0;
    height: 2px;
    background-color: #0066ff;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.social-top .header-banner-left .menu li a:hover:after{
    width: 100%;
    -webkit-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}
.header-banner-left .menu li.current-menu-item a {
    color: #0066ff;
    font-weight: 600;
}
/*顶部导航栏结束*/
/*移动端禁止第一层底部*/
@media (max-width: 780px) {
.site-footer {
display: none;
}
}
/*移动端禁止第一层底部结束*/
/*头像圆角*/
.avatar,.topic-avatar img{
    border-radius: 100%!important;
}
/*头像圆角结束*/
/*会员标识*/
.lv-icon.b2-vip0 b {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #8590a6 0.27%, #9ea3a0 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-vip1 b {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #ff3a55 0.27%, #ff3355 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-vip2 b {
    color: #607a87 !important;
    background: linear-gradient(90.34deg, #e8eff0 0.27%, #e8eff0 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-vip3 b {
    color: #6C4A20 !important;
    background: linear-gradient(90.34deg, #FFD2A2 0.27%, #FFE2C2 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
/*会员标识结束*/
/*小图标*/
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/*小图标结束*/
/*等级标识*/
.lv-icon.b2-lv0 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #121212 0.27%, #333 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv1 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #85df8f 0.27%, #4dc265 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv2 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #85dfd3 0.27%, #6db7b3 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv3 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #759ce0 0.27%, #467db4 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv4 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #8a75e0 0.27%, #6c46b4 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv5 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #e78de3 0.27%, #ea14b0 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv6 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #f58292 0.27%, #f5013e 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-lv7 i {
    color: #fafafa !important;
    background: linear-gradient(90.34deg, #f58282 0.27%, #f5aa01 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
/*等级标识结束*/
/*首页文章标题鼠标移上去变色*/
/* [v42] hover 判定改到「不会位移」的父级 .post-list-item。
   原来写在 .item-in 自身，而 .item-in 会被下面「文章上浮」规则位移：
   指针停在卡片下沿 5px 内时会「上浮→脱离指针→落回→再上浮」高频抖动，
   表现为「鼠标一放到标题上，标题就快速上下闪动」。 */
 .post-list-item:hover .item-in {
    color: #2882C5;
}
/*首页文章标题鼠标移上去变色结束*/
/*文章内页右侧用户面板任务完成度修复*/
 .user-widget-content .user-w-rw {
    width: 32px;
    height: 32px;
}
.user-widget-content .user-w-rw-bg {
    line-height: 35px;
}
/*首页文章鼠标移上去样式*/
 .post-3 .post-3-li .item-in:hover {
    background-color: #fafafa;
}
 /* 登录弹窗美化*/
.header_vip_icon {
	padding:0 24px;
	position:relative;
	width:20px;
}
.header-user {
    position: absolute;
    top: 0px;
    display: flex;
    border-radius: 12px;
    padding: 0px;
}
/*首页标签鼠标移上去*/
.post-list-cats a span:hover {
    color: #2882c5;
    font-weight: 700;
}
/*页面a标签颜色*/
 .page-template .entry-content a {
    color: #2882c5 !important;
}
/*收藏后变成粉红*/
 .content-footer-poster .favorite-button.sc i, .shop-single-action-right .favorite-button.sc {
    color: #f96078 !important;
}
/*帮助中心文章搜索背景*/
 .single-document-search input {
    background-color: #FFF;
}
/*帮助中心文章回复背景*/
 .sticky-itme {
    background-color: #FFF;
}

/*文章分类页分类样式*/
 a.post-list-cat-item, .collection-posts li span {
    background-color: rgba(40, 130, 197, 0.1);
    color: #2882c5!important;
    padding: 4px 7px;
    height: 24px!important;
    line-height: 19px;
}
/*作者面板小工具修复*/
 .w-a-lv img {
    height: 18px;
    width: 18px;
}
.w-a-lv span {
    float: left;
}

/*文章小工具鼠标移上去背景色*/
 li.widget-post-small:hover {
    background-color: #F8FBFF;
}
/**样式修复**/
.single .entry-header .post-list-cat a {
    height: 30px!important;
    line-height: 30px;
    padding: 0 16px;
    font-weight: 500;
}
/** 文章上浮效果 **/
/* [v42] 修「鼠标移到文章标题上，标题/卡片上下快速抖动」：
   原写法把「hover 判定」和「位移」放在同一个元素 .item-in 上 —— 元素向上位移后会从
   指针下方抽走，hover 立即失效、元素落回原处、又命中 hover…… 在卡片下沿 5px 内形成
   每秒几十次的往复振荡（纯文字卡片标题贴近卡片下沿，最容易触发）。
   改为「hover 判定放在不会位移的父级 .post-list-item，位移作用在子级 .item-in」，
   与本文件下方 .post-thumb 的写法保持一致（.post-1 .b2_gap .post-list-item:hover .post-thumb），
   即：参与位移的元素本身永远不参与 hover 判定，光标就不会被位移甩出元素边界。 */
.home .post-list .b2_gap .post-list-item:hover .item-in {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}
.post-1 .b2_gap .post-list-item .post-thumb,
.post-3 .b2_gap .post-list-item .post-thumb
{
	transition: .35s
}
.post-1 .b2_gap .post-list-item:hover .post-thumb,
.post-3 .b2_gap .post-list-item:hover .post-thumb
{
   
	-ms-transform: scale(1.305);
	-moz-transform: scale(1.305);
	-webkit-transform: scale(1.305);
	transform: scale(1.305)
}
/*手机导航*/
@media screen and (max-width:768px) {
	.newmrxu_link {
	margin:0 auto;
	background:#fff;
	border-radius:12px;
}
.mrxu_link {
	padding:5px;
}
.mrxu_link dl dd {
	display:inline-block;
	width:18%;
	margin-bottom:10px;
	margin-top:10px;
}
.mrxu_link dl dd a {
	display:block;
}
.mrxu_link dl dd a i {
	display:block;
	width:30px;
	height:30px;
	margin:0 auto 5px;
}
.mrxu_link dl dd a p {
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#666;
	text-align:center;
	overflow:hidden;
}
dl {
	display:flex;
	justify-content:center;
}
    .mrxu_link dl dd.xu_link_1 i {
    	background: url(Assets/images/6fb53c51539b47559cf0d122a832cf63.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_2 i {
    	background: url(Assets/images/ce315c2c3a253ae480f3bc5d21f466fd.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_3 i {
    	background: url(Assets/images/8785f87831a49ec5ba53c349547f4afd.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_4 i {
    	background: url(Assets/images/7ee18f46c1124a317e50c8a0b873c281.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_5 i {
    	background: url(Assets/images/ba34bbc4534db00b68b17e8eb2d1c05d.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_6 i {
    	background: url(Assets/images/5426ece23cd64730a1342f1dc5f2323c.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_7 i {
    	background: url(Assets/images/d5fd454aeec7ab3bef4cbff55663dbb4.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_8 i {
    	background: url(Assets/images/71972a3300d1a94cec4a85d3f6435ece.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_9 i {
    	background: url(Assets/images/84b9a38a7edddfbe3fc7842ddfdb0fb3.png) center no-repeat;
    	background-size: 30px;
    }
    .mrxu_link dl dd.xu_link_10 i {
    	background: url(Assets/images/e37c2dccef84f2640b42ac2254855c5e.png) center no-repeat;
    	background-size: 30px;
    }
}
/** PC五格导航栏 **/
.home-row-left.content-area {
    width: 100%!important;
    height: auto;
    border-radius: 0;
    max-width: 100%;
}
.sorts {
    position: relative;
    top: -40px;
    z-index: 1;
    padding: 30px;
    background: hsla(0, 0%, 100%, .96);
    border: 1px solid #fff;
    -webkit-box-shadow: 0 40px 75px 0 rgb(57 60 67 / 8%);
    box-shadow: 0 40px 75px 0 rgb(57 60 67 / 8%);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.sort-config-next, .sort-config-next .sort-next-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.sort-swiper-container {
    position: relative;
    overflow: hidden;
    height: 62px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.sort-config {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
ul.sort-config.swiper-slide.swiper-slide-active {
    margin-left: 8px;
}
.sort-config {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.sort-config>li {
    width: 16.66667%;
    overflow: hidden;
    height: 100%;
}
.sort-config-item {
    display: block;
    height: 100%;
}
.thumb, a, a:active, a:visited {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.sort-config-icon, .sort-config-title {
    float: left;
    -webkit-transition: .3s;
    transition: .3s;
}
.sort-config-icon {
    width: 62px !important;
    height: 62px;
    margin-right: 12px;
}
.sort-config-title {
    position: relative;
    line-height: 34px;
    font-size: 18px;
    font-weight: 600;
    color: #2d2d2d;
}
.sort-config-icon, .sort-config-title {
    float: left;
    -webkit-transition: .3s;
    transition: .3s;
}
.sort-config-desc {
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #8e8e8e;
    -webkit-transition: .3s;
    transition: .3s;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.sort-config-item:hover .sort-config-desc, .sort-config-item:hover .sort-config-title {
    color: #3478f7;
}

/** 小工具标题 **/
    .widget-title {
        position:relative;
        font-size:.875rem;
        letter-spacing:5px;
        padding-bottom:.875rem;
        margin-bottom:1.5rem;
        font-weight:400;
    }
    .widget-title:after {
        content:"";
        position:absolute;
        background: linear-gradient(125deg,#5c92e5 0%,#5c92e5 100%);
        left:1px;
        width:50px;
        height:3px;
        bottom:-2px;
        -webkit-transition:.5s;
        -moz-transition:.5s;
        -ms-transition:.5s;
        -o-transition:.5s;
        transition:.5s;
    }
    .night .widget-title:after {
         background:linear-gradient(125deg, #e49d46 0%, #e49d46 100%);
    }
    .widget:hover .widget-title:after {
        width:40%
    }
/*个人中心*/
.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;
}
.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;
}
@media screen and (max-width: 768px){
.editor-avatar span {
    font-size: 0.6em;
}
}
.entry-content p > a:hover {
    text-decoration: none!important;
}
/*左边联系站长css*/
.contact-help {
	position:fixed;
	z-index:101;
	left:0;
	top:calc(50% - 30px);
	margin-top:-36px;
	width:28px;
	height:72px;
	transition:all .3s;
	font-size:12px;
	background-color: #fff;
    box-shadow: -8px 0px 35px 0px rgb(181 181 181 / 32%);
	padding:8px 7px;
	line-height:14px;
}
@media screen and (max-width:768px) {
	.contact-help {
	display:none;
}
}
/*进度条加载显示*/
 #percentageCounter{
    position:fixed;
     left:0;
     top:0;
     height:3px;
     z-index:99999;
     background-image:linear-gradient(to right, #eea2a2 0%, #bbc1bf 19%, #57c6e1 42%, #b49fda 79%, #7ac5d8 100%);
    border-radius:5px;
}
/*文章内页阴影*/ 
.entry-content p img { 
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
/*移动端禁止网站统计*/
@media (max-width: 780px) {
.footer-custom {
display: none;
}
}
/*移动端禁止网站统计结束*/
/*历史上的今天*/
.begin-today {
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
}
.begin-today {
    margin: 20px 0 !important;
}
.begin-today fieldset {
    margin: 10px 0;
    padding: 5px 25px 10px 25px;
    border-radius: 2px;
    border: 1px dashed #ccc;
}
.begin-today legend {
    font-weight: bold;
    padding: 5px;
}
.begin-today h5 {
    line-height: 50px;
    margin: 0 0 0 55px;
    font-size: 1.2rem;
}
.today-date {
    position: absolute;
    top: 10px;
    left: 25px;
    color: #fff;
    text-align: center;
    line-height: 10px;
    min-width: 46px;
    overflow: hidden;
    border-radius: 5px;
}
.today-m {
    background: #c40000;
    font-size: 12px;
    padding: 5px;
}
.today-d {
    background: #eee;
    font-size: 1.6rem;
    color: #333;
    font-weight: bold;
    padding: 7px 5px;
}
.begin-today a {
    display: block;
    color: #333;
    text-decoration: none;
}
.begin-today a:hover{
    color: #0066ff;
}
.begin-today ul li span {
    color: #999;
    margin: 0 10px 0 0;
}
.begin-today ul li {
    line-height: 220%;
    font-size: 0.6em;
}
/*历史上的今天结束*/
/*阅读时间与字数*/
@media (max-width: 780px) {
.word-count,.reading-time {
display: none;
}
}
/*阅读时间与结束*/
/*内容页作者信息*/
.u-backgroundColorWhite {
    background-color: #fff;
}
.postFooterInfo {
    padding: 25px 16px 25px 16px;
}
.u-marginTop30 {
    margin-bottom: 20px;
}
.u-flex {
    display: flex;
    align-items: center;
}
.postFooterInfo .avatar {
    border-radius: 100%;
    width: 75px;
    height: 75px;
}
.u-flex0 {
    flex: 0 0 auto;
}
.u-paddingLeft15 {
    padding-left: 15px;
}
.u-flex1 {
    flex: 1 1 auto;
}
.authorCard--content {
    position: relative;
}
.authorCard--title {
    font-size: 18px;
    color: #4370f5;
    margin-bottom: 5px;
}
.authorCard--title {
    font-size: 18px;
    color: #4370f5;
    margin-bottom: 5px;
}
.authorCard--title .icon {
    margin-left: 4px;
}
.authorCard--title .icon {
    margin-left: 4px;
}
.authorCard--content svg {
     width: 16px; 
    height: 16px; 
}
.authorCard--content .button {
    position: absolute;
    right: 0;
    top: 0;
}
.authorCard--title .button--follow {
    padding: 6px 12px;
}
.authorCard--description {
    padding-bottom: 0;
    color: rgba(0,0,0,.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
}
.authorCard--meta {
    border-top: 1px dashed #eee;
    padding-top: 10px;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    line-height: 1.4;
}
.authorCard--meta {
    border-top: 1px dashed #eee;
    padding-top: 10px;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    line-height: 1.4;
}
.dot:before {
    content: "·";
    margin-left: .5em;
    margin-right: .5em;
}
.vxname img{
    display: none;
}
.vxname:hover img{
    display: block;
    height: 100px;
    width: 100px;
    position: absolute;
    right: -7px;
    top: 33px;
}
.button--follow{
    background: #fff;
    border: 1px solid #4e6ef2;
    border-radius: 4px;
    color: #4e6ef2;
}
.button--follow:hover {
    color: #fff;
    background-color: #4e6ef2;
}
/**部分样式兼容调整*/
.item-post-style-3 .post-module-thumb a.thumb-link:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    background: linear-gradient(1 turn,rgba(9,15,29,.65),transparent);
    z-index: 0;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
}
/*登录框猫耳朵*/
.Mrxu-icon {
    text-align: center;
    margin-top: -58px;
    height: 70px;
}
.login-box-content .login-box-top {
    border-radius:12px;
    background-image:none!important;
}
.modal-content {
     overflow: visible!important; 
}
.login-title span {
    font-size: 20px!important;
}
.modal-content {
    background-image:none!important;
}
/*伪原创防采集*/
.entry-content > [class*=beupset] {
    position: absolute;
    left: -10000px;
}
.entry-content [class*=beupset] {
    position: absolute;
    left: -10000px;
}
/*阅读全文*/
#contTab{
    display: none;
}
.content-more{
    display: none;
}

#contTab:checked ~ #cont{
    max-height: 1000px;
    overflow: hidden;
}
#contTab:checked ~  .content-more{
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
#contTab:checked ~  .content-more .gradient{
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
    background-image: linear-gradient(-180deg,rgba(255,255,255,0),#fff);
    height: 80px;
    position: absolute;
    left: 0;
    top: -79px;
    width: 100%;
}
#contTab:checked ~  .content-more .readmore{
    display: inline-block;
    background: #f44360;
    color: #fff;
    width: 175px;
    height: 42px;
    border-radius: 42px;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
}
/*友情链接 横条样式（需后台开启“友情链接美化”）*/
.footer-links-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    padding: 10px 20px;
    color: #b0b0b0;
    font-size: 14px;
}
.footer-links-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-links-label {
    font-weight: 600;
    white-space: nowrap;
}
/* 普通友情链接（未开启美化时）保持 B2 父主题默认样式，不做覆盖 */
.site-footer-nav .wrapper .footer-links {
    /* 让父主题 B2 的默认样式生效，避免子主题 CSS 污染 */
}
/* 美化横条内的友情链接 */
.footer-links-bar .footer-links {
    display: inline-block;
    color: #b0b0b0;
    margin: 0;
    background-color: transparent;
    border: none;
    opacity: 1;
    text-align: left;
}
.footer-links-bar .footer-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links-bar .footer-links ul li a {
    color: #b0b0b0;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.footer-links-bar .footer-links ul li a:hover {
    color: #ffffff;
}
.apply-friend-link {
    color: #2D8CF0;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.apply-friend-link:hover {
    color: #66b1ff;
}
@media (max-width: 768px) {
    .footer-links-bar {
        padding: 10px 14px;
        font-size: 13px;
    }
    .footer-links-bar .footer-links ul {
        gap: 8px;
    }
}

/* 友情链接卡片外壳：与 b66b.cn(#wayan_bg_box) 完全一致 */
#wayan_bg_box {
    background-color: var(--body-bg-color, #ffffff);
    max-height: 140px;
    border-radius: 8px;
    overflow: hidden;
    margin: 10px auto;
    max-width: var(--b2c-maxw, 960px);
}
/* 友情链接：与 6237 子比昼夜底部页脚美化完全同款 */
#wayan_links {
    margin: 0 10px;
    line-height: 280%;
}
#wayan_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
}
#wayan_links ul li {
    display: inline;
}
#wayan_links ul li a {
    color: #0078ff;
    text-decoration: none;
}
#wayan_links ul li a:hover {
    text-decoration: underline;
}
/* 夜间模式：卡片与链接跟随暗色主题（与 b66b.cn body.night 行为一致） */
body.night #wayan_bg_box {
    background-color: #1f2228;
}
body.night #wayan_links ul li a {
    color: #4aa3ff;
}


/* ============================================================
   昼夜底部页脚美化（固定配色版）
   说明：B2 父主题 5.9.42 的暗色模式(dark.css)已被注释停用，
   后台也无昼夜开关，故此处不做昼夜切换，统一使用固定彩色装饰。
   ============================================================ */
/* 顶部彩虹流光条 */
.b2child-foot-bar {
    width: 100%;
    height: 4px;
    line-height: 0;
    background-color: #333;
    background-image: repeating-linear-gradient(90deg,
        #68103b 0, #68103b 50px,
        #703f28 0, #703f28 100px,
        #a16b13 0, #a16b13 150px,
        #a5a02c 0, #a5a02c 200px,
        #5e812d 0, #5e812d 250px,
        #1c6075 0, #1c6075 300px,
        #403161 0, #403161 350px);
    background-position: 0 0;
    background-repeat: repeat;
    animation: b2child-animate-colors 200s linear infinite;
}
@keyframes b2child-animate-colors {
    0%   { background-position: 0 0; }
    to   { background-position: 7000px 0; }
}
/* 石墙 + 小动物装饰条（对应子比页脚 #footer-animal） */
.b2child-foot-animal-wrap {
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0;
}
.b2child-foot-animal-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background: url('Assets/img/footer/dw2.webp') repeat center / auto 100%;
    -webkit-box-shadow: 0 4px 7px rgba(0,0,0,.15);
    box-shadow: 0 4px 7px rgba(0,0,0,.15);
    pointer-events: none;
}
.b2child-foot-animals {
    position: relative;
    display: block;
    max-width: min(974px, 100vw);
    width: 100%;
    height: auto;
    margin: 0 auto;
    pointer-events: none;
}
@media (max-width: 768px) {
    .b2child-foot-animal-wrap::before {
        height: 28px;
    }
    .b2child-foot-animals {
        max-width: 100vw;
    }
}


/* ============================================================
   底部页脚美化完整模块（浅色版，参考图二）
   ============================================================ */
.b2child-foot-beautify {
    width: 100%;
    background-color: #f7f8fa;
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    padding: 0;
}
.b2child-foot-wrap {
    max-width: var(--b2c-maxw, 960px);
    margin: 0 auto;
    padding: var(--b2c-vpad, 18px) 20px max(2px, calc(var(--b2c-vpad, 18px) - 16px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: calc(var(--b2c-vpad, 18px) * 1.5);
}
/* 左侧：站点品牌 + 描述 + 查询 */
.b2child-foot-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
}
.b2child-foot-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.b2child-foot-logo {
    height: 40px;
    width: auto;
    display: block;
}
.b2child-foot-site-name {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.b2child-foot-heart {
    color: #ff4757;
    font-size: .85em;
    line-height: 1;
    -webkit-animation: b2child-heartbeat 1.2s ease-in-out infinite;
    animation: b2child-heartbeat 1.2s ease-in-out infinite;
}
@-webkit-keyframes b2child-heartbeat {
    0%, 100% { -webkit-transform: scale(1); transform: scale(1); }
    50% { -webkit-transform: scale(1.15); transform: scale(1.15); }
}
@keyframes b2child-heartbeat {
    0%, 100% { -webkit-transform: scale(1); transform: scale(1); }
    50% { -webkit-transform: scale(1.15); transform: scale(1.15); }
}
.b2child-foot-site-desc {
    margin: 0 0 6px;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}
.b2child-foot-left .b2child-foot-queries {
    margin: 0;
    color: #999;
    font-size: 12px;
}
/* 中间：三列链接（带左右竖线分隔） */
.b2child-foot-links-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--b2c-vpad, 18px) * 2.3);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 calc(var(--b2c-vpad, 18px) * 1.8);
    margin-top: -4px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.b2child-foot-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
}
.b2child-foot-col-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
}
.b2child-foot-links {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.b2child-foot-links li {
    margin-bottom: 7px;
}
.b2child-foot-links li a {
    color: #888;
    text-decoration: none;
    font-size: 13px;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.b2child-foot-links li a:hover {
    color: #2b8bf7;
}
/* 右侧：二维码（深色边框） */
.b2child-foot-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: calc(var(--b2c-vpad, 18px) + 10px);
}
.b2child-foot-right-card {
    text-align: center;
    width: 100px;
}
.b2child-foot-right-img {
    width: 100px;
    height: 100px;
    padding: 4px;
    background: #fff;
    border: 2px solid #555;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.b2child-foot-right-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.b2child-foot-right-title {
    color: #555;
    font-size: 12px;
    line-height: 1.4;
    display: block;
    text-align: center;
}
/* 友链横条 */
.b2child-foot-beautify .footer-links-bar {
    max-width: calc(var(--b2c-maxw, 960px) - 80px);
    margin: max(0px, calc(var(--b2c-vpad, 18px) - 18px)) auto 0;
    border-radius: 50px;
    background-color: #f1f2f4;
    padding: 2px 20px;
    font-size: 11px;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
}
.b2child-foot-beautify .footer-links-bar .footer-links-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b2child-foot-beautify .footer-links-bar .footer-links-label {
    color: #333;
    font-weight: 500;
    white-space: nowrap;
}
.b2child-foot-beautify .footer-links-bar .footer-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.b2child-foot-beautify .footer-links-bar .footer-links ul li a {
    color: #666;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.b2child-foot-beautify .footer-links-bar .footer-links ul li a:hover {
    color: #2b8bf7;
}
.b2child-foot-beautify .apply-friend-link {
    color: #fff;
    background: #2b8bf7;
    text-decoration: none;
    font-weight: 500;
    font-size: 11px;
    white-space: nowrap;
    padding: 3px 10px;
    border-radius: 3px;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}
.b2child-foot-beautify .apply-friend-link:hover {
    background: #1a6fd6;
    color: #fff;
}
/* 版权 / 备案 */
.b2child-foot-copyright {
    max-width: var(--b2c-maxw, 960px);
    margin: 0 auto;
    padding: calc(var(--b2c-vpad, 18px) / 2.5) 20px calc(var(--b2c-vpad, 18px) / 2.2);
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 1.8;
    border-top: 1px solid #eee;
}
.b2child-foot-copyright a {
    color: #666;
    text-decoration: none;
}
.b2child-foot-copyright a:hover {
    color: #2b8bf7;
}
.b2child-foot-copyline {
    margin: 0;
}
.b2child-foot-copyline > span {
    display: inline-block;
    margin: 0 4px;
}
.b2child-foot-beian img,
.b2child-foot-gongan img {
    height: 14px;
    width: auto;
    vertical-align: -2px;
    margin-right: 2px;
}
.b2child-foot-heart-mobile {
    display: none;
}
/* 页脚“长宽”自定义：宽度与上下内边距由后台 --b2c-maxw / --b2c-vpad 控制 */
@media (max-width: 992px) {
    .b2child-foot-wrap {
        gap: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .b2child-foot-left {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .b2child-foot-links-group {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        border: none;
    }
    .b2child-foot-col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        text-align: left;
    }
    .b2child-foot-col-title,
    .b2child-foot-links {
        text-align: left;
    }
    .b2child-foot-right {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .b2child-foot-wrap {
        padding: 20px 16px 16px;
        gap: 20px;
    }
    .b2child-foot-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .b2child-foot-logo,
    .b2child-foot-links-group,
    .b2child-foot-right {
        display: none !important;
    }
    .b2child-foot-brand {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 10px;
    }
    .b2child-foot-site-name {
        font-size: 24px;
        display: block;
    }
    .b2child-foot-site-name .b2child-foot-heart {
        display: none;
    }
    .b2child-foot-heart-mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #ff4757;
        font-size: 28px;
        width: 28px;
        height: 28px;
        margin-right: 8px;
        margin-bottom: 6px;
        line-height: 1;
        -webkit-animation: b2child-heartbeat 1.2s ease-in-out infinite;
        animation: b2child-heartbeat 1.2s ease-in-out infinite;
    }
    .b2child-foot-site-desc {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 36px);
        flex: 1 1 calc(100% - 36px);
        margin: 0 0 6px;
        line-height: 1.6;
    }
    .b2child-foot-queries {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .b2child-foot-beautify .footer-links-bar {
        max-width: calc(100% - 40px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px 14px;
        margin-top: 6px;
        border-radius: 50px;
        background-color: #f1f2f4;
        gap: 10px;
    }
    .b2child-foot-beautify .footer-links-bar .footer-links-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 6px;
    }
    .b2child-foot-beautify .footer-links-bar .footer-links-label {
        color: #666;
        font-weight: 400;
    }
    .b2child-foot-beautify .apply-friend-link {
        padding: 3px 8px;
        font-size: 11px;
    }
    .b2child-foot-beautify .footer-links-bar .footer-links ul li:nth-child(n+3) {
        display: none;
    }
    .b2child-foot-copyright {
        padding: 12px 16px 12px;
    }
    .b2child-foot-copyline > span {
        display: block;
        margin: 2px 0;
    }
}
/* ===== 昼夜：暗色模式下的页脚美化覆盖（body.night，深灰底+浅色字） ===== */
body.night .b2child-foot-beautify {
    background-color: #16181c;
    color: #b5b5b5;
}
body.night .b2child-foot-site-name { color: #e8e8e8; }
body.night .b2child-foot-site-desc { color: #8a8a8a; }
body.night .b2child-foot-left .b2child-foot-queries { color: #6f6f6f; }
body.night .b2child-foot-links-group {
    border-left-color: rgba(255,255,255,.1);
    border-right-color: rgba(255,255,255,.1);
}
body.night .b2child-foot-col-title { color: #e0e0e0; }
body.night .b2child-foot-links li a { color: #8a8a8a; }
body.night .b2child-foot-links li a:hover { color: #4aa3ff; }
body.night .b2child-foot-right-title { color: #b5b5b5; }
body.night .b2child-foot-right-img {
    background: #1e2024;
    border-color: rgba(255,255,255,.18);
}
body.night .b2child-foot-beautify .footer-links-bar {
    background-color: #1e2024;
    color: #9a9a9a;
}
body.night .b2child-foot-beautify .footer-links-bar .footer-links-label { color: #cfcfcf; }
body.night .b2child-foot-beautify .footer-links-bar .footer-links ul li a { color: #9a9a9a; }
body.night .b2child-foot-beautify .footer-links-bar .footer-links ul li a:hover { color: #4aa3ff; }
body.night .b2child-foot-copyright {
    color: #888;
    border-top-color: #2a2c30;
}
body.night .b2child-foot-copyright a { color: #888; }
body.night .b2child-foot-copyright a:hover { color: #bbb; }
body.night .b2child-foot-copyline { color: #888; }

/* 冒泡广播容器 - 完整样式 */
#guangbo-container {
    display: flex !important;
    align-items: center !important;
    background: linear-gradient(90deg, #e3e9ff 0%, #e8eeff 100%) !important;
    border-radius: 18px !important;
    padding: 11px 17px !important;
    margin: 14px 0 !important;
    border: none !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
    overflow: hidden !important;
}
.guangbo-hw {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    gap: 9px !important;
}
/* 左侧冒泡广播标签 */
.guangbo-title {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
    flex-shrink: 0 !important;
}
.guangbo-ico {
    color: #ff3838 !important;
    font-size: 16.5px !important;
}
.guangbo-font {
    background: #34c4f4 !important;
    color: #ffffff !important;
    padding: 3.5px 11px !important;
    border-radius: 9px !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}
.guagnbo-o {
    display: none !important;
}
/* 中间文字内容区域 */
.guangbo-content {
    display: flex !important;
    align-items: center !important;
    gap: 4.5px !important;
    flex: 1 !important;
    font-size: 15.5px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}
.guangbo-content-user {
    flex-shrink: 0 !important;
    text-shadow: none !important;
}
.guangbo-user {
    color: #000000 !important; /* 用户名纯黑 */
    font-weight: 500 !important;
}
.guangbo-fabiao {
    color: #999999 !important; /* 发表了灰色 */
}
.guangbo-content-title {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 800px !important;
}
.guangbo-content-title a {
    color: #333333 !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}
.guangbo-content-title a:hover {
    color: #1989fa !important;
    text-decoration: underline !important;
}
/* 右侧仓鼠按钮 */
.guangbo-button {
    font-size: 21px !important;
    color: #ffa07a !important;
    flex-shrink: 0 !important;
    margin: 0 7px !important;
}
/* 统计文字区域 */
.guangbo-number {
    display: flex !important;
    gap: 17px !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
    font-size: 14.5px !important;
    color: #666666 !important;
}
.guangbo-number span span {
    color: #2878ff !important;
    font-weight: 700 !important;
    background: transparent !important;
    padding: 0 !important;
}
.guangbo.hidden {
    display: flex !important;
}
