html, body {
	height: 100%;
}

body {
	background-image: none;
	background-color: #999;
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: 100%;
}

.showpage_container {
	width: 100%;
	min-height: 100%;
	position: relative;
}

.showpage_box {
	padding: 120px 0 50px;
	overflow: hidden;
}

.showpage_mainbox {
	width: 100%;
	text-align: center;
}

.showpage_leftbox {
	float: left;
	width: 50%;
	text-align: right;
}

.showpage_viewpic {
	display:inline-block;
	margin: 0 45px;
}

.showpage_viewpic img {
	height: 500px;
}

.showpage_viewpic img:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
}

.showpage_rightbox {
	float: right;
	width: 50%;
}

.showpage_qrcode {
	display:inline-block;
	text-align: center;
	margin: 0 15px;
	padding-top: 150px;
}

.showpage_qrcode img {
	width: 140px;
	height: 140px;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	border-radius: 5px;
}

.showpage_qrcode img:hover {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
}

.showpage_qrcode p {
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.showpage_qrcode div {
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.showpage_mainbox .showpage_qrcode1 {
	padding-top: 80px;
}

.showpage_mainbox .showpage_qrcode1 img {
	width: 220px;
	height: 220px;
}

.showpage_mainbox .showpage_qrcode1 p {
	font-size: 20px;
}

.showpage_mainbox .showpage_qrcode2 {
	width: 250px;
	padding-top: 100px;
}

.showpage_mainbox .showpage_qrcode2 img {
	width: 180px;
	height: 180px;
}

.showpage_mainbox .showpage_qrcode2 p {
	font-size: 18px;
}

.showpage_intro {
	height: 100px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.showpage_header {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	padding: 20px 0;
}

.showpage_logo {
	float: left;
}

.showpage_user {
	font-size: 14px;
	float: right;
	padding: 20px 50px 20px 0;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.showpage_user a {
	color: #fff;
}

.showpage_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

.showpage_footer p {
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.showpage_footer a {
	color: #fff;
}