/*
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样式代码*/

/* PC端隐藏手机菜单 */
@media (min-width: 1024px) {
    .header.social-top {
        display: none;
    }
    .site-header.social-top {
        height: 60px !important;
    }
}

/* 顶部LOGO大小 */
.logo img {
    height: 64px !important;
}

/* 登录窗口LOGO大小 */
.login-logo img {
    height: 64px !important;
}

/* 顶部高斯模糊 */
.header-banner {
    background-color: #ffffffb3 !important;
}

.site .site-header-in {
    transform: translate(0);
    transition: transform .3s;
    box-shadow: 0 8px 16px #ffffff00;
    backdrop-filter: blur(15px);
}

.social-top .header-banner {
    height: 64px;
    z-index: 6;
    border-bottom: 1px solid #d6dbe3;
    backdrop-filter: blur(10px);
}

/*登陆弹窗图片*/
.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://api.666707.xyz/img?login);
    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%;
    }
}

/* 登录弹窗背景 */
.modal {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.com-form-textarea {
    border: 1px solid #ebebeb4a !important;
}

/* 隐藏底部归档分类 */
.site-footer {
    display: none;
}

/* 首页视频开始 */
@media screen and (max-width: 768px) {
    .dmy-homevideo {
        display: none;
    }
}

.ying-homevideo-content {
    z-index: 1;
    background-position: 0 100%;
    animation: gradient 12s ease-in-out infinite;
}

.ying-homevideo-content .ying-homevideo-offvideo {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 100vh;
    height: 100vh;
}

.ying-homevideo-orientation {
    position: relative;
}

.ying-homevideo-offvideo {
    margin-top: -74px;
    max-height: 880px;
}

.ying-homevideo-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}

.ying-homevideo-top video {
    visibility: visible;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ying-homevideo-filters {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(45, 47, 54, 0.15);
}

/* 首页中间大标题 */
.ying-dmyblog {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ying-dmyblogtitle {
    font-size: 60px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    text-shadow: 11px 10px 1px rgba(0, 0, 0, 0.25);
}

.ying-dmyblog-typewriter {
    margin-top: 50px;
}

.ying-dmyblog-typewriter-title {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    color: #fff;
    text-shadow: 7px 14px 4px rgba(0, 0, 0, 0.25);
}

/* 打字机效果 */
.ying-dmyblog-typewriter-title::after {
    content: "|";
    animation: type 0.6s infinite;
}

@keyframes type {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

/* 首页视频下方提示 */
.dmy-up-arrow {
    width: 90px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.dmy-up-arrow span {
    color: #fff;
    cursor: pointer;
}

.dmy-up-arrow svg {
    width: 25px;
    height: 25px;
}

.dmy-up-font {
    text-align: center;
    color: #f3f3f3;
    font-size: 14px;
    font-weight: 700;
}

.dmy-up-icon2 {
    margin-top: 10px;
    text-align: center;
    animation: home-animation 0.5s ease-in-out infinite alternate;
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(https://www.666707.xyz/doge/up_icon.png);
}


/* 音量按钮样式 */
.mute-btn {
    font-size: 40px;
    /* 设置按钮字体大小 */
    cursor: pointer;
    color: #fff;
    padding: 15px;
    background: rgba(0, 0, 0, 0);
    /* 默认背景完全透明 */
    border-radius: 50%;
    /* 圆形按钮 */
    transition: transform 0.2s ease, background 0.2s ease;
    /* 添加点击动画和背景渐变 */
}

.mute-btn:hover {
    transform: scale(1.2);
    /* 放大效果 */
    background: rgba(0, 0, 0, 0.5);
    /* 悬停时添加半透明背景 */
}

.image-table {
    transform: translateX(-5px);
}

/* 修复搜索页面的搜索图标过大导致错位 */
.tax-search button i{
    font-size: 18px !important;
}