html {
	font-size: 10px
}

body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	background-color: #252525;
}

.container {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	z-index: 0;
}

.kefu{
	position: fixed;
	top: 10%;
	right: 2%;
	z-index: 999;
}

.kefu a{
	width: 1rem;
	height: 1.2rem;
	background-image: url("../img/btn_advisory.png");
	background-size: 100% 100%;
	display: inline-block;
}

.container .footer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2rem;
	color: #ffffff;
}

.footer p{
	padding: 0;
	margin: 0;
}