.header {
    display: flex;
    justify-content: space-around;
}
.swiper-pagination-bullet{
	display: block;
	margin: 10px 0;
	width: 8px;
	height: 32px;
	border-radius: 5px;
}
.swiper-pagination-bullet-active{
	display: block;
	width: 8px;
	height: 32px;
	background: #13C8F6;
	border-radius: 5px;
}
nav{
	position: fixed;
	right: 30px;
	top: 35%;
	z-index: 12;
}
.swiper-slide>.content{
	/* margin-top: 100px; */
	margin: 110px auto 100px auto;
}
.section1 .content{
	width: 1378px;
	height: 740px;
	background: #ECF7FF;
	border-radius: 20px;
	padding: 30px;
}
.section1 .content .bg-img{
	width: 1226px;
	height: 672px;
	margin: 0 auto;
}
.section1 .content .downLoad>div>img{
	width: 216px;
	height: 56px;
	margin: 0 20px;
}
.section1 .content .downLoad>div{
	position: relative;
}
.section1 .content .downLoad>div>div>img{
	width: 216px;
	height: 231px;
}
.section1 .content .downLoad>div>div{
	position: absolute;
	top: -236px;
	display: none;
}
.top-ball{
	width: 150px;
}
.top-ball p{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 10px;
}
.top-ball p:first-of-type{
	background-color: #FF564E;
}
.top-ball p:nth-of-type(2){
	background-color: #FFBD2E;
}
.top-ball p:last-of-type{
	background-color: #29CC41;
}
.section2{
	width: 100%;
	height: 969px;
	background: #fff;
}
.section2>.content{
	width: 1378px;
	height: 740px;
	/* background: #FFF3EC; */
	/* border-radius: 20px; */
	/* padding: 30px; */
}
.section2>.content .left{
	width: 660px;
	height: 740px;
	background: #ECF7FF;
	border-radius: 10px;
	padding: 20px 0;
	margin-right: 150px;
}
.section2>.content .left img{
	width: 765px;
	height: 851px;
}
.section2>.content>.main{
	margin-top: 20px;
}
.section2>.content>.main>.right{
	width: 550px;
	margin-top: 133px;
}
.section2>.content>.main>.right>h2{
	width: 256px;
	height: 30px;
	background: linear-gradient(90deg, #7EE5FE 0%, #35D0F7 100%);
	border-radius: 15px;
	position: relative;
	display: flex;
	justify-content: center;
}
.section2>.content>.main>.right>h2 p{
	width: 256px;
	height: 90px;
	font-size: 64px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 600;
	color: #000000;
	/* line-height: 90px; */
	position: absolute;
	bottom: 0;
	margin: 0;
}
.section2>.content>.main>.right>div p{
	width: 420px;
	font-size: 22px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 44px;
}
.section2>.content>.main>.right>ul>li{
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 33px;
	line-height: 50px;
}
.section2>.content>.main>.right .tag{
	width: 396px;
	height: 198px;
}
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%;
	height: 900px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.section>div{
	margin: 0 30px;
}
.section>.left{
	width: 585px;
	height: 682px;
}
.section>.temp{
	width: 300px;
	/* padding-top: 60px; */
}
.section>.temp>div{
	width: 324px;
	height: 407px;
/* 	background: #D8D8D8;
	border: 1px solid #979797; */
}
.temp>h1{
	width: 300px;
	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;
}
.zxkf{
	position: fixed;
	right:0;
	top: 70%;
	z-index: 20;
	display: none;
}
#wave{
	position: fixed;
	z-index: 1;
}
.dialog>div{
	width: 673px !important;
	height: 174px !important;
	background: #FFFFFF !important;
	border-radius: 30px 30px 30px 30px !important;
}
.dialog #tip{
	padding: 30px;
}
.dialog>div #title{
	height: 42px;
	font-size: 30px;
	font-family: PingFang SC-Bold, PingFang SC;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.dialog>div .content{
	font-size: 24px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 80px;
}
.layui-layer-shade{
	opacity: 0.5 !important;
}