/* 代码整理：易站站长网 www.yizhanzzw.com */
html {
	overflow: hidden;
	-ms-touch-action: none;
	-ms-content-zooming: none;
}
body {
	margin: 0;
	padding: 0;
	background: #000;
}
#screen {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	width: 100%;
	height: 100%;
}/* 代码整理：易站站长网 www.yizhanzzw.com */
#icon {
	position:relative;
	top:6px;
	left:65px;
	width:40px;
	height:40px;
	overflow:hidden;
	cursor:pointer;
	background:#FF9000;
	border-radius:6px 0 0 0;
	-moz-transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
#icon div {
	position:absolute;
	background:transparent;
}
#icon div:nth-child(1) {
 position:absolute;
 width:0;
 height:0;
 top:50%;
 left:20px;
 border-width:7px 0 7px 8px;
 border-style:solid;
 border-color:transparent #fff;
 margin-top:-7px;
}
#icon div:nth-child(2) {
 position:absolute;
 top:50%;
 left:12px;
 width:8px;
 height:6px;
 margin-top:-3px;
 background:#fff;
}
/* 代码整理：易站站长网 www.yizhanzzw.com */
.title {
	position: absolute;
	top: 2px;
	margin:0;
	padding:0;
	left: 170px;
	font-size:24px;
	line-height:40px;
	height:40px;
	font-family: "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight:lighter;
	color:#FFF;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}/* 代码整理：易站站长网 www.yizhanzzw.com */
.menu {
	position: relative;
	left: 0;
	top: 6px;
	list-style-type:none;
	margin:0;
	padding:0;
	font-family: "Segoe UI Light", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight:lighter;
	color: #fff;
	font-size:1em;
	cursor:pointer;
}
.menu li {
	position:relative;
	list-style:none;
	cursor: pointer;
	width: 100px;
	height: 40px;
	border-right:#222 solid 1px;
}
.menu a {
	position:relative;
	text-decoration: none;
	display:block;
	line-height:40px;
	color:#fff;
	padding-left:40px;
}
.menu li a:hover, .menu li a:focus, .menu li a:active {
	background:#ff9000;
}
/* 代码整理：易站站长网 www.yizhanzzw.com */