.other_92_swiper {
	--color-other92_swiper: var(--site-color);
	--color_text-other92_swiper: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: var(--color-other92_swiper)
}

.other_92_swiper-title {
	margin-bottom: 30px
}

.other_92_swiper-title::after {
	position: absolute;
	display: block;
	content: '';
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 180px;
	height: 2px
}

.other_92_swiper-wrapper_info {
	display: block;
	position: absolute;
	padding: 10px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	transform: translateY(calc(100% - 65px));
	transition: .5s all
}

.other_92_swiper-wrapper_info::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: .5;
	z-index: -1
}

.other_92_swiper-wrapper_info span {
	line-height: 55px
}

.other_92_swiper-wrapper div.more {
	display: block;
	text-align: center;
	margin-top: 10px
}

.other_92_swiper-wrapper em {
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
	border: 1px solid var(--color-other92_swiper);
	color: var(--color-other92_swiper)
}

.other_92_swiper-wrapper em::after,
.other_92_swiper-wrapper em::before {
	display: block;
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-top: -1px;
	margin-left: -1px
}

.other_92_swiper-wrapper em::after {
	width: 1px;
	height: 70%
}

.other_92_swiper-wrapper em::before {
	width: 70%;
	height: 1px
}

.other_92_swiper-wrapper .swiper-slide {
	width: 40%
}

@media (max-width:768px) {
	.other_92_swiper-wrapper .swiper-slide {
		width: 60%
	}
}

.other_92_swiper-wrapper .swiper-slide:hover .other_92_swiper-wrapper_info {
	transform: translateY(0);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center
}

.other_92_swiper-wrapper .swiper-slide:hover .other_92_swiper-wrapper_info::after {
	opacity: .8
}

.other_92_swiper-item_img {
	width: 100%
}

.other_92_swiper .btn_more {
	margin-top: .4rem
}

.other_92_swiper .btn_more a {
	display: inline-block;
	background-color: var(--color-other92_swiper);
	color: #fff
}

.other_92_swiper-wrapper a,
.other_92_swiper-wrapper-replace_a {
	display: block;
	position: relative;
	overflow: hidden
}

.other_92_swiper-title:after,
.other_92_swiper-wrapper em:after,
.other_92_swiper-wrapper em:before {
	background-color: var(--color-other92_swiper)
}

.other_92_swiper-title,
.other_92_swiper-wrapper_info {
	color: var(--color_text-other92_swiper)
}