/*
Theme Name:     B2子主题-私人订制
Theme URI:      https: //7b2.com
Description:    Child theme for the B2 PRO
Author:         子主题模版-私人订制
Author URI:     https: //7b2.com
Template:       b2
Version:        0.0.1
*/

/*下面是您自己DIY的css样式代码*/
.mg-b{
    margin-bottom:0!important;
}
/*文章内页图片样式*/
.img_li >div:hover a img{
transition: .5s;
	}
.img_2li >div:hover a img{
    transform: scale(1.1);
	}
.img_4li >div:hover a img{
    transform: scale(1.2);
	}
.img_6li >div:hover a img{
    transform: scale(1.3);
	}
.img_xli >div:hover a img{
    transform: scale(1.1);
	}
.img_li{
    align-items: stretch;
    flex-flow: wrap;
    width: 100%;
    display: flex;
	}
.img_li >div a {
    border-radius: 5px;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img_li >div{
    padding:  5px;
    object-fit: cover;
    position: relative;
	}
.img_li >div img{
    cursor: pointer;
    transition: .5s;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    object-fit: cover;
	}
.img_2li >div{
    height: auto;
    width: 50%;
	}
.img_4li >div {
    width: 25%;
	}
.img_6li >div {
    width: 16.5%;
	}
	.img_xli >div{
    width: 33.3%;
}
	@media screen and (max-width: 768px){
.img_li >div{
    width: 50%;
	}   
	}
	
/*折叠样式*/
.single-article .zdzhedie {
    padding: 15px;
    color: #949ab1;
    line-height: 1.6;
    margin-left: 30px;
    border-left: 1px dashed #ddd;
}
.single-article .child-head-title {
    font-weight: 700;
    font-size: 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.single-article .child-current-up .zkicon {
    transition: transform .5s;
    transform: rotate(90deg);
}
.single-article .child-head-title-boxss{
    margin-left: 10px;
}
.single-article .zkicon {
    margin-bottom: -5px;
    font-size: 13px;
    transition: transform .5s;
    transform: rotate(-0deg);
}
.single-article .child-head-title-box{
    border: 1px solid #ddd;
    color: #6c6e72;
    padding: 10px;
    border-radius: 8px;
}
.child-head-title .icon {
    border-radius: 50%;
    width: 1.1em;
    height: 1.1em;
    vertical-align: -0.15em;
    fill: currentColor;
    padding: 5px;
    color: #ff3f9f;
}	
.entry-content{
    color: #4e5358;
}
/* 版权提示 */
.child-bqts {
    background-color: rgb(245, 245, 245);
	border-radius: 12px;
	padding: 15px;
	color: #949ab1;
	margin-bottom: 20px;
}
.child-bqts1 {
	display: flex;
	margin-bottom: 10px;
	font-size: 18px;
}
.child-bqts2 {
    font-size: 14px;
	padding-left: 28px;
}
.child-bqts2 p{
    margin-bottom: 5px;
}
.icon-xiaolaba {
    color: #fe5f84;
    font-size: 25px;
}
@media screen and (max-width: 768px){
.child-bqts2 p {
    margin-bottom: 5px;
    font-size: 12px;
}
.child-bqts1{
    margin-bottom: 0px;
}
.mobile-footer-center{
    display: none;
}
}

/*文章内部样式*/

.entry-content h3 , .entry-content h2 {
    color: #ff8bb5;
    position: relative;
    margin-left: 10px;
}
 .entry-content h2:before ,.entry-content h3:before{
    position: absolute;
    content: '';
    width: 4px;
    background: #ff8bb5;
    top: 7px;
    left: -10px;
    bottom: 10%;
    border-radius: 5px;
    transition: all 0.4s;
}
/*背景颜色*/
.site{
    /*background-color: #fff;*/
    /*background: radial-gradient(50% 100% at 50% 0, rgb(255 255 255 / 80%) 0, #f5f6f9 100%), var(--bg-img);*/
}
/*面包屑样式*/

.child_mbx {
    padding: 8px 0px;
    height: 42px;
    color: #8c8c8c;
    display: flex;
    align-items: center;
}
.child_mbx a {
    margin: 8px;
}
.child_mbx small{
    vertical-align: super;  
}
.child_mbx a:hover{
    color: #ff8bb5;
}
@media screen and (max-width: 768px){
.child_mbx {
    flex-flow: initial!important;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 5px;
    position: initial;
    font-size: 12px;
}
}

/*菜单样式*/


.b2-menu-3 .sub-menu-0 > li:hover > a, .b2-menu-3 .sub-menu-0 a:hover {
    background: #f2f2f2;
    border-radius: 12px;
}
.sub-menu-0 a:after {
    background: none!important;
}

@media screen and (max-width: 768px){
.b2-menu-3 .sub-menu-0 > li:hover > a, .b2-menu-3 .sub-menu-0 a:hover {
    background: none;
    border-radius: 12px;
}
.b2-menu-3 .sub-menu-0 li:hover ul {
    box-shadow:none;
}
.depth-0 a:after {
    background: #ffffff00;
}
}

.top-menu ul li.depth-0 > a {
    font-size: 16px;
}

.b2-menu-3 .sub-menu-0 li ul {
    border-radius: 12px;
    background: #fff;
}
.b2-menu-3 .sub-menu-0 li ul li {
    border-radius: 12px;
}
.b2-menu-2 .sub-menu-0 > li > a::after {
    right: 0!important;
    width: 30px!important;
    left: auto;
    right: 0!important;
    height: 10px!important;
}
@media screen and (max-width: 768px){
.b2-menu-4 .sub-menu-0 li ul li {
    width: 100%!important;
}
.b2-menu-3 .sub-menu-0 li ul li {
    background: none!important;
}
.b2-menu-3 .sub-menu-0 li ul a {
    background-color: transparent!important;
}
.b2-menu-3 .sub-menu-0 li ul {
    background: none!important;
}
.b2-menu-4 .sub-menu-0 > li > a {
    font-weight: 100!important;
}
}
.hob{
    display: none;
}
.childs_tags {
    padding: 4px 10px;
    font-size: 0.85rem;
    position: absolute;
    top: 10px;
    z-index: 1;
    left: 12px;
    color: #f6faff;
    background-color: #58585887;
    border-radius: 4px;
    padding: 1px 4px;
    box-shadow: 0 1px 5px rgba(150, 87, 87, 0.4);
}
.child_tags{
    background: #fffcef;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #ffbb76;
}
.child_tags span {
    font-size: 16px;
    margin-right: 5px;
}
.childs_tags span {
    color: #ffc94f;
}
.h1_title_ys {
    color: #ff6e6ee0;
    text-shadow: 0 1px 2px rgba(255, 68, 68, 0.33);
}
.single .post-list-cat a{
    display: block!important;
    margin-right: 10px;
}
.post-item-pcyouxi ul.b2_gap > li{
    position: relative;
}
.single-button-download{
    display: none;
}