html,
body {
	width: 100%;
	min-width: 1366px;
	height: 100%;
}

.entry_page {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.entry_main {
	display: block;
	min-width: 1366px;
	width: 100%;
	max-height: 800px;
	min-height: 570px;
	height: auto;
	vertical-align: top;
}

.foot {
	text-align: center;
	color: #999;
	line-height: 30px;
	font-size: 14px;
	padding-top: 15px;
}
.foot p{
	overflow: hidden;
}
.foot .left{
	margin-left: 34px;
	color: #999;
}
