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

.button {
    position: relative; 
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 1;
}

.button:hover {
    background-color: #005177;
}

/* 二维码提示框样式 */
.qrcode-tooltip {
    position: absolute;
    top: 40px; 
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    z-index: 9999;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    width: 200px; 
    text-align: center;
}

/* 二维码描述样式 */
.qrcode-desc {
    margin-bottom: 4px; 
    font-size: 14px !important;
    color: #333;
    display: flex;
    justify-content: center;
}

/* 二维码图片样式 */
.qrcode-image {
    width: 150px;
    height: 150px;
    object-fit: contain;
    max-width: none;
    vertical-align: middle;
}

/* 鼠标悬停时显示二维码 */
.button:hover .qrcode-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.shop-title{
    height: none !important;
    margin:5px 16px !important;
}

.post-list-item .item-in .post-info h2{
    display: -webkit-box !important;
    -webkit-line-clamp: '.$title_row.';
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    line-height: 1.5em !important; 
    min-height: 3em !important; 
}

.post-style-2 .top-search-select{
    color: #121212 !important;
}
.post-style-2 .search-button-action{
    color: #121212 !important;
}
.post-style-2 .change-theme button{
    color: #121212 !important;
}
.post-style-2 .change-theme>div a{
    color: #121212 !important;
}
.post-style-2 .top-search input{
    color: #121212 !important;
}
.post-style-2 .top-search input::placeholder{
    color:#111111 !important;
}
.post-style-2 .social-top .header-banner{
    background: #fff !important;
}
.post-style-2 .header-banner .ym-menu a{
	color:#121212 !important;
}
.post-style-2 .login-button button{
	color:#121212 !important;
}
.post-style-2 .header-banner-left{
	background:#fff !important
}
.post-style-2 i.b2-account-circle-line{
	color:#121212 !important;
}
.registration-button {
    display: inline-block;
    font-size: 12px;
    padding: 3px 6px;
    background-color: #005cff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    position: absolute;
    right: 15px;
    bottom: 13px;
}

.registration-button:hover {
    background-color: #8c9ef7;
}
.shop-box-price{
    background: #fff !important;
    border: none !important;
}

.footer-bottom-right{
	display:none
}

.single-like{
 display:none
}

.single-eye{
 display:none
}

.my-evt-content{
    font-size: 16px;
    position: relative;
}
.my-evt-content p,.content-show-roles > p, .my-evt-content > pre,.content-show-roles > pre, .my-evt-content > ul,.content-show-roles > ul, .my-evt-content > ol,.content-show-roles > ol, .my-evt-content > dl,.content-show-roles > dl, .my-evt-content > form,.content-show-roles > form, .my-evt-content > table,.content-show-roles > table,.my-evt-content > blockquote,.content-show-roles > blockquote,.my-evt-content > div,.content-show-roles > div {
    margin-bottom: 1.7em;
}
.my-evt-content blockquote:after,.my-evt-content blockquote:before,q:after,q:before {
	content: ""
}
.my-evt-content blockquote,q {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none
}

.my-evt-content blockquote {
    margin:0;
    box-sizing: border-box;
    font-family: 思源宋体 CN SemiBold;
    font-size: 16px;
    line-height: 29px;
    color: #797C80;
    background: #F5F6F7;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 1.2em;
    padding:1em!important
}

.my-evt-content blockquote:before{
	content: "";
    display: block;
    width: 24px;
    height: 16px;
    background-image: url(images/quote-icon-red.svg);
    margin-bottom: 16px;
}
.my-evt-content blockquote p{
	margin:0
}
.my-evt-content blockquote p + p{
	margin-top:1.2em;
}
.my-evt-content blockquote small {
	float: right;
	margin-top: 25px;
	color: rgba(0,0,0,.44);
	font-style: italic
}

.my-evt-content > ol,.content-show-roles > ol,.my-evt-content > ul,.content-show-roles > ul{
    padding:0;
    margin-bottom: 1.2em;
    margin-left: 2em;
    line-height: 1.8;
}
.my-evt-content pre{
    white-space: revert;
    /* overflow-x: scroll; */
    overflow-y: hidden;
}
.my-evt-content pre code,.content-show-roles pre code{
    background:none;
    white-space: pre;
}
.my-evt-content p > code{
    color: #d63200;
    background-color: #f8f8f8;
}
.has-text-align-center{
    text-align: center;
}
.my-evt-content > pre ol li,.content-show-roles > pre ol li{
    margin:0!important
}
.my-evt-content > ol,.content-show-roles > ol{
    list-style: decimal;
}
.my-evt-content > ol li + li,.content-show-roles > ol li + li,.my-evt-content > ul li + li,.content-show-roles > ul li + li{
    margin-top:5px
}
.my-evt-content > ol li::marker,.my-evt-content > ul li::marker{
    color:#999;
    font-family: 'DIN-Medium';
}
 .my-evt-content > ul,.content-show-roles > ul{
    list-style: disc;
}
.my-evt-content .download-rights ul{
    margin-left:0
}
.my-evt-content > li ul,.content-show-roles > li ul {
    list-style: circle;
    margin-bottom: 0.8em;
    margin-left: 2em;
}
.my-evt-content > p,.content-show-roles > p{
    word-wrap:break-word; 
    word-break:normal;
    line-height: 1.5;
}
.my-evt-content img{
    max-width: 100%;
    height:auto
}
.my-evt-content > p a,.content-show-roles > p a{
    text-decoration: none;
    cursor: pointer;
}
.my-evt-content > h2,.my-evt-content > h3,.my-evt-content > h4,.my-evt-content > h5,.my-evt-content > h6{
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    font-weight: 400;
}
.my-evt-content > h1{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.my-evt-content > h2,.content-show-roles > h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}
.my-evt-content h2::before{
    display: none;
}
.my-evt-content > h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}
.my-evt-content > h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 18px;
}
.my-evt-content > h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 18px;
}
.my-evt-content > h6{
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 16px;
}
.my-evt-content > h1{
    font-size: 1.6em;
}
.my-evt-content p > a:hover{
    text-decoration: underline;
}

@media screen and (max-width:768px){
    .my-evt-content video{margin:0 auto;max-width:100%;min-height: 192px;display:block}
    pre{
        margin:0;
        margin-bottom:16px;
        padding:16px
    }
    .my-evt-content > p{
        margin-bottom:16px;
    }
    .my-evt-content p{
        font-size: 16px;
    }

    .my-evt-content > h2, .my-evt-content > h3, .my-evt-content > h4, .my-evt-content > h5, .my-evt-content > h6{
        font-size: 18px;
        margin: 0 0 16px;
    }
    .my-evt-content > li {
        margin: 0 0 .8em 2em;
    }
    .my-evt-content .insert-post-content h2{
        font-size: 13px;
        font-weight: 400;
        margin-bottom:5px;
        line-height: 1.5
    }
    .my-evt-content  .smartideo .player{
        position: absolute;
        height: 100%!important;
        width: 100%;
    }
    .my-evt-content .smartideo iframe{
        min-height: 100%;
    }
    .my-evt-content iframe{
        min-height: 100%;
    }
    .insert-post h2, .file-down h2{
        -webkit-line-clamp: 2;
    }
    .my-evt-content .insert-post{
        padding:12px;
    }
    .my-evt-content table td{
        white-space: break-spaces;
    }
    .my-evt-content table {
        overflow: auto;
        width: 100% !important;
        height: 100% !important;
        display: block;
    }
    .my-evt-content table td {
        white-space: nowrap !important;
    }
}

.slider-user{
	display:none
}

