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;
	}
}

@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;
}


.title{
	color: #435661;
	font-weight: bold;
}
.down_btn{
	background-color: #2AC579;
	color: #FFFFFF;
	cursor: pointer;
}
.img>img {
	width: 100%;
}


@media (min-width: 768px) {
	#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) ;
	}
	
	.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) {
	#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:32px;
	}
	#span_title{
		position: relative;
		top: 8px;
		font-size: 32px;
		font-weight: 700;
	}
	.c1 .img{
		margin: auto;
		margin-bottom: 24px;
		width: 72px;
	}
	.down_btn{
		font-weight: bold;
		font-size: 14px;
		line-height: 14px;
		padding: 16px 32px;
		border-radius: 56px;
	}
	.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;
}

.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);
}















/* 手机端 */
@media (max-width: 768px) {
	.el-message-box{
		display: flex;
		flex-direction: column;
		margin: 0 !important;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-height: calc(100% - 30px);
		max-width: calc(100% - 30px);
	}

    body{
        margin: 0 auto;
        width: calc(100vw);
        background-color: white;
    }
    #app{
        min-height:calc(100vh - 82px - 64px);
    }
    .active{
        display: block;
    }
    .nav-li{
        border-radius: 0;
    }

    .title{
        color: #000000;
        font-size: 24px;
    }
    #app{
		padding: calc(100vw* 0.033333) 0;
		padding-top: calc(100vw* 0.233333);
        overflow: hidden;
        margin: 0 auto;
        width: 310px;
        background-color: #FFFFFF;
    }
	#reback{
		background-color: white;
		height: 40px;
		border: 1px solid #d7e2e8;
		border-radius: 10px;
	}
    #title{
        color: black;
		font-size: 24px;
		font-weight: 600;
		display: block;
		margin-bottom: 30px;
    }
	#content {
		font-size:12px;
        color: black;
	}
	#app_title{
        color: #000000;
		font-size: 24px;
		font-weight: 600;
	}
	#content img{
		width: 310px;
	}
	iframe{
		margin-top: 20px;
		width: 310px;
		height: 220px;
		background-color: #2ac579;
		border-radius: 10px;
		margin-bottom: 20px;
		display: block;
	}

}

/* 电脑端 */
@media (min-width: 768px) {
    body{
        background: url('../img/faq/bg.png') no-repeat;
        background-size: 100vw 100vh;
        background-color: #f5faf7;
    }
	#reback{
		background-color: white;
		height: 40px;
		border: 1px solid #d7e2e8;
		border-radius: 10px;
	}
    #title{
        color: black;
		font-size: 24px;
		font-weight: 600;
		display: block;
		margin-bottom: 30px;
    }
	#content {
		font-size:14px;
        color: black;
	}
	#app{
        margin: 0 auto;
        width: 800px;
        min-height:calc(100vh - 48px);
        background-color: #FFFFFF;
    }
	#app{
		padding: calc(100vw * 0.033333333) 0;
	}
	#app>div{
		padding: 64px ;
		margin: 0 auto;

        /* padding-top: 40px; */
	}
	#app_title{
        color: #000000;
		font-size: 24px;
		font-weight: 600;
	}
	#content img{
		width: 600px;
	}
	iframe{
		margin-top: 20px;
		width: 600px;
		border-radius: 10px;
		margin-bottom: 10px;
	}
}







a{
	color: #45cd8a;
}

.el-button{
	background-color: #2ac579 !important;
	border: none !important;
}

.el-button span{
	color: #fff;
}