footer {
	/*background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../img/banner.jpg');
	background-position: center;
    background-size: cover;*/
	background: #333;
	color: #ccc;
	text-align: center;
	overflow: hidden;
	margin-top: 20px;
}

.footer-info {
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.footer-info>li {
	margin: 0 5px;
}

.footer-info>li a {
	color: #ccc;
}

.footer-logo {
	width: 80px;
}

.footer-notice {
	margin: 10px 0;
}

/**20210412**/
@media ( min-width : 768px) {
	.footer-info, .footer-notice {
		margin: 20px 0;
		font-size: 14px;
	}
	.footer-logo {
		width: 120px;
	}
}
/**20210412**/
@media ( max-width : 767px) {
	.footer-info, .footer-notice {
		display: none;
	}
	.close-tag-btn {
		position: absolute;
		right: 10px;
		top: 10px;
		cursor: pointer;
		color: #999;
		font-size: 16px;
	}
}