.field_bottom {
	position: fixed;
	width: 100%;
	bottom: 0;
	background-color: #FFFFFF;
	z-index: 99999;
	height: 60px;
}

.field_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 0 14px;
}

.field_lin {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 18%;
	height: 100%;
	font-size: 0.12rem;
	padding: 6px 0;
}
.field_lin p{
	height: 20px;
	font-size: 1.2rem;
}

.field_lin>img {
	width: 24px;
}

.field_tx {
	color: #B3995B;
}
