.al-det .ar_article{
	font-size: var(--f17);
	padding-top: .6rem;
	font-family: 'popl-font';
}
.al-det .n-zhead {
	width: 35%;
}
.al-det .n-zhead h5{
	font-size: var(--f36);
}
.al-det .n-zhead img{
	height: 3rem;
	width: auto;
}
.al-det .flexjs{
	gap: 7rem;
}

.aldet-picture{
	height: 30rem;
}
.aldet-picture .swiper{
	overflow: unset;
	padding-bottom: 4rem;
	--swiper-scrollbar-size:1px;
}
.aldet-picture img{
	height: 100%;
	width: auto;
}
.aldet-picture a{
	display: inline-block;
	height: 100%;
}
.aldet-picture .swiper-slide{
	width: auto;
}
.aldet-picture .swiper-scrollbar-drag{
	background: var(--themeColor);
	height: 3px;
	margin-top: -1px;
}