.footer {
	width: 7.5rem;
	color: #fff;
	background-color: #24643C;
}

.footer-top {
	height: 1.72rem;
	border-bottom: 1px solid #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0.25rem;
}
.footer-top ul{
	font-size: 0.24rem;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: space-evenly;
}

.footer-top p:nth-child(1) {
	width: 2rem;
	margin-bottom: 0.3rem;
}

.footer-bottom {
	height: 1.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 0.25rem;
}
.footer-bottom div:nth-child(1) {
	width: 7rem;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	font-size: 0.22rem;
	margin-bottom: 0.1rem;
}

.footer-bottom div:nth-child(2) {
	font-size: 0.2rem;
	margin-bottom: 0.06rem;
}



.footer-fixed{
	position: fixed;
	bottom: 2rem;
	right: 0.1rem;
	z-index: 9;
}
.footer-button {
	width: 1rem;
	height: 1.8rem;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
}

.footer-button p a {
color: #fff;
}

.footer-button p:nth-child(1) {
	width: 0.75rem;
	font-size: 0.26rem;
	letter-spacing: 0.03rem;
}

.footer-button p:nth-child(2) {
	width: 0.75rem;
	font-size: 0.26rem;
	letter-spacing: 0.03rem;
	background-color: red;
	padding: 0.15rem 0.12rem;
	border-radius: 0.5rem;
}

.footer-button p:nth-child(1) img {
	width: 0.75rem;
	height: 0.75rem;
}

.footer-button p:nth-child(2) img {
	width: 0.47rem;
}

