@charset "UTF-8";
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
}
*::-webkit-scrollbar{
  display: none;
  background-color: transparent;
}
html,body{
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body,html,p{
  margin: 0;
  padding: 0;
}

.footer1 {
	text-align: center;
	height: 200px;
	border-top: 1px solid #FF0000;
	line-height: 20px;
	font-size: 10px;
	border-top: 0px solid #BDBDBD;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFFFFF;
  }



* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-family: "微软雅黑";
	box-sizing: border-box;
}

ul {
	list-style-type: none;
}

button {
	cursor: pointer;
	border: none;
	outline: none;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

html,
body {
	font-size: 100px;
}

@media (max-width: 1024px) {

	html,
	body {
		font-size: 136.533px;
	}
}

@media (max-width: 840px) {

	html,
	body {
		font-size: 112px;
	}
}

@media (max-width: 750px) {

	html,
	body {
		font-size: 100px;
	}
}

@media (max-width: 600px) {

	html,
	body {
		font-size: 80px;
	}
}

@media (max-width: 520px) {

	html,
	body {
		font-size: 69.333px;
	}
}

@media (max-width: 460px) {

	html,
	body {
		font-size: 61.3323px;
	}
}

@media (max-width: 414px) {

	html,
	body {
		font-size: 55.2px;
	}
}

@media (max-width: 390px) {

	html,
	body {
		font-size: 52px;
	}
}

@media (max-width: 375px) {

	html,
	body {
		font-size: 50px;
	}
}

@media (max-width: 360px) {

	html,
	body {
		font-size: 48px;
	}
}

@media (max-width: 320px) {

	html,
	body {
		font-size: 42.666px;
	}
}

.bg {
	position: relative;
	width: 100%;
	background: #31244f url(./assets/bg.jpg) no-repeat top center;
	background-size: 100% auto;
	max-width: 750px;
	margin: 0 auto;
}

.top-logo{
	margin-bottom: 11rem;
}

.bg .lb {
	width: 100%;
}

.bg .lb .flex-control-nav {
	display: none;
}

.bg .lb .flex-direction-nav {
	display: none;
}

.bg .btn {
	width: 100%;
	padding: 0 0.28rem;
}

.bg .btn::after {
	content: "";
	display: block;
	clear: both;
}

.bg .btn a {
	display: block;
}

.bg .btn a.ios {
	width: 3rem;
	height: 1rem;
	/* background: url(./assets/ios.png); */
	background-size: 100% 100%;
	float: left;
	animation: xz1 0.8s infinite;
}

.bg .btn a.android {
	/*width: 3rem;*/
	/*height: 1rem;*/
	/*background: url(./assets/android.png);*/
	/*background-size: 100% 100%;*/
	/*float: right;*/
	/*animation: xz2 0.8s infinite;*/
}

.bg .djs {
	background: url(./assets/djs-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 0.92rem;
	width: 100%;
	margin-top: 0.25rem;
	padding-left: 5rem;
}

.bg .djs span {
	font-size: 0.28rem;
	display: block;
	line-height: 0.92rem;
	color: #fff;
}

.bg .img-lst {
	width: 100%;
	margin-top: 0.4rem;
}

.bg .img-lst img {
	display: block;
	width: 96%;
	margin-left: 2%;
}

.bg .f {
	width: 100%;
	position: fixed;
	bottom: 0;
	max-width: 750px;
}

.bg .f img {
	display: block;
	width: 100%;
}

.bg .hb {
	position: absolute;
	top: 200px;
	right: 0;
	width: 1.7rem;
	height: 2.4rem;
	background: url(./assets/hb1.png);
	background-size: 100% 100%;
	z-index: 999;
}

.bg .hb a {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 999;
}

@keyframes hb {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes hb2 {
	0% {
		transform: scale(1.15);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}

@keyframes xz1 {
	0% {
		transform: scale(1.1);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

@keyframes xz2 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}



.logo {
	text-align: center;

}

.logo1 {
	/*float: right;*/
	height: 3rem;
}

.logo2 {
	margin-top: 20px;
	height: 1rem;
}


#tutorial {
	width: 100%;
	height: 22.05rem;
	background: url(./assets/bg.jpg) no-repeat top center;
	background-size: 100% 100%;
	max-width: 750px;
	margin: 0 auto;
}

.f {
	z-index: 999;
}

.top-logo img {
	width: 100%;
	z-index: 888;
}
