*{
	user-select: none !important;
}
.section1{
	position: relative;
	transition: all 1s;
}
.section1 .bg_01{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../image/bg_01.jpg);
	background-size: cover;
	background-position-x: center;
    animation: zooming 15s infinite; /* 循环缩放动画，周期为4秒 */
}
@keyframes zooming {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.section1 .content{
	/* left: 20%;
	top: 20%; */
	position: relative;
	width: 12rem;
	height: 100%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 12rem !important;
}
.section1>.content>p{
	font-size: 64px;
	font-family: HelloFont-WenYiHei, HelloFont;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 180px;
}
.section1>.content>ul>li{
	font-size: 32px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: 6px;
	line-height: 65px;
}
.section1>.content>ul>li>i{
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #FFFFFF;
	margin: 10px;
}
.btn{
	display: flex;
	margin-top: 120px;
	width: 4.3rem;
}
.btn2>div,.btn1>div{
	position: relative;
	z-index: 101;
}
.swiper-pagination-bullet{
	display: block;
	margin: 10px 0;
	width: 0.08rem;
	height: 0.08rem;
	background: #CCCCCC;
	border-radius: 50%;
}
.swiper-pagination-bullet-active{
	display: block;
	width: .08rem;
	height: .24rem;
	background: #878EFC;
	border-radius: 5px;
}
.swiper-slide{
	z-index: 99 !important;
}
.swiper-slide-active{
	z-index: 100 !important;
}
.navIndex{
	position: fixed;
	width: 100vw;
	top: 5rem;
	z-index: 2;
}
nav{
	width: 12rem;
	position: relative;
}
nav ul{
	position: absolute;
	right: -0.8rem;
	/* top: 0rem; */
}
.content{
	position: relative !important;
	z-index: 3 !important;;
}
.zhe{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: #000000;
	opacity: .1;
	z-index: 9;
}
.section2{
	width: 100%;
	background: #FFFDFF;
}
.section2>.content{
	/* width: 10rem; */
	padding-top: 0;
}
.section2>.content>.left{
	width: 2.8rem;
	height: 5.68rem;
}
.section2>.content>.right{
	width: 3.3rem;
	height: 4rem;
	/* display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; */
	margin: 0 0 0 1.2rem;
}
.section2>.content>.right>h2{
	margin-top: .8rem;
	width: 3.3rem;
	height: 0.26rem;
	border-radius: 1rem;
	position: relative;
	margin-bottom: .1rem;
	/* display: flex; */
	/* justify-content: center; */
	margin-bottom: .25rem;
	white-space: nowrap;
}
.section2>.content>.right>h2 p{
	font-size: 0.6rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #282828;
	position: absolute;
	bottom: 0;
	white-space: nowrap;
	/* text-align: center; */
	user-select: text !important;
}
.section2>.content>.right>ul>li{
	font-size: 0.32rem;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #282828;
	/* text-align: center; */
	white-space: nowrap;
	user-select: text !important;
}
footer{
	width: 100vw;
	height: 100px;
	/* background: #E37FF6; */
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	/* border-radius: 100% 100% 100% 100% / 0% 0% 30% 30%; */
}
.swiper-container{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;/* 两种都可以 */
  }
.nav>ul>li:first-child span{
	display: block;
}
.nav>ul>li:first-child{
	font-weight: bold;
}
.section{
	width: 100% !important;
	height: 100vh;
	background-size: 100% 100%;
	/* margin-bottom: 1rem; */
	overflow: auto;
}
.section>.content{
	/* width: 8rem; */
}
.section>.content .left{
	width: 2.8rem;
	height: 5.68rem;
	/* margin: 0 .7rem 0 0; */
}
.section>.content .right{
	width: 3.3rem;
	height: 5.9rem;
	margin: 0 0 0 1.2rem;
}
.section>.content .right p{
	width: 3.98rem;
	height: 1.84rem;
	margin: 0 0 0.65rem 0;
}
.section>.content .right .activity-btn{
	width: 3.17rem;
	height: 0.92rem;
	background: #878EFC;
	border-radius: 0.46rem 0.46rem 0.46rem 0.46rem;
	font-size: 0.3rem;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
}
.section .temp {
	width: 2.71rem;
	height: 0.9rem;
	background: #FFFFFF;
	opacity: 1;
	border-radius: 1rem;
	margin-bottom: .5rem;
}
.section .temp a{
	font-size: 0.3rem;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 0.42rem;
	color: #000000;
	opacity: 1;
}
.temp>h1{
	/* width: 186px; */
	height: 56px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 600;
	/* color: #CB22EB; */
	line-height: 28px;
	text-align: center;
}
.temp>p{
	/* width: 186px; */
	height: 56px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 600;
	/* color: #CB22EB; */
	line-height: 28px;
	text-align: center;
}
.header{
	color: white;
}
.nav>ul>li>span{
	position: absolute;
	bottom: -0.15rem;
	left: 38%;
	width: 24px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	display: none;
}
.zxkf{
	position: fixed;
	right:0;
	top: 70%;
	z-index: 20;
}
#wave{
	width: 100vw;
	position: fixed;
	z-index: 1;    
	margin: 0 auto;
}
.footer{
	position: absolute !important;
	padding: 0 !important;
}
.footer ul li{
	text-align: center;
}
.downLoad-ewm{
	width: 1.67rem;
	height: 1.68rem;
	background-image: url(../app/images/page1.png);
	background-size: 100% 100%;
	position: absolute;
	cursor: pointer;
	bottom: -1.68rem;
}
.downLoad-ewm img{
	width: 1.51rem;
	height: 1.45rem;
	background: #000000;
	opacity: 1;
	border-radius: 0rem;
	margin-top: .05rem;
}
.wxwb{
	width: 100%;
	position: relative;
}
.wxwb ul{
	width: 0.84rem !important;
}
.main {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%,-50%);
  -webkit-perspective: 1500;
  -moz-perspective: 1500;
}

.box {
  position: absolute;
  width: 0.84rem !important;
  height: 0.84rem !important;
  transition: all 1s;
  backface-visibility: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.b2 {
  background:tomato;
  transform: rotateY(-180deg);
}
.jt{
	position: absolute;
	bottom: .1rem;
	width: 100%;z-index: 1000;
}
.jt img{
	width: 0.86rem;
	height: 0.86rem;
	animation: zy 1.5s infinite linear;
}
@keyframes zy{
	0% {
	    transform: translateY(-50%);
	    opacity: 1;
	}
	60% {
	    opacity: 0.6;
	}
	100% {
	    transform: translateY(-50%,0.3rem);
	    opacity: 0;
	}
}

.section-phone {
	width: 100%;
	height: 100%;
	background: url(../image/phonebg.png);
	background-size: 100% 100%;
	transform: translate3d(0, 0, 0);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1);
}

.section-phone>div:first-child {
	overflow: hidden;
}

.section-phone .section-phone-header {
	content: "";
	position: absolute;
	background-size: 100% 100% !important;
	z-index: 100;
}

.section-phone .section-phone-bottom {
	content: "";
	position: absolute;
	background-size: 100% 100% !important;
	z-index: 100;
}

.section-phone .section-phone-bg {
	content: "";
	position: absolute;
	border-radius: 0 0 0.3rem 0.3rem;
	overflow: hidden;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

@-webkit-keyframes friend-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -4.94rem, 0);
		transform: translate3d(0, -4.94rem, 0)
	}
}

@keyframes friend-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -4.94rem, 0);
		transform: translate3d(0, -4.94rem, 0)
	}
}

@-webkit-keyframes square-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -6rem, 0);
		transform: translate3d(0, -6rem, 0)
	}
}

@keyframes square-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -10rem, 0);
		transform: translate3d(0, -10rem, 0)
	}
}
@-webkit-keyframes square-move-top2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -6rem, 0);
		transform: translate3d(0, -6rem, 0)
	}
}

@keyframes square-move-top2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -6rem, 0);
		transform: translate3d(0, -6rem, 0)
	}
}
@-webkit-keyframes square-move-top3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -10rem, 0);
		transform: translate3d(0, -10rem, 0)
	}
}

@keyframes square-move-top3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -10rem, 0);
		transform: translate3d(0, -10rem, 0)
	}
}

@-webkit-keyframes zys {
	10% {
		transform: rotate(15deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	30% {
		transform: rotate(5deg);
	}

	40% {
		transform: rotate(-5deg);
	}

	50%,
	100% {
		transform: rotate(5deg);
	}
}

@keyframes zys {
	10% {
		transform: rotate(15deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	30% {
		transform: rotate(5deg);
	}

	40% {
		transform: rotate(-5deg);
	}

	50%,
	100% {
		transform: rotate(5deg);
	}
}


@keyframes slide7z {
	10% {
		opacity: 1;
	}

	20% {
		opacity: 0.5;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 0.5;
	}

	50%,
	100% {
		opacity: 1;
	}
}
@keyframes slide7s {
	30% {
		transform: translateY(5px);
	}

	60% {
		transform: translateY(0px);
	}

	90% {
		transform: translateY(-5px);
	}
}
.section-phone .section-phone-bg::after {
	content: '';
	position: absolute;
	background-size: 100% 100% !important;
	border-radius: 0 0 0.5rem 0.5rem;
	overflow: hidden;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.slide2 .section-phone .section-phone-bg::after {
	width: 100%;
	left: 0;
	height: 9.06rem;
	background: url(../app/images/phoneSection2.png);
	-webkit-animation: square-move-top2 15s linear infinite;
	animation: square-move-top2 15s linear infinite;
}
.slide3 .section-phone .section-phone-bg::after {
	width: 100%;
	left: 0;
	height: 16.28rem;
	background: url(../app/images/phoneSection3.png);
	-webkit-animation: square-move-top3 15s linear infinite;
	animation: square-move-top3 15s linear infinite;
}

.slide5 .section-phone .section-phone-bg::after {
	width: 100%;
	left: 0;
	height: 16.21rem;
	background: url(../app/images/phoneSection6.png);
	-webkit-animation: square-move-top 15s linear infinite;
	animation: square-move-top 15s linear infinite;
}
.slide7 .section-phone .section-phone-header {
	-webkit-animation: slide7z 1s linear infinite;
	animation: slide7z 1s linear infinite;
}
.slide7 .section-phone .section-phone-bottom {
	-webkit-animation: slide7s 2s linear infinite;
	animation: slide7s 2s linear infinite;
}
