body,ul,h1,h2,h3,h4,h5,h6,form,input,p{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
video::-webkit-media-controls-fullscreen-button {
	display: none !important;
}
body{
	max-width: 750px;
	font-family: Bitter,"Microsoft YaHei";
	background-color: #170c29;
	margin: 0 auto;
	font-size: 14px;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
   	-moz-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-focus-ring-color: rgba(0,0,0,0);
   	-moz-focus-ring-color: rgba(0,0,0,0);
	focus-ring-color: rgba(0,0,0,0);
}
*{
	-webkit-tap-highlight-color: transparent;
}

li{
	list-style: none;
}
img{
	vertical-align: middle;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.title{
	width:100%;
}
.container{
	background-color: #170c29;
    overflow: hidden;
    width:7.5rem;
    margin:0 auto;
    padding-bottom: 2.4rem;
}
.bottom{
	height: 2.4rem;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	background: #170c29;
	position: fixed;
	align-items: center;
	width: 7.5rem;
	z-index: 100;
	border-radius: 0.4rem 0.4rem 0 0;
	box-shadow: 0 -0.04rem 0.16rem #36363659;
	border-top: 0.02rem solid #2a203b;
	bottom:-3rem;
	-webkit-transition: all 0.8s 0.1s;
	transition: all 0.5s 0.1s;

}
.bottom .fixed-text{
	line-height: 0.7rem;
	margin-bottom: 0.27rem;
	color:#fae7c8;
}
.bottom .fixed-text span{
	color:#ffb235;
}
.bottom.active {
	bottom:0;
}
.header{
	height: 1.25rem;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	background: #170c29;
	position: fixed;
	align-items: center;
	top:0;
	width: 7.5rem;
	z-index: 100;
}
.header .flex-menu{
	width: .49rem;
	height: .49rem;
}
.header .logo{
	height: 0.6rem;
	padding:0 1rem;
}

.step1{
	margin-top: 1.25rem;
	height: 9.6rem;
	background-color: #170c29;
}
.step1 .swiper{
	height: 100%;
	background-color: #170c29;
}
.step1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.step1 .swiper-slide img {
	width:7.48rem;
	margin:0px auto;
	display:block;
}
.step1 .swiper-slide a {
	position: absolute;
	bottom:1.3rem;
	left:50%;
	margin-left: -1.5rem;
	width:3rem;
	height: .98rem;
	background: #289020;
	border-radius: .3rem;
	font-size: .3rem;
	color:#fae7c8;
	line-height: .98rem;
	text-align: center;
	font-weight: bold;
	display:block;
}
.step1 .my-bullet {
	width:.33rem;
	height: .33rem;
	margin:0 .15rem;
	background:url('../img/pagination.jpg') no-repeat;
	background-size: 1.23rem .51rem;
	background-position: -.82rem -.08rem;
	display: inline-block;
}
.step1 .my-bullet-active {
	background-position: -.19rem -.08rem;
}
.fixed-text{
	font-size: .22rem;
	color:#f5d65d;
	margin: 0 auto .45rem;
	text-align: center;
	line-height: 1.14rem;
}
.fixed-button{
	display: block;
	margin: 0 auto;
	width: 6.54rem;
	height: 1.12rem;
	border-radius: .3rem;
	background: url(../img/fixed.jpg) no-repeat center;
	background-size: contain;
	position: relative;
	overflow: hidden;
}
.fixed-button .position-absolute{
	animation: move-shimmer 1.5s infinite;
	z-index: 4;
	position: absolute;
	width: 100%;
}
.fixed-button .position-absolute:after {
	background: #fff;
	content: "";
	display: block;
	filter: blur(12px);
	height: 2rem;
	left: 0;
	opacity: .7;
	position: absolute;
	top: -0.2rem;
	width: 0.2rem;
}
@keyframes move-shimmer {
	0% {
		transform: scale(2) rotate(16deg)
	}

	to {
		transform: scale(2) rotate(16deg) translate(100%)
	}
}
.fixed-img{
	width: 7.5rem;
	height: 6.74rem;
	margin: 0 auto;
}
.step2{
	width: 7.5rem;
	height: 8.9rem;
	padding-top: 1.5rem;
	background: url(../img/step2-bg.jpg) no-repeat center;
	background-size: contain;
}
.step2 .step2-text{
	width: 6.02rem;
	display: block;
	margin: 0 auto;
}
.step2 .swiper {
	height: 7rem;
}
.step2 .swiper-slide {
	margin-top: -0.7rem;
	margin-left: 0.3rem;
}
.step2 .swiper-slide img {
	width:3.4rem;
	display:block;
}
.step2 .swiper-slide .text-bg {
	width:4.9rem;
	height: 3rem;
	background: #322446;
	border:0.02rem solid #5b4a5a;
	border-radius: 0.4rem;
	margin:0px auto;
	display:block;
	margin-top: -0.7rem;
	padding:1rem 0 0 0.5rem;
}
.step2 .swiper-slide .text-bg p {
	font-size: .38rem;
	color:#fae7c8;
	font-weight: bold;
	line-height: .48rem;
}
.step2 .swiper-slide .text-bg p:nth-child(3) {
	font-size: .22rem;
	line-height: .58rem;
}

.step2 .my-bullet {
	width:.48rem;
	height: .08rem;
	margin:0 -0.1rem;
	background:url('../img/step2-menu2.png') no-repeat;
	background-size: contain;
	display: inline-block;
	z-index: 1;
	position: relative;
}
.step2 .my-bullet-active {
	background:url('../img/step2-menu.png') no-repeat;
	background-size: contain;
	z-index: 10;
}
.step3{
	margin-top: 2.4rem;
}
.step3 .img-wrap{
	overflow-x: auto;
	scrollbar-width: none;
	white-space: nowrap;
}
.step3 .img-content{
	width: max-content;
	margin-left: 0.4rem;
}
.step3 .step3-title{
	width: 5.08rem;
	display: block;
	margin-bottom: 0.75rem;
	margin-left: 0.4rem;
}
.step3 .slide {
	background: linear-gradient(326.46deg, transparent 19.99%, rgba(123, 26, 116, .34) 98.29%);
	border: .523809px solid hsla(0, 0%, 100%, .12);
	border-radius: 0.4rem;
	padding: 0.16rem;
	display: inline-block;
	margin: 0 0.3rem 0 0;
}
.step3 .slide img {
	width:2.08rem;
	display:block;
	border-radius: 0.3rem;
}

.step4{

}
.step4 .img-wrap{
	overflow-x: auto;
	scrollbar-width: none;
	white-space: nowrap;
}
.step4 .img-content{
	width: max-content;
	margin-left: 0.4rem;
}
.step4 .step4-title{
	width: 5.49rem;
	display: block;
	margin: 1.6rem 0 0.8rem 0.4rem;
}
.step4 .slide {
	display: inline-block;
	margin: 0 0.3rem 0 0;
}
.step4 .slide img {
	width:2.4rem;
	display:block;
	border-radius: 0.3rem;
}
.w-full {
	width: 100%;
	padding:0 .75rem;
	background-color:#2a1c41;
	margin-top: 2.35rem;
}
.vue3-marquee {
	display: flex !important;
	position: relative;
	animation: move-mar 5s linear infinite;
	padding:0.3rem 0;
}
.vue3-marquee>.transparent-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
}
.vue3-marquee.horizontal>.marquee {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.vue3-marquee>.marquee {
	flex: 0 0 auto;
	z-index: 1;
}
.mr-12 {
	margin:0 .35rem;
	color:#fff;
}
@keyframes move-mar {
	0% {
		transform: translate(-11%)
	}

	to {
		transform: translate(-150%)
	}
}
.step5{
	text-align: center;
}
.step5 .step5-title{
	width:5rem ;
	margin: 1.3rem auto 0;
	display: block;
}
.step5 .title{
	font-size: 0.2rem;
	color:#9e8e87;
	line-height: 0.45rem;
	text-transform: uppercase;
	margin: -1rem auto 0;
	font-weight: bold;
}
.step5 .text{
	font-size: 0.5rem;
	color:#fae7c8;
	line-height: 0.8rem;
	font-weight: bold;
	margin: 0 auto;
}
.step5 .text span{
	color:#ffb235;
}
.step5 p{
	font-size: 0.2rem;
	line-height: 0.38rem;
	color:#9f8f88;
	width: 6rem;
	font-weight: bold;
	margin: 0.2rem auto 0.6rem;
}
.step5 a{
	width: 2.55rem;
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.24rem;
	color:#fae7c8;
	font-weight: bold;
	border-radius: 0.3rem;
	background: #2e2239;
	display: block;
	margin: 0 auto;
	justify-content: center;
}

.step6{
	width: 6.56rem;
	height: 13.2rem;
	margin: 2.4rem auto;
	background:url('../img/step6.png') no-repeat;
	background-size: contain;
	position: relative;
}
.step6 a{
	width: 2rem;
	height: 1rem;
	position: absolute;
	bottom:1rem;
	left: 0.5rem;
}

.step7{
	padding:0 0.4rem;
	margin-bottom: 2rem;
	position: relative;
	z-index: 1;
}
.step7 .step7-title{
	width: 6.04rem;
	display: block;
	margin-bottom: 0.45rem;
}
.step7 ul li{
	padding:0.25rem;
	background-color: #fae6c70a;
	border-radius: 0.3rem;
	border:0.02rem solid #fae7c81f;
	margin-bottom: 0.25rem;
	-webkit-transition: all 0.8s 0.1s;
	transition: all 1s 1s;
}
.step7 ul li .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.step7 ul li span{
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0,0,.2,1);
	display: block;
}
.step7 ul li.on span{
	transform: rotate(-180deg);
}
.step7 ul li h3{
	color:#fae7c8;
	font-size: 0.28rem;
	max-width: 70%;
}
.step7 ul li .text{
	color:#fae7c881;
	padding:0.25rem 0;
	font-size: 0.22rem;
	-webkit-transition: all 0.8s 0.1s;
	transition: all 0.8s 0.1s;
	display: none;
}
.step7 ul li .text p,.step7 ul li .text ul{
	display: none;

}
.step7 ul li .text ul{
	margin-left: 0.4rem;
	padding-left: 0.4rem;
}
.step7 ul li .text ul li{
	margin: 0.3rem 0;
	background: transparent;
	border:none;
	list-style: disc;
	padding:0;
}
.step7 ul li.on .text{
	display: block;
}
.step7 ul li.on .text p,.step7 ul li.on .text ul{
	display: block;

}
.step7 a{
	display: block;
	height: 0.95rem;
	line-height: 0.95rem;
	font-size: 0.24rem;
	border-radius: 0.3rem;
	background-color: #2e2239;
	text-align: center;
	color:#fae7c8;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;

}

.step9{
	position: relative;
	margin: 2.4rem auto;
	background: linear-gradient(180deg, #150e29, #180d2a59 60.12%, #150e29 63.72%);
}
.step9-bg{
	position: absolute;
	z-index: 0;
	width: 100%;
}
.step9-bg img{
	width: 100%;
}
.step9-img{
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.step9-img img{
	width: 90%;
}
.step9-text{
	position: relative;
	z-index: 2;
	margin-top: -0.6rem;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.step9-text img{
	width: 5.8rem;
}
.step9-text p{
	font-size: 0.23rem;
	color:#fae7c8;
	line-height: 0.3rem;
	margin-top: 0.4rem;
	text-align: center;
}
.step9-text p span{
	color:#ffb230;
}

footer{
	width: 7.5rem;
	position: relative;
	background:url('../img/footer.jpg') ;
	background-size: contain;
	padding:0.6rem 0.45rem;
	box-sizing: border-box;
}
footer .logo{
	width: 3.5rem;
	margin-bottom: 0.65rem;

}
footer .row {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	color:#fae7c8;
	font-size: 0.25rem;
}
footer .col--6 {
	flex: 0 0 50%;
	max-width: 50%;
	padding:0 0.5rem;
	box-sizing: border-box;
}
footer .mb-32 {
	margin-bottom: 0.6rem;
}
footer .font-700 {
	font-weight: 700;
}
footer .opacity-80 {
	 opacity: .8;
 }
footer .mt-12 {
	margin-top: .3rem;
	display: block;
	color:#fae7c8;
	font-size: 0.2rem;
	width: 2rem;
}
footer p {
	font-size: 0.18rem;
	color:#fae7c8;
	margin: 0.55rem auto;
}
footer p a {
	color:#cca02f;
}
.footer-link{
	width: 7.5rem;
	height: 1.9rem;
	margin: 0 auto;
	display: block;
	background:url('../img/footer-link.jpg') ;
	background-size: contain;
}
.mask,.menu {
	position: fixed;
	z-index: 198;
	-webkit-backface-visibility: hidden;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(47, 47, 47, .6);
	-webkit-transition: all .5s;
	transition: all .5s;
}.mask .bg {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 transform: translateY(-50%) translateX(-50%);
 }
.mask a {
	position: absolute;
	right: 1.7rem;
	bottom: 1rem;
	width: 3.4rem;
	height: 1.4rem;
}
.mask .tip {
	width: 6.8rem;
}
.mask .close {
	background-color: rgba(47, 47, 47, .8);
	border-radius: .1rem;
	color: #fff;
	position: absolute;
	right: -.25rem;
	top: -.3rem;
	width: 0.4rem;
	padding:0.15rem;
}

.menu .bg {
	position: absolute;
	left: -0.05rem;
	top: 0;
	height: 100%;
	background: #291d35;
}
.menu .tip {
	width: 5rem;
}
.menu .logo {
	position: absolute;
	width: 3.5rem;
	left: 0.3rem;
	top:0.3rem;
}

.menu .close {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 2.5rem;
}
