* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	margin: 0;
	overflow: hidden;
}

body {
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 24px;
	font-family: "微软雅黑";
	font-weight: bold;
	text-shadow: 0px 0px 5px #000;
}

.bg {
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.png);
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
}

.scene {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.main {
	width: 1200px;
	height: 100%;
	float: left;
	overflow: hidden;
}

.control {
	width: 200px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.box {
	width: 80%;
	height: 50px;
	margin: 10px auto;
	background: #fff;
	border-radius: 10px;
}


/*.name {
	height: 20px;
	text-align: center;
	line-height: 20px;
}*/

.letter {
	width: 80px;
	height: 80px;
	position: absolute;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.btn {
	width: 80%;
	height: 30px;
	border-radius: 5px;
	background: #00ffff;
	text-align: center;
	line-height: 30px;
	margin: 30px auto;
	user-select: none;
	cursor: pointer;
}

.show {
	width:100%;
	height: 65px;
	position: absolute;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.scor {
	width: 195px;
	height: 65px;
	background: url(../img/scor.png) no-repeat center;
	float: left;
}

.life {
	width: 239px;
	height: 65px;
	background: url(../img/life.png) no-repeat center;
	float: left;
	margin-left: 30px;
	position: relative;
}

.ph {
	width: 65px;
	height: 65px;
	background:green;
	border-radius: 50%;
	float: right;
	line-height: 50px;
	text-align: center;
	margin-left: 80px;
	cursor: pointer;
}

.start {
	width: 65px;
	height: 65px;
	background: url(../img/continue.png) no-repeat center;
	background-size: 100%;
	float: left;
	margin-left: 50px;
}

.stop {
	width: 65px;
	height: 65px;
	background: url(../img/stop.png) no-repeat center;
	background-size: 100%;
	float:left;
}

.scorinner {
	width: 100px;
	height: 30px;
	margin-left: 75px;
	margin-top: 25px;
}

.lifeinner {
	width: 165px;
	height: 40px;
	background: #a8753f;
	position: absolute;
	right: 10px;
	top: 16px;
	z-index: -1;
	border-radius: 5px;
	box-shadow: 0 0 10px #000 inset;
	background-image: url(../img/progress.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 1s;
}

.paihang {
	width: 450px;
	height: 300px;
	background: #fff;
	border: 2px solid green;
	border-radius: 20px;
	position: absolute;
	left: 20px;
	top: 0;
	
	text-align: center;
	list-style: none;
	padding: 0 20px;
	margin: auto;
}

.paihang li {
	width: 400px;
	height: 70px;
	/* border-bottom: 2px dashed white; */
	list-style: none;
	line-height: 70px;
}

.paihang li .name {
	width: 150px;
	height: 70px;
	float: left;
}

.paihang li .score1 {
	width: 250px;
	height: 70px;
	float: left;
}

.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 99;
}

.close {
	width: 50px;
	height: 50px;
	background: green;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}