.footerItem{
	background-color: #1e1e1e;
	width: 100%;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 0.2rem 0!important;
}
.footerItem>div{
	padding:0 0.2rem!important;
}
.logoItems img{
	width: 60%;
}
.concatItem{
	margin-top: 0.2rem;
}
.concatItem p:first-child{
	margin-bottom: 0.15rem;
}
.concatItem p:last-child{
	position: relative;
}
.concatItem p:last-child::after{
	content: '';
	position: absolute;
	width: 0.12rem;
	height: 0.01rem;
	background-color: #fff;
	border-radius: 0.05rem;
	top: 0.24rem;
	left: 49%;
}
.concatStyle{
	display: flex;
	justify-content: space-between;
}
.concatStyle>div{
	display: inline-block;
	vertical-align: top;
	margin: 0.2rem;
}
.concatStyle>div>span{
	display: block;
	margin-bottom: 0.04rem;
}
.knowMores a{
	display: block;
	width: 1.8rem;
	font-size: 0.16rem;
	height: 0.44rem;
	color: #fff;
	line-height: 0.44rem;
	text-align: center;
	background-image: linear-gradient(-90deg, #ed4d4d 0%, #ff9649 100%);
	border-radius: 0.22rem;
	margin:  auto;
}
.footmiaoshu{
	font-size: 0.12rem;
	color: #b5b5b5;
	margin-top: 0.15rem;
	padding: 0.2rem 0.2rem 0 0.2rem;
	border-top: 1px solid #474747;
}