footer{
	width: 100%;
	background: #37425E;
	display: flex;
}
.footer{
	width: 100%;
	margin:45px auto;
}
.footer_1{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: white;
}
.footer_1 a{
	margin-right: 80px;
}
.footer_1 a:last-child{
	margin-right: 0;
}
.footer_2{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: white;
	margin-top: 20px;
}
.fd{
    width: 50px;
    display: block;
    border-radius: 5px;
    position: fixed;
    right: 25px;
    bottom: 25%;
    z-index: 1001;
}