@charset "utf-8";
/*foot*/
#foot{
	width:100%;
	overflow: hidden;
	background:#424242;
}
#foot .index{
	width: 100%;
	max-width: 1230px;
	height: 160px;
	padding: 22px 15px;
	margin: 0 auto;
	position: relative;
}		
	/*p*/		
	#foot .index p{
		text-align:center;
		color: #fff;
		line-height: 30px; 
		font-size: 14px;
		margin-top: 20px;
	}
		#foot .index p a{
			color: #f1b61a;
		}
	/*qr-code*/
	#foot .index img.qr-code{
		position: absolute;
		right: 15px; top: 15px;
	}
		#foot .index img.qr-code img{
			display: block;
			width: 130px;
		}
@media only screen and (max-width: 768px) {
#foot .index{
	height: auto;
}	
	/*qr-code*/
	#foot .index img.qr-code{
		position: relative;
		left: 50%; margin-left: -65px;
	}
}