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;
} */


.select_check{
	position: relative;
}
.check {
	width: 160px;
	height: 40px;
	border: 1px solid #D9D9D9;
	border-radius: 8px;
	padding: 0 16px;
	line-height: 40px;
	cursor: pointer;
	background-color: white;
	position: relative;
	z-index: 2;
}

.check.active {
	border-radius: 8px 8px 0 0;
	border-bottom: none;
}
.check.active .check_btn{
	transform: rotate(0);
}
.check_btn {
	position: relative;
	width: 16px;
	height: 16px;
	top: -28px;
	left: calc(100% - 16px);
	transform: rotate(180deg);
}

.check_btn::after,
.check_btn::before {
	content: '';
	height: 10px;
	width: 2px;
	background-color: #435661;
	position: absolute;
	top: 2px;
}

.check_btn::after {
	transform: rotate(45deg);
	left: 4px;
}

.check_btn::before {
	transform: rotate(-45deg);
	left: 10px;
}

.select {
	display: none;
	padding: 16px;
	position: absolute;
	top: 39px;
	width: 100%;
	border: 1px solid #D9D9D9;
	border-radius: 0px 8px 8px 8px;
	background-color: white;
}

.check.active+.select {
	display: block;

}

.select>div>div:first-child {
	font-size: 16px;
	font-weight: bold;
	font-family: MiSans-Bold, MiSans;
}

.select>div>div {
	padding: 8px 0;
}
.select_btn{
	cursor: pointer;
}
.select div.active  {
	color: #2AC579;
}

@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;
	}
}

@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;
}
.img>img {
	width: 100%;
}

#content{
	background-image: url('../img/faq/bg.png') ;
	background-repeat: no-repeat;
	background-color: #F5FAF7;
	background-size: 100vw 100vh;
}

#top_centent {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	padding-bottom: 20px;
}

.more {
	margin-left: 18px;
	font-size: 14px;
	font-weight: 600;
	background-color: #3fc29b;
	color: white;
	height: 40px;
	border: 1px solid #3fc29b;
	border-radius: 10px;
	width: 130px;
	bottom: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.right {
	width: 22px;
}

@media (min-width: 768px) {
	.div_content>div img {
		cursor: pointer;
	}
	.div_content>div>div:nth-child(2) {
		cursor: pointer;
	}
	.div_content>div img{
		width: 48px;
		height: 48px;
		margin-bottom: 4px;
	}
	
	.div_content>div{
		margin: 32px 0 20px;
		width: 20%;
		text-align: center;
		font-size: 12px;
	}
	#center {
		margin: 0 auto;
		width:800px;
		min-height: calc(100vh - 48px);
		background-color: white;
	}
	.title {
		font-size:24px;
	}
	#top_center {
		padding: 64px ;
		margin: 0 auto;
		/* padding-left: 50px; */
	}
	#top_center>img{
		float: left;
	}
	#span_title {
		font-size:45px;
		font-weight: 700;
		line-height: 70px;
	}
	
	.c1 .img{
		display: none;
	}
	.section>div{
		width: calc(100vw * 0.6666666666666667);/* 1280px */
		margin: auto;
	}
	.down_btn{
		border-radius: 66px;
		font-size: calc(100vw * 0.0166666);/* 32px */
		font-weight: bold;
		padding:calc(100vw * 0.0166666) calc(100vw * 0.033333333) ;
	}
	#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: left;
		padding-bottom: calc(100vw * 0.033333333) ;
	}
	#content .c1{
		background: url(../img/faq/bg.png) no-repeat;
		background-size: 100% 100%;
		padding: 0;/* 64px */
		height: 100vh;
		display: flex;
	}
	#content .c1>div{
		padding: calc(100vw * 0.1) 0;/* 64px */
		margin:auto;
	}
	#content>div:not(:first-child)>div{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#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 */
	}
}

@media (max-width: 768px) {
	.check{
		width: 100%;
	}
	.select{
		border-radius: 0px 0px 8px 8px;
	}
	.div_content>div img{
		width: 48px;
		height: 48px;
		margin-bottom: 4px;
	}
	
	
	.div_content>div{
		margin: 21px 0 0px;
		width: 50%;
		text-align: center;
		font-size: 12px;
	}
	
	#img1{
		/* position: relative; */
		/* top:-6px; */
	}
	#img2{
		/* position: relative; */
		/* top:-6px; */
	}
	.img_content{
	}
	#center {
		min-height: calc(100vh - 146px);
		background-color: white;
	}
	#img_top{
		max-width:60px;
	}
	#top_center{
		padding:0 32px 32px 32px;
		padding-top: calc(100vw* 0.233333);
	}
	#span_title{
		position: relative;
		/* top: 8px; */
		font-size: 32px;
		font-weight: 700;
	}
	#content{
		color: white;
		/* padding-top: 64px; */
	}
	#content .c1{
		text-align: center;
		padding: 64px 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;
		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;
	}
	#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;
}

.div_content{
	display: none;
	flex-wrap: wrap;
	align-content: flex-start;
}



.title{
	padding-right: 32px;
	position: relative;
}
.title img{
	transform: rotateX(180deg);
	position: absolute;
	right: 0;
	top: calc(50% - 18px);
}
.title img.active{
	transform: rotateX(0deg);
}