@charset "UTF-8";

::-webkit-scrollbar {
	width: .067rem;
	height: .067rem
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, .2);
	-webkit-border-radius: .08rem
}

::-webkit-scrollbar-thumb:vertical {
	height: .067rem;
	background-color: rgba(125, 125, 125, .7);
	-webkit-border-radius: .08rem
}

::-webkit-scrollbar-thumb:horizontal {
	width: .067rem;
	background-color: rgba(125, 125, 125, .7);
	-webkit-border-radius: .08rem
}

@-webkit-keyframes fadeInUpXs {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpXs {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpXs {
	-webkit-animation-name: fadeInUpXs;
	animation-name: fadeInUpXs
}

@-webkit-keyframes fadeInRightXs {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightXs {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightXs {
	-webkit-animation-name: fadeInRightXs;
	animation-name: fadeInRightXs
}

@-webkit-keyframes bgSlideLeft {
	from {
		width: 11.147rem
	}

	to {
		width: 11.48rem
	}
}

@keyframes bgSlideLeft {
	from {
		width: 11.147rem
	}

	to {
		width: 11.48rem
	}
}

.bgSlideLeft {
	-webkit-animation-name: bgSlideLeft;
	animation-name: bgSlideLeft
}

@-webkit-keyframes bgSlideRight {
	from {
		width: 11.147rem
	}

	to {
		width: 10.813rem
	}
}

@keyframes bgSlideRight {
	from {
		width: 11.147rem
	}

	to {
		width: 10.813rem
	}
}

.bgSlideRight {
	-webkit-animation-name: bgSlideRight;
	animation-name: bgSlideRight
}

@-webkit-keyframes ppMove {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	20% {
		-webkit-transform: translate(.667rem, .4rem);
		transform: translate(.667rem, .4rem)
	}

	40% {
		-webkit-transform: translate(1.6rem, -.133rem);
		transform: translate(1.6rem, -.133rem)
	}

	60% {
		-webkit-transform: translate(-1.333rem, 0);
		transform: translate(-1.333rem, 0)
	}

	80% {
		-webkit-transform: translate(-2rem, .667rem);
		transform: translate(-2rem, .667rem)
	}

	100% {
		-webkit-transform: translate(0, 30);
		transform: translate(0, 30)
	}
}

@keyframes ppMove {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	20% {
		-webkit-transform: translate(.667rem, .4rem);
		transform: translate(.667rem, .4rem)
	}

	40% {
		-webkit-transform: translate(1.6rem, -.133rem);
		transform: translate(1.6rem, -.133rem)
	}

	60% {
		-webkit-transform: translate(-1.333rem, 0);
		transform: translate(-1.333rem, 0)
	}

	80% {
		-webkit-transform: translate(-2rem, .667rem);
		transform: translate(-2rem, .667rem)
	}

	100% {
		-webkit-transform: translate(0, 30);
		transform: translate(0, 30)
	}
}

.ppMove {
	-webkit-animation-name: ppMove;
	animation-name: ppMove;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 25s !important;
	animation-duration: 25s !important;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.rotate {
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 25s !important;
	animation-duration: 25s !important;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (print),
(prefers-reduced-motion:reduce) {
	.animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important
	}
}

body {
	background: #fff url(../images/bg.png) no-repeat 0 0/100% auto
}
/* 
.wrap {
	width: 10rem;
	margin: 0 auto;
	color: #5f5f60
}
 */
.section01 {
	position: relative;
	min-height: 42rem
}

.section01 .logo {
	position: absolute;
	top: 2.56rem;
	left:50%;
	margin-left:-7.14rem;
	background:url(images/logo.png) no-repeat;
	width: 14.28rem;
	height:4.75rem;
	background-size: 100% 100%
}

.section01 .phone {
	position: absolute;
	top: 9rem;
	left:50%;
	background:url(images/s1-phone.png) no-repeat;
	width:17.29rem;
	height:18.22rem;
	background-size: 94% 94%;
	margin-left: -8rem;
}

.section01 .get-btn {
	width: 14.79rem;
	height:3.56rem;
	line-height: 1.467rem;
	border-radius: .733rem;
	font-size: .427rem;
	text-align: center;
	background:url(images/s1-btn.png) no-repeat;
	background-size:100% 100%;
	position: absolute;
	top: 27.47rem;
	left: 50%;
	margin-left: -7.395rem;
	color: #fff
}

.section01 .slide-desc {
	position: absolute;
	bottom:8rem;
	width: 100%;
	text-align: center
}

.section01 .slide-desc .slide-arrow {
	display: block;
	margin: 0 auto .267rem;
	background: transparent url(images/s1-arrow.png) no-repeat 0 0;
	width: .84rem;
	height: .69rem;
	background-size: 100% 100%
}

.section01 .slide-desc span {
	display: block;
	text-align: center;
	font-size: .71rem;
	color: #cfcfcf
}

.section02,
.section03,
.section04 {
	text-align: center;
	position: relative;
	padding: 1.067rem 0
}
.section04{
	padding-bottom: 5rem;
}
.section02 .title{
	background: url(images/s2-txt.png) no-repeat;
	width: 11.07rem;
	height: 1.19rem;
	background-size: 100% 100%;
	margin: 0 auto;
}
.section03 .title{
	background: url(images/s3-txt.png) no-repeat;
	width: 11.06rem;
	height: 1.23rem;
	background-size: 100% 100%;
	margin: 0 auto;
}
.section04 .title{
	background: url(images/s4-txt.png) no-repeat;
	width: 11.13rem;
	height: 1.21rem;
	background-size: 100% 100%;
	margin: 0 auto;
}
/* .section02 .title,
.section03 .title,
.section04 .title {
	color: #110f0f;
	font-size: .64rem;
	margin-bottom: .267rem
}
 */
.section03{
	background: #f8f8f8;
}
.section02 .desc,
.section03 .desc,
.section04 .desc{
	margin-top: .6rem;
	line-height: 1.2;
	color: #333;
	font-size: .64rem;
}

.section02 .animate-group,
.section03 .animate-group,
.section04 .animate-group {
	position: relative;
	height: 6.533rem;
	margin-top: 1rem;
}
.section02 .animate-group{
	height: 12.27rem;
	    width: 20rem;
	    margin: 0 auto;
			margin-top: 1rem;
}
.section04 .animate-group .people{
	background: url(images/s4-people.png) no-repeat;
	width:13.49rem;
	height: 11.93rem;
	background-size: 100% 100%;
	left: 3.56rem;
}
.section02,
.section04 {
	background-color: #fff;
}
.section03 .animate-group{
	    width: 20rem;
	    margin: 0 auto;
	margin-top: 2.4rem;
}
.section03 .star{
	position: absolute;
	width:12.69rem;
	height:4.3rem;
	left: 3.73rem;
	background: url(images/s3-star.png) no-repeat;
	background-size: 100% 100%;
}
.section02 .game-arrow,
.section02 .game01,
.section02 .game02,
.section02 .game03,
.section02 .game04,
.section02 .game05,
.section02 .game06,
.section02 .game07,
.section02 .game08,
.section02 .game09,
.section02 .game10 {
	position: absolute
}

.section02 .game01 {
	left: 4.44rem;
	top:6.68rem;
	background: url(images/s2-g01.png) no-repeat;
	width: 1.42rem;
	height: 1.42rem;
	background-size: 100% 100%;
}

.section02 .game02 {
	left: 3.69rem;
	top: 2.38rem;
	background: url(images/s2-g02.png) no-repeat;
	width: 2.13rem;
	height: 2.13rem;
	background-size: 100% 100%
}

.section02 .game03 {
	left: 1.35rem;
	top: 4.87rem;
	background:url(images/s2-g03.png) no-repeat;
	width: 1.96rem;
	height: 1.96rem;
	background-size: 100% 100%
}

.section02 .game04 {
	left: 2.92rem;
	top:8.61rem;
	background:url(images/s2-g04.png) no-repeat;
	width: 1.8rem;
	height: 1.8rem;
	background-size: 100% 100%
}

.section02 .game05 {
	left: 14.97rem;
	top:1.74rem;
	background:url(images/s2-g05.png) no-repeat;
	width: 2.13rem;
	height: 2.13rem;
	background-size: 100% 100%
}

.section02 .game06 {
	left: 14.08rem;
	top: 4.83rem;
	background:url(images/s2-g06.png) no-repeat;
	width: 1.42rem;
	height:1.42rem;
	background-size: 100% 100%
}

.section02 .game07 {
	left: 14.19rem;
	top: 8rem;
	background:url(images/s2-g07.png) no-repeat;
	width: 2.13rem;
	height: 2.13rem;
	background-size: 100% 100%
}

.section02 .game08 {
	left: 16.71rem;
	top: 5.76rem;
	background: url(images/s2-g08.png) no-repeat;
	width: 1.95rem;
	height: 1.95rem;
	background-size: 100% 100%
}
.section02 .phone-img2{
	background: url(images/s2-phone2.png) no-repeat;
	width: 3.68rem;
	height: 12.18rem;
	background-size: 100% 100%;
	position: absolute;
	left:9.21rem;
	top: 0rem;
}
.section02 .phone-img1{
	background: url(images/s2-phone1.png) no-repeat;
	width: 3.45rem;
	height: 11.41rem;
	background-size: 100% 100%;
	position: absolute;
	left: 7.08rem;
	top: 0.5rem;
}
/* .section02 .game09 {
	left: 3.4rem;
	top: .867rem;
	background: transparent url(../images/c09.png) no-repeat 0 0;
	width: 2.107rem;
	height: 2.093rem;
	background-size: 100% 100%
} */

.section02 .game-arrow {
	left: 1.2rem;
	top: 4.533rem;
	background: transparent url(../images/c-bg.png) no-repeat 0 0;
	width: 6.987rem;
	height: 1.427rem;
	background-size: 100% 100%
}

.section03 .people,
.section03 .phone,
.section03 .rocket {
	position: absolute
}

.section03 .phone {
	left: 2.54rem;
	top: 5rem;
	background: transparent url(images/s3-phone.png) no-repeat 0 0;
	width:14.93rem;
	height:2.26rem;
	background-size: 100% 100%
}

.section03 .people {
	left: 5.733rem;
	top: .8rem;
	background: transparent url(../images/t02.png) no-repeat 0 0;
	width: 3.867rem;
	height: 4.627rem;
	background-size: 100% 100%
}
.section03{
	height: 16.36rem;
	padding-top: 2rem;
}
.section03 .rocket2 {
	position: absolute;
	left: 5.16rem;
	top: 1rem;
	background: transparent url(images/s2-rocket2.png) no-repeat 0 0;
	width: 9.67rem;
	height: 2.97rem;
	background-size: 100% 100%
}
.section03 .rocket {
	position: absolute;
	left:8.75rem;
	top: -1rem;
	background: transparent url(images/s2-rocket.png) no-repeat 0 0;
	width: 2.42rem;
	height:5.99rem;
	background-size: 100% 100%
}
.section04 .animate-group {
	height: 5.6rem;
	    width: 20rem;
	    margin: 0 auto;
	margin-top: 1rem;
}

.section04 .people,
.section04 .q1,
.section04 .q2,
.section04 .q3 {
	position: absolute
}

.section04 .footer{
	margin-top: 9rem;
	padding: 0;
	font-size: 0.85rem;
	color: #aaa;
}

.section04 .footer a{
	color: #aaa;
	text-decoration: underline;
	margin-left: 20px;
}



.footer {
	padding: 1.067rem 0 1.867rem
}


.bottom-get-btn {
	position: fixed;
	left:50%;
	bottom: 0;
	font-size: .48rem;
	color: #fff;
	width: 14.79rem;
	    height: 3.56rem;
	text-align: center;
	background: transparent url(images/s1-btn.png) no-repeat 0 0;
	background-size: 100% 100%;
	display: none;
	margin-left: -7.395rem;
}

.section-box .animated {
	display: none
}

.section-box.show .animated {
	display: block
}

.weixin-tip {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background: rgba(0, 0, 0, .8) url(../images/weixin-tip.png) no-repeat center .4rem;
	background-size: 93% auto;
	display: none
}
.wx-mask{
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
}
.wx-mask img{
	width: 18.37rem;
	height:12.19rem;
	margin: 0 auto;
	margin-top: 3rem;
}

.load-pop .app-img {
	background-color: #999;
	width: 4.26667rem /* 16/37.5 */;
	height: 4.26667rem /* 16/37.5 */;
	border-radius: 1.28rem /* 48/37.5 */;
	overflow: hidden;

}
.load-pop .tip {
	margin-top: 1.066667rem /* 40/37.5 */;
	color: #333;
	font-size: .8rem /* 30/37.5 */;
	font-weight: bold;
}

.load-pop {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.066667rem /* 40/37.5 */ 0 1.6rem /* 60/37.5 */;
	width:  14.933333rem /* 560/37.5 */;
	background-color: #fff;
	border-radius: .64rem /* 24/37.5 */;
	color: #333;
}

.download-pop {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1.333333rem /* 50/37.5 */ 1.066667rem /* 40/37.5 */ 0;
	width:  15.733333rem /* 590/37.5 */;
	height: 14.4rem /* 540/37.5 */;
	background: #fff url('./images/download-pop-top.png') no-repeat top center / 100% auto;
	border-radius: 1.066667rem /* 40/37.5 */;
	color: #333;
}
.download-pop-title {
	font-size: 1.066667rem /* 40/37.5 */;
	margin-bottom: .426667rem /* 16/37.5 */;
	color: #222;
	line-height: 1.173333rem /* 44/37.5 */;
	font-weight: bold;
}
.download-pop .icon {
	width: 4.266667rem /* 160/37.5 */;
	height: 4.266667rem /* 160/37.5 */;
}
.download-pop .app-img {
	margin: 1.066667rem /* 40/37.5 */ 0 1.6rem /* 60/37.5 */;
	background-color: #999;
	width: 4.26667rem /* 16/37.5 */;
	height: 4.26667rem /* 16/37.5 */;
	border-radius: 1.28rem /* 48/37.5 */;
	overflow: hidden;
}
.download-pop .btns {
	display:  flex;
	align-items: center;
	margin-top: 1.066667rem /* 40/37.5 */;
}
.download-pop .content {
	margin-top: .533333rem /* 20/37.5 */;
	width: 12.533333rem /* 470/37.5 */;
	color: #666666;
	text-align: center;
	font-size: .746667rem /* 28/37.5 */;
	line-height: 1.146667rem /* 43/37.5 */;
	
}
.download-pop .content span {
	color: #FF5F00;
	font-size: .906667rem /* 34/37.5 */;
	font-weight: bold;
	margin: 0 .266667rem /* 10/37.5 */;
}
.download-pop .cancel-btn {
	margin-right: .533333rem /* 20/37.5 */;
	width: 6.533333rem /* 245/37.5 */;
	height:2.133333rem /* 80/37.5 */;
	line-height:2.133333rem /* 80/37.5 */;
	color: #FF5F00;
	background-color: #FFEAE4;
	border-radius: 1.066667rem /* 40/37.5 */;
	font-size: .8rem /* 30/37.5 */;
	text-align: center;
}
.download-pop .sure-btn {
	width: 6.533333rem /* 245/37.5 */;
	height:2.133333rem /* 80/37.5 */;
	line-height:2.133333rem /* 80/37.5 */;
	color: #fff;
	background: linear-gradient( 270deg, #F95E2F 0%, #FE9329 100%);
	border-radius: 1.173333rem /* 44/37.5 */;
	font-size: .8rem /* 30/37.5 */;
	text-align: center;
}
/* 弹窗 */
.dialog {
	background: transparent !important;
	box-shadow: none !important;
	/* width: 15.7333rem !important; */
}
.dialog .layui-layer-content {
	overflow: unset !important;
}