/* Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;font-weight:100;}
a{text-decoration:none;font-weight:100;}
table{border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-weight:normal;font-style:normal;}
strong{font-weight:bold;}
ol,ul{list-style:none;margin:0;padding:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;margin:0;padding:0;color:#444;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
body{font-family:"Microsoft Yahei",arial,helvetica;background:#1C1C2E;}
.fp-controlArrow.fp-prev,.fp-controlArrow.fp-next{border:none; width:50px; height:50px; background-size:30%; background-repeat:no-repeat; background-image:url(../images/prev.png); background-position:left center; z-index:100;}
.fp-controlArrow.fp-next{background-image:url(../images/next.png); background-position:right center;}
.fp-slidesNav.fp-bottom{text-align:center;}
.fp-slidesNav ul{transform:translateX(-4px);}
.fp-slidesNav ul li{width:15px; height:3px; margin:0 8px 0 0;}
.fp-slidesNav ul li a span,.fp-slidesNav ul li a.active span{width:15px; height:3px; margin:0; border-radius:2px;}
.fp-slidesNav ul li a.active span{background:#fff;}
#section0 .fp-slidesNav.fp-bottom{/*bottom:165px;*/ bottom:28%;}
#section-ios .fp-slidesNav.fp-bottom{bottom:14%;}
#fullpage{max-width:750px; margin:0 auto;}
.section{max-height:100vh; background-color:#1C1C2E; background-size:cover; background-repeat:no-repeat; background-position:center center;}
.section .logopart{position:absolute; left:0; top:0; z-index:10; width:100%; padding-top:20px; text-align:center;}
.section .logopart img{width:71px;}
#section-ios .logopart{padding-top:40px;}
.section .underbtn{position:absolute; left:0; bottom:20px; z-index:10; width:100%;}
.section .underbtn a{position: relative;display:block; margin:0 auto; width:275px; height:42px; line-height:42px; color:#fff; text-align:center; font-size:18px; background-color:#2196F3; border-radius:9px;}
.section .underbtn span{display:block; padding-top:12px; text-align:center; font-size:12px; color:#8F8F98;}
.section .underbtn .ios-step-intro{text-align:center; font-size:14px; color:#fff;}
.section .underbtn .ios-step-intro i{display:block; margin:5px auto 0 auto; width:25px; height:14px; background:url(../images/arrowdown.png) no-repeat center top; background-size:100%; animation:arrowdown .8s infinite;}
.section .slide .content{width:100%; height:100%; max-width:475px; margin:0 auto; background-repeat:no-repeat; background-position:center -60px; background-size:100%;}
.section .slide1 .content{background-image:url(../images/intro1.png);}
.section .slide2 .content{background-image:url(../images/intro2.png);}
.section .slide3 .content{background-image:url(../images/intro3.png);}
.section .slide4 .content{background-image:url(../images/intro4.png);}
.section .steps{position:relative; transform:translateY(-2%); text-align:center;}
.section .steps img{width:66.6667%; max-width:500px;}
.section .steps.first-step img{width:58%;}
.section .steps-intro{position:absolute; bottom:-22%; left:50%; width:66.6667%; transform:translateX(-50%); font-size:14px; text-align:left; color:#fff;}
.section .steps-intro span{color:#00FF93;}
@keyframes arrowdown{
	0% {transform:translateY(0);}
	50% {transform:translateY(7px);}
	100% {transform:translateY(0);}
}
@media screen and (min-height:810px){
	.section .steps-intro{bottom:-28%;}
	#section0 .fp-slidesNav.fp-bottom{bottom:26%;}
	/*#section-ios .logopart{padding-top:68px;}*/
}
@media screen and (min-height:1023px){
	#section-ios .fp-slidesNav.fp-bottom{bottom:6%;}
	.section .steps-intro{bottom:-55px;}
}
@media screen and (max-width: 320px){
	/*#section-ios .logopart{padding-top:25px;}*/
	/*.section .underbtn{bottom:8%;}*/
	.section .steps-intro{font-size:12px;}
	#section-ios .logopart{display: none}
	/*.section .underbtn .ios-step-intro{padding-top:10px;}*/
}
@media only screen and (device-width: 375px) and (device-height: 667px) {
	/*.section .logopart{padding-top: 5px;}*/
	#section-ios .logopart{display: none}
}
/*横屏提示start*/
.mob-con{width:100%;height:100%;display:none;position:absolute;left:0;top:0;background:#32373b;z-index:9990;}
.mob-cen{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:9999;}
.mob-cen i{margin:auto;display:block;width:128px;height:194px;background:url(../images/hengping.png);background-size:128px 194px;animation:mobileR 1.5s ease infinite alternate;}
.mob-cen div{font-size:18px;margin-top:20px;color:#ffd40a;}
@keyframes mobileR{
	0%{-webkit-transform:rotate(-90deg);}
	30%{-webkit-transform:rotate(-90deg);}
	70%{-webkit-transform:rotate(0deg);}
	100%{-webkit-transform:rotate(0deg);}
}
@media screen and (orientation:landscape){
	.mob-con{display:block;}
}
/*横屏提示end*/
#wechat{display:none;position: fixed;z-index:99999;left: 0;right: 0;top:0;bottom: 0;background-color: #1C1C2E;background-image: url("../images/wechat.png");background-position: 0 0;background-repeat: no-repeat;background-size: cover}

.lds-spinner {
  	display: inline-block;
  	width: 80px;
  	height: 80px;
	position: absolute;
	transform: scale(0.3);
	float: left;
	top: -19px;
	left: 60px;
}
.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #fff;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#versionApp {
	color: #fff;
    padding: 0;
}