/* footer */
footer{
	padding: .7rem;
	background: #DFF0FF !important;
	text-align: center;
	color: #fff;
}
footer .tel{
	font-size: .56rem;
	color: #3C65C6;
	font-weight: bold;
	margin-top: .2rem;
}
footer ul{
	display: flex;
	margin: .5rem auto;
	justify-content: space-between;
}
footer li{
	color: #3C65C6;
	background: #fff;
	line-height: 1.1rem;
	width: 2.5rem;
}
footer .address{
	font-size: .36rem;
	line-height: .5rem;
	color: #3C65C6;
}