/********************************************************************************
 =reset
*******************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
fieldset {
	border: 0;
	background-position: center;
	background-repeat: no-repeat;
}
/* other
*******************************************************************************/
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* anchors
*******************************************************************************/
a {
	color: #555;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #cc3333;
	text-decoration: none;
}
a:active {
	outline: 0;
}
/* style
*******************************************************************************/
html, body {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	background: #000;
}
#main {
	width: 100%;
	height: 100%;
	max-width: 640px;
	overflow-y: auto;
	background: url("../images/pic.jpg"/*tpa=http://www.28se.cc/images/pic.jpg*/);
	background-size: cover;
	position: relative;
	margin: 0 auto;
}
.logo {
	width: 45%;
	margin: 15% auto 30px;
	display: block;
}
.app_qrcode {
	width: 35%;
	margin: 0 auto 30px;
	display: block;
}
#app_download {
	
}
h4 {
	color: #f5b41e;
	text-align: center;
	padding: 0;
}
#weixin_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9;
	background: rgba(0,0,0,0.66);
	display:none;
}
#weixin_overlay img{
	width:100%;
}
