.lastFooter{
	width:100%;
	height:230px;
	display:flex;
	align-items:center;
/* 	background: rgba(42, 136, 230, 1); */
	background:#333333;
}
.lastFooter .center{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:1200px;
	margin:0 auto;
}
.lastFooter .logoBox{
	margin-bottom:20px;
}
.lastFooter .logoBox .footerLogo{
	width:222px;
}
.lastFooter .info{
	color:#fff;
	font-size:14px;
	margin-bottom:10px;
}
.lastFooter .info span{
	margin-right:20px;
}
.lastFooter .info span:last-child{
	margin-right:0;
}
.lastFooter .ewm{
	display:flex;
}
.lastFooter .ewm .ewmItem{
	width:120px;
	background: rgba(255, 255, 255, 0.5);
	border-radius:10px;
	box-sizing:border-box;
	border:1px solid #fff;
}
.lastFooter .ewm .ewmItem:first-child{
	margin-right:40px;
}
.lastFooter .ewm .ewmItem .imgBox{
	width:120px;
	height:120px;
	background:#fff;
	border-radius: 10px;
	padding:10px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	box-sizing:border-box;
}
.lastFooter .ewm .ewmItem .imgBox img{
	width:100%;
	height:100%;
}
.lastFooter .ewm .ewmItem .txt{
	text-align:center;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
}
.help {
	display: flex;
	width: 50px;
	height: 50px;
	right: 57px;
	margin-bottom: 10px;
	background-size:100%;
	background-image: url('../../newImages/last.png');
}

.idea {
	display: flex;
	width: 50px;
	height: 50px;
	right: 57px;
	margin-bottom: 10px;
	background-image: url('../../newImages/moddle.png');
	background-size:100%;
}

.stick {
	display: flex;
	width: 50px;
	height: 50px;
	right: 57px;
	margin-bottom: 10px;
	background-image: url('../../newImages/top.png');
	background-size:100%;
}

.help:hover {
	background-image: url('../../newImages/sybz.png');
}

.idea:hover {
	background-image: url('../../newImages/yjfk.png');
}

.stick:hover {
	background-image: url('../../newImages/fhdb.png');
}
.maskLayer{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	z-index:100;
	height:100vh;
	background:rgba(0,0,0,.3)	
}
.popMask{
	position:absolute;
	top:0%;
	left:0%;
	bottom:0;
	right:0;
	margin:auto;
	height: 700px;
	width:924px;
	background:#fff;
	padding:62px;
	
	box-sizing:border-box;
	border-radius: 30px;
}
.popUp{
	width:100%;
	height:100%;
	overflow:auto;
}
.popUp::-webkit-scrollbar {
  width: 0;
}
.msgTitle{
	margin-bottom:20px;
	color:rgba(42, 136, 230, 1);
	font-size:32px;
	font-family:'almm';
	
}
.maskLayer .l-input-text{
	padding: 15px 15px 15px 15px;
}
.codeBox{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.maskLayer .codeImg{
	position:relative;
	width:130px;
	height:auto;
	bottom:unset;
	left:unset;
}
.msgBtnBox{
	text-align:left;
}
.maskLayer .l-close-btn{
	width:200px;
	margin-top:20px;
}