.home{
	background: url('../images/contact_section1_bg.png') left top/cover no-repeat;
}
.content{
	padding: 0.4rem 0.15rem;
	/* background-color: #fff; */
}
.container_map{
	width: 100%;
	height: 2.34rem;
}
.crmeb{
	font-size: 0.17rem;
	color: #333;
	margin-top: 0.45rem;
	margin-bottom: 0.3rem;
}
.address{
	color: #888;
	font-size: 0.15rem;
	margin-bottom: 0.2rem;
}
.card{
	width: 100%;
	height: 0.74rem;
	border-radius: 0.04rem;
	background-color: #fff;
	padding-left:0.15rem;
}
.card ~ .card{
	margin-top: 0.1rem;
}
.card img{
	width: 0.5rem;
	margin-right: 0.2rem;
}
.m-t-8{
	margin-top: 0.08rem;
}
.grid_box{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	width: 100%;
	grid-gap: 0.1rem;
}
.grid_item{
	width: 1.67rem;
	height: 1.7rem;
	background: #FFFFFF;
	border-radius: 0.04rem;
	padding: 0 0.1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.grid_item img{
	width: 0.89rem;
}