body {
	position: relative;
}

.footer-icp {
	font-size: 14px;
	color: #BCBCBC;
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}