@media screen and (max-width:750px) {
	* {
		margin: 0;
		padding: 0;
	}



	body {
		width: 100%;
		padding-top: 90px;
	}

	/* footer的上部分 */
	.footerTop {
		text-align: center;
		display: block;
		border-bottom: 0.1333vw solid #d8d8d8;
		padding: 0;
		padding-bottom: 5.2vw;
	}

	.footerTop .logo img {
		width: 53.3333vw;
		height: 6.1333vw;
		padding: 11.2vw 0;

	}

	.footerTop .iconFont {
		display: flex;
		justify-content: space-around;
		padding: 0 15px;
	}

	.footerTop .iconFont img {
		width: 6.6667vw;
		margin-left: 5px;

	}

	.footerTop .iconFont img .weixin {
		color: #000;
	}

	/* footer的中间列表部分 */
	.footerContent {
		display: flex;
		padding: 8.5333vw 0;
		text-align: center;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: flex-end;
		padding-left: 0;
	}

	.footerContent div h2 {
		padding-bottom: 2.6667vw;
	}



	.footerContent .relevancy {
		/*display: none;*/
	}

	.footerContent .android {
		padding: 0 20vw;
	}

	/* footer的最下面 */
	.footerBottom {
		text-align: center;
		background-color: #EEEAED;
		height: 40vw;
		display: block;
		align-items: center;
		justify-content: space-between;
		font-size: 3.333vw;

	}

	.footerBottom div {
		/* font-weight: 600; */
		font-size: 2.6667vw;
		color: #333333;
	}
	.footerContent div {
		width: 33.333%;
		text-align: center;
	}
	.footerContent .android {
		padding: 0;
	}
	.footerContent div .headline {
		padding-bottom: 2.6667vw;
		display: block;
		font-size: 3.3333vw;
		font-weight: 600;
	}
	.footerContent div a {
		display: none;
	}

	.footerBottom .footerBottomLeft {
		display: none;
	}

	.footerBottom .Android-ios {
		display: block;
		padding-top: 10vw;
	}

	.footerBottom .Android-ios .footerBottomios {
		font-size: 3.3333vw;
		padding: 5px 0px;
		font-weight: 400;
	}
	.footerBottom .footerBottomLeft {
		display: none;
	}
	.footerBottom div.footerBottomRight {
		float: inherit;
	}
	main.main .about{
		margin-top: 35px;
	}
	.footerBottom .footerBottomRight {
		padding-top: 4.5333vw;
		font-size: 3.3333vw;
		font-weight: 400;
	}
}
