@charset "utf-8";
body{ background: #fff; font-size:.25rem;}
div { box-sizing: border-box;}
.dn { display: none;}
.clearfix:after { content: '\20'; clear: both; height: 0; display: block;}
a {-webkit-tap-highlight-color:transparent;}
*{ outline:none!important;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img {-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none; -o-user-select: none;}
input,textarea { outline: none; border: none; box-sizing: border-box; background: none;}
/* --------------index-start-------------- */

@-webkit-keyframes home-header-dl-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes home-header-dl-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.page-home {
	background: #0b0e18 url(../images/bg.png) center top / 100% auto no-repeat;
	color: #e8f0ff;
	min-height: 100vh;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}

.home-wrap {
	padding: 0.18rem 0.24rem 0;
	padding-bottom: 2.05rem;
	position: relative;
}

.home-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.08rem 0 0.12rem;
	gap: 0.2rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-image: linear-gradient(to bottom,rgba(99, 10, 16),rgba(99, 10, 16,0));
	z-index: 10;
	padding: .2rem;
	box-sizing: border-box;
}

.home-logo {
	width: 3rem;
	max-width: 52%;
	height: auto;
	flex-shrink: 0;
	margin: 0;
}

.home-header-dl {
	display: block;
	flex-shrink: 0;
	width: 2.35rem;
	max-width: 40%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation: home-header-dl-pulse 1.2s ease-in-out infinite;
	animation: home-header-dl-pulse 1.2s ease-in-out infinite;
}

.home-header-dl img {
	width: 100%;
	height: auto;
	display: block;
}

.home-banner {
	margin:1.5rem auto 0;
	position: relative;
}

.home-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.home-swiper .swiper-slide img {
	width: 100%;
	vertical-align: top;
	display: block;
}

.home-swiper-pagination {
	bottom: 0.2rem !important;
}

.home-swiper-pagination .swiper-pagination-bullet {
	width: 0.14rem;
	height: 0.14rem;
	background: rgba(255, 255, 255, 0.45);
	opacity: 1;
}

.home-swiper-pagination .swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #00e5ff, #7c4dff);
	box-shadow: 0 0 0.12rem rgba(0, 229, 255, 0.65);
}

.home-swiper-prev,
.home-swiper-next {
	width: 0.56rem;
	height: 0.56rem;
	margin-top: -0.28rem;
	background: none;
	outline: none;
}

.home-swiper-prev:after,
.home-swiper-next:after {
	display: none;
}

.home-swiper-prev img,
.home-swiper-next img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
}

.home-title-block {
	text-align: center;
	padding: 0.22rem 0 0.06rem;
}

.home-brand {
	font-size: 0.48rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
	background: linear-gradient(180deg, #fffcef 0%, #ffd54a 35%, #ff9100 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	filter: drop-shadow(0 0.02rem 0.08rem rgba(0, 0, 0, 0.65));
}

.home-lines-wrap {
	position: relative;
	margin-top: 0.12rem;
	width: 6.86rem;
	height: 5.16rem;
	min-height: 3.85rem;
	overflow: visible;
}

.home-lines-hint {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 0.26rem;
	color: rgba(200, 220, 255, 0.88);
	letter-spacing: 0.12rem;
	margin-bottom: 0.2rem;
	font-weight: 500;
}

.home-lines-wrap::before {
	content: "";
	position: absolute;
	z-index: 0;
	
	width: 100%;
	height: 100%;

	background: url(../images/link.png) no-repeat right bottom;
	background-size: contain;
	pointer-events: none;
	opacity: 1;
}

.home-lines {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding-top: 1.6rem;
}

.home-line-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 0.76rem;
	width: 6.9rem;
	padding-left: 0.28rem;
	padding-right: 2.35rem;
	border-radius: 0.14rem;
	background: url(../images/btn2.png) center / 100% 100% no-repeat;
	border: none;
	box-shadow: none;
	font-size: 0.3rem;
	transition: transform 0.12s ease, opacity 0.12s ease;
	box-sizing: border-box;
}

.home-line-item:active {
	transform: scale(0.985);
	opacity: 0.92;
}

.home-line-left {
	display: flex;
	align-items: center;
	font-weight: 700;
	letter-spacing: 0.02rem;
}

.home-line-ms {

	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	width: 2rem;
	font-size: .32rem;
	text-indent: .4rem;
}

.home-line-name {
	color: #5d2e17;
}

.home-kefu {
	position: fixed;
	right: 0.16rem;
	bottom: 30%;
	width: 1.1rem;
	height: 1.1rem;
	z-index: 50;
	filter: drop-shadow(0 0.08rem 0.2rem rgba(0, 0, 0, 0.45));
}

.home-kefu img {
	width: 100%;
	height: auto;
}

.home-dl-fixed {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	padding: 0;
	padding-bottom: env(safe-area-inset-bottom, 0px);
	background: rgba(8, 10, 20, 0.92);
	box-shadow: 0 -0.04rem 0.16rem rgba(0, 0, 0, 0.35);
}
.home-dl-fixed a {
	width: 2.5rem;
	display: block;
}
.home-dl-fixed-row {
	padding: 10px 0;
	display: flex;
	width: 100%;
	max-width: 7.5rem;
	margin: 0 auto;
	align-items: stretch;
	border-top: 0.02rem solid rgba(255, 255, 255, 0.06);
	display: flex;
	justify-content: space-around;
}

.home-dl-fixed-cell {

	display: block;
	line-height: 0;
	background: rgba(0, 0, 0, 0.15);
}

.home-dl-fixed-cell:first-child {
	border-right: 0.02rem solid rgba(255, 255, 255, 0.06);
}

.home-dl-fixed-cell img {
	width: 100%;
	height: auto;
	vertical-align: top;
	display: block;
}

.home-dl-fixed-tip {
	text-align: center;
	font-size: 0.22rem;
	color: rgba(190, 210, 245, 0.85);
	padding: 0.14rem 0.2rem 0.16rem;
	margin: 0;
	letter-spacing: 0.02rem;
	line-height: 1.4;
}

.home-dl-fixed-dot {
	padding: 0 0.08rem;
	color: rgba(255, 200, 80, 0.75);
}


.home-swiper .swiper-button-prev,
.home-swiper .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
}
