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

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

/*登陆弹窗美化*/.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://bbs.hayond.com/wp-content/uploads/2025/03/2025030606170640.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;
}
@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%;
}
}

/*LOGO*/
.logo img{
    display: block;
    height:45px
}

/*导航图标间隔*/
.be {position: relative;
    right: 6px;
}

/*顶部导航高度*/
.header-banner-content{
    height:40px;
}

/*顶部导航宽度度*/
.page-template .header-banner .header-banner-content{width:70%}

.header-banner .header-banner-content{width:70%}

/*固定顶部导航（常规菜单）*/
.site.up .site-header-in {
    transform: translate(0,0);
}
.header-banner-left.hidden {
    opacity: 1;
}

/*主导航高斯模糊*/
.logo-center .top-style, .logo-left .top-style, .menu-center .top-style, .social-top .top-style-bottom, .logo-top {
 border-top: 1px solid #f5f6f752;
 background: rgb(255 255 255 / 70%);
-webkit-backdrop-filter: blur(20px);
 backdrop-filter: blur(20px);
}
.header {
 background-color: unset !important;
 color: #121212;
}

/*幻灯片间隔*/
.home_row_bg, .home_row_bg_img {
    padding: 16px 0;
}

/*内容边框*/
.box, .side-fixed {
    background-color: #fff;
    box-shadow: 0px 0px 1px #115baa;
    position: relative;
}

/*顶部导航图标与logo的间距*/
.header-banner-left ul {padding-left: 7px;}

/*去掉或隐藏PC端发布按钮*/
.change-theme .mobile-hidden{display:none}

/*俱乐部发布框美化*/
.po-topic-textarea {
    border: 1px solid #bcdbef;
}

/*俱乐部模块间隔10像素*/
.circle-topic-item {
    position: relative;
    border-top: 10px solid #ffffff;
}

/*隐藏分享和评论按钮*/
.content-footer-poster > button.poster-span,
.content-footer-poster > button.comment-span {
    display: none !important;
}

/*隐藏举报按钮*/
.post-content-footer .content-footer-poster button:nth-child(4){
    display: none !important;
}

/*小工具B2-连接组小工具图标透明*/
.links-widget .links-icon{
    background-color: #fff0;
}

/*手机端底样式在此操作*/

/*手机端底部导航固定*/
@media screen and (max-width: 768px) {
.mobile-footer-menu.footer-down {
    transform: translate(0,0); /*第一个0为横轴，第二个0为纵轴*/
}
}

/*隐藏手机端小工具*/
@media screen and (max-width: 768px) {
.sidebar-innter section {
    display: none;
}
}

/*隐藏手机端页脚小工具*/
@media screen and (max-width: 768px) {
.site-footer {
    display: none;
}
}

/*去掉或隐藏手机端发布按钮*/
.mobile-footer-center{display:none}

/*解决手机端详情页显示大小问题*/
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){width:100%!important}

