﻿.main{ width:100%; height:100%;}
.content {
	width:100%;
	height:100%;
	position:relative;
}
.big_led{
	top:14.4%;
	left:0.1%;
	width:15.8%;
	height:29.2%;
	background:url(../images/LED_bg.png) left top no-repeat;
	background-size:100% 100%;
}
.new_list {
	width:15.5%;
	height:29.2%;
	top:14.4%;
	left:84.2%;
	background:url(../images/LED_bg.png) left top no-repeat;
	background-size:100% 100%;
}
.txt {
	margin-left:10px;
	padding:1px;
	overflow:hidden;
	font-size:12px;
	color:#2CC93A;
	line-height:2em;
}
.exit{
	width:7.66%;
	height:17.79%;
	right:1%;
	top:82%;
	background:url(../images/exit.png) left top no-repeat;
	background-size: contain;
}

