footer{
	width: 100%;
	background: #3D3D4E;
}
.footer-tops{
	width: 100%;
}
.footer-top{
	width: 100%;
	margin:60px auto;
	font-size: 16px;
	color: white;
	line-height: 30px;
}
.footer-down{
	width: 100%;
	background: #6E6D7A;
}
.footer-dow{
	width: 100%;
	margin: 35px auto;
}
.footer-dow1{
	width: 300px;
	display: inline-block;
	vertical-align: middle;
}
.footer-dow2{
	width: calc(100% - 305px);
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
.footer-dow2_1{
	max-width: 17.6%;
	margin-right: 3%;
	text-align: right;
	font-size: 22px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
	display: inline-block;
}
.footer-dow2_1:last-child{
	margin-right: 0;
}
.fot-fds{
	border-bottom: 2px solid #6E6D7A;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1001;
}
.fot-fd{
	width: 100%;
	height: 55px;
	display: inline-block;
}
.fot-fd1{
	float: left;
	line-height: 55px;
	font-size: 16px;
	color: #000000;
}
.fot-fd1 a{
	color: #E52836;
	text-decoration: underline;
}
.fot-fd2{
	width: 105px;
	height: 40px;
	display: block;
	margin-top: 8px;
	border-radius: 10px;
	background: #E52836;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: white;
	float: right;
}