body {
	background-color: #f4f6f8;
	font-size: 14px;
	color: #616161;
	margin: 0;
	padding: 0;
	overflow-x: hidden !important;
	min-width: 1140px;
	font-family: HelveticaNeue-Bold, HelveticaNeue;
	width: 100vw;
}
a:focus, a:hover{
	text-decoration: none;
}
a{
	text-decoration: none;
}

*{
	-webkit-text-size-adjust: none;
}
html {
	overflow-y: scroll;
}
.container{
	display: flex;
	align-items: center;
}
:root {
	overflow-y: auto;
	overflow-x: hidden;
}

:root body {
	position: absolute;
}

#footer{
	background: #435661;
	padding: 18px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
}
#footer a{
	color: #DBDBDB;

}
#footer>div{
	margin: auto;
}
#footer ul{
	list-style: none;
	display: flex;
	justify-content: center;
	/* width: 800px; */
	margin: auto;
	padding: 0;
}
#footer ul>li{
	position:relative;
	padding: 0 5px;
	color: #FFFFFF;
}
#footer ul>li:not(:last-child)::after{
	position:absolute;
	content: '';
	height: 100%;
	width: 2px;
	right: -2px;
	background-color: white;
}

#menu-list ul>li>a.active {
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	background: #5E5EFF;
	border-radius: 16px;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color:#5E5EFF!important;
	border-radius: 16px!important;
}


#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #FFF;
}

#footer ul{
	list-style: none;
	padding: 0;
}

/* #footer ul li:not(:last-child){
	display: none;
} */




@keyframes arrow-80 {
	0% {
		transform: scale(1) translateY(0);
	}

	50% {
		transform: scale(1.3) translateY(20px);
	}
}


@media (max-width: 768px) {
	#footer{
		background-color: #435661;
	}
	#footer ul {
		flex-direction: column;
		text-align: center;
		width: auto;
	}
	#footer ul>li:not(:last-child){
		margin-bottom: 5px;
	}
	#footer ul>li::after{
		display: none;
	}

	.nav>li:not(:last-child){
		margin-bottom: 8px;
	}
	.nav>li>a{
		border-radius: 8px!important;
		text-align: left;
	}

	.contactUs{
		font-size: 20px;
        font-family: MiSans-Demibold, MiSans;
        font-weight: 600;
        color: #2AC579;
        line-height: 34px;
	}
	.contactDetail {
		display: block;
		width: 80%;
		margin-left: 10%;
	}

}

@media (min-width: 767px){
	
	.container {
		width: 100%;
	}
	#downloadApp{
		display: block;
		padding: 16px;
		border: 1px solid white;
		border-radius:8px ;
		color: white;
		font-size: 16px;
		line-height: 16px;
		cursor: pointer;
	}
}

@media screen and (max-width: 765px) {
	
	body {
		min-width: auto;
	}

	.container {
		width: auto;
	}
	.nav ul>li>a.active {
		font-weight: 500;
	}

}



*{
color: #435661;
}
#footer{
	display: flex;
}

#content{
	color: white;
}

#content>div{
	background-size: cover;
	background-color: #FFFFFF;
}

#content>div::after,#content>div::before{
	content: '';
}


.title{
	color: #435661;
	font-weight: bold;
}
#content .c1 .title,.content{
	word-break: normal;
	width: auto;
	display: block;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: hidden;
}
.down_btn{
	background-color: #2AC579;
	color: #FFFFFF;
	cursor: pointer;
}
.down_btn>*{
	color: #FFFFFF;
}
.beta_btn{
	background-color: #fff;
	color: #2AC579;
	cursor: pointer;
  border: 1px solid #2AC579;
}
.beta_btn>*{
	color: #2AC579;
}

.img>img {
	width: 100%;
}

#home_title {
	font-weight: bold !important;
	font-family: MiSans-Bold, MiSans !important;
}

@media (min-width: 768px) {
	#home_title{
		font-size:25px !important;
	}
	/* .c1 .img{
		display: none;
	} */
	.c1 .img{
		margin: auto;
		margin-bottom: 24px;
		margin-top: 100px;
		width: 115px;
	}
	.section>div{
		width: calc(100vw * 0.6666666666666667);/* 1280px */
		margin: auto;
	}
	/* .down_btn{
		margin-left: calc(22.5vw);
		border-radius: 66px;
		font-size: calc(100vw * 0.0166666);
		font-weight: bold;
		padding:calc(100vw * 0.0166666) calc(100vw * 0.033333333) ;
	} */
	#content{
		padding-top: 71px;
	}
	.down_btn{
		/* 居中 */
		/* margin-left: calc(25.55vw); */
    width:340px;
		border-radius: 66px;
		font-size: calc(100vw * 0.013);/* 32px */
		font-weight: bold;
		padding:calc(100vw * 0.008) calc(100vw * 0.01) ;
		display: inline-block;
		margin-left: 16px;
	}
	.down_btn>div:last-child{
		font-weight: 400;
		/* padding-top: 8px; */
		font-size: calc(100vw * 0.007);/* 32px */
		color: rgba(255,255,255,0.75);
	}

  .beta_btn{
    width:340px;
		/* 居中 */
		/* margin-left: calc(25.55vw); */
		border-radius: 66px;
		font-size: calc(100vw * 0.013);/* 32px */
		font-weight: bold;
		padding:calc(100vw * 0.008) calc(100vw * 0.01) ;
		display: inline-block;
	}
	.beta_btn>div:last-child{
		font-weight: 400;
		/* padding-top: 8px; */
		font-size: calc(100vw * 0.007);/* 32px */
	}
	#content>div{
		padding: calc(100vw * 0.033333333) 0;/* 64px */
	}
	#content .c1 .title{
		font-size: calc(100vw * 0.033333333);/* 64px */
		/* line-height: calc(100vw * 0.033333333); */
		text-align: center;
		/* padding-bottom: calc(100vw * 0.033333333) ; */
		padding-bottom: calc(100vw * 0.027) ;
	}
	#content .c1{
		background-image: url(../img/bg_01.png);
		background-size: cover;
		background-repeat: no-repeat;
		padding: 0;/* 64px */
		/* height: 100vh; */
		display: flex;
	}
	#content .c1>div{
		text-align: center;
		padding: calc(100vw * 0.05625) 0;/* 64px */
		margin:auto;
	}
	#content>div:not(:first-child)>div{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#content>div:not(:first-child) .title{
		font-size: calc(100vw * 0.0291666);/* 56px */
	}
	#content>div:not(:first-child) .img{
		width: calc(100vw * 0.3020833333333333);/* 580 */
	}

	.box{
		width: calc(100vw * 0.3020833333333333);/* 580 */
		text-align: right;
	}
	.content{
		color: #435661;
		font-weight: 400;
		font-size: calc(100vw * 0.0125);/* 24px */
	}
	/* .down_btn:hover {
		background-color: #63de97;
	} */
  /* .beta_btn:hover {
		background-color: #63de97;
	} */
	.contactUs{
		font-size: 20px;
        font-family: MiSans-Demibold, MiSans;
        font-weight: 600;
        color: #2AC579;
        line-height: 34px;
	}



}

@media (max-width: 768px) {

	#content{
		color: white;
		padding-top: 64px;
	}
	#content .c1{
		text-align: center;
		padding: 0px 10px;
		background: url(../img/y_bg_01.png) no-repeat;
		background-size: contain;
		background-color: #FFFFFF;
		height: calc(100vh - 64px);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.c1 .img{
		margin: auto;
		margin-bottom: 24px;
		margin-top: 100px;
		width: 72px;
	}

	#content .c1 .title{
		margin-bottom: 34px;
		font-size: 16px;
	}
	.down_btn{
		font-weight: bold;
		font-size: 14px;
		line-height: 14px;
		padding: 16px 32px;
		border-radius: 56px;
	}
	.down_btn>div:last-child{
		font-weight: 400;
		/* padding-top: 8px; */
		font-size: 12px;/* 32px */
		color: rgba(255,255,255,0.75);
	}
  .beta_btn{
		font-weight: bold;
		font-size: 14px;
		line-height: 14px;
		padding: 16px 32px;
		border-radius: 56px;
	}
	.beta_btn>div:last-child{
		font-weight: 400;
		/* padding-top: 8px; */
		font-size: 12px;/* 32px */
	}
	#content .c2{
		text-align: center;
		padding: 64px 32px;
	}
	.c2 .img{
		width: 100%;
		margin-bottom: 24px;
	}

	.c2 .title{
		font-size: 24px;
		margin-bottom: 24px;
	}
	.c2 .content{
		font-weight: 400;
		font-size: 12px;
	}
	.c2:nth-child(2n+1)>div{
		/* display: flex;
		flex-flow: column-reverse; */
	}
}

.nav-li {
	color: white;
	cursor:pointer;
	border: 2px solid;
	border-radius: 100px;
	padding: 10px 20px;
}

