html {
	overflow:hidden;
	height:100%
}
div,h3,input,span,textarea {
	margin:0;
	padding:0
}
body {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#eee url(../images/bg.jpg);
	font-family:"Microsoft YaHei"
}
.logo {
	margin:0 auto;
	margin-top:10px;
	width:268px;
	height:50px;
	background-color:#e9e9e9
}
.logo img {
	width:100%;
	height:100%
}
#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-250px;
	width:500px;
	height:120px;
	text-align:center
}
#start,#stop {
	display:inline-block;
	padding:0 25px;
	outline:0;
	border:3px solid #ddd;
	border-radius:25px;
	background:rgba(0,0,0,.55);
	color:#fff;
	vertical-align:middle;
	font-size:19px;
	font-family:"Microsoft YaHei";
	line-height:2;
	cursor:pointer;
	transition:.5s;
	-webkit-appearance:none
}
#start:hover {
	border:3px solid #ccc;
	background:rgba(0,0,0,.7)
}
#cfg {
	color:#ff8000;
	font-size:14px;
	cursor:pointer
}
#cx {
	color:#666;
	text-decoration:none;
	font-size:14px
}
#cfg:hover {
	color:#ff9900
}
#cx:hover {
	color:#1976d2
}
h3 {
	margin-top:8px;
	margin-bottom:5px;
	text-align:center
}
#list {
	padding:5px;
	width:96%;
	height:180px;
	border-radius:5px;
	font-size:15px;
	font-family:"Microsoft YaHei";
	line-height:18px
}
.temp {
	position:absolute;
	z-index:-1;
	color:#555555；
}
#popbox {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-145px;
	margin-left:-160px;
	padding:0 10px;
	width:300px;
	height:300px;
	border:0 solid #666;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	background:#fff;
	-webkit-box-shadow:0 0 22px #ccc;
	-moz-box-shadow:0 0 22px #ccc;
	box-shadow:0 0 22px #ccc
}
#ok {
	margin-top:4px;
	padding:6px 0;
	width:100%;
	border:none;
	border-radius:3px;
	background-color:#ff9900;
	color:#fff;
	font-size:15px;
	cursor:pointer
}
.copyright {
	position:absolute;
	bottom:0;
	padding:10px .5%;
	width:99%;
	background-color:#e9e9e9;
	color:#555555;
	text-align:center;
	font-size:15px
}
.copyright p {
	margin-bottom:10px;
	padding:0
}
.copyright span.cp {
	opacity:.65
}
.copyright a {
	color:#555555;
	text-decoration:none
}
.copyright a:hover {
	color:#ff9900;
}
