/*自定义 */

/*文章模块标题美化 */
.box-body.notop {
	background: var(--main-bg-color);
	padding: 5px;
	padding-left: 1.2em;
	border-radius: 10px;
	margin-bottom: 10px;
}

.title-theme {
	position: relative;
	padding-left: 1.3em;
	font-size: 1.1em;
	margin: 3.5px;
	font-weight: 600;
}

.title-theme::before {
	content: '';
	top: -16px;
	width: 50px;
	height: 50px;
	left: -32px;
	background: url(https://www.babc.cc/wp-content/themes/zibll-child/pic/12.gif);
	box-shadow: 0 0 black;
	background-size: cover;
}

.title-theme small {
	font-size: .8em;
	margin-left: 30px;
	font-weight: 300;
}

.title-theme .ml10::before {
	position: absolute;
	content: '';
	width: 1.6px;
	background: var(--theme-color);
	top: 30%;
	left: 100px;
	bottom: 16%;
}
/*文章模块标题美化 */
/*专题卡片美化*/
.term-aggregation .term-img {
	width: 18.5em;
	margin-top: -40px;
}

.graphic,
.page-cover {}

@media screen and (min-width:1024px) and (max-width: 1240px) {
	.term-aggregation .term-img {
		width: 19.8em;
	}

	.em14 {
		display: none !important;
	}

	/*.text-ellipsis-2 {display: none !important}*/
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.term-aggregation .term-img {
		width: 14em;
	}

	.em14 {
		display: none !important;
	}
	/*.text-ellipsis-2 {display: none !important}*//*隐藏否则不显示标题*/
}
@media screen and (min-width:425px) {
	.clearfix {
		padding-top: 25px;
	}
}

/*专题卡片美化*/
/*付费详情说明模块美化*/
.pay-box .pay-details {
	background-image: url(https://www.babc.cc/wp-content/themes/zibll-child/pic/henfu.png);
	color: #fff;
	text-align: center;
	background-size: cover;
}
/*首页多栏目分类标签按钮*/
.index-tab ul>li.active {
	color: #ffffff00 !important;
	background-color: #ffffff00 !important;
	border-radius: 6px;
	z-index: 1;
	position: relative;
	height: 42px;
	line-height: 42px;
	background: url(/wp-content/themes/zibll-child/pic/anniu.png) repeat;
	-webkit-background-size: 91px 39px;
	-moz-background-size: 91px 39px;
	background-size: 91px 39px;
}
/*首页侧边栏靠左
.site-layout-2 .content-layout {
    margin-left: calc(368px + 15px);
    margin-right: unset;
}
.site-layout-2 .sidebar {
    margin-left: -100%;
}
.sidebar {
    float: left;
    width: 368px;
    position: relative;
}
.site-layout-2 .sidebar {
    width: 368px;
}
/*首页侧边栏靠左*/