@charset "utf-8";
/* CSS Document */
body, .footer {
	min-width: 320px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
a:hover {
	text-decoration: none;
}
.container-fluid{
	padding-bottom:54px;
	width:100%;
}
.container-fluid1{
	padding-bottom:40px;!important
}
.container-fluid2{
	padding-bottom:6px;!important
}
.content1{margin-bottom:54px;!important}
/*页脚*/
.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 48px;
	border-top: solid 1px #bcbcbc;
	background-color: white;
	z-index:999;
}
.footer-button1, .footer-button2, .footer-button3, .footer-button4 {
	float: left;
	height: 48px;
}
.footer-button1 a {
	color: #333333;
	font-size: 24px;
	display: block;
	margin-top: 12px;
}
.footer-button1, .footer-button2, .footer-button3 {
	border-right: solid 1px #bcbcbc;
}
.footer-button4, .footer-button2, .footer-button3 {
	font-size: 16px;
	width: 28%;
}
.footer-button4 a, .footer-button2 a, .footer-button3 a {
	color: black;
	line-height: 48px;
}
.footer-button1 {
	width: 16%;
}
/*分页*/
.pagination {
	display: block;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
}