.m-footer{display: none;}
@media (max-width: 630px){

.m-footer{
	display: block;
	width: 100%;
	height: 56px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	position: fixed;
	bottom: 0;
    z-index: 999;
}


.m-footer-box{
    height: 56px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 0px 0px 0px 0px;
	padding: 0 24px 0 24px;
	display: flex;justify-content: space-between;align-items: center;
	position: relative;
    margin: 0 auto;
	z-index: 99999;
}

.m-footer-box .footer-logo img{
    display: grid;
    width: 50%;
}
.m-footer-box .footer-logo a{
     display: flex;
    justify-content: center;
}

   
.m-footer-box .footer-menu{
	display: flex;align-items: center;
	position: relative;
	height: 20px;
	padding-right:20px;
	border-right:1px solid  #EEEEEE;
	
	
}

.footer-list{
    padding-right:20px;
	border-right:1px solid  #EEEEEE;
}
.m-footer-box .footer-menu img{
	padding-right: 5px;
	width: 10px;
	height: 14px;
}
.footer-menu-hover{
	
	top: -120px !important;
	transition:all 0.3s;
	left: 55px;
	bottom: 0;
	z-index: 9;
}
.footer-menu-hover-ru{
    top: -107px !important;
    transition: all 0.3s;
    bottom: 0;
    z-index: 9;
    left: 190px;

}
#footer-menu-ru{
	
    width: 100px;
    height: 105px;
	background: url(https://cdn.chiefgr.com/fan01/images/foot-bg2.png)no-repeat !important;
	background-size: 100% 100% !important;
	position: absolute;
    top: 110%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
}
#footer-menu-ru li a{
	line-height: 40px;
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	display: flex;align-items: center;justify-content: center;
}
#footer-menu-ru li a img{
	padding-left: 3px;
	width: 14px;
	height: 14px;
}
.footer-right{
	position: relative;
}
.footer-right img{
	width: 36px;
	height: 36px;
}
.footer-right span{
	position: absolute;
	top: -5px;right: -10px;
	width: 20px;
	height: 14px;
	color: #FFFFFF;
	font-size: 10px;
	background: #EB3A30;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	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-nav{
        display: block;
	background: url(https://cdn.chiefgr.com/fan01/images/foot-bg1.png)no-repeat;
	width: 140px;
	height: 95px;
	color: #FFFFFF;
	position: absolute;
        top: 110%;
	padding:12px;
	background-size: 100%;
	overflow: hidden;
	display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
}
.footer-menu-nav li{
    display: flex;
    align-items: center;
    width: 26px;
    margin-right: 19px;
}
.footer-menu-nav li:nth-child(3n){
    margin-right: 0;
}
.footer-menu-nav li img{
    width: 26px;
    height: 26px;
}

.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;
}
a {
    text-decoration: none;
    color: inherit;
}
@keyframes myfirst {

0% {
transform: translateY(0px);
}

50% {
transform: translateY(-3px);
}
100% {

transform: translateY(0px);

}

}}