* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

.footer {
	font-family: MiSans;
}

.footer-cen {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b8c0cc;
	background: #131620;
}

.footer-a {
	display: flex;
	align-items: center;
}

.footer-b {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

@media screen and (min-width: 640px) {
	.footer-cen {
		height: 100px;
		padding: 0 100px;
		font-size: 14px;
		font-weight: 400;
		flex-direction: column;
		justify-content: space-around;
	}

	.footer-a {
		border: 0;
		margin-left: 0;
	}

	.footer-a a {
		padding: 0 20px;
		line-height: 16px;
		font-size: 16px;
		border-left: 1px solid #B8C0CC;
		cursor: pointer;
		color: inherit;
		text-decoration: none;
	}

	.footer-a a.no-borer {
		border: 0;
		margin-left: 0;
	}

	.footer-b-a {
		margin-left: 50px;
		line-height: 25px;
		color: #8c8d91;
		display: flex;
		justify-items: center;
		margin-left: 0;
	}

	.footer-b-b {
		margin-left: 50px;
		line-height: 25px;
		color: #8c8d91;
		display: flex;
		justify-items: center;
		align-items: center;
	}

	.footer-b-b img {
		width: 18px;
		height: 20px;
		margin-right: 5px;
		display: block;
	}

	.footer-b-b a {
		line-height: 25px;
		font-size: 14px;
		font-weight: 400;
		color: #8c8d91;
	}
}

@media screen and (min-width: 1660px) {
	.footer-cen {
		height: 60px;
		flex-direction: row;
		justify-content: center;
	}

	.footer-a {
		margin-right: 40px;
	}

}

@media screen and (max-width: 640px) {
	.footer-cen {
		height: 2.44rem;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footer-a {
		height: 0.5rem;
		margin-bottom: 0.2rem;
	}

	.footer-a a {
		padding: 0 0.26rem;
		font-size: .25rem;
		display: block;
		border-left: 0.01rem solid #B8C0CC;
		color: inherit;
	}

	.footer-a a.no-borer {
		border: 0;
		margin-left: 0;
	}

	.footer-b-a {
		font-size: .2rem;
		line-height: .4rem;
		color: #8c8d91;
		margin-left: 0;
	}

	.footer-b-b {
		font-size: .2rem;
		line-height: .4rem;
		color: #8c8d91;
		display: flex;
		align-items: center;
	}

	.footer-b-b img {
		width: 0.2rem;
		height: 0.2rem;
		margin-right: 0.05rem;
		display: block;
	}

	.footer-b-b a {
		color: #8c8d91;
		font-size: .2rem;
		line-height: .4rem;
	}
}