.pdMax {
	padding-bottom: 144rem !important;
}
.footerBox {
	width: 100%;
	background: #3577FD;
	padding-left: 32rem;
	padding: 40rem 32rem 32rem;
	color: #FFFFFF;
	position: relative;

	box-sizing: border-box;
	overflow: hidden;
}

.footerBox .footerInfo {
	font-size: 20rem;
}

.footerBox .footerInfo .list {
	margin-bottom: 16rem;
}

.footerBox .footerInfo .list img {
	width: 18rem;
	height: 18rem;
	margin-left: 20rem;
	margin-right: 6rem;
}

.footerBox .footerInfo .list a{
	text-decoration:none;
	color:white;
}

.footerBox .codeBox {
	position: absolute;
	right: 32rem;
	top: 96rem;
	text-align: center;
}


.footerBox .codeBox>div {
	text-align: center;
	margin-left: 16rem;
	font-size: 24rem;
}

.footerBox .codeBox>div .codeImage {
	width: 85rem;
	height: 85rem;
	border-radius: 3rem;
	border: 2rem solid #FFFFFF;
	margin: 0 auto 10rem;
}

.footerBox .codeBox img {
	width: 73rem;
	height: 73rem;
}

.footerBox .flexNull{
	width: 85rem;
	height: 98rem;
}


.under {
	width: 100%;
	height: 120rem;
	background: #FFFFFF;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 12;
}

.under img {
	width: 40rem;
	height: 40rem;
	margin-right: 12rem;
}

.under span {
	font-size: 32rem;
	font-family: MicrosoftYaHei;
	color: #000000;
}

.under .listUnder {
	flex: 1;
	border-left: 2rem solid #eee;
	height: 100rem;
}

