/* ============================================
   底部样式 (Footer Styles)
   ============================================ */

/* 底部容器 */
.footer {
	padding: 20px 0;
	line-height: 24px;
	background-color: #1a64a7;
	font-size: 16px;
	color: #fff;
	height: auto !important;
}

/* 底部内容容器 */
.footer .footright {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.footright .jiucuo {
	top: 0;
	left: 24px;
	position: absolute;
}
.footright .red {
	top: 10px;
	left: 100px;
	position: absolute;
}
