html,body{
	margin: 0;
	border: 0;
	font-size: 16px;
	overflow: hidden;
	overflow-y: auto;
}
.black{
	color: #101012;
}
.blue{
	color: rgba(12, 109, 254, 1);
}
.index{
	width: 100vw;
	position: relative;
}
.logo{
	position: absolute;
	top: 0.5rem;
	left: 16.25rem;
	background: url('../images/logo.png') no-repeat;
	background-size: cover;
	width: 24.25rem;
	height: 3rem;
	z-index: 66;
}
.container{
	width: 100%;
	/* height: 945px; */
	padding-bottom: 50%;
	background: url('../images/indexBg1.png') no-repeat;
	background-size: cover;
	position: relative;
}
.container .title{
	width: 1265px;
	height: 190px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 58px;
	color: #101012;
	line-height: 60px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	position: absolute;
	top: 8.25rem;
	left: 50%;
	transform: translateX(-50%);
}
.container .next{
	width: 1.5625rem;
	height: 1.75rem;
	position: absolute;
	bottom: -2.25rem;
	left: 50%;
	transform: translateX(-50%);
}
.container2{
	margin-top: 6.25rem;
	width: 100%;
	/* height: 945px; */
	padding-bottom: 49%;
	background: url('../images/indexBg2.png') no-repeat;
	background-size: cover;
	position: relative;
}
.container2 .title{
	width: 897px;
	height: 144px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 58px;
	color: #0C6DFE;
	line-height: 72px;
	text-align: center;
	position: absolute;
	top: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
}
.container2 .list .play{
	background: url('../images/index2.png') no-repeat;
	background-size: cover;
	width: 53.0625rem;
	height: 37.8125rem;
	flex-shrink: 0;
}
.container2 .list{
	position: absolute;
	top: 13.75rem;
	left: 0;
	display: flex;
	gap: 1.25rem;
}
.container2 .appItem{
	width: 15.1875rem;
	height: 20.375rem;
	background: #ECF6FF;
	border-radius: 2.5rem;
	border: 1px solid #CED7E5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.container2 .list .app{
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.container2 .list .app .img{
	position: relative;
	width: 12.9375rem;
	height: 12.9375rem;
}
.container2 .list .app .img img {
	width: 100%;
	height: 100%;
}
.container2 .list .app .img .name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.75rem;
	border-radius: 0px 0px 1.875rem 1.875rem;
	opacity: 0.5;
	background: #000000;
	text-align: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 1.25rem;
	color: #FFFFFF;
	line-height: 2.75rem;
}
.downLoad{
	width: 12.9375rem;
	height: 3.4375rem;
	background: linear-gradient( 90deg, #25ADF9 0%, #274DFF 100%);
	border-radius: 2.1875rem;
	margin-top: 1rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 1.25rem;
	color: #FFFFFF;
	line-height: 3.4375rem;
	text-align: left;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.downLoad:hover{
	background: #F200CB;
}
.downLoad img{
	width: 2.1875rem;
	height: 2.1875rem;
	margin-right: 6px;
}
.footer{
	height: 4.75rem;
	text-align: center;
	background: #FFFFFF;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #8A8A99;
	line-height: 72px;
}


@media screen and (max-width: 600px) {
  .logo{
  	position: absolute;
  	top: 3.3125rem;
  	left: 0.75rem;
  	background: url('../images/mobileLogo.png') no-repeat;
  	background-size: cover;
  	width: 12.4375rem;
  	height: 1.6875rem;
  	z-index: 66;
  }
  .container{
  	width: 100%;
  	height: 41.6875rem;
	padding-bottom: 0;
  	background: url('../images/mobileIndexBg1.png') no-repeat;
  	background-size: cover;
  	position: relative;
  }
  .container .title{
  	width: 19.0625rem;
  	height: 6.6875rem;
  	font-family: Microsoft YaHei, Microsoft YaHei;
  	font-weight: bold;
  	font-size: 1.375rem;
  	color: #101012;
  	line-height: 1.625rem;
  	text-align: center;
  	font-style: normal;
  	text-transform: none;
  	position: absolute;
  	top: 7.6875rem;
  	left: 50%;
  	transform: translateX(-50%);
  }
  .container .next{
  	width: 1.0625rem;
  	height: 1.1875rem;
  	position: absolute;
  	bottom: -10px;
  	left: 50%;
  	transform: translateX(-50%);
  }
  .container2{
  	margin-top: 0;
  	width: 100%;
  	height: 298vw;
  	padding-bottom: 10px;
  	background: transparent;
  	background-size: cover;
  	position: relative;
	overflow: hidden;
  }
  .container2 .title{
	margin-top: 1.875rem;
  	width: 20.3125rem;
  	height: 3.25rem;
  	font-family: Microsoft YaHei, Microsoft YaHei;
  	font-weight: bold;
  	font-size: 1.375rem;
  	color: #0C6DFE;
  	line-height: 26px;
  	text-align: center;
  	position: absolute;
  	top: 1.25rem;
  	left: 50%;
  	transform: translateX(-50%);
  }
  .container2 .list .play{
  	background: url('../images/mobilePlay.png') no-repeat;
  	background-size: cover;
  	width: 23.4375rem;
  	height: 16.8125rem;
  	flex-shrink: 0;
  }
  .container2 .list{
	  margin-top: 6.875rem;
  	display: flex;
	flex-direction: column;
  	gap: 0.8125rem;	
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0;
  }
  .container2 .appItem{
  	width: 169px;
  	height: 14.125rem;
  	background: #ECF6FF;
  	border-radius: 1.5rem;
  	border: 1px solid #CED7E5;
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
	margin-left: 0.75rem;
	margin-top: 0.75rem;
  }
  .container2 .list .app{
  	display: flex;
  	flex-wrap: wrap;
	gap: 0;
	width: 23.4375rem;
  }
  .container2 .list .app .img{
  	position: relative;
  	width: 8.9375rem;
  	height: 8.9375rem;;
  }
  .container2 .list .app .img img {
  	width: 100%;
  	height: 100%;
  }
  .container2 .list .app .img .name {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
	height: 2rem;
	background: #000000;
	border-radius: 0px 0px 1.25rem 1.25rem;
  	opacity: 0.5;
  	text-align: center;
  	font-family: Microsoft YaHei, Microsoft YaHei;
  	font-weight: 400;
  	font-size: 0.875rem;
  	color: #FFFFFF;
  	line-height: 2rem;
  }
  .downLoad{
  	width: 8.9375rem;
  	height: 2.375rem;
  	background: linear-gradient( 90deg, #25ADF9 0%, #274DFF 100%);
  	border-radius: 2.1875rem;
  	margin-top: 0.75rem;
  	font-family: Microsoft YaHei, Microsoft YaHei;
  	font-weight: bold;
  	font-size: 0.875rem;
  	color: #FFFFFF;
  	line-height: 2.375rem;;
  	text-align: left;
  	text-decoration: none;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  }
  .downLoad img{
  	width: 1.5rem;
  	height: 1.5rem;;
  	margin-right: 6px;
  }
  .footer{
  	height: 4.75rem;
  	text-align: center;
  	background: transparent;
  	font-family: Microsoft YaHei, Microsoft YaHei;
  	font-weight: 400;
  	font-size: 14px;
  	color: #8A8A99;
  	line-height: 72px;
	border-top: 1px solid #CED7E5;
  }
  .indexBg2{
	  background: url('../images/mobileIndexBg2.png') no-repeat;
	  background-size: cover;
	  position: absolute;
	  width: 23.4375rem;
	  height: 32rem;
	  bottom: -4.75rem;
	  right: 0;
	  z-index: -1;
  }
}
