body{
	width:750px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.section img{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.foot{
    font-size: 13px;
    background: #161f2e;
    border-top: 1px solid #f2f2f2;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    color: #fff;
}
.foot p{
	margin: 0;
	padding: 0;
}
.p1{
	margin-bottom: 5px!important;
}
.foot a{
	color: #ffffff;
}
.mb3{
	margin-bottom: 64px;
}