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

/*下面是您自己DIY的css样式代码*/


 /* 圈子等级美化 --xiaohuli.vip*/ 
.author-vip{
height: 18px;
line-height: 18px;
padding: 0;
padding-left: 20px;
}
.topic-author-info-left .b2-lv1{
background-color: #ff9400;
height: 18px;
line-height: 18px;
}
.topic-author-info-left .b2-lv2{
background-color: #ff9400;
height: 18px;
line-height: 18px;
}
.topic-author-info-left .b2-lv3{
background-color: #ff3a55;
height: 18px;
line-height: 18px;
}
.topic-author-info-left .b2-lv4{
background-color: #ff3a55;
height: 18px;
line-height: 18px;
}
.topic-author-info-left .b2-lv5{
background-color: #de00ff;
height: 18px;
line-height: 18px;
}
.topic-author-info-left .b2-lv6{
background-color: #de00ff;
height: 18px;
line-height: 18px;
}
.topic-author-info-left .b2-lv7{
background-color: #ff0000;
height: 18px;
line-height: 18px;
}
.topic-author-info-left .b2-lv8{
background-color: #3478f7;
height: 18px;
line-height: 18px;
}

 /* 用户等级美化-www.xiaohuli.vip */ 
.lv-icon.b2-lv0 i {
background-color: rgb(199 194 194);
}
.lv-icon.b2-lv1 i {
background-color: #ff9400;
}
.lv-icon.b2-lv1 b {
color: #ff9400;
}
.lv-icon.b2-lv2 i {
background-color: #ff9400;
}
.lv-icon.b2-lv2 b {
color: #ff9400;
}
.lv-icon.b2-lv3 i {
background-color: #ff3a55;
}
.lv-icon.b2-lv3 b {
color: #ff3a55;
}
.lv-icon.b2-lv4 i {
background-color: #ff3a55;
}
.lv-icon.b2-lv4 b {
color: #ff3a55;
}
.lv-icon.b2-lv5 i {
background-color: #de00ff;
}
.lv-icon.b2-lv5 b {
color: #de00ff;
}
.lv-icon.b2-lv6 i {
background-color: #de00ff;
}
.lv-icon.b2-lv6 b {
color: #de00ff;
}
.lv-icon.b2-lv7 i {
background-color: #ff0000;
}
.lv-icon.b2-lv7 b {
color: #ff0000;
}
.lv-icon.b2-lv8 i {
background-color: #3478f7;
}
.lv-icon.b2-lv8 b {
color: #3478f7;
}

/*
* 签到按钮-www.xiaohulizyw.cn
*/
/*渐变文字*/
.user-w-qd {
background-image: linear-gradient(90deg, #673ab7 0%, #e91e63 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 15px;
}
/*去除背景图片*/
.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, #03a9f4 0%, #00bcd4 100%);
color: #fff;
font-size: 15px;
}
/*右边按钮*/
.user-w-qd-list-title p span {
border-radius: 3px;
background-image: linear-gradient(90deg, #ec867e 0%, #ec6190 100%);
color: #fff;
color: #fff;
font-size: 15px;
}

/*头像呼吸光环和鼠标悬停旋转放大-www.xiaohulizyw.cn*/
.avatar {
border-radius: 50%;
animation: light 4s ease-in-out infinite;
transition: 0.5s;
}
.avatar:hover {
transform: scale(1.15) rotate(720deg);
}
@keyframes light {
0%{box-shadow: 0 0 4px #f00;}
25%{box-shadow: 0 0 16px #0f0;}
50%{box-shadow: 0 0 4px #00f;}
75%{box-shadow: 0 0 16px #0f0;}
100%{box-shadow: 0 0 4px #f00;}
}

/* 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扫光结束 */

/*横幅开始*/
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
@media (prefers-reduced-motion: reduce){
.fade {
    transition: none;
}
}
.fade {
    transition: opacity .15s linear;
}
.bg-danger {
    background-color: #dc3545!important;
}.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.bg-warning {
    background-color: #ffc107!important;
}
.text-dark {
    color: #212529!important;
}.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}
@media (prefers-reduced-motion: reduce){
.spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}.small, small {
    font-size: .875em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
sup.spinner-grow.spinner-grow-sm.ml-1.small {

    margin-left: 4px;

    margin-bottom: 4px;
}
/*横幅结束*/

.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(https://ziyuan.yunduozy.com/wp-content/uploads/2025/06/O1CN01YKrVDB2KD8MG3oOP7_2076639522.jpg);
    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;
}
.wxlogin-sidebar p{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.wxlogin-sidebar>div {
    padding: 30px;
}
@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%;
}
}

/*404模板开始- https://www.dzw6.com/19192.html*/
.page-404 .page-content h2 {
font-size: 45px;
font-weight: 700
}
.page-404 .page-content p {
text-align: left;
padding: 40px 0;
color: #888;
font-size: 16px;
line-height: 1.875
}
.page-404 .page-content .go-home {
color: #fff;
border: 0;
display: inline-block;
padding: 15px 40px;
font-size: 15px;
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%)
}
.page-404 .page-content .go-home:active {
transform: translateY(1px)
}
.page-404 .page-content h3 {
font-size: 24px;
font-weight: 700;
margin-top: 40px
}
.page-404 .page-content ul {
margin: 20px 0
}
.page-404 .page-content ul li {
color: #909399;
margin-bottom: 10px
}
.page-404 .page-content ul li a {
color: #606266;
font-size: 14px
}
.page-content {
margin-top: 35px
}
@media screen and (max-width: 768px) {
.error-404 {
display:block;
position: relative
}
.page-404 .page-content h2 {
font-size: 24px
}
.error-404 .page-img {
display: none !important
}
.page-content {
text-align: center
}
.page-404 .page-content p {
text-align: unset
}
.page-404 .page-content .go-home {
padding: 10px 25px
}
}
.error-404 {
display: flex;
align-items: center;
justify-content: center
}
.error-404 h1 {
font-size: 20px;
margin: 26px 0 16px;
font-weight: 600;
text-align: center
}
.error-404 p {
text-align: center;
margin-bottom: 5px
}
/*404模板结束- https://www.dzw6.com/19192.html*/

/*自定义浏览器滚动条样式*/
::-webkit-scrollbar {
    width: 11px;
    height: 1px;
}
::-webkit-scrollbar-corner {
    background: unset;
}
body::-webkit-scrollbar-thumb {
    border-radius: 6px;
}
body::-webkit-scrollbar-thumb {
        background-color: #0066ff;
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }
/*自定义浏览器滚动条样式 --结束了*/

	/*B2文章划过动画图片开始 - 技术巢--JS.VMCCC.COM*/
 .post-module-thumb:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background: url(https://js.vmccc.com/wp-content/uploads/sbhdxg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 3;
    -webkit-transform: scale(2);
    transform: scale(2);
    transition: opacity .75s, -webkit-transform .75s;
    transition: transform .75s, opacity .75s;
    transition: transform .75s, opacity .75s, -webkit-transform .75s;
    opacity: 0;
    pointer-events: none;
}
.post-module-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: background .35s;
    border-radius: 0px;/*黑框圆角*/
    z-index: 2;
    max-width: 765px;
    margin: 0 auto;
    pointer-events: none;
}
 .post-module-thumb:hover:before {
                background: rgba(0,0,0,.5)
            }
        .post-module-thumb:hover:after {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1
            }
/*B2文章划过动画图片结束*/

/* 文章内容美化 H标签 技术巢--JS.VMCCC.COM */
.entry-content > h2::before {
    content: ''; 
    margin-right: 0;
}

.single-article .entry-content > h2,
.single-article .entry-content > h3,
.single-article .entry-content > h4,
.single-article .entry-content > h5 {
    font-weight: bold;
    background-color: #f6f6f6;
    margin: 12px -28px; /* 保留原始的左右负 margin */
    padding: 5px 12px; /* 保证内部填充 */
    border-left: 5px solid; /* 左边框颜色 */
    box-sizing: border-box; /* 确保 padding 和 border 不影响宽度 */
    display: block; /* 让元素占满一行 */
    width: calc(100% + 56px); /* 补偿负的左右 margin，确保 H 标签宽度一致 */
}

/* H2 标题 */
.single-article .entry-content > h2 {
    border-left-color: #4169E1; /* 左边框颜色 */
    font-size: 21px;
}

/* H3 标题 */
.single-article .entry-content > h3 {
    border-left-color: #f25d8e; /* 左边框颜色 */
    font-size: 18px;
}

/* H4 标题 */
.single-article .entry-content > h4 {
    border-left-color: #3CB371; /* 左边框颜色 */
    font-size: 15px;
}

/* H5 标题 */
.single-article .entry-content > h5 {
    border-left-color: #3a89c3; /* 左边框颜色 */
    font-size: 12px;
}

/* 响应式设计 - 让边框和内容在屏幕缩小时自适应 */
@media (max-width: 768px) {
    .single-article .entry-content > h2, 
    .single-article .entry-content > h3, 
    .single-article .entry-content > h4, 
    .single-article .entry-content > h5 {
        font-size: 18px; /* 调整字体大小 */
        margin: 10px 0; /* 调整标题的上下边距 */
    }
    .single-article .entry-content > h2 {
        font-size: 18px; /* 在小屏幕下缩小 H2 的字体 */
    }
}

/*文章内容美化H标签 end*/

/* 设置文章卡片和列表卡片的初始状态，技术巢 JS.VMCCC.COM */
.post-list-item.item-post-style-1,
.post-3-li.post-list-item {
    position: relative;
    transition: transform 0.4s ease-out; /* 0.4秒的平滑过渡 */
}

/* 鼠标悬停时，卡片轻微向上移动 */
.post-list-item.item-post-style-1:hover,
.post-3-li.post-list-item:hover {
    transform: translateY(-5px); /* 向上移动 5 像素 */
}

/* 设置卡片中的图片初始状态 */
.post-list-item.item-post-style-1 .post-module-thumb img {
    transition: transform 0.4s ease-out; /* 图片平滑过渡 */
}

/* 鼠标悬停时，图片轻微放大并倾斜 */
.post-list-item.item-post-style-1:hover .post-module-thumb img {
    transform: scale(1.2) rotate(2deg); /* 图片放大并倾斜 */
}


/**代码高亮--开始--技术巢---JS.VMCCC.COM**/
.code-toolbar {
	position: relative;
	margin: 1em 0;
	background: #2f3640;
	border-radius: 6px;
	padding-top: 15px
}
 
.code-toolbar:hover .toolbar {
	opacity: 1
}
 
.code-toolbar pre {
	margin: 0 !important;
	border-radius: 6px
}
 
.code-toolbar:before {
	content: '';
	height: 40px;
	width: 100%;
	background: #2f3640;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}
 
.code-toolbar:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ff5f56;
	box-shadow: 25px 0 0 #ffbd2e, 50px 0 0 #27c93f;
	z-index: 1
}
 
.toolbar {
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transition: opacity .3s ease
}
 
@media (max-width:768px) {
	.toolbar {
		position: absolute;
		top: 6px;
		right: 10px;
		opacity: 1;
		width: auto;
		display: block !important;
		pointer-events: auto !important
	}
 
	.zhizhao {
		display: none
	}
}
 
.toolbar-item button {
	padding: 5px 10px;
	color: #e4e3e3;
	cursor: pointer;
	background: #0047b2;
	border-radius: 3px;
	line-height: 1.4;
	border: 1px solid #dddddd03;
	margin-right: 5px
}
/**代码高亮-结束**/

 
/* 底部字母闪动-开始 -- 技术巢 JS.VMCCC.COM */
.dj-yj {
    text-align: center; /* 文字居中 */
    overflow: hidden; /* 防止内容溢出 */
    max-width: 100%; /* 确保容器宽度不超过视口宽度 */
    width: 100%; /* 父容器宽度自适应 */
}
 
.dj-yj p {
letter-spacing: .2em;
}
 
.dj-yj p span {
    font: 700 clamp(1em, 3vw, 3.7em) "Oswald", sans-serif; /* 使用 clamp() 动态调整字体大小 */
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: inline-block; /* 改为 inline-block，避免 block 元素的默认换行行为 */
    margin: 0 auto;
    text-shadow: 0 0 80px rgb(255 255 255 / 50%);
    background: url(/wp-content/uploads/2025/06/footer-logo-bgl.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    white-space: nowrap; /* 禁止换行 */
}
 
/* Animate Background Image */
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
/* 底部字母闪动-结束 */

/*小图标 技术巢 JS.VMCCC.COM */
.icon {
    width: 1.3em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/*顶部开始*/
.site .site-header-in{
    transform: translate(0);
    transition: transform .3s;
    box-shadow: 0px 5px 40px 0px rgba(17,58,93,.1);
}
.m-open .site-header-in{
    height:100%
}
.site.up .site-header-in{
    transform: translate(0,-65px);
    transition: transform .3s,background-color .3s ease-out;
}
.m-open .action.up .site-header-in{
    transform: translate(0);
}
.header-banner-left{
    opacity: 1;
    transition: opacity .3s;
}
.header-banner-left.hidden{
    opacity: 0;
    transition: opacity .3s;
}
.post-style-2 .site .site-header-in{
    transition: transform .5s,background-color .3s ease-out;
    background-color: rgba(255, 255, 255, 0);;
}
.post-style-2 .site.action .site-header-in{
    background-color: rgba(0, 0, 0, 0.58);
}
.post-style-2 .site.up .site-header-in{
    background-color: rgba(0, 0, 0, 0.58);
}
.social-top .top-search {
    margin-right:-16px
    /*原版：margin-right:16px*/
}
.top-style .b2small,.top-style-bottom .b2small{
    right: 10px;
    top: 15px;
}
.header-banner-content .b2small{
    right: -3px;
    top: 15px;
}
.b2small{
    position: absolute;
    display: block;
    right: -3px;
    top: -5px;
    font-size: 10px;
    font-weight: 400;
    padding: 0 7px;
    line-height: 17px;
    color: #ffffff;
    background: #188ef4;
    background: linear-gradient(to right, #0056f3 0%, #2b76ff 100%);
    border-radius: 4px 4px 4px 0;
    transform: translate(50%, -75%);
    height: 18px;
}
.b2small.vip-tips{
    color: #bf7648;
    background: #f9e1be;
    background: linear-gradient(to top, #efd3b0 0%, #f9e1be 100%);
}
.b2small.shop-tips{
    background: #f35;
    background: linear-gradient(to right,#f35 0%,#ff6780 100%);
}
.post-style-2 .social-top .header-banner-left .menu li.current-menu-item a{
    color:#fff;
}
.post-style-2  .social-top .header-banner-left .menu > li.current-menu-item > a:after{
    background:#fff
}
.header-banner-left .menu > li.current-menu-item > a:after{
    content: '';
    width: 22px;
    height: 4px;
    border-radius: 5px;
    bottom: 12px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.post-style-2 .header-banner .ym-menu a{
    color:#fff
}
.post-style-2 .top-submit button{
    color:#fff;
    border-color:#fff
}
.post-style-2 .change-theme button{
    color:#fff
}
.header-banner{
    width: 100%;
    position: relative;
    z-index: 6;
}
.header-banner-content{
    height:64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px
}
.header-banner-content div.mobile-show{
    display: none;
}
.header-banner-content .b2-hidden{
    display: none
}
.header-banner-content > div{
    display: flex;
    align-items: center;
    line-height: 1
}
.header-banner-left ul{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.header-banner-left .menu li{
    margin-right:26px
}
.post-style-2 .header-search-select a{
    color:#333!important
}
.top-menu ul li.current-menu-item.depth-0 > a .hob{
    transform: scale(1,1);
    visibility: visible;
    opacity: 1;
}
.header-banner-left .menu li a{
    display: flex;
    align-items: center;
    transition: opacity .2s ease-out;
    padding:21px 0;
    position: relative;
}
.header-banner-left .menu li:has(.sub-menu){
    color:red
}
.post-style-2 .header-banner-left .menu li.current-menu-item a{
    color:#fff
}
.post-style-2 .header-banner-left .menu li.current-menu-item a:after{
    background-color: #fff;
}
.header-banner-left .menu li a i{
    font-size: 16px;
}
.header-banner-left .menu li a:hover{
    opacity: 1;
    transition: opacity .2s ease-out;
}
.announcement-icon{
    height:18px
}
.logo-top.header{
    height:121px
}
.header{
    position: relative;
    z-index: 5;
    height:58px;
    width:100%;
}
.header .top-style.animateIn,.header .top-style.animateOut{
    position: fixed;
    background-color: #fff;
    transition: transform .3s;
    width:100%;
    top:0;
    box-shadow:0 2px 3px rgba(51,51,51,0.2);
}
.post-style-2 .header .top-style.animateIn,.post-style-2 .top-style.animateOut{
    background: rgba(51,51,51,.56);
}
.animateIn{
    transform: translateY(0px);
}
.animateOut{
    transform: translateY(-100%);
}
.header .wrapper{
    display: flex;
    height:58px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.header-user{
    position: absolute;
    right:0;
    top: 12px;
}
.header-login-button{
    display: flex;
    align-items: center
}
.header-login-button button{
    margin-left:10px;
    padding: 8px 15px;
}
.header li{
    list-style: none
}
.top-menu .top-menu-ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.top-menu-ul > li.depth-0:first-child > a{
    padding-left:0
}
.top-menu ul li.depth-0{
    display: flex;
    line-height: 1;
}
.top-menu ul.sub-menu li i{
    line-height: 1;
}
.b2-menu-3{
    position: relative;
}
.top-menu ul li.depth-0:hover > a .hob{
    transform: scale(1,1);
    visibility: visible;
    opacity: 1;
}
.top-menu ul li.depth-0 > a .hob{
    visibility: hidden;
    opacity: 0;
    height: 3px;
    position: absolute;
    top: auto;
    right: 12px;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
}
.top-menu-ul > li.depth-0 + li.depth-0 > a .hob{
    left:12px;
    right:12px;
}
.top-menu ul li.depth-0.has_children > a .hob{
    right:28px
}
.top-menu ul li.depth-0 > a{
    font-size: 17px;
    display: flex;
    align-items: center;
    padding:0 12px;
    line-height: 57px;
    position: relative;
    z-index: 2;
    height: 57px;
}
.top-menu a{
    display: block;
    position: relative;
    box-sizing: border-box;
}
.site-title{
    font-size: 22px;
    letter-spacing: 3px;
}
.logo{
    display: flex;
    height:34px;
    align-items: center;
}
.logo img{
    display: block;
    height:34px
}
.logo a{
    margin: 0 auto;
    display: flex;
}
.register-button{
    margin-left:12px
}
.top-style-blur{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:1px;
    /* background: #fff; */
    /* -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
}
.post-style-2 .top-style-blur{
    display: none;
}
.single.post-style-2 .entry-header .post-list-cat a{
    color:#fff
}
.social-top .header-banner{
    height:64px;
    z-index: 6;
}
.post-style-2 .social-top .header-banner{
    background: rgba(51, 51, 51, 0.4);
}
.post-style-2 .social-top .header-banner{
    border-bottom:0
}
.post-style-2 .social-top .header{
    border:0;
    background: rgba(51, 51, 51, 0.42);
}
.post-style-2 .social-top .top-submit .button,.post-style-2 .social-top .top-submit button{
    color:#fff;
    border-color: inherit;
}
.social-top .header{
    height:55px;
}
.site-header.social-top{
    height:119px
}
.site-header.social-top.social-no-sub{
    height:58px
}
.social-top .header-banner-content{
    height:auto;
    position: relative;
}
.social-top .header-logo{
    padding:15px 0
}
.social-top .header-logo{
    margin-right:30px
}
.social-top .header-banner-left .menu li a{
    opacity: 1;
    font-size: 17px;
    position: relative;
}
.post-style-2.social-top .header-banner-left .sub-menu li a{
    color:#fff
}
.post-style-2.social-top .header-banner-left .ym-menu ul li ul.sub-menu li a{
    color:initial
}
.social-top .header .wrapper{
    height: 55px;
}
.social-top .header-user{
    position: initial;
    right: 0;
    display: flex;
    width: 138px;
    justify-content: flex-end;
}
.social-top .top-menu ul li.depth-0 > a{
    height: 55px;
    opacity: .8;
    box-sizing: border-box;
}
.ym-menu .menu-item-has-children{
    position: relative;
}
.ym-menu .sub-menu{
    top:54px;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    padding:10px 0;
    border-radius: 4px;
    left:-50px;
    display: none;
}
.ym-menu .sub-menu li{
    margin:0;
}
.ym-menu > ul > li:hover .sub-menu{
    display: block;
}
.ym-menu .sub-menu li a{
    padding:10px 16px;
    font-size: 14px!important;
    display: block;
}
.ym-menu .sub-menu li a:hover{
    background-color: #f5f6f7;
}
.header .sub-menu{
    color: initial;
}
.change-theme>div a{
    display: block;
    height: 22px;
    /*默认是24px*/
    width: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    position: relative;
    line-height: 1;
}
.social-top .change-theme>div a{
    margin-right:6px
    /*默认是16px*/
}
.change-theme button {
    margin-right: 16px;
    padding: 5px;
    border-radius: 100%;
    width: 22px;
    height: 30px;
   /*默认是24px*/
    line-height: 1;
    padding:0;
    background: none;
    border:0;
    color:inherit;
    margin-right:10px
}
.change-theme button .b2-search{
    font-size:16px;
}
.post-style-2 .mobile-show .change-theme button{
    background-color:#787878
}
.change-theme a i{
    font-size: 22px;
    font-weight: 500;
}
.change-theme b{
    position: absolute;
    width: 9px;
    height: 9px;
    background: #ff3a55;
    top: 0px;
    right: 6px;
    border-radius: 100%;
    border: 1px solid #fff;
    z-index: 3;
}
.change-theme > div{
    position: relative;
}
.social-top .top-user-avatar img{
    height: 100%;
    width: 100%;
}
.top-user-avatar img{
    background: none;
}
.social-top .mobile-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-search{
    position: relative;
}
.top-search input{
    padding: 8px 37px 8px 8px;
    width: 150px;
    background: none;
    border:0
}
.top-search .header-search-select{
    position: absolute;
    display: flex;
    flex-flow: column;
    top: 37px;
    background: #fff;
    left: 0;
    border: 1px solid #F5F6F7;
    padding:5px
}
.top-search form{
    display: flex;
    background-color: rgb(204 204 204/21%);
}
.top-search-button{
    display: flex;
    white-space: nowrap;
    align-items: center;
    font-size: 12px;
}
.top-search-button button{
    background:none;
    padding:5px 10px 5px 16px;
    border:0;
    color:inherit
}
.search-button-action{
    background: none;
    border: 0;
    position: absolute;
    right: -5px;
    top:0;
    color:inherit
}
.post-style-2 .search-button-action{
    color:#fff
}
.top-search-select{
    cursor: pointer;
    display: block;
    padding: 0 7px 0 16px;
    height: 19px;
    line-height: 19px;
    color:initial;
    border-right: 1px solid #ffffff29;
    color: inherit;
}
.post-style-2 .top-search-select{
    color:#fff
}
.top-search-select i{
    font-size: 13px;
    margin-left:2px;
}
.top-submit .button,.social-top .top-submit button{
    padding:5px 10px;
    border: 1px solid #e2e8f04d;
    color:inherit;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.social-top .change-theme{
    margin:0;
}
.social-top .header-login-button button{
    margin-left:0;
    background: none;
    border: 0;
    color:#ffffff;
    /*原版：color:inherit;*/
    background: rgb(0 102 255);
    /*原版：background: rgb(204 204 204 / 21%);*/
}
.social-top .header-login-button button.empty{
    margin-right:10px;
}

.change-theme{
    display: flex;
    margin:0 18px;
    align-items: center;
}
.change-theme button i{
    font-size: 22px;
}
.normal-banner-right .top-search-button button{
    padding:5px 9px 5px 16px;
}
.normal-banner-right .change-theme{
    margin-right:0;
    width: 74px;
    justify-content: flex-end;
}