/**
 * ****************************************************************************************************
 * ** Alpaca
 * ****************************************************************************************************
 */
.bln-module-alpaca {
	position: relative;
	overflow: hidden;
}

.bln-module-alpaca-bg {
	display: block;
	width: 100%;
	height: auto;
}

.bln-module-alpaca-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 1.16rem;
	z-index: 3;
}

.bln-module-alpaca .bln-title {
	color: #fff;
	margin-bottom: 0.26rem;
}

.bln-module-alpaca .bln-subtitle {
	color: #fff;
	margin-bottom: 0.4rem;
	line-height: 1;
}

/**
 * ****************************************************************************************************
 * ** Banny
 * ****************************************************************************************************
 */
.bln-module-banny {
	position: relative;
	overflow: hidden;
}

/* 视频 */
.bln-module-banny-video {
	display: block;
	width: 100%;
	height: auto;
}

.bln-module-banny-control-volume {
	position: absolute;
	font-size: 24px;
	left: 18px;
	top: 24px;
	z-index: 60;
	color: #fff;
}

.bln-module-banny-control-play-state {
	position: absolute;
	font-size: 24px;
	right: 18px;
	top: 24px;
	z-index: 60;
	color: #fff;
}

.bln-module-banny-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 1.16rem;
	z-index: 3;
}

.bln-module-banny .bln-title {
	color: #fff;
	margin-bottom: 0.09rem;
}

.bln-module-banny .bln-subtitle {
	color: #fff;
	line-height: 0.86rem;
	margin-bottom: 0.19rem;
}

/**
 * ****************************************************************************************************
 * ** Cat
 * ****************************************************************************************************
 */
.bln-module-cat {
	position: relative;
	overflow: hidden;
}

.bln-module-cat .bln-crumbs {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.bln-module-cat-bg {
	display: block;
	width: 100%;
}

.bln-module-cat-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 1.22rem;
	z-index: 3;
}

.bln-module-cat .bln-title {
	color: var(--theme-color-gold);
	margin-bottom: 0.14rem;
}

.bln-module-cat .bln-subtitle {
	color: var(--theme-color-gold);
	margin-bottom: 0.2rem;
}

.bln-module-cat .bln-childtitle {
	color: var(--theme-color-gold);
}

.bln-module-cat.theme-bg-none .bln-crumbs {
	color: #333;
}

.bln-module-cat.theme-bg-none .bln-module-cat-content {
	position: static;
	padding: 1.2rem 20px 0.66rem;
}

.bln-module-cat.theme-bg-none .bln-title,
.bln-module-cat.theme-bg-none .bln-subtitle,
.bln-module-cat.theme-bg-none .bln-childtitle {
	color: #333;
}

/**
 * ****************************************************************************************************
 * ** Deer
 * ****************************************************************************************************
 */
.bln-module-deer {
	position: relative;
	overflow: hidden;
}

.bln-module-deer-bg {
	display: block;
	width: 100%;
}

.bln-module-deer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	padding: 0.75rem 20px 0.67rem;
}

.bln-module-deer .bln-title {
	color: #333;
	margin-bottom: 0.33rem;
}

.bln-module-deer .bln-subtitle {
	margin-bottom: 0.41rem;
}

.bln-module-deer .view-more-btn {
	background-color: #fff;
	color: #666;
	border-color: #d8d8d7;
}

.bln-module-deer .bln-imgtitle {
	display: block;
	height: 0.52rem;
	margin: 0 auto 0.2rem;
}

/**
 * ****************************************************************************************************
 * ** Egret
 * ****************************************************************************************************
 */
.bln-module-egret {
	position: relative;
	overflow: hidden;
}

.bln-module-egret-bg {
	display: block;
	width: 100%;
}

.bln-module-egret-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	padding-bottom: 1.22rem;
	z-index: 3;
}

.bln-module-egret .bln-title {
	color: #fff;
	margin-bottom: 0.14rem;
}

.bln-module-egret .bln-subtitle {
	color: #fff;
	margin-bottom: 0.2rem;
}

.bln-module-egret .bln-childtitle {
	color: #fff;
}

.bln-module-egret .bln-imgtitle {
	display: block;
	height: 2.6rem;
	margin-bottom: 0.68rem;
}

.bln-module-egret.theme-gold .bln-crumbs,
.bln-module-egret.theme-gold .bln-title,
.bln-module-egret.theme-gold .bln-subtitle,
.bln-module-egret.theme-gold .bln-childtitle {
	color: var(--theme-color-gold);
}

/**
 * ****************************************************************************************************
 * ** Firefly
 * ****************************************************************************************************
 */
.bln-module-firefly-image {
	display: block;
	width: 100%;
	height: auto;
}

.bln-module-firefly-name {
	font-size: 0.34rem;
	line-height: 0.5rem;
	color: #333333;
	text-align: center;
	padding: 0.32rem 20px 0.54rem;
	letter-spacing: 0.02rem;
	font-family: "PingFang-SC-Regular";
}

/**
 * ****************************************************************************************************
 * ** Gazelle
 * ****************************************************************************************************
 */
.bln-module-gazelle-context {
	padding: 1.32rem 20px 1.15rem;
	background-color: #c0b2a5;
	color: #fff;
	text-align: center;
}

.bln-module-gazelle .bln-title {
	margin-bottom: 0.16rem;
}

.bln-module-gazelle .bln-subtitle {
	font-family: "PingFang-SC-Light";
}

.bln-module-gazelle .bln-description {
	text-align: justify;
	margin-top: 0.26rem;
	padding: 0;
	color: var(--desc-color2);
}

/**
 * ****************************************************************************************************
 * ** Horse
 * ****************************************************************************************************
 */
.bln-module-horse {
	background-color: #222;
}

.bln-module-horse-context {
	background-color: #fff;
	padding: 1.27rem 20px 0.53rem;
	text-align: center;
	color: #000;
}

.bln-module-horse-label {
	font-size: 0.4rem;
	line-height: 1;
	margin-bottom: 0.25rem;
	display: block;
	letter-spacing: 0.01rem;
	color: #222222;
}

.bln-module-horse-no {
	font-size: 0.74rem;
	line-height: 1;
	display: block;
	letter-spacing: -0.02rem;
	margin-bottom: 0.26rem;
	color: #000000;
}

.bln-module-horse .bln-description {
	padding: 0;
}

.bln-module-horse .bln-description p {
	margin-bottom: 0.26rem;
	padding: 0;
}

.bln-module-horse .bln-description p:last-child {
	margin-bottom: 0;
}

.bln-module-horse-dark .bln-module-horse-context {
	background-color: #222222;
}

.bln-module-horse-dark .bln-module-horse-label {
	color: #f1f1f1;
}

.bln-module-horse-dark .bln-module-horse-no {
	color: #f1f1f1;
}

.bln-module-horse-dark .bln-description {
	color: var(--desc-color2);
}

/* 图片高度不够的情况 */
.bln-module-horse-auto-height .swiper-slide {
	display: flex;
	flex-direction: column;
}

.bln-module-horse-auto-height .bln-swiper-alpaca-image {
	height: auto;
	flex-shrink: 0;
}

.bln-module-horse-auto-height .bln-swiper-alpaca-txts {
	flex: 1;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.26rem;
	line-height: 0.42rem;
	color: var(--desc-color2);
	padding: 20px;
	min-height: 6.2rem;
	letter-spacing: 0.01rem;
}

.bln-module-horse-auto-height .bln-swiper-alpaca-pagination {
	bottom: 0.36rem;
}

/**
 * ****************************************************************************************************
 * ** Ibex
 * ****************************************************************************************************
 */
.bln-module-ibex-image {
	display: block;
	width: 100%;
	height: auto;
}

.bln-module-ibex .bln-description {
	padding: 0.54rem 20px 1.16rem;
}

.bln-module-ibex .bln-description > p {
	padding: 0.1rem 0;
}

/**
 * ****************************************************************************************************
 * ** Junco
 * ****************************************************************************************************
 */
.bln-module-junco {
	background-color: #9e856f;
	padding: 1.25rem 0 1.16rem;
	color: #fff;
	overflow: hidden;
}

.bln-module-junco .bln-title {
	text-align: center;
	margin-bottom: 0.24rem;
	padding: 0 20px;
}

.bln-module-junco .bln-subtitle {
	line-height: 0.4rem;
	text-align: center;
	margin-bottom: 0.6rem;
	padding: 0 20px;
}

.bln-module-junco .swiper-container {
	text-align: center;
}

.bln-module-junco-more-link {
	font-size: 0.26rem;
	color: #fff;
	display: none;
}

/**
 * ****************************************************************************************************
 * ** Kite
 * ****************************************************************************************************
 */
.bln-module-kite {
	height: 7.74rem;
	position: relative;
	overflow: hidden;
	margin-bottom: -2px;
	position: relative;
	z-index: 0;
}

.bln-module-kite + div {
	position: relative;
	z-index: 1;
}

.bln-module-kite-image-wrapper {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: scroll;
}

.bln-module-kite-image-wrapper::-webkit-scrollbar {
	opacity: 1;
	width: 0;
	height: 0;
}

.bln-module-kite-image {
	display: block;
	height: 100%;
	width: auto;
}

.bln-module-kit-indicator {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.84rem;
	z-index: 1;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0 20px;
}

.bln-module-kit-arrow {
	flex-shrink: 0;
	font-size: 0.28rem;
	transition: 1s;
}

.bln-module-kit-arrow.hidden {
	opacity: 0;
}

.bln-module-kit-bar {
	flex: 1;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
	transform: translateY(-0.5px);
	margin: 0 2px;
}

.bln-module-kit-bar-block {
	position: absolute;
	height: 100%;
	z-index: 1;
	top: 0;
	background-color: rgba(255, 255, 255, 1);
	transition: 0.1s;
}

/**
 * ****************************************************************************************************
 * ** Lion
 * ****************************************************************************************************
 */
.bln-module-lion {
	position: relative;
}

.bln-module-lion-inserted {
	position: absolute;
	z-index: 1;
	right: 0;
	width: 2rem;
	top: -2.74rem;
}

.bln-module-lion-icon-img {
	display: block;
	margin: 0 auto 0.64rem;
	max-height: 1.44rem;
}

.bln-module-lion-context {
	color: #333;
	text-align: center;
}

.bln-module-lion .bln-title {
	color: #333333;
	padding: 0 20px;
	margin-top: 1.24rem;
	margin-bottom: 0.16rem;
}

.bln-module-lion .bln-subtitle {
	color: #333333;
	margin-bottom: 0.34rem;
}

.bln-module-lion .bln-description {
	padding: 0.54rem 20px;
}

/**
 * ****************************************************************************************************
 * ** Mole
 * ****************************************************************************************************
 */
.bln-module-mole {
	background-color: #f1f1f1;
	text-align: center;
	color: #333;
	padding: 1.25rem 20px 0.36rem;
}

.bln-module-mole-group {
	margin-bottom: 0.69rem;
}

.bln-module-mole .bln-title.small {
	margin-bottom: 0.07rem;
	color: #333333;
	line-height: 0.78rem;
}

.bln-module-mole .bln-subtitle {
	margin-bottom: 0.28rem;
	color: #333333;
}

.bln-module-mole-image {
	display: block;
	width: 100%;
	height: auto;
}

/**
 * ****************************************************************************************************
 * ** Nanny
 * ****************************************************************************************************
 */
.bln-module-nanny {
	background-color: #333;
	color: #fff;
	padding: 1.26rem 20px 0.54rem;
	text-align: center;
}

.bln-module-nanny .bln-title {
	margin-bottom: 0.15rem;
}

.bln-module-nanny .bln-subtitle {
	margin-bottom: 0.32rem;
}

.bln-module-nanny .bln-description {
	padding: 0;
	color: var(--desc-color2);
}

/**
 * ****************************************************************************************************
 * ** Oryx
 * ****************************************************************************************************
 */
.bln-module-oryx-image {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 3px;
}

.bln-module-oryx .bln-description {
	padding-top: 0.53rem;
	padding-bottom: 0.55rem;
	margin-top: -3px;
}

/**
 * ****************************************************************************************************
 * ** Panda
 * ****************************************************************************************************
 */
.bln-module-panda {
	padding: 0.54rem 20px;
	background-color: #f1f1f1;
}

.bln-module-panda .bln-title {
	margin-bottom: 0.04rem;
}

.bln-module-panda.theme-bg-white {
	background-color: #fff;
}

.bln-module-panda.theme-right .bln-title,
.bln-module-panda.theme-right .bln-subtitle,
.bln-module-panda.theme-right .bln-childtitle {
	text-align: right;
}

.bln-module-panda .swiper-container {
	margin-top: 0.33rem;
}

/**
 * ****************************************************************************************************
 * ** Quail
 * ****************************************************************************************************
 */
.bln-module-quail {
	background-color: #fff;
	transition: 0.5s;
	border-bottom: 1px solid #f0f0f0;
}

.bln-module-quail-wrapper {
	padding: 0.5rem 20px;
	display: flex;
	align-items: center;
}

.bln-module-quail-wrapper-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-right: 0.6rem;
}

.bln-module-quail-year {
	font-size: 0.62rem;
	color: var(--theme-color-gold);
	line-height: 1;
	margin-bottom: 0.27rem;
}

.bln-module-quail-title {
	font-size: 0.34rem;
	color: #333333;
	transition: 1s;
	letter-spacing: 0.02rem;
	line-height: 0.42rem;
}

.bln-module-quail-wrapper-right {
	flex-shrink: 0;
}

.bln-module-quail-toggle-btn {
	font-size: 0.44rem;
	color: var(--theme-color-gold);
	transition: 1s;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.bln-module-quail-content {
	padding: 0 20px;
	transition: 1s;
	position: relative;
	max-height: 0;
	overflow: hidden;
}

.bln-module-quail-content::after {
	content: "";
	width: calc(100% - 40px);
	left: 20px;
	top: 0;
	position: absolute;
	height: 1px;
	background-color: #3c3c3c;
	transform: scaleX(0);
	opacity: 0;
	transition: 1s;
}

.bln-module-quail-content-top {
	display: flex;
	align-items: center;
	margin-top: 0.78rem;
	margin-bottom: 0.56rem;
}

.bln-module-quail-content-top-img {
	flex-shrink: 0;
	width: 2.6rem;
	height: 2.6rem;
	object-fit: cover;
	margin-right: 0.5rem;
}

.bln-module-quail-content-top-desc {
	font-size: 0.26rem;
	line-height: 0.42rem;
	color: #fff;
	text-align: justify;
	letter-spacing: 0.01rem;
}

.bln-module-quail .bln-module-quail-content-swiper {
	margin-bottom: 1rem;
}

.bln-module-quail.open {
	background-color: #333;
}

.bln-module-quail.open .bln-module-quail-title {
	color: #fff;
}

.bln-module-quail.open .bln-module-quail-content {
	max-height: 120vh;
}

.bln-module-quail.open .bln-module-quail-content::after {
	transform: scaleX(1);
	opacity: 1;
}

.bln-module-quail.open .bln-module-quail-toggle-btn {
	transform: rotate(45deg);
}

/**
 * ****************************************************************************************************
 * ** Rabbit
 * ****************************************************************************************************
 */
.bln-module-rabbit-wrapper {
	text-align: center;
	padding: 1.24rem 20px 0.67rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f4f4f3;
}

.bln-module-rabbit-wrapper .bln-title {
	font-size: 0.65rem;
	letter-spacing: -0.01rem;
	margin-bottom: 0.31rem;
}

.bln-module-rabbit-tabs-container {
	position: relative;
	background-color: #f9f9f8;
	height: 0.92rem;
	font-size: 0.34rem;
	line-height: 1;
	color: #333333;
	border-radius: 1rem;
	margin-top: 0.37rem;
	overflow: hidden;
	font-family: "PingFang-SC-Medium";
}

.bln-module-rabbit-tabs {
	display: flex;
	height: 100%;
	position: relative;
	z-index: 5;
}

.bln-module-rabbit-tab {
	width: 2.24rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bln-module-rabbit-tabs-slide-bar {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	transition: left 0.5s;
	background-color: var(--theme-color-gold);
	border-radius: inherit;
	z-index: 0;
}

.bln-module-rabbit-images {
	position: relative;
}

.bln-module-rabbit-image {
	display: block;
	width: 100%;
	height: auto;
	opacity: 0;
	transition: 0.5s;
}

.bln-module-rabbit-image:not(:first-child) {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.bln-module-rabbit-image.active {
	opacity: 1;
}

/**
 * ****************************************************************************************************
 * ** Sheep
 * ****************************************************************************************************
 */
.bln-module-sheep {
	background-color: #181818;
}

.bln-module-sheep-wrapper {
	text-align: center;
	padding: 1.24rem 20px 0.54rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: var(--theme-color-gold);
}

.bln-module-sheep-wrapper .bln-title {
	font-size: 0.65rem;
	letter-spacing: -0.01rem;
	margin-bottom: 0.28rem;
}

.bln-module-sheep-wrapper .bln-childtitle {
	line-height: 0.5rem;
}

.bln-module-sheep-images {
	display: flex;
	flex-wrap: wrap;
}

.bln-module-sheep-image-item {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.bln-module-sheep-image {
	display: block;
	object-fit: cover;
}

.bln-module-sheep-image-name {
	height: 0.86rem;
	line-height: 0.42rem;
	background-color: var(--theme-color-gold);
	text-align: center;
	font-size: 0.26rem;
	padding: 5px 20px;
	letter-spacing: 0.01rem;
	color: #333333;
	border-right: 1px solid #af9070;
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
 * ****************************************************************************************************
 * ** Tiget
 * ****************************************************************************************************
 */
.bln-module-tiget {
	padding: 0.63rem 20px;
	text-align: center;
}

.bln-module-tiget .bln-title {
	margin-bottom: 0.24rem;
}

.bln-module-tiget .swiper-container {
	margin-top: 0.61rem;
}

/**
 * ****************************************************************************************************
 * ** Unicorn
 * ****************************************************************************************************
 */
.bln-module-unicorn {
	margin-bottom: 0.54rem;
}

.bln-module-unicorn-image {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0.44rem;
}

.bln-module-unicorn.theme-sunken .bln-module-unicorn-image {
	margin-bottom: 0;
}

.bln-module-unicorn-num {
	display: block;
	font-size: 0.74rem;
	line-height: 1;
	color: var(--theme-color-gold);
	margin-top: 0;
	margin-bottom: 0.14rem;
}

.bln-module-unicorn.theme-sunken .bln-module-unicorn-num {
	margin-top: -0.42rem;
}

.bln-module-unicorn.num-left .bln-module-unicorn-num {
	padding-left: 0.26rem;
}

.bln-module-unicorn.num-right .bln-module-unicorn-num {
	padding-right: 0.78rem;
}

.bln-module-unicorn-desc {
	font-size: 0.34rem;
	line-height: 0.5rem;
	color: #333333;
	letter-spacing: 0.02rem;
}

.bln-module-unicorn.num-left .bln-module-unicorn-desc {
	text-align: left;
	padding-left: 0.26rem;
}

.bln-module-unicorn.num-right .bln-module-unicorn-desc {
	text-align: right;
	padding-right: 0.78rem;
}

/**
 * ****************************************************************************************************
 * ** Vicuna
 * ****************************************************************************************************
 */
.bln-module-vicuna-image {
	display: block;
	width: 100%;
	height: auto;
}

.bln-module-vicuna-context {
	background-color: var(--theme-color-gold);
	padding: 0.34rem 0.38rem;
	color: #333333;
	font-size: 0.34rem;
	line-height: 0.5rem;
	display: flex;
	align-items: center;
	letter-spacing: 0.02rem;
}

.bln-module-vicuna-icon {
	display: block;
	height: 0.86rem;
	margin-right: 0.38rem;
}

/**
 * ****************************************************************************************************
 * ** Whale
 * ****************************************************************************************************
 */
.bln-module-whale {
	padding: 1.25rem 20px 1.17rem;
	background-color: #333;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bln-module-whale .bln-title {
	margin-bottom: 0.16rem;
}

.bln-module-whale .bln-title,
.bln-module-whale .bln-subtitle,
.bln-module-whale .childtitle {
	color: var(--theme-color-gold);
	text-align: center;
}

.bln-module-whale .bln-description {
	color: #fff;
	padding: 0;
	margin-top: 0.28rem;
}

.bln-module-whale .bln-image {
	margin-top: 0.78rem;
}

/**
 * ****************************************************************************************************
 * ** Xeme
 * ****************************************************************************************************
 */
.bln-module-xeme {
	padding: 1.25rem 20px;
	background-color: #f1f1f1;
}

.bln-module-xeme .bln-title,
.bln-module-xeme .bln-subtitle,
.bln-module-xeme .bln-childtitle {
	text-align: center;
}

.bln-module-xeme .bln-title {
	margin-bottom: 0.12rem;
}

.bln-module-xeme-list {
	margin-top: 0.41rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bln-module-xeme-list-item {
	width: calc(50% - 0.14rem);
	background-color: #fff;
	margin-bottom: 0.28rem;
}

.bln-module-xeme-list-item-head {
	display: flex;
	height: 0.92rem;
	align-items: center;
	padding: 0 0.48rem;
	background-color: var(--theme-color-gold);
	color: #333333;
	font-size: 0.34rem;
	line-height: 1;
	font-weight: bold;
}

.bln-module-xeme-list-item-icon {
	font-size: 0.36rem;
	margin-right: 0.18rem;
}

.bln-module-xeme-list-item-text {
	padding: 0.4rem 0.48rem;
	font-size: 0.26rem;
	line-height: 0.42rem;
	color: #333333;
	text-align: justify;
	letter-spacing: 0.01rem;
}

/**
 * ****************************************************************************************************
 * ** Yak
 * ****************************************************************************************************
 */
.bln-module-yak {
	position: relative;
	background-color: #000;
}

.bln-module-yak-bg {
	display: block;
	width: 100%;
	height: auto;
}

.bln-module-yak-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 1.18rem 20px 0;
	z-index: 2;
}

.bln-module-yak .bln-description {
	color: var(--theme-color-gold);
	padding: 0;
}

.bln-module-yak-bot-img {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -1.25rem;
	z-index: 1;
}

.bln-module-yak.theme-bg-none .bln-module-yak-content {
	position: static;
}

.bln-module-yak.theme-big-padding .bln-module-yak-content {
	padding-top: 2.05rem;
	padding-bottom: 4.2rem;
}

.bln-module-yak.theme-small-bot-img .bln-module-yak-bot-img {
	width: 90%;
	left: 5%;
}

/**
 * ****************************************************************************************************
 * ** Zebra
 * ****************************************************************************************************
 */
.bln-module-zebra-context {
	padding: 0.54rem 20px;
}

.bln-module-zebra-context-top {
	padding-top: 2.6rem;
	padding-bottom: 3.04rem;
}

.bln-module-zebra-context .bln-title,
.bln-module-zebra-context .bln-subtitle,
.bln-module-zebra-context .bln-childtitle {
	text-align: center;
}

.bln-module-zebra-context .bln-title {
	margin-bottom: 0.16rem;
}

.bln-module-zebra-context .bln-subtitle {
	margin-bottom: 0.26rem;
}

.bln-module-zebra-context .bln-description {
	padding: 0;
	width: 6.25rem;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}

.bln-module-zebra-context .bln-description p {
	margin-bottom: 0.6em;
}

.bln-module-zebra-swiper-container {
	padding: 0 20px;
	margin-bottom: 1.2rem;
}

/**
 * ****************************************************************************************************
 * ** News Item 新闻Item
 * ****************************************************************************************************
 */
.bln-module-news-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0.6rem 20px 0.54rem;
	border-bottom: 1px solid #e9e9e9;
}

.bln-module-news-item-image {
	display: block;
	width: 100%;
	height: auto;
}

.bln-module-news-item-title {
	font-size: 0.34rem;
	line-height: 0.48rem;
	color: #333333;
	margin-top: 0.34rem;
	margin-bottom: 0.13rem;
	letter-spacing: 0.02rem;
}

.bln-module-news-item-date {
	font-size: 0.26rem;
	line-height: 0.42rem;
	color: #666666;
	letter-spacing: -0.01rem;
}

/**
 * ****************************************************************************************************
 * ** I Want To Join 我要加盟
 * ****************************************************************************************************
 */
.module-i-want-to-join {
	background-image: url(../images/bg_38.png);
	background-position: cener center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.25rem 20px;
}

.bln-module-i-want-to-join .bln-title,
.bln-module-i-want-to-join .bln-subtitle,
.bln-module-i-want-to-join .childtitle {
	color: var(--theme-color-gold);
	text-align: center;
}

.bln-module-i-want-to-join .bln-title {
	margin-bottom: 0.16rem;
}

.bln-module-i-want-to-join-form {
	margin-top: 0.43rem;
}

.bln-module-i-want-to-join-form-item {
	height: 0.92rem;
	position: relative;
	margin-bottom: 0.26rem;
}

.bln-module-i-want-to-join-form-item.picker::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.bln-module-i-want-to-join-form-input {
	width: 100%;
	height: 100%;
	border: 1px solid #828282;
	background-color: transparent;
	outline: none;
	padding: 0 0.38rem;
	font-size: 0.3rem;
	line-height: 1;
	color: #fff;
}

.bln-module-i-want-to-join-form-item.picker .bln-module-i-want-to-join-form-input {
	padding-right: 0.8rem;
}

.bln-module-i-want-to-join-form-item-icon {
	position: absolute;
	color: #fff;
	font-size: 0.24rem;
	z-index: 5;
	right: 0.38rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.8;
}

.bln-module-i-want-to-join-form-picker-popup {
	height: 30%;
}

.bln-module-i-want-to-join-submit-btn {
	background-color: var(--theme-color-gold);
	height: 0.92rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.34rem;
	line-height: 1;
	border: none;
	outline: none;
	width: 100%;
	color: #333333;
	border-radius: 0.06rem;
	overflow: hidden;
	font-family: "PingFang-SC-Medium";
}

/**
 * ****************************************************************************************************
 * ** Case Item 工程案例Item
 * ****************************************************************************************************
 */
.bln-module-case-item {
	padding: 0.62rem 20px;
	border-bottom: 2px solid #f7f7f7;
	transition: 0.5s;
	display: block;
}

.bln-module-case-item-head {
	display: flex;
}

.bln-module-case-item-head-left {
	flex: 1;
	padding-right: 0.4rem;
	padding-top: 0.36rem;
	display: flex;
	flex-direction: column;
	position: relative;
	font-size: 0.36rem;
	line-height: 0.52rem;
	color: #333;
}

.bln-module-case-item-city {
	color: var(--theme-color-gold);
	font-size: 0.34rem;
	line-height: 1;
	margin-bottom: 0.1rem;
}

.bln-module-case-item-name {
	font-size: 0.26rem;
	line-height: 0.42rem;
	transition: 0.5s;
}

.bln-module-case-item-toggle-btn {
	color: var(--theme-color-gold);
	font-size: 0.5rem;
	position: absolute;
	left: 0;
	bottom: 0.3rem;
	transition: 0.5s;
}

.bln-module-case-item-cover {
	flex-shrink: 0;
	width: 2.6rem;
	height: 2.6rem;
	object-fit: cover;
}

.bln-module-case-item-content {
	font-size: 0.3rem;
	line-height: 1;
	color: #fff;
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: 0.5s;
	margin-top: 0;
}

.bln-module-case-item-content::after {
	content: "";
	width: 0;
	height: 1px;
	background-color: #404141;
	transition: 0.5s;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.bln-module-case-item-subname {
	padding: 0.54rem 0 0.34rem;
	line-height: 1.26;
	font-size: 0.26rem;
	line-height: 0.42rem;
}

.bln-module-case-item-image {
	display: block;
	width: 100%;
	height: auto;
}

.bln-module-case-item.open {
	background-color: #333;
}

.bln-module-case-item.open .bln-module-case-item-name {
	color: var(--theme-color-gold);
}

.bln-module-case-item.open .bln-module-case-item-content {
	max-height: 120vh;
	margin-top: 0.62rem;
}

.bln-module-case-item.open .bln-module-case-item-content::after {
	width: 100%;
	opacity: 1;
}

/**
 * ****************************************************************************************************
 * ** Links 列表链接
 * ****************************************************************************************************
 */
.bln-module-links {
	background-color: #000;
	color: var(--theme-color-gold);
	font-size: 0.34rem;
	line-height: 0.48rem;
	letter-spacing: 0.02rem;
}

.bln-module-links-item {
	border-bottom: 1px solid #1c1c1c;
}

.bln-module-links-item:nth-child(odd) {
	background-color: #323332;
}

.bln-module-links-item-link {
	display: flex;
	align-items: center;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	padding: 0.4rem 20px;
}

.bln-module-links-item-name {
	flex: 1;
	padding-right: 1em;
}

.bln-module-links-item-arrow {
	flex-shrink: 0;
	width: 0.46rem;
	height: 0.46rem;
	border-radius: 50%;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 0.24rem;
	text-align: center;
	font-weight: 300;
}

/**
 * ****************************************************************************************************
 * ** Master Description 大师简介
 * ****************************************************************************************************
 */
.bln-module-master-description {
	background-color: #000;
	padding: 1.25rem 20px;
}

.bln-module-master-description .bln-title {
	margin-bottom: 0.16rem;
}

.bln-module-master-description .bln-subtitle {
	margin-bottom: 0.26rem;
}

.bln-module-master-description .bln-title,
.bln-module-master-description .bln-subtitle,
.bln-module-master-description .bln-childtitle {
	text-align: center;
}

.bln-module-master-description.theme-gold .bln-title,
.bln-module-master-description.theme-gold .bln-subtitle,
.bln-module-master-description.theme-gold .bln-childtitle {
	color: var(--theme-color-gold);
}

.bln-module-master-description .bln-description {
	color: #fff;
	padding: 0;
	text-align: justify;
}

.bln-module-master-description .bln-description p {
	padding: 0;
	margin-bottom: 0.4em;
}

.bln-module-master-description-sign {
	display: block;
	height: 0.86rem;
	margin: 1.18rem auto 0;
}

/**
 * ****************************************************************************************************
 * ** Master Description 大师简介
 * ****************************************************************************************************
 */
.bln-module-zandra {
	background-color: #000;
	color: #fff;
	padding: 0.6rem 20px 0.4rem;
}

.bln-module-zandra .bln-description {
	text-align: justify;
	padding: 0.56rem 0 0.51rem;
	color: #ffffff;
}

.bln-module-zandra .bln-description > p {
	padding: 0.4em 0;
}

.bln-module-zandra .bln-image:last-child {
	margin-bottom: -2.4rem;
}

/**
 * ****************************************************************************************************
 * ** Master Description 大师简介
 * ****************************************************************************************************
 */
.bln-module-chalayan {
	padding: 0 20px 1.2rem;
	background-color: #000;
	color: #fff;
	margin-top: -1px;
}

.bln-module-chalayan-context {
	padding: 0.42rem 0 0.54rem;
	text-align: justify;
}

.bln-module-chalayan-num {
	font-size: 0.62rem;
	line-height: 1;
	color: var(--theme-color-gold);
	margin-bottom: 0.24rem;
}

.bln-module-chalayan-desc {
	font-size: 0.26rem;
	line-height: 0.42rem;
	letter-spacing: 0.01rem;
}

/**
 * ****************************************************************************************************
 * ** Master Video 大师视频
 * ****************************************************************************************************
 */
.bln-master-video {
	position: relative;
}

.bln-master-video-bg {
	display: block;
	width: 100%;
	height: auto;
}

.bln-master-video-avatar {
	display: block;
	width: 3.88rem;
	height: auto;
	left: 50%;
	bottom: 0;
	position: absolute;
	margin-left: -1.94rem;
	z-index: 1;
}

.bln-master-video-sign {
	display: block;
	width: 3.8rem;
	height: auto;
	left: 50%;
	bottom: 0.12rem;
	position: absolute;
	margin-left: -1.9rem;
	z-index: 2;
}

.bln-master-video-play-icon {
	position: absolute;
	width: 1.04rem;
	height: 1.04rem;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	top: 50%;
	margin-left: -0.52rem;
	margin-top: -0.52rem;
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	font-size: 0.4rem;
	border-radius: 50%;
}

.bln-master-video-play-icon:active {
	opacity: 1;
}

/**
 * ****************************************************************************************************
 * ** Stores Map 门店地图
 * ****************************************************************************************************
 */
.bln-module-stores-map {
	background-color: #333;
	padding: 1.29rem 0 0;
	overflow: hidden;
}

.bln-module-stores-map .bln-title,
.bln-module-stores-map .bln-subtitle,
.bln-module-stores-map .bln-childtitle {
	text-align: center;
	padding: 0 20px;
	color: var(--theme-color-gold);
}

.bln-module-stores-map .bln-title {
	margin-bottom: 0.16rem;
}

.bln-module-stores-map-wrapper {
	height: 11.52rem;
	width: 100%;
	background-color: #fff;
	margin-top: 0.36rem;
	position: relative;
}

#storesMap {
	display: block;
	width: 100%;
	height: 100%;
}

.bln-module-stores-map-form {
	position: absolute;
	width: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	padding: 0.8rem 20px 0;
}

.bln-module-stores-map-form-item {
	position: relative;
	background-color: #fff;
	height: 0.92rem;
	margin-bottom: 0.26rem;
}

.bln-module-stores-map-form-item.picker::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.bln-module-stores-map-form-input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0.38rem;
	font-size: 0.3rem;
	color: #333;
	border: none;
	outline: none;
}

.bln-module-stores-map-form-item.picker .bln-module-stores-map-form-input {
	padding-right: 0.8rem;
}

.bln-module-stores-map-form-item-icon {
	position: absolute;
	color: inherit;
	font-size: 0.24rem;
	z-index: 5;
	right: 0.38rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.8;
}

.bln-module-stores-map-form-picker-popup {
	height: auto;
}

.bln-module-stores-map-form-submit-btn {
	background-color: rgba(0, 0, 0, 0.75);
	height: 0.92rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.33rem;
	line-height: 1;
	font-family: "PingFang-SC-Medium";
	border: none;
	outline: none;
	width: 100%;
	color: var(--theme-color-gold);
	border-radius: 0.06rem;
	overflow: hidden;
}

.bln-module-stores-map-store-info-modal {
	width: 6.7rem;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -3.35rem;
	bottom: -100%;
	z-index: 10;
	padding: 0.57rem 0.4rem 0;
	opacity: 0;
	transition: 0.5s;
}

.bln-module-stores-map-store-info-modal.show {
	bottom: 1.4rem;
	opacity: 1;
}

.bln-module-stores-map-store-info-modal-title {
	font-size: 0.34rem;
	line-height: 0.4rem;
	color: #333333;
	text-align: center;
	margin-bottom: 0.2rem;
}

.bln-module-stores-map-store-info-modal-address {
	font-size: 0.26rem;
	line-height: 0.42rem;
	color: #333333;
	text-align: center;
	margin-bottom: 0.34rem;
}

.bln-module-stores-map-store-info-modal-consulting-btn {
	width: 2.94rem;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	background-color: #333;
	color: var(--theme-color-gold);
	font-size: 0.34rem;
	border: none;
	outline: none;
	margin: 0 auto 0.62rem;
	display: block;
	font-family: "PingFang-SC-Medium";
	border-radius: 0.06rem;
	overflow: hidden;
}

.bln-module-stores-map-store-info-modal-consulting-btn:active {
	opacity: 0.75;
}

.bln-module-stores-map-store-info-modal-close-btn {
	width: 0.82rem;
	height: 0.82rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--theme-color-gold);
	color: #333;
	font-size: 0.36rem;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -0.41rem;
	margin-left: -0.41rem;
}

.bln-module-stores-map-store-info-modal-close-btn:active {
	opacity: 0.75;
}

/**
 * ****************************************************************************************************
 * ** VR 全景展示
 * ****************************************************************************************************
 */
.bln-module-vr {
	background-color: #333;
}

.bln-module-vr-context {
	padding: 1.24rem 20px 0.34rem;
	color: #fff;
	text-align: center;
}

.bln-module-vr-context .bln-title {
	margin-bottom: 0.16rem;
}

.bln-module-vr .bln-image-container {
	padding: 0;
}

/**
 * ****************************************************************************************************
 * ** Common 通用标准模块
 * ****************************************************************************************************
 */
.bln-module-common-context {
	padding: 1.29rem 20px 0.62rem;
	text-align: center;
}

.bln-module-common-context .bln-title {
	margin-bottom: 0.2rem;
}

.bln-module-common-context .bln-subtitle {
	margin-bottom: 0.35rem;
}

.bln-module-common .bln-description {
	padding: 0;
}

/**
 * ****************************************************************************************************
 * ** 搜索结果Item
 * ****************************************************************************************************
 */
.bln-module-search-result-item {
	display: flex;
	padding: 0.5rem 20px;
	border-bottom: 1px solid #e8e6e7;
}

.bln-module-search-result-item-image {
	width: 2.74rem;
	height: 2.06rem;
	display: block;
	object-fit: cover;
	flex-shrink: 0;
	margin-right: 0.4rem;
}

.bln-module-search-result-item-right {
	display: flex;
	flex-direction: column;
	padding-top: 0.1rem;
}

.bln-module-search-result-item-title {
	font-size: 0.28rem;
	line-height: 1.2;
	color: #33332f;
	margin-bottom: 0.12rem;
}

.bln-module-search-result-item-date {
	font-size: 0.28rem;
	line-height: 0.44rem;
	color: #33332f;
}
