.down-banner {
	width: 100%;
	max-width: 1110px;
}

.down-banner img {
	width: 100%;
}

.down-tab-concnet {
	width: 100%;
	margin: 0 auto;
	max-width: 1160px;
	overflow: hidden;
}

.down-tab {
	width: 100%;
	height: 56px;
	background-color: #F2F2F2;
	border-bottom: 2px solid #2F4866;
}

.down-tab span {
	display: inline-block;
	padding: 0 64px;
	line-height: 56px;
}

.down-active,
.down-tab span:hover {
	background: #2F4866;
	color: #fff;
	cursor: pointer;
}

.down-concent {
	display: none;
	width: 100%;
	margin: 10px auto;
	max-width: 1160px;
	overflow: hidden;
}

.down-des {
	background: #F2F2F2;
	padding: 20px;
	font-family: MusticaPro, MusticaPro;
	font-weight: 600;
	font-size: 15px;
	color: #04091C;
	line-height: 24px;
}

.p1 {
	font-weight: 400;
	font-size: 15px;
	color: #04091C;
	padding-bottom: 20px;
	line-height: 24px;
}

.p2 {
	color: #5572E2;
}

.p3 {
	font-family: MusticaPro, MusticaPro;
	font-weight: 600;
	font-size: 24px;
	color: #04091C;
	padding-bottom: 17px;
}
.p4{
	font-weight: 400;
	font-size: 15px;
	color: #04091C;
	padding-bottom: 20px;
	line-height: 24px;
	text-align: center;
}
.p4 span{
	font-size: 20px;
	color: #f00;
	font-weight: 600;
}
.circle {
	color: #EABF69;
	margin-left: 20px;
	margin-right: 10px;
}

.down-android {
	width: 200px;
	height: 46px;
	background: #000000;
	margin:0 auto 20px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: MusticaPro, MusticaPro;
	font-weight: 600;
	color: #FFFFFF;
	cursor: pointer;
}
.our-d{
	font-size: 12px;
}
.and-app{
	font-size: 19px;
}
.down-android img{
	margin-right: 10px;
}
@media(min-width: 300px) and (max-width:719px) {
	.down-tab span {
		padding: 0 25px;
	}

	.down-tab {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.down-banner{
		margin: 10px auto;
	}
}

@media(min-width: 720px) and (max-width:1279px) {
	.down-tab span {
		padding: 0 50px;
	}

	.down-tab {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.down-tab-concnet{
		padding: 0 1.25rem;/*20*/
	}
	.down-des{
		margin: 0 1.25rem;/*20*/
	}
}

@media(min-width: 1280px) {
	.down-tab {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.down-banner{
		margin: 30px auto;
	}
}