@charset "utf-8";
/*移动端下载*/
.yidong_ma{
	padding: 10px 0 60px 0;
	text-align: center;
	margin-top: 10px;
}
.yidong_title{
	font-size: 36px;
	font-weight: 500;
	color: #12151A;
	line-height: 36px;	
}
.ts_line{
	display: inline-block;
	width: 90px;
	height: 3px;
	background: linear-gradient(90deg, #E1CFAB 0%, #BFA173 100%);
	border-radius: 3px;
}
.big_ewm_text{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	margin-top: 20px;
}
.big_ewm_tishi{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
	margin-top: 20px;
}
.gz_our{
	padding-top: 60px;
	text-align: center;
	width: 100%;
	background: rgba(42, 58, 140, 0.05);
}
.gz_title{
	font-size: 36px;
	font-weight: 500;
	color: #12151A;
	line-height: 36px;
}
.gz_line{
	display: inline-block;
	width: 72px;
	height: 3px;
	background: linear-gradient(90deg, #E1CFAB 0%, #BFA173 100%);
	border-radius: 3px;
	margin: 10px 0 15px 0;
}
.iphone{
	padding-left: 30px;
	background: url(../image/apple.png) no-repeat;
	margin-right: 40px;
}
.android{
	padding-left: 30px;
	background: url(../image/android_icon.png) no-repeat;
}
.gz_box{
	overflow: hidden;
	position: relative;
	width: 930px;
	margin: 0 auto;
}
.gz_sigle{
	float: left;
	margin: 40px 80px;
	text-align: center;
}
.gz_sigle img{
	display: inline-block;
	width: 150px;
	height: 150px;
}
.gz_sigle p{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	margin: 15px 0 10px 0;
}
.gz_sigle .gz_miaoshu{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
}
/*响应式*/
@media (max-width:768px) {
	.gz_box{
		max-width: 700px !important;
		margin: 0px auto 0 auto
	}
	.yidong_ma{
		margin-top: 70px;
		padding: 20px 0 40px 0;
	}
	.yidong_title{
		font-size: 30px;
	}
	.big_ewm{
		width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	.gz_title{
		font-size: 30px;
		
	}
	.big_ewm_text{
		font-size: 18px;
		margin-top: 15px;
	}
	.gz_sigle{
		float: none;
		text-align: center;
		margin: 0 0 30px 0;
	}
	.gz_box{
		width: 100%;
	}
	.gz_sigle p {
		margin: 10px 0;
	}
}
@media (min-width:768px) and (max-width: 992px) { 
	.gz_sigle{
		margin: 40px 76px;
	}
}
@media (min-width:992px) and (max-width: 1200px) {
	.gz_sigle{
		margin: 60px 78px;
	}
}
@media (min-width:1200px) { 
	
}
