footer{
	width: 100%;
	height: 210px;
	background: #000000;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
	margin-top: 40px;
}
footer .footer-box{
	width: 1280px;
	margin: auto;

}
.footer-top {
	
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;

}
.footer-top .footer-txt{
	width: 100%;
	display: flex;
	padding-top: 15px;
}
.footer-top .footer-txt p{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
}
.footer-top .footer-txt a{
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	line-height: 15px;
	padding-left: 20px;
}
.footer-bottom{

	font-size: 12px;
	font-weight: 500;
	color: rgba(255,255,255,0.7);
	line-height: 14px;
	
}
.footer-bottom .police {
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(https://img001.haizhuawang.com/new/pc/common-icon.png) -168px 0 no-repeat;
    margin-right: 5px;
    margin-left: 3px;
}
.mobile-nav {
	display: none;
}
.m-menu{
  display: none;
}
.m-t5-txt{
  display: none;
}

.mobile-nav .close{
  display: none;
}
.m-footer{
	display: none;
}
.m-banner{
	display: none;
}
.m-con1{
	display: none;
}
.m-con3-title{
	display: none;
}
@media (max-width: 630px){
footer{
	display: none;
}
.m-footer-row{
    position: relative;
    overflow: hidden;
}
.m-footer{
	display: block;
	height: 64px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	width: 100%;
	display: flex;
	justify-content: center; 
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.m-footer-box{
		display: flex;
		justify-content: space-between;
    width: 94%;
}

.m-footer-box .m-f-index{
	width: 171px;
	height: 40px;
	background: linear-gradient(94deg, #006CE7 0%, #00A3FF 100%);
	border-radius: 2px 2px 2px 2px;
	font-size: 14px;
	font-weight: 400;
	color: #0075FF;
	line-height: 16px;
	display: inline-grid;
	justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

.m-footer-box .m-f-kefu{
	width: 170px;
	height: 40px;
	background: linear-gradient(90deg, #F11919 0%, #FF6262 100%);
	border-radius: 2px 2px 2px 2px;
	
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	display: inline-grid;
	justify-content: center;
  align-items: center;
}
}

@keyframes myfirst {

0% {

transform: translateY(0px);

}

50% {

transform: translateY(-3px);

}

100% {

transform: translateY(0px);

}

}