*{
	word-break:keep-all;
}
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);
	}
}

.el-button{
	background-color: #2ac579 !important;
	border: none !important;
}

.el-button span {
	color: #fff !important;
}

@media (max-width: 768px) {
	.el-message-box{
		max-width: 310px;
	}
	span{
		max-width: 310px;
	}
	span img{
		max-width: 310px;
	}
	.contacts{
		min-width: 150px;
	}
	#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) {
    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{
        overflow: hidden;
        margin: 0 auto;
        width: 310px;
        background-color: #FFFFFF;
    }
    #div_info{
        padding-top: calc(100vw* 0.233333);
    }
    iframe{
        margin-top: 20px;
        width: 310px;
        height: 220px;
        background-color: #2ac579;
        border-radius: 10px;
        margin-bottom: 20px;
        display: block;
    }
    .video_info{
        margin-top: 20px;
        width: 310px;
        height: auto;
        border: 2px solid #dae4e9;
        border-radius: 10px;
        padding: 15px;
        word-break: break-all;  
        
    }
    .video_info::-webkit-scrollbar{
        display: none;
    }
    #video_info_left {
        margin-right: 18px;
    }
    .info_title{
        color:#3fc29b;
        line-height: 30px;
        font-weight: 600;
    }
    .title{
        display: inline-block;
        margin-bottom: 20px;
    }
    .more{
        font-size: 14px;
        font-weight: 600;
        background-color: #3fc29b;
        color: white;
        height: 40px;
        border: 1px solid #3fc29b;
        border-radius: 10px;
        width: 130px;
        position: relative;
        bottom: 5px;
    }
    .right{
        width: 20px;
        position: relative;
        bottom: 2px;
    }
    #div_uber_content{
        margin-top: 20px;
    }
    .div_uber_content{
        width: 310px;
        height: auto;
        border: 1px solid #e5ecf0;
        border-radius: 10px;
        padding: 20px;
        word-break: break-all;  
        margin-top: 20px;
    }
    .div_uber_content::-webkit-scrollbar{
        display: none;
    }
    .uber_img{
        display: block;
        width: 260px;
        height: 150px;
        border: 1px solid #e5ecf0;
        border-radius: 10px;
    }
    #diffcontent{
        padding-bottom: 50px;
    }
    .diffcontent{
        width:310px;
        height: auto;
        padding: 10px;
        border: 1px solid #d9e3e9;
        border-radius: 10px;
        margin-top: 20px;
        word-break: break-all;  
        
    }
    .diffcontent::-webkit-scrollbar{
        display: none;
    }
    .info_content{
        display: -webkit-box !important;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

}


/* 电脑端 */
@media (min-width: 768px) {
    body{
        background: url('../img/faq/bg.png') no-repeat;
        background-size: 100vw 100vh;
        background-color: #f5faf7;
    }
    .title{
        color: #000000;
    }
    #app{
        margin: 0 auto;
        padding: 0;
        width: 800px;
        min-height:calc(100vh - 48px - 72px);
        background-color: #FFFFFF;
    }
    /* .div_content{
        padding-left: 100px;
    } */
	#app{
		padding: calc(100vw * 0.033333333) 0;/* 64px */
	}
    #div_info{
		padding: 64px ;
		margin: 0 auto;
        /* padding-top: 40px; */
    }
    iframe{
        margin-top: 20px;
        width: 600px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .video_info{
        width: 290px;
        height: auto;
        border: 2px solid #dae4e9;
        border-radius: 5px;
        display: inline-block;
        padding: 15px;
        word-break: break-all;  
        /*  */
    }
    .video_info::-webkit-scrollbar{
        display: none;
    }
    #video_info_left {
        margin-right: 18px;
    }
    .info_title{
        color:#3fc29b;
        line-height: 30px;
        font-weight: 600;
    }
    .title{
        display: inline-block;
        width:450px;
    }
    .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;
        position: relative;
        bottom: 5px;
    }
    .right{
        width: 20px;
        position: relative;
        bottom: 2px;
    }
    .info_content{
        display: -webkit-box !important;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #div_uber_content{
        margin-top: 20px;
    }
    .div_uber_content{
        width: 190px;
        height: auto;
        border: 1px solid #e5ecf0;
        border-radius: 10px;
        display: inline-block;
        margin-right: 12px;
        padding: 13px;
        word-break: break-all;  
        
    }
    .div_uber_content::-webkit-scrollbar{
        display: none;
    }
    .uber_img{
		display: block;
        width: 160px;
        height: 90px;
        border: 1px solid #e5ecf0;
        border-radius: 10px;
    }
    #diffcontent{
        padding-bottom: 50px;
    }
    .diffcontent{
        width:600px;
        height: 100px;
        padding: 10px;
        border: 1px solid #d9e3e9;
        border-radius: 10px;
        margin-top: 20px;
        word-break: break-all;  
        
    }
    .diffcontent::-webkit-scrollbar{
        display: none;
    }
	.video_info{
		cursor:pointer;
	}
	.div_uber_content{
		cursor: pointer;
	}
	.diffcontent{
		cursor: pointer;
	}
}