/* 顶部 start -------------------------------------------  */
.cs-header{
	background-image: url('../images/header-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 548px;
}


.hz-top-coneter{
	padding-top: 96px;
}
.hz-top-coneter .top-coneter-l{
	display: flex;
	align-items: center;
	padding-top: 108px;
}
.hz-top-coneter .top-coneter-l img{
	width: 540px;
	height: 280px;
}

.hz-top-coneter .top-coneter-r{
	display: flex;
	flex-direction: column;
	padding-top: 113px;
	padding-left: 50px;
}
.hz-top-coneter .top-coneter-r .tcr-title{
	padding-bottom: 32px;
	font-family: 'Alibaba-PuHuiTi-Regular';
	font-size: var(--font-size-58);
	font-weight: 400;
	color: #FFFFFF;
}
.hz-top-coneter .top-coneter-r .tcr-title2{
	font-family: 'SourceHanSansCN-Light';
	font-weight: 300;
	font-size: 20px;
	color: #FFFFFF;
}
 
/* 顶部 end ------------------------------------------- */



/* 下载  start -------------------------- */
.xz-conter{
	margin-top: 48px;
}
.xz-conter .xz-c-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding: 55px 0 0 0;
	background:  linear-gradient(to bottom, #F3F6FD, #FFFFFF);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	border-radius: 22px;
}
.xz-conter .xz-c-item-yellow{
	background:  linear-gradient(to bottom, #FEF9F2, #FFFFFF) !important;
}
.xz-conter .xz-c-item img{
	width: 103px;
	height: 103px;
}
.xz-conter .xz-c-item .xci-title{
	margin: 24px 0 20px 0;
	font-family: 'SourceHanSansCN-Medium';
	font-weight: 500;
	font-size: 22px;
	color: #282B34;
}
.xz-conter .xz-c-item .xci-text{
	margin-bottom: 61px;
	font-family: 'SourceHanSansCN-Regular';
	font-weight: 400;
	font-size: 18px;
	color: #282B34;
	text-align: center;
}
.xz-conter .xz-c-item .xci-btn{
	margin-bottom: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88%;
	height: 52px;
	background: #1D5FFF;
	border-radius: 12px;
	font-family: 'SourceHanSansCN-Regular';
	font-weight: 400;
	font-size: 20px;
	color: #F8FAFF;
	cursor: pointer;
}
.xz-conter .xz-c-item .xci-btn:hover{
	background: #F92145;
}
/* .xz-conter .xz-c-item .xci-btn-active{
	background: #F92145;
} */
/* 下载  end -------------------------- */


/*  满足你多种应用场景下的需求 start -------------------------- */
.xz-title{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 67px 0 9px 0;
	font-family: 'SourceHanSansCN-Regular';
	font-weight: 400;
	font-size: 34px;
	color: #21283A;
	text-align: center;
}

.dcj-conter .dcj-c-item{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 59px;
	align-items: center;
	padding: 49px 48px 37px 57px;
	border-radius: 14px;
	border: 1px solid #1D5FFF;
}
.dcj-conter .dcj-c-item .dci-title{
	position: absolute;
	padding: 0 20px;
	background: #fff;
	top: -14px;
	left: 56px;
	font-family: 'SourceHanSansCN-Regular';
	font-weight: 400;
	font-size: 26px;
	color: #21283A;
}
.dcj-conter .dcj-c-item img{
	margin-right: 30px;
	width: 81px;
	height: 81px;
}
.dcj-conter .dcj-c-item .dci-text{
	font-family: 'SourceHanSansCN-Light';
	font-weight: 300;
	font-size: 16px;
	color: #21283A;
	line-height: 30px;
}
/*  满足你多种应用场景下的需求 end -------------------------- */


/*  支持近千款主流平台 start -------------------------- */
.zcpt-title{
	padding: 58px 0 46px 0;
}
/*  支持近千款主流平台 end -------------------------- */



@media (max-width: 992px){
	.hz-top-coneter .top-coneter-l{
		display: none;
	}
	.hz-top-coneter .top-coneter-r{
		justify-content: center;
		align-items: center;
		padding-left: 15px;
	}
	
	.xz-conter > div{
		margin-bottom: 20px;
	}
}

@media (max-width: 768px){
	.cs-header{
		height: 400px;
	}
	.hz-top-coneter .top-coneter-r .tcr-title2{
		font-size: 18px;
	}
	.hz-top-coneter .top-coneter-l{
		display: none;
	}
	.hz-top-coneter .top-coneter-r{
		padding-top: 50px;
		align-items: flex-start;
	}
	
	.xz-title{
		padding: 67px 15px 9px 15px;
	}
	.zcpt-title{
		padding-bottom: 30px;
	}
	.dcj-conter .dcj-c-item {
		padding: 34px 20px 20px 20px;
	}
}