
.ditu{
	width: 100%;
	height: 5.45rem;
	background: #000;
	opacity: 0.7;
	z-index: 99;
	padding: 1.2rem 0;
	position: relative;
	margin-bottom: 1rem;
}
.ditu img{
	margin: auto;
	z-index: 1;

}
.ditu .dingwei{
	position: absolute;
	top:2rem;
	left: 5.85rem;
	width: 0.21rem;
	height: 0.25rem;
}
.ditu p{
	font-size: 0.22rem;
	color: #fff;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 2.4rem;
}
.ditu .qq{
	width: 0.84rem;
	height: 0.84rem;
	position: absolute;
	bottom: 0.4rem;
	left: 1.7rem;
}
.ditu .weixin{
	width: 0.84rem;
	height: 0.84rem;
	position: absolute;
	bottom: 0.4rem;
	left: 0;
	right: 0;
	margin: auto;
}
.ditu .weibo{
	width: 0.84rem;
	height: 0.84rem;
	position: absolute;
	bottom: 0.4rem;
	right: 1.7rem;
}
footer{
	width: 100%;
	height: 1rem;
	display: flex  ! important;;
	justify-content: space-around;
	align-items: center;
	font-size: 0.3rem;
	color: #f37021;
	position: fixed;
	bottom: 0;
	background: #fff;
	z-index: 100;
}

footer i{
	font-size: 0.5rem;
}
.weixinqrcode{
	display:none;
	width: 5.5rem;
	margin: 0 1rem;
	z-index: 666;
}
