/**
 * ****************************************************************************************************
 * ** Alpaca
 * ****************************************************************************************************
 */
.bln-swiper-alpaca-image {
	width: 100%;
	display: block;
	object-fit: cover;
}

.bln-swiper-alpaca .bln-swiper-alpaca-pagination {
	position: absolute;
	z-index: 1;
	bottom: 0.36rem;
	display: flex;
	justify-content: center;
}

.bln-swiper-alpaca-pagination .swiper-pagination-bullet {
	width: 0.12rem;
	height: 0.12rem;
	background-color: #fff;
	margin: 0 0.14rem;
	opacity: 0.5;
	transition: opacity 0.3s;
}

.bln-swiper-alpaca-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

/**
 * ****************************************************************************************************
 * ** Banny
 * ****************************************************************************************************
 */
.bln-swiper-banny {
	overflow: visible;
}

.bln-swiper-banny-slide {
	display: block;
	font-size: inherit;
	color: inherit;
	width: 3.13rem;
}

.bln-swiper-banny-arrow-left {
	display: block;
	height: 4.75rem;
	line-height: 4.75rem;
	width: 20px;
	font-size: 14px;
	color: var(--theme-color-gold);
	text-align: right;
}

.bln-swiper-banny-slide-image {
	display: block;
	width: 100%;
	height: 4.75rem;
	object-fit: cover;
	margin-bottom: -0.26rem;
}

.bln-swiper-banny-slide-title {
	font-size: 0.4rem;
	line-height: 1;
	margin-bottom: 0.11rem;
	letter-spacing: 0.01rem;
}

.bln-swiper-banny-slide-title.cn {
	font-size: 0.34rem;
	letter-spacing: 0.02rem;
	line-height: 0.5rem;
}

.bln-swiper-banny .bln-swiper-banny-pagination {
	top: auto;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.3);
	height: 1px;
	display: none;
}

.bln-swiper-banny .swiper-pagination-progressbar-fill {
	background-color: rgba(255, 255, 255, 1);
}

/**
 * ****************************************************************************************************
 * ** Cat
 * ****************************************************************************************************
 */
.bln-swiper-cat-outer-container {
	background-color: #c6c6c6;
	overflow: hidden;
	position: sticky;
	z-index: 20;
	transition: top 0.5s;
}

.bln-swiper-cat-outer-wrapper {
	padding: 0.5rem 20px 0.5rem 5px;
}

.bln-swiper-cat {
	margin-right: -0.1rem;
	overflow: visible;
	transform: translateX(100vw);
	opacity: 0;
	transition: 0.6s 0.1s;
}

.bln-swiper-cat.swiper-container-horizontal {
	opacity: 1;
	transform: translateX(0);
}

.bln-swiper-cat-arrow-left {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1.4rem;
	width: 0.44rem;
	font-size: 0.26rem;
	color: var(--theme-color-gold);
}

.bln-swiper-cat-slide {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0.1rem;
	font-size: 0.24rem;
	color: #333333;
	text-align: center;
	transition: 0.3s;
	margin-right: 0.1rem;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.bln-swiper-cat-slide-light {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.65);
}

.bln-swiper-cat-slide-image {
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	object-fit: cover;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: inherit;
	margin-left: -1px;
	margin-top: -1px;
}

.bln-swiper-cat-slide-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.65);
	font-size: 0.24rem;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 0;
	text-align: center;
}

.bln-swiper-cat-slide.swiper-slide-always-active .bln-swiper-cat-slide-link {
	opacity: 0;
}

.bln-swiper-cat .bln-swiper-cat-pagination {
	top: auto;
	bottom: 0;
	background-color: rgba(33, 33, 33, 0.3);
	height: 2px;
	display: none;
}

.bln-swiper-cat .swiper-pagination-progressbar-fill {
	background-color: rgba(33, 33, 33, 1);
}

.bln-swiper-cat-more-link {
	font-size: 0.26rem;
	color: #333;
	display: none;
}

/**
 * ****************************************************************************************************
 * ** Deer
 * ****************************************************************************************************
 */
.bln-swiper-deer-image-box {
	position: relative;
}

.bln-swiper-deer-image {
	display: block;
	width: 100%;
	height: 5.04rem;
	object-fit: cover;
}

.bln-swiper-deer-nums {
	font-size: 0.34rem;
	line-height: 1;
	margin-top: 0.84rem;
	margin-bottom: 0.23rem;
	font-family: "DINPro-Light";
}

.bln-swiper-deer-num-current {
	color: var(--theme-color-gold);
}

.bln-swiper-deer-desc {
	font-family: "PingFang-SC-Light";
	font-size: 0.26rem;
	line-height: 0.42rem;
	letter-spacing: 0.01rem;
}

.bln-swiper-deer .bln-swiper-deer-pagination {
	top: 5.54rem;
	height: 1px;
	background-color: #d7d7d7;
}

.bln-swiper-deer .swiper-pagination-progressbar-fill {
	background-color: #333;
}

/**
 * ****************************************************************************************************
 * ** Egret
 * ****************************************************************************************************
 */
.bln-swiper-egret-slide {
	transition: 1s;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 4.72rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.bln-swiper-egret-slide-image {
	display: block;
	width: auto;
	height: 1.6rem;
	position: relative;
	z-index: 10;
	transition: 1s;
}

.bln-swiper-egret-slide.swiper-slide-active .bln-swiper-egret-slide-image {
	height: 100%;
}

/**
 * ****************************************************************************************************
 * ** Firefly
 * ****************************************************************************************************
 */
.bln-swiper-firefly {
	overflow: visible;
}

.bln-swiper-firefly-slide-image {
	width: 100%;
	object-fit: cover;
	margin-bottom: 0.36rem;
	display: block;
}

.bln-swiper-firefly-slide-title {
	font-size: 0.34rem;
	line-height: 0.48rem;
	color: #333333;
	letter-spacing: 0.02rem;
	margin-bottom: 0.23rem;
	font-weight: 300;
}

.bln-swiper-firefly-slide-date {
	font-size: 0.26rem;
	line-height: 1;
	color: #666666;
	letter-spacing: -0.01rem;
	margin-bottom: 0.4rem;
}

.bln-swiper-firefly .bln-swiper-firefly-pagination {
	position: relative;
	height: 2px;
	background-color: #eaeaea;
}

.bln-swiper-firefly .swiper-pagination-progressbar-fill {
	background-color: var(--theme-color-gold);
}

/**
 * ****************************************************************************************************
 * ** Gazelle
 * ****************************************************************************************************
 */
.bln-swiper-gazelle-image {
	display: block;
	width: 100%;
	object-fit: cover;
}

.bln-swiper-gazelle .bln-swiper-gazelle-pagination {
	position: relative;
	height: 1px;
	background-color: #d7d7d7;
	margin-top: 0.52rem;
}

.bln-swiper-gazelle .swiper-pagination-progressbar-fill {
	background-color: #333;
}

/**
 * ****************************************************************************************************
 * ** Gazelle
 * ****************************************************************************************************
 */
.bln-swiper-horse {
	margin-top: 0;
}

.bln-swiper-horse-slide {
	transition-duration: 1s !important;
}

.bln-swiper-horse-image {
	display: block;
	width: 100%;
	transition: 2s linear;
	/* transform: scale(1.2); */
}

/* .bln-swiper-horse-slide.swiper-slide-active .bln-swiper-horse-image {
	transform: scale(1);
} */
