
	.footer_wrap * {
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}

	.footer_wrap a {
		display: inline-block;
		text-decoration: none;
		color: black;
		font-size: 12px;
	}

	.footer_wrap button {
		border: 0;
		background-color: white;
	}

	.footer_wrap li {
		list-style: none;
	}

	.footer {
		width: 100%;
		height: 215px;
		border-top: 1px solid #222222;
	}

	.footer .bottom_intro {
		max-width: 1100px;
	}

	.footer .bottom_intro ul {
		width: 100%;
		height: 48px;
		text-align: left;
		margin-left: 13px;
	}

	.footer .bottom_intro ul li {
		display: inline-block;
		line-height: 48px;
		margin-right: 55px;
	}

	.footer .bottom_intro ul li a {
		color: #363736;
	}

	.footer .bottom {
		width: 100%;
		border-top: 1px solid #cccccc;
	}

	.footer .bottom .inform {
		max-width: 1100px;
		padding-top: 27px;
	}

	.footer .bottom .inform .gray, .bottom_inform {
		float: left;
	}

	.footer .bottom .inform .gray {
		margin-left: 12px;
		position: relative;
		top: 12px;
	}

	.footer .bottom .inform .gray img {
		vertical-align: middle;
	}

	.footer .bottom .bottom_inform {
		margin-left: 47px;
		display: inline-block;
		width: 49%;
		text-align: left;
	}

	.footer .bottom .inform ul li {
		display: inline-block;
		font-size: 12px;
	}

	.footer .bottom .bottom_inform p {
		text-align: left;
		color: #363736;
		margin-top: 24px;
		font-size: 12px;
	}

	@media (max-width: 575.98px) {
		.bottom_intro {
			display: none;
		}
		.gray {
			display: none;
		}

		.footer {
			height: 200px;
		}

		.footer .bottom .inform {
			width: 97%;
		}

		.footer .bottom .bottom_inform {
			width: 100%;
			text-align: center;
			margin-left: 0;
		}

		.footer .bottom .bottom_inform p {
			text-align: center;
		}
	}

	@media (min-width: 576px) and (max-width: 767.98px) {
		.bottom_intro {
			display: none;
		}
		.gray {
			display: none;
		}

		.footer .bottom_intro ul {
			text-align: center;
			margin-left: 0;
		}

		.footer .bottom_intro ul li {
			margin-right: 25px;
			margin-left: 25px;
		}

		.footer .bottom .inform {
			width: 425px;
		}

		.footer .bottom .bottom_inform {
			width: 100%;
			text-align: center;
			margin-left: 0;
		}

		.footer .bottom .bottom_inform p {
			text-align: center;
		}

	}
