.footer_top {
	border-top: 0.05rem solid #F39A17;
	height: 1.06rem;
	background: #36383F;
}

.footer_top .title {
	font-size: 0.3rem;
	color: #fff;
	margin-right: 0.6rem;
}

.footer_top input {
	width: 3.26rem;
	height: 0.56rem;
	border-radius: 0.28rem;
	background: #fff;
	text-align: center;
	font-size: 0.24rem;
	margin-right: 0.32rem;
}

.footer_top .btn {
	width: 2rem;
	height: 0.56rem;
	border-radius: 0.28rem;
	background: #F39A17;
	font-size: 0.24rem;
	color: #fff;
}

.footer_center {
	background: #1C1C1C;
}

.footer_center .content {
	width: 12rem;
	height: 2.6rem;
	margin: auto;
}

.footer_center .left {
	width: 6.7rem;
	font-size: 0.2rem;
}

.footer_center .tel img {
	width: 1.6rem;
	height: 0.4rem;
	margin-bottom: 0.36rem;
}

.footer_center .tel .key {
	color: #E2E2E2;
	margin-bottom: 0.1rem;
}

.footer_center .tel .val {
	color: #fff;
}

.footer_center .li {
	margin-left: 0.8rem;
}

.footer_center .nav {
	display: block;
	margin-bottom: 0.34rem;
}

.footer_center .nav:last-child {
	margin-bottom: 0;
}

.footer_center .nav,
.footer_center .nav a {
	font-size: 0.16rem;
	color: #C5C5C5;
}

.footer_center .gzh {
	width: 1.8rem;
	font-size: 0.18rem;
	color: #E2E2E2;
}

.footer_center .gzh img {
	width: 0.86rem;
	height: 0.86rem;
	margin-bottom: 0.14rem;
}

.footer_bottom {
	height: 1rem;
	background: #000;
}

.footer_bottom a {
	font-size: 0.16rem;
	color: #C5C5C5;
}

@media screen and (max-width: 900px) {
	.footer_top {
		border-top: 0.03rem solid #F39A17;
		height: 0.6rem;
		background: #36383F;
	}

	.footer_top .title {
		font-size: 0.18rem;
		margin-right: 0.3rem;
	}

	.footer_top input {
		width: 1.9rem;
		height: 0.34rem;
		border-radius: 0.17rem;
		font-size: 0.14rem;
		margin-right: 0.2rem;
	}

	.footer_top .btn {
		width: 1.2rem;
		height: 0.34rem;
		border-radius: 0.17rem;
		font-size: 0.14rem;
	}

	.footer_center {
		height: 2rem;
		background: #1C1C1C;
		padding: 0 0.3rem 0 0.65rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footer_center .content {
		width: 100%;
		height: auto;
		align-items: flex-start;
	}

	.footer_center .left {
		width: auto;
		font-size: 0.16rem;
	}

	.footer_center .tel img {
		width: 1.6rem;
		height: 0.4rem;
		margin-bottom: 0.36rem;
	}

	.footer_center .tel .key {
		color: #E2E2E2;
		margin-bottom: 0.1rem;
	}

	.footer_center .tel .val {
		color: #fff;
	}

	.footer_center .li {
		margin-left: 0.5rem;
	}

	.footer_center .nav {
		font-size: 0.14rem;
		margin-bottom: 0.34rem;
	}

	.footer_center .nav:last-child {
		margin-bottom: 0;
	}

	.footer_center .nav a {
		font-size: 0.16rem;
		color: #C5C5C5;
	}

	.footer_center .gzh {
		width: auto;
		font-size: 0.12rem;
		color: #E2E2E2;
	}

	.footer_center .gzh img {
		width: 0.86rem;
		height: 0.86rem;
		margin-bottom: 0.14rem;
	}

	.footer_bottom {
		height: 0.32rem;
	}

	.footer_bottom a {
		font-size: 0.12rem;
	}
}
