.floot_area{
	width: 100%;
	background-color: #2a2a2a;
	margin-top: 150rem;
}
.floot_cn{
	width: 1280rem;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	margin: 0px auto;
	/* height: 300rem; */
	padding: 56rem 0px;
}
.floot_left{
	display: flex;
	align-items: center;
}
.floot_left img{
	display: block;
}
.floot_left>img:nth-child(1){
	margin-bottom: 24rem;
}
.floot_center{
	
}
.floot_center p{
	font-size: 16rem;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 3rem;
	margin-bottom: 32rem;
}
.floot_center p:last-child{
	margin-bottom: 0rem;
}
.floot_right{
	
}
.floot_right p{
	font-size: 16rem;
	color: rgba(255, 255, 255, 0.6);
	letter-spacing: 3rem;
	margin-bottom: 32rem;
}
.floot_line{
	width: 1rem;
	/* height: 194rem; */
	height: 144rem;
	background-color: rgba(255, 255, 255, 0.1);
}
.floot_bottom{
	width: 100%;
	height: 90rem;
	background-color: #111111;
	padding-top: 20rem;
	box-sizing: border-box;
}
.floot_bottom p{
	font-size: 14rem;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	letter-spacing: 1rem;
	margin-bottom: 10rem;
}