
.m-footer{
	height: 1.12rem;
	background: #BEE903;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 0px 0px 0px 0px;
	display: flex;
	width: 7.5rem;
	align-items: center;
	position: fixed;
	bottom: 0;
	margin: 0 auto;
	z-index: 9999;
}

.m-footer-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding: 0 36px 0 28px;
	

}

.kefu img{
	width: 0.72rem;
	height: 0.72rem;
	margin-top: 7px;

}
.kefu a{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 10px;
	color: #FFFFFF;

}
.m-footer-box .kefu{
	text-align: center;
	width:1.02rem;
	height: 1.3rem;
	background: url(../img/index/index21@2x.png)no-repeat;
	background-size:100% 100%;
}
.m-f-list a{
	display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #000000;
}
.m-f-list img{
	width: 0.48rem;
	height: 0.48rem;
	padding-bottom: 3px;
}
.m-f-logo img{
	width: 36px;
	height: 36px;
}
.m-footer-box .m-f-kefu{
	position: relative;
}

.m-footer-box .m-f-kefu span{
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 14px;
    color: #FFFFFF;
    font-size: 10px;
    background: #EB3A30;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
    border-radius: 20px 20px 20px 20px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
	animation:myfirst 2s infinite;

}
.footer-menu-hover{
	height: 205px !important;
	top: 66% !important;
	transition:all 0.3s;
	left: 110px;
	bottom: 0;
	z-index: 9;
}

.footer-menu-nav{
    display: block;
	background: url(../img/m-footer-bg.png)no-repeat;
	width: 80px;
	height: 0;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	position: fixed;
    top: 100%;
	background-size: 100%;
	overflow: hidden;
}
.footer-menu-nav li{
    display: flex;
    align-items: center;justify-content: center;
    height: 30px;
}
.footer-menu-nav li img{
    padding-left:5px ;
    width: 14px;
    height: 14px;
}
.footer-menu .footer-menu-nav li img{
	width: 14px;
	height: 14px;
	padding-left: 5px;
}
.m-right-flex{
	display: block;
	position: fixed;
    left: 80%;
    bottom: 8%;
	
}
.m-right-flex a{
	display: block;
	
}

.m-right-flex img{
	width: 80px;
	height: 80px;
}

}

@keyframes myfirst {

0% {

transform: translateY(0px);

}

50% {

transform: translateY(-3px);

}

100% {

transform: translateY(0px);

}
