.page_box {
	border: 2px solid #ddd;
	height: calc(100%-40px);
	overflow: hidden;
	text-align: center;
}

.page_box img {
	
	max-width: 100%;
	max-height: 100%;
	z-index: -1;
}

footer {
	text-align: center;
	position: fixed;
	height: 40px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	background: #FFF;
	border-top: 1px solid #ccc;
	line-height: 40px;
}

footer button, footer input {
	width: 30%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	outline: none;
	position: relative;
	touch-action: manipulation;
}

.pageHead{
	height: 40px;
	line-height: 40px;
	text-indent: 1em;
	background: red;
	color: #FFF;
	font-weight: 700;
	font-size: 20px;
}

.artItem{
	display: block;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #333;
	border-bottom: 1px #ccc solid;
	text-decoration: none;
	font-size: 16px;
	text-indent: 1em;
}

#date{
	position: absolute;
	right: 0;
	background: #ccc;
	height: 100%;
	opacity: 0;
}
