/*
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%;
}
}

/*导航图标间隔*/
.be {position: relative;
    right: 6px;}
    
/*导航高斯模糊*/
.top-style-blur {
    background-color: #ffffff00;
    box-shadow: 0 6px 12px rgb(0 102 255 / 12%);
    backdrop-filter: blur(30px);
}

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

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

/*内容边框*/
.box,.side-fixed{
	background-color: #fff;
	box-shadow: 0px 0px 2px rgb(217 217 217);
	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;
}

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

/*手机端底部导航固定*/
@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}

