body {
	font-size:12px;
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
	font-family:helvetica;
}

#header {
	position:absolute; z-index:2;
	top:0; left:0;
	width:100%;
	height:40px;
	line-height:36px;
	background-color:#1b1a1f;
	color:#eee;
	font-size:14px;
	text-align: left;
}
/*鍒嗙被椤�*/
.header {
	position:fixed; z-index:2;
	top:0; left:0;
	width:100%;
	height:40px;
	line-height:30px;
	background-color:#1b1a1f;
	color:#eee;
	font-size:14px;
}
#header a,.header a {
	color:#fff;
	text-decoration:none;
	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	margin: 0 4px;
	padding: 2px 10px;
	white-space:nowrap; 
}
#header a.s,.header a.s,#header a:hover,#header a:active{
	color: #1b1a1f;
	background: #fff;
	border-radius: 100px;	
}
#header a.sousuo,.header a.sousuo{
	/*float: right;*/
	padding: 2px 0px;
	position: absolute;
	right: 5px;
}
#header a.sousuo_shouqi,.header a.sousuo_shouqi{
	padding: 2px 0px;
	position: absolute;
	right: 5px;
}
#footer {
	position:absolute; z-index:2;
	bottom:0; left:0;
	width:100%;
	height:48px;
	background-color:#fff;
	padding:0;
	border-top:1px solid #f0f0f0;
	text-align: center;
	margin:0;
	padding:0;
}
#footer a{
	height: 48px;
	text-decoration: none;
	color: #999999;
	width: 50%;
	display: inline-block;
	text-align:center;
	margin: 0;
	padding: 0;
	border:0;
	float: left;
}
#footer a em{
	display: inline-block;
	width: 30px;
    height: 30px;
	background: url(http://i0.letvimg.com/lc03_live/201709/01/22/37/1504276662954new.png) no-repeat;
    background-size: 300%;
}
#footer a.s{
	color: #f25f55;
}
#footer a:nth-child(1) em{
	background-position: -36px 0;
}
#footer a:nth-child(2) em{
	background-position: -36px -30px;
}
#footer a.s:nth-child(1) em{
	background-position: -2px 0;
}
#footer a.s:nth-child(2) em{
	background-position: -2px -30px;
}
#footer a p{
	position: relative;
	top: 2px;
}
#wrapper {
	position:absolute; z-index:1;
	top:40px; bottom:48px; left:0;
	width:100%;
	background:#fff;
	overflow:auto;
}

#scroller {
	position:absolute; z-index:1;
/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	padding:0;
}

#scroller ul {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	text-align:left;
}

/*#scroller li {
	padding:0 10px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;
	background-color:#fafafa;
	font-size:14px;
}*/
ul#data_list{
	margin:0 0.75%;
}