footer{
	width: 100%;
	background: #0A1A15;
}
.footer{
	width: 100%;
}
.footer_top{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 55px;
	display: inline-block;
}
.footer_top1{
	width: 155px;
	display: block;
	float: left;
}
.footer_top2{
	width: 200px;
	float: left;
}
.footer_top2_1{
	width: 100%;
	margin-bottom: 25px;
	font-size: 18px;
	color: white;
}
.footer_top2_2{
	width: 100%;
	margin-bottom: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
}
.footer_top2_2:last-child{
	margin-bottom: 0;
}
.footer_top2_2 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.footer_top2_2 div{
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
}
.footer_top3{
	width: calc(100% - 155px - 200px);
	float: left;
	display: flex;
	padding: 0 20px;
}
.footer_top3_1{
	width: 16.66%;
	padding: 0 20px;
}
.footer_top3_2{
	width: 100%;
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 10px;
}
.footer_top3_2:last-child{
	margin-bottom: 0;
}
.footer_down{
	border-top: 1px solid rgba(255, 255, 255, .2);
	width: 100%;
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}
.mobile_mls{
    width: 100%;
    height: 50px;
    background: white;
    padding: 10px 0;
    display:flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001;
}
.mobile_ml{
    border-right: 1px solid #E6E1D3;
    width: 20%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
            font-size: 14px;
                color: #333333;
}
.mobile_ml:last-child{
    border-right: 0;
}