/* Main CSS Document */
@charset "utf8";
.bd-filter {
	margin-top: 20px;
}
.bd-mbox .bm-til .til {
	color: var(--color);
}
.bm-1 {
}
.bm-1 .bm-con {
}
.bm-1 .bm-con .hd {
	margin-bottom: 30px;
}
.bm-1 .bm-con .hd ul {
}
.bm-1 .bm-con .hd ul li {
	width: 20%;
	display: inline-block;
	float: left;
}
.bm-1 .bm-con .hd ul li a {
	line-height: ;
	font-size: 18px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.bm-1 .bm-con .hd ul li .til {
	padding-left: 35px;
	line-height: 24px;
	font-size: 18px;
	display: block;
	position: relative;
}
.bm-1 .bm-con .hd ul li i {
	left: 0;
	top: 0;
	width: 24px;
	font-size: 24px;
	color: var(--color);
	position: absolute;
}
.bm-1 .bm-con .hd ul li.active a {
	font-weight: bold;
	color: var(--color);
}
.bm-1 .bm-con .hd ul li.active a span {
	font-weight: bold;
}
.bm-1 .bm-con .bd {
}
.bm-1 .bm-con .swiper-slide {
	background: #FFF;
}
.bm-1 .bm-con .swiper-slide-visible {
}
.bm-2 {
	padding-bottom: 1.2rem;
}