.con,
.main_icon {
	margin-right: .2rem
}

.banner img {
	width: 100%
}

.main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .3rem
}

.main_icon {
	width: 1.5rem
}

.con {
	width: 4.8rem
}

.con_tit {
	font-size: 18px;
	font-weight: 700
}

.con_det {
	margin-top: .2rem;
	font-size: 14px
}

.download_icon {
	width: .5rem
}

.line {
	width: 100%;
	height: 1px
}

.footer {
	width: 100%;
	background: url("../img/mobile/footer.jpg")
		/*tpa=./static/gw/img/mobile/footer.jpg*/
		center no-repeat;
	background-size: cover;
	padding: .2rem 0
}

.footer p {
	color: #fff;
	font-size: 12px;
	text-align: center
}
