.footer{
	height: 530px;
	background: #232830;
	padding: 60px 0 26px;

}
.footer .footer-box{
	width: 1200px;
	margin: auto;
}
.footer-top{
  display: flex;
  height: 265px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-left{
	width: 200px;
	height: 220px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	margin-right: 98px;
}
.footer-left img{
    width: 100px;
}
.footer-left-t{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	
}

.footer-left-b{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	padding: 5px 0 30px 0;
}
.footer-item{
	width: 20%;
}

.f-title{

	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	
}

.f-item-con{
 text-align: left;
}
.f-txt{
		font-size: 12px;
		font-weight: 400;
		color: rgba(255,255,255,0.7);
		padding-top: 20px;
    line-height: 30px;

}
.footer-center{
	padding-top: 20px;
	height: 115px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.f-center-con ul{
	float: left;
}

.f-center-con ul li{
	display: inline;
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
	padding-left: 20px;

}
.f-c-item{
	float: left;
	height: 30px;
}
.f-c-item span{
	
width: 66px;
    float: left;
}

.f-c-title{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: bold;
}

.footer-bottom{
  padding-top: 30px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}


.beian{
  flex: 1;
}
.footer-bottom i{
  display: inline-block;
  width: 80px;
  height: 30px;
  background-image: url('https://umz.seohe.cn/beian/pc/imgs/fc-icon.png');
  margin-left: 6px;
  
}
.footer-bottom .fc-beian {
  width: 14px;
  height: 14px;
  background-position: -110px -110px;
}
.fc-beian_1 {
  background-position: -10px -10px;
}
.fc-beian_2 {
  background-position: -10px -60px;
}
.fc-beian_3 {
  background-position: -110px -10px;
}
.fc-beian_4 {
  background-position: -110px -60px;
}
.fc-beian_5 {
  background-position: -10px -110px;
}
.m-footer-row{
    position: relative;
    overflow: hidden;
    display: none;
}
.m-footer{
	
	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(90deg, #FF9944 0%, #FF7602 100%);
  border-radius: 2px 2px 2px 2px;

	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;

	line-height: 16px;
	display: inline-grid;
	justify-content: center;
  align-items: center;
}

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

.m-menu{
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  font-size: 14px;
  color: #333;
  z-index: 999999;
  background: #fff;
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0,0,0,0.1);
}

.m-menu li{
  line-height: 40px;
  border-top: 1px solid #E5E5E5;
  text-align: center;
}
.menu {width: 40px;}