body {
	position: relative;
	min-height: 100vh;
}

.footer {
	background-color: #1e2124;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 78px;
	line-height: 78px;
	font-size: 12px;
	color: #ffffff;
}

.footer .footer-panel {
	width: 1080px;
	margin: auto;
	position: relative;
    background-color: #1e2124;
    height: 78px;
}

.footer .left-text {
	float: left;
}

.footer .right-text {
	float: right;
	text-align: right;
}

.footer .dot-center {
	display: inline-block;
	padding: 0 10px;
}

.footer .arrow-right {
	display: inline-block;
	padding-left: 20px;
}
