footer {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1200px;
	height: 260px;
	/*background-color: rgb(102, 102, 102);*/
	background-color: rgb(41, 41, 41);
}

#footer-content {
	margin: 0 auto;
	max-width: 1200px;
	height: 260px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-link,
.footer-link-sep,
.footer-copyright,
#cnzz_stat_icon_1278678154 > a {
	font-size: 0.9rem;
	color: #fff;
	text-decoration: none;
}

.footer-link:hover,
#cnzz_stat_icon_1278678154 > a:hover {
	color: #09f;
	text-decoration: underline;
}

.footer-link-sep {
	display: inline-block;
	margin: 0 8px;
}

#footer-br {
	display: none;
}

#footer-qrcode {
	width: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer-qrcode > picture {
	width: 90px;
	height: 110px;
}

#footer-qrcode > picture > img {
	width: 100%;
	height: auto;
}

#footer-banner {
	display: none;
}

@media (max-width: 768px) {
	footer {
		height: 188px;
	}

	#footer-content,
	.footer-nobanner {
		height: 138px;
	}

	#footer-text {
		margin-left: 8px;
	}

	.footer-link-group {
		display: block;
	}

	.footer-link-sep {
		margin: 0 4px;
	}

	.link-sep-hide,
	.copyright-optional {
		display: none;
	}

	.footer-copyright {
		line-height: 1.0;
	}

	#footer-br{
		display: inline;
	}

	#footer-qrcode {
		margin-right: 8px;
		width: 168px;
	}

	#footer-qrcode > picture {
		width: 80px;
		height: 98px;
	}

	#footer-banner {
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50px;
		background-color: rgb(102, 102, 102);
	}

	#footer-banner-1,
	#footer-banner-2 {
		width: 320px;
		height: 50px;
	}

	#footer-banner-1 {
		/*background: url(/images/site/ads/footer-banner-1.jpeg);*/
	}

	#footer-banner-2 {
		/*background: url(/images/site/ads/footer-banner-2.jpeg);*/
	}
}

@media (max-width: 639px) {
	#footer-banner-2 {
		display: none;
	}
}

/* footer区域中的链接网页的样式表 */
.aux-heading,
.map-heading {
	margin: 0;
	padding: 0;
	color: #09f;
	font-size: 1.4rem;
	font-weight: normal;
}

.map-heading {
	margin: 10px 0 0 0;
	color: #333;
	font-size: 1.2rem;
}

.aux-sep,
.map-sep {
	margin: 10px 0 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.map-sep {
	border-bottom: 1px dashed #ddd;
}

.privacy-heading {
	margin: 0;
	padding: 0;
	color: #222;
	font-size: 1.0rem;
	font-weight: normal;
}

.about-p {
	text-indent: 2em;
	color: #555;
	font-size: 0.9rem;
}

#links-container,
.map-container {
	margin: 0;
	padding: 0;
	list-style: none;
}

.link-wrapper,
.map-item {
	display: inline-block;
	margin-top: 10px;
	width: 32.5%;
}

.map-item {
	width: 24.5%;
}

.link-wrapper > a,
.map-item > a {
	font-size: 0.9rem;
	color: #888;
	text-decoration: none;
}

.link-wrapper > a:hover,
.map-item > a:hover {
	color: #09f;
}

@media (max-width: 768px) {
	.aux-wrapper {
		padding: 10px 8px 0 8px;
		box-sizing: border-box;
	}
}

@media (max-width: 795px) {
	.map-item {
		width: 32.5%;
	}
}

@media (max-width: 546px) {
	.map-item {
		width: 49.5%;
	}
}

@media (max-width: 700px) {
	.link-wrapper {
		width: 49.5%;
	}
}

@media (max-width: 350px) {
	.link-wrapper,
	.map-item {
		width: 100%;
	}
}
