

body {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

/*游戏背景*/

#wrapBg {
	width: 343px;
	height: 480px;
	margin: 0 auto;
	background-image: url(../img/bg.jpg);
	position: relative;
	top: 100px;
	overflow: hidden;
}



/*游戏标题*/

#headTitle {
	width: 236px;
	height: 77px;
	background: url(../img/head.jpg) no-repeat scroll top left;
	position: absolute;
	left: 53px;
	top: 100px;
}

/*开始界面小鸟*/

#headBird {
	float: right;
	margin-top: 25px;
}

/*开始按钮*/

#startBtn {
	width: 85px;
	height: 29px;
	padding: 0;
	margin: 0;
	background: url(../img/start.jpg) no-repeat scroll top left;
	position: absolute;
	left: 129px;
	top: 250px;
}

/*草地*/

#grassLand {
	height: 14px;
	width: 700px;
	background: url(../img/banner.jpg) repeat-x scroll top left;
	position: absolute;
	top: 423px;
}
/*计分*/
#score {
	position: absolute;
	left: 130px;
	top: 50px;
	z-index: 999;
}

.number {
	height: 39px;
	width: 28px;
	float: left;
	background-image: url(../img/0.jpg);
	display: none
}

/*游戏结束*/
#gameOver {
	position: absolute;
	top: 100px;
	text-align: center;
	display: none;
	z-index: 1;
}

#finalScore {
	position: absolute;
	right: 60px;
	top: 84px;
	z-index: 2;
}

#gameOver .number {
	height: 26px;
	width: 18.667px;
	background-size: contain;
	float: right;
}

#bestScore {
	position: absolute;
	right: 60px;
	top: 130px;
	z-index: 2;
}
