@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size: 16px;
	color:#000;
}

a{
	color:#000;
}

a:hover{
	text-decoration: none;
	color: #c00 !important;
}

img{
	display: inline-block;
	vertical-align: top;
	max-height: 100%;
	max-width: 100%;
}

a,div{
	border: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

.abs{
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

#page{
	position: relative;
	width: 100%;
	height: 100%;
}

.main{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

.main img{
	height: 100%;
	max-width: none;
}
