body{
	position: relative;
}
.header-box{
	/*position: relative!important;*/
}
.cont-box{
	width: 100%;
	height: 100%;
    background: linear-gradient(180deg,#092C89,#1A8CFE);
    position: relative;
}

.cont-box-center{
	width: 1190px;
	height: 100%;
	margin:auto;
	display: flex;
	align-items: center;
}
.box-center-left{
	width: 540px;
}
.cont-box-center > img{
	width: 650px;
	position: absolute;
	bottom:0;
	margin-left: 540px;
}

@media screen and (min-width: 1400px) {
	.cont-box-center{
		width: 1290px;
		height: 100%;
		margin:auto;
		display: flex;
		align-items: center;
	}
	.box-center-left{
		width: 540px;
	}
	.cont-box-center > img{
		width: 750px;
		position: absolute;
		bottom:0;
		margin-left: 540px;
	}
	.box-center-left > p{
	font-size:68px;
	font-weight:800;
	color:rgba(255,255,255,1);
}
}


.box-center-left > p{
	font-size:54px;
	font-weight:800;
	color:rgba(255,255,255,1);
}
.box-center-left > span{
	font-size:24px;
	color:rgba(255,255,255,1);
	margin-top:20px;
	display: inline-block;
	margin-bottom:70px;
}
.app-download-right img{
	border-radius: 4px;
}

.app-download{
 display: flex;
 align-items: center;
}
.app-download-left{
 display: flex;
 flex-direction: column;
 align-items: center;
}
.app-download-left p{
 width:201px;
 height:49px;
 border:1px solid rgba(255,255,255,1);
 border-radius:2px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.app-download-left p:first-child{
 margin-bottom:19px;
}
.app-download-left p img{
 width: 24px!important;
 height: 24px!important;
 margin-right: 16px;
}
.app-download-left p span{
 font-size: 14px;
 color: #fff;
}
.app-download-right{
 margin-left: 28px;
}
.app-download-right img{
 width: 140px!important;
 height: 140px!important;
}